:root {
  --ink: #171915;
  --ink-soft: #2a2c27;
  --cream: #f3ede2;
  --cream-deep: #e5d9c8;
  --paper: #fbf8f1;
  --oxblood: #7c201d;
  --oxblood-dark: #571412;
  --green: #173a2a;
  --gold: #c8a161;
  --line: rgba(23, 25, 21, 0.2);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --max: 1440px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--paper);
  background: var(--oxblood);
}

/* Journal */
.journal-feature {
  background: var(--paper);
}

.journal-feature-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(300px, 1.35fr);
  align-items: end;
  gap: 3rem;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.journal-feature-heading .eyebrow { margin: 0 0 0.55rem; }
.journal-feature-heading h2,
.journal-list-heading h2,
.journal-promise h2,
.article-next h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 5.7rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.journal-feature-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  border: 1px solid var(--line);
  background: #fff;
}

.journal-feature-art {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5rem);
  background: var(--ink);
  color: var(--paper);
}

.journal-feature-food {
  padding: 0;
  background: var(--cream);
}

.journal-feature-food img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
}

.journal-score { font-family: var(--serif); font-size: clamp(5rem, 11vw, 9rem); line-height: 0.78; }
.journal-score small { font-family: var(--sans); font-size: 0.16em; font-weight: 800; }
.journal-rating { margin-top: 1.25rem; color: var(--gold); font-family: var(--serif); font-size: 2.1rem; }
.journal-meter-line { position: relative; height: 3px; margin-top: 2.5rem; background: linear-gradient(90deg, #87ad79 0 25%, #d4bb43 25% 50%, #df8731 50% 75%, #ae4932 75%); }
.journal-meter-line i { position: absolute; top: -7px; left: 70%; width: 17px; height: 17px; border: 3px solid var(--paper); border-radius: 50%; background: var(--ink); }
.journal-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5.5rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem; margin: 0 0 1.25rem; color: #746d63; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.article-meta span::before { content: "•"; margin-right: 1.25rem; color: var(--gold); }
.journal-feature-copy h3 { max-width: 800px; margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4.5rem); font-weight: 400; line-height: 1; letter-spacing: -0.04em; }
.journal-feature-copy > p:not(.article-meta) { max-width: 720px; margin: 1.5rem 0; color: #605a52; font-size: 1.05rem; }
.journal-all-link { display: block; width: fit-content; margin: 1.5rem 0 0 auto; border-bottom: 1px solid currentColor; font-size: 0.875rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

.journal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 7vw, 7rem);
  background: var(--ink);
  color: var(--paper);
}
.journal-hero h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8vw, 8.5rem); font-weight: 400; line-height: 0.88; letter-spacing: -0.055em; }
.journal-hero h1 em { display: block; color: var(--gold); font-weight: 400; }
.journal-hero > p { max-width: 520px; margin: 0 0 0.5rem; color: var(--ui-muted); font-size: clamp(1.1rem, 1.5vw, 1.3rem); }
.journal-hero .breadcrumb { color: var(--ui-muted); }
.journal-hero .eyebrow { color: var(--gold); }
.journal-list-heading { max-width: 980px; margin-bottom: clamp(2rem, 5vw, 4rem); }
.journal-card-featured { display: grid; grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journal-card-art { min-height: 420px; display: grid; grid-template-columns: minmax(120px, .8fr) 1fr; align-items: center; gap: 2rem; padding: clamp(2rem, 5vw, 4.5rem); background: var(--cream); overflow: hidden; }
.journal-card-art img { width: min(240px, 100%); aspect-ratio: 1; border-radius: 50%; object-fit: contain; }
.journal-card-art div { display: flex; flex-direction: column; }
.journal-card-art strong { font-family: var(--serif); font-size: clamp(4.5rem, 8vw, 8rem); font-weight: 400; line-height: .8; }
.journal-card-art small { font-family: var(--sans); font-size: .15em; font-weight: 800; }
.journal-card-art span { margin-top: 1rem; color: var(--green); font-family: var(--serif); font-size: 2rem; }
.journal-card-photo { position: relative; display: block; padding: 0; }
.journal-card-photo img { width: 100%; height: 100%; min-height: 420px; border-radius: 0; object-fit: cover; }
.journal-card-photo > span { position: absolute; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; margin: 0; padding: .8rem 1rem; color: var(--paper); background: rgba(23,25,21,.88); font-family: var(--sans); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.journal-card-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); background: #fff; }
.journal-card-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.journal-card-copy > p:not(.article-meta) { margin: 1.5rem 0; color: #605a52; font-size: 1.05rem; }
.journal-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(1.5rem,3vw,3rem); margin-top: clamp(1.5rem,3vw,3rem); }
.journal-card-grid-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.journal-card-grid-three .journal-card-compact h2 { font-size: clamp(1.8rem,2.7vw,2.7rem); }
.journal-card-compact { display: grid; grid-template-rows: minmax(260px, .85fr) auto; border: 1px solid var(--line); background: #fff; }
.journal-compact-art { min-height: 260px; display: block; overflow: hidden; background: var(--cream); }
.journal-compact-art > img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; transition: transform 450ms ease; }
.journal-card-compact:hover .journal-compact-art > img { transform: scale(1.025); }
.journal-card-compact > div { padding: clamp(1.7rem,3vw,3rem); }
.journal-card-compact h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem,3.4vw,3.4rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.journal-card-compact > div > p:not(.article-meta) { margin: 1.25rem 0; color: #605a52; }
.journal-compact-meter { display: grid; grid-template-columns: minmax(100px,.65fr) 1fr; align-items: center; gap: 2rem; padding: clamp(1.5rem,4vw,3.5rem); background: var(--ink); color: var(--paper); }
.journal-compact-meter > img { width: min(190px,100%); min-height: 0; aspect-ratio: 1; border-radius: 50%; object-fit: contain; }
.journal-compact-meter > span { display: flex; flex-direction: column; }
.journal-compact-meter strong { font-family: var(--serif); font-size: clamp(4rem,7vw,7rem); font-weight: 400; line-height: .75; }
.journal-compact-meter small { font-family: var(--sans); font-size: .15em; font-weight: 800; }
.journal-compact-meter em { margin-top: 1rem; color: var(--gold); font-family: var(--serif); font-size: 2rem; font-style: normal; }
.journal-promise { display: grid; grid-template-columns: .5fr 1fr .8fr; align-items: end; gap: 3rem; padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 7vw, 7rem); background: var(--green); color: var(--paper); }
.journal-promise .eyebrow { color: var(--gold); }
.journal-promise h2 em { color: var(--gold); font-weight: 400; }
.journal-promise > p:last-child { color: var(--ui-muted); }

.article-hero { max-width: 1220px; margin: 0 auto; padding: clamp(4rem, 9vw, 9rem) clamp(1.5rem, 5vw, 4rem) clamp(3rem, 6vw, 6rem); text-align: center; }
.article-hero .breadcrumb { justify-content: center; }
.article-hero h1 { margin: 0 auto; font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
.article-hero h1 em { color: var(--oxblood); font-weight: 400; }
.article-deck { max-width: 800px; margin: 2rem auto 0; color: #645e55; font-size: clamp(1.15rem, 2vw, 1.45rem); }
.article-byline { display: flex; justify-content: center; flex-wrap: wrap; gap: .5rem 1.5rem; margin: 2rem 0 0; color: #746d63; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-meter { position: relative; max-width: 1120px; min-height: 430px; display: grid; grid-template-columns: minmax(180px,.65fr) 1fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); margin: 0 auto; padding: clamp(2.5rem, 6vw, 6rem); background: var(--cream); overflow: hidden; }
.article-meter img { width: min(300px, 100%); aspect-ratio: 1; border-radius: 50%; object-fit: contain; }
.article-meter div { display: flex; flex-direction: column; }
.article-meter p { margin: 0 0 1rem; color: var(--oxblood); font-size: .8rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.article-meter strong { font-family: var(--serif); font-size: clamp(6rem, 13vw, 11rem); font-weight: 400; line-height: .7; }
.article-meter small { font-family: var(--sans); font-size: .13em; font-weight: 900; }
.article-meter span { margin-top: 1.5rem; color: var(--green); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.4rem); }
.article-meter i { position: absolute; right: 0; bottom: 0; left: 0; height: 7px; background: linear-gradient(90deg, #87ad79 0 25%, #d4bb43 25% 50%, #df8731 50% 75%, #ae4932 75%); }
.article-food-visual { position: relative; max-width: 1120px; min-height: 520px; display: grid; grid-template-columns: 1.1fr .9fr; margin: 0 auto; background: var(--cream); overflow: hidden; }
.article-food-visual > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.article-food-visual > div { display: flex; justify-content: center; flex-direction: column; padding: clamp(2rem,5vw,5rem); background: var(--green); color: var(--paper); }
.article-food-visual small { color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.article-food-visual strong { margin: 1.2rem 0; font-family: var(--serif); font-size: clamp(3.3rem,6.5vw,6.5rem); font-weight: 400; letter-spacing: -.055em; line-height: .82; }
.article-food-visual span { color: rgba(251,248,241,.7); font-size: 1rem; }
.article-dual-visual { max-width: 1120px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0 auto; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.article-dual-visual figure { display: grid; grid-template-rows: minmax(360px,1fr) auto; margin: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.article-dual-visual img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.article-dual-visual figcaption { display: grid; grid-template-columns: auto 1fr; gap: .25rem 1rem; padding: 1.5rem; }
.article-dual-visual figcaption > span { grid-row: 1 / 3; color: var(--gold); font-family: var(--serif); font-size: 2.6rem; line-height: 1; }
.article-dual-visual figcaption strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.article-dual-visual figcaption small { color: #746d63; font-size: .8rem; }
.article-body { max-width: 780px; margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) 1.5rem; color: #3e3a34; font-family: var(--serif); font-size: clamp(1.15rem, 1.8vw, 1.35rem); line-height: 1.75; }
.article-body p { margin: 0 0 1.75rem; }
.article-body a:not(.button):not(.text-link) { color: var(--oxblood); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .18em; }
.article-body .article-lead { color: var(--ink); font-size: clamp(1.45rem, 2.7vw, 2rem); line-height: 1.5; }
.article-body h2 { margin: 4rem 0 1.25rem; color: var(--ink); font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.article-callout { margin: 4rem -4rem; padding: clamp(2.5rem, 5vw, 4.5rem); background: var(--green); color: var(--paper); }
.article-callout > span { color: var(--gold); font-family: var(--sans); font-size: .75rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.article-callout h2 { margin: .8rem 0 1.25rem; color: var(--paper); }
.article-callout p { color: rgba(251,248,241,.78); }
.article-callout .button { font-family: var(--sans); font-size: .85rem; }
.article-callout small { display: block; margin-top: 1rem; color: rgba(251,248,241,.65); font-family: var(--sans); font-size: .8rem; }
.article-checklist { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.article-checklist li { display: grid; grid-template-columns: 58px 1fr; gap: 1.5rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.article-checklist li > span { color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.article-checklist strong { display: block; margin-bottom: .35rem; color: var(--ink); font-size: 1.2rem; }
.article-checklist p { margin: 0; color: #645e55; font-size: 1rem; }
.article-role-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 2rem -4rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); font-family: var(--sans); }
.article-role-grid > div { padding: clamp(1.7rem,3vw,3rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.article-role-grid span { display: block; margin-bottom: 1rem; color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-role-grid p { margin: 0; color: #645e55; font-size: 1rem; line-height: 1.65; }
.article-role-list { margin: 1.5rem 0 0; padding-left: 1.25rem; }
.article-role-list li { margin: 0 0 1.25rem; padding-left: .35rem; }
.article-influences { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 2rem -4rem; background: var(--line); border: 1px solid var(--line); font-family: var(--sans); }
.article-influences article { padding: clamp(1.6rem,3vw,2.6rem); background: #fff; }
.article-influences article:last-child:nth-child(odd) { grid-column: 1 / -1; }
.article-influences span { display: block; margin-bottom: .65rem; color: var(--gold-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-influences h3 { margin: 0 0 .75rem; color: var(--green); font-family: var(--serif); font-size: clamp(1.3rem,2.4vw,1.75rem); font-weight: 500; line-height: 1.15; }
.article-influences p { margin: 0; color: #645e55; font-size: .98rem; line-height: 1.65; }
.article-perspective-note { margin: 2rem 0; padding: 1.25rem 1.4rem; border-left: 3px solid var(--gold); background: var(--cream); color: #645e55; font-family: var(--sans); font-size: .92rem; line-height: 1.65; }
.article-sources { margin: 4rem -4rem 0; padding: clamp(1.75rem,3.5vw,3rem); border: 1px solid var(--line); background: var(--cream); font-family: var(--sans); }
.article-sources > span { display: block; margin-bottom: 1.5rem; color: var(--oxblood); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.article-source-groups { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: clamp(2rem,4vw,4rem); }
.article-source-group > strong { display: block; margin-bottom: .85rem; color: var(--green); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.article-sources ul { display: grid; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.article-sources li { padding-top: .6rem; border-top: 1px solid rgba(38,48,38,.13); font-size: .88rem; line-height: 1.45; }
.article-end-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 4rem; font-family: var(--sans); }
.article-next { padding: clamp(3.5rem, 7vw, 7rem) clamp(1.5rem, 7vw, 7rem); background: var(--cream); text-align: center; }
.article-next h2 { margin: 0 auto 2rem; max-width: 900px; }

/* Label-reading Journal article */
.article-series-hero { max-width: 1120px; margin: 0 auto; background: var(--ink); }
.article-series-hero > img { width: 100%; height: auto; }
.article-series-hero figcaption { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.25rem; margin: 0; padding: 1.5rem clamp(1.5rem,4vw,3rem); color: var(--paper); }
.article-series-hero figcaption > span { color: var(--gold); font-family: var(--serif); font-size: 2.8rem; line-height: 1; }
.article-series-hero figcaption div { display: grid; gap: .15rem; }
.article-series-hero figcaption strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.article-series-hero figcaption small { color: rgba(251,248,241,.66); font-size: .8rem; line-height: 1.45; }
.article-inline-series { display: grid; grid-template-columns: minmax(260px,.95fr) minmax(230px,1.05fr); align-items: stretch; margin: 3.5rem -7rem; border: 1px solid var(--line); background: #fff; font-family: var(--sans); }
.article-inline-series > img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
.article-inline-series figcaption { display: flex; justify-content: center; flex-direction: column; gap: .8rem; padding: clamp(2rem,4vw,4rem); background: var(--cream); }
.article-inline-series figcaption strong { color: var(--ink); font-family: var(--serif); font-size: clamp(1.8rem,3vw,2.65rem); font-weight: 400; line-height: 1.05; }
.article-inline-series figcaption span { color: #645e55; font-size: .9rem; line-height: 1.6; }
.article-inline-series-reverse > img { order: 2; }
.article-inline-series-reverse figcaption { background: var(--green); color: var(--paper); }
.article-inline-series-reverse figcaption strong { color: var(--paper); }
.article-inline-series-reverse figcaption span { color: rgba(251,248,241,.7); }
.label-map { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 2.5rem -7rem; border: 1px solid var(--line); background: var(--line); font-family: var(--sans); }
.label-map article { padding: clamp(1.7rem,3vw,3rem); background: #fff; }
.label-map article:first-child { background: var(--green); color: var(--paper); }
.label-map article > span { display: block; margin-bottom: .7rem; color: var(--gold-dark); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.label-map article:first-child > span { color: var(--gold); }
.label-map h3 { margin: 0 0 1.25rem; color: var(--ink); font-family: var(--serif); font-size: clamp(1.75rem,3vw,2.6rem); font-weight: 400; line-height: 1; }
.label-map article:first-child h3 { color: var(--paper); }
.label-map p { margin: 0; color: #645e55; font-size: .9rem; line-height: 1.6; }
.label-map article:first-child p { color: rgba(251,248,241,.72); }
.label-map .label-ingredients { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(23,25,21,.15); color: #4f4a43; }
.label-map article:first-child .label-ingredients { border-color: rgba(251,248,241,.2); color: rgba(251,248,241,.78); }
.label-ingredients b { color: var(--oxblood); font-weight: 800; }
.label-map article:first-child .label-ingredients b { color: var(--gold); }
.data-viz-heading { margin-bottom: 1.75rem; }
.data-viz-heading > span { display: block; margin-bottom: .55rem; color: var(--gold-dark); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.data-viz-heading h3 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(1.8rem,3.5vw,3rem); font-weight: 400; line-height: 1; }
.ga-compare, .calorie-chart { margin: 2.5rem -7rem; padding: clamp(1.75rem,4vw,3.5rem); border: 1px solid var(--line); background: #fff; font-family: var(--sans); }
.ga-table-wrap { overflow-x: auto; }
.ga-compare table { width: 100%; border-collapse: collapse; min-width: 620px; }
.ga-compare th, .ga-compare td { padding: 1rem .75rem; border-bottom: 1px solid var(--line); text-align: right; }
.ga-compare th:first-child { text-align: left; }
.ga-compare thead th { color: #746d63; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.ga-compare tbody th { color: var(--ink); font-family: var(--serif); font-size: 1.12rem; font-weight: 500; }
.moisture-pill { display: inline-flex; align-items: center; justify-content: center; min-width: 54px; padding: .35rem .5rem; border-radius: 999px; color: var(--paper); background: var(--green); font-weight: 900; }
.moisture-pill.m78 { background: var(--oxblood); }
.ga-compare > p, .calorie-chart > p { margin: 1.25rem 0 0; color: #746d63; font-size: .78rem; line-height: 1.55; }
.calorie-chart { background: var(--cream); }
.bar-row { display: grid; grid-template-columns: 170px minmax(140px,1fr) 64px; align-items: center; gap: 1rem; margin: 1.1rem 0; }
.bar-row > strong { color: var(--ink); font-size: .85rem; }
.bar-row > div { height: 13px; overflow: hidden; background: rgba(23,58,42,.12); }
.bar-row i { display: block; width: var(--bar); height: 100%; background: linear-gradient(90deg,var(--green),var(--gold)); }
.bar-row > b { color: var(--oxblood); font-size: .9rem; text-align: right; }
.comparison-disclosure { margin: 4rem 0 0; padding: 1.35rem 1.5rem; border-left: 3px solid var(--gold); background: #fff; font-family: var(--sans); }
.comparison-disclosure > strong { display: block; margin-bottom: .45rem; color: var(--green); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.comparison-disclosure p { margin: 0; color: #746d63; font-size: .8rem; line-height: 1.55; }

@media (max-width: 900px) {
  .journal-feature-heading, .journal-hero, .journal-promise { grid-template-columns: 1fr; gap: 1.5rem; }
  .journal-feature-card, .journal-card-featured { grid-template-columns: 1fr; }
  .journal-card-art { min-height: 340px; }
  .journal-card-photo img { min-height: 340px; }
  .article-food-visual { grid-template-columns: 1fr; }
  .article-food-visual > img { min-height: 430px; }
  .article-inline-series, .label-map, .ga-compare, .calorie-chart { margin-right: -2rem; margin-left: -2rem; }
  .journal-card-grid-three { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .article-influences { grid-template-columns: 1fr; margin-inline: -1.25rem; }
  .article-influences article:last-child:nth-child(odd) { grid-column: auto; }
  .article-sources { margin-right: 0; margin-left: 0; }
  .article-source-groups { grid-template-columns: 1fr; }
  .journal-feature-art { min-height: 270px; }
  .journal-feature-food img { min-height: 270px; }
  .journal-card-art { min-height: 280px; grid-template-columns: 100px 1fr; padding: 1.5rem; }
  .journal-card-photo { display: block; padding: 0; }
  .journal-card-photo img { min-height: 280px; }
  .journal-card-grid { grid-template-columns: 1fr; }
  .journal-compact-meter { grid-template-columns: 100px 1fr; }
  .article-meter { min-height: 0; grid-template-columns: 110px 1fr; gap: 1.25rem; padding: 2rem 1.25rem 2.5rem; }
  .article-meter strong { font-size: clamp(4.5rem, 24vw, 7rem); }
  .article-food-visual { min-height: 0; }
  .article-food-visual > img { min-height: 330px; }
  .article-dual-visual { grid-template-columns: 1fr; }
  .article-dual-visual figure { grid-template-rows: minmax(300px,1fr) auto; }
  .article-dual-visual img { min-height: 300px; }
  .article-callout { margin-right: 0; margin-left: 0; }
  .article-role-grid { grid-template-columns: 1fr; margin-right: 0; margin-left: 0; }
  .article-checklist li { grid-template-columns: 42px 1fr; gap: .8rem; }
  .article-series-hero figcaption { grid-template-columns: 1fr; }
  .article-inline-series { grid-template-columns: 1fr; margin-right: 0; margin-left: 0; }
  .article-inline-series > img { min-height: 0; }
  .article-inline-series-reverse > img { order: 0; }
  .label-map { grid-template-columns: 1fr; margin-right: 0; margin-left: 0; }
  .ga-compare, .calorie-chart { margin-right: 0; margin-left: 0; padding: 1.4rem; }
  .bar-row { grid-template-columns: 1fr auto; gap: .45rem 1rem; margin: 1.35rem 0; }
  .bar-row > div { grid-column: 1 / -1; grid-row: 2; }
  .bar-row > b { grid-column: 2; grid-row: 1; }
}

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

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

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: 0.7rem 1rem;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

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

.announcement {
  min-height: 2.25rem;
  display: grid;
  place-items: center;
  padding: 0.35rem 1rem;
  background: var(--ui-info);
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.announcement p {
  margin: 0;
}

.announcement span {
  display: inline-block;
  margin: 0 0.5rem;
  color: var(--green);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.65rem clamp(1.2rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(243, 237, 226, 0.16);
  background: rgba(23, 25, 21, 0.96);
  color: var(--paper);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex: 0 0 auto;
}

.brand img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.mobile-shop {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.3rem);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.site-nav > a:not(.nav-shop) {
  position: relative;
  padding: 0.7rem 0;
  color: rgba(251, 248, 241, 0.78);
}

.site-nav > a:not(.nav-shop)::after {
  position: absolute;
  right: 0;
  bottom: 0.35rem;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav > a:not(.nav-shop):hover {
  color: var(--paper);
}

.site-nav > a:not(.nav-shop):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-shop {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.78rem 1.1rem;
  border: 1px solid rgba(251, 248, 241, 0.7);
  transition: color 180ms ease, background 180ms ease;
}

.nav-shop:hover {
  color: var(--ink);
  background: var(--paper);
}

.menu-toggle {
  display: none;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
}

.hero {
  min-height: min(790px, calc(100svh - 7.8rem));
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr);
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 8rem) clamp(1.5rem, 6vw, 7rem);
}

.eyebrow {
  margin: 0 0 1.35rem;
  color: var(--oxblood);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.hero .eyebrow,
.shop-panel .eyebrow {
  color: var(--gold);
}

.hero h1,
.section-heading h2,
.story h2,
.guidance h2,
.shop-panel h2,
.visit h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.8rem, 7.15vw, 8rem);
}

.hero h1 em {
  display: block;
  color: var(--gold);
  font-weight: 400;
}

.hero-intro {
  max-width: 660px;
  margin: clamp(1.8rem, 4vw, 3rem) 0 0;
  color: rgba(251, 248, 241, 0.74);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
  margin-top: 2.4rem;
}

.button {
  min-height: 3.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  padding: 0.85rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--oxblood);
  color: #fff;
}

.button-primary:hover {
  background: #952c28;
}

.text-link {
  position: relative;
  padding: 0.45rem 0;
  color: var(--paper);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: translateY(3px);
}

.checkout-note {
  margin: 1rem 0 0;
  color: rgba(251, 248, 241, 0.48);
  font-size: 0.75rem;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1.5rem, 4vw, 4.5rem) 5rem 0;
}

.hero-frame {
  position: relative;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  background: var(--cream-deep);
}

.hero-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 58%, rgba(19, 20, 18, 0.32));
  pointer-events: none;
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
  filter: saturate(0.78) contrast(1.04);
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero:hover .hero-frame img {
  transform: scale(1.018);
}

.hero-stamp {
  position: absolute;
  top: clamp(2.75rem, 5vw, 5.2rem);
  left: clamp(-4.2rem, -4vw, -2.6rem);
  width: 9rem;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(23, 25, 21, 0.6);
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-8deg);
  box-shadow: inset 0 0 0 6px var(--cream), inset 0 0 0 7px rgba(23, 25, 21, 0.6);
}

.hero-stamp strong {
  margin: 0.18rem 0;
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}

.hero-caption {
  position: absolute;
  right: clamp(1.5rem, 4vw, 4.5rem);
  bottom: 1.6rem;
  left: 2rem;
  display: flex;
  gap: 1rem;
  margin: 0;
  color: rgba(251, 248, 241, 0.62);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.hero-caption span {
  color: var(--gold);
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.principle {
  min-height: 9.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.3rem;
  padding: 2rem clamp(1.5rem, 3vw, 3.5rem);
  border-right: 1px solid var(--line);
}

.principle:last-child {
  border-right: 0;
}

.principle-number,
.tool-number {
  align-self: start;
  color: var(--oxblood);
  font-family: var(--serif);
  font-size: 0.92rem;
  font-style: italic;
}

.principle p {
  margin: 0;
  color: rgba(23, 25, 21, 0.72);
  font-size: 0.94rem;
  line-height: 1.55;
}

.principle strong {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 10rem) clamp(1.3rem, 5vw, 5rem);
}

.favorites {
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.45fr);
  align-items: end;
  gap: 3rem;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.section-heading h2,
.story h2,
.guidance h2,
.visit h2 {
  font-size: clamp(3rem, 6vw, 6rem);
}

.section-heading > p {
  max-width: 440px;
  margin: 0 0 0.3rem;
  color: rgba(23, 25, 21, 0.62);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.4rem, 3vw, 3.5rem);
}

.product-card {
  min-width: 0;
}

.product-card-large {
  grid-row: span 2;
}

.product-image {
  position: relative;
  min-height: 340px;
  display: block;
  overflow: hidden;
  background: #ece7df;
}

.product-card-large .product-image {
  min-height: 670px;
}

.product-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 300ms ease;
}

.product-card-large .product-image img {
  object-position: 56% center;
}

.product-card:nth-child(2) .product-image img {
  object-position: center;
}

.product-card:nth-child(3) .product-image img {
  object-position: center 58%;
}

.product-image:hover img {
  transform: scale(1.025);
  filter: saturate(1.05);
}

.product-tag {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  padding: 0.46rem 0.65rem;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-copy {
  padding: 1.55rem 0 0.6rem;
  border-bottom: 1px solid var(--line);
}

.product-kicker {
  margin: 0 0 0.4rem;
  color: var(--oxblood);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.6vw, 3.7rem);
  font-weight: 400;
  line-height: 1.05;
}

.product-copy > p:not(.product-kicker) {
  max-width: 680px;
  margin: 1rem 0;
  color: rgba(23, 25, 21, 0.62);
}

.card-link {
  display: inline-block;
  margin: 0.25rem 0 1rem;
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.card-link span {
  display: inline-block;
  margin-left: 0.35rem;
  transition: transform 180ms ease;
}

.card-link:hover span {
  transform: translate(3px, -3px);
}

.category-rail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: 2rem;
  border-top: 1px solid var(--ink);
}

.category-rail > span {
  margin-right: 0.4rem;
  color: rgba(23, 25, 21, 0.5);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.category-rail a {
  padding: 0.62rem 0.86rem;
  border: 1px solid var(--line);
  font-size: 0.875rem;
  font-weight: 700;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.category-rail a:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.home-food-guide {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: clamp(2rem, 4vw, 4rem);
  padding: clamp(1.5rem, 3vw, 3rem);
  border: 1px solid var(--ink);
  transition: color 200ms ease, background 200ms ease;
}

.home-food-guide span {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-food-guide small {
  margin-bottom: 0.35rem;
  color: var(--oxblood);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-food-guide strong {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.home-food-guide i {
  flex: 0 0 auto;
  font-size: clamp(1.8rem, 4vw, 3.6rem);
  font-style: normal;
  transition: transform 200ms ease;
}

.home-food-guide:hover {
  color: var(--paper);
  background: var(--ink);
}

.home-food-guide:hover small {
  color: var(--gold);
}

.home-food-guide:hover i {
  transform: translateX(0.5rem);
}

.story {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(360px, 1.1fr) minmax(260px, 0.7fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 7rem);
  padding: clamp(5rem, 10vw, 10rem) clamp(1.3rem, 6vw, 7rem);
  background: var(--cream);
  overflow: hidden;
}

.story-mark {
  position: relative;
  width: min(27vw, 360px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 25, 21, 0.35);
  border-radius: 50%;
}

.story-mark > span:first-child {
  font-family: var(--serif);
  font-size: clamp(7rem, 14vw, 13rem);
  font-style: italic;
  line-height: 1;
}

.story-ring {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(23, 25, 21, 0.16);
  border-radius: 50%;
}

.story-mark small {
  position: absolute;
  right: -1.2rem;
  bottom: 15%;
  padding: 0.4rem;
  background: var(--cream);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.story-copy {
  max-width: 730px;
}

.story h2 {
  max-width: 760px;
}

.story-lead {
  margin: 2rem 0 1.2rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.45;
}

.story-copy > p:not(.eyebrow):not(.story-lead):not(.signature) {
  color: rgba(23, 25, 21, 0.64);
}

.signature {
  margin: 2rem 0 0;
  color: var(--oxblood);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-style: italic;
}

.story-quote {
  align-self: end;
  margin: 0;
  padding: 2rem 0 0;
  border-top: 1px solid rgba(23, 25, 21, 0.5);
}

.story-quote p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  font-style: italic;
  line-height: 1.25;
}

.trust-section {
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem);
  color: var(--paper);
  background: var(--green);
}

.trust-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 8rem);
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.trust-heading .eyebrow {
  color: var(--gold);
}

.trust-heading h2 {
  max-width: 920px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 6.8vw, 7.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.trust-heading h2 em {
  color: var(--gold);
  font-weight: 400;
}

.trust-heading > p {
  max-width: 560px;
  margin: 0 0 0.5rem;
  color: var(--ui-muted);
  font-size: 1.05rem;
}

.recognition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: clamp(3rem, 6vw, 6rem);
  border-top: 1px solid rgba(251, 248, 241, 0.34);
  border-left: 1px solid rgba(251, 248, 241, 0.34);
}

.recognition-card {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.5rem, 3vw, 2.8rem);
  border-right: 1px solid rgba(251, 248, 241, 0.34);
  border-bottom: 1px solid rgba(251, 248, 241, 0.34);
}

.recognition-card-featured {
  color: var(--ink);
  background: var(--gold);
}

.recognition-year {
  display: block;
  font-family: var(--serif);
  font-size: clamp(3.1rem, 4.8vw, 5.2rem);
  letter-spacing: -0.06em;
  line-height: 0.8;
}

.recognition-award-logo {
  width: clamp(74px, 7.5vw, 110px);
  aspect-ratio: 0.87;
  flex: 0 0 auto;
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.recognition-brand-logo {
  width: clamp(86px, 8vw, 120px);
  aspect-ratio: 1;
  flex: 0 0 auto;
  object-fit: contain;
}

.recognition-card div {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
}

.recognition-card small,
.recognition-card strong {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.recognition-card small {
  color: rgba(251, 248, 241, 0.58);
}

.recognition-card-featured small {
  color: rgba(23, 25, 21, 0.6);
}

.review-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 0.85fr));
  border-top: 1px solid rgba(251, 248, 241, 0.34);
  border-left: 1px solid rgba(251, 248, 241, 0.34);
}

.review-card {
  min-width: 0;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: clamp(1.7rem, 3.4vw, 3.6rem);
  border-right: 1px solid rgba(251, 248, 241, 0.34);
  border-bottom: 1px solid rgba(251, 248, 241, 0.34);
}

.review-card-featured {
  background: rgba(251, 248, 241, 0.06);
}

.review-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.review-source,
.review-recommends {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-source {
  color: rgba(251, 248, 241, 0.56);
}

.review-recommends {
  color: var(--gold);
}

.review-stars {
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.review-card > p {
  margin: auto 0;
  padding: 3rem 0;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.review-card-featured > p {
  font-size: clamp(1.55rem, 2.4vw, 2.5rem);
}

.review-card footer {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-note {
  margin: 1.2rem 0 0;
  color: rgba(251, 248, 241, 0.48);
  font-size: 0.75rem;
}

.guidance {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
}

.guidance-intro {
  position: sticky;
  top: 8rem;
}

.guidance h2 {
  max-width: 680px;
}

.guidance-intro > p:last-child {
  max-width: 560px;
  margin: 2rem 0 0;
  color: rgba(23, 25, 21, 0.62);
}

.tool-list {
  border-top: 1px solid var(--ink);
}

.tool-card {
  min-height: 8.8rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0.2rem;
  border-bottom: 1px solid var(--line);
  transition: padding 200ms ease, color 180ms ease;
}

.tool-card:hover {
  padding-right: 1rem;
  padding-left: 1rem;
  color: var(--oxblood);
}

.tool-card strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  font-weight: 400;
  line-height: 1.15;
}

.tool-card small {
  display: block;
  margin-top: 0.35rem;
  color: rgba(23, 25, 21, 0.5);
  font-size: 0.8rem;
}

.tool-arrow {
  font-size: 1.25rem;
}

.shop-panel {
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: 4rem;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.3rem, 7vw, 8rem);
  background: var(--oxblood-dark);
  color: var(--paper);
  overflow: hidden;
}

.shop-panel-copy {
  position: relative;
  z-index: 1;
}

.shop-panel h2 {
  font-size: clamp(3.8rem, 7vw, 7rem);
}

.shop-panel-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 2rem 0;
  color: var(--ui-muted);
}

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

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

.shop-panel-copy small {
  display: block;
  margin-top: 1rem;
  color: rgba(251, 248, 241, 0.46);
  font-size: 0.72rem;
}

.shop-panel-art {
  position: relative;
  min-height: 420px;
  color: transparent;
  font-family: var(--sans);
  font-size: clamp(4.8rem, 9vw, 10rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.72;
  -webkit-text-stroke: 1px rgba(243, 237, 226, 0.55);
}

.shop-word {
  position: absolute;
  white-space: nowrap;
}

.shop-word-one {
  top: 0;
  left: 0;
}

.shop-word-two {
  top: 25%;
  right: 0;
  color: var(--gold);
  -webkit-text-stroke: 0;
}

.shop-word-three {
  top: 53%;
  left: 8%;
}

.shop-word-four {
  right: 4%;
  bottom: 0;
  color: var(--paper);
  -webkit-text-stroke: 0;
}

.visit {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(500px, 1.05fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.visit h2 {
  max-width: 800px;
}

.visit-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--ink);
}

.visit-details > div:last-child {
  grid-column: 1 / -1;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.detail-label {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--oxblood);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.visit address,
.visit-details p,
.visit-details a {
  margin: 0;
  font-style: normal;
}

.visit-details a[href^="mailto"] {
  display: inline-block;
  border-bottom: 1px solid var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.3;
}

.dark-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--ink);
}

.detail-note {
  margin-top: 0.8rem !important;
  color: rgba(23, 25, 21, 0.55);
  font-size: 0.85rem;
}

.site-footer {
  padding: clamp(3rem, 6vw, 6rem) clamp(1.3rem, 5vw, 5rem) 1.5rem;
  background: var(--ink);
  color: var(--paper);
}

.footer-main {
  max-width: var(--max);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 3rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.footer-brand img {
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  background: #fff;
}

.footer-main > p {
  margin: 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  font-style: italic;
  line-height: 1.2;
}

.footer-main nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.55rem 2.4rem;
  color: var(--ui-muted);
  font-size: 0.875rem;
  font-weight: 700;
}

.footer-main nav a:hover {
  color: var(--green);
}

.footer-bottom {
  max-width: var(--max);
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 auto;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(243, 237, 226, 0.16);
  color: var(--ui-muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

@media (min-width: 821px) and (max-height: 820px) {
  .hero-copy {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 6.2vw, 7rem);
  }

  .hero-intro {
    margin-top: 1.45rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 1.45rem;
  }

  .hero-actions .button {
    min-height: 3.25rem;
  }

  .checkout-note {
    margin-top: 0.65rem;
  }

  .hero-visual {
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 1050px) {
  .brand-name {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.86fr);
  }

  .hero-copy {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .principle {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .story {
    grid-template-columns: minmax(220px, 0.65fr) minmax(440px, 1.35fr);
  }

  .story-quote {
    grid-column: 2;
  }

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

  .review-card-featured {
    grid-column: 1 / -1;
    min-height: 360px;
  }

  .shop-panel {
    grid-template-columns: minmax(360px, 0.9fr) minmax(400px, 1.1fr);
  }

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

@media (max-width: 820px) {
  .announcement {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }

  .site-header {
    min-height: 4.9rem;
    gap: 0.65rem;
    padding: 0.45rem 1rem;
  }

  .brand img {
    width: 3.8rem;
    height: 3.8rem;
  }

  .mobile-shop {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-left: auto;
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(251, 248, 241, 0.72);
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.05em;
  }

  .mobile-shop:hover {
    background: var(--paper);
    color: var(--ink);
  }

  .menu-toggle {
    position: relative;
    z-index: 102;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.7rem 0.3rem;
    cursor: pointer;
  }

  .menu-label {
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .menu-lines {
    width: 1.7rem;
    height: 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .menu-lines i {
    width: 100%;
    height: 1px;
    display: block;
    background: currentColor;
    transition: transform 220ms ease;
  }

  .menu-toggle[aria-expanded="true"] .menu-lines i:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-lines i:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    z-index: 101;
    inset: 100% 0 auto;
    max-height: calc(100svh - 4.9rem);
    display: grid;
    gap: 0;
    padding: 1rem 1.2rem 1.5rem;
    background: var(--ink);
    border-top: 1px solid rgba(243, 237, 226, 0.12);
    border-bottom: 1px solid rgba(243, 237, 226, 0.12);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav > a:not(.nav-shop) {
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(243, 237, 226, 0.12);
    font-family: var(--serif);
    font-size: 1.35rem;
    font-weight: 400;
  }

  .nav-shop {
    margin-top: 1rem;
    justify-content: center;
  }

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

  .hero-copy {
    padding: 4rem 1.3rem 3rem;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 15vw, 6rem);
  }

  .hero-visual {
    min-height: 560px;
    padding: 0 1.3rem 4rem;
  }

  .hero-frame {
    min-height: 520px;
  }

  .hero-stamp {
    top: -2.4rem;
    right: 1rem;
    left: auto;
    width: 7.7rem;
    height: 7.7rem;
  }

  .hero-caption {
    right: 1.4rem;
    bottom: 1.35rem;
    left: 1.4rem;
  }

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

  .principle {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principle:last-child {
    border-bottom: 0;
  }

  .section-heading,
  .guidance {
    grid-template-columns: 1fr;
  }

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

  .product-card-large {
    grid-row: auto;
  }

  .product-image,
  .product-card-large .product-image {
    min-height: clamp(340px, 90vw, 650px);
  }

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

  .story-mark {
    width: min(70vw, 330px);
    justify-self: center;
  }

  .story-quote {
    grid-column: auto;
  }

  .trust-heading {
    grid-template-columns: 1fr;
  }

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

  .recognition-card {
    min-height: 175px;
  }

  .review-card,
  .review-card-featured {
    min-height: 330px;
  }

  .review-card-featured {
    grid-column: auto;
  }

  .guidance-intro {
    position: static;
  }

  .shop-panel {
    grid-template-columns: 1fr;
  }

  .shop-panel-art {
    min-height: 350px;
  }

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

  .footer-main nav {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, auto);
    justify-content: start;
  }
}

@media (max-width: 540px) {
  .announcement span {
    margin: 0 0.25rem;
  }

  .hero-copy {
    padding: 3.5rem 1.25rem 2.5rem;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .hero-visual,
  .hero-frame {
    min-height: 430px;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-heading {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .section-heading h2,
  .story h2,
  .trust-heading h2,
  .guidance h2,
  .visit h2 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .category-rail {
    align-items: stretch;
    flex-direction: column;
  }

  .category-rail > span {
    margin-bottom: 0.4rem;
  }

  .category-rail a {
    display: flex;
    justify-content: space-between;
  }

  .story-mark {
    width: min(82vw, 310px);
  }

  .story {
    gap: 2.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .trust-section {
    padding: 4rem 1.25rem;
  }

  .trust-heading {
    gap: 1.5rem;
    margin-bottom: 3rem;
  }

  .recognition-card {
    min-height: 165px;
  }

  .review-card,
  .review-card-featured {
    min-height: 0;
  }

  .review-card-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-card > p,
  .review-card-featured > p {
    padding: 2.5rem 0;
    font-size: 1.35rem;
  }

  .guidance {
    gap: 2.5rem;
  }

  .tool-card {
    grid-template-columns: auto 1fr;
    gap: 1rem;
  }

  .tool-arrow {
    display: none;
  }

  .shop-panel {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .shop-panel h2 {
    font-size: clamp(3.5rem, 17vw, 5.5rem);
  }

  .shop-panel-art {
    min-height: 270px;
    font-size: 22vw;
  }

  .visit-details {
    grid-template-columns: 1fr;
  }

  .visit-details > div:last-child {
    grid-column: auto;
  }

  .visit-details a[href^="mailto"] {
    font-size: 1.05rem;
  }

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

  .footer-main nav {
    grid-column: auto;
    grid-template-columns: repeat(2, auto);
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Multi-page feeding experience */

.site-nav a[aria-current="page"] {
  color: var(--green);
}

.site-nav a[aria-current="page"]::after {
  transform: scaleX(1) !important;
}

.subpage main {
  background: var(--paper);
}

.subpage [hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 2.2rem;
  color: var(--ui-muted);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumb a:hover {
  color: var(--green);
}

.page-hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: stretch;
  background: var(--ink);
  color: var(--paper);
}

.page-hero-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(4.5rem, 9vw, 9rem) clamp(1.4rem, 7vw, 8rem);
}

.page-hero .eyebrow,
.tool-page-intro .eyebrow,
.guide-hero .eyebrow {
  color: var(--gold);
}

.page-hero h1,
.tool-page-intro h1,
.guide-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.page-hero h1 em,
.tool-page-intro h1 em,
.guide-hero h1 em {
  color: var(--gold);
  font-weight: 400;
}

.page-hero-copy > p:last-child {
  max-width: 710px;
  margin: 2.3rem 0 0;
  color: var(--ui-muted);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.page-hero-index {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid rgba(243, 237, 226, 0.15);
  background:
    linear-gradient(rgba(87, 20, 18, 0.86), rgba(87, 20, 18, 0.86)),
    url("assets/boosters.webp") center / cover;
}

.page-hero-index span,
.page-hero-index small {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-hero-index strong {
  margin: 0.7rem 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(7rem, 13vw, 13rem);
  font-weight: 400;
  line-height: 0.85;
}

.tool-hub-heading {
  max-width: 920px;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.tool-hub-heading h2,
.help-note blockquote,
.shop-bridge h2,
.comparison-next h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

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

.hub-card {
  min-height: 430px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: clamp(1.7rem, 4vw, 3.5rem);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
  transition: color 220ms ease, background 220ms ease;
}

.hub-card:hover {
  background: var(--cream);
}

.hub-card-featured {
  background: var(--cream);
}

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

.hub-card-dark:hover {
  background: var(--oxblood-dark);
}

.hub-card-number,
.hub-card-kicker,
.hub-card-link {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hub-card-number,
.hub-card-kicker {
  color: var(--oxblood);
}

.hub-card-dark .hub-card-number,
.hub-card-dark .hub-card-kicker {
  color: var(--gold);
}

.hub-card-kicker {
  margin: 0 0 0.9rem;
}

.hub-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4.5vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.hub-card div > p:last-child {
  max-width: 560px;
  margin: 1.3rem 0 0;
  color: rgba(23, 25, 21, 0.6);
}

.hub-card-dark div > p:last-child {
  color: rgba(251, 248, 241, 0.64);
}

.hub-card-link {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.4rem;
  border-top: 1px solid currentColor;
  font-size: 0.875rem;
}

.hub-card-link b {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.hub-card:hover .hub-card-link b {
  transform: translateX(0.4rem);
}

.help-note {
  display: grid;
  grid-template-columns: minmax(170px, 0.35fr) minmax(360px, 1fr) minmax(260px, 0.55fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: start;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.3rem, 7vw, 8rem);
  background: var(--cream);
}

.help-note blockquote {
  font-size: clamp(2.8rem, 5vw, 5.4rem);
}

.help-note > p:last-child {
  margin: 0;
  color: rgba(23, 25, 21, 0.62);
}

.shop-bridge {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.3rem, 7vw, 8rem);
  background: var(--oxblood-dark);
  color: var(--paper);
}

.shop-bridge > div {
  max-width: 880px;
}

.shop-bridge .eyebrow {
  color: var(--gold);
}

.shop-bridge p:not(.eyebrow) {
  max-width: 620px;
  margin: 1.5rem 0 0;
  color: var(--ui-muted);
}

/* Working tool pages */

.tool-page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 4rem;
  padding: clamp(3.3rem, 6vw, 6.5rem) clamp(1.3rem, 6vw, 7rem) clamp(3rem, 5vw, 5rem);
  background: var(--ink);
  color: var(--paper);
}

.tool-page-intro h1 {
  font-size: clamp(3.2rem, 6.7vw, 7rem);
}

.tool-page-intro > p {
  max-width: 520px;
  margin: 0 0 0.7rem;
  color: var(--ui-muted);
}

.calculator-layout {
  max-width: 1500px;
  display: grid;
  grid-template-columns: minmax(480px, 1.05fr) minmax(400px, 0.95fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 5rem) clamp(1.2rem, 5vw, 5rem);
}

.calculator-form {
  display: grid;
  gap: 1.3rem;
}

.form-panel {
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border: 1px solid var(--line);
  background: #fff;
}

.panel-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid var(--line);
}

.panel-heading > span {
  color: var(--oxblood);
  font-family: var(--serif);
  font-style: italic;
}

.panel-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  font-weight: 400;
  line-height: 1.05;
}

.panel-heading p {
  margin: 0.35rem 0 0;
  color: rgba(23, 25, 21, 0.55);
  font-size: 0.88rem;
}

.dog-list {
  display: grid;
  gap: 1rem;
}

.dog-card {
  padding: 1.2rem;
  border-left: 3px solid var(--gold);
  background: var(--cream);
}

.dog-card-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.dog-card-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
}

.remove-dog {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--oxblood);
  cursor: pointer;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 800;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field-wide {
  grid-column: 1 / -1;
}

.field {
  display: grid;
  gap: 0.4rem;
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 750;
}

.field > span small {
  color: rgba(23, 25, 21, 0.48);
  font-weight: 500;
}

.field input,
.field select,
.comparison-search input,
.guide-controls input {
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(23, 25, 21, 0.32);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
}

.field input:focus,
.field select:focus,
.comparison-search input:focus,
.guide-controls input:focus {
  border-color: var(--oxblood);
  outline: 3px solid rgba(124, 32, 29, 0.14);
}

[aria-invalid="true"] {
  border-color: #9d2622 !important;
  background: #fff4f2 !important;
}

.live-calories {
  display: block;
  padding: 0.75rem 0.85rem;
  background: var(--green);
  color: var(--paper);
  font-size: 0.875rem;
  font-weight: 750;
}

.secondary-action,
.quiet-action,
.primary-action,
.result-actions button,
.comparison-filter,
.comparison-status button,
.guide-controls button,
.guide-no-results button {
  min-height: 3.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border: 1px solid var(--ink);
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
}

.primary-action {
  border-color: var(--oxblood);
  background: var(--oxblood);
  color: #fff;
}

.primary-action:hover {
  border-color: #952c28;
  background: #952c28;
}

.secondary-action,
.quiet-action,
.result-actions button,
.comparison-status button,
.guide-controls button,
.guide-no-results button {
  background: transparent;
  color: var(--ink);
}

.secondary-action {
  width: 100%;
  margin-top: 1rem;
  border-color: var(--green);
  color: var(--green);
}

.secondary-action:hover,
.quiet-action:hover,
.result-actions button:hover,
.guide-controls button:hover {
  background: var(--ink);
  color: var(--paper);
}

.secondary-action:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.inline-details {
  margin-top: 1rem;
  color: rgba(23, 25, 21, 0.62);
  font-size: 0.8rem;
}

.inline-details summary {
  color: var(--green);
  cursor: pointer;
  font-weight: 800;
}

.inline-details p {
  margin: 0.6rem 0 0;
}

.ratio-card {
  padding: 1.2rem;
  border: 1px solid var(--line);
  background: var(--cream);
}

.ratio-output {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}

.ratio-output > div {
  padding: 0.9rem;
  border: 1px solid var(--line);
  background: #fff;
  text-align: center;
}

.ratio-output small,
.ratio-output output {
  display: block;
}

.ratio-output small {
  color: rgba(23, 25, 21, 0.55);
  font-size: 0.72rem;
  font-weight: 750;
}

.ratio-output output {
  color: var(--oxblood);
  font-family: var(--serif);
  font-size: 1.9rem;
}

.ratio-card > label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
}

#food-ratio {
  --ratio-progress: 50%;
  width: 100%;
  height: 2rem;
  margin: 0;
  accent-color: var(--oxblood);
}

.ratio-limits {
  display: flex;
  justify-content: space-between;
  color: rgba(23, 25, 21, 0.5);
  font-size: 0.68rem;
  font-weight: 750;
}

.ratio-card > p {
  margin: 0.7rem 0 0;
  color: rgba(23, 25, 21, 0.55);
  font-size: 0.78rem;
}

.food-inputs {
  margin-top: 1.4rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
}

.subheading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.subheading span {
  color: rgba(23, 25, 21, 0.5);
  font-size: 0.75rem;
}

.duration-fieldset {
  margin: 1.4rem 0 0;
  padding: 1.3rem 0 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.duration-fieldset legend {
  margin-bottom: 0.65rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.duration-row {
  display: grid;
  grid-template-columns: minmax(100px, 0.5fr) minmax(140px, 1fr);
  gap: 0.8rem;
}

.form-error {
  padding: 1rem 1.1rem;
  border-left: 4px solid #9d2622;
  background: #fff0ed;
  color: #7b211e;
  font-size: 0.85rem;
  font-weight: 750;
}

.form-actions,
.quiz-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(120px, 0.5fr);
  gap: 0.8rem;
}

.calculator-result-panel {
  position: sticky;
  top: 8.2rem;
  min-height: 590px;
  background: var(--ink);
  color: var(--paper);
}

.result-placeholder,
.calculator-result {
  min-height: 590px;
  padding: clamp(2.2rem, 5vw, 4.5rem);
}

.result-placeholder {
  position: relative;
  display: flex;
  justify-content: end;
  flex-direction: column;
  overflow: hidden;
}

.result-mark {
  position: absolute;
  top: -1rem;
  right: 1rem;
  color: rgba(200, 161, 97, 0.15);
  font-family: var(--serif);
  font-size: clamp(15rem, 28vw, 28rem);
  font-style: italic;
  line-height: 0.85;
}

.result-placeholder h2 {
  position: relative;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.result-placeholder p:last-child {
  position: relative;
  max-width: 440px;
  margin: 1.4rem 0 0;
  color: rgba(251, 248, 241, 0.58);
}

.calculator-result .eyebrow {
  color: var(--gold);
}

.result-total {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(243, 237, 226, 0.25);
}

.result-total strong,
.result-total span {
  display: block;
}

.result-total strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(4.8rem, 9vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.8;
}

.result-total span {
  margin-top: 0.8rem;
  color: rgba(251, 248, 241, 0.6);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dog-result-list {
  display: grid;
  gap: 0.5rem;
  margin: 1.3rem 0;
  padding: 0;
  list-style: none;
}

.dog-result-list li {
  display: grid;
  gap: 0.1rem;
  padding: 0.8rem;
  border: 1px solid rgba(243, 237, 226, 0.16);
}

.dog-result-list span {
  color: rgba(251, 248, 241, 0.55);
  font-size: 0.72rem;
}

.plan-results {
  display: grid;
  gap: 0.8rem;
}

.plan-results article {
  padding: 1rem;
  border-left: 3px solid var(--gold);
  background: rgba(251, 248, 241, 0.06);
}

.plan-results h3,
.plan-results strong,
.plan-results span {
  display: block;
}

.plan-results h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.1;
}

.plan-results strong {
  margin-top: 0.7rem;
  color: var(--gold);
  font-size: 1.1rem;
}

.plan-results span {
  color: rgba(251, 248, 241, 0.58);
  font-size: 0.78rem;
}

.plan-label {
  margin: 0 0 0.45rem;
  color: rgba(251, 248, 241, 0.45);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.plan-results a {
  display: inline-block;
  margin-top: 0.8rem;
  border-bottom: 1px solid currentColor;
  color: var(--paper);
  font-size: 0.76rem;
  font-weight: 800;
}

.result-note {
  margin: 1rem 0 0;
  padding: 0.9rem;
  background: var(--cream);
  color: var(--ink);
  font-size: 0.75rem;
}

.result-actions {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.result-actions button {
  border-color: rgba(243, 237, 226, 0.5);
  color: var(--paper);
}

.copy-status {
  min-height: 1.3em;
  margin: 0.7rem 0 0;
  color: var(--gold);
  font-size: 0.72rem;
}

.tool-disclaimer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(1.3rem, 5vw, 5rem) clamp(3rem, 6vw, 6rem);
  color: rgba(23, 25, 21, 0.56);
  font-size: 0.78rem;
}

.next-tools {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--ink);
}

.next-tools a {
  min-height: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2rem clamp(1.3rem, 6vw, 7rem);
  border-right: 1px solid var(--ink);
  background: var(--cream);
}

.next-tools a:last-child {
  border-right: 0;
}

.next-tools span {
  color: rgba(23, 25, 21, 0.5);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.next-tools strong {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  font-weight: 400;
}

.compact-footer {
  padding-top: 1.5rem;
}

.compact-footer a {
  font-size: 0.8rem;
}

.compact-footer a:hover {
  color: var(--paper);
}

/* Quiz */

.quiz-shell {
  max-width: 1050px;
  margin: clamp(2.5rem, 5vw, 5rem) auto;
  border: 1px solid var(--ink);
  background: #fff;
}

.quiz-progress-wrap {
  padding: 1.3rem clamp(1.3rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line);
}

.quiz-progress-wrap > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
  color: rgba(23, 25, 21, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.quiz-progress {
  height: 0.4rem;
  overflow: hidden;
  background: var(--cream-deep);
}

.quiz-progress span {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--oxblood);
  transition: width 220ms ease;
}

#quiz-form,
.quiz-result {
  padding: clamp(1.5rem, 5vw, 4rem);
}

.quiz-step {
  margin: 0;
  padding: 0;
  border: 0;
}

.quiz-step legend {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.quiz-step legend:focus {
  outline: 0;
}

.quiz-help {
  margin: 0.9rem 0 2rem;
  color: rgba(23, 25, 21, 0.56);
}

.quiz-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

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

.quiz-option {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: 46px 1fr 22px;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.quiz-option:hover {
  border-color: var(--green);
  transform: translateY(-2px);
}

.quiz-option.selected,
.quiz-option:has(input:checked) {
  border-color: var(--green);
  background: #edf2e9;
}

.quiz-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.quiz-option:has(input:focus-visible) {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.option-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 25, 21, 0.2);
  border-radius: 50%;
  color: var(--oxblood);
  font-size: 0.72rem;
  font-weight: 850;
}

.quiz-option.selected .option-mark,
.quiz-option:has(input:checked) .option-mark {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.quiz-option strong,
.quiz-option small {
  display: block;
}

.quiz-option strong {
  line-height: 1.25;
}

.quiz-option small {
  margin-top: 0.3rem;
  color: rgba(23, 25, 21, 0.54);
  font-size: 0.76rem;
  line-height: 1.35;
}

.quiz-option i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: transparent;
  font-size: 0.7rem;
  font-style: normal;
}

.quiz-option.selected i,
.quiz-option:has(input:checked) i {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.quiz-actions {
  margin-top: 2rem;
}

.quiz-result {
  background: var(--cream);
}

.quiz-result > h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 400;
  line-height: 0.95;
}

.answer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1.3rem 0 2rem;
  padding: 0;
  list-style: none;
}

.answer-chips li,
.purpose-badge,
.match-label {
  display: inline-block;
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--line);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.primary-match {
  padding: clamp(1.4rem, 4vw, 3rem);
  border-left: 5px solid var(--gold);
  background: var(--ink);
  color: var(--paper);
}

.match-label {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.primary-match h3 {
  margin: 1rem 0 0.7rem;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.primary-match .purpose-badge {
  border-color: rgba(243, 237, 226, 0.35);
}

.primary-match p {
  max-width: 720px;
  color: rgba(251, 248, 241, 0.68);
}

.primary-match ul {
  margin: 1.2rem 0 1.5rem;
  padding-left: 1.2rem;
  color: rgba(251, 248, 241, 0.8);
}

.primary-match .primary-action {
  width: 100%;
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.compare-title {
  margin: 2rem 0 0.8rem;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.alternative-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.alternative-results article {
  padding: 1.2rem;
  border: 1px solid var(--line);
  background: #fff;
}

.alternative-results h4 {
  margin: 0 0 0.7rem;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.05;
}

.alternative-results p {
  color: rgba(23, 25, 21, 0.56);
  font-size: 0.82rem;
}

.alternative-results a {
  border-bottom: 1px solid currentColor;
  color: var(--green);
  font-size: 0.875rem;
  font-weight: 800;
}

.next-step-result {
  margin-top: 1rem;
  padding: 1rem;
  border-left: 4px solid var(--gold);
  background: #fff6df;
  color: #594822;
  font-size: 0.85rem;
}

.next-step-result p {
  margin: 0.35rem 0 0;
}

.result-buttons {
  grid-template-columns: 0.7fr 1.3fr;
}

/* Food comparison */

.role-legend {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}

.role-legend p {
  margin: 0;
  color: rgba(251, 248, 241, 0.62);
  font-size: 0.78rem;
}

.status-pill {
  display: inline-block;
  margin-right: 0.35rem;
  padding: 0.3rem 0.5rem;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.status-complete {
  background: #dce8d7;
  color: #294222;
}

.status-supplemental {
  background: #f0d8d3;
  color: #6d2824;
}

.comparison-tools {
  position: sticky;
  z-index: 20;
  top: 5.6rem;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.2fr);
  gap: 1rem 2rem;
  padding: 1.2rem clamp(1.3rem, 5vw, 5rem);
  border-bottom: 1px solid var(--ink);
  background: rgba(251, 248, 241, 0.97);
  backdrop-filter: blur(12px);
}

.comparison-search {
  display: grid;
  gap: 0.3rem;
  grid-row: span 2;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.comparison-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.comparison-filter {
  min-height: 2.7rem;
  border-color: var(--line);
  background: #fff;
}

.comparison-filter:hover,
.comparison-filter.active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.comparison-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.comparison-status p {
  margin: 0;
  color: rgba(23, 25, 21, 0.55);
  font-size: 0.72rem;
  font-weight: 750;
}

.comparison-status button {
  min-height: auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
}

.comparison-grid {
  max-width: 1500px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 5rem) clamp(1.3rem, 5vw, 5rem);
}

.comparison-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 3vw, 2.6rem);
  border: 1px solid var(--ink);
  background: #fff;
}

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

.comparison-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: start;
}

.comparison-card-head > div:first-child {
  min-width: 0;
}

.card-index {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--oxblood);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.comparison-card-dark .card-index {
  color: var(--gold);
}

.comparison-card h2 {
  margin: 0.9rem 0 0;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.5vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.comparison-card-head small {
  color: rgba(23, 25, 21, 0.5);
  font-size: 0.7rem;
}

.calorie-badge {
  min-width: 82px;
  padding-left: 1rem;
  border-left: 1px solid var(--line);
  text-align: right;
}

.calorie-badge strong,
.calorie-badge span {
  display: block;
}

.calorie-badge strong {
  color: var(--oxblood);
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
}

.comparison-card-dark .calorie-badge strong {
  color: var(--gold);
}

.calorie-badge span {
  color: rgba(23, 25, 21, 0.5);
  font-size: 0.65rem;
}

.comparison-card-dark .calorie-badge span,
.comparison-card-dark .comparison-summary,
.comparison-card-dark .comparison-facts dd,
.comparison-card-dark details p {
  color: rgba(251, 248, 241, 0.62);
}

.comparison-summary {
  margin: 1.5rem 0;
  color: rgba(23, 25, 21, 0.62);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-style: italic;
}

.comparison-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 1.3rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.comparison-facts div:last-child {
  grid-column: 1 / -1;
}

.comparison-facts dt {
  color: var(--oxblood);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-card-dark .comparison-facts dt {
  color: var(--gold);
}

.comparison-facts dd {
  margin: 0.25rem 0 0;
  color: rgba(23, 25, 21, 0.62);
  font-size: 0.82rem;
}

.comparison-card details {
  margin: 1.2rem 0;
  font-size: 0.8rem;
}

.comparison-card details summary {
  cursor: pointer;
  color: var(--green);
  font-weight: 800;
}

.comparison-card-dark details summary {
  color: var(--gold);
}

.comparison-card details p {
  color: rgba(23, 25, 21, 0.6);
}

.comparison-shop-link {
  width: 100%;
  display: block;
  margin-top: auto;
  padding: 1rem;
  border: 1px solid var(--ink);
  font-size: 0.875rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-align: center;
}

.comparison-shop-link:hover {
  background: var(--ink);
  color: var(--paper);
}

.comparison-card-dark .comparison-shop-link {
  border-color: var(--paper);
}

.comparison-card-dark .comparison-shop-link:hover {
  background: var(--paper);
  color: var(--ink);
}

.comparison-empty,
.guide-no-results {
  max-width: 1000px;
  margin: 0 auto 4rem;
  padding: 2rem;
  border: 1px dashed var(--green);
  background: #edf2e9;
  text-align: center;
}

.comparison-empty strong,
.guide-no-results strong {
  display: block;
  margin-bottom: 0.8rem;
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
}

.comparison-next {
  padding: clamp(4rem, 8vw, 8rem) clamp(1.3rem, 7vw, 8rem);
  background: var(--cream);
}

.comparison-next p:not(.eyebrow) {
  max-width: 650px;
  margin: 1.4rem 0 2rem;
  color: rgba(23, 25, 21, 0.58);
}

/* Feeding guide */

.guide-hero {
  padding: clamp(4rem, 8vw, 8rem) clamp(1.3rem, 8vw, 9rem);
  background: var(--ink);
  color: var(--paper);
  text-align: center;
}

.guide-hero .breadcrumb {
  justify-content: center;
}

.guide-hero h1 {
  font-size: clamp(4rem, 9vw, 8.5rem);
}

.guide-hero > p:not(.eyebrow) {
  max-width: 820px;
  margin: 2rem auto 0;
  color: var(--ui-muted);
  font-size: 1.05rem;
}

.guide-hero aside {
  max-width: 850px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  margin: 2.5rem auto 0;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(200, 161, 97, 0.45);
  color: var(--ui-muted);
  font-size: 0.78rem;
  text-align: left;
}

.guide-hero aside strong {
  color: var(--gold);
}

.guide-anchor-nav {
  position: sticky;
  z-index: 21;
  top: 5.6rem;
  display: flex;
  gap: 0.45rem;
  padding: 0.75rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid var(--ink);
  background: rgba(251, 248, 241, 0.97);
  overflow-x: auto;
  backdrop-filter: blur(10px);
}

.guide-anchor-nav a {
  flex: 0 0 auto;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 0.875rem;
  font-weight: 800;
}

.guide-anchor-nav a:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.guide-controls {
  max-width: 1460px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.7rem 1rem;
  margin: 0 auto;
  padding: 2rem clamp(1.3rem, 5vw, 5rem) 1rem;
}

.guide-controls label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.guide-controls > div {
  display: flex;
  align-items: end;
  gap: 0.45rem;
}

.guide-controls > p {
  grid-column: 1 / -1;
  min-height: 1.2em;
  margin: 0;
  color: rgba(23, 25, 21, 0.55);
  font-size: 0.72rem;
}

.guide-layout {
  max-width: 1460px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.28fr);
  gap: clamp(2rem, 5vw, 5rem);
  margin: 0 auto;
  padding: 1rem clamp(1.3rem, 5vw, 5rem) clamp(4rem, 8vw, 8rem);
}

.guide-content {
  display: grid;
  gap: 1rem;
}

.guide-section {
  scroll-margin-top: 11rem;
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid var(--line);
  background: #fff;
}

.guide-section > header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.guide-section > header > span {
  width: 3.1rem;
  height: 3.1rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--oxblood);
  border-radius: 50%;
  color: var(--oxblood);
  font-family: var(--serif);
  font-style: italic;
}

.guide-section > header p {
  margin: 0 0 0.2rem;
  color: var(--oxblood);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.guide-section > header h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.section-intro {
  color: rgba(23, 25, 21, 0.58);
}

.faq {
  margin-top: 0.6rem;
  border: 1px solid var(--line);
}

.faq summary {
  position: relative;
  padding: 1rem 3.2rem 1rem 1rem;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "+";
  color: var(--oxblood);
  font-family: var(--serif);
  font-size: 1.4rem;
  transform: translateY(-50%);
}

.faq[open] summary {
  background: var(--cream);
}

.faq[open] summary::after {
  content: "−";
}

.faq > div {
  padding: 1rem 1.1rem;
  border-top: 1px solid var(--line);
  color: rgba(23, 25, 21, 0.68);
}

.faq > div > :last-child {
  margin-bottom: 0;
}

.faq a {
  border-bottom: 1px solid currentColor;
  color: var(--green);
  font-weight: 800;
}

.faq li + li {
  margin-top: 0.45rem;
}

.faq-warning {
  border-color: rgba(124, 32, 29, 0.45);
}

.faq-warning summary {
  color: var(--oxblood);
}

.guide-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.guide-compare article {
  padding: 1.2rem;
  border: 1px solid var(--line);
  background: var(--cream);
}

.guide-compare article.featured {
  border-color: var(--green);
  background: #edf2e9;
}

.guide-compare small {
  color: var(--oxblood);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.guide-compare h3 {
  margin: 0.45rem 0;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 400;
}

.guide-compare p {
  margin: 0;
  color: rgba(23, 25, 21, 0.58);
  font-size: 0.84rem;
}

.transition-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.transition-timeline span {
  display: grid;
  padding: 0.8rem 0.5rem;
  background: #edf2e9;
  text-align: center;
}

.transition-timeline strong,
.transition-timeline small {
  font-size: 0.67rem;
}

.transition-timeline b {
  color: var(--green);
  font-size: 1rem;
}

.feature-note {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1rem;
  padding: 1.2rem;
  background: #edf2e9;
}

.feature-note > b {
  width: 3.2rem;
  height: 3.2rem;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 1.5rem;
}

.feature-note h3,
.feature-note p,
.safety-note p {
  margin: 0;
}

.feature-note p {
  color: rgba(23, 25, 21, 0.58);
}

.safety-note {
  margin-bottom: 1rem;
  padding: 1.2rem;
  border-left: 4px solid var(--oxblood);
  background: #fff0ed;
}

.safety-note strong {
  color: var(--oxblood);
}

.safety-note p {
  color: #694a47;
}

.guide-section-alert {
  border-color: var(--oxblood);
  background: var(--oxblood-dark);
  color: var(--paper);
}

.guide-section-alert > header > span {
  border-color: var(--gold);
  color: var(--gold);
}

.guide-section-alert > header p {
  color: var(--gold);
}

.guide-section-alert > p {
  color: rgba(251, 248, 241, 0.72);
}

.emergency-line {
  display: block;
  padding-top: 1rem;
  border-top: 1px solid rgba(243, 237, 226, 0.25);
  color: var(--gold);
}

.sources-section > p {
  color: rgba(23, 25, 21, 0.6);
}

.source-links {
  display: grid;
  border-top: 1px solid var(--ink);
}

.source-links a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0.2rem;
  border-bottom: 1px solid var(--line);
  color: var(--green);
  font-weight: 800;
}

.guide-aside {
  position: relative;
}

.guide-aside > div {
  position: sticky;
  top: 10.8rem;
  padding: 1.4rem;
  background: var(--ink);
  color: var(--paper);
}

.guide-aside .eyebrow {
  color: var(--gold);
}

.guide-aside a {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(243, 237, 226, 0.2);
}

.guide-aside a:last-child {
  border-bottom: 1px solid rgba(243, 237, 226, 0.2);
}

.guide-aside a span {
  color: rgba(251, 248, 241, 0.52);
  font-size: 0.7rem;
}

@media (max-width: 1050px) {
  .page-hero {
    grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.45fr);
  }

  .help-note {
    grid-template-columns: minmax(160px, 0.3fr) 1fr;
  }

  .help-note > p:last-child {
    grid-column: 2;
  }

  .calculator-layout {
    grid-template-columns: 1fr;
  }

  .calculator-result-panel {
    position: static;
    min-height: 0;
  }

  .result-placeholder,
  .calculator-result {
    min-height: 480px;
  }

  .guide-layout {
    grid-template-columns: 1fr;
  }

  .guide-aside > div {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1rem;
  }

  .guide-aside .eyebrow {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .page-hero,
  .tool-page-intro {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: auto;
  }

  .page-hero-index {
    min-height: 250px;
    border-top: 1px solid rgba(243, 237, 226, 0.15);
    border-left: 0;
  }

  .page-hero-index strong {
    font-size: 7rem;
  }

  .tool-page-intro {
    gap: 1.5rem;
  }

  .tool-page-intro > p {
    margin: 0;
  }

  .tool-hub-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .hub-card {
    min-height: 380px;
  }

  .shop-bridge {
    align-items: start;
    flex-direction: column;
  }

  .comparison-tools {
    top: 4.9rem;
    grid-template-columns: 1fr;
  }

  .comparison-search {
    grid-row: auto;
  }

  .guide-anchor-nav {
    top: 4.9rem;
  }

  .quiz-options-three {
    grid-template-columns: 1fr;
  }

  .guide-hero aside {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .page-hero-copy {
    padding: 4rem 1.25rem;
  }

  .page-hero h1 {
    font-size: clamp(3.6rem, 18vw, 5.8rem);
  }

  .tool-hub-grid {
    border-left: 0;
  }

  .hub-card {
    min-height: 340px;
    border-right: 0;
  }

  .help-note {
    grid-template-columns: 1fr;
  }

  .help-note > p:last-child {
    grid-column: auto;
  }

  .field-grid,
  .quiz-options,
  .alternative-results,
  .next-tools,
  .guide-compare,
  .comparison-facts {
    grid-template-columns: 1fr;
  }

  .field-wide,
  .comparison-facts div:last-child {
    grid-column: auto;
  }

  .form-actions,
  .quiz-actions,
  .result-buttons {
    grid-template-columns: 1fr;
  }

  .quiz-actions .quiet-action {
    order: 2;
  }

  .quiz-shell {
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }

  .quiz-option {
    grid-template-columns: 42px 1fr 20px;
  }

  .option-mark {
    width: 42px;
    height: 42px;
  }

  .comparison-tools {
    position: static;
  }

  .comparison-card-head {
    grid-template-columns: 1fr;
  }

  .calorie-badge {
    padding: 0.8rem 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
    text-align: left;
  }

  .guide-controls {
    grid-template-columns: 1fr;
  }

  .guide-controls > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .guide-controls > p {
    grid-column: auto;
  }

  .guide-layout {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .guide-section {
    padding: 1.2rem 1rem;
  }

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

  .guide-aside > div {
    grid-template-columns: 1fr;
  }

  .guide-aside .eyebrow {
    grid-column: auto;
  }

  .next-tools a {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .next-tools a:last-child {
    border-bottom: 0;
  }

  .result-actions {
    flex-direction: column;
  }
}

/* Our Foods editorial guide */

.foods-page main {
  overflow: clip;
}

.foods-hero {
  min-height: min(800px, calc(100svh - 7.8rem));
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  background: var(--ink);
  color: var(--paper);
}

.foods-hero-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(4.5rem, 7vw, 8.5rem) clamp(1.5rem, 6vw, 7rem);
}

.foods-breadcrumb {
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.foods-hero .eyebrow {
  color: var(--gold);
}

.foods-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 7.4vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.foods-hero h1 em {
  color: var(--gold);
  font-weight: 400;
}

.foods-hero-intro {
  max-width: 670px;
  margin: 2.4rem 0 0;
  color: rgba(251, 248, 241, 0.7);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
}

.foods-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin-top: 2.6rem;
}

.foods-hero-actions .text-link {
  color: var(--paper);
}

.foods-hero-visual {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  border-left: 1px solid rgba(243, 237, 226, 0.15);
  background: var(--cream);
  color: var(--ink);
}

.foods-hero-image {
  min-height: 0;
  display: grid;
  place-items: center;
  padding: clamp(2rem, 5vw, 5.5rem);
}

.foods-hero-image img {
  width: min(100%, 680px);
  height: 100%;
  max-height: 570px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.foods-hero-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: start;
  padding: 1.6rem clamp(1.4rem, 3vw, 3rem);
  border-top: 1px solid var(--line);
}

.foods-hero-note > span,
.food-visual-index {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.foods-hero-note p {
  max-width: 460px;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.foods-hero-note strong {
  display: block;
  margin-bottom: 0.15rem;
}

.food-chooser {
  display: grid;
  grid-template-columns: minmax(230px, 0.6fr) minmax(0, 1.4fr);
  gap: 1.5rem clamp(3rem, 7vw, 8rem);
  padding: clamp(3.8rem, 7vw, 7rem) clamp(1.25rem, 6vw, 7rem) 2rem;
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.food-chooser-heading h2 {
  max-width: 480px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5vw, 5.6rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.food-filter-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: end;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.food-filter {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border: 0;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.food-filter span {
  color: var(--oxblood);
  font-size: 0.67rem;
  letter-spacing: 0.12em;
}

.food-filter:hover,
.food-filter.active {
  color: var(--paper);
  background: var(--ink);
}

.food-filter:hover span,
.food-filter.active span {
  color: var(--gold);
}

.food-filter-status {
  grid-column: 2;
  margin: 0.45rem 0 0;
  color: rgba(23, 25, 21, 0.58);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.food-profiles {
  background: var(--paper);
}

.food-profile {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border-bottom: 1px solid var(--ink);
}

.food-profile-visual {
  position: relative;
  min-width: 0;
  min-height: 620px;
  grid-column: 1;
}

.food-profile-copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  grid-column: 2;
  padding: clamp(3rem, 7vw, 7.5rem);
  background: var(--paper);
}

.food-profile-reverse .food-profile-visual {
  grid-column: 2;
}

.food-profile-reverse .food-profile-copy {
  grid-row: 1;
  grid-column: 1;
}

.food-profile-photo {
  display: grid;
  place-items: center;
  padding: clamp(2rem, 5vw, 6rem);
  border-right: 1px solid var(--ink);
  background: var(--cream);
}

.food-profile-photo img {
  width: min(100%, 680px);
  height: 100%;
  max-height: 590px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.food-visual-index {
  position: absolute;
  top: clamp(1.5rem, 3vw, 3rem);
  left: clamp(1.5rem, 3vw, 3rem);
}

.food-profile-labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.food-profile-labels > span:not(.status-pill) {
  color: rgba(23, 25, 21, 0.56);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.food-profile-kicker,
.food-previous-name {
  margin: 0 0 0.8rem;
  color: var(--oxblood);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.food-profile-copy h2 {
  max-width: 730px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 6vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.food-previous-name {
  margin-top: 1rem;
  color: rgba(23, 25, 21, 0.5);
}

.food-profile-lead {
  max-width: 650px;
  margin: 1.8rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.35;
}

.food-facts {
  width: 100%;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2.5rem 0 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.food-facts div {
  min-height: 95px;
  padding: 1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.food-facts dt {
  margin-bottom: 0.35rem;
  color: rgba(23, 25, 21, 0.55);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.food-facts dd {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.4;
}

.food-note {
  max-width: 710px;
  margin: 1.4rem 0 1.8rem;
  color: rgba(23, 25, 21, 0.63);
  font-size: 0.86rem;
  line-height: 1.55;
}

.food-note strong {
  color: var(--ink);
}

.food-type-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem;
  overflow: hidden;
}

.food-type-visual::before,
.food-type-visual::after {
  position: absolute;
  width: 56%;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.22;
}

.food-type-visual::before {
  top: -22%;
  right: -18%;
}

.food-type-visual::after {
  bottom: -28%;
  left: -14%;
}

.food-type-visual p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(5rem, 10vw, 11rem);
  letter-spacing: -0.07em;
  line-height: 0.72;
}

.food-type-visual small {
  position: relative;
  z-index: 1;
  margin: 0.9rem 0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.food-visual-caption {
  position: absolute;
  right: clamp(1.5rem, 3vw, 3rem);
  bottom: clamp(1.5rem, 3vw, 3rem);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.food-profile-surf .food-profile-visual {
  border-left: 1px solid var(--ink);
  color: var(--paper);
  background: var(--oxblood);
}

.food-profile-surf .food-visual-index,
.food-profile-surf .food-visual-caption {
  color: rgba(251, 248, 241, 0.65);
}

.food-profile-coast .food-profile-visual {
  border-right: 1px solid var(--ink);
  color: var(--paper);
  background: linear-gradient(135deg, var(--green) 0 58%, var(--gold) 58% 100%);
}

.food-profile-coast .food-visual-index,
.food-profile-coast .food-visual-caption {
  color: rgba(251, 248, 241, 0.72);
}

.food-profile-air {
  color: var(--paper);
  background: var(--ink);
}

.food-profile-air .food-profile-visual {
  border-left: 1px solid rgba(251, 248, 241, 0.22);
  color: var(--gold);
  background: var(--ink-soft);
}

.food-profile-air .food-profile-copy {
  color: var(--paper);
  background: var(--ink);
}

.food-profile-air .food-profile-labels > span:not(.status-pill),
.food-profile-air .food-note,
.food-profile-air .food-facts dt {
  color: rgba(251, 248, 241, 0.58);
}

.food-profile-air .food-profile-kicker {
  color: var(--gold);
}

.food-profile-air .food-facts {
  border-color: rgba(251, 248, 241, 0.2);
}

.food-profile-air .food-facts div {
  border-color: rgba(251, 248, 241, 0.2);
}

.food-profile-air .food-note strong {
  color: var(--paper);
}

.food-temperature {
  position: relative;
  z-index: 1;
  margin-top: 2.4rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(200, 161, 97, 0.6);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.food-ratio-visual {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  border-right: 1px solid var(--ink);
  background: var(--cream-deep);
}

.food-ratio-visual > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid var(--ink);
}

.food-ratio-visual > div:last-child {
  border-right: 0;
}

.food-ratio-visual strong {
  font-family: var(--serif);
  font-size: clamp(5rem, 9vw, 10rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.food-ratio-visual span:not(.food-visual-index) {
  margin-top: 1.2rem;
  color: var(--oxblood);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.food-profile-veal .food-profile-visual {
  border-left: 1px solid var(--ink);
  color: var(--cream);
  background: var(--green);
}

.food-profile-veal .food-visual-index,
.food-profile-veal .food-visual-caption {
  color: rgba(243, 237, 226, 0.66);
}

.food-roles {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 4rem clamp(3rem, 8vw, 9rem);
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 6vw, 7rem);
  color: var(--paper);
  background: var(--ink);
}

.food-roles .eyebrow {
  color: var(--gold);
}

.food-roles-heading h2,
.food-ingredients-copy h2,
.booster-feature h2,
.foods-next-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.3rem, 6vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.food-role-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(251, 248, 241, 0.3);
  border-left: 1px solid rgba(251, 248, 241, 0.3);
}

.food-role-card {
  min-height: 390px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: clamp(1.6rem, 3vw, 3.2rem);
  border-right: 1px solid rgba(251, 248, 241, 0.3);
  border-bottom: 1px solid rgba(251, 248, 241, 0.3);
}

.food-role-number {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.food-role-card h3 {
  margin: auto 0 1.2rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.food-role-card p {
  margin: 0 0 1.5rem;
  color: rgba(251, 248, 241, 0.66);
}

.food-role-card strong {
  font-size: 0.8rem;
  line-height: 1.5;
}

.food-label-reminder {
  grid-column: 2;
  max-width: 920px;
  margin: -1.5rem 0 0;
  color: rgba(251, 248, 241, 0.55);
  font-size: 0.78rem;
}

.food-ingredients {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  background: var(--cream);
}

.food-ingredients-image {
  min-height: 720px;
  border-right: 1px solid var(--ink);
  overflow: hidden;
}

.food-ingredients-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.food-ingredients-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(4rem, 8vw, 9rem);
}

.food-ingredients-copy > p:not(.eyebrow) {
  max-width: 690px;
  margin: 2rem 0 0;
  font-size: 1.05rem;
}

.ingredient-principles {
  margin: 3rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.ingredient-principles li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.ingredient-principles li > span {
  color: var(--oxblood);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ingredient-principles strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.4rem;
}

.ingredient-principles p {
  margin: 0.2rem 0 0;
  color: rgba(23, 25, 21, 0.62);
  font-size: 0.88rem;
}

.booster-feature {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.65fr);
  color: var(--paper);
  background: var(--oxblood);
}

.booster-feature-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(4rem, 8vw, 9rem);
}

.booster-feature .eyebrow {
  color: var(--gold);
}

.booster-feature-copy > p:not(.eyebrow) {
  max-width: 700px;
  margin: 2rem 0 2.4rem;
  color: rgba(251, 248, 241, 0.72);
  font-size: 1.05rem;
}

.booster-words {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  border-left: 1px solid rgba(251, 248, 241, 0.25);
}

.booster-words span {
  display: flex;
  align-items: center;
  padding: 0 clamp(1.5rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(251, 248, 241, 0.25);
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 7rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.booster-words span:last-child {
  border-bottom: 0;
  color: var(--gold);
}

.foods-next {
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 6vw, 7rem);
  background: var(--paper);
}

.foods-next-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.foods-next-heading .eyebrow {
  margin: 0;
}

.foods-next-heading h2 em {
  color: var(--oxblood);
  font-weight: 400;
}

.foods-next-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.foods-next-link {
  min-height: 280px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 1.5rem;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  transition: color 180ms ease, background 180ms ease;
}

.foods-next-link > span {
  color: var(--oxblood);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.foods-next-link strong {
  margin-top: auto;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.5vw, 2.7rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.foods-next-link small {
  margin-top: 0.6rem;
  color: rgba(23, 25, 21, 0.55);
  font-size: 0.76rem;
}

.foods-next-link i {
  margin-top: 1.7rem;
  font-size: 1.4rem;
  font-style: normal;
  transition: transform 180ms ease;
}

.foods-next-link:hover {
  color: var(--paper);
  background: var(--ink);
}

.foods-next-link:hover > span,
.foods-next-link:hover small {
  color: var(--gold);
}

.foods-next-link:hover i {
  transform: translateX(0.4rem);
}

.foods-next-shop {
  color: var(--paper);
  background: var(--oxblood);
}

.foods-next-shop > span,
.foods-next-shop small {
  color: rgba(251, 248, 241, 0.65);
}

@media (max-width: 1150px) {
  .foods-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  }

  .food-profile-copy {
    padding: clamp(3rem, 5vw, 5rem);
  }

  .food-profile-copy h2 {
    font-size: clamp(3.5rem, 5.5vw, 5.8rem);
  }

  .food-ratio-visual {
    grid-template-columns: 1fr;
  }

  .food-ratio-visual > div {
    flex-direction: row;
    gap: 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .food-ratio-visual > div:last-child {
    border-bottom: 0;
  }

  .food-ratio-visual strong {
    font-size: clamp(4rem, 7vw, 7rem);
  }

  .food-ratio-visual span:not(.food-visual-index) {
    margin-top: 0;
  }

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

@media (max-width: 820px) {
  .foods-hero,
  .food-profile,
  .food-roles,
  .food-ingredients,
  .booster-feature {
    grid-template-columns: 1fr;
  }

  .foods-hero {
    min-height: auto;
  }

  .foods-hero-copy {
    min-height: 680px;
  }

  .foods-hero-visual {
    min-height: 620px;
    border-top: 1px solid rgba(243, 237, 226, 0.15);
    border-left: 0;
  }

  .food-chooser {
    grid-template-columns: 1fr;
    padding-bottom: 3rem;
  }

  .food-filter-status {
    grid-column: auto;
  }

  .food-profile {
    min-height: auto;
  }

  .food-profile-visual,
  .food-profile-reverse .food-profile-visual,
  .food-profile-coast .food-profile-visual {
    min-height: 580px;
    grid-row: 1;
    grid-column: 1;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
    border-left: 0;
  }

  .food-profile-copy,
  .food-profile-reverse .food-profile-copy {
    min-height: 650px;
    grid-row: 2;
    grid-column: 1;
  }

  .food-profile-air .food-profile-visual {
    border-bottom-color: rgba(251, 248, 241, 0.22);
  }

  .food-ratio-visual {
    grid-template-columns: repeat(3, 1fr);
  }

  .food-ratio-visual > div {
    flex-direction: column;
    gap: 0;
    border-right: 1px solid var(--ink);
    border-bottom: 0;
  }

  .food-ratio-visual > div:last-child {
    border-right: 0;
  }

  .food-roles {
    gap: 3rem;
  }

  .food-label-reminder {
    grid-column: auto;
    margin-top: -0.5rem;
  }

  .food-ingredients-image {
    min-height: 560px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .booster-words {
    min-height: 380px;
    border-top: 1px solid rgba(251, 248, 241, 0.25);
    border-left: 0;
  }

  .foods-next-heading {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .home-food-guide {
    align-items: flex-start;
    flex-direction: column;
  }

  .foods-hero-copy {
    min-height: 610px;
    padding: 3.5rem 1.25rem 4rem;
  }

  .foods-breadcrumb {
    margin-bottom: 3rem;
  }

  .foods-hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.6rem);
  }

  .foods-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .foods-hero-visual {
    min-height: 510px;
  }

  .foods-hero-image {
    padding: 1.5rem;
  }

  .food-chooser {
    padding: 3.8rem 1.25rem 2.5rem;
  }

  .food-filter-controls {
    grid-template-columns: 1fr;
  }

  .food-filter {
    min-height: 70px;
  }

  .food-profile-visual,
  .food-profile-reverse .food-profile-visual {
    min-height: 410px;
  }

  .food-profile-copy,
  .food-profile-reverse .food-profile-copy {
    min-height: 0;
    padding: 4rem 1.25rem;
  }

  .food-profile-labels {
    margin-bottom: 2.5rem;
  }

  .food-profile-copy h2 {
    font-size: clamp(3.4rem, 16vw, 5rem);
  }

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

  .food-facts div {
    min-height: 0;
  }

  .food-type-visual {
    padding: 2rem;
  }

  .food-type-visual p {
    font-size: clamp(4.4rem, 22vw, 7rem);
  }

  .food-ratio-visual {
    grid-template-columns: 1fr;
  }

  .food-ratio-visual > div {
    flex-direction: row;
    gap: 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .food-ratio-visual > div:last-child {
    border-bottom: 0;
  }

  .food-ratio-visual strong {
    font-size: 4rem;
  }

  .food-roles,
  .food-ingredients-copy,
  .booster-feature-copy,
  .foods-next {
    padding: 4.5rem 1.25rem;
  }

  .food-role-cards {
    grid-template-columns: 1fr;
  }

  .food-role-card {
    min-height: 330px;
  }

  .food-ingredients-image {
    min-height: 390px;
  }

  .foods-next-links {
    grid-template-columns: 1fr;
  }

  .foods-next-link {
    min-height: 230px;
  }
}

/* Chew Meter */

.hub-card-chew {
  position: relative;
  min-height: 360px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr auto;
  gap: 1.5rem 4rem;
  color: var(--paper);
  background: var(--green);
  overflow: hidden;
}

.hub-card-chew:hover {
  color: var(--paper);
  background: #214d39;
}

.hub-card-chew .hub-card-number,
.hub-card-chew .hub-card-kicker {
  color: var(--gold);
}

.hub-card-chew > .hub-card-number,
.hub-card-chew > div:not(.hub-chew-rating),
.hub-card-chew > .hub-card-link {
  grid-column: 1;
}

.hub-card-chew > div:not(.hub-chew-rating) {
  align-self: center;
}

.hub-card-chew div > p:last-child {
  color: rgba(251, 248, 241, 0.67);
}

.hub-card-chew .hub-card-link {
  align-self: end;
}

.hub-chew-rating {
  min-width: 260px;
  display: flex;
  align-items: end;
  align-self: center;
  gap: 1rem;
  grid-row: 1 / -1;
  grid-column: 2;
  padding: 2.5rem;
  border: 1px solid rgba(251, 248, 241, 0.3);
}

.hub-chew-rating strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(5rem, 9vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.72;
}

.hub-chew-rating span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.guide-tool-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 1rem 0;
  padding: 1.2rem 1.4rem;
  border: 1px solid var(--green);
  color: var(--paper);
  background: var(--green);
  transition: color 180ms ease, background 180ms ease;
}

.guide-tool-callout span {
  display: grid;
}

.guide-tool-callout strong {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
}

.guide-tool-callout small {
  color: rgba(251, 248, 241, 0.66);
  font-size: 0.78rem;
}

.guide-tool-callout b {
  font-size: 1.4rem;
  transition: transform 180ms ease;
}

.guide-tool-callout:hover {
  background: #214d39;
}

.guide-tool-callout:hover b {
  transform: translateX(0.4rem);
}

.chew-live-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  border-bottom: 1px solid var(--ink);
}

.chew-live-hero .chew-tool-intro {
  min-height: 520px;
}

.chew-hero-rating {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(110px, 0.45fr) minmax(220px, 0.55fr);
  grid-template-rows: 1fr auto auto;
  align-items: center;
  gap: 2rem clamp(2rem, 5vw, 5rem);
  padding: clamp(2.2rem, 5vw, 6rem);
  color: var(--ink);
  background: var(--cream);
}

.chew-hero-rating img {
  width: min(100%, 270px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  align-self: center;
  justify-self: end;
  border: 1px solid rgba(23, 25, 21, 0.18);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 24px 70px rgba(23, 25, 21, 0.12);
}

.chew-hero-rating > div {
  display: grid;
  align-content: center;
}

.chew-hero-rating span {
  color: var(--oxblood);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.chew-hero-rating strong {
  margin-top: 1rem;
  font-family: var(--serif);
  font-size: clamp(5.5rem, 10vw, 10.5rem);
  font-weight: 400;
  letter-spacing: -0.085em;
  line-height: 0.72;
}

.chew-hero-rating strong small {
  margin-left: 0.4rem;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.chew-hero-rating b {
  margin-top: 1.2rem;
  color: var(--green);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 400;
}

.chew-hero-rating > p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: rgba(23, 25, 21, 0.63);
}

.chew-hero-rating .chew-rating-scale {
  grid-column: 1 / -1;
  display: block;
  width: 100%;
  padding-top: 1rem;
}

.chew-rating-scale-track {
  position: relative;
  height: 0.9rem;
  border: 4px solid #fff;
  border-radius: 999px;
  background: linear-gradient(90deg, #87ad79 0 25%, #d4bb43 25% 50%, #df8731 50% 75%, #ae4932 75%);
  box-shadow: 0 0 0 1px rgba(23, 25, 21, 0.22);
}

.chew-hero-rating .chew-rating-pointer {
  position: absolute;
  top: -2.5rem;
  left: 70%;
  width: 0;
  height: 2.35rem;
  display: block;
  color: var(--ink);
  transform: translateX(-50%);
}

.chew-hero-rating .chew-rating-pointer i {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.22rem 0.45rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}

.chew-hero-rating .chew-rating-pointer::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-right: 0.42rem solid transparent;
  border-left: 0.42rem solid transparent;
  border-top: 0.62rem solid var(--ink);
  transform: translateX(-50%);
}

.chew-rating-scale-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
  margin-top: 0.7rem;
}

.chew-hero-rating .chew-rating-scale-labels span {
  color: rgba(23, 25, 21, 0.62);
  font-size: 0.72rem;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.chew-community {
  padding: clamp(2.75rem, 6vw, 6rem) clamp(1rem, 5vw, 5rem);
  background: #f5f0e7;
}

.chew-community-heading {
  max-width: 900px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.chew-community-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.chew-meter-frame-shell {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(0.35rem, 1vw, 0.75rem);
  border: 1px solid rgba(23, 25, 21, 0.16);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 34px 90px rgba(23, 25, 21, 0.11);
  overflow: hidden;
}

#gge-chew-meter-frame {
  width: 100%;
  height: 1560px;
  display: block;
  border: 0;
  border-radius: 26px;
  background: transparent;
  overflow: hidden;
  transition: height 220ms ease;
}

.chew-community-note {
  max-width: 760px;
  margin: 2rem auto 0;
  color: rgba(23, 25, 21, 0.64);
  text-align: center;
}

.chew-tool {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(390px, 1fr) minmax(390px, 1fr);
  border-bottom: 1px solid var(--ink);
}

.chew-tool-intro,
.chew-gauge-panel,
.chew-profile-form {
  min-width: 0;
  padding: clamp(2.2rem, 4.5vw, 5.5rem);
}

.chew-tool-intro {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: var(--paper);
  background: var(--ink);
}

.chew-tool-intro .eyebrow {
  color: var(--gold);
}

.chew-tool-intro h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 6.8vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.87;
}

.chew-tool-intro h1 em {
  color: var(--gold);
  font-weight: 400;
}

.chew-tool-intro > p:not(.eyebrow) {
  max-width: 460px;
  margin: 2rem 0 0;
  color: rgba(251, 248, 241, 0.66);
}

.chew-product-label {
  display: grid;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(251, 248, 241, 0.25);
}

.chew-product-label span,
.chew-gauge-heading span,
.chew-form-heading p,
.chew-result-kicker {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.chew-product-label span {
  color: var(--gold);
}

.chew-product-label strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.chew-gauge-panel {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ink);
  color: var(--ink);
  background: var(--cream);
}

.chew-gauge-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
}

.chew-gauge-heading span {
  color: var(--oxblood);
}

.chew-gauge-heading strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.chew-gauge-art {
  position: relative;
  width: min(100%, 620px);
  align-self: center;
  margin: auto 0 0;
}

.chew-gauge-art svg {
  width: 100%;
  display: block;
  overflow: visible;
}

.chew-gauge-track,
.chew-gauge-segment {
  fill: none;
  stroke-linecap: butt;
  stroke-width: 20;
}

.chew-gauge-track {
  stroke: rgba(23, 25, 21, 0.1);
}

.chew-gauge-segment {
  stroke-dasharray: 19 81;
}

.segment-one {
  stroke: #78956f;
  stroke-dashoffset: 0;
}

.segment-two {
  stroke: #a2a667;
  stroke-dashoffset: -20;
}

.segment-three {
  stroke: var(--gold);
  stroke-dashoffset: -40;
}

.segment-four {
  stroke: #a65b35;
  stroke-dashoffset: -60;
}

.segment-five {
  stroke: var(--oxblood);
  stroke-dashoffset: -80;
}

.chew-needle {
  position: absolute;
  z-index: 2;
  bottom: 16.2%;
  left: 50%;
  width: 37%;
  height: 4px;
  transform: rotate(-180deg);
  transform-origin: 0 50%;
  transition: transform 1s cubic-bezier(0.2, 0.75, 0.18, 1);
}

.chew-needle span {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--ink);
  clip-path: polygon(0 25%, 100% 50%, 0 75%);
}

.chew-needle i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  border: 5px solid var(--cream);
  border-radius: 50%;
  background: var(--ink);
  transform: translate(-50%, -50%);
}

.chew-gauge-panel.is-ready .chew-needle {
  transform: rotate(-54deg);
}

.chew-gauge-score {
  position: absolute;
  bottom: 1%;
  left: 50%;
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  transform: translateX(-50%);
  text-align: center;
}

.chew-gauge-score strong {
  font-family: var(--serif);
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.chew-gauge-score > span {
  margin-left: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
}

.chew-gauge-score small {
  grid-column: 1 / -1;
  margin-top: 0.4rem;
  color: var(--oxblood);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.chew-scale-labels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 0.3rem;
}

.chew-scale-labels span {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
}

.chew-rating-note {
  margin: 2rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: rgba(23, 25, 21, 0.63);
  font-size: 0.86rem;
}

.chew-rating-note strong {
  color: var(--ink);
}

.chew-profile-form {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  background: var(--paper);
}

.chew-form-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid var(--line);
}

.chew-form-heading > span {
  color: var(--oxblood);
  font-family: var(--serif);
  font-style: italic;
}

.chew-form-heading p {
  margin: 0;
  color: var(--oxblood);
}

.chew-form-heading h2 {
  margin: 0.25rem 0 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.chew-field {
  display: grid;
  gap: 0.5rem;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chew-field input,
.chew-field select {
  width: 100%;
  min-height: 50px;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.chew-field input:focus,
.chew-field select:focus {
  border-color: var(--oxblood);
  outline: 3px solid rgba(124, 32, 29, 0.12);
}

.chew-weight-input {
  position: relative;
}

.chew-weight-input input {
  padding-right: 3rem;
}

.chew-weight-input > span {
  position: absolute;
  top: 50%;
  right: 1rem;
  color: rgba(23, 25, 21, 0.55);
  transform: translateY(-50%);
}

.chew-style-field {
  margin: 0;
  padding: 0;
  border: 0;
}

.chew-style-field legend {
  margin-bottom: 0.55rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chew-style-field label {
  position: relative;
  display: block;
  cursor: pointer;
}

.chew-style-field label + label {
  margin-top: 0.55rem;
}

.chew-style-field input {
  position: absolute;
  opacity: 0;
}

.chew-style-field label > span {
  display: grid;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  background: #fff;
  transition: border-color 160ms ease, background 160ms ease;
}

.chew-style-field strong {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
}

.chew-style-field small {
  color: rgba(23, 25, 21, 0.58);
  font-size: 0.76rem;
}

.chew-style-field input:checked + span {
  border-color: var(--green);
  background: rgba(23, 58, 42, 0.08);
  box-shadow: inset 4px 0 0 var(--green);
}

.chew-style-field input:focus-visible + span {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.chew-session-fields {
  display: grid;
  grid-template-columns: minmax(120px, 0.65fr) minmax(0, 1.35fr);
  gap: 0.8rem;
}

.chew-profile-submit {
  width: 100%;
  justify-content: center;
}

.chew-profile-result {
  margin-top: auto;
  padding: 1.2rem;
  border-left: 4px solid var(--green);
  background: rgba(23, 58, 42, 0.08);
}

.chew-profile-result.is-caution {
  border-left-color: var(--oxblood);
  background: rgba(124, 32, 29, 0.08);
}

.chew-result-kicker {
  color: var(--oxblood);
}

.chew-profile-result h3 {
  margin: 0.35rem 0 0.7rem;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 400;
  line-height: 1.05;
}

.chew-profile-result p {
  margin: 0;
  color: rgba(23, 25, 21, 0.68);
  font-size: 0.86rem;
}

.chew-profile-result p + p {
  margin-top: 0.65rem;
}

.chew-profile-result small {
  display: block;
  margin-top: 0.8rem;
  font-weight: 750;
}

.chew-distinction {
  display: grid;
  grid-template-columns: minmax(250px, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 6vw, 7rem);
  color: var(--paper);
  background: var(--ink);
}

.chew-distinction .eyebrow {
  color: var(--gold);
}

.chew-distinction-heading h2,
.chew-styles-heading h2,
.chew-safety-heading h2,
.chew-next h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 6.7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.chew-distinction-heading h2 em {
  color: var(--gold);
  font-weight: 400;
}

.chew-distinction-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(251, 248, 241, 0.28);
  border-left: 1px solid rgba(251, 248, 241, 0.28);
}

.chew-distinction-grid article {
  min-height: 320px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 3rem);
  border-right: 1px solid rgba(251, 248, 241, 0.28);
  border-bottom: 1px solid rgba(251, 248, 241, 0.28);
}

.chew-distinction-grid article > span {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
}

.chew-distinction-grid h3 {
  margin: auto 0 1rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.chew-distinction-grid p {
  margin: 0;
  color: rgba(251, 248, 241, 0.64);
}

.chew-distinction-warning {
  grid-column: 1 / -1;
  min-height: 260px !important;
  color: var(--paper);
  background: var(--oxblood);
}

.chew-distinction-warning > span {
  color: var(--paper) !important;
}

.chew-styles {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 6vw, 7rem);
  background: var(--cream);
}

.chew-styles-heading > p:last-child,
.chew-safety-heading > p:last-child {
  max-width: 580px;
  margin: 1.7rem 0 0;
  color: rgba(23, 25, 21, 0.63);
}

.chew-style-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.chew-style-cards article {
  min-height: 430px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: clamp(1.6rem, 3.5vw, 3.5rem);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.chew-style-cards article > span {
  margin-bottom: auto;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.chew-style-cards h3 {
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.chew-style-cards p {
  margin: 0;
  color: rgba(23, 25, 21, 0.64);
}

.chew-style-cards .gulper-card {
  color: var(--paper);
  background: var(--oxblood-dark);
}

.chew-style-cards .gulper-card > span {
  color: var(--gold);
}

.chew-style-cards .gulper-card p {
  color: rgba(251, 248, 241, 0.68);
}

.chew-safety {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
  gap: 3rem clamp(3rem, 8vw, 9rem);
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 6vw, 7rem);
  background: var(--paper);
}

.chew-safety-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.chew-safety-list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--line);
}

.chew-safety-list span {
  color: var(--oxblood);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.chew-safety-list p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.35;
}

.chew-emergency {
  grid-column: 2;
  padding: clamp(1.5rem, 3vw, 3rem);
  color: var(--paper);
  background: var(--oxblood);
}

.chew-emergency strong {
  display: block;
  margin-bottom: 0.6rem;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 400;
}

.chew-emergency p {
  margin: 0;
  color: rgba(251, 248, 241, 0.76);
}

.chew-next {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: end;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem);
  color: var(--paper);
  background: var(--green);
}

.chew-next .eyebrow {
  color: var(--gold);
}

.chew-next > div:first-child > p:last-child {
  max-width: 680px;
  margin: 1.8rem 0 0;
  color: rgba(251, 248, 241, 0.68);
}

.chew-next > div:last-child {
  display: grid;
  gap: 0.8rem;
}

@media (max-width: 1200px) {
  .chew-live-hero {
    grid-template-columns: minmax(290px, 0.75fr) minmax(420px, 1.25fr);
  }

  .chew-hero-rating {
    grid-template-columns: minmax(110px, 0.5fr) minmax(190px, 0.5fr);
  }

  .chew-tool {
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  }

  .chew-tool-intro {
    grid-row: 1 / span 2;
  }

  .chew-gauge-panel,
  .chew-profile-form {
    grid-column: 2;
  }

  .chew-gauge-panel {
    min-height: 650px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .chew-profile-form {
    min-height: 720px;
  }
}

@media (max-width: 820px) {
  .chew-live-hero,
  .chew-community-heading {
    grid-template-columns: 1fr;
  }

  .chew-live-hero .chew-tool-intro {
    min-height: 0;
    padding: 3.5rem 2rem;
  }

  .chew-hero-rating {
    min-height: 0;
    padding: 3rem 2rem;
  }

  .hub-card-chew {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }

  .hub-card-chew > .hub-card-number,
  .hub-card-chew > div:not(.hub-chew-rating),
  .hub-card-chew > .hub-card-link,
  .hub-chew-rating {
    grid-row: auto;
    grid-column: 1;
  }

  .hub-chew-rating {
    min-width: 0;
    padding: 1.6rem;
  }

  .hub-chew-rating strong {
    font-size: 5rem;
  }

  .chew-tool,
  .chew-distinction,
  .chew-styles,
  .chew-safety,
  .chew-next {
    grid-template-columns: 1fr;
  }

  .chew-tool-intro,
  .chew-gauge-panel,
  .chew-profile-form {
    grid-row: auto;
    grid-column: 1;
  }

  .chew-tool-intro {
    min-height: 620px;
  }

  .chew-gauge-panel {
    min-height: 610px;
  }

  .chew-profile-form {
    min-height: 680px;
  }

  .chew-product-label {
    margin-top: 5rem;
  }

  .chew-live-hero .chew-product-label {
    margin-top: 3rem;
  }

  .chew-distinction,
  .chew-styles,
  .chew-safety {
    gap: 3rem;
  }

  .chew-emergency {
    grid-column: auto;
  }

  .chew-next > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .chew-hero-rating {
    min-height: 0;
    grid-template-columns: 72px 1fr;
    gap: 1.2rem 1rem;
    padding: 2rem 1.25rem;
  }

  .chew-hero-rating img {
    width: 72px;
    justify-self: start;
  }

  .chew-hero-rating strong {
    margin-top: 0.65rem;
    font-size: clamp(3.6rem, 18vw, 5rem);
  }

  .chew-hero-rating b {
    margin-top: 0.7rem;
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  .chew-hero-rating > p {
    padding-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .chew-hero-rating .chew-rating-scale {
    padding-top: 1.6rem;
  }

  .chew-hero-rating .chew-rating-scale-labels span {
    font-size: 0.64rem;
  }

  .chew-community {
    padding-top: 1.75rem;
    padding-bottom: 4rem;
    padding-right: 0;
    padding-left: 0;
  }

  .chew-community-heading {
    margin-bottom: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .chew-community-heading h2 {
    font-size: clamp(2.5rem, 12vw, 3.7rem);
  }

  .chew-community-note {
    margin-top: 1.5rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    text-align: left;
  }

  .chew-meter-frame-shell {
    padding: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  #gge-chew-meter-frame {
    height: 2300px;
    border-radius: 0;
  }

  .chew-tool-intro,
  .chew-gauge-panel,
  .chew-profile-form,
  .chew-distinction,
  .chew-styles,
  .chew-safety,
  .chew-next {
    padding: 4rem 1.25rem;
  }

  .chew-tool-intro {
    min-height: 560px;
  }

  .chew-live-hero .chew-tool-intro {
    min-height: 0;
    padding: 2.35rem 1.25rem;
  }

  .chew-tool-intro h1 {
    font-size: clamp(4rem, 20vw, 5.8rem);
  }

  .chew-live-hero .chew-tool-intro h1 {
    font-size: clamp(3.6rem, 17vw, 4.8rem);
  }

  .chew-live-hero .eyebrow,
  .chew-community-heading .eyebrow {
    margin-bottom: 0.75rem;
  }

  .chew-live-hero .breadcrumb,
  .chew-live-hero .chew-tool-intro > p:not(.eyebrow) {
    display: none;
  }

  .chew-live-hero .chew-product-label {
    margin-top: 1.5rem;
    padding-top: 1.2rem;
  }

  .chew-live-hero .chew-product-label strong {
    font-size: 1.15rem;
  }

  .chew-gauge-panel {
    min-height: 530px;
  }

  .chew-gauge-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .chew-scale-labels span {
    font-size: 0.58rem;
    letter-spacing: 0;
  }

  .chew-session-fields,
  .chew-distinction-grid,
  .chew-style-cards {
    grid-template-columns: 1fr;
  }

  .chew-distinction-warning {
    grid-column: auto;
  }

  .chew-distinction-grid article,
  .chew-style-cards article {
    min-height: 330px;
  }

  .chew-next > div:last-child {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chew-needle {
    transition: none;
  }
}

/* Feeding calculator — quiet, product-led workspace */

.calculator-modern {
  --calculator-bg: #f5f5f7;
  --calculator-card: rgba(255, 255, 255, 0.94);
  --calculator-border: rgba(23, 25, 21, 0.1);
  --calculator-muted: #68685f;
  background: var(--calculator-bg);
}

.calculator-modern .calculator-intro {
  min-height: 420px;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 9rem);
  padding-top: clamp(4rem, 8vw, 8rem);
  padding-bottom: clamp(3.5rem, 7vw, 6.5rem);
  border-bottom: 1px solid var(--calculator-border);
  background:
    radial-gradient(circle at 88% 18%, rgba(200, 161, 97, 0.16), transparent 28%),
    linear-gradient(145deg, #fbfaf7 0%, #f2efe9 100%);
  color: var(--ink);
}

.calculator-modern .calculator-intro .breadcrumb,
.calculator-modern .calculator-intro .breadcrumb a {
  color: rgba(23, 25, 21, 0.5);
}

.calculator-modern .calculator-intro .eyebrow {
  margin-bottom: 1rem;
  color: var(--oxblood);
}

.calculator-modern .calculator-intro h1 {
  max-width: 920px;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(3.6rem, 7.2vw, 7.8rem);
  font-weight: 630;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.calculator-modern .calculator-intro h1 em {
  color: var(--green);
  font-style: normal;
  font-weight: inherit;
}

.calculator-intro-copy {
  padding-bottom: 0.45rem;
}

.calculator-intro-copy p {
  max-width: 500px;
  margin: 0;
  color: #42433e;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  letter-spacing: -0.02em;
  line-height: 1.48;
}

.calculator-intro-copy span {
  display: block;
  margin-top: 1.3rem;
  color: rgba(23, 25, 21, 0.48);
  font-size: 0.76rem;
  font-weight: 650;
}

.calculator-modern .calculator-layout {
  max-width: 1480px;
  grid-template-columns: minmax(500px, 1.03fr) minmax(420px, 0.97fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  padding-top: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(3rem, 7vw, 7rem);
}

.calculator-modern .calculator-form {
  gap: 1rem;
}

.calculator-modern .form-panel {
  padding: clamp(1.35rem, 2.8vw, 2.4rem);
  border: 1px solid var(--calculator-border);
  border-radius: 28px;
  background: var(--calculator-card);
  box-shadow: 0 1px 2px rgba(23, 25, 21, 0.02), 0 12px 34px rgba(23, 25, 21, 0.045);
}

.calculator-modern .panel-heading {
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 0;
  border: 0;
}

.calculator-modern .panel-heading > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 750;
}

.calculator-modern .panel-heading h2 {
  font-family: var(--sans);
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1;
}

.calculator-modern .panel-heading p {
  margin-top: 0.55rem;
  color: var(--calculator-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.calculator-modern .dog-list {
  gap: 0.75rem;
}

.calculator-modern .dog-card {
  padding: 1.15rem;
  border: 0;
  border-radius: 20px;
  background: #f5f5f7;
}

.calculator-modern .dog-card-heading {
  align-items: center;
  margin-bottom: 0.85rem;
}

.calculator-modern .dog-card-heading h3 {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: -0.015em;
}

.calculator-modern .remove-dog {
  padding: 0.3rem 0;
  border: 0;
  color: var(--oxblood);
  font-size: 0.75rem;
  letter-spacing: 0;
}

.calculator-modern .field {
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.calculator-modern .field input,
.calculator-modern .field select {
  min-height: 3.25rem;
  padding: 0.74rem 0.9rem;
  border: 1px solid #d2d2d7;
  border-radius: 13px;
  background-color: #fff;
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: -0.012em;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.calculator-modern .field input:hover,
.calculator-modern .field select:hover {
  border-color: #aaaab0;
}

.calculator-modern .field input:focus,
.calculator-modern .field select:focus {
  border-color: var(--green);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(23, 58, 42, 0.11);
}

.calculator-modern .live-calories {
  min-height: 0;
  padding: 0.72rem 0.85rem;
  border-radius: 12px;
  background: #eaf1eb;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
}

.calculator-modern .secondary-action,
.calculator-modern .quiet-action,
.calculator-modern .primary-action,
.calculator-modern .result-actions button {
  min-height: 3.25rem;
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.calculator-modern .secondary-action {
  margin-top: 0.8rem;
  border-color: #d2d2d7;
  background: #fff;
  color: var(--ink);
}

.calculator-modern .secondary-action:hover,
.calculator-modern .quiet-action:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.calculator-modern .inline-details {
  margin-top: 0.8rem;
  font-size: 0.77rem;
}

.calculator-modern .inline-details summary {
  color: var(--green);
}

.plan-mode-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 0 0 1.6rem;
  padding: 0.4rem;
  border: 0;
  border-radius: 20px;
  background: #efeff1;
}

.plan-mode-picker label {
  position: relative;
  cursor: pointer;
}

.plan-mode-picker input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.plan-mode-picker label > span {
  min-height: 92px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  color: #63635c;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.plan-mode-picker strong,
.plan-mode-picker small {
  display: block;
}

.plan-mode-picker strong {
  font-size: 0.88rem;
  letter-spacing: -0.01em;
}

.plan-mode-picker small {
  margin-top: 0.2rem;
  color: inherit;
  font-size: 0.7rem;
  font-weight: 550;
  line-height: 1.35;
  opacity: 0.78;
}

.plan-mode-picker input:checked + span {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 3px rgba(23, 25, 21, 0.08), 0 6px 18px rgba(23, 25, 21, 0.055);
}

.plan-mode-picker input:focus-visible + span {
  outline: 3px solid rgba(23, 58, 42, 0.22);
  outline-offset: 2px;
}

.planner-block {
  padding: 1.3rem;
  border: 1px solid var(--calculator-border);
  border-radius: 21px;
  background: #fbfbfc;
}

.plan-mode-panel {
  margin-top: 0.8rem;
}

.plan-mode-panel .planner-block {
  margin-bottom: 0.8rem;
}

.calculator-modern .subheading {
  align-items: center;
  margin-bottom: 0.9rem;
}

.calculator-modern .subheading strong {
  font-size: 0.86rem;
}

.calculator-modern .subheading span {
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: #efeff1;
  color: #6f6f68;
  font-size: 0.67rem;
  font-weight: 700;
}

.base-custom-fields {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--calculator-border);
}

.calculator-modern .ratio-card {
  padding: 1.3rem;
  border: 0;
  border-radius: 21px;
  background: #f0f0f2;
}

.calculator-modern .ratio-output {
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.calculator-modern .ratio-output > div {
  padding: 0.85rem;
  border: 0;
  border-radius: 15px;
  background: #fff;
}

.calculator-modern .ratio-output small {
  overflow: hidden;
  color: #72726b;
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calculator-modern .ratio-output output {
  margin-top: 0.2rem;
  color: var(--green);
  font-family: var(--sans);
  font-size: 1.55rem;
  font-weight: 680;
  letter-spacing: -0.04em;
}

.ratio-presets {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}

.ratio-presets button {
  flex: 1;
  min-height: 2.35rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #686861;
  cursor: pointer;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 700;
}

.ratio-presets button:hover,
.ratio-presets button.is-active {
  border-color: rgba(23, 25, 21, 0.08);
  background: #fff;
  color: var(--ink);
}

.calculator-modern .ratio-card > label {
  margin-bottom: 0.7rem;
  font-size: 0.77rem;
}

.calculator-modern #food-ratio {
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  accent-color: var(--green);
  appearance: none;
}

.calculator-modern #food-ratio::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green) 0 var(--ratio-progress), #d2d2d7 var(--ratio-progress) 100%);
}

.calculator-modern #food-ratio::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  margin-top: -9px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 1px 5px rgba(23, 25, 21, 0.28);
  appearance: none;
}

.calculator-modern #food-ratio::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: #d2d2d7;
}

.calculator-modern #food-ratio::-moz-range-progress {
  height: 6px;
  border-radius: 999px;
  background: var(--green);
}

.calculator-modern #food-ratio::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 1px 5px rgba(23, 25, 21, 0.28);
}

.calculator-modern .ratio-limits {
  margin-top: 0.15rem;
  color: #81817b;
  font-size: 0.62rem;
}

.booster-portions {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
}

.booster-portion-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(145px, 0.48fr) minmax(80px, auto);
  align-items: end;
  gap: 0.75rem;
  padding: 0.9rem;
  border-radius: 15px;
  background: #f0f0f2;
}

.booster-dog-copy {
  align-self: center;
}

.booster-dog-copy strong,
.booster-dog-copy span {
  display: block;
}

.booster-dog-copy strong {
  font-size: 0.84rem;
}

.booster-dog-copy span {
  margin-top: 0.15rem;
  color: #6d6d66;
  font-size: 0.69rem;
  line-height: 1.4;
}

.booster-portion-calories {
  align-self: center;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 750;
  text-align: right;
}

.booster-live-summary {
  display: block;
  padding: 0.85rem 0.95rem;
  border-radius: 13px;
  background: var(--green);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 680;
  line-height: 1.45;
}

.booster-portion-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(155px, 0.52fr);
  align-items: center;
  gap: 1rem;
  padding: 0.9rem;
  border-radius: 15px;
  background: #f0f0f2;
}

.booster-portion-card > div strong,
.booster-portion-card > div span {
  display: block;
}

.booster-portion-card > div strong {
  font-size: 0.84rem;
}

.booster-portion-card > div span,
.booster-empty,
.booster-balance-note {
  color: #6d6d66;
  font-size: 0.71rem;
  line-height: 1.45;
}

.booster-portion-card > div span {
  margin-top: 0.15rem;
}

.booster-portion-card label {
  display: grid;
  gap: 0.25rem;
}

.booster-portion-card label > span {
  color: #6d6d66;
  font-size: 0.65rem;
  font-weight: 700;
}

.booster-portion-card select {
  width: 100%;
  min-height: 2.7rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid #d2d2d7;
  border-radius: 11px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 650;
}

.booster-portion-card select:focus {
  border-color: var(--green);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(23, 58, 42, 0.11);
}

.booster-empty {
  margin: 0;
  padding: 0.9rem;
  border-radius: 14px;
  background: #f0f0f2;
}

.booster-balance-note {
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: #edf3ee;
  color: #4b5c50;
}

.calculator-modern .duration-fieldset {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-color: var(--calculator-border);
}

.calculator-modern .form-error {
  padding: 1rem 1.2rem;
  border: 0;
  border-radius: 16px;
  background: #fff0ee;
  box-shadow: inset 0 0 0 1px rgba(157, 38, 34, 0.13);
}

.calculator-modern .form-actions {
  padding-top: 0.2rem;
}

.calculator-modern .primary-action {
  border-color: var(--ink);
  background: var(--ink);
}

.calculator-modern .primary-action:hover {
  border-color: var(--green);
  background: var(--green);
  transform: translateY(-1px);
}

.calculator-modern .quiet-action {
  border-color: #c8c8cc;
  background: transparent;
}

.calculator-modern .calculator-result-panel {
  top: 8.4rem;
  min-height: 660px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 5%, rgba(200, 161, 97, 0.17), transparent 28%),
    linear-gradient(155deg, #20231f 0%, #111310 72%);
  box-shadow: 0 28px 70px rgba(23, 25, 21, 0.17);
}

.calculator-modern .result-placeholder,
.calculator-modern .calculator-result {
  min-height: 660px;
  padding: clamp(2rem, 4.5vw, 4.2rem);
}

.calculator-modern .result-logo {
  position: absolute;
  top: clamp(1.5rem, 4vw, 3rem);
  right: clamp(1.5rem, 4vw, 3rem);
  width: clamp(92px, 12vw, 150px);
  height: auto;
  opacity: 0.11;
  filter: invert(1) grayscale(1);
}

.calculator-modern .result-placeholder .eyebrow {
  position: relative;
  color: var(--gold);
}

.calculator-modern .result-placeholder h2 {
  max-width: 570px;
  font-family: var(--sans);
  font-size: clamp(3.1rem, 5.2vw, 5.8rem);
  font-weight: 620;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.calculator-modern .result-placeholder p:last-child {
  font-size: 0.94rem;
  line-height: 1.6;
}

.calculator-modern .calculator-result .eyebrow {
  color: var(--gold);
}

.calculator-modern .result-total {
  padding-bottom: 1.5rem;
}

.calculator-modern .result-total > span:first-child {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
}

.calculator-modern .result-total strong {
  font-family: var(--sans);
  font-size: clamp(4.7rem, 8vw, 7.2rem);
  font-weight: 620;
  letter-spacing: -0.075em;
}

.result-budget {
  margin: 1.2rem 0 1.35rem;
  padding: 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.result-budget-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
  color: rgba(251, 248, 241, 0.55);
  font-size: 0.66rem;
}

.result-budget-heading strong {
  color: rgba(251, 248, 241, 0.85);
}

.result-budget-bar {
  height: 8px;
  display: flex;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.result-budget-bar > span {
  height: 100%;
}

.result-budget-bar .budget-base,
.result-budget-key .budget-base {
  background: #e4c78f;
}

.result-budget-bar .budget-addition,
.result-budget-key .budget-addition {
  background: #79a58a;
}

.result-budget-bar .budget-booster,
.result-budget-key .budget-booster {
  background: #bd655c;
}

.result-budget-key {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin-top: 0.7rem;
  color: rgba(251, 248, 241, 0.58);
  font-size: 0.64rem;
}

.result-budget-key span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.result-budget-key i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.result-budget-key b {
  overflow: hidden;
  max-width: 190px;
  color: rgba(251, 248, 241, 0.9);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calculator-modern .dog-result-list {
  gap: 0.45rem;
}

.calculator-modern .dog-result-list li {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.82rem 0.9rem;
  border: 0;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.06);
}

.calculator-modern .dog-result-list li > div {
  min-width: 0;
}

.calculator-modern .dog-result-list li strong,
.calculator-modern .dog-result-list li span {
  display: block;
}

.calculator-modern .dog-result-list li > small {
  max-width: 175px;
  color: rgba(251, 248, 241, 0.62);
  font-size: 0.66rem;
  text-align: right;
}

.calculator-modern .plan-results article {
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.055);
}

.calculator-modern .plan-results .booster-result-card {
  border-color: rgba(200, 161, 97, 0.28);
  background: rgba(200, 161, 97, 0.08);
}

.calculator-modern .plan-results h3 {
  font-family: var(--sans);
  font-size: 1.2rem;
  font-weight: 620;
  letter-spacing: -0.03em;
}

.calculator-modern .plan-results strong {
  color: #e3c58e;
}

.calculator-modern .plan-results a {
  border: 0;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 0.25em;
}

.individual-bowls {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.individual-bowls-heading {
  margin-bottom: 0.7rem;
}

.individual-bowls-heading .plan-label {
  margin-bottom: 0.2rem;
}

.individual-bowls-heading h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.35rem;
  font-weight: 620;
  letter-spacing: -0.035em;
}

.individual-bowl {
  display: grid;
  grid-template-columns: minmax(120px, 0.72fr) repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.individual-bowl header,
.individual-bowl > div {
  min-width: 0;
}

.individual-bowl h3,
.individual-bowl span,
.individual-bowl strong,
.individual-bowl small {
  display: block;
}

.individual-bowl h3 {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
}

.individual-bowl header > span,
.individual-bowl > div > span,
.individual-bowl small {
  color: rgba(251, 248, 241, 0.5);
  font-size: 0.66rem;
}

.individual-bowl > div > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.individual-bowl strong {
  margin-top: 0.1rem;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.3;
}

.calculator-modern .result-note {
  margin-top: 0.8rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(251, 248, 241, 0.7);
  line-height: 1.45;
}

.calculator-modern .result-note-caution {
  background: rgba(200, 161, 97, 0.14);
  color: #eee1c7;
}

.calculator-modern .result-actions {
  flex-wrap: wrap;
}

.calculator-modern .result-actions button {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.calculator-modern .result-actions .share-result-primary {
  gap: 0.55rem;
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

.calculator-modern .share-result-primary svg {
  flex: 0 0 auto;
}

.calculator-modern .result-actions button:hover {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

.calculator-modern .result-actions .share-result-primary:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.share-fallback {
  margin-top: 0.7rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.share-fallback p {
  margin: 0 0 0.65rem;
  color: rgba(251, 248, 241, 0.66);
  font-size: 0.76rem;
  font-weight: 700;
}

.share-fallback > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.share-fallback a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.share-fallback a:hover,
.share-fallback a:focus-visible {
  background: #fff;
  color: var(--ink);
}

.calculator-modern + .tool-disclaimer,
.calculator-modern .tool-disclaimer {
  color: #75756e;
}

@media (max-width: 1050px) {
  .calculator-modern .calculator-layout {
    grid-template-columns: 1fr;
  }

  .calculator-modern .calculator-result-panel {
    position: static;
    min-height: 0;
  }

  .calculator-modern .result-placeholder,
  .calculator-modern .calculator-result {
    min-height: 520px;
  }
}

@media (max-width: 820px) {
  .calculator-modern .calculator-intro {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .calculator-intro-copy {
    padding: 0;
  }
}

@media (max-width: 620px) {
  .calculator-modern .calculator-intro {
    padding: 2.6rem 1.25rem 3rem;
  }

  .calculator-modern .calculator-intro h1 {
    font-size: clamp(3.25rem, 15vw, 4.8rem);
  }

  .calculator-modern .calculator-intro .breadcrumb {
    margin-bottom: 2rem;
  }

  .calculator-modern .calculator-layout {
    gap: 1rem;
    padding: 1rem 0.75rem 3.5rem;
  }

  .calculator-modern .form-panel {
    padding: 1.15rem;
    border-radius: 22px;
  }

  .calculator-modern .panel-heading {
    grid-template-columns: 30px 1fr;
  }

  .calculator-modern .panel-heading > span {
    width: 30px;
    height: 30px;
  }

  .calculator-modern .field-grid,
  .calculator-modern .form-actions,
  .plan-mode-picker,
  .booster-portion-card,
  .booster-portion-row {
    grid-template-columns: 1fr;
  }

  .plan-mode-picker label > span {
    min-height: 74px;
  }

  .planner-block,
  .calculator-modern .ratio-card {
    padding: 1rem;
    border-radius: 18px;
  }

  .calculator-modern .ratio-output {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .ratio-presets button {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .calculator-modern .calculator-result-panel {
    border-radius: 22px;
  }

  .calculator-modern .result-placeholder,
  .calculator-modern .calculator-result {
    min-height: 500px;
    padding: 1.5rem;
  }

  .calculator-modern .result-placeholder h2 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .individual-bowl {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .individual-bowl > div {
    padding: 0.7rem 0.8rem;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.055);
  }

  .individual-bowl > div > span {
    white-space: normal;
  }

  .booster-portion-calories {
    text-align: left;
  }

  .calculator-modern .dog-result-list li {
    grid-template-columns: 1fr;
  }

  .calculator-modern .dog-result-list li > small {
    max-width: none;
    text-align: left;
  }

  .calculator-modern .result-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .calculator-modern .share-fallback > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media print {
  .announcement,
  .site-header,
  .site-footer,
  .next-tools,
  .tool-page-intro,
  .guide-anchor-nav,
  .guide-controls,
  .guide-aside,
  .shop-bridge,
  .comparison-tools,
  .comparison-next,
  .calculator-form,
  .result-actions,
  .share-fallback,
  .tool-disclaimer {
    display: none !important;
  }

  .calculator-layout,
  .guide-layout {
    display: block;
    padding: 0;
  }

  .calculator-result-panel,
  .calculator-result {
    min-height: 0;
    background: #fff;
    color: #000;
  }

  .calculator-result [style],
  .calculator-result span,
  .calculator-result p {
    color: #000 !important;
  }

  .guide-section,
  .faq {
    break-inside: avoid;
  }

  .faq > div {
    display: block !important;
  }
}
