
:root{
  --ink:#101e2d;
  --ink-soft:#4b6072;
  --blue:#2387c7;
  --blue-dark:#146ea7;
  --ice:#e9f5fb;
  --pale:#edf6fb;
  --footer:#0c1b28;
  --line:#d7e5ed;
  --max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
button,input{font:inherit}
button{cursor:pointer}
.skip-link{position:fixed;left:10px;top:-60px;z-index:1000;background:#fff;padding:10px 14px;border-radius:8px}
.skip-link:focus{top:10px}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}

/* HERO */
.hero{
  position:relative;
  min-height:640px;
  overflow:hidden;
  background:#f7fbfd;
}
.hero-photo{
  position:absolute;
  inset:0;
  background-image:url('/assets/hero-ice-climbing.jpg');
  background-size:cover;
  background-position:50% 47%;
  background-repeat:no-repeat;
}
.hero-fade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.99) 18%,
      rgba(255,255,255,.94) 29%,
      rgba(255,255,255,.78) 38%,
      rgba(255,255,255,.38) 48%,
      rgba(255,255,255,.08) 58%,
      rgba(255,255,255,0) 67%),
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(236,245,250,.10));
}
.hero-inner{
  width:min(var(--max),calc(100% - 96px));
  min-height:640px;
  margin:0 auto;
  position:relative;
  z-index:2;
  padding:26px 0 35px;
}
.hero-logo{
  position:absolute;
  top:26px;
  left:0;
  width:265px;
}
.hero-logo img{width:100%;height:auto}
.launch-label{
  position:absolute;
  top:45px;
  right:22px;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:800;
  text-shadow:0 1px 4px rgba(0,0,0,.15);
}
.launch-label span{display:block;width:55px;height:2px;background:#fff;margin:12px auto 0;opacity:.85}
.hero-copy{
  padding-top:145px;
  width:50%;
  max-width:610px;
}
.hero h1{
  margin:0 0 14px;
  font-size:clamp(58px,5.8vw,92px);
  line-height:.92;
  letter-spacing:-.055em;
  color:#0d1b2a;
}
.hero-subtitle{
  margin:0 0 14px;
  font-size:clamp(23px,2vw,32px);
  line-height:1.25;
  color:#3f5263;
  font-weight:400;
}
.hero-text{
  margin:0 0 22px;
  max-width:550px;
  color:#475b6e;
  font-size:17px;
  line-height:1.46;
}
.signup-form{max-width:600px}
.signup-row{
  display:flex;
  align-items:center;
  min-height:56px;
  background:#fff;
  border:1px solid #cfdee7;
  border-radius:11px;
  box-shadow:0 8px 26px rgba(52,94,120,.12);
  overflow:hidden;
}
.mail-icon{
  padding-left:18px;
  color:#6f8698;
  font-size:17px;
}
.signup-row input[type=email]{
  flex:1;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  padding:16px 14px;
  color:#1c2c39;
}
.signup-row button{
  align-self:stretch;
  border:0;
  background:linear-gradient(180deg,#4d9fd7,#2280bf);
  color:#fff;
  font-weight:700;
  padding:0 25px;
  min-width:190px;
}
.signup-row button:hover{background:#176fa9}
.signup-row button:disabled{opacity:.6}
.consent-line{
  display:flex;
  gap:8px;
  align-items:flex-start;
  margin-top:10px;
  max-width:590px;
  color:#607487;
  font-size:12px;
  line-height:1.45;
}
.consent-line input{margin-top:3px;accent-color:var(--blue)}
.inline-link{padding:0;border:0;background:none;color:#42789b;text-decoration:underline;font-size:inherit}
.form-status{min-height:18px;margin:5px 0 0;font-size:12px;font-weight:600}
.form-status.success{color:#0c7a51}
.form-status.error{color:#b43838}
.hero-note{
  position:absolute;
  right:37px;
  bottom:42px;
  color:#38556b;
  font-family:"Bradley Hand","Segoe Print","Comic Sans MS",cursive;
  font-style:italic;
  font-size:20px;
  line-height:1.2;
  transform:rotate(-4deg);
  opacity:.82;
  text-align:center;
}

/* CAPABILITY STRIP */
.capability-strip{
  background:#fff;
  padding:43px 40px 39px;
  border-bottom:1px solid #e5edf2;
}
.capability-grid{
  width:min(1490px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:28px;
}
.capability-grid article{text-align:center}
.cap-icon{
  width:45px;
  height:45px;
  margin:0 auto 12px;
  color:#111f2e;
}
.cap-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.capability-grid h3{margin:0 0 8px;font-size:16px;line-height:1.2}
.capability-grid p{margin:0 auto;max-width:205px;color:#697989;font-size:14px;line-height:1.4}

/* WHY */
.why-section{
  position:relative;
  background:linear-gradient(180deg,#edf7fc 0%,#e5f2f9 100%);
  overflow:hidden;
}
.why-section::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-5px;
  height:115px;
  background:url('/assets/mountain-footer.svg') center bottom/100% 100% no-repeat;
  opacity:.15;
}
.why-inner{
  width:min(1480px,calc(100% - 110px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1.1fr 1px .95fr .38fr;
  gap:54px;
  padding:52px 0 120px;
  position:relative;
  z-index:2;
}
.mini-label{
  text-transform:uppercase;
  letter-spacing:.19em;
  color:#6485a1;
  font-weight:800;
  font-size:11px;
  display:flex;
  align-items:center;
  gap:13px;
}
.mini-label span{display:inline-block;width:52px;height:1px;background:#7392aa}
.why-copy h2{
  margin:18px 0 18px;
  font-size:clamp(36px,3.5vw,56px);
  line-height:1.02;
  letter-spacing:-.04em;
}
.why-copy p{
  margin:0;
  max-width:640px;
  color:#64798a;
  font-size:16px;
  line-height:1.52;
}
.primary-cta{
  display:inline-flex;
  align-items:center;
  gap:24px;
  margin-top:26px;
  padding:15px 22px;
  border-radius:10px;
  color:#fff;
  background:linear-gradient(180deg,#368fca,#207bb9);
  text-decoration:none;
  font-weight:700;
  font-size:14px;
}
.why-divider{width:1px;background:#b9d1df;align-self:stretch}
.why-benefits{padding-top:20px}
.why-benefits article{
  display:flex;
  gap:20px;
  align-items:flex-start;
  margin:0 0 21px;
}
.benefit-icon{
  width:44px;height:44px;
  display:grid;place-items:center;
  flex:0 0 44px;
  color:#101f2d;
  font-size:35px;
  line-height:1;
}
.benefit-icon.shield{
  border:3px solid #132433;
  border-radius:14px 14px 19px 19px;
  font-size:20px;
  height:42px;
}
.why-benefits h3{margin:2px 0 4px;font-size:16px}
.why-benefits p{margin:0;color:#738696;font-size:14px}
.why-quote{
  align-self:center;
  color:#84a3bc;
  font-family:"Bradley Hand","Segoe Print","Comic Sans MS",cursive;
  font-size:26px;
  line-height:1.35;
  font-style:italic;
  transform:rotate(-4deg);
}

/* JOIN */
.join-section{
  padding:50px 24px 58px;
  background:#f9fbfc;
  text-align:center;
}
.join-inner{max-width:780px;margin:0 auto}
.join-kicker{
  margin:0 0 9px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#6f879a;
  font-size:11px;
  font-weight:800;
}
.join-section h2{
  margin:0 0 9px;
  font-size:38px;
  letter-spacing:-.035em;
}
.join-section>div>p:not(.join-kicker){
  margin:0 auto 24px;
  max-width:650px;
  color:#667c8e;
  line-height:1.5;
}
.join-form{margin:0 auto;text-align:left}
.join-form .consent-line{justify-content:center}
.join-form .form-status{text-align:center}

/* FOOTER */
.site-footer{
  position:relative;
  height:165px;
  background:#f9fbfc;
  overflow:hidden;
}
.mountain-layer{
  position:absolute;
  inset:0;
  background:url('/assets/mountain-footer.svg') center bottom/100% 100% no-repeat;
}
.footer-inner{
  position:absolute;
  left:0;right:0;bottom:0;
  min-height:58px;
  padding:0 80px 22px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:end;
  gap:25px;
  color:#d6e0e7;
  font-size:10px;
}
.footer-tagline{text-transform:uppercase;letter-spacing:.18em}
.footer-links{display:flex;gap:18px;justify-content:center}
.footer-links button{
  border:0;background:none;color:#d7e1e8;padding:0;font-size:10px
}
.footer-copy{text-align:right}

/* COOKIES + LEGAL */
.cookie-banner{
  position:fixed;
  left:18px;right:18px;bottom:18px;
  z-index:100;
  max-width:900px;
  margin:0 auto;
  background:#fff;
  border:1px solid #d5e2e9;
  border-radius:15px;
  box-shadow:0 20px 60px rgba(11,32,49,.23);
  padding:16px 18px;
  display:flex;
  gap:20px;
  align-items:center;
  justify-content:space-between;
}
.cookie-banner[hidden]{display:none}
.cookie-banner strong{font-size:14px}
.cookie-banner p{margin:3px 0 0;color:#6f8291;font-size:12px}
.cookie-actions{display:flex;gap:8px;align-items:center}
.cookie-actions button{border-radius:8px;padding:9px 11px;font-size:12px;font-weight:700}
.cookie-primary{background:var(--blue);border:1px solid var(--blue);color:white}
.cookie-secondary{background:white;border:1px solid #cad9e2;color:#203546}
.cookie-link{border:0;background:none;color:#3a779d}
.legal-dialog{
  width:min(760px,calc(100% - 28px));
  max-height:84vh;
  padding:0;
  border:0;
  border-radius:18px;
  box-shadow:0 30px 90px rgba(0,0,0,.28);
}
.legal-dialog::backdrop{background:rgba(6,20,31,.72)}
.legal-shell{padding:24px}
.legal-head{display:flex;align-items:center;justify-content:space-between;gap:20px}
.legal-head h2{margin:0;font-size:22px}
.dialog-close{width:36px;height:36px;border-radius:50%;border:1px solid #d7e2e8;background:#fff;font-size:21px}
.legal-tabs{display:flex;gap:7px;margin:18px 0;flex-wrap:wrap}
.legal-tabs button{padding:8px 11px;border:1px solid #d7e2e8;background:#f5f8fa;border-radius:999px;font-size:12px;font-weight:700}
.legal-tabs button.active{background:#122433;color:#fff;border-color:#122433}
.legal-body{max-height:48vh;overflow:auto;background:#f7fafb;padding:20px;border-radius:12px;color:#526b7c;font-size:13px;line-height:1.55}
.legal-body h3{color:#132433;margin:1.3em 0 .35em}
.legal-body h3:first-child{margin-top:0}
.legal-note{margin-bottom:0;color:#778a98;font-size:11px}

/* RESPONSIVE */
@media(max-width:1100px){
  .hero-inner{width:min(100% - 56px,var(--max))}
  .hero-copy{width:57%}
  .capability-grid{grid-template-columns:repeat(3,1fr);row-gap:38px}
  .why-inner{grid-template-columns:1fr 1px 1fr;gap:35px}
  .why-quote{display:none}
}
@media(max-width:820px){
  .hero{min-height:auto;padding-bottom:0}
  .hero-photo{
    position:absolute;
    inset:auto 0 0;
    height:330px;
    background-position:61% 48%;
  }
  .hero-fade{
    background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.94) 58%,rgba(255,255,255,.05) 100%);
  }
  .hero-inner{
    width:100%;
    min-height:760px;
    padding:24px 26px 0;
  }
  .hero-logo{position:relative;top:auto;left:auto;width:230px;margin-bottom:42px}
  .launch-label{top:32px;right:26px;color:#6c8395;text-shadow:none;font-size:10px}
  .launch-label span{background:#7f95a6}
  .hero-copy{width:100%;max-width:600px;padding-top:0}
  .hero-note{display:none}
  .hero .hero-photo{position:absolute;inset:auto 0 0;height:300px}
  .hero h1{font-size:68px}
  .hero-subtitle{font-size:24px}
  .hero-text{font-size:16px}
  .capability-grid{grid-template-columns:repeat(2,1fr)}
  .why-inner{
    width:min(100% - 36px,760px);
    grid-template-columns:1fr;
    padding-bottom:115px;
  }
  .why-divider{display:none}
  .why-benefits{padding-top:0}
  .footer-inner{padding:0 24px 18px;grid-template-columns:1fr;text-align:center}
  .footer-tagline,.footer-copy{text-align:center}
  .footer-links{order:-1}
  .site-footer{height:220px}
}
@media(max-width:560px){
  .hero-inner{min-height:785px;padding-left:18px;padding-right:18px}
  .hero-logo{width:190px}
  .launch-label{font-size:9px;right:18px}
  .hero h1{font-size:56px}
  .hero-subtitle{font-size:21px}
  .signup-row{flex-wrap:wrap;padding:8px}
  .mail-icon{padding-left:6px}
  .signup-row input[type=email]{min-width:calc(100% - 45px)}
  .signup-row button{width:100%;min-height:48px;border-radius:8px}
  .hero .hero-photo{height:285px}
  .capability-strip{padding-left:18px;padding-right:18px}
  .capability-grid{grid-template-columns:1fr}
  .why-copy h2{font-size:40px}
  .join-section h2{font-size:31px}
  .cookie-banner{flex-direction:column;align-items:stretch}
  .cookie-actions{flex-wrap:wrap}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
}
