:root{--navy:#0B2633;--ink:#17313B;--muted:#526871;--paper:#F4F6F2;--teal:#006C78;--teal2:#00879A;--gold:#F3C66B;--sky:#DDEEEF;--green:#245B4B;--error:#9F2D31}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 Inter,Arial,sans-serif}
a{color:inherit;text-decoration:none}
button,select,input{font:inherit}
.container{max-width:1296px;margin:auto;padding-left:72px;padding-right:72px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* header */
.site-header{height:88px;background:var(--navy);color:#fff}
.header-inner{height:100%;display:flex;align-items:center;gap:38px;position:relative}
.brand{display:flex;align-items:center;gap:11px;letter-spacing:.04em;white-space:nowrap}
.brand-mark{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--navy);font-weight:900;font-size:21px}
.brand b{display:block;font-size:15px;line-height:1.1}
.brand small{display:block;color:#a8c0c3;font-size:9px;letter-spacing:.13em;margin-top:4px}
nav{display:flex;gap:25px;margin-left:auto;font-size:14px}
nav a{color:#d7e4e4}
nav a:hover,.text-link:hover,.text-link-gold:hover,.legal-link:hover{color:var(--gold)}
.phone{font-weight:700;font-size:14px;white-space:nowrap}
.phone small,.site-footer small{display:block;color:#a8c0c3;font-size:11px;font-weight:400;margin-top:3px}
.menu-toggle{display:none;margin-left:auto;width:46px;height:46px;border:1px solid #638087;border-radius:8px;background:none;padding:11px;gap:5px;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}
.menu-toggle span:not(.sr-only){height:2px;background:#fff;width:22px}
.menu-toggle:focus-visible{outline:3px solid var(--gold);outline-offset:2px}

/* shared */
h1,h2,h3,p{margin-top:0}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:var(--teal);font-size:11px;margin:0 0 14px}
.eyebrow-gold{color:var(--gold)}
.eyebrow-pill{display:inline-block;background:var(--gold);color:var(--navy);padding:6px 15px;border-radius:999px;margin:0 0 20px}
.step,.card-number{color:var(--teal);font-weight:800;font-size:12px;letter-spacing:.1em}
.text-link{color:var(--teal);font-weight:700;font-size:14px}
.text-link-gold{color:var(--gold);font-weight:700;font-size:14px}
.button{min-height:48px;border:0;border-radius:10px;padding:13px 22px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-weight:700;cursor:pointer;transition:.2s;white-space:nowrap}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
.button-primary{background:var(--teal);color:#fff}
.button-primary:hover{background:#005863}
.button-secondary{background:#fff;color:var(--ink);border:1px solid #c7d6d5}
.button-secondary:hover{background:var(--sky)}
.button-gold{background:var(--gold);color:var(--navy)}
.button-gold:hover{background:#e6b557}
.button-light{background:#fff;color:var(--ink)}
.button-light:hover{background:var(--sky)}
.button-block{width:100%}

/* hero */
.hero{position:relative;overflow:hidden;background:var(--navy);color:#fff;padding:52px 0 0}
.hero-art{position:absolute;inset:0}
.hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,38,51,.62),rgba(11,38,51,.18) 58%,rgba(11,38,51,.05) 82%)}
.hero-art svg{height:100%;width:100%}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:52px;align-items:center;padding-bottom:64px}
.hero-copy{max-width:560px}
.hero h1{font-size:clamp(42px,4.6vw,66px);line-height:1.04;letter-spacing:-.04em;margin:0 0 20px}
.hero-sub{max-width:400px;color:#d7e4e4;font-size:17px;margin:0 0 30px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}
.hero-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}
.hero-features li{color:#cfe0e2;font-size:14px;display:flex;align-items:center;gap:11px}
.hero-features li:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold);flex:0 0 auto}

/* planner */
.planner{background:#fff;border-radius:14px;padding:28px 30px;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:end;box-shadow:0 18px 44px rgba(11,38,51,.28);color:var(--ink)}
.planner-title{grid-column:1/-1}
.planner h2{font-size:24px;margin:0;line-height:1.15}
.planner .eyebrow{margin-bottom:6px}
.planner label{display:grid;gap:7px;color:var(--muted);font-size:12px;font-weight:700}
.planner input,.planner select{height:46px;border:1px solid #c7d6d5;border-radius:8px;padding:0 12px;color:var(--ink);background:#fff}
.form-message{grid-column:1/-1;margin:0;color:var(--green);font-size:13px;font-weight:600}

/* sections */
.section{padding:88px 0}
.section-heading{margin-bottom:34px}
.section h2{font-size:40px;letter-spacing:-.04em;line-height:1.08;margin:0}
.section-sub{color:var(--muted);font-size:15px;max-width:520px;margin:12px 0 0}
.section.dark{background:var(--navy);color:#fff}
.section.dark h2{color:#fff}
.section.dark .section-sub{color:#9fb7ba}
.pale{background:var(--sky)}

/* destination cards */
.cards{display:grid;gap:18px}
.three{grid-template-columns:repeat(3,1fr)}
.dest-card{background:#fff;border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.dest-card-top{padding:24px 26px 20px}
.t-sky{background:var(--sky)}
.t-green{background:#e2efe9}
.t-gold{background:#f5e7c8}
.dest-card-top .card-number{display:block;margin-bottom:10px}
.dest-card-top h3{font-size:26px;margin:0}
.dest-card-body{padding:20px 26px 26px;display:flex;flex-direction:column;gap:8px;flex:1}
.dest-card-body strong{font-size:15px;color:var(--ink)}
.dest-card-body small{color:var(--muted);font-size:13px;margin-bottom:14px}

/* why (dark) */
.why-card{background:#12303e;border:1px solid #1e4453;border-radius:14px;padding:26px;display:flex;flex-direction:column;gap:11px}
.why-card .card-number{color:var(--gold)}
.why-card h3{color:#fff;font-size:22px;margin:0}
.why-card p{color:#9fb7ba;font-size:14px;margin:0}
.why-card a{margin-top:auto}

/* route banner */
.route-banner{background:var(--green);color:#fff;border-radius:18px;padding:40px 44px;display:flex;justify-content:space-between;align-items:center;gap:32px}
.route-banner h2{font-size:32px;margin:14px 0 10px;line-height:1.12}
.route-banner p{color:#cfe0da;margin:0}
.route-banner .eyebrow{color:var(--gold)}

/* news */
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.news article{background:#fff;border:1px solid #d7e2e2;border-radius:14px;padding:24px;display:flex;flex-direction:column}
.news article span{color:var(--teal);font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:700}
.news article h3{font-size:20px;max-width:420px;margin:12px 0 10px;line-height:1.25}
.news article p{color:var(--muted);font-size:14px;margin:0 0 18px;flex:1}
.news a{color:var(--teal);font-weight:700;font-size:14px}

/* footer */
.site-footer{background:var(--navy);color:#fff;padding:54px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:34px;align-items:start}
.footer-grid p{color:#c2d1d2}
.footer-grid .brand{margin-bottom:16px}
.footer-grid a{font-size:17px;font-weight:700}
.footer-label{color:var(--gold);text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:700;margin:0 0 12px}
.footer-legal{color:#9eb4b7;font-size:13px;line-height:1.6}
.legal{border-top:1px solid #36515a;margin-top:44px;padding-top:18px;display:flex;justify-content:space-between;gap:16px;color:#9eb4b7;font-size:11px}
.legal-link{color:#9eb4b7;font-weight:700}

/* tablet */
@media(max-width:1023px){
.container{padding-left:32px;padding-right:32px}
.site-header{height:76px}
.header-inner{gap:20px}
nav{display:none}
.menu-toggle{display:flex}
.menu-toggle[aria-expanded=true]+nav{display:flex;position:absolute;top:76px;left:0;right:0;background:var(--navy);z-index:3;padding:22px 32px;flex-direction:column;gap:16px}
.phone{display:none}
.hero{padding-top:44px}
.hero-grid{grid-template-columns:1fr;gap:30px;align-items:start;padding-bottom:0}
.hero-copy{max-width:none}
.hero-sub{max-width:460px}
.hero-cta{margin-bottom:0}
.hero-features{margin-top:26px}
.planner{margin-bottom:44px}
.section{padding:76px 0}
.section h2{font-size:34px}
#destinations .three{grid-template-columns:repeat(2,1fr)}
#destinations .three .dest-card:last-child{grid-column:1/-1}
#why .three{grid-template-columns:1fr}
.news-grid{grid-template-columns:1fr}
.route-banner{flex-direction:column;align-items:flex-start;gap:24px;padding:34px 36px}
.route-banner h2{font-size:28px}
}

/* mobile */
@media(max-width:599px){
.container{padding-left:20px;padding-right:20px}
.site-header{height:72px}
.brand b{font-size:13px}
.brand small{font-size:8px}
.hero{padding-top:38px}
.hero h1{font-size:clamp(38px,11vw,46px)}
.hero-sub{font-size:15px}
.hero-cta{flex-direction:column;gap:12px}
.hero-cta .button{width:100%}
.hero-features{margin-top:20px;gap:9px}
.hero-features li{font-size:13px}
.planner{padding:22px 18px;grid-template-columns:1fr;gap:14px;margin-bottom:36px}
.section{padding:60px 0}
.section h2{font-size:30px}
.section-heading{margin-bottom:26px}
.three,#destinations .three,#why .three,.news-grid{grid-template-columns:1fr}
#destinations .three .dest-card:last-child{grid-column:auto}
.dest-card-top{padding:20px 22px 16px}
.dest-card-top h3{font-size:23px}
.dest-card-body{padding:18px 22px 22px}
.why-card{padding:22px}
.route-banner{padding:28px 24px}
.route-banner h2{font-size:24px}
.route-banner .button{width:100%}
.news article h3{font-size:18px}
.footer-grid{grid-template-columns:1fr;gap:26px}
.legal{flex-direction:column;gap:8px;margin-top:34px}
}

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