:root {
  --ink: #0b1320;
  --ink-soft: #1a2636;
  --ivory: #f7f4ed;
  --paper: #fffdf8;
  --gold: #c7a365;
  --gold-light: #e5d1a7;
  --blue: #173b5c;
  --line: rgba(11, 19, 32, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.site-header { position: sticky; top: 0; z-index: 20; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px clamp(22px, 5vw, 72px); background: rgba(247,244,237,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: "Italiana", serif; font-size: 1.12rem; letter-spacing: .08em; white-space: nowrap; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
nav { display: flex; gap: 30px; }
nav a { text-decoration: none; font-size: .92rem; }
nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-toggle { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: transparent; cursor: pointer; font-weight: 600; }
.language-toggle:hover { border-color: var(--gold); }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 24px; border: 1px solid var(--ink); background: var(--ink); color: white; text-decoration: none; font-weight: 600; cursor: pointer; transition: .2s ease; }
.button:hover { background: var(--blue); border-color: var(--blue); transform: translateY(-1px); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .9rem; }

.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); }
.hero-copy { padding: clamp(70px, 9vw, 138px) clamp(28px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 20px; color: #876a38; font-size: .76rem; font-weight: 600; letter-spacing: .2em; }
h1, h2, h3 { font-family: "Italiana", serif; font-weight: 400; line-height: 1.08; }
h1 { margin: 0; max-width: 760px; font-size: clamp(3.2rem, 6vw, 6.4rem); letter-spacing: -.025em; }
.hero-lead { max-width: 660px; margin: 30px 0; color: #46515f; font-size: clamp(1.05rem, 1.4vw, 1.22rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { text-underline-offset: 5px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 54px; font-size: .82rem; color: #5f6873; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.hero-visual { position: relative; min-height: 680px; overflow: hidden; background: var(--blue); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5,10,18,.62)); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-note { position: absolute; z-index: 2; right: 0; bottom: 0; max-width: 370px; padding: 25px 32px; background: var(--paper); color: var(--ink); font-family: "Italiana", serif; font-size: 1.35rem; }

.intro { display: grid; grid-template-columns: 90px minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(30px, 6vw, 100px); padding: 120px clamp(24px, 7vw, 110px); border-bottom: 1px solid var(--line); }
.section-number { margin: 5px 0 0; color: #876a38; }
h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); letter-spacing: -.02em; }
.intro > p:last-child { margin: 48px 0 0; color: #4f5966; font-size: 1.1rem; }

.services, .process { padding: 120px clamp(24px, 7vw, 110px); }
.section-heading { max-width: 900px; margin-bottom: 58px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-right: 1px solid var(--line); background: var(--paper); transition: .25s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: var(--ink); color: white; transform: translateY(-4px); }
.service-index { color: var(--gold); font-size: .85rem; }
.service-card h3 { margin: 0 0 16px; font-size: clamp(2rem, 3vw, 3.2rem); }
.service-card p { margin: 0; color: #68717d; }
.service-card:hover p { color: #cbd2da; }

.destinations { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ink); color: white; }
.destination-image { min-height: 720px; }
.destination-image img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.destination-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 9vw, 130px); }
.destination-copy p:not(.eyebrow) { color: #bec7d0; font-size: 1.08rem; }
.destination-list { margin-top: 34px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.destination-list span { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.2); }

.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 100px 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: #876a38; }
.process-list h3 { margin: 0 0 8px; font-size: 2rem; }
.process-list p { max-width: 650px; margin: 0; color: #5f6873; }

.expectations { padding: 120px clamp(24px, 7vw, 110px); background: var(--paper); border-top: 1px solid var(--line); }
.expectations-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: clamp(40px, 8vw, 120px); align-items: end; margin-bottom: 58px; }
.expectations-intro { margin: 0 0 8px; padding-left: 22px; border-left: 2px solid var(--gold); color: #626c77; font-size: 1rem; }
.expectation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.expectation-card { display: flex; flex-direction: column; min-height: 340px; padding: 32px 28px; border: 1px solid var(--line); background: var(--ivory); }
.featured-expectation { background: var(--ink); color: white; }
.expectation-number { color: #876a38; font-size: .78rem; font-weight: 600; letter-spacing: .16em; }
.featured-expectation .expectation-number { color: var(--gold-light); }
.expectation-card h3 { margin: auto 0 18px; font-family: "Italiana", serif; font-size: clamp(1.8rem, 2.6vw, 2.65rem); font-weight: 400; line-height: 1.15; }
.expectation-card p { margin: 0; padding-top: 18px; border-top: 1px solid var(--line); color: #68717d; }
.featured-expectation p { border-color: rgba(255,255,255,.18); color: #d3d9df; }

.quote { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 8vw, 130px); padding: 120px clamp(24px, 7vw, 110px); background: #e8dcc2; }
.quote-intro p:not(.eyebrow) { max-width: 500px; }
form { padding: 36px; background: var(--paper); box-shadow: 0 20px 70px rgba(11,19,32,.09); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label { display: grid; gap: 8px; font-size: .9rem; font-weight: 600; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid #9aa1a8; border-radius: 0; padding: 11px 2px; background: transparent; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 2px 0 var(--blue); }
textarea { resize: vertical; }
.full-field { margin-top: 20px; }
.submit-button { margin-top: 26px; width: 100%; }
.form-note { margin: 14px 0 0; color: #65707b; font-size: .8rem; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

.thanks-main { min-height: calc(100vh - 84px); display: grid; place-items: center; padding: 72px 22px; background: #e8dcc2; }
.thanks-card { width: min(760px, 100%); padding: clamp(38px, 7vw, 80px); background: var(--paper); border: 1px solid var(--line); text-align: center; box-shadow: 0 24px 80px rgba(11,19,32,.1); }
.thanks-mark { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 28px; border: 1px solid var(--gold); border-radius: 50%; color: #876a38; font-size: 1.8rem; }
.thanks-card h1 { font-size: clamp(3rem, 7vw, 5.5rem); }
.thanks-card > p:not(.eyebrow) { max-width: 560px; margin: 24px auto 30px; color: #52606c; font-size: 1.08rem; }

.contact-main { min-height: calc(100vh - 84px); display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); }
.contact-intro { display: flex; flex-direction: column; justify-content: center; padding: clamp(72px, 10vw, 150px) clamp(28px, 7vw, 110px); }
.contact-intro h1 { font-size: clamp(3.8rem, 7vw, 7rem); }
.contact-intro > p:not(.eyebrow) { max-width: 600px; margin: 30px 0 0; color: #52606c; font-size: 1.12rem; }
.contact-panel { display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: clamp(38px, 7vw, 100px); background: var(--ink); color: white; }
.contact-card { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 22px; min-height: 150px; padding: 30px; border: 1px solid rgba(255,255,255,.2); text-decoration: none; transition: .2s ease; }
.contact-card:hover { border-color: var(--gold); background: var(--ink-soft); transform: translateY(-2px); }
.contact-icon { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 1.25rem; font-weight: 600; }
.contact-label { display: block; margin-bottom: 4px; color: var(--gold-light); font-size: .75rem; font-weight: 600; letter-spacing: .16em; }
.contact-value { display: block; font-family: "Italiana", serif; font-size: clamp(1.45rem, 2.4vw, 2.35rem); line-height: 1.2; overflow-wrap: anywhere; }
.contact-arrow { color: var(--gold-light); font-size: 1.4rem; }
.contact-note { margin: 20px 0 0; color: #bec7d0; }
.contact-back { align-self: flex-start; margin-top: 24px; color: #bec7d0; text-underline-offset: 5px; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 48px clamp(24px, 7vw, 110px); background: var(--ink); color: white; }
.footer-brand img { width: 40px; height: 40px; filter: brightness(0) invert(1); }
footer > p { margin: 0; }
.footer-meta { justify-self: end; color: #aeb7c1; font-size: .82rem; }

@media (max-width: 1020px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; }
  .hero-visual { min-height: 620px; }
  .intro { grid-template-columns: 55px 1fr; }
  .intro > p:last-child { grid-column: 2; margin-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .destinations, .quote, .contact-main { grid-template-columns: 1fr; }
  .expectations-heading { grid-template-columns: 1fr; }
  .expectation-grid { grid-template-columns: 1fr; }
  .expectation-card { min-height: 290px; }
  .destination-image { min-height: 560px; }
  .contact-panel { min-height: 560px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-meta { justify-self: center; }
}

@media (max-width: 680px) {
  .site-header { min-height: 70px; padding: 10px 16px; }
  .brand span { font-size: .9rem; }
  .brand img { width: 40px; height: 40px; }
  .header-actions .button { display: none; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 0; padding: 72px 22px 58px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-visual { min-height: 520px; }
  .hero-note { max-width: 82%; font-size: 1.15rem; padding: 18px 22px; }
  .intro, .services, .process, .expectations, .quote { padding: 78px 22px; }
  .intro { grid-template-columns: 1fr; gap: 15px; }
  .intro > p:last-child { grid-column: 1; }
  .section-number { display: none; }
  h2 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
  .destination-image { min-height: 430px; }
  .destination-copy { padding: 70px 22px; }
  .contact-intro, .contact-panel { padding: 70px 22px; }
  .contact-card { grid-template-columns: 48px 1fr; padding: 24px 20px; gap: 16px; }
  .contact-icon { width: 46px; height: 46px; }
  .contact-arrow { display: none; }
  .process-list li { grid-template-columns: 44px 1fr; gap: 10px; }
  .form-grid { grid-template-columns: 1fr; }
  form { padding: 24px 18px; }
  footer { padding: 44px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
