:root {
  --ink: #16233a;
  --ink-soft: #3a4a63;
  --paper: #f6f2e9;
  --surface: #ffffff;
  --gold: #c8952c;
  --gold-soft: #e9c877;
  --line: #ddd4c1;
  --muted: #6c7386;
  --radius: 18px;
  --display: "Fraunces", Georgia, serif;
  --body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
section { padding: clamp(70px, 9vw, 130px) 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; margin: 0; letter-spacing: -.01em; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 16px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--gold); }
.lede { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 46ch; }

.btn { display: inline-flex; align-items: center; gap: 10px; padding: 15px 26px; border-radius: 999px; border: 1px solid transparent; font-size: 14px; font-weight: 600; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(22,35,58,.25); }
.btn-ghost { border-color: var(--line); color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--ink); }
.btn svg { width: 15px; height: 15px; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; background: rgba(255,255,255,.7); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.4); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 21px; font-weight: 600; letter-spacing: -.01em; }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; background: var(--ink); display: grid; place-items: center; color: var(--gold-soft); font-family: var(--display); font-size: 17px; }
.main-nav { display: flex; gap: 34px; }
.main-nav a { font-size: 14px; color: var(--ink-soft); position: relative; padding: 6px 0; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--gold); transition: right .35s cubic-bezier(.2,.8,.2,1); }
.main-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switcher { display: flex; border: 1px solid var(--line); border-radius: 999px; padding: 3px; gap: 2px; }
.language-switcher button { border: 0; background: transparent; padding: 6px 10px; border-radius: 999px; font-size: 11px; font-weight: 600; letter-spacing: .04em; color: var(--muted); }
.language-switcher button.is-active { background: var(--ink); color: var(--paper); }
.header-phone { display: flex; flex-direction: column; font-size: 13px; line-height: 1.3; }
.header-phone span { color: var(--muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: transparent; align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ''; display: block; width: 18px; height: 1.5px; background: var(--ink); }
.nav-toggle { flex-direction: column; gap: 4px; }

/* Hero */
.hero { position: relative; min-height: 88vh; display: flex; align-items: flex-end; padding: calc(82px + 40px) 0 clamp(60px, 8vw, 100px); overflow: hidden; }
.hero-photo { position: absolute; inset: 0; z-index: 0; }
.hero-photo img, .hero-photo video { width: 100%; height: 100%; object-fit: cover; object-position: 32% 20%; }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(16,24,40,.94) 0%, rgba(16,24,40,.72) 38%, rgba(16,24,40,.22) 66%, rgba(16,24,40,.05) 85%), linear-gradient(0deg, rgba(16,24,40,.55) 0%, rgba(16,24,40,0) 45%); }
.hero .wrap { position: relative; z-index: 2; }
.hero-copy { max-width: 640px; }
.hero-copy .eyebrow { color: var(--gold-soft); }
.hero-copy .eyebrow::before { background: var(--gold-soft); }
.hero-copy h1 { font-size: clamp(38px, 4.6vw, 64px); line-height: 1.06; margin-bottom: 22px; color: var(--paper); }
.hero-copy h1 em { color: var(--gold-soft); font-style: normal; }
.hero-copy .lede { color: rgba(246,242,233,.82); }
.hero-actions { display: flex; align-items: center; gap: 18px; margin: 34px 0 40px; flex-wrap: wrap; }
.hero .btn-ghost { border-color: rgba(246,242,233,.4); color: var(--paper); }
.hero .btn-ghost:hover { border-color: var(--paper); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 22px 30px; padding-top: 26px; border-top: 1px solid rgba(246,242,233,.22); }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(246,242,233,.85); }
.trust-item svg { width: 18px; height: 18px; color: var(--gold-soft); flex-shrink: 0; }
.hero-badge { position: absolute; right: clamp(20px, 4vw, 48px); bottom: clamp(28px, 4vw, 48px); z-index: 2; background: var(--surface); border-radius: 14px; padding: 14px 18px; display: flex; align-items: center; gap: 12px; box-shadow: 0 20px 40px -18px rgba(22,35,58,.5); }
.hero-badge b { display: block; font-family: var(--display); font-size: 20px; }
.hero-badge span { display: block; font-size: 11px; color: var(--muted); letter-spacing: .05em; text-transform: uppercase; }
.hero-badge svg { width: 26px; height: 26px; color: var(--gold); }

/* Services */
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 50px; flex-wrap: wrap; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -28px rgba(22,35,58,.3); }
.service-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--paper); display: grid; place-items: center; margin-bottom: 22px; color: var(--gold); }
.service-icon svg { width: 22px; height: 22px; }
.service-card h3 { font-size: 19px; margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }

/* Bento why us */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 140px; gap: 18px; }
.bento-tile { position: relative; border-radius: var(--radius); overflow: hidden; }
.bento-tile.photo img, .bento-tile.photo video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.bento-tile.copy { background: var(--ink); color: var(--paper); padding: 26px; display: flex; flex-direction: column; justify-content: center; }
.bento-tile.copy.light { background: var(--surface); color: var(--ink); border: 1px solid var(--line); }
.bento-tile.copy h3 { font-size: 18px; margin-bottom: 8px; }
.bento-tile.copy p { margin: 0; font-size: 13px; opacity: .8; line-height: 1.55; }
.bento-tile.copy .num { font-family: var(--display); font-size: 26px; color: var(--gold-soft); margin-bottom: 10px; }
.bento-tile.copy.light .num { color: var(--gold); }
.b1 { grid-column: span 3; grid-row: span 2; }
.b2 { grid-column: span 3; grid-row: span 1; }
.b3 { grid-column: span 2; grid-row: span 1; }
.b4 { grid-column: span 2; grid-row: span 2; }
.b5 { grid-column: span 2; grid-row: span 1; }
.b6 { grid-column: span 3; grid-row: span 1; }
.b7, .b8 { grid-column: span 3; grid-row: span 2; }

/* Process */
.process { background: var(--ink); color: var(--paper); border-radius: 28px; }
.process .section-head h2, .process .eyebrow { color: var(--paper); }
.process .eyebrow { color: var(--gold-soft); }
.process .eyebrow::before { background: var(--gold-soft); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-step { padding-top: 24px; border-top: 1px solid rgba(246,242,233,.2); }
.process-step .step-no { font-family: var(--display); font-size: 34px; color: var(--gold-soft); display: block; margin-bottom: 16px; }
.process-step h3 { font-size: 17px; margin-bottom: 10px; }
.process-step p { margin: 0; font-size: 13px; color: rgba(246,242,233,.7); line-height: 1.6; }

/* Booking */
.booking .wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px, 5vw, 70px); }
.booking-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 3vw, 40px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field label { font-size: 12px; font-weight: 600; letter-spacing: .03em; color: var(--ink-soft); }
.field input, .field select, .field textarea { border: 1px solid var(--line); border-radius: 10px; padding: 13px 14px; font: inherit; font-size: 14px; background: var(--paper); color: var(--ink); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.field textarea { resize: vertical; min-height: 90px; }
.field-error { display: none; color: #b3452f; font-size: 12px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #b3452f; }
.field.invalid .field-error { display: block; }
.form-note { margin: 14px 0 0; font-size: 12px; color: var(--muted); }
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.is-visible { display: block; }
.form-success svg { width: 40px; height: 40px; color: var(--gold); margin-bottom: 14px; }
.form-success h3 { font-size: 20px; margin-bottom: 8px; }
.form-success p { color: var(--muted); margin: 0; }
.booking-form.is-submitted form { display: none; }

.booking-info h2 { font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 18px; }
.info-list { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 20px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; }
.info-list svg { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.info-list b { display: block; font-size: 14px; }
.info-list span { display: block; font-size: 13px; color: var(--muted); }

/* Testimonials */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.stars { color: var(--gold); font-size: 14px; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial p { font-size: 15px; line-height: 1.65; margin: 0 0 20px; }
.testimonial-who { display: flex; align-items: center; gap: 12px; }
.avatar-dot { width: 38px; height: 38px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); display: grid; place-items: center; font-family: var(--display); color: var(--gold); font-size: 15px; }
.testimonial-who b { display: block; font-size: 13px; }
.testimonial-who span { display: block; font-size: 12px; color: var(--muted); }

/* CTA strip */
.cta-strip { background: var(--gold); border-radius: 28px; padding: clamp(40px, 6vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; color: var(--ink); }
.cta-strip h2 { font-size: clamp(26px, 3vw, 36px); max-width: 480px; }
.cta-strip .btn-primary { background: var(--ink); color: var(--paper); }

/* Footer */
.site-footer { padding: 70px 0 40px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.footer-grid h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin: 0 0 18px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; font-size: 14px; }
.footer-brand p { color: var(--muted); font-size: 14px; max-width: 30ch; margin: 16px 0 0; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); flex-wrap: wrap; gap: 12px; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .main-nav.is-open { display: flex; position: absolute; top: 82px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 8px clamp(20px, 4vw, 48px) 20px; }
  .main-nav.is-open a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: flex; }
  .header-phone { display: none; }
  .hero { min-height: 76vh; align-items: flex-end; }
  .hero-badge { top: 100px; bottom: auto; left: auto; right: clamp(20px, 4vw, 48px); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .b1, .b2, .b3, .b4, .b5, .b6, .b7, .b8 { grid-column: span 1; grid-row: span 1; }
  .b1, .b7, .b8 { grid-column: span 2; grid-row: span 2; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .booking .wrap { grid-template-columns: 1fr; }
  .booking-info { order: -1; }
  .form-row { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  section { padding: 56px 0; }
  .hero { min-height: 100svh; padding-bottom: 40px; flex-direction: column; align-items: stretch; justify-content: flex-end; }
  .hero-photo img, .hero-photo video { object-position: 30% 22%; }
  .hero-badge { position: static; margin: 26px clamp(20px, 4vw, 48px) 0; width: max-content; }
  .services-grid { grid-template-columns: 1fr; }
  .cta-strip { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
