:root {
  --ink: #172429;
  --ink-soft: #304047;
  --navy: #19343d;
  --navy-deep: #10272e;
  --cream: #f4efe5;
  --paper: #fbf8f1;
  --white: #ffffff;
  --copper: #b66f46;
  --copper-dark: #8f4f30;
  --chartreuse: #dfff00;
  --sage: #a9b7a2;
  --line: #d7d0c2;
  --muted: #6e756f;
  --shadow: 0 24px 70px rgba(23, 36, 41, .14);
  --shell: 1240px;
  --display: 'Aptos Display', 'Segoe UI Variable Display', 'Helvetica Neue', Arial, sans-serif;
  --sans: 'Aptos', 'Segoe UI Variable Text', 'Helvetica Neue', Arial, sans-serif;
  --image-matte: #f1ebe0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--chartreuse); color: var(--ink); }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 112px 0; }
.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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; transform: translateY(-150%); background: var(--chartreuse); color: var(--ink); padding: 10px 16px; font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--cream);
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}
.site-header.is-scrolled { background: rgba(16, 39, 46, .96); box-shadow: 0 10px 35px rgba(6, 19, 23, .18); backdrop-filter: blur(12px); }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; line-height: 1; flex-shrink: 0; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; }
.brand-mark svg { width: 46px; height: 46px; fill: rgba(244,239,229,.06); stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark svg rect { fill: rgba(244,239,229,.06); stroke: rgba(244,239,229,.38); }
.brand-mark svg circle { fill: var(--chartreuse); stroke: var(--chartreuse); }
.brand-wordmark { display: block; }
.brand strong { display: block; font-size: 18px; letter-spacing: .035em; text-transform: uppercase; }
.brand small { display: block; margin-top: 6px; color: var(--chartreuse); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; font-weight: 850; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); font-size: 14px; font-weight: 700; }
.site-nav a { text-decoration: none; opacity: .85; transition: opacity .2s ease, color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; color: var(--chartreuse); }
.site-nav .nav-cta { border: 1px solid rgba(244, 239, 229, .45); padding: 10px 16px; opacity: 1; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.hero {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  color: var(--cream);
  background: #152d35;
  padding: 158px 0 104px;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.028), transparent 38%, rgba(255,255,255,.018));
  pointer-events: none;
}
.hero::after { display: none; }
.hero-contour { display: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .94fr) minmax(450px, 1.06fr); align-items: center; gap: clamp(42px, 6vw, 100px); }
.eyebrow, .kicker { margin: 0 0 22px; color: var(--copper-dark); font-size: 13px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: var(--chartreuse); display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.eyebrow.light, .kicker.light { color: var(--chartreuse); }
h1, h2, h3 { margin-top: 0; font-family: var(--display); line-height: 1.04; }
h1, h2 { font-weight: 760; letter-spacing: -.052em; }
h1 { margin-bottom: 28px; max-width: 750px; font-size: clamp(56px, 6vw, 88px); }
h2 { margin-bottom: 24px; font-size: clamp(40px, 4.35vw, 64px); }
h3 { font-size: 23px; font-weight: 720; letter-spacing: -.025em; }
.hero-lede { max-width: 730px; margin: 0; color: rgba(244,239,229,.82); font-size: 20px; line-height: 1.7; }
.hero-lede strong { color: var(--cream); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 13px 22px; border: 1px solid transparent; text-decoration: none; font-size: 14px; font-weight: 900; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--chartreuse); color: var(--ink); }
.button-primary:hover { background: #efff72; }
.button-text { color: var(--cream); padding-inline: 4px; }
.button-text:hover { color: var(--chartreuse); }
.button-inverse { border-color: rgba(244,239,229,.38); color: var(--cream); }
.button-inverse:hover { border-color: var(--chartreuse); color: var(--chartreuse); }
.button-accent { background: var(--chartreuse); color: var(--ink); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 700px; margin: 57px 0 0; border-top: 1px solid rgba(244,239,229,.22); }
.hero-stats div { padding: 22px 24px 0 0; }
.hero-stats dt { font-family: var(--display); font-size: 21px; font-weight: 720; letter-spacing: -.025em; color: var(--cream); }
.hero-stats dd { margin: 2px 0 0; color: rgba(244,239,229,.55); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.hero-frame {
  position: relative;
  width: min(100%, 590px);
  aspect-ratio: 1 / 1.02;
  padding: 38px;
  background: var(--image-matte);
  border: 1px solid rgba(255,255,255,.30);
  border-radius: 2px;
  box-shadow: 22px 26px 0 rgba(7,20,24,.28), 0 32px 70px rgba(0,0,0,.20);
  display: grid;
  place-items: center;
}
.hero-frame::before {
  content: 'INDEPENDENT PROFILE / MICRO TO BASS';
  position: absolute;
  top: 18px;
  left: 20px;
  color: rgba(23,36,41,.58);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .15em;
}
.hero-frame::after {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 32px;
  height: 28px;
  background: radial-gradient(ellipse at center, rgba(23,36,41,.15), transparent 70%);
  filter: blur(11px);
}
.hero-frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: 154%;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  transform: translate(16%, 6%) scale(1.18);
  filter: drop-shadow(0 22px 26px rgba(23,36,41,.22));
}
.hero-note, .hero-stamp { display: none; }

.definition-strip { background: var(--copper); color: #fff6ea; padding: 34px 0; }
.definition-grid { display: grid; grid-template-columns: 200px 1fr; gap: 50px; align-items: start; }
.definition-grid p { margin: 0; }
.definition-label { padding-top: 4px; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; font-weight: 900; }
.definition-grid p:last-child { font-family: var(--sans); font-size: 20px; font-weight: 620; line-height: 1.55; }

.two-column-intro { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.prose p { margin-top: 0; }
.lead-prose { font-size: 21px; color: var(--ink-soft); }
.lead-prose p:first-child { padding-top: 18px; border-top: 3px solid var(--copper); }
.anatomy-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: clamp(48px, 8vw, 105px); align-items: center; margin-top: 85px; }
.anatomy-figure { margin: 0; }
.anatomy-image { position: relative; min-height: 580px; display: grid; place-items: center; background: var(--image-matte); overflow: hidden; }
.anatomy-image::before { content: ''; position: absolute; inset: 28px; border: 1px solid rgba(23,36,41,.12); }
.anatomy-image::after { content: ''; position: absolute; left: 16%; right: 16%; bottom: 30px; height: 30px; background: radial-gradient(ellipse at center, rgba(23,36,41,.16), transparent 70%); filter: blur(10px); }
.anatomy-image img { position: relative; z-index: 1; display: block; width: auto; height: auto; max-width: 86%; max-height: 86%; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(23,36,41,.18)); }
.anatomy-figure figcaption { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 650; letter-spacing: .025em; }
.callout { position: absolute; z-index: 2; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; background: rgba(244,239,229,.92); padding: 0 4px; }
.callout i { position: absolute; display: block; height: 1px; background: var(--copper); }
.callout-core { top: 26%; right: 5%; }
.callout-core i { width: 108px; right: calc(100% - 4px); top: 52%; transform: rotate(14deg); transform-origin: right; }
.callout-halo { bottom: 20%; left: 4%; }
.callout-halo i { width: 112px; left: calc(100% - 4px); top: 52%; transform: rotate(-14deg); transform-origin: left; }
.callout-gap { top: 12%; left: 4%; }
.callout-gap i { width: 124px; left: calc(100% - 4px); top: 72%; transform: rotate(27deg); transform-origin: left; }
.anatomy-points { border-top: 1px solid var(--line); }
.anatomy-points article { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.anatomy-points > article > span { color: var(--copper); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.anatomy-points h3 { margin-bottom: 8px; font-size: 22px; }
.anatomy-points p { margin: 0; color: var(--ink-soft); }

.finder-section { background: #e9e2d5; }
.section-heading { margin-bottom: 55px; }
.section-heading.centered { max-width: 820px; margin-inline: auto; text-align: center; }
.section-heading.narrow { max-width: 760px; }
.section-heading > p:last-child { margin: 0; color: var(--ink-soft); font-size: 19px; }
.finder-controls { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-bottom: 40px; }
.finder-button { border: 1px solid #aaa396; background: transparent; padding: 10px 17px; cursor: pointer; font-size: 13px; font-weight: 900; }
.finder-button:hover, .finder-button:focus-visible, .finder-button.is-active { background: var(--ink); border-color: var(--ink); color: var(--cream); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.product-card { grid-column: auto; display: flex; flex-direction: column; background: var(--paper); border: 1px solid #cfc7b8; box-shadow: none; transition: border-color .2s ease, background .2s ease; }
.product-card:hover { transform: none; border-color: var(--ink); background: #fffdf8; }
.product-card-featured, .product-card-horizontal { grid-column: auto; }
.product-card[hidden] { display: none; }
.product-image {
  position: relative;
  height: 275px;
  padding: 22px;
  background: var(--image-matte);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.product-image::before {
  content: '';
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(23,36,41,.08);
}
.product-image::after {
  content: '';
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 22px;
  height: 28px;
  background: radial-gradient(ellipse at center, rgba(23,36,41,.14), transparent 70%);
  filter: blur(10px);
}
.product-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: 94%;
  max-height: 92%;
  object-fit: contain;
  transition: transform .35s ease;
  filter: drop-shadow(0 16px 18px rgba(23,36,41,.12));
}
.product-card:hover .product-image img { transform: scale(1.018); }
.product-image-wide img { max-width: 96%; }
.product-card-featured .product-image, .product-card-horizontal .product-image { height: 300px; }
.product-card-horizontal .product-image img { max-width: 94%; }
.custom-image, .custom-image-dark { background: var(--image-matte); }
.product-badge { position: absolute; z-index: 3; top: 16px; left: 16px; padding: 7px 10px; background: var(--ink); color: var(--cream); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.product-body { display: flex; flex-direction: column; flex: 1; padding: 29px; }
.product-maker { margin: 0 0 9px; color: var(--copper-dark); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.product-body h3 { margin-bottom: 14px; font-family: var(--display); font-size: 29px; font-weight: 740; letter-spacing: -.035em; }
.product-body > p:not(.product-maker) { margin-top: 0; color: var(--ink-soft); }
.spec-list { list-style: none; padding: 0; margin: 12px 0 26px; border-top: 1px solid var(--line); }
.spec-list li { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.spec-list span { color: var(--muted); }
.spec-list strong { max-width: 62%; text-align: right; }
.product-link { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: auto; padding: 14px 16px; border: 1px solid #cfc7b8; border-top: 3px solid var(--ink); background: #f6f1e7; text-decoration: none; font-size: 14px; font-weight: 900; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.product-link span[aria-hidden='true'] { color: var(--copper-dark); font-size: 17px; }
.product-link:hover, .product-link:focus-visible { color: var(--ink); background: #fff8eb; border-color: var(--ink); transform: translateY(-1px); }
.finder-empty { text-align: center; padding: 30px; }
.disclosure-box { display: grid; grid-template-columns: 165px 1fr; gap: 35px; max-width: 930px; margin: 50px auto 0; padding: 25px 0; border-top: 1px solid #aaa396; border-bottom: 1px solid #aaa396; }
.disclosure-box strong { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.disclosure-box p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.independent-section { position: relative; overflow: hidden; color: var(--cream); background: #10272e; }
.independent-section::before { display: none; }
.independent-grid { position: relative; display: grid; grid-template-columns: .98fr 1.02fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.independent-copy h2 { font-size: clamp(44px, 4.7vw, 70px); }
.independent-copy p { color: rgba(244,239,229,.73); font-size: 19px; }
.independent-copy .button { margin-top: 22px; }
.independent-image {
  position: relative;
  min-height: 675px;
  padding: 42px;
  background: var(--image-matte);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.independent-image::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(23,36,41,.10);
}
.independent-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: 94%;
  max-height: 90%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 20px rgba(23,36,41,.12));
}
.image-caption { position: absolute; right: 0; bottom: 0; width: 67%; padding: 25px 28px; background: rgba(16,39,46,.92); }
.image-caption span { color: var(--chartreuse); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.image-caption strong { display: block; margin-top: 6px; font-family: var(--display); font-size: 23px; font-weight: 720; line-height: 1.2; letter-spacing: -.025em; }

.comparison-section { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.comparison-table-wrap { overflow-x: auto; border-top: 3px solid var(--ink); }
.comparison-table { width: 100%; border-collapse: collapse; min-width: 820px; }
.comparison-table th, .comparison-table td { padding: 24px 26px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.comparison-table thead th { background: var(--ink); color: var(--cream); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.comparison-table thead th:first-child { width: 21%; }
.comparison-table tbody th { font-size: 14px; }
.comparison-table tbody td { color: var(--ink-soft); }
.comparison-table tbody tr:hover { background: #f2ede3; }
.contrarian-note { display: grid; grid-template-columns: 180px 1fr; gap: 35px; margin-top: 42px; padding: 28px 32px; background: var(--cream); border-left: 6px solid var(--copper); }
.contrarian-note span { color: var(--copper-dark); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.contrarian-note p { margin: 0; font-family: var(--sans); font-size: 19px; font-weight: 610; line-height: 1.55; }

.rigging-section { background: #e8e1d5; }
.rig-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.rig-card {
  grid-column: span 4;
  position: relative;
  min-height: 315px;
  padding: 34px 32px 30px;
  background: var(--paper);
  border-top: 4px solid var(--copper);
  border-right: 1px solid #c9c0b1;
  border-bottom: 1px solid #c9c0b1;
  border-left: 1px solid #c9c0b1;
  display: flex;
  flex-direction: column;
}
.rig-card:nth-child(4), .rig-card:nth-child(5) { grid-column: span 6; }
.rig-number {
  display: block;
  margin-bottom: 52px;
  color: var(--copper-dark);
  font-family: var(--display);
  font-size: 38px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: -.05em;
}
.rig-card h3 { margin-bottom: 14px; font-family: var(--display); font-size: 27px; font-weight: 740; letter-spacing: -.03em; }
.rig-card p { margin-top: 0; color: var(--ink-soft); font-size: 15px; }
.rig-card small { display: block; margin-top: auto; padding-top: 18px; border-top: 1px solid #c9c0b1; color: var(--copper-dark); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.retrieve-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; margin-top: 28px; padding: 42px 46px; color: var(--cream); background: var(--ink); border-left: 6px solid var(--chartreuse); }
.retrieve-band span { color: var(--chartreuse); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.retrieve-band h3 { margin: 8px 0 0; font-family: var(--display); font-size: 28px; font-weight: 730; letter-spacing: -.03em; }
.retrieve-band p { margin: 0; color: rgba(244,239,229,.72); }

.species-section { color: var(--cream); background: var(--copper-dark); }
.species-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(65px, 10vw, 145px); }
.species-header { position: sticky; top: 120px; align-self: start; }
.species-header .kicker { color: #ffd3b7; }
.species-header p:last-child { color: rgba(255,246,234,.72); }
.species-list { border-top: 1px solid rgba(255,246,234,.28); }
.species-list article { display: grid; grid-template-columns: 135px 1fr; gap: 25px; padding: 34px 0; border-bottom: 1px solid rgba(255,246,234,.28); }
.species-size { font-family: var(--display); font-size: 38px; font-weight: 760; letter-spacing: -.04em; color: #ffd3b7; }
.species-list h3 { margin-bottom: 8px; font-size: 23px; }
.species-list p { margin: 0; color: rgba(255,246,234,.72); }

.selection-section { background: var(--paper); }
.selection-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 125px); align-items: center; }
.selection-image {
  position: relative;
  min-height: 680px;
  padding: 42px;
  background: var(--image-matte);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.selection-image::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(23,36,41,.10);
}
.selection-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  min-height: 0;
  max-width: 94%;
  max-height: 90%;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(23,36,41,.12));
}
.selection-copy h2 { font-size: clamp(42px, 4.2vw, 62px); }
.selection-accordion { margin-top: 40px; border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; border: 0; background: transparent; text-align: left; cursor: pointer; font-weight: 900; }
.accordion-item button i { position: relative; flex: 0 0 20px; width: 20px; height: 20px; }
.accordion-item button i::before, .accordion-item button i::after { content: ''; position: absolute; top: 50%; left: 0; width: 20px; height: 2px; background: var(--copper); transition: transform .2s ease; }
.accordion-item button i::after { transform: rotate(90deg); }
.accordion-item.is-open button i::after { transform: rotate(0); }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.accordion-content > p { min-height: 0; overflow: hidden; margin: 0; color: var(--ink-soft); }
.accordion-item.is-open .accordion-content { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-content > p { padding-bottom: 24px; }

.scenarios-section { background: #e9e2d5; }
.scenario-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #aca598; border: 1px solid #aca598; }
.scenario-grid article { min-height: 360px; padding: 34px 30px; background: var(--paper); }
.scenario-grid span { color: var(--copper-dark); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.scenario-grid h3 { margin: 70px 0 18px; font-family: var(--display); font-size: 26px; font-weight: 730; letter-spacing: -.03em; }
.scenario-grid p { color: var(--ink-soft); }
.scenario-grid article:nth-child(even) { background: #f3eee5; }

.care-section { background: var(--navy); color: var(--cream); }
.care-section .kicker { color: var(--chartreuse); }
.care-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.care-items { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid rgba(244,239,229,.22); border-left: 1px solid rgba(244,239,229,.22); }
.care-items article { padding: 28px; border-right: 1px solid rgba(244,239,229,.22); border-bottom: 1px solid rgba(244,239,229,.22); }
.care-items strong { display: block; margin-bottom: 10px; color: var(--chartreuse); }
.care-items p { margin: 0; color: rgba(244,239,229,.68); font-size: 14px; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(65px, 10vw, 150px); align-items: start; }
.faq-title { position: sticky; top: 120px; }
.faq-title p:last-child { color: var(--ink-soft); }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list .accordion-item button { padding: 25px 0; font-family: var(--display); font-size: 22px; font-weight: 720; letter-spacing: -.02em; }
.faq-list .accordion-content > p { font-size: 17px; }

.final-cta { padding: 85px 0; color: var(--cream); background: var(--navy-deep); }
.final-cta-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.final-cta h2 { margin-bottom: 0; }
.final-cta-grid > div:last-child p { color: rgba(244,239,229,.72); font-size: 18px; }
.final-cta .button { margin-top: 18px; }

.site-footer { padding: 65px 0 30px; color: #bfcbc8; background: #091a1f; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1.1fr; gap: 80px; }
.brand-footer { color: var(--cream); }
.footer-brand p { max-width: 330px; color: #83928f; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-nav strong, .footer-disclosure strong { margin-bottom: 10px; color: var(--cream); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-nav a { color: #a9b6b3; text-decoration: none; font-size: 14px; }
.footer-nav a:hover { color: var(--chartreuse); }
.footer-disclosure p { margin: 0; color: #83928f; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(244,239,229,.12); color: #697976; font-size: 12px; }
.footer-bottom p { margin: 0; }

@media (max-width: 1100px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-note { display: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card, .product-card-featured, .product-card-horizontal { grid-column: auto; }
  .rig-grid { grid-template-columns: repeat(2, 1fr); }
  .rig-card, .rig-card:nth-child(4), .rig-card:nth-child(5) { grid-column: auto; }
  .scenario-grid { grid-template-columns: 1fr 1fr; }
  .scenario-grid article { min-height: 300px; }
}

@media (max-width: 900px) {
  .shell { width: min(calc(100% - 34px), var(--shell)); }
  .section { padding: 85px 0; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 84px; left: 17px; right: 17px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--navy-deep); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 12px; border-bottom: 1px solid rgba(244,239,229,.12); }
  .site-nav .nav-cta { border: 0; color: var(--chartreuse); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 750px; }
  .hero-visual { min-height: 570px; }
  .hero-frame { max-width: 540px; }
  .definition-grid, .two-column-intro, .anatomy-grid, .independent-grid, .split-heading, .species-layout, .selection-grid, .care-grid, .faq-layout, .final-cta-grid { grid-template-columns: 1fr; gap: 42px; }
  .anatomy-grid { margin-top: 55px; }
  .anatomy-image { min-height: 500px; }
  .independent-image { height: 570px; }
  .split-heading { align-items: start; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card, .product-card-featured, .product-card-horizontal { grid-column: auto; }
  .product-card-featured .product-image, .product-card-horizontal .product-image { height: 285px; }
  .rig-grid { grid-template-columns: 1fr 1fr; }
  .retrieve-band { grid-template-columns: 1fr; gap: 24px; }
  .species-header, .faq-title { position: static; }
  .care-grid { gap: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-disclosure { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 26px), var(--shell)); }
  .section { padding: 70px 0; }
  .header-inner { height: 74px; }
  .site-nav { top: 74px; left: 13px; right: 13px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-mark svg { width: 40px; height: 40px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 9px; letter-spacing: .18em; }
  .hero { padding: 116px 0 85px; }
  .hero::after { height: 62px; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  h2 { font-size: clamp(38px, 12vw, 52px); }
  .hero-lede { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .button-text { justify-content: flex-start; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats div { display: grid; grid-template-columns: 130px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid rgba(244,239,229,.14); }
  .hero-stats dd { align-self: center; }
  .hero-visual { min-height: 420px; }
  .hero-frame { width: 94%; }
  .definition-grid { grid-template-columns: 1fr; gap: 9px; }
  .definition-grid p:last-child { font-size: 20px; }
  .lead-prose { font-size: 18px; }
  .anatomy-image { min-height: 410px; }
  .callout { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image, .product-card-featured .product-image, .product-card-horizontal .product-image { height: 280px; }
  .product-body { padding: 24px; }
  .disclosure-box, .contrarian-note { grid-template-columns: 1fr; gap: 10px; }
  .independent-image { height: 480px; }
  .image-caption { width: 85%; }
  .rig-grid { grid-template-columns: 1fr; }
  .rig-card { min-height: 0; }
  .species-list article { grid-template-columns: 95px 1fr; gap: 15px; }
  .species-size { font-size: 33px; }
  .selection-image { min-height: 440px; }
  .selection-image img { min-height: 0; }
  .scenario-grid { grid-template-columns: 1fr; }
  .scenario-grid article { min-height: 0; }
  .scenario-grid h3 { margin-top: 40px; }
  .care-items { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-disclosure { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


@media (max-width: 960px) {
  .hero-frame { padding: 34px; border-radius: 2px; }
  .hero-visual { min-height: auto; }
  .independent-image, .selection-image { min-height: 460px; padding: 28px; }
}


@media (max-width: 900px) {
  .hero-frame img { width: 138%; transform: translate(10%, 5%) scale(1.10); }
  .independent-image img { width: 116%; transform: translate(-2%, 4%) scale(1.03); }
}

@media (max-width: 620px) {
  .hero-frame img { width: 130%; transform: translate(8%, 4%) scale(1.08); }
  .independent-image img { width: 112%; transform: translate(0, 2%) scale(1.01); }
}
