/* ==========================================================================
   Fungi Valley — Los Angeles specialty mushroom farm
   Design system "Harvest Index"
   Porcelain ground / humus ink / pink-oyster accent.
   Schibsted Grotesk (display & body) · Instrument Serif italic (binomials)
   · Fragment Mono (labels, data, prices).
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&family=Instrument+Serif:ital@0;1&family=Fragment+Mono&display=swap');

:root {
  /* Ground + ink */
  --porcelain: #F7F5F0;   /* page ground — mushroom-flesh white */
  --limestone: #ECE7DD;   /* raised surfaces, image mats */
  --humus: #221A11;       /* ink + dark sections — deep soil brown */
  --bark: #32281B;        /* card surfaces on dark sections */
  --spore: #8B7F6E;       /* muted text */
  --pleurotus: #C2506A;   /* pink oyster — the one accent */

  /* Cap colors — one per variety, straight from the mushroom */
  --cap-shiitake: #6B4A32;
  --cap-lion: #E3D7BC;
  --cap-blue: #6E7F8D;
  --cap-trumpet: #C9B891;
  --cap-chestnut: #9C5B33;
  --cap-beech: #C2A57F;
  --cap-maitake: #8D8272;
  --cap-enoki: #E0A32E;
  --cap-pioppino: #6F452A;

  --t-porcelain-60: rgba(247, 245, 240, 0.6);
  --hairline: rgba(34, 26, 17, 0.14);
  --hairline-strong: rgba(34, 26, 17, 0.3);
  --hairline-cream: rgba(247, 245, 240, 0.18);

  --font-display: 'Schibsted Grotesk', -apple-system, 'Helvetica Neue', sans-serif;
  --font-serif: 'Instrument Serif', Georgia, serif;
  --font-mono: 'Fragment Mono', 'SF Mono', Menlo, monospace;

  --s1: 0.25rem; --s2: 0.5rem;  --s3: 0.75rem; --s4: 1rem;
  --s6: 1.5rem;  --s8: 2rem;    --s10: 2.5rem; --s12: 3rem;
  --s16: 4rem;   --s20: 5rem;   --s24: 6rem;   --s32: 8rem;

  --radius: 2px;
  --container: 1280px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --header-h: 68px;
}

/* Reset ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1rem); }
body {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--humus);
  background: var(--porcelain);
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
p { margin: 0 0 var(--s4); }
:focus-visible { outline: 2px solid var(--pleurotus); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* Type roles --------------------------------------------------------------
   Display: Schibsted, tight. Serif italic: Latin names & asides only.
   Mono: labels, prices, data — never paragraphs.                          */
h1, h2, h3 { margin: 0; font-weight: 500; letter-spacing: -0.03em; }
h1 { font-size: clamp(2.75rem, 7vw, 5.5rem); line-height: 0.98; }
h2 { font-size: clamp(2rem, 4.4vw, 3.5rem); line-height: 1.02; }
h3 { font-size: clamp(1.25rem, 2vw, 1.625rem); line-height: 1.15; letter-spacing: -0.015em; }

.serif-i {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

.eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--spore);
  margin-bottom: var(--s6);
}
.on-dark .eyebrow { color: rgba(247, 245, 240, 0.55); }

.lede {
  font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
  line-height: 1.55;
  color: var(--spore);
  max-width: 56ch;
}
.on-dark .lede { color: rgba(247, 245, 240, 0.68); }

.mono { font-family: var(--font-mono); }

/* Layout ------------------------------------------------------------------ */
.container { max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(5rem, 10vw, 8.5rem); }
.on-dark { background: var(--humus); color: var(--porcelain); }

.section-head { max-width: 760px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head h2 { margin-bottom: var(--s4); }

/* Header ------------------------------------------------------------------ */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--porcelain) 88%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s6); height: var(--header-h);
}
.wordmark {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none;
  font-weight: 700; letter-spacing: -0.02em; font-size: 1.0625rem;
  white-space: nowrap;
}
.wordmark__badge { height: 38px; width: auto; mix-blend-mode: multiply; }
.site-nav { display: flex; gap: clamp(1rem, 2.4vw, 2rem); }
.site-nav a {
  font-family: var(--font-mono);
  font-size: 0.6875rem; letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; padding: var(--s2) 0;
  border-bottom: 1px solid transparent;
  transition: border-color 160ms ease, color 160ms ease;
}
.site-nav a:hover { border-color: var(--hairline-strong); }
.nav-toggle {
  display: none;
  background: none; border: 1px solid var(--hairline-strong);
  border-radius: 999px; padding: 8px 12px;
}

/* Buttons ------------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s2);
  min-height: 48px; padding: var(--s3) var(--s6);
  border: 1px solid var(--humus); border-radius: 999px;
  background: var(--humus); color: var(--porcelain);
  font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 120ms ease;
}
.btn:hover { background: var(--pleurotus); border-color: var(--pleurotus); color: var(--porcelain); }
.btn:active { transform: scale(0.98); }
.btn--ghost { background: transparent; color: var(--humus); }
.btn--ghost:hover { background: var(--humus); border-color: var(--humus); }
.btn--porcelain { background: var(--porcelain); border-color: var(--porcelain); color: var(--humus); }
.btn--porcelain:hover { background: var(--pleurotus); border-color: var(--pleurotus); color: var(--porcelain); }
.btn--ghost-cream { background: transparent; border-color: rgba(247,245,240,0.45); color: var(--porcelain); }
.btn--ghost-cream:hover { background: var(--porcelain); border-color: var(--porcelain); color: var(--humus); }

.text-link {
  font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px;
  transition: color 160ms ease;
}
.text-link:hover { color: var(--pleurotus); }

/* Hero ---------------------------------------------------------------------
   Full-bleed backlit gill macro; type sits in the dark field.             */
.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  display: flex; flex-direction: column; justify-content: flex-end;
  background: var(--humus); color: var(--porcelain);
  overflow: hidden;
}
.hero__media, .hero__media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(34,26,17,0.25) 0%, rgba(34,26,17,0.1) 45%, rgba(34,26,17,0.78) 100%);
}
.hero__content { position: relative; width: 100%; padding-block: var(--s12) var(--s10); }
.hero__eyebrow { color: rgba(247,245,240,0.7); margin-bottom: var(--s4); }
.hero h1 { max-width: 13ch; }
.hero h1 .serif-i { display: block; font-size: 0.92em; }
.hero__row {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: var(--s8); flex-wrap: wrap;
}
.hero__aside { max-width: 40ch; }
.hero__aside p { color: rgba(247,245,240,0.75); font-size: 1rem; line-height: 1.6; }
.hero__actions { display: flex; gap: var(--s3); flex-wrap: wrap; margin-top: var(--s6); }

/* Now-fruiting strip: live harvest line, mono, quiet */
.fruiting {
  position: relative;
  border-top: 1px solid var(--hairline-cream);
  margin-top: var(--s10);
  padding-top: var(--s4);
  display: grid; grid-template-columns: auto 1fr;
  column-gap: var(--s8); row-gap: var(--s3);
  align-items: baseline;
  font-family: var(--font-mono); font-size: 0.6875rem;
  letter-spacing: 0.12em; text-transform: uppercase;
}
.fruiting dt { color: rgba(247,245,240,0.5); white-space: nowrap; }
.fruiting dd { margin: 0; display: flex; gap: var(--s4) var(--s6); flex-wrap: wrap; }
.fruiting dd span { color: rgba(247,245,240,0.85); }
@media (max-width: 719px) {
  .fruiting { grid-template-columns: 1fr; row-gap: var(--s2); }
  .fruiting dd { margin-bottom: var(--s3); }
}

/* Harvest Index -------------------------------------------------------------
   The signature: specimen rows keyed by binomial, hover = floating photo. */
.hindex { border-top: 1px solid var(--hairline-strong); position: relative; }
.hindex__row {
  display: grid;
  grid-template-columns: 40px 14px minmax(180px, 0.95fr) minmax(160px, 0.65fr) 1.45fr;
  align-items: baseline;
  gap: var(--s6);
  padding: var(--s6) 0;
  border-bottom: 1px solid var(--hairline);
  transition: padding-left 260ms ease;
}
.hindex__num {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  color: var(--spore);
}
.hindex__pairs {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  line-height: 1.7;
  color: var(--spore);
  margin-top: var(--s2);
}
.hindex__cap {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--cap, var(--spore));
  align-self: center;
  transition: transform 260ms ease;
}
.hindex__name {
  font-size: clamp(1.375rem, 2.6vw, 2rem);
  font-weight: 500; letter-spacing: -0.025em; line-height: 1.05;
  margin: 0;
}
.hindex__latin {
  font-family: var(--font-serif); font-style: italic;
  font-size: clamp(1rem, 1.6vw, 1.1875rem);
  color: var(--spore);
}
.hindex__note { font-size: 0.9375rem; line-height: 1.6; color: var(--spore); max-width: 52ch; }
.hindex__row:hover { padding-left: var(--s3); }
.hindex__row:hover .hindex__cap { transform: scale(1.5); }
.hindex__row:hover .hindex__name { color: var(--pleurotus); }

/* Floating preview photo — desktop only, driven by js */
.hindex__preview {
  position: fixed; z-index: 40;
  width: 280px; aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 220ms ease, transform 220ms ease;
  box-shadow: 0 24px 60px rgba(34,26,17,0.28);
}
.hindex__preview.is-on { opacity: 1; transform: scale(1); }
.hindex__preview img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; padding: 16px; box-sizing: border-box;
  opacity: 0;
  transition: opacity 180ms ease;
}
.hindex__preview img.is-current { opacity: 1; }

/* Inline thumbs — touch / narrow screens */
.hindex__thumb { display: none; }

/* Sister brand -------------------------------------------------------------
   Cross-brand referral to Humdrum. Accent-keyed so it reads as a different
   house without shouting over the farm's own palette.                     */
.section--sister { padding-top: 0; }
.sister {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s8) var(--s12); flex-wrap: wrap;
  background: var(--limestone);
  border-radius: var(--radius);
  border-left: 3px solid var(--pleurotus);
  padding: clamp(2rem, 4vw, 3.25rem);
}
.sister__copy { max-width: 46ch; }
.sister__copy h2 { font-size: clamp(1.625rem, 3vw, 2.375rem); margin-bottom: var(--s4); }
.sister__copy .lede { font-size: 1rem; }
.sister__cta { flex: none; }

/* Wholesale ---------------------------------------------------------------- */
.wholesale__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}
.wholesale__media { position: sticky; top: calc(var(--header-h) + var(--s6)); }
.wholesale__media img { width: 100%; height: auto; border-radius: var(--radius); }
.wholesale__media figcaption {
  font-family: var(--font-mono); font-size: 0.6875rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(247,245,240,0.5); margin-top: var(--s3);
}
.wholesale h2 { max-width: 16ch; margin-bottom: var(--s6); }
.wholesale__points { list-style: none; margin: var(--s10) 0 0; padding: 0; }
.wholesale__points li {
  display: grid; grid-template-columns: 130px 1fr; gap: var(--s4);
  padding: var(--s4) 0;
  border-top: 1px solid var(--hairline-cream);
  font-size: 0.9375rem; line-height: 1.6;
}
.wholesale__points .k {
  font-family: var(--font-mono); font-size: 0.6875rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(247,245,240,0.5); padding-top: 4px;
}
.wholesale__points .v { color: rgba(247,245,240,0.85); }

/* Inquiry form — opens a pre-filled email, no backend needed */
.inquiry { margin-top: var(--s10); border-top: 1px solid var(--hairline-cream); padding-top: var(--s8); }
.inquiry__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); }
.inquiry label { display: block; }
.inquiry label span {
  display: block;
  font-family: var(--font-mono); font-size: 0.6875rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(247,245,240,0.5);
  margin-bottom: var(--s2);
}
.inquiry input, .inquiry textarea {
  width: 100%;
  background: transparent;
  border: 0; border-bottom: 1px solid rgba(247,245,240,0.35);
  border-radius: 0;
  padding: var(--s2) 0 var(--s3);
  color: var(--porcelain);
  transition: border-color 160ms ease;
}
.inquiry input::placeholder, .inquiry textarea::placeholder { color: rgba(247,245,240,0.3); }
.inquiry input:focus, .inquiry textarea:focus { outline: none; border-color: var(--pleurotus); }
.inquiry textarea { resize: vertical; min-height: 84px; }
.inquiry__full { grid-column: 1 / -1; }
.inquiry__actions {
  grid-column: 1 / -1;
  display: flex; align-items: center; gap: var(--s6); flex-wrap: wrap;
  margin-top: var(--s4);
}
.inquiry__direct { font-size: 0.875rem; color: rgba(247,245,240,0.6); }
.inquiry__direct a { color: var(--porcelain); text-decoration: none; border-bottom: 1px solid rgba(247,245,240,0.4); }
.inquiry__direct a:hover { border-color: var(--pleurotus); color: var(--pleurotus); }

/* Quick shop ----------------------------------------------------------------
   Real store items, real prices; every card goes to the live store.       */
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s6); }
.shop-card {
  display: flex; flex-direction: column; justify-content: space-between; gap: var(--s6);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: var(--s6);
  text-decoration: none;
  background: var(--porcelain);
  transition: background 200ms ease, border-color 200ms ease;
}
.shop-card:hover { background: var(--limestone); border-color: var(--hairline-strong); }
.shop-card__img {
  display: block; aspect-ratio: 4 / 3; overflow: hidden;
  border-radius: var(--radius); background: var(--limestone);
  margin-bottom: var(--s2);
}
.shop-card__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 500ms ease;
}
.shop-card:hover .shop-card__img img { transform: scale(1.035); }
.shop-card__kind {
  font-family: var(--font-mono); font-size: 0.625rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--spore); margin-bottom: var(--s3); display: block;
}
.shop-card h3 { margin-bottom: var(--s2); }
.shop-card__sub { font-size: 0.875rem; color: var(--spore); margin: 0; }
.shop-card__foot {
  display: flex; align-items: baseline; justify-content: space-between; gap: var(--s4);
  border-top: 1px solid var(--hairline); padding-top: var(--s4);
}
.shop-card__price { font-family: var(--font-mono); font-size: 1.125rem; }
.shop-card__price small { font-size: 0.6875rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--spore); margin-left: var(--s2); }
.shop-card__go {
  font-family: var(--font-mono); font-size: 0.6875rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--spore); transition: color 160ms ease, transform 160ms ease; display: inline-block;
}
.shop-card:hover .shop-card__go { color: var(--pleurotus); transform: translateX(4px); }
.shop-card--soon { border-style: dashed; }
.shop-card--soon:hover { background: var(--porcelain); }

/* Product detail page --------------------------------------------------------
   Image holds the left rail; everything a buyer decides on sits in one column. */
.pdp { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.pdp__media {
  position: sticky; top: calc(var(--header-h) + var(--s6));
  background: var(--limestone);
  border-radius: var(--radius);
  overflow: hidden;
}
.pdp__media img { width: 100%; height: auto; display: block; }

.breadcrumb {
  font-family: var(--font-mono); font-size: 0.6875rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--spore); margin-bottom: var(--s8);
}
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--pleurotus); }
.breadcrumb span { margin: 0 var(--s2); opacity: 0.5; }

.pdp__info h1 { font-size: clamp(2.25rem, 4.5vw, 3.25rem); margin-bottom: var(--s2); }
.pdp__kicker {
  font-family: var(--font-serif); font-style: italic;
  font-size: 1.25rem; color: var(--spore);
  display: block; margin-bottom: var(--s6);
}
.pdp__price {
  display: flex; align-items: baseline; gap: var(--s4); flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 1.5rem;
  padding-bottom: var(--s6); border-bottom: 1px solid var(--hairline);
}
.pdp__sub { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--spore); }
.pdp__desc { margin: var(--s6) 0 var(--s8); font-size: 1rem; line-height: 1.7; color: var(--spore); }
.pdp__specs { list-style: none; margin: 0 0 var(--s8); padding: 0; }
.pdp__specs li {
  display: flex; justify-content: space-between; gap: var(--s4);
  padding: var(--s3) 0; border-top: 1px solid var(--hairline);
  font-size: 0.875rem;
}
.pdp__specs .k { color: var(--spore); }
.pdp__specs .v { font-family: var(--font-mono); font-size: 0.8125rem; text-align: right; }
.pdp__buy { width: 100%; }
.pdp__note { font-size: 0.75rem; color: var(--spore); margin-top: var(--s4); line-height: 1.6; }

/* More products strip */
.more-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s4); }
.more-card {
  display: block; text-decoration: none;
  border: 1px solid var(--hairline); border-radius: var(--radius);
  padding: var(--s4);
  transition: background 180ms ease, border-color 180ms ease;
}
.more-card:hover { background: var(--limestone); border-color: var(--hairline-strong); }
.more-card__name { font-weight: 500; letter-spacing: -0.015em; display: block; margin-bottom: var(--s1); }
.more-card__price { font-family: var(--font-mono); font-size: 0.8125rem; color: var(--spore); }

/* About ---------------------------------------------------------------------- */
.about__grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.about__media img { width: 100%; height: auto; border-radius: var(--radius); }
.about h2 { margin-bottom: var(--s6); max-width: 18ch; }
.about__facts { list-style: none; margin: var(--s8) 0 0; padding: 0; }
.about__facts li {
  display: flex; justify-content: space-between; gap: var(--s4);
  padding: var(--s3) 0; border-top: 1px solid var(--hairline);
  font-size: 0.9375rem;
}
.about__facts .k { color: var(--spore); }
.about__facts .v { font-family: var(--font-mono); font-size: 0.8125rem; text-align: right; }
.about__facts .v a { text-decoration: none; border-bottom: 1px solid var(--hairline-strong); }
.about__facts .v a:hover { color: var(--pleurotus); border-color: var(--pleurotus); }

/* Footer ---------------------------------------------------------------------- */
.site-footer { background: var(--humus); color: var(--porcelain); padding: var(--s24) 0 var(--s8); }
.site-footer__lockup {
  width: min(400px, 72vw); height: auto;
  filter: invert(1);
  mix-blend-mode: screen;
  margin-bottom: var(--s16);
}
.site-footer__cols {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--s8);
  border-top: 1px solid var(--hairline-cream);
  padding-top: var(--s8);
}
.site-footer h4 {
  font-family: var(--font-mono); font-size: 0.625rem; font-weight: 400;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(247,245,240,0.5); margin: 0 0 var(--s4);
}
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s2); }
.site-footer li a { text-decoration: none; font-size: 0.9375rem; color: rgba(247,245,240,0.85); }
.site-footer li a:hover { color: var(--pleurotus); }
.site-footer__legal {
  margin-top: var(--s16); padding-top: var(--s6);
  border-top: 1px solid var(--hairline-cream);
  display: flex; justify-content: space-between; gap: var(--s4); flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 0.625rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(247,245,240,0.45);
}

/* Reveal ---------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* Responsive ---------------------------------------------------------------- */
@media (max-width: 1023px) {
  .hindex__preview { display: none; }
  .hindex__row {
    grid-template-columns: 40px 1fr 88px;
    grid-template-rows: auto auto auto;
    align-items: start; row-gap: var(--s1);
  }
  .hindex__cap { display: none; }
  .hindex__num { margin-top: 10px; }
  .hindex__name { grid-column: 2; }
  .hindex__latin { grid-column: 2; }
  .hindex__note { grid-column: 2; margin-top: var(--s2); }
  .hindex__thumb {
    display: block; grid-column: 3; grid-row: 1 / span 3;
    width: 88px; aspect-ratio: 1; border-radius: var(--radius);
    overflow: hidden; align-self: center;
    background: #fff; border: 1px solid var(--hairline);
  }
  .hindex__thumb img { width: 100%; height: 100%; object-fit: contain; padding: 5px; box-sizing: border-box; }
  .hindex__row:hover { padding-left: 0; }

  .wholesale__grid { grid-template-columns: 1fr; }
  .wholesale__media { position: static; order: 2; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .about__grid { grid-template-columns: 1fr; }
  .pdp { grid-template-columns: 1fr; }
  .pdp__media { position: static; max-width: 520px; }
  .more-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 719px) {
  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    display: none; flex-direction: column; gap: 0;
    background: var(--porcelain);
    border-bottom: 1px solid var(--hairline);
    padding: var(--s2) var(--gutter) var(--s4);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: var(--s4) 0; border-bottom: 1px solid var(--hairline); }
  .nav-toggle { display: block; }
  .site-header__cta { display: none; }

  .inquiry__grid { grid-template-columns: 1fr; }
  .shop-grid { grid-template-columns: 1fr; }
  .hindex__row { grid-template-columns: 28px 1fr 72px; }
  .hindex__thumb { width: 72px; }
  .site-footer__cols { grid-template-columns: 1fr; }
}
