.code9-kayaks{
  --bg:#efebe4;
  --bg-soft:#f7f3ec;
  --paper:rgba(255,255,255,.62);
  --paper-strong:rgba(255,255,255,.78);
  --ink:#090909;
  --muted:#5c5a55;
  --line:rgba(0,0,0,.15);
  --line-soft:rgba(0,0,0,.08);
  --shadow:0 24px 80px rgba(0,0,0,.08);
  --radius:28px;
  --radius-soft:22px;
  --page-width:1540px;
  --display:"Avenir Next","Helvetica Neue","Segoe UI",sans-serif;
  --mono:"SFMono-Regular","IBM Plex Mono","Menlo",monospace;
  width:100%;
  padding-top:60px;
  color:var(--ink);
  font-family:var(--display);
  background:
    radial-gradient(circle at top left, rgba(0,0,0,.04), transparent 24%),
    radial-gradient(circle at right 18%, rgba(0,0,0,.035), transparent 18%),
    linear-gradient(180deg, #f7f5ef 0%, var(--bg) 100%);
}

.code9-kayaks,
.code9-kayaks *,
.code9-kayaks *::before,
.code9-kayaks *::after{
  box-sizing:border-box;
}

.code9-kayaks img{
  display:block;
  max-width:100%;
}

.code9-kayaks a{
  color:inherit;
  text-decoration:none;
}

.code9-kayaks__header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:40;
  height:60px;
  background:#000;
  color:#f7f5ef;
}

.code9-kayaks__header-inner{
  position:relative;
  max-width:var(--page-width);
  height:100%;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:24px;
}

.code9-kayaks__brand{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}

.code9-kayaks__brand-mark-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 50px;
  width:50px;
  height:50px;
  padding:6px;
  border-radius:16px;
  background:#1c1c1c;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08), 0 10px 24px rgba(0,0,0,.25);
  overflow:hidden;
}

.code9-kayaks__brand-mark{
  width:100%;
  height:100%;
  border-radius:8px;
  object-fit:contain;
}

.code9-kayaks__brand-copy strong{
  display:block;
  font-size:32px;
  line-height:.95;
  letter-spacing:-.06em;
}

.code9-kayaks__brand-copy span{
  display:block;
  margin-top:6px;
  color:#bdbdbd;
  font-family:var(--mono);
  font-size:12px;
  line-height:1;
  letter-spacing:.28em;
  text-transform:uppercase;
}

.code9-kayaks__section-nav{
  position:absolute;
  top:50%;
  left:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  flex-wrap:nowrap;
  transform:translate(-50%, -50%);
}

.code9-kayaks__section-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 9px;
  color:#f7f5ef;
  font-size:18px;
  transition:background .18s ease,color .18s ease;
}

.code9-kayaks__section-link:hover,
.code9-kayaks__section-link:focus-visible,
.code9-kayaks__section-link.is-active{
  background:#f7f5ef;
  color:#090909;
}

.code9-kayaks__shell{
  max-width:var(--page-width);
  margin:0 auto;
  padding:34px 24px 56px;
}

.code9-kayaks__panel{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--paper);
  box-shadow:var(--shadow);
  backdrop-filter:blur(12px);
}

.code9-kayaks__panel--dark{
  background:#050505;
  color:#f7f5ef;
  border-color:rgba(255,255,255,.08);
}

.code9-kayaks__local-nav-panel{
  margin-bottom:18px;
  padding:20px 22px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:rgba(255,255,255,.78);
  box-shadow:var(--shadow);
}

.code9-kayaks__local-nav-eyebrow,
.code9-kayaks__eyebrow{
  margin:0 0 12px;
  color:#6a655d;
  font-family:var(--mono);
  font-size:11px;
  line-height:1;
  letter-spacing:.28em;
  text-transform:uppercase;
}

.code9-kayaks__eyebrow--light{
  color:rgba(247,245,239,.62);
}

.code9-kayaks__local-nav-title{
  margin:10px 0 0;
  font-size:clamp(1.95rem, 4.2vw, 2.65rem);
  line-height:.9;
  letter-spacing:-.08em;
}

.code9-kayaks__local-nav-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:14px;
}

.code9-kayaks__local-nav-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.14);
  background:rgba(255,255,255,.8);
  font-family:var(--mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}

.code9-kayaks__local-nav-link:hover,
.code9-kayaks__local-nav-link:focus-visible,
.code9-kayaks__local-nav-link.is-active{
  background:#090909;
  color:#f7f5ef;
  border-color:#090909;
}

.code9-kayaks__hero{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) 316px;
  gap:16px;
  align-items:stretch;
}

.code9-kayaks__hero-copy{
  padding:28px;
}

.code9-kayaks__title{
  margin:0 0 18px;
  max-width:960px;
  font-size:clamp(2.9rem,5.2vw,5.3rem);
  line-height:.9;
  letter-spacing:-.08em;
}

.code9-kayaks__copy{
  margin:0;
  max-width:860px;
  color:rgba(247,245,239,.82);
  font-size:17px;
  line-height:1.62;
}

.code9-kayaks__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.code9-kayaks__chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:#f7f5ef;
  font-family:var(--mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.code9-kayaks__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.code9-kayaks__action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:12px 17px;
  border-radius:999px;
  border:1px solid currentColor;
  font-family:var(--mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  appearance:none;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}

.code9-kayaks__action:hover,
.code9-kayaks__action:focus-visible{
  background:currentColor;
  color:var(--bg-soft);
}

.code9-kayaks__action--accent,
.code9-kayaks__action--accent:link,
.code9-kayaks__action--accent:visited{
  background:#f4cf53 !important;
  color:#090909 !important;
  border-color:#f4cf53 !important;
}

.code9-kayaks__action--accent:hover,
.code9-kayaks__action--accent:focus-visible{
  background:#fff !important;
  border-color:#fff !important;
  color:#090909 !important;
}

.code9-kayaks__action--light,
.code9-kayaks__action--light:link,
.code9-kayaks__action--light:visited{
  background:#fff !important;
  border-color:#fff !important;
  color:#090909 !important;
  box-shadow:0 8px 18px rgba(255,255,255,.1);
}

.code9-kayaks__action--light:hover,
.code9-kayaks__action--light:focus-visible{
  background:transparent !important;
  border-color:#fff !important;
  color:#fff !important;
}

.code9-kayaks__hero-side{
  display:grid;
  gap:14px;
}

.code9-kayaks__info-chip{
  padding:18px;
  background:rgba(255,255,255,.82);
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

.code9-kayaks__info-chip strong{
  display:block;
  margin-bottom:7px;
  font-size:18px;
  line-height:1.02;
  letter-spacing:-.04em;
}

.code9-kayaks__stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:22px;
}

.code9-kayaks__stat{
  padding:24px 26px;
  border-radius:24px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.72);
  box-shadow:0 14px 34px rgba(0,0,0,.06);
}

.code9-kayaks__stat--dark{
  background:#090909;
  color:#f7f5ef;
  border-color:rgba(255,255,255,.08);
}

.code9-kayaks__stat-value{
  font-size:56px;
  line-height:.86;
  letter-spacing:-.07em;
  font-weight:800;
}

.code9-kayaks__stat-label{
  margin-top:10px;
  color:inherit;
  opacity:.82;
  font-size:16px;
  line-height:1.56;
}

.code9-kayaks__grid{
  display:grid;
  gap:22px;
  margin-top:22px;
}

.code9-kayaks__grid--two{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.code9-kayaks__card,
.code9-kayaks__features,
.code9-kayaks__footer,
.code9-kayaks__grid > .code9-kayaks__panel{
  padding:30px 32px;
}

.code9-kayaks__card--dark{
  background:#090909;
  color:#f7f5ef;
  border-color:rgba(255,255,255,.08);
}

.code9-kayaks__card h2,
.code9-kayaks__features h2,
.code9-kayaks__footer h2,
.code9-kayaks__panel h2{
  margin:0 0 14px;
  font-size:36px;
  line-height:.92;
  letter-spacing:-.06em;
}

.code9-kayaks__list{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

.code9-kayaks__list li{
  position:relative;
  padding-left:22px;
  color:inherit;
  font-size:16px;
  line-height:1.65;
}

.code9-kayaks__list li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  font-size:18px;
}

.code9-kayaks__section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:12px;
}

.code9-kayaks__section-copy{
  margin:0 0 20px;
  max-width:980px;
  color:var(--muted);
  font-size:18px;
  line-height:1.62;
}

.code9-kayaks__features-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.code9-kayaks__features-grid--two{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.code9-kayaks__feature-card{
  padding:22px;
  border-radius:22px;
  border:1px solid var(--line-soft);
  background:rgba(255,255,255,.92);
}

.code9-kayaks__feature-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  margin-bottom:14px;
  border-radius:999px;
  background:#090909;
  color:#f7f5ef;
  font-family:var(--mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
}

.code9-kayaks__feature-card h3,
.code9-kayaks__accent-card h3,
.code9-kayaks__budget-block h3,
.code9-kayaks__step h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:.98;
  letter-spacing:-.05em;
}

.code9-kayaks__feature-card p,
.code9-kayaks__step p,
.code9-kayaks__recommendation p,
.code9-kayaks__budget-block p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.62;
}

.code9-kayaks__panel--accent{
  padding:32px;
  background:#090909;
  color:#f7f5ef;
  border-color:rgba(255,255,255,.08);
}

.code9-kayaks__title-light{
  margin:0;
  font-size:40px;
  line-height:.92;
  letter-spacing:-.06em;
}

.code9-kayaks__accent-copy{
  margin:0 0 20px;
  max-width:980px;
  color:rgba(247,245,239,.78);
  font-size:18px;
  line-height:1.62;
}

.code9-kayaks__accent-card{
  padding:22px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.05);
}

.code9-kayaks__callout{
  margin-top:18px;
  padding:18px 20px;
  border-radius:18px;
  background:#f4cf53;
  color:#090909;
  font-size:16px;
  line-height:1.6;
}

.code9-kayaks__steps{
  display:grid;
  gap:18px;
}

.code9-kayaks__step{
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  gap:18px;
  align-items:start;
}

.code9-kayaks__step-index{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border-radius:18px;
  background:#090909;
  color:#f7f5ef;
  font-family:var(--mono);
  font-size:12px;
  font-weight:700;
  letter-spacing:.1em;
}

.code9-kayaks__table-shell{
  overflow:hidden;
  border-radius:20px;
  border:1px solid var(--line-soft);
  background:rgba(255,255,255,.92);
}

.code9-kayaks__table{
  width:100%;
  border-collapse:collapse;
}

.code9-kayaks__table th,
.code9-kayaks__table td{
  padding:16px 14px;
  border-bottom:1px solid rgba(0,0,0,.08);
  text-align:left;
  vertical-align:top;
  font-size:14px;
  line-height:1.55;
}

.code9-kayaks__table th{
  background:#f2eee7;
  font-family:var(--mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.code9-kayaks__table tbody tr:last-child td{
  border-bottom:none;
}

.code9-kayaks__budget{
  display:grid;
  gap:16px;
}

.code9-kayaks__budget-block{
  padding:22px;
  border-radius:22px;
  border:1px solid var(--line-soft);
  background:rgba(255,255,255,.92);
}

.code9-kayaks__footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:22px;
  align-items:start;
  margin-top:22px;
}

.code9-kayaks__ordered-list{
  display:grid;
  gap:12px;
  margin:0;
  padding-left:22px;
}

.code9-kayaks__ordered-list li{
  color:var(--ink);
  font-size:16px;
  line-height:1.64;
}

.code9-kayaks__recommendation{
  padding:22px;
  border-radius:22px;
  background:#090909;
  color:#f7f5ef;
}

.code9-kayaks__recommendation-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:#f4cf53;
  color:#090909;
  font-family:var(--mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.code9-kayaks__recommendation p{
  margin:16px 0 0;
  color:rgba(247,245,239,.82);
}

.code9-kayaks__recommendation-note{
  display:grid;
  gap:8px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
}

.code9-kayaks__recommendation-note strong{
  font-size:22px;
  line-height:1;
  letter-spacing:-.05em;
}

.code9-kayaks__recommendation-note span{
  color:rgba(247,245,239,.72);
  font-size:14px;
  line-height:1.6;
}

@media (max-width:1380px){
  .code9-kayaks__header-inner,
  .code9-kayaks__shell{
    padding-left:20px;
    padding-right:20px;
  }

  .code9-kayaks__hero{
    grid-template-columns:minmax(0,1fr);
  }

  .code9-kayaks__hero-side,
  .code9-kayaks__stats,
  .code9-kayaks__features-grid,
  .code9-kayaks__grid--two,
  .code9-kayaks__footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .code9-kayaks__footer-grid{
    grid-template-columns:minmax(0,1fr);
  }
}

@media (max-width:1100px){
  .code9-kayaks__section-nav{
    display:none;
  }

  .code9-kayaks__local-nav-title{
    font-size:clamp(1.95rem, 6vw, 2.5rem);
  }

  .code9-kayaks__stats,
  .code9-kayaks__features-grid,
  .code9-kayaks__features-grid--two,
  .code9-kayaks__grid--two{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .code9-kayaks{
    padding-top:92px;
  }

  .code9-kayaks__header{
    height:auto;
  }

  .code9-kayaks__header-inner{
    padding:10px 14px 12px;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .code9-kayaks__section-nav{
    display:flex;
    position:static;
    top:auto;
    left:auto;
    transform:none;
    width:100%;
    overflow:auto;
    justify-content:flex-start;
    padding-bottom:2px;
  }

  .code9-kayaks__section-link{
    flex:0 0 auto;
    font-size:15px;
    min-height:30px;
    padding:0 8px;
  }

  .code9-kayaks__brand{
    gap:12px;
  }

  .code9-kayaks__brand-mark-wrap{
    flex-basis:44px;
    width:44px;
    height:44px;
    border-radius:14px;
  }

  .code9-kayaks__brand-copy strong{
    font-size:28px;
  }

  .code9-kayaks__brand-copy span{
    font-size:10px;
    letter-spacing:.24em;
  }

  .code9-kayaks__shell{
    padding:16px 12px 34px;
  }

  .code9-kayaks__local-nav-panel,
  .code9-kayaks__hero-copy,
  .code9-kayaks__card,
  .code9-kayaks__features,
  .code9-kayaks__footer,
  .code9-kayaks__grid > .code9-kayaks__panel,
  .code9-kayaks__panel--accent{
    padding:18px 16px;
  }

  .code9-kayaks__local-nav-title{
    margin-top:8px;
    font-size:clamp(1.7rem, 11vw, 2.5rem);
  }

  .code9-kayaks__local-nav-link{
    min-height:42px;
    padding:0 14px;
    font-size:10px;
    letter-spacing:.07em;
  }

  .code9-kayaks__title{
    font-size:clamp(2.55rem, 13vw, 4rem);
    margin-bottom:12px;
  }

  .code9-kayaks__copy,
  .code9-kayaks__section-copy,
  .code9-kayaks__accent-copy{
    font-size:16.5px;
  }

  .code9-kayaks__card h2,
  .code9-kayaks__features h2,
  .code9-kayaks__footer h2,
  .code9-kayaks__panel h2,
  .code9-kayaks__title-light{
    font-size:30px;
  }

  .code9-kayaks__stat-value{
    font-size:44px;
  }

  .code9-kayaks__step{
    grid-template-columns:44px minmax(0,1fr);
    gap:14px;
  }

  .code9-kayaks__step-index{
    width:44px;
    height:44px;
    border-radius:15px;
  }

  .code9-kayaks__table-shell{
    overflow:auto;
  }

  .code9-kayaks__table{
    min-width:620px;
  }

  .code9-kayaks__actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }

  .code9-kayaks__action{
    width:100%;
    min-height:46px;
  }
}
