:root{
  --ink:#0B0C0D;
  --paper:#F4F7FA;
  --paper-2:#E4ECF3;
  --sky:#55ACEE;
  --sky-d:#2B8FD4;
  --clay:#4A5560;
  --cream:#FFFFFF;
  --line:rgba(20,18,16,.12);
  --max:1180px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--paper);
  color:var(--ink);
  font-family:Outfit,system-ui,sans-serif;
  font-weight:400;
  line-height:1.6;
  font-size:18px;
}
img{max-width:100%;display:block}
a{color:inherit}
.wrap{width:min(var(--max),calc(100% - 48px));margin:0 auto}

.grain:after{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:2;
  opacity:.18;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='.55'/></svg>");
}
.mesh-dark{
  background:
    radial-gradient(1100px 520px at 8% 0%, rgba(85,172,238,.28), transparent 58%),
    radial-gradient(900px 480px at 92% 85%, rgba(11,12,13,.40), transparent 55%),
    linear-gradient(118deg, #2A3340 0%, #3D4A58 42%, #4A5C6E 100%);
}
.mesh-paper{
  background:
    radial-gradient(800px 400px at 80% 0%, rgba(85,172,238,.08), transparent 50%),
    radial-gradient(600px 320px at 10% 100%, rgba(11,12,13,.08), transparent 50%),
    var(--paper);
}

header{
  height:80px;max-height:80px;
  background:linear-gradient(180deg,#2A3340 0%,#3D4A58 100%);
  border-bottom:1px solid rgba(255,255,255,.10);
  position:relative;
}
.nav{height:80px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo{display:flex;align-items:center;gap:12px;text-decoration:none;flex:0 0 auto}
.logo-img{height:68px;width:auto;display:block;background:transparent}
.logo-img-foot{height:64px}
.nav-links a{color:#fff}
.nav-links a:hover{color:#55ACEE}
.nav-links a[aria-current="page"]{color:#55ACEE}
.menu-btn{
  display:none;color:#fff;background:transparent;
  border:1px solid rgba(255,255,255,.25);
  font:inherit;cursor:pointer;padding:8px 14px;border-radius:999px;
}
.nav-links{display:flex;gap:28px;list-style:none}
.nav-links a{text-decoration:none;font-size:14px;font-weight:500;letter-spacing:.02em}
.nav-cta{display:inline-flex;flex:0 0 auto}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  height:48px;padding:0 26px;border-radius:999px;
  font-family:Outfit,sans-serif;font-size:15px;font-weight:500;
  text-decoration:none;white-space:nowrap;border:0;cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, background .2s;
}
.btn-primary{
  background:var(--sky);color:#fff;
  box-shadow:0 0 0 0 rgba(85,172,238,0);
}
.btn-primary:hover{
  transform:scale(1.04);
  box-shadow:0 8px 28px rgba(85,172,238,.45);
  background:var(--sky-d);
}
.btn-ghost{
  background:transparent;color:var(--paper);border:1px solid rgba(244,239,230,.35);
}
.btn-ghost:hover{transform:scale(1.04);box-shadow:0 0 24px rgba(85,172,238,.35);border-color:var(--sky)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.cta-row,.cta-wrap{margin-top:40px;display:flex;justify-content:center}

h1,h2,h3{font-family:Outfit,sans-serif;font-weight:600;letter-spacing:-.02em;line-height:1.15}
h1{font-size:clamp(32px,4.6vw,60px);max-width:14ch}
h2{font-size:clamp(32px,4vw,52px)}
h3{font-size:clamp(22px,2.2vw,28px)}
.lede{font-size:clamp(17px,1.5vw,19px);max-width:38em;color:var(--clay)}
.prose p{margin:0 0 16px;max-width:40em;color:var(--clay)}
.prose p:last-child{margin-bottom:0}
.on-dark .prose p{color:rgba(244,239,230,.82)}
.facts{margin:28px 0 0;padding:0;list-style:none}
.facts li{
  padding:14px 0 14px 22px;border-top:1px solid var(--line);color:var(--clay);
  position:relative;
}
.facts li:first-child{border-top:0}
.facts li:before{
  content:"";position:absolute;left:0;top:22px;width:8px;height:8px;border-radius:50%;
  background:var(--sky);
}
.on-dark{color:var(--paper)}
.on-dark .lede{color:rgba(244,239,230,.82)}
.on-dark .facts li{border-color:rgba(244,239,230,.14);color:rgba(244,239,230,.82)}
section.pad{padding:112px 0;position:relative}
.sec-head{max-width:760px;margin:0 0 28px}
.sec-head h2{margin-bottom:16px}
.sec-head h3{margin:8px 0 16px;font-weight:500;color:var(--clay)}
.on-dark .sec-head h3{color:rgba(244,239,230,.78)}

.hero{
  position:relative;display:grid;
  grid-template-columns:1.08fr .92fr;overflow:hidden;
}
.hero-copy{padding:80px 48px 72px 7vw;display:flex;flex-direction:column;justify-content:center}
.hero-copy .prose{margin:20px 0 8px;max-width:34em}
.hero-copy .prose p{font-size:clamp(17px,1.5vw,19px)}
.hero-photo{position:relative;min-height:520px}
.hero-photo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.hero-photo:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,#3D4A58 0%,rgba(61,74,88,.82) 22%,rgba(61,74,88,.35) 52%,transparent 78%);
}
.hero-stat{
  margin-top:40px;display:flex;gap:32px;align-items:flex-start;flex-wrap:wrap;
  font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:rgba(244,239,230,.65)
}
.hero-stat b{display:block;font-family:Outfit,sans-serif;font-size:26px;color:var(--paper);letter-spacing:0;text-transform:none;font-weight:600}

.board-split{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:start}
.board-split img{width:100%;height:480px;object-fit:cover}

.photo-frame{margin:48px auto 0;width:min(880px, calc(100% - 48px))}
.photo-frame img{width:100%;aspect-ratio:4/3;height:auto;object-fit:cover;object-position:center 30%;display:block}

.rate-hero{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap;margin:8px 0 16px}
.rate-hero b{
  font-size:clamp(56px,8vw,96px);font-weight:600;letter-spacing:-.03em;line-height:.95;
  color:var(--paper)
}
.rate-hero span{font-size:22px;color:rgba(244,239,230,.72);font-weight:500}
.rate-note{max-width:36em;margin:0 0 40px;color:rgba(244,239,230,.78)}
.price-list{display:grid;grid-template-columns:1fr 1fr;gap:0 56px;list-style:none;margin:0;padding:0}
.price-list li{
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  padding:16px 0;border-bottom:1px solid rgba(244,239,230,.14);
  color:rgba(244,239,230,.82)
}
.price-list .amt{font-weight:600;color:#fff;white-space:nowrap}
.diet-line{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}
.diet-line img{height:28px;width:auto;object-fit:contain;flex:0 0 auto}

.adv-split{display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:start}
.adv-price{
  display:grid;grid-template-columns:1fr 1fr;gap:0;
  border:1px solid var(--line);background:rgba(255,255,255,.45);
}
.adv-price div{padding:32px 24px;border-right:1px solid var(--line)}
.adv-price div:last-child{border-right:0}
.adv-price b{display:block;font-size:clamp(32px,4vw,44px);letter-spacing:-.03em;line-height:1}
.adv-price span{display:block;margin-top:10px;color:var(--clay);font-size:16px;line-height:1.45}

.forms{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.form-card{padding:32px;background:rgba(255,255,255,.45);border:1px solid var(--line)}
.form-card h3{margin:8px 0 8px}
.phones{font-family:Outfit,sans-serif;font-size:22px;margin-bottom:16px;font-weight:600}
.ghl-box{
  min-height:280px;border:1px dashed var(--clay);background:rgba(255,255,255,.55);
  padding:22px;font-size:15px;color:var(--clay);line-height:1.55
}
.ghl-box strong{display:block;color:var(--ink);margin-bottom:8px;font-family:Outfit,sans-serif}
.tag{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--sky);margin-bottom:8px}

footer{background:#3D4A58;color:var(--paper);padding:72px 0 28px}
.foot{display:grid;grid-template-columns:1.4fr .7fr .9fr 1fr;gap:40px}
.foot a{text-decoration:none;color:rgba(244,239,230,.75)}
.foot a:hover{color:#fff}
.foot h4{font-family:Outfit,sans-serif;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:rgba(244,239,230,.45);margin-bottom:14px}
.foot ul{list-style:none}
.foot li{margin:8px 0}
.legal{margin-top:48px;padding-top:20px;border-top:1px solid rgba(244,239,230,.1);display:flex;justify-content:space-between;font-size:13px;color:rgba(244,239,230,.45)}

.fade{opacity:0;transform:translateY(18px);animation:up .8s ease forwards}
.fade-d1{animation-delay:.1s}.fade-d2{animation-delay:.2s}
@keyframes up{to{opacity:1;transform:none}}

@media (max-width:800px){
  body{font-size:17px;line-height:1.6}
  .wrap{width:calc(100% - 32px)}
  h1{font-size:clamp(28px,8vw,36px);max-width:none;line-height:1.2}
  h2{font-size:clamp(28px,7vw,36px)}
  h3{font-size:clamp(20px,5vw,24px)}
  .hero{grid-template-columns:1fr;min-height:0}
  .hero-copy{padding:40px 0 36px}
  .hero-photo{min-height:220px;height:220px}
  .hero-photo:after{background:linear-gradient(0deg,#3D4A58 0%,transparent 50%)}
  .hero-stat{flex-direction:column;align-items:flex-start;gap:16px;margin-top:28px}
  .board-split,.adv-split,.price-list,.forms,.foot,.adv-price{
    grid-template-columns:1fr;
  }
  .board-split{gap:32px}
  .board-split img{height:260px}
  .nav-links,.nav-cta{display:none}
  .nav-links.open{
    display:flex;flex-direction:column;position:absolute;top:80px;left:0;right:0;
    background:#3D4A58;padding:20px 24px 28px;z-index:20;
    border-bottom:1px solid rgba(255,255,255,.08)
  }
  .nav-links.open a{color:#fff}
  .menu-btn{display:block}
  header{position:relative}
  section.pad{padding:64px 0}
  .adv-price div{border-right:0;border-bottom:1px solid var(--line)}
  .adv-price div:last-child{border-bottom:0}
  .btn{
    white-space:normal;height:auto;padding:12px 22px;text-align:center;line-height:1.3
  }
  .nav-cta{
    white-space:normal;height:auto;padding:10px 14px;font-size:13px;
    max-width:48vw;text-align:center;line-height:1.25
  }
  
  .rate-hero b{font-size:clamp(48px,16vw,72px)}
  .legal{flex-direction:column;gap:8px}
  .form-card{padding:24px}
}

/* ============================================================
   RESPONSIVE PASS (mobile + tablet only).
   Everything below lives inside max-width media queries, so the
   1024px and wider desktop design is untouched.
   ============================================================ */

/* --- Tablet only (roughly 641px to 800px): two-up instead of one long column --- */
@media (min-width:641px) and (max-width:800px){
  .price-list{grid-template-columns:1fr 1fr}
  .adv-price{grid-template-columns:1fr 1fr}
  .adv-price div{border-right:1px solid var(--line);border-bottom:0}
  .adv-price div:last-child{border-right:0}
  .board-split img{height:320px}
  .hero-copy{padding:40px 16px 36px}
  .hero-photo{min-height:300px;height:300px}
  .foot{grid-template-columns:1fr 1fr}
}

/* --- Phone (640px and down) --- */
@media (max-width:640px){
  /* vertical rhythm */
  section.pad{padding:60px 0}
  .sec-head{margin:0 0 22px}
  .cta-row,.cta-wrap{margin-top:28px}

  /* type */
  h1{font-size:clamp(28px,7.6vw,34px)}
  h2{font-size:clamp(25px,6.8vw,30px)}
  h3{font-size:20px}

  /* header: smaller logo so it does not crowd the Menu button */
  .logo-img{height:46px}
  .logo-img-foot{height:52px}
  .nav{gap:10px}
  .menu-btn{
    display:inline-flex;align-items:center;justify-content:center;
    min-height:44px;padding:0 14px;font-size:15px;
  }
  .nav-cta{min-height:44px;padding:8px 14px;max-width:44vw;font-size:13px}
  .nav-links.open{gap:0;padding:8px 16px 14px}
  .nav-links.open li{border-top:1px solid rgba(255,255,255,.10)}
  .nav-links.open li:first-child{border-top:0}
  .nav-links.open a{display:flex;align-items:center;min-height:48px;font-size:16px}
  .btn{min-height:48px}

  /* hero */
  .hero-copy{padding:36px 16px 32px}
  .hero-photo{min-height:240px;height:240px}
  .hero-actions{gap:10px;justify-content:center}
  .hero-stat b{font-size:22px}

  /* boarding copy and art */
  .board-split{gap:22px}
  .board-split img{height:230px;object-position:center 40%}
  .photo-frame{width:calc(100% - 32px)}
  .facts li{padding:12px 0 12px 20px}
  .facts li:before{top:19px}

  /* rates */
  .rate-hero{margin:4px 0 12px}
  .rate-note{margin-bottom:28px}
  .price-list li{padding:13px 0}
  .diet-line img{height:24px}

  /* adventure days */
  .adv-split{gap:26px}
  .adv-price div{padding:22px 18px}

  /* the two city forms, clearly separated */
  .forms{gap:20px}
  .form-card{padding:20px;border-top:3px solid var(--sky)}
  .ghl-box{min-height:0;padding:16px}
  .phones a{display:inline-flex;align-items:center;min-height:44px}

  /* footer: stacked, with 44px tap targets */
  footer{padding:48px 0 22px}
  .foot{gap:26px}
  .foot li{margin:4px 0}
  .foot a{display:inline-flex;align-items:center;min-height:44px}
  .foot .logo{min-height:0}
  .legal{margin-top:30px;font-size:12px}
}
