:root {
  --ink: #081b22;
  --ink-soft: #15343b;
  --water: #00747b;
  --water-bright: #00a5a8;
  --spring: #dff2ec;
  --leaf: #245f50;
  --sun: #f1c84c;
  --coral: #d95f3d;
  --paper: #ffffff;
  --mist: #f2f6f4;
  --line: #d4dfdc;
  --muted: #587077;
  --shadow: 0 18px 44px rgba(8, 27, 34, 0.12);
  --container: 1320px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  border: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
}

h1 {
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 760;
}

h2 {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 740;
}

h3 {
  font-size: 20px;
}

svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  stroke-width: 1.8;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: 96px;
}

.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: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 4px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
}

.service-bar {
  color: var(--paper);
  background: var(--ink);
  font-size: 13px;
}

.service-bar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.service-bar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.service-bar a:hover {
  color: var(--sun);
}

.service-bar svg {
  width: 15px;
  height: 15px;
  color: var(--sun);
}

.service-email {
  margin-left: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(8, 27, 34, 0.04);
}

.header-farm-nav {
  background: #eff5f3;
  border-bottom: 1px solid #dce7e4;
}

.header-farm-nav-inner {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
}

.header-farm-nav a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 0 22px;
}

.header-farm-nav a + a::before {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #cfddda;
  transform: translateY(-50%);
}

.header-farm-nav a:hover,
.header-farm-nav a[aria-current="page"] {
  color: var(--water);
}

.header-farm-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 2px;
  background: var(--sun);
}

.header-main {
  min-height: 88px;
  display: grid;
  grid-template-columns: 338px minmax(280px, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.brand {
  position: relative;
  width: 320px;
  display: block;
}

.brand img {
  width: 100%;
  height: auto;
}

.brand-fish-body,
.brand-fish-nose {
  position: absolute;
  inset: 0;
  pointer-events: none;
  will-change: filter;
}

.brand-fish-body {
  clip-path: inset(0 72.65% 0 0);
  filter: none;
}

.brand-fish-nose {
  clip-path: inset(0 67.7% 0 27.35%);
  filter: none;
}

.header-center {
  min-width: 0;
  display: block;
}

.mobile-shop-tools {
  display: contents;
}

.site-search {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr 50px;
  overflow: hidden;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.site-search:focus-within {
  border-color: var(--water);
  box-shadow: 0 0 0 3px rgba(0, 116, 123, 0.14);
}

.site-search input {
  min-width: 0;
  padding: 0 18px;
  color: var(--ink);
  background: transparent;
  outline: 0;
}

.site-search input::placeholder {
  color: #6a7e83;
}

.site-search button {
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--water);
}

.site-search button:hover {
  background: #005c62;
}

.search-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
}

.search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 160;
  width: 100%;
  padding: 14px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #cddbd7;
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(4, 25, 31, 0.16);
}

.search-suggestions[hidden] {
  display: none;
}

.search-suggestions-label {
  display: block;
  margin-bottom: 10px;
  color: var(--leaf);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.search-suggestion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.search-suggestion-grid a {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 7px 9px;
  color: var(--ink-soft);
  background: #f1f6f4;
  border: 1px solid #dce8e4;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

.search-suggestion-grid a:hover,
.search-suggestion-grid a:focus-visible {
  color: var(--ink);
  background: #e2efeb;
  border-color: #b4cec7;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-actions a {
  min-width: 66px;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.header-actions a:hover {
  color: var(--water);
}

.header-actions svg {
  width: 21px;
  height: 21px;
}

.icon-button {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  color: var(--ink);
  background: transparent;
}

.category-menu-trigger,
.mobile-purchase-facts,
.mobile-review-ticker,
.mobile-story-bar {
  display: none;
}

.category-menu-trigger {
  height: 36px;
  grid-template-columns: 18px auto 18px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--water);
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
}

.category-menu-trigger svg {
  width: 17px;
  height: 17px;
}

.category-menu-chevron {
  transition: transform 180ms ease;
}

.category-menu-trigger[aria-expanded="true"] .category-menu-chevron {
  transform: rotate(180deg);
}

.shop-nav {
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid #edf1ef;
}

.nav-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.nav-inner a {
  position: relative;
  padding-block: 13px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-inner a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 2px;
  background: var(--water);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-inner a:hover::after {
  transform: scaleX(1);
}

.nav-inner .nav-accent {
  color: #b54325;
}

.nav-story-mobile {
  display: none;
}

.hero {
  position: relative;
  height: 68vh;
  min-height: 560px;
  max-height: 720px;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.hero-rotator,
.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  opacity: 0;
  object-fit: cover;
  transform: scale(1.01);
  transition: opacity 1600ms ease, transform 14000ms ease;
  will-change: opacity, transform;
}

.hero-media.is-active {
  opacity: 1;
  transform: scale(1.035);
}

.hero-media-fish {
  object-position: 58% 52%;
}

.hero-media-archive {
  object-position: 54% 50%;
}

.hero-media-lake {
  object-position: 54% 66%;
}

.hero-media-spectrum,
.hero-media-striped {
  object-position: 56% center;
}

.hero-media-vats,
.hero-media-racks {
  object-position: center 54%;
}

.hero-media-water {
  object-position: center 52%;
}

.hero-media-flow {
  object-position: center 56%;
}

.hero-media-library {
  object-position: var(--hero-desktop-position, 56% center);
}

.hero-shade {
  background: rgba(3, 17, 25, var(--hero-shade, 0.46));
  transition: background-color 900ms ease;
}

.hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 92px;
}

.hero-copy {
  width: min(780px, 68%);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.hero-visual-meta {
  position: absolute;
  right: max(24px, calc((100% - var(--container)) / 2));
  bottom: 112px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--paper);
}

.hero-frame-caption {
  font-size: 11px;
  font-weight: 650;
  line-height: 1.3;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.82);
}

.hero-slide-controls {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 36px;
  padding: 2px;
  background: rgba(3, 17, 25, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  backdrop-filter: blur(8px);
}

.hero-slide-controls button {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: var(--paper);
  background: transparent;
  border-radius: 2px;
  transition: color 180ms ease, background 180ms ease;
}

.hero-slide-controls button:hover {
  color: var(--ink);
  background: var(--sun);
}

.hero-slide-controls .hero-autoplay-toggle {
  width: 36px;
  color: var(--sun);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(3, 17, 25, 0.28);
}

.hero-slide-controls .hero-autoplay-toggle:hover {
  color: var(--ink);
  background: var(--sun);
}

.hero-slide-controls .hero-autoplay-toggle[aria-pressed="true"] {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.14);
}

.hero-slide-controls button svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.2;
}

.hero-slide-count {
  min-width: 54px;
  color: var(--paper);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}

.hero-next-timer {
  min-width: 62px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.hero-slide-controls button:focus-visible {
  outline: 2px solid var(--sun);
  outline-offset: 1px;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--sun);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--water);
}

.hero-lede {
  max-width: 610px;
  margin-bottom: 32px;
  color: #f3f8f7;
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions,
.care-actions,
.final-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button-primary {
  color: var(--ink);
  background: var(--sun);
}

.button-primary:hover {
  background: #ffda61;
}

.button-ghost {
  color: var(--paper);
  background: rgba(8, 27, 34, 0.28);
  border-color: rgba(255, 255, 255, 0.65);
}

.button-ghost:hover {
  background: rgba(8, 27, 34, 0.66);
  border-color: var(--paper);
}

.hero-assurances {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  backdrop-filter: blur(16px) saturate(1.15);
}

.review-ticker {
  color: var(--ink);
  background: #f8fbfa;
  border-bottom: 1px solid var(--line);
}

.ticker-inner {
  min-height: 68px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.ticker-rating,
.ticker-stars,
.ticker-testimony,
.ticker-cta {
  display: flex;
  align-items: center;
}

.ticker-rating {
  color: var(--sun);
  white-space: nowrap;
}

.ticker-stars {
  gap: 2px;
  color: var(--sun);
}

.ticker-stars svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  stroke-width: 1.5;
}

.ticker-testimony {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.ticker-quote {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ticker-attribution {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.ticker-source {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ticker-source::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #98aaa7;
}

.ticker-cta {
  justify-content: flex-end;
  gap: 8px;
  color: var(--water);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.ticker-cta svg {
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

.ticker-inner:hover .ticker-cta svg {
  transform: translateY(3px);
}

.ticker-inner.is-changing .ticker-testimony {
  opacity: 0;
  transform: translateY(4px);
}

.assurance-grid {
  min-height: 88px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.assurance-grid article {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 22px;
  border-right: 1px solid var(--line);
}

.assurance-grid article:first-child {
  padding-left: 0;
}

.assurance-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.assurance-grid svg {
  width: 28px;
  height: 28px;
  color: var(--water);
}

.assurance-grid strong,
.assurance-grid span {
  display: block;
}

.assurance-grid strong {
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.3;
}

.assurance-grid span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.section-heading h2 {
  margin-bottom: 14px;
}

.section-heading > p:last-child,
.heading-row > div > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.heading-row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.heading-row > div {
  max-width: 760px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--water);
  font-size: 15px;
  font-weight: 800;
}

.text-link:hover {
  color: #004f54;
}

.category-section {
  background: var(--paper);
}

.shop-rail {
  padding-block: 32px 30px;
  background: #f1f6f4;
  border-bottom: 1px solid var(--line);
}

.shop-rail-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 16px;
}

.shop-rail-heading h2 {
  margin-bottom: 0;
  font-size: 30px;
}

.shop-rail-heading .eyebrow {
  margin-bottom: 4px;
}

.shop-rail-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.shop-rail-item {
  min-width: 0;
  min-height: 64px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 7px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #d6e3df;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.shop-rail-item img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
}

.shop-rail-item:hover {
  color: var(--water);
  border-color: #a8c4bc;
  box-shadow: 0 8px 18px rgba(5, 31, 38, 0.08);
  transform: translateY(-1px);
}

.shop-questions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #d5e1dd;
}

.shop-questions-copy {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.shop-questions-copy svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--water);
}

.shop-questions p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.shop-questions strong {
  color: var(--ink);
}

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

.category-card {
  min-width: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 7px;
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.category-card:hover {
  border-color: #adc4be;
  box-shadow: 0 12px 30px rgba(5, 31, 38, 0.08);
}

.category-card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.category-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--mist);
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.category-card:hover .category-image img {
  transform: scale(1.02);
}

.category-copy {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
}

.category-copy h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.category-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.category-copy > svg {
  width: 21px;
  height: 21px;
  color: var(--water);
}

.category-utility {
  margin-top: 28px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 14px 22px;
  color: var(--ink);
  background: var(--spring);
  border-radius: 6px;
}

.category-utility > span {
  color: var(--leaf);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.category-utility a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 750;
}

.category-utility a:hover {
  color: var(--water);
}

.category-utility svg {
  width: 15px;
  height: 15px;
}

.photo-reel-section {
  padding-block: 88px 96px;
  overflow: hidden;
  background: #edf3ef;
  border-top: 1px solid var(--line);
}

.photo-reel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}

.photo-reel-heading > div:first-child {
  max-width: 760px;
}

.photo-reel-heading h2 {
  margin-bottom: 14px;
  font-size: 46px;
}

.photo-reel-heading p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.photo-reel-actions {
  display: flex;
  gap: 8px;
}

.photo-reel-actions button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #b9cac5;
  border-radius: 4px;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.photo-reel-actions button:hover {
  color: var(--paper);
  background: var(--water);
  border-color: var(--water);
}

.photo-reel-actions button:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 2px;
}

.photo-reel-actions svg {
  width: 21px;
  height: 21px;
}

.photo-reel-track {
  display: flex;
  gap: 18px;
  padding: 0 max(24px, calc((100vw - var(--container)) / 2)) 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: max(24px, calc((100vw - var(--container)) / 2));
  scroll-snap-type: x mandatory;
  scrollbar-color: #829b95 transparent;
  scrollbar-width: thin;
}

.photo-reel-track:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: -3px;
}

.photo-reel-item {
  flex: 0 0 clamp(310px, 32vw, 500px);
  margin: 0;
  scroll-snap-align: start;
}

.photo-reel-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d9e5e0;
  border-radius: 4px;
}

.photo-reel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.photo-reel-item:hover img {
  transform: scale(1.025);
}

.photo-reel-item figcaption {
  padding-top: 13px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.care-section {
  color: var(--paper);
  background: var(--leaf);
}

.care-heading {
  max-width: 820px;
}

.care-heading > p:last-child {
  color: #d6e8e2;
}

.care-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.care-grid article {
  position: relative;
  min-height: 250px;
  padding: 36px 36px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.care-grid article:first-child {
  padding-left: 0;
}

.care-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.care-grid article > svg {
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  color: var(--sun);
}

.care-grid h3 {
  margin-bottom: 12px;
  font-size: 23px;
}

.care-grid p {
  max-width: 340px;
  margin-bottom: 0;
  color: #d6e8e2;
}

.care-actions {
  margin-top: 34px;
}

.button-light {
  color: var(--ink);
  background: var(--paper);
}

.button-light:hover {
  background: var(--sun);
}

.text-link.light {
  color: var(--paper);
}

.text-link.light:hover {
  color: var(--sun);
}

.reviews-section {
  background: var(--mist);
  scroll-margin-top: 132px;
}

.review-intro {
  max-width: 440px;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

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

.review-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.review-feature {
  grid-row: span 2;
  min-height: 540px;
  padding: 36px;
  color: var(--paper);
  background: var(--water);
  border-color: var(--water);
}

.stars {
  display: flex;
  gap: 4px;
  color: var(--sun);
}

.stars svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.review-card blockquote {
  margin: 28px 0;
  color: var(--ink-soft);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.45;
}

.review-feature blockquote {
  color: var(--paper);
  font-size: 36px;
  line-height: 1.24;
}

.review-card footer strong,
.review-card footer span {
  display: block;
}

.review-card footer strong {
  font-size: 15px;
}

.review-card footer span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 13px;
}

.review-feature footer span {
  color: #ccebec;
}

.origin-story {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(430px, 0.85fr);
  color: var(--paper);
  background: var(--ink-soft);
}

.origin-media {
  position: relative;
  min-height: 720px;
  margin: 0;
  overflow: hidden;
}

.origin-media picture {
  display: block;
  height: 100%;
}

.origin-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}

.origin-media figcaption {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
}

.origin-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  padding: 84px 9%;
}

.origin-copy h2 {
  max-width: 520px;
  font-size: 50px;
}

.origin-copy p:not(.eyebrow) {
  max-width: 610px;
  color: #d4e2df;
  font-size: 18px;
}

.story-link {
  margin-top: 12px;
}

.origin-facts {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.origin-facts div {
  padding: 22px 14px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.origin-facts div:first-child {
  padding-left: 0;
}

.origin-facts div:last-child {
  padding-right: 0;
  border-right: 0;
}

.origin-facts dt {
  color: var(--sun);
  font-size: 25px;
  font-weight: 800;
}

.origin-facts dd {
  margin: 3px 0 0;
  color: #c8d8d4;
  font-size: 13px;
  line-height: 1.4;
}

.final-cta {
  padding-block: 72px;
  background: var(--sun);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.final-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 40px;
}

.button-dark {
  color: var(--paper);
  background: var(--ink);
}

.button-dark:hover {
  background: var(--water);
}

.dark-link {
  color: var(--ink);
}

.dark-link:hover {
  color: #23434a;
}

.site-footer {
  padding-top: 72px;
  color: #dbe6e4;
  background: #07171d;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.6fr) repeat(3, 1fr);
  gap: 70px;
  padding-bottom: 56px;
}

.footer-brand > strong {
  display: block;
  margin-bottom: 12px;
  color: var(--paper);
  font-size: 26px;
}

.footer-brand p {
  max-width: 360px;
  color: #9fb4b4;
}

.footer-brand address {
  color: #b8c9c7;
  font-style: normal;
}

.footer-brand address a {
  overflow-wrap: anywhere;
}

.footer-phone {
  color: #829a99;
  font-size: 12px;
}

.footer-brand address a:hover {
  color: var(--sun);
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-links h2 {
  margin-bottom: 8px;
  color: var(--paper);
  font-size: 15px;
}

.footer-links a {
  color: #a9bdba;
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--sun);
}

.footer-bottom {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #7f9796;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

@media (max-width: 1180px) {
  .hero-inner {
    padding-top: 36px;
  }

  .hero-copy {
    width: min(760px, 84%);
  }

  .ticker-inner {
    gap: 18px;
  }

  h1 {
    font-size: 50px;
  }

  .header-main {
    grid-template-columns: 292px minmax(250px, 1fr) auto;
    gap: 18px;
  }

  .brand img {
    width: 100%;
  }

  .brand {
    width: 274px;
  }

  .nav-inner {
    justify-content: flex-start;
    gap: 26px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-inner::-webkit-scrollbar {
    display: none;
  }

  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .origin-story {
    grid-template-columns: 1fr 1fr;
  }

  .origin-copy {
    padding-inline: 8%;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .service-bar,
  .desktop-review-ticker {
    display: none;
  }

  .ticker-inner {
    grid-template-columns: auto minmax(0, 1fr) 36px;
  }

  .ticker-cta {
    width: 36px;
    gap: 0;
    font-size: 0;
  }

  .container {
    width: min(calc(100% - 36px), var(--container));
  }

  .section {
    padding-block: 76px;
  }

  .service-bar-inner {
    justify-content: space-between;
    gap: 16px;
  }

  .service-email {
    display: none !important;
  }

  .header-main {
    min-height: 0;
    grid-template-columns: 40px 1fr auto;
    grid-template-rows: 42px 36px;
    gap: 1px 10px;
    padding-block: 2px 3px;
  }

  .icon-button {
    width: 38px;
    height: 38px;
    display: grid;
  }

  .menu-toggle {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: clamp(154px, 45vw, 194px);
  }

  .header-center {
    display: contents;
    padding: 0;
  }

  .mobile-shop-tools {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    align-items: stretch;
  }

  .mobile-shop-tools .search-wrap {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .site-search {
    height: 36px;
    min-height: 36px;
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr) 36px;
    border-left: 0;
    border-radius: 0 6px 6px 0;
  }

  .mobile-shop-tools .search-wrap .site-search {
    width: 100%;
    grid-column: auto;
    grid-row: auto;
  }

  .search-suggestions {
    right: 0;
    left: auto;
    width: min(360px, calc(100vw - 16px));
  }

  .search-suggestion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-menu-trigger {
    width: 100%;
    height: 36px;
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) 14px;
    gap: 6px;
    padding-inline: 9px;
    color: var(--ink-soft);
    background: #e8f0ee;
    border-color: var(--line);
    border-radius: 6px 0 0 6px;
  }

  .site-header.is-menu-open .category-menu-trigger {
    color: var(--ink);
    background: var(--sun);
    border-color: #d9ad27;
  }

  .header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .header-actions a {
    min-width: 44px;
    min-height: 40px;
    height: 40px;
  }

  .header-farm-nav {
    min-height: 28px;
  }

  .header-farm-nav .container {
    width: 100%;
  }

  .header-farm-nav-inner {
    min-height: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    font-size: 12px;
  }

  .header-farm-nav a {
    position: relative;
    min-height: 28px;
    justify-content: center;
    padding: 0 6px;
    color: var(--water);
    background: #edf4f2;
  }

  .header-farm-nav a + a::before {
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-left: 1px solid #d6e2df;
    background: transparent;
    transform: none;
  }

  .header-farm-nav a:hover,
  .header-farm-nav a[aria-current="page"] {
    color: var(--ink);
    background: #e3eeeb;
  }

  .header-farm-nav a[aria-current="page"]::after {
    position: absolute;
    right: 24%;
    bottom: 0;
    left: 24%;
    height: 2px;
    background: var(--sun);
  }

  .shop-nav {
    max-height: 0;
    overflow: hidden;
    border-top: 0;
    transition: max-height 220ms ease;
  }

  .shop-nav.is-open {
    max-height: min(480px, calc(100vh - 182px));
    max-height: min(480px, calc(100dvh - 182px));
    border-top: 1px solid var(--line);
  }

  .nav-inner {
    width: 100%;
    max-height: min(480px, calc(100vh - 182px));
    max-height: min(480px, calc(100dvh - 182px));
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    padding: 8px 12px 12px;
    overflow-y: auto;
  }

  .container.nav-inner {
    width: 100%;
  }

  .nav-inner a {
    min-height: 58px;
    grid-column: span 3;
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid #edf1ef;
  }

  .nav-inner > a:nth-child(even):not(.nav-story-mobile) {
    border-left: 1px solid #edf1ef;
  }

  .nav-inner .nav-story-mobile {
    min-height: 54px;
    grid-column: span 2;
    display: block;
    align-content: center;
    padding-inline: 8px;
    text-align: center;
    color: var(--water);
    background: #f1f6f5;
    border-top: 2px solid #c7d7d3;
    border-bottom: 0;
    font-weight: 800;
  }

  .nav-inner .nav-story-mobile + .nav-story-mobile {
    border-left: 1px solid #d6e2df;
  }

  .nav-inner .nav-story-mobile:hover,
  .nav-inner .nav-story-mobile[aria-current="page"] {
    color: var(--ink);
    background: #e3eeeb;
    box-shadow: inset 0 -3px var(--sun);
  }

  .mobile-purchase-facts {
    min-height: 31px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    color: var(--paper);
    background: var(--ink);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .mobile-purchase-facts a {
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 8px;
    text-align: left;
  }

  .mobile-purchase-facts a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .mobile-purchase-facts svg {
    width: 13px;
    height: 13px;
    flex: 0 0 auto;
    color: var(--sun);
  }

  .mobile-purchase-facts span {
    min-width: 0;
    display: flex;
    line-height: 1;
  }

  .mobile-purchase-facts strong {
    font-size: 11px;
    white-space: nowrap;
  }

  .mobile-purchase-facts small {
    display: none;
  }

  .mobile-review-ticker {
    display: block;
  }

  .mobile-review-ticker .ticker-inner {
    min-height: 56px;
    grid-template-columns: auto minmax(0, 1fr) 22px;
    grid-template-rows: 1fr;
    gap: 7px;
    padding: 4px 10px;
  }

  .mobile-review-ticker .ticker-rating {
    grid-column: 1;
    grid-row: 1;
    gap: 0;
    font-size: 0;
  }

  .mobile-review-ticker .ticker-stars {
    gap: 1px;
  }

  .mobile-review-ticker .ticker-stars svg {
    width: 9px;
    height: 9px;
  }

  .mobile-review-ticker .ticker-testimony {
    min-width: 0;
    min-height: 0;
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    overflow: hidden;
  }

  .mobile-review-ticker .ticker-quote {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ink-soft);
    font-size: 11px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: clip;
    white-space: normal;
  }

  .mobile-review-ticker .ticker-attribution {
    gap: 5px;
    font-size: 10px;
  }

  .mobile-review-ticker .ticker-source {
    gap: 5px;
  }

  .mobile-review-ticker .ticker-cta {
    width: 22px;
    grid-column: 3;
    grid-row: 1;
  }

  .nav-inner a::after {
    display: none;
  }

  .hero {
    height: 66vh;
    min-height: 580px;
  }

  .hero-inner {
    align-items: flex-end;
    padding-bottom: 126px;
  }

  .hero-copy {
    width: min(680px, 84%);
  }

  .hero-media-fish {
    object-position: 62% center;
  }

  .hero-media-archive {
    object-position: 56% center;
  }

  .hero-media-lake {
    object-position: 58% 68%;
  }

  .hero-media-spectrum,
  .hero-media-striped {
    object-position: 60% center;
  }

  .hero-media-water {
    object-position: 55% center;
  }

  .hero-media-flow {
    object-position: center 54%;
  }

  .hero-visual-meta {
    right: 18px;
  }

  .assurance-grid {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .assurance-grid::-webkit-scrollbar {
    display: none;
  }

  .assurance-grid article {
    width: 300px;
    padding: 17px 24px;
    scroll-snap-align: start;
  }

  .assurance-grid article:first-child {
    padding-left: 0;
  }

  .assurance-grid article:last-child {
    padding-right: 0;
  }

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

  .shop-rail {
    padding-block: 24px 22px;
  }

  .shop-rail-heading {
    align-items: center;
    margin-bottom: 14px;
  }

  .shop-rail-heading h2 {
    font-size: 27px;
  }

  .shop-rail-list {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .shop-rail-list::-webkit-scrollbar {
    display: none;
  }

  .shop-rail-item {
    flex: 0 0 158px;
    scroll-snap-align: start;
  }

  .shop-questions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .care-grid {
    grid-template-columns: 1fr;
  }

  .care-grid article,
  .care-grid article:first-child,
  .care-grid article:last-child {
    min-height: auto;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .care-grid article:last-child {
    border-bottom: 0;
  }

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

  .review-feature {
    grid-row: auto;
    grid-column: span 2;
    min-height: 320px;
  }

  .review-feature blockquote {
    font-size: 34px;
  }

  .origin-story {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .origin-media {
    min-height: 520px;
  }

  .origin-copy {
    padding: 72px 9%;
  }

  .footer-grid {
    grid-template-columns: 1.4fr repeat(2, 1fr);
    gap: 48px;
  }

  .footer-links:last-child {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  .section {
    padding-block: 64px;
  }

  .service-bar {
    font-size: 11px;
  }

  .service-bar-inner {
    width: 100%;
    min-height: 46px;
    gap: 0;
  }

  .service-bar a {
    width: 50%;
    min-height: 46px;
    justify-content: center;
    gap: 5px;
    padding-inline: 8px;
    text-align: center;
    line-height: 1.15;
    white-space: normal;
  }

  .service-bar a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .service-bar svg {
    display: none;
  }

  .ticker-inner {
    min-height: 96px;
    grid-template-columns: minmax(0, 1fr) 32px;
    grid-template-rows: auto 1fr;
    gap: 4px 10px;
    padding-block: 10px;
  }

  .ticker-rating {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    gap: 8px;
    font-size: 10px;
  }

  .ticker-testimony {
    grid-column: 1;
    grid-row: 2;
    min-height: 48px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
  }

  .ticker-quote {
    font-size: 14px;
  }

  .ticker-reviewer {
    font-size: 12px;
  }

  .ticker-cta {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 32px;
  }

  .header-main {
    width: 100%;
    padding-inline: 12px;
  }

  .brand {
    width: clamp(154px, 45vw, 194px);
  }

  .header-actions a {
    min-width: 44px;
  }

  .header-actions span {
    display: none;
  }

  .hero {
    height: calc(clamp(220px, 68vw, 300px) + 430px);
    min-height: calc(clamp(220px, 68vw, 300px) + 430px);
    max-height: none;
    --hero-gallery-media-height: clamp(168px, 54vw, 220px);
  }

  .hero-shade {
    background: rgba(3, 17, 25, 0.61);
  }

  .hero-inner {
    align-items: center;
    padding-top: 16px;
    padding-bottom: 100px;
  }

  .hero[data-layout="key"] {
    height: clamp(550px, 142vw, 620px);
    min-height: clamp(550px, 142vw, 620px);
  }

  .hero[data-layout="key"] .hero-inner {
    align-items: flex-start;
    padding-top: clamp(58px, 14vw, 86px);
    padding-bottom: 64px;
  }

  .hero[data-layout="gallery"] {
    height: calc(var(--hero-gallery-media-height) + 430px);
    min-height: calc(var(--hero-gallery-media-height) + 430px);
  }

  .hero[data-layout="gallery"] .hero-rotator {
    height: var(--hero-gallery-media-height);
    bottom: auto;
    background: #071a22;
  }

  .hero[data-layout="gallery"] .hero-media[data-subject="fish"] {
    object-fit: contain;
    object-position: var(--hero-mobile-position, center center);
    transform: scale(0.94);
  }

  .hero[data-layout="gallery"] .hero-media[data-subject="fish"].is-active {
    transform: scale(0.985);
  }

  .hero[data-layout="gallery"] .hero-shade {
    background: linear-gradient(
      to bottom,
      rgba(3, 17, 25, 0.04) 0,
      rgba(3, 17, 25, 0.10) calc(var(--hero-gallery-media-height) - 34px),
      rgba(8, 27, 34, 0.96) var(--hero-gallery-media-height),
      var(--ink) calc(var(--hero-gallery-media-height) + 48px),
      var(--ink) 100%
    );
  }

  .hero[data-layout="gallery"] .hero-inner {
    align-items: flex-start;
    padding-top: calc(var(--hero-gallery-media-height) + 16px);
    padding-bottom: 64px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-media-archive {
    object-position: 56% center;
  }

  .hero-media-lake {
    object-position: 61% 68%;
  }

  .hero-media-water {
    object-position: 58% center;
  }

  .hero-media-flow {
    object-position: center 52%;
  }

  .hero-visual-meta {
    top: 10px;
    right: 12px;
    bottom: auto;
  }

  .hero-frame-caption {
    display: none;
  }

  .hero-slide-controls {
    min-height: 32px;
  }

  .hero-slide-controls button {
    width: 26px;
    height: 26px;
  }

  .hero-slide-count {
    min-width: 48px;
  }

  .hero-copy .eyebrow {
    margin-bottom: 9px;
  }

  .hero h1 {
    margin-bottom: 14px;
    font-size: 36px;
  }

  .hero-lede {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 1.44;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 46px;
    padding-block: 10px;
  }

  .hero[data-layout="gallery"] .hero-actions .button-ghost {
    display: none;
  }

  .hero .assurance-grid {
    min-height: 56px;
  }

  .hero .assurance-grid article {
    width: 220px;
    padding: 10px 16px;
    gap: 10px;
  }

  .hero .assurance-grid article:first-child {
    padding-left: 0;
  }

  .hero .assurance-grid svg {
    width: 20px;
    height: 20px;
  }

  .hero .assurance-grid strong {
    margin-bottom: 0;
    font-size: 13px;
  }

  .hero .assurance-grid span {
    display: none;
  }

  .assurance-grid article {
    width: 270px;
  }

  .heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .desktop-link {
    display: none;
  }

  .category-grid {
    gap: 12px;
  }

  .category-copy {
    min-height: 116px;
    align-items: flex-start;
    padding: 15px;
  }

  .category-copy h3 {
    font-size: 16px;
  }

  .category-copy p {
    font-size: 12px;
  }

  .category-copy > svg {
    display: none;
  }

  .category-utility {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .photo-reel-section {
    padding-block: 68px 72px;
  }

  .photo-reel-heading {
    align-items: flex-start;
    gap: 22px;
  }

  .photo-reel-heading h2 {
    font-size: 36px;
  }

  .photo-reel-actions {
    flex: 0 0 auto;
  }

  .photo-reel-actions button {
    width: 42px;
    height: 42px;
  }

  .photo-reel-track {
    gap: 14px;
    padding-inline: 14px;
    scroll-padding-inline: 14px;
  }

  .photo-reel-item {
    flex-basis: min(84vw, 430px);
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-feature {
    grid-column: auto;
    min-height: 290px;
    padding: 26px;
  }

  .review-feature blockquote {
    font-size: 30px;
  }

  .review-card {
    min-height: 220px;
    padding: 24px;
  }

  .origin-media {
    min-height: 390px;
  }

  .origin-media img {
    object-position: center;
  }

  .origin-media figcaption {
    right: 18px;
    bottom: 16px;
    left: 18px;
  }

  .origin-copy {
    padding: 60px 24px;
  }

  .origin-copy h2 {
    font-size: 40px;
  }

  .origin-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .origin-facts dt {
    font-size: 20px;
  }

  .final-cta {
    padding-block: 58px;
  }

  .final-cta h2 {
    font-size: 34px;
  }

  .final-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 28px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-links:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-block: 20px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 32px;
  }

  .header-main {
    column-gap: 8px;
    padding-inline: 8px;
  }

  .mobile-shop-tools {
    grid-template-columns: 128px minmax(0, 1fr);
  }

  .nav-inner {
    padding-inline: 8px;
  }

  .brand {
    width: clamp(150px, 45vw, 178px);
  }

  .header-actions {
    gap: 2px;
  }

  .header-actions a {
    min-width: 38px;
  }

  .mobile-purchase-facts a {
    gap: 4px;
    padding-inline: 5px;
  }

  .mobile-purchase-facts svg {
    width: 12px;
    height: 12px;
  }

  .hero {
    height: calc(clamp(220px, 68vw, 300px) + 520px);
    min-height: calc(clamp(220px, 68vw, 300px) + 520px);
  }

  .hero h1 {
    font-size: 29px;
  }

  .hero-lede {
    font-size: 15px;
  }

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

  .category-image {
    aspect-ratio: 4 / 3;
  }

  .category-copy {
    min-height: 118px;
    padding: 13px;
  }

  .category-copy h3 {
    font-size: 16px;
  }

  .category-copy p {
    font-size: 12px;
  }

  .origin-facts {
    grid-template-columns: 1fr;
  }

  .origin-facts div,
  .origin-facts div:first-child,
  .origin-facts div:last-child {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }

  .origin-facts div:last-child {
    border-bottom: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-links:last-child {
    grid-column: auto;
  }
}

@media (max-width: 360px) {
  .hero {
    height: calc(clamp(220px, 68vw, 300px) + 580px);
    min-height: calc(clamp(220px, 68vw, 300px) + 580px);
  }
}

@media (max-width: 340px) {
  .hero {
    min-height: 660px;
  }

  .hero-copy .eyebrow {
    max-width: 150px;
  }

  .category-copy {
    min-height: 72px;
  }

  .category-copy p {
    display: none;
  }
}

/* Homepage editorial reel: every frame leads with the photograph, then its story. */
.hero.hero-editorial,
.hero.hero-editorial[data-layout] {
  --hero-editorial-media-height: clamp(330px, 34vw, 520px);
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.hero.hero-editorial .hero-rotator {
  position: relative;
  inset: auto;
  width: 100%;
  height: var(--hero-editorial-media-height);
  background: #071a22;
}

.hero.hero-editorial .hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.005);
}

.hero.hero-editorial .hero-media.is-active {
  transform: scale(1.012);
}

.hero.hero-editorial .hero-image-title {
  position: absolute;
  top: 64px;
  left: max(24px, calc((100% - var(--container)) / 2));
  z-index: 3;
  max-width: min(760px, calc(100% - 48px));
  margin: 0;
  padding: 10px 16px 11px;
  color: var(--paper);
  display: inline-block;
  background: rgba(9, 40, 49, 0.54);
  border: 1px solid rgba(225, 242, 239, 0.22);
  box-shadow: 0 8px 22px rgba(3, 17, 25, 0.16);
  backdrop-filter: blur(12px) saturate(1.08);
  font-size: clamp(22px, 2.25vw, 35px);
  line-height: 1.14;
}

.hero.hero-editorial .hero-touch-controls {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero.hero-editorial .hero-touch-control {
  position: absolute;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  color: var(--paper);
  background: rgba(3, 17, 25, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(3, 17, 25, 0.2);
  opacity: 0.72;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: opacity 180ms ease, background 180ms ease, transform 180ms ease;
}

.hero.hero-editorial .hero-touch-control:hover,
.hero.hero-editorial .hero-touch-control:focus-visible {
  opacity: 1;
  background: rgba(3, 17, 25, 0.82);
}

.hero.hero-editorial .hero-touch-control:focus-visible {
  outline: 2px solid var(--sun);
  outline-offset: 3px;
}

.hero.hero-editorial .hero-touch-control svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.35;
}

.hero.hero-editorial .hero-touch-previous {
  left: clamp(14px, 2vw, 28px);
}

.hero.hero-editorial .hero-touch-next {
  right: clamp(14px, 2vw, 28px);
}

.hero.hero-editorial .hero-touch-autoplay {
  left: 50%;
  width: 54px;
  height: 54px;
  background: rgba(3, 17, 25, 0.58);
  transform: translate(-50%, -50%);
}

.hero.hero-editorial .hero-touch-autoplay[aria-pressed="true"] {
  background: rgba(3, 17, 25, 0.72);
}

.hero.hero-editorial[data-phrase-placement="top-right"] .hero-image-title {
  right: max(24px, calc((100% - var(--container)) / 2));
  left: auto;
}

.hero.hero-editorial[data-story="water"] .hero-image-title {
  font-size: clamp(34px, 3.45vw, 56px);
  line-height: 1.07;
}

.hero-story-title {
  margin: 0 0 18px;
  color: var(--paper);
  font-size: clamp(34px, 3.45vw, 56px);
  line-height: 1.07;
}

.hero.hero-editorial[data-title-mode="overlay"] .hero-story-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero.hero-editorial .hero-shade {
  display: none;
}

.hero.hero-editorial .hero-visual-meta {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}

.hero.hero-editorial .hero-frame-caption {
  position: absolute;
  bottom: 84px;
  left: max(24px, calc((100% - var(--container)) / 2));
  max-width: min(580px, calc(100% - 48px));
  display: block;
  color: var(--paper);
  font-size: 12px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.82);
}

.hero.hero-editorial .hero-slide-controls {
  position: absolute;
  top: 18px;
  right: max(24px, calc((100% - var(--container)) / 2));
  color: var(--paper);
  background: rgba(3, 17, 25, 0.52);
  border-color: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(8px);
  pointer-events: auto;
}

.hero.hero-editorial .hero-slide-controls button,
.hero.hero-editorial .hero-slide-count {
  color: var(--paper);
}

.hero.hero-editorial .hero-rotator::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(to top, rgba(3, 17, 25, 0.64) 0%, rgba(3, 17, 25, 0.20) 28%, transparent 48%);
}

.hero.hero-editorial .hero-image-actions {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  left: max(24px, calc((100% - var(--container)) / 2));
  margin: 0;
}

.hero.hero-editorial .hero-image-actions .button {
  min-height: 42px;
  padding: 10px 15px;
  border-color: rgba(255, 255, 255, 0.62);
  color: var(--paper);
  background: rgba(3, 17, 25, 0.55);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.hero.hero-editorial .hero-image-actions .button-primary {
  color: var(--ink);
  background: rgba(251, 203, 61, 0.82);
  border-color: rgba(251, 203, 61, 0.9);
}

.hero.hero-editorial .hero-image-actions .button:hover {
  background: rgba(3, 17, 25, 0.78);
}

.hero.hero-editorial .hero-image-actions .button-primary:hover {
  background: rgba(251, 203, 61, 0.96);
}

.hero-content-band {
  background: #143d43;
}

.hero.hero-editorial .hero-inner {
  position: static;
  height: auto;
  display: block;
  padding: 54px 0 58px;
}

.hero.hero-editorial .hero-copy {
  width: min(760px, 100%);
  text-shadow: none;
}

.hero.hero-editorial .hero-lede {
  margin-bottom: 20px;
  color: #d5e3e0;
}

.hero.hero-editorial .hero-continue {
  color: var(--paper);
}

.hero.hero-editorial .hero-continue:hover {
  color: var(--sun);
}

.hero.hero-editorial .hero-assurances {
  position: static;
  background: #f7faf9;
}

.origin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.origin-actions .button {
  min-height: 44px;
  padding: 10px 16px;
  font-size: 14px;
}

.origin-actions .button-ghost {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 680px) {
  .mobile-review-ticker .ticker-inner {
    min-height: 56px;
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    gap: 5px;
    padding: 4px 8px;
  }

  .mobile-review-ticker .ticker-stars {
    gap: 1px;
  }

  .mobile-review-ticker .ticker-stars svg {
    width: 7px;
    height: 7px;
  }

  .mobile-review-ticker .ticker-testimony {
    align-items: stretch;
    justify-content: flex-start;
  }

  .mobile-review-ticker .ticker-quote {
    font-size: 10.5px;
    line-height: 1.22;
  }

  .mobile-review-ticker .ticker-attribution {
    align-self: flex-end;
    justify-content: flex-end;
    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-review-ticker .ticker-source {
    gap: 3px;
  }

  .mobile-review-ticker .ticker-cta {
    width: 18px;
  }

  .hero.hero-editorial,
  .hero.hero-editorial[data-layout] {
    --hero-editorial-media-height: clamp(370px, 105vw, 440px);
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .hero.hero-editorial .hero-rotator {
    height: var(--hero-editorial-media-height);
  }

  .hero.hero-editorial .hero-media,
  .hero.hero-editorial .hero-media.is-active {
    transform: none;
  }

  .hero.hero-editorial .hero-media[data-subject="fish"] {
    object-fit: contain;
    object-position: var(--hero-mobile-position, center center);
    background: #071a22;
  }

  .hero.hero-editorial .hero-image-title {
    top: 54px;
    left: 14px;
    right: auto;
    max-width: min(310px, calc(100% - 28px));
    padding: 8px 12px 9px;
    font-size: 22px;
    line-height: 1.15;
  }

  .hero.hero-editorial[data-phrase-placement="top-right"] .hero-image-title {
    right: 14px;
    left: auto;
    text-align: right;
  }

  .hero.hero-editorial[data-story="water"] .hero-image-title {
    font-size: 31px;
    line-height: 1.12;
  }

  .hero-story-title {
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 1.1;
  }

  .hero.hero-editorial .hero-frame-caption {
    right: 14px;
    bottom: 110px;
    left: 14px;
    font-size: 10px;
    line-height: 1.2;
  }

  .hero.hero-editorial .hero-slide-controls {
    top: 12px;
    right: 12px;
    min-height: 30px;
  }

  .hero.hero-editorial .hero-slide-controls button {
    width: 26px;
    height: 26px;
  }

  .hero.hero-editorial .hero-slide-controls .hero-autoplay-toggle {
    width: 34px;
  }

  .hero.hero-editorial .hero-next-timer {
    min-width: 58px;
    font-size: 9px;
  }

  .hero.hero-editorial .hero-touch-control {
    width: 44px;
    height: 44px;
  }

  .hero.hero-editorial .hero-touch-autoplay {
    width: 50px;
    height: 50px;
  }

  .hero.hero-editorial .hero-inner {
    padding: 32px 0 38px;
  }

  .hero.hero-editorial .hero-image-actions {
    right: auto;
    bottom: 14px;
    left: 14px;
    width: 154px;
    gap: 8px;
  }

  .hero.hero-editorial .hero-image-actions .button {
    flex: 0 0 auto;
    width: 154px;
    min-height: 40px;
    justify-content: flex-start;
    padding: 9px 10px;
    font-size: 12px;
  }

  .hero.hero-editorial .hero-lede {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .origin-actions {
    margin-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .brand-fish-body,
  .brand-fish-nose {
    animation: none !important;
  }

  .hero-media {
    transform: none !important;
  }
}
