:root { --navy:#061c27; --navy-2:#0a2b38; --ink:#10252d; --teal:#2bb3ad; --aqua:#96e3dc; --gold:#dcb76b; --sand:#f3eee5; --cream:#fbf9f4; --white:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
button,input,select,textarea { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }

.site-header { position:absolute; z-index:50; top:0; left:0; right:0; height:96px; padding:0 6vw; display:flex; align-items:center; justify-content:space-between; color:white; border-bottom:1px solid rgba(255,255,255,.18); }
.brand { display:inline-flex; align-items:center; gap:12px; }
.brand-mark { position:relative; width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(220,183,107,.7); border-radius:50%; }
.brand-mark::after { content:""; position:absolute; left:7px; right:7px; bottom:8px; height:5px; border-bottom:1px solid var(--aqua); border-radius:50%; }
.brand-mark span { font:italic 700 24px/1 Georgia,serif; color:var(--gold); margin-top:-4px; }
.brand-copy { display:flex; flex-direction:column; line-height:1; }
.brand-copy b { font:700 20px/1 Arial,sans-serif; letter-spacing:.22em; }
.brand-copy small { margin-top:5px; font-size:8px; letter-spacing:.24em; color:rgba(255,255,255,.7); }
.nav-links { display:flex; align-items:center; gap:clamp(22px,2.4vw,42px); font-size:12px; letter-spacing:.08em; }
.nav-links>a:not(.nav-cta) { position:relative; padding:12px 0; color:rgba(255,255,255,.82); }
.nav-links>a:not(.nav-cta)::after { content:""; position:absolute; left:0; right:100%; bottom:5px; height:1px; background:var(--gold); transition:right .25s ease; }
.nav-links>a:not(.nav-cta):hover::after { right:0; }
.nav-cta { padding:13px 20px; border:1px solid rgba(220,183,107,.8); color:#fff; transition:.25s ease; }
.nav-cta:hover { background:var(--gold); color:var(--navy); }
.menu-button { display:none; width:42px; height:42px; border:0; background:transparent; color:white; }
.menu-button svg { width:26px; }

.hero { position:relative; min-height:820px; height:100vh; color:white; display:flex; align-items:center; overflow:hidden; background:var(--navy); }
.hero-image,.story-visual { background-image:url('/hero.png'); background-size:cover; background-position:center; }
.hero-image { position:absolute; inset:0; transform:scale(1.01); }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(2,17,25,.94) 0%,rgba(3,21,29,.73) 36%,rgba(5,22,29,.17) 70%,rgba(5,20,28,.24) 100%),linear-gradient(0deg,rgba(3,20,27,.75) 0%,transparent 38%); }
.hero-content { position:relative; z-index:2; width:min(720px,58vw); margin-left:9vw; margin-top:32px; }
.eyebrow { margin:0 0 24px; display:flex; align-items:center; gap:12px; text-transform:uppercase; letter-spacing:.24em; font-size:10px; color:rgba(255,255,255,.72); }
.eyebrow span { width:38px; height:1px; background:var(--gold); }
.eyebrow.dark { color:#527078; }
.hero h1,.section-heading h2,.story-copy h2,.journey-intro h2,.booking h2 { margin:0; font:400 clamp(52px,6.2vw,92px)/.94 Georgia,"Times New Roman",serif; letter-spacing:-.045em; }
h1 em,h2 em { font-weight:400; color:var(--gold); }
.hero-copy { max-width:580px; margin:28px 0 34px; color:rgba(255,255,255,.78); font-size:16px; line-height:1.8; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; }
.button { min-height:54px; padding:0 25px; display:inline-flex; align-items:center; justify-content:center; gap:12px; border:1px solid transparent; border-radius:0; text-transform:uppercase; letter-spacing:.12em; font-size:10px; font-weight:700; cursor:pointer; transition:transform .2s ease,background .2s ease,color .2s ease; }
.button:hover { transform:translateY(-2px); }
.button svg,.text-link svg { width:17px; }
.button-gold { background:var(--gold); color:var(--navy); }
.button-gold:hover { background:#e8c77f; }
.button-ghost { border-color:rgba(255,255,255,.38); color:white; background:rgba(255,255,255,.04); backdrop-filter:blur(8px); }
.button-ghost svg { width:18px; }
.hero-facts { position:absolute; z-index:2; right:5vw; bottom:64px; display:flex; background:rgba(4,25,34,.7); backdrop-filter:blur(12px); border:1px solid rgba(255,255,255,.14); }
.hero-facts div { min-width:125px; padding:20px 24px; display:flex; flex-direction:column; border-right:1px solid rgba(255,255,255,.13); }
.hero-facts div:last-child { border:0; }
.hero-facts strong { font:italic 400 19px Georgia,serif; color:var(--gold); }
.hero-facts span { margin-top:4px; font-size:9px; text-transform:uppercase; letter-spacing:.16em; color:rgba(255,255,255,.65); }
.scroll-cue { position:absolute; z-index:3; bottom:0; left:3vw; height:118px; display:flex; flex-direction:column; align-items:center; gap:12px; color:rgba(255,255,255,.55); text-transform:uppercase; letter-spacing:.2em; font-size:8px; }
.scroll-cue span { writing-mode:vertical-rl; }
.scroll-cue i { display:block; width:1px; flex:1; background:linear-gradient(var(--gold),transparent); }

.section { padding:124px 8vw; }
.experiences { background:var(--cream); }
.section-heading { display:grid; grid-template-columns:1.3fr .7fr; gap:8vw; align-items:end; margin-bottom:66px; }
.section-heading h2,.journey-intro h2 { font-size:clamp(46px,5vw,72px); color:var(--navy); }
.section-heading>p,.journey-intro>p { margin:0 0 5px; max-width:440px; color:#60747a; line-height:1.9; font-size:14px; }
.experience-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #ccd6d3; border-left:1px solid #ccd6d3; }
.experience-card { min-height:310px; padding:34px; border-right:1px solid #ccd6d3; border-bottom:1px solid #ccd6d3; background:rgba(255,255,255,.28); transition:.3s ease; }
.experience-card:hover { background:var(--navy); color:white; transform:translateY(-3px); box-shadow:0 20px 40px rgba(3,29,38,.12); }
.card-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:56px; }
.card-top span { font:italic 400 18px Georgia,serif; color:var(--gold); }
.card-top i { width:40px; height:1px; background:#9ab6b4; }
.experience-card h3 { margin:0 0 16px; font:400 25px/1.15 Georgia,serif; }
.experience-card p { margin:0; color:#687b80; font-size:13px; line-height:1.75; }
.experience-card:hover p { color:rgba(255,255,255,.68); }
.experience-card small { display:block; margin-top:24px; text-transform:uppercase; letter-spacing:.15em; color:#4b8c8a; font-size:8px; }

.story { min-height:760px; display:grid; grid-template-columns:1.05fr .95fr; background:var(--navy); color:white; }
.story-visual { position:relative; min-height:700px; background-position:70% center; }
.story-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,transparent 60%,var(--navy) 100%),linear-gradient(0deg,rgba(1,17,23,.5),transparent 50%); }
.story-stamp { position:absolute; z-index:2; right:28px; bottom:40px; width:122px; height:122px; border:1px solid rgba(220,183,107,.65); border-radius:50%; display:grid; place-content:center; text-align:center; background:rgba(5,25,33,.5); backdrop-filter:blur(8px); }
.story-stamp b { font:italic 400 31px Georgia,serif; color:var(--gold); }
.story-stamp span { margin-top:4px; text-transform:uppercase; letter-spacing:.2em; font-size:8px; }
.story-copy { padding:112px 8vw 96px 7vw; align-self:center; }
.story-copy h2 { font-size:clamp(43px,4.5vw,69px); }
.story-copy>p:not(.eyebrow) { max-width:590px; color:rgba(255,255,255,.63); font-size:14px; line-height:1.9; }
.story-values { margin:32px 0; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.14); border-bottom:1px solid rgba(255,255,255,.14); }
.story-values div { padding:20px 15px 20px 0; display:flex; flex-direction:column; gap:8px; }
.story-values b { color:var(--gold); font:italic 400 17px Georgia,serif; }
.story-values span { color:rgba(255,255,255,.67); font-size:10px; line-height:1.5; }
.text-link { display:inline-flex; align-items:center; gap:14px; text-transform:uppercase; letter-spacing:.13em; font-size:9px; color:var(--gold); }

.quote-band { min-height:120px; padding:30px 5vw; display:flex; align-items:center; justify-content:center; gap:3vw; background:var(--gold); color:var(--navy); overflow:hidden; }
.quote-band p { margin:0; white-space:nowrap; font:italic 400 clamp(24px,2.7vw,40px) Georgia,serif; }
.quote-band i { width:7px; height:7px; border-radius:50%; border:1px solid var(--navy); }

.journey { display:grid; grid-template-columns:.8fr 1.2fr; gap:10vw; align-items:start; }
.journey-intro { position:sticky; top:70px; }
.journey-intro>p { margin-top:28px; }
.steps { border-top:1px solid #cdd6d4; }
.steps article { padding:38px 0; display:grid; grid-template-columns:75px 1fr; border-bottom:1px solid #cdd6d4; }
.steps article>span { color:var(--gold); font:italic 400 18px Georgia,serif; }
.steps h3 { margin:0 0 12px; color:var(--navy); font:400 27px Georgia,serif; }
.steps p { margin:0; color:#647a80; font-size:13px; line-height:1.8; max-width:520px; }

.booking { padding:110px 8vw; display:grid; grid-template-columns:.8fr 1.2fr; gap:8vw; background:linear-gradient(135deg,#061c27 0%,#0a303d 100%); color:white; }
.booking-copy h2 { font-size:clamp(46px,5vw,72px); }
.booking-copy>p:not(.eyebrow) { color:rgba(255,255,255,.63); line-height:1.8; font-size:14px; max-width:440px; }
.contact-mini { margin-top:42px; display:grid; gap:16px; }
.contact-mini a { display:flex; align-items:center; gap:15px; color:rgba(255,255,255,.8); font-size:12px; }
.contact-mini svg { width:20px; color:var(--gold); }
.contact-mini span { display:flex; flex-direction:column; gap:4px; }
.contact-mini small { color:rgba(255,255,255,.4); text-transform:uppercase; letter-spacing:.15em; font-size:8px; }
.booking-form { padding:40px; display:grid; grid-template-columns:1fr 1fr; gap:23px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14); }
.field { display:flex; flex-direction:column; gap:9px; }
.field.full,.booking-form .button.full,.form-note { grid-column:1/-1; }
.field label { text-transform:uppercase; letter-spacing:.12em; color:rgba(255,255,255,.55); font-size:8px; }
.field input,.field select,.field textarea { width:100%; border:0; border-bottom:1px solid rgba(255,255,255,.27); border-radius:0; padding:10px 0 12px; background:transparent; color:white; outline:none; }
.field input:focus,.field select:focus,.field textarea:focus { border-color:var(--gold); }
.field input::placeholder,.field textarea::placeholder { color:rgba(255,255,255,.34); }
.field select { color-scheme:dark; }
.field textarea { resize:vertical; }
.form-note { text-align:center; color:rgba(255,255,255,.38); font-size:9px; line-height:1.5; }

footer { padding:78px 7vw 24px; background:#031118; color:white; }
.footer-top { display:grid; grid-template-columns:1.7fr .7fr 1fr 1fr; gap:6vw; padding-bottom:64px; }
.footer-top>div { display:flex; flex-direction:column; align-items:flex-start; gap:13px; }
.footer-top>div:first-child p,.footer-top>div:last-child p { margin:6px 0 0; color:rgba(255,255,255,.45); font:italic 400 17px/1.6 Georgia,serif; }
.footer-top>div>small { margin-bottom:10px; color:var(--gold); text-transform:uppercase; letter-spacing:.2em; font-size:8px; }
.footer-top>div>a:not(.brand):not(.text-link) { color:rgba(255,255,255,.58); font-size:11px; transition:color .2s; }
.footer-top>div>a:hover { color:var(--gold); }
.footer-brand { margin-bottom:12px; }
.footer-link { margin-top:6px; }
.footer-bottom { padding-top:22px; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; color:rgba(255,255,255,.32); text-transform:uppercase; letter-spacing:.12em; font-size:7px; }
.floating-whatsapp { position:fixed; z-index:40; right:24px; bottom:24px; min-height:48px; padding:0 18px; display:flex; align-items:center; gap:9px; border-radius:30px; color:#06291a; background:#67d893; box-shadow:0 10px 30px rgba(2,24,17,.25); font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }
.floating-whatsapp svg { width:19px; }

@media (max-width:980px) {
  .site-header { height:78px; padding:0 24px; } .menu-button { display:grid; place-items:center; }
  .nav-links { position:absolute; top:78px; left:0; right:0; padding:28px 24px 34px; flex-direction:column; align-items:stretch; gap:8px; background:rgba(3,17,24,.98); border-top:1px solid rgba(255,255,255,.1); transform:translateY(-130%); opacity:0; visibility:hidden; transition:.3s ease; }
  .nav-links.open { transform:translateY(0); opacity:1; visibility:visible; } .nav-links a { padding:13px 0!important; } .nav-cta { margin-top:8px; text-align:center; }
  .hero-content { width:min(680px,78vw); } .hero-facts { right:24px; } .experience-grid { grid-template-columns:repeat(2,1fr); }
  .story { grid-template-columns:.85fr 1.15fr; } .story-copy { padding:80px 6vw; } .story-values { grid-template-columns:1fr; }
  .story-values div { flex-direction:row; } .footer-top { grid-template-columns:1.4fr 1fr; }
}

@media (max-width:720px) {
  .brand-mark { width:38px; height:38px; } .brand-copy b { font-size:17px; }
  .hero { height:auto; min-height:760px; align-items:flex-end; padding-bottom:170px; } .hero-image { background-position:64% center; }
  .hero-overlay { background:linear-gradient(90deg,rgba(2,17,25,.86),rgba(3,21,29,.4)),linear-gradient(0deg,rgba(3,20,27,.94) 0%,transparent 68%); }
  .hero-content { width:auto; margin:0 24px; } .hero h1 { font-size:clamp(47px,14vw,68px); } .hero-copy { font-size:14px; line-height:1.7; }
  .hero-actions .button { width:100%; } .hero-facts { left:24px; right:24px; bottom:35px; } .hero-facts div { min-width:0; flex:1; padding:15px 13px; }
  .hero-facts strong { font-size:14px; } .hero-facts span { font-size:7px; } .scroll-cue { display:none; } .section { padding:82px 24px; }
  .section-heading,.journey,.booking { grid-template-columns:1fr; gap:42px; } .section-heading { margin-bottom:44px; }
  .section-heading h2,.journey-intro h2,.booking h2 { font-size:46px; } .experience-grid { grid-template-columns:1fr; } .experience-card { min-height:270px; }
  .story { grid-template-columns:1fr; } .story-visual { min-height:440px; background-position:68% center; } .story-visual::after { background:linear-gradient(0deg,var(--navy) 0%,transparent 35%); }
  .story-stamp { right:22px; bottom:24px; width:100px; height:100px; } .story-copy { padding:48px 24px 80px; } .story-values div { flex-direction:column; }
  .quote-band { min-height:95px; justify-content:flex-start; overflow:hidden; } .quote-band p { font-size:25px; } .journey-intro { position:static; }
  .booking { padding:82px 24px; } .booking-form { padding:27px 22px; grid-template-columns:1fr; }
  .field,.field.full,.booking-form .button.full,.form-note { grid-column:1; } .footer-top { grid-template-columns:1fr; gap:42px; }
  .footer-bottom { flex-direction:column; gap:10px; } .floating-whatsapp span { display:none; } .floating-whatsapp { width:52px; height:52px; padding:0; justify-content:center; }
}

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