:root {
  color-scheme: dark;
  --ink: #0d0f0c;
  --pine: #151a14;
  --pine-soft: #1d241c;
  --bone: #f0ebdf;
  --paper: #e2dccf;
  --muted: #bbb6ab;
  --copper: #c87945;
  --copper-bright: #f3aa76;
  --line: rgba(240, 235, 223, 0.16);
  --line-strong: rgba(240, 235, 223, 0.34);
  --display: "Atkinson Hyperlegible", "Segoe UI", sans-serif;
  --sans: "Atkinson Hyperlegible", "Segoe UI", sans-serif;
  --mono: "Atkinson Hyperlegible", "Segoe UI", sans-serif;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--sans);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    var(--ink);
  background-size: 48px 48px;
  color: var(--bone);
  font-size: 1.125rem;
  line-height: 1.6;
}

body::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

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

a {
  color: inherit;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--copper-bright);
  outline-offset: 4px;
}

button {
  font: inherit;
}

.wild-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  padding: 28px clamp(22px, 4vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.wild-header nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 46px);
}

.wild-header nav a {
  padding: 14px 0;
  font-family: var(--mono);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.wild-header nav a:not(.nav-cta) {
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease;
}

.wild-header nav a:not(.nav-cta):hover {
  border-color: var(--copper-bright);
}

.wild-header .nav-cta {
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(13, 15, 12, 0.2);
  backdrop-filter: blur(12px);
  transition: border-color 180ms ease, background 180ms ease;
}

.wild-header .nav-cta:hover {
  border-color: var(--copper-bright);
  background: var(--copper);
}

.wild-lockup {
  display: inline-flex;
  width: 92px;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}

.wild-lockup img {
  width: 92px;
  height: 77px;
  object-fit: contain;
  object-position: bottom;
}

.wild-lockup span {
  width: 100%;
  margin-top: 4px;
  padding-top: 5px;
  border-top: 1px solid var(--copper);
  color: var(--copper-bright);
  font-family: var(--mono);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.36em;
  line-height: 1;
  text-align: center;
  text-indent: 0.36em;
}

.catalog-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--pine);
}

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

.hero-image {
  object-fit: cover;
  animation: hero-breathe 14s ease-out both;
}

.restaurant-hero .hero-image {
  object-position: center 48%;
}

.retail-hero .hero-image {
  object-position: center center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 10, 8, 0.88) 0%, rgba(8, 10, 8, 0.56) 48%, rgba(8, 10, 8, 0.18) 82%),
    linear-gradient(0deg, rgba(8, 10, 8, 0.76) 0%, transparent 48%),
    linear-gradient(180deg, rgba(8, 10, 8, 0.3), transparent 32%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100svh;
  width: min(1500px, calc(100% - 44px));
  margin: 0 auto;
  justify-content: flex-end;
  flex-direction: column;
  padding: 190px 0 clamp(48px, 8vh, 96px);
}

.hero-kicker,
.eyebrow,
.section-number,
.product-code,
.product-topline,
.image-note,
.home-note span {
  font-family: var(--mono);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-kicker {
  margin: 0 0 24px;
  color: var(--copper-bright);
  animation: rise-in 900ms 120ms both;
}

.hero-content h1,
.home-title h1 {
  max-width: 1100px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 9vw, 8.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.94;
  animation: rise-in 1s 180ms both;
}

.hero-content h1 em,
.home-title h1 em,
.catalog-intro h2 em {
  color: var(--copper-bright);
  font-style: normal;
  font-weight: 700;
}

.hero-bottom {
  display: flex;
  max-width: 800px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 52px;
  animation: rise-in 1s 320ms both;
}

.hero-bottom > p {
  max-width: 530px;
  margin: 0;
  color: rgba(240, 235, 223, 0.82);
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  font-weight: 400;
  line-height: 1.6;
}

.circle-link {
  display: flex;
  width: 96px;
  height: 96px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.circle-link:hover {
  background: var(--bone);
  color: var(--ink);
  transform: rotate(-5deg);
}

.hero-image-note {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.58);
}

.catalog-intro {
  display: grid;
  width: min(1500px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(100px, 13vw, 200px) 0;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.65fr);
  gap: clamp(60px, 10vw, 170px);
}

.intro-statement {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 25px;
}

.section-number {
  margin: 10px 0 0;
  color: var(--copper);
}

.catalog-intro h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.intro-aside {
  align-self: end;
}

.intro-aside > p {
  margin: 0;
  color: var(--paper);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65;
}

.catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 38px;
}

.text-button {
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid var(--copper);
  background: transparent;
  color: var(--bone);
  cursor: pointer;
  font-family: var(--mono);
  min-height: 44px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.species-nav {
  position: sticky;
  z-index: 12;
  top: 0;
  display: grid;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(13, 15, 12, 0.92);
  backdrop-filter: blur(16px);
  grid-template-columns: repeat(4, 1fr);
}

.species-nav a {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease;
}

.species-nav a:last-child {
  border-right: 0;
}

.species-nav a span {
  color: var(--copper-bright);
}

.species-nav a:hover {
  background: var(--bone);
  color: var(--ink);
}

.species-section {
  display: grid;
  min-height: 960px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
}

.species-image-wrap {
  position: sticky;
  top: 64px;
  height: calc(100svh - 64px);
  overflow: hidden;
  background: var(--pine);
}

.species-image-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(7, 9, 7, 0.76), transparent 45%);
}

.species-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08);
  transition: filter 700ms ease, transform 1.4s ease;
}

.species-section:hover .species-image-wrap img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.025);
}

.species-image-wrap .image-note {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.6);
}

.species-ghost {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 18px;
  max-width: 85%;
  color: rgba(255, 255, 255, 0.14);
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.species-content {
  padding: clamp(56px, 8vw, 128px) clamp(22px, 5vw, 82px);
  background:
    radial-gradient(circle at 80% 10%, rgba(200, 121, 69, 0.08), transparent 24rem),
    var(--pine);
}

.species-heading {
  display: grid;
  padding-bottom: 62px;
  grid-template-columns: 68px 1fr;
  gap: 18px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--copper-bright);
}

.species-heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.species-intro {
  max-width: 660px;
  margin: 30px 0 0;
  color: var(--paper);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65;
}

.product-grid {
  display: grid;
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-card {
  display: flex;
  min-height: 410px;
  padding: 24px;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  flex-direction: column;
  transition: color 220ms ease, background 220ms ease;
}

.product-card:hover {
  background: var(--bone);
  color: var(--ink);
}

.product-topline {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.76rem;
}

.product-card:hover .product-topline,
.product-card:hover .product-detail,
.product-card:hover .product-code,
.product-card:hover .product-meta span,
.product-card:hover .list-price {
  color: rgba(13, 15, 12, 0.6);
}

.product-copy {
  padding: 54px 0 24px;
}

.product-code {
  margin: 0 0 12px;
  color: var(--copper-bright);
  font-size: 0.76rem;
}

.product-copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.1vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.product-detail {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.product-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: auto;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-meta span {
  color: var(--muted);
}

.product-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.offer-price {
  color: var(--copper-bright);
  font-family: var(--display);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

.price-unit,
.list-price {
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.list-price {
  display: flex;
  color: var(--muted);
  flex-direction: column;
  gap: 3px;
  text-align: right;
}

.product-card:hover .offer-price {
  color: #9e4f28;
}

.product-cta {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border: 1px solid var(--copper);
  color: var(--copper-bright);
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.product-card:hover .product-cta {
  background: var(--copper);
  color: white;
}

.retail-thesis {
  display: grid;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
}

.retail-thesis article {
  min-height: 300px;
  padding: clamp(34px, 5vw, 72px);
  border-right: 1px solid var(--line);
}

.retail-thesis article:last-child {
  border-right: 0;
}

.retail-thesis span {
  color: var(--copper-bright);
  font-family: var(--mono);
  font-size: 0.8rem;
  font-weight: 700;
}

.retail-thesis h3 {
  max-width: 300px;
  margin: 54px 0 18px;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.retail-thesis p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.closing-panel {
  position: relative;
  display: flex;
  min-height: 85svh;
  align-items: center;
  overflow: hidden;
}

.closing-panel > img,
.closing-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.closing-panel > img {
  object-fit: cover;
  object-position: center;
}

.retail-closing > img {
  object-position: center 48%;
}

.closing-shade {
  background: linear-gradient(90deg, rgba(8, 10, 8, 0.88), rgba(8, 10, 8, 0.5) 52%, rgba(8, 10, 8, 0.16));
}

.closing-copy {
  position: relative;
  z-index: 2;
  width: min(1500px, calc(100% - 44px));
  margin: 0 auto;
}

.closing-copy h2 {
  max-width: 1000px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 6.5vw, 6.8rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.closing-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 30px 0;
  color: var(--paper);
  font-size: 1.125rem;
  line-height: 1.65;
}

.button-copper {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  padding: 0 22px;
  background: var(--copper);
  color: white;
  font-family: var(--mono);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.button-copper:hover {
  background: #a9582f;
  transform: translateY(-2px);
}

.wild-footer {
  display: grid;
  width: min(1500px, calc(100% - 44px));
  margin: 0 auto;
  padding: 72px 0;
  grid-template-columns: 120px 1fr;
  gap: 70px;
  border-top: 1px solid var(--line);
}

.footer-lockup {
  width: 84px;
}

.footer-lockup img {
  width: 84px;
  height: 70px;
}

.wild-footer > div {
  display: flex;
  max-width: 820px;
  justify-content: space-between;
  flex-direction: column;
  gap: 26px;
}

.wild-footer p,
.home-footer a {
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-decoration: none;
  text-transform: uppercase;
}

.noscript {
  padding: 40px;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 800ms ease, transform 800ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Home */

.wild-home {
  min-height: 100svh;
  background:
    radial-gradient(circle at 50% 35%, rgba(200, 121, 69, 0.13), transparent 30rem),
    var(--ink);
}

.home-header {
  position: relative;
}

.home-main {
  width: min(1500px, calc(100% - 44px));
  margin: 0 auto;
}

.home-intro {
  display: grid;
  min-height: 58svh;
  align-items: end;
  padding: 100px 0 70px;
  grid-template-columns: 1fr 340px;
  gap: 60px;
}

.home-title h1 {
  font-size: clamp(4rem, 8.5vw, 8rem);
}

.home-note {
  padding-bottom: 12px;
}

.home-note p {
  margin: 0 0 30px;
  color: var(--paper);
  font-weight: 400;
  line-height: 1.65;
}

.home-note span {
  color: var(--copper-bright);
}

.audience-grid {
  display: grid;
  min-height: 68svh;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--line-strong);
}

.audience-card {
  position: relative;
  display: flex;
  min-height: 680px;
  align-items: flex-end;
  overflow: hidden;
  text-decoration: none;
}

.audience-card img,
.audience-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.audience-card img {
  object-fit: cover;
  filter: saturate(0.68) contrast(1.08);
  transition: filter 700ms ease, transform 1s ease;
}

.audience-shade {
  background: linear-gradient(0deg, rgba(8, 10, 8, 0.88), transparent 68%);
}

.audience-card:hover img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.035);
}

.audience-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(28px, 5vw, 68px);
}

.audience-copy p,
.audience-copy span {
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.audience-copy p {
  color: var(--copper-bright);
}

.audience-copy h2 {
  margin: 18px 0 40px;
  font-family: var(--display);
  font-size: clamp(2.7rem, 4.5vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.audience-copy span {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--copper);
}

.home-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: none;
}

@keyframes rise-in {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-breathe {
  from { transform: scale(1.045); }
  to { transform: scale(1); }
}

@media (max-width: 1050px) {
  .species-section {
    display: block;
  }

  .species-image-wrap {
    position: relative;
    top: auto;
    height: 68svh;
  }

  .catalog-intro {
    grid-template-columns: 1fr;
  }

  .intro-aside {
    max-width: 680px;
    padding-left: 115px;
  }

  .home-intro {
    grid-template-columns: 1fr;
  }

  .home-note {
    max-width: 520px;
  }
}

@media (max-width: 760px) {
  .wild-header {
    padding: 18px 16px;
  }

  .wild-header nav {
    gap: 10px;
  }

  .wild-header nav a:not(.nav-cta) {
    display: none;
  }

  .wild-lockup,
  .wild-lockup img {
    width: 72px;
  }

  .wild-lockup img {
    height: 60px;
  }

  .wild-lockup span {
    font-size: 0.72rem;
  }

  .hero-content,
  .catalog-intro,
  .closing-copy,
  .wild-footer,
  .home-main {
    width: min(100% - 30px, 1500px);
  }

  .hero-content {
    padding-bottom: 44px;
  }

  .hero-content h1,
  .home-title h1 {
    font-size: clamp(3.35rem, 17vw, 5.2rem);
    line-height: 0.96;
  }

  .retail-hero .hero-content h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .hero-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 38px;
  }

  .circle-link {
    width: 74px;
    height: 74px;
  }

  .catalog-intro {
    padding: 92px 0;
  }

  .intro-statement,
  .species-heading {
    display: block;
  }

  .intro-statement .section-number,
  .species-heading .section-number {
    margin: 0 0 24px;
  }

  .intro-aside {
    padding-left: 0;
  }

  .species-nav {
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(170px, 1fr));
  }

  .species-nav a {
    min-height: 56px;
  }

  .species-image-wrap {
    height: 58svh;
  }

  .species-content {
    padding: 70px 15px;
  }

  .species-heading {
    padding: 0 10px 44px;
  }

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

  .product-card {
    min-height: 390px;
  }

  .retail-thesis {
    grid-template-columns: 1fr;
  }

  .retail-thesis article {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .closing-panel {
    min-height: 82svh;
  }

  .closing-copy h2 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }

  .wild-footer {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .home-intro {
    min-height: 65svh;
    padding: 80px 0 60px;
  }

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

  .audience-card {
    min-height: 66svh;
  }

  .home-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

@media print {
  :root { color-scheme: light; }
  body { background: white; color: #111; }
  body::before, .wild-header, .species-nav, .circle-link, .catalog-actions, .closing-panel, .wild-footer { display: none !important; }
  .catalog-hero { min-height: 18cm; break-after: page; }
  .hero-content { min-height: 18cm; }
  .catalog-intro { padding: 2cm 0; color: #111; }
  .species-section { display: block; min-height: auto; break-before: page; }
  .species-image-wrap { position: relative; top: auto; height: 8cm; }
  .species-content { padding: 1.2cm; background: white; color: #111; }
  .product-card { min-height: 7.4cm; break-inside: avoid; border-color: #aaa; }
  .product-grid { border-color: #aaa; }
  .product-detail, .product-topline, .product-meta span, .list-price, .species-intro { color: #555; }
  .offer-price, .eyebrow, .product-code, .section-number { color: #9e4f28; }
  .product-cta { display: none; }
  .reveal { opacity: 1; transform: none; }
}
