:root {
  --gf-forest: #344e41;
  --gf-forest-deep: #1d3027;
  --gf-leaf: #588157;
  --gf-sage: #a3b18a;
  --gf-sand: #dad7cd;
  --gf-paper: #f6f4ed;
  --gf-white: #fffef9;
  --gf-ink: #18211b;
  --gf-muted: #5e685f;
  --gf-line: rgba(24, 33, 27, 0.15);
  --gf-gold: #c7a443;
  --gf-gold-metal: linear-gradient(135deg, #9c7724 0%, #ead783 45%, #b48a2d 100%);
  --gf-radius: 1.5rem;
  --gf-shadow: 0 1.4rem 4rem rgba(31, 49, 39, 0.1);
}

/* Connected technical encyclopedia */
.encyclopedia-index-page .encyclopedia-hero .hero-copy > p:not(.eyebrow) { max-width: 42rem; }
.encyclopedia-index-page .topic-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.encyclopedia-index-page .topic-link { min-height: 12.5rem; align-items: start; grid-template-columns: auto 1fr auto; border-right: 1px solid var(--gf-line); }
.encyclopedia-index-page .topic-link:nth-child(even) { border-right: 1px solid var(--gf-line); }
.encyclopedia-index-page .topic-link:nth-child(3n) { border-right: 0; }
.encyclopedia-index-page .topic-link div { align-self: end; }
.encyclopedia-index-page .topic-link strong { font-size: clamp(1.55rem, 2.3vw, 2rem); line-height: 1.02; }
.encyclopedia-route-band { padding: 1rem 0 clamp(2rem, 4vw, 4rem); }
.learning-routes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
.learning-routes a { display: flex; min-height: 8.5rem; flex-direction: column; justify-content: space-between; padding: 1.2rem; border: 1px solid var(--gf-line); border-radius: 1.15rem; background: rgba(255,254,249,.62); text-decoration: none; transition: transform 180ms ease, background 180ms ease; }
.learning-routes a:hover { transform: translateY(-3px); background: var(--gf-white); }
.learning-routes span { color: var(--gf-leaf); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.learning-routes strong { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 400; }

.encyclopedia-reading-page .simple-main { overflow: visible; }
.encyclopedia-topic-hero { padding: clamp(3rem, 6vw, 6rem) 0 clamp(4rem, 7vw, 6.5rem); background: linear-gradient(145deg, #1d3027, #3c5b49); color: white; }
.topic-breadcrumbs { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: clamp(3.5rem, 7vw, 6rem); }
.topic-breadcrumbs a { color: rgba(255,255,255,.72); font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.topic-breadcrumbs a:hover { color: #ead783; }
.encyclopedia-topic-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr); gap: clamp(2rem, 8vw, 7rem); align-items: end; }
.encyclopedia-topic-heading .eyebrow { color: #d9c36e; }
.encyclopedia-topic-heading h1 { max-width: 11ch; margin: 0; font-size: clamp(4rem, 8vw, 7.5rem); line-height: .88; color: white; }
.encyclopedia-topic-heading > div > p:last-child { max-width: 47rem; margin: 1.6rem 0 0; color: rgba(255,255,255,.72); font-size: clamp(1.02rem, 1.7vw, 1.28rem); line-height: 1.65; }
.encyclopedia-topic-heading aside { padding: 1.5rem; border: 1px solid rgba(255,255,255,.18); border-radius: 1.3rem; background: rgba(255,255,255,.07); }
.encyclopedia-topic-heading aside > span { color: #d9c36e; font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.encyclopedia-topic-heading aside p { margin: .8rem 0 1.25rem; font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.45; }
.encyclopedia-topic-heading aside small { color: rgba(255,255,255,.5); }
.encyclopedia-layout { display: grid; grid-template-columns: 14rem minmax(0, 48rem); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; justify-content: center; padding-block: clamp(4rem, 8vw, 7rem); }
.encyclopedia-toc { position: sticky; top: 1rem; padding: 1.25rem; border: 1px solid var(--gf-line); border-radius: 1.15rem; background: rgba(255,254,249,.86); box-shadow: 0 .8rem 2.5rem rgba(29,48,39,.06); backdrop-filter: blur(12px); }
.encyclopedia-toc > span { color: var(--gf-leaf); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.encyclopedia-toc nav { display: grid; margin: .8rem 0 1rem; }
.encyclopedia-toc a { padding: .65rem 0; border-bottom: 1px solid var(--gf-line); font-size: .79rem; font-weight: 700; text-decoration: none; }
.encyclopedia-toc p { margin: 0; color: var(--gf-muted); font-size: .72rem; line-height: 1.5; }
.encyclopedia-toc b, .inline-info-mark { display: inline-grid; width: 1.15rem; height: 1.15rem; place-items: center; border-radius: 50%; background: var(--gf-forest); color: white; font: 800 .68rem/1 Inter, sans-serif; }
.encyclopedia-article { min-width: 0; }
.encyclopedia-section { padding-bottom: clamp(4rem, 8vw, 7rem); scroll-margin-top: 1.5rem; }
.encyclopedia-section + .encyclopedia-section { padding-top: clamp(4rem, 8vw, 7rem); border-top: 1px solid var(--gf-line); }
.encyclopedia-article .section-index { margin: 0 0 .8rem; color: var(--gf-leaf); font-family: Inter, sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.encyclopedia-article h2 { max-width: 13ch; margin: 0 0 1.5rem; font-size: clamp(2.65rem, 5vw, 4.6rem); line-height: .96; }
.encyclopedia-article .article-lead { color: var(--gf-forest-deep); }
.encyclopedia-article .article-callout { border-color: var(--gf-forest); }
.encyclopedia-glossary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin: 2rem 0 0; font-family: Inter, sans-serif; }
.encyclopedia-term { position: relative; min-width: 0; padding: 1.2rem; border: 1px solid var(--gf-line); border-radius: 1rem; background: var(--gf-white); }
.encyclopedia-term dt { display: flex; gap: .55rem; align-items: center; color: var(--gf-forest-deep); font-size: .9rem; font-weight: 800; }
.encyclopedia-term dd { margin: .55rem 0 0; color: var(--gf-muted); font-family: Inter, sans-serif; font-size: .81rem; line-height: 1.58; }
.term-trigger { position: relative; display: inline-grid; flex: 0 0 auto; width: 1.28rem; height: 1.28rem; place-items: center; border-radius: 50%; background: var(--gf-forest); color: white; cursor: help; font-size: .68rem; font-style: normal; line-height: 1; }
.term-trigger:focus-visible { outline: 3px solid var(--gf-gold); outline-offset: 3px; }
.term-panel { position: absolute; left: 50%; bottom: calc(100% + .8rem); z-index: 30; display: grid; width: min(19rem, calc(100vw - 2.5rem)); gap: .65rem; padding: 1rem; border: 1px solid rgba(234,215,131,.42); border-radius: .9rem; background: #1d3027; color: white; box-shadow: 0 1.2rem 3rem rgba(8,18,12,.26); font-family: Inter, sans-serif; font-weight: 400; line-height: 1.5; opacity: 0; pointer-events: none; transform: translate(-50%, .35rem); transition: opacity 150ms ease, transform 150ms ease; }
.term-panel::after { position: absolute; left: 50%; top: 100%; width: .75rem; height: .75rem; background: #1d3027; content: ""; transform: translate(-50%, -50%) rotate(45deg); }
.term-panel strong { color: #ead783; font-size: .76rem; letter-spacing: .05em; }
.term-panel > span { color: rgba(255,255,255,.76); font-size: .78rem; }
.term-panel a { position: relative; z-index: 1; color: white; font-size: .72rem; font-weight: 800; text-decoration: underline; text-underline-offset: .2rem; }
.term-trigger:hover .term-panel, .term-trigger:focus .term-panel, .term-trigger[aria-expanded="true"] .term-panel { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.field-protocol { margin: 2rem 0 0; padding: 0; list-style: none; }
.field-protocol li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; align-items: start; padding: 1.15rem 0; border-top: 1px solid var(--gf-line); }
.field-protocol li:last-child { border-bottom: 1px solid var(--gf-line); }
.field-protocol li > span { color: var(--gf-gold); font-family: Inter, sans-serif; font-size: .78rem; font-weight: 800; }
.field-protocol li p { margin: 0; }
.field-note { margin-top: 2rem; padding: 1.5rem; border-radius: 1.2rem; background: var(--gf-forest); color: white; }
.field-note span { color: #ead783; font-family: Inter, sans-serif; font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.field-note p { margin: .75rem 0 0; color: rgba(255,255,255,.8); }
.observation-chips { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0; font-family: Inter, sans-serif; }
.observation-chips span { padding: .58rem .8rem; border: 1px solid rgba(88,129,87,.28); border-radius: 999px; background: rgba(163,177,138,.12); color: var(--gf-forest); font-size: .72rem; font-weight: 750; }
.diagnostic-table-wrap { overflow-x: auto; margin-top: 1.5rem; border: 1px solid var(--gf-line); border-radius: 1rem; background: var(--gf-white); }
.diagnostic-table { width: 100%; min-width: 44rem; border-collapse: collapse; font-family: Inter, sans-serif; font-size: .76rem; line-height: 1.5; }
.diagnostic-table th { background: var(--gf-forest); color: white; font-size: .64rem; letter-spacing: .07em; text-align: left; text-transform: uppercase; }
.diagnostic-table th, .diagnostic-table td { padding: .85rem; border-right: 1px solid var(--gf-line); border-bottom: 1px solid var(--gf-line); vertical-align: top; }
.diagnostic-table tr:last-child td { border-bottom: 0; }
.diagnostic-table th:last-child, .diagnostic-table td:last-child { border-right: 0; }
.diagnostic-caution { margin: 1rem 0 0 !important; padding: 1rem 1.15rem; border-left: 3px solid var(--gf-gold); background: rgba(199,164,67,.1); font-family: Inter, sans-serif; font-size: .8rem; line-height: 1.6; }
.related-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin-top: 1.5rem; font-family: Inter, sans-serif; }
.related-topic-card { display: flex; min-height: 12rem; flex-direction: column; padding: 1.15rem; border: 1px solid var(--gf-line); border-radius: 1rem; background: var(--gf-white); text-decoration: none; transition: transform 180ms ease, border-color 180ms ease; }
.related-topic-card:hover { border-color: var(--gf-gold); transform: translateY(-3px); }
.related-topic-card > span { color: var(--gf-leaf); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related-topic-card strong { margin: .55rem 0; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.related-topic-card small { color: var(--gf-muted); font-size: .72rem; line-height: 1.5; }
.related-topic-card b { margin-top: auto; padding-top: .8rem; color: var(--gf-forest); font-size: .7rem; }

@media (max-width: 900px) {
  .encyclopedia-index-page .topic-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .encyclopedia-index-page .topic-link:nth-child(3n) { border-right: 1px solid var(--gf-line); }
  .encyclopedia-index-page .topic-link:nth-child(even) { border-right: 0; }
  .encyclopedia-topic-heading { grid-template-columns: 1fr; }
  .encyclopedia-layout { grid-template-columns: 1fr; }
  .encyclopedia-toc { position: relative; top: auto; }
  .encyclopedia-toc nav { grid-template-columns: repeat(5, max-content); overflow-x: auto; gap: .8rem; }
  .encyclopedia-toc a { border: 0; white-space: nowrap; }
}

@media (max-width: 680px) {
  .learning-routes, .encyclopedia-index-page .topic-list, .encyclopedia-glossary, .related-topic-grid { grid-template-columns: 1fr; }
  .encyclopedia-index-page .topic-link, .encyclopedia-index-page .topic-link:nth-child(3n), .encyclopedia-index-page .topic-link:nth-child(even) { min-height: 9.5rem; border-right: 0; }
  .encyclopedia-topic-heading h1 { font-size: clamp(3.5rem, 16vw, 5.4rem); }
  .topic-breadcrumbs { align-items: flex-start; flex-direction: column; }
  .encyclopedia-topic-heading aside { padding: 1.2rem; }
  .encyclopedia-layout { padding-top: 2.5rem; }
  .encyclopedia-toc nav { grid-template-columns: none; grid-auto-columns: max-content; grid-auto-flow: column; }
  .term-panel { position: fixed; right: 1rem; bottom: 1rem; left: 1rem; width: auto; transform: translateY(.5rem); }
  .term-panel::after { display: none; }
  .term-trigger:hover .term-panel, .term-trigger:focus .term-panel, .term-trigger[aria-expanded="true"] .term-panel { transform: translateY(0); }
}

/* Homepage: animated Mexican field hero */
.simple-hero.mexican-field-hero {
  position: relative;
  isolation: isolate;
  min-height: min(52rem, calc(100svh - 6.5rem));
  overflow: hidden;
  padding: 0;
  background: #173e31;
  color: #fffef9;
}

.mexican-field-hero::before,
.mexican-field-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.mexican-field-hero::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 31, 23, .86) 0%, rgba(7, 31, 23, .68) 36%, rgba(7, 31, 23, .18) 65%, rgba(7, 31, 23, .04) 100%),
    linear-gradient(180deg, rgba(9, 29, 22, .12) 40%, rgba(6, 24, 18, .56) 100%);
}

.mexican-field-hero::after {
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: inset 0 0 5rem rgba(7, 31, 23, .12);
}

.hero-landscape {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.hero-landscape-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(.97) contrast(1.015);
  transform: scale(1.04);
  transform-origin: 62% 72%;
  animation: gf-field-journey 34s cubic-bezier(.42, 0, .25, 1) infinite alternate;
  will-change: transform;
}

.hero-clouds,
.hero-bird-sky {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-clouds {
  z-index: 1;
  height: 53%;
  opacity: .64;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.88) 68%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.88) 68%, transparent 100%);
}

.hero-cloud-layer {
  position: absolute;
  left: 0;
  max-width: none;
  height: auto;
  filter: saturate(.68) contrast(.86);
  will-change: transform;
}

.hero-cloud-layer-far {
  top: -10%;
  width: 132%;
  opacity: .44;
  animation: gf-clouds-far 52s linear infinite alternate;
}

.hero-cloud-layer-near {
  top: 9%;
  width: 118%;
  opacity: .23;
  transform: scaleX(-1);
  animation: gf-clouds-near 36s linear infinite alternate;
}

.hero-sunwash {
  position: absolute;
  top: -24%;
  right: -13%;
  width: 56%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 225, 137, .42) 0%, rgba(255, 219, 112, .12) 34%, transparent 69%);
  mix-blend-mode: screen;
  opacity: .72;
  animation: gf-sun-breathe 9s ease-in-out infinite alternate;
}

.hero-bird-sky { z-index: 3; }

.hero-swallow {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(2.25rem, 4vw, 4.6rem);
  opacity: 0;
  filter: drop-shadow(0 .15rem .2rem rgba(8, 25, 19, .2));
  will-change: transform;
}

.hero-swallow img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: 60% 52%;
  animation: gf-swallow-wings 620ms ease-in-out infinite alternate;
}

.hero-swallow-one { animation: gf-swallow-one 19s linear -3s infinite; }
.hero-swallow-two { width: clamp(1.7rem, 3vw, 3.4rem); animation: gf-swallow-two 23s linear -14s infinite; }
.hero-swallow-two img { animation-duration: 540ms; }
.hero-swallow-three { width: clamp(2rem, 3.6vw, 4rem); animation: gf-swallow-three 27s linear -7s infinite; }
.hero-swallow-three img { animation-name: gf-swallow-wings-reverse; animation-duration: 710ms; }
.hero-swallow-four { width: clamp(2.8rem, 4.8vw, 5.4rem); animation: gf-swallow-four 31s linear -20s infinite; }
.hero-swallow-four img { animation-duration: 580ms; }
.hero-swallow-five { width: clamp(1.55rem, 2.7vw, 3rem); animation: gf-swallow-five 21s linear -10s infinite; }
.hero-swallow-five img { animation-duration: 660ms; }

.hero-stage {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: min(52rem, calc(100svh - 6.5rem));
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(6rem, 11vw, 9rem) clamp(4rem, 7vw, 6rem);
}

.mexican-field-hero .hero-copy {
  max-width: 42rem;
  text-shadow: 0 .15rem 1.5rem rgba(0, 0, 0, .2);
  animation: gf-copy-rise 800ms cubic-bezier(.2, .75, .28, 1) both;
}

.mexican-field-hero .hero-copy::before {
  display: block;
  width: 3.2rem;
  height: 4px;
  margin-bottom: 1.5rem;
  border-radius: 999px;
  background: var(--gf-acid);
  content: "";
}

.mexican-field-hero .eyebrow {
  margin-bottom: 1.1rem;
  color: #e3f6ad;
  text-shadow: none;
}

.simple-site .mexican-field-hero h1 {
  max-width: 9ch;
  color: #fffef9;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: clamp(4.2rem, 8.5vw, 8.1rem);
  font-weight: 750;
  line-height: .84;
  letter-spacing: -.08em;
}

.simple-site .mexican-field-hero h1 em {
  color: #d7f27b;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.065em;
}

.mexican-field-hero .hero-copy > p:not(.eyebrow) {
  max-width: 34rem;
  margin-top: 1.6rem;
  color: rgba(255, 254, 249, .82);
  font-size: clamp(1rem, 1.6vw, 1.17rem);
  line-height: 1.65;
}

.mexican-field-hero .hero-actions { margin-top: 2.1rem; }

.mexican-field-hero .button-primary,
.mexican-field-hero .button-secondary {
  min-height: 3.5rem;
  padding-inline: 1.35rem;
  box-shadow: none;
  text-shadow: none;
}

.mexican-field-hero .button-primary {
  gap: .75rem;
  background: var(--gf-acid);
  color: #113d31 !important;
}

.mexican-field-hero .button-primary:hover {
  background: #d7f27b;
  box-shadow: 0 .9rem 2rem rgba(7, 31, 23, .2);
}

.mexican-field-hero .button-primary span { transition: transform 180ms ease; }
.mexican-field-hero .button-primary:hover span { transform: translate(.16rem, -.16rem); }

.mexican-field-hero .button-secondary {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(15, 52, 41, .28);
  color: #fffef9;
  backdrop-filter: blur(10px);
}

.mexican-field-hero .button-secondary:hover {
  border-color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .14);
  color: #fffef9;
}

@keyframes gf-field-journey {
  0% { transform: scale(1.04) translate3d(0, -.1%, 0); }
  38% { transform: scale(1.085) translate3d(-.8%, .35%, 0); }
  72% { transform: scale(1.135) translate3d(-2.05%, .9%, 0); }
  100% { transform: scale(1.18) translate3d(-3.2%, 1.45%, 0); }
}

@keyframes gf-clouds-far {
  0% { transform: translate3d(-8%, -1.5%, 0) scale(1.02); }
  100% { transform: translate3d(4%, 1%, 0) scale(1.07); }
}

@keyframes gf-clouds-near {
  0% { transform: translate3d(4%, .5%, 0) scaleX(-1) scale(1.05); }
  100% { transform: translate3d(-11%, -1%, 0) scaleX(-1) scale(1.11); }
}

@keyframes gf-sun-breathe {
  0% { opacity: .52; transform: scale(.96); }
  100% { opacity: .84; transform: scale(1.05); }
}

@keyframes gf-swallow-wings {
  0% { transform: rotate(-2deg) scaleY(.9); }
  100% { transform: rotate(2deg) scaleY(1.045); }
}

@keyframes gf-swallow-wings-reverse {
  0% { transform: scaleX(-1) rotate(-2deg) scaleY(.9); }
  100% { transform: scaleX(-1) rotate(2deg) scaleY(1.045); }
}

@keyframes gf-swallow-one {
  0% { opacity: 0; transform: translate3d(-10vw, 20vh, 0) rotate(-7deg) scale(.5); }
  8% { opacity: .78; }
  48% { opacity: .9; transform: translate3d(49vw, 9vh, 0) rotate(-1deg) scale(.78); }
  88% { opacity: .66; }
  100% { opacity: 0; transform: translate3d(108vw, 18vh, 0) rotate(6deg) scale(.58); }
}

@keyframes gf-swallow-two {
  0% { opacity: 0; transform: translate3d(-8vw, 10vh, 0) rotate(2deg) scale(.38); }
  12% { opacity: .64; }
  52% { opacity: .78; transform: translate3d(52vw, 17vh, 0) rotate(5deg) scale(.6); }
  90% { opacity: .5; }
  100% { opacity: 0; transform: translate3d(106vw, 7vh, 0) rotate(-5deg) scale(.48); }
}

@keyframes gf-swallow-three {
  0% { opacity: 0; transform: translate3d(106vw, 13vh, 0) rotate(6deg) scale(.42); }
  10% { opacity: .56; }
  50% { opacity: .74; transform: translate3d(54vw, 5vh, 0) rotate(0deg) scale(.66); }
  90% { opacity: .48; }
  100% { opacity: 0; transform: translate3d(-9vw, 16vh, 0) rotate(-8deg) scale(.5); }
}

@keyframes gf-swallow-four {
  0% { opacity: 0; transform: translate3d(-9vw, 31vh, 0) rotate(-8deg) scale(.24); }
  14% { opacity: .45; }
  55% { opacity: .82; transform: translate3d(50vw, 14vh, 0) rotate(-2deg) scale(.68); }
  82% { opacity: .72; }
  100% { opacity: 0; transform: translate3d(107vw, 27vh, 0) rotate(5deg) scale(1.05); }
}

@keyframes gf-swallow-five {
  0% { opacity: 0; transform: translate3d(-7vw, 7vh, 0) rotate(-2deg) scale(.34); }
  9% { opacity: .5; }
  50% { opacity: .68; transform: translate3d(48vw, 3vh, 0) rotate(2deg) scale(.52); }
  91% { opacity: .46; }
  100% { opacity: 0; transform: translate3d(106vw, 11vh, 0) rotate(7deg) scale(.4); }
}

@keyframes gf-copy-rise {
  from { opacity: 0; transform: translate3d(0, 1.5rem, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (max-width: 760px) {
  .mexican-field-hero,
  .mexican-field-hero .hero-stage { min-height: min(46rem, calc(100svh - 1.5rem)); }

  .mexican-field-hero::before {
    background:
      linear-gradient(180deg, rgba(6, 28, 20, .12) 0%, rgba(6, 28, 20, .27) 30%, rgba(6, 28, 20, .9) 76%, rgba(6, 28, 20, .94) 100%);
  }

  .hero-landscape-image { object-position: 66% center; }
  .hero-sunwash { top: -7%; right: -40%; width: 100%; }
  .hero-clouds { height: 48%; opacity: .52; }
  .hero-cloud-layer-far { width: 165%; }
  .hero-cloud-layer-near { width: 148%; }
  .hero-swallow { width: clamp(1.8rem, 8vw, 3.25rem); }
  .hero-swallow-four { width: clamp(2.2rem, 9vw, 4rem); }

  .hero-stage {
    justify-content: flex-end;
    padding-block: 8rem 5.4rem;
  }

  .simple-site .mexican-field-hero h1 {
    max-width: 8.5ch;
    font-size: clamp(3.65rem, 17vw, 5.4rem);
  }

  .mexican-field-hero .hero-copy > p:not(.eyebrow) { max-width: 31rem; }
}

@media (max-width: 480px) {
  .simple-site .mexican-field-hero h1 {
    max-width: 100%;
    font-size: clamp(2.85rem, 13.5vw, 4.05rem);
    letter-spacing: -.07em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-landscape-image,
  .hero-cloud-layer,
  .hero-sunwash,
  .hero-swallow,
  .hero-swallow img,
  .mexican-field-hero .hero-copy {
    animation: none;
    will-change: auto;
  }

  .hero-landscape-image { transform: scale(1.045); }
  .hero-swallow { display: none; }
  .mexican-field-hero .button-primary span { transition: none; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.simple-site { display: flow-root; margin: 0; background: var(--gf-paper); color: var(--gf-ink); font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
body.simple-site img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.simple-site .section-shell, .unified-header.section-shell, .unified-footer.section-shell { width: min(calc(100% - 2rem), 76rem); margin-inline: auto; }
.simple-site h1, .simple-site h2, .simple-site h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.035em; }
.simple-site a { color: inherit; }

/* One header for the entire site */
.unified-header { position: relative; z-index: 20; display: grid !important; grid-template-columns: auto minmax(0, 1fr); gap: 1.5rem; align-items: center; min-height: 6rem !important; padding-block: 1rem; border-bottom: 1px solid var(--gf-line) !important; background: rgba(246, 244, 237, 0.96); color: var(--gf-ink); }
.unified-header .brand { display: inline-flex; gap: 0.65rem; align-items: center; min-width: max-content; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 700; text-decoration: none; }
.unified-nav { display: grid; grid-template-columns: auto minmax(12rem, 1fr) auto; gap: 1rem; align-items: center; }
.unified-links { display: flex; gap: 1.15rem; align-items: center; }
.unified-links a { min-height: 2.75rem; display: inline-flex; align-items: center; border-bottom: 2px solid transparent; font-size: 0.84rem; font-weight: 700; text-decoration: none; }
.unified-links a[aria-current="page"] { border-color: var(--gf-gold); color: var(--gf-forest); }
.nav-search { display: grid; grid-template-columns: 1fr 2.8rem; height: 2.8rem; overflow: hidden; border: 1px solid var(--gf-line); border-radius: 999px; background: var(--gf-white); }
.nav-search input { min-width: 0; padding: 0 0 0 1rem; border: 0; outline: 0; background: transparent; color: var(--gf-ink); font: inherit; }
.nav-search button { display: grid; place-items: center; border: 0; background: transparent; color: var(--gf-forest); cursor: pointer; }
.nav-search svg { width: 1.2rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.plant-nav-button { display: inline-flex; min-height: 2.8rem; align-items: center; justify-content: center; padding: 0 1rem; border: 1px solid var(--gf-forest); border-radius: 999px; background: var(--gf-forest); color: white !important; font-size: 0.82rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.plant-nav-button:hover { background: var(--gf-forest-deep); }

.simple-main { overflow: hidden; }
.simple-hero { padding: clamp(3rem, 7vw, 6.5rem) 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.eyebrow { margin: 0 0 1rem; color: var(--gf-leaf); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.simple-hero h1 { max-width: 10ch; margin: 0; font-size: clamp(3.7rem, 7.8vw, 7.2rem); line-height: 0.91; }
.simple-hero h1 em { color: var(--gf-leaf); font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 39rem; margin: 1.6rem 0 0; color: var(--gf-muted); font-size: clamp(1rem, 1.7vw, 1.22rem); line-height: 1.7; }
.hero-actions, .area-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.button-primary, .button-secondary { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: 0 1.25rem; border-radius: 999px; font-size: 0.82rem; font-weight: 800; text-decoration: none; }
.button-primary { background: var(--gf-forest); color: white !important; }
.button-secondary { border: 1px solid var(--gf-line); background: var(--gf-white); }
.hero-visual { position: relative; margin: 0; }
.hero-visual img { width: 100%; height: clamp(25rem, 48vw, 38rem); border-radius: 9rem 9rem var(--gf-radius) var(--gf-radius); object-fit: cover; box-shadow: var(--gf-shadow); }
.hero-visual figcaption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; padding: 1rem 1.2rem; border-radius: 1rem; background: rgba(29, 48, 39, 0.88); color: white; font-size: 0.78rem; line-height: 1.5; backdrop-filter: blur(10px); }

.simple-section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-heading-simple { display: flex; gap: 2rem; align-items: end; justify-content: space-between; margin-bottom: 2.2rem; }
.section-heading-simple h2 { max-width: 14ch; margin: 0; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 0.98; }
.section-heading-simple > p { max-width: 30rem; margin: 0; color: var(--gf-muted); line-height: 1.65; }
.section-heading-simple .eyebrow { margin-bottom: 0.7rem; }

.carousel-frame { position: relative; }
.simple-carousel { display: grid; grid-auto-columns: min(31rem, calc(100vw - 4rem)); grid-auto-flow: column; gap: 1rem; overflow-x: auto; padding: 0.3rem 0 1rem; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.simple-card { display: flex; min-height: 29rem; flex-direction: column; overflow: hidden; border: 1px solid var(--gf-line); border-radius: var(--gf-radius); background: var(--gf-white); text-decoration: none; scroll-snap-align: start; transition: transform 180ms ease, box-shadow 180ms ease; }
.simple-card:hover { transform: translateY(-4px); box-shadow: var(--gf-shadow); }
.simple-card img { width: 100%; height: 14rem; object-fit: cover; }
.simple-card-copy { display: flex; flex: 1; flex-direction: column; padding: 1.35rem; }
.card-meta { margin: 0; color: var(--gf-leaf); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.simple-card h3 { margin: 0.7rem 0; font-size: 1.7rem; line-height: 1.05; }
.simple-card-copy > span { color: var(--gf-muted); font-size: 0.92rem; line-height: 1.55; }
.simple-card-copy b { margin-top: auto; padding-top: 1.2rem; font-size: 0.78rem; }
.carousel-toolbar { display: flex; gap: 0.55rem; align-items: center; justify-content: flex-end; margin-top: 1rem; }
.carousel-toolbar span { margin-right: 0.5rem; color: var(--gf-muted); font-size: 0.75rem; }
.carousel-toolbar button { width: 2.8rem; height: 2.8rem; border: 1px solid var(--gf-line); border-radius: 50%; background: var(--gf-white); color: var(--gf-ink); cursor: pointer; }
.carousel-toolbar button:disabled { opacity: 0.35; }

.statement-band { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--gf-forest); color: white; }
.statement-band .section-shell { display: grid; grid-template-columns: 0.35fr 1.65fr; gap: 2rem; }
.statement-band p { margin: 0; color: var(--gf-sage); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.statement-band blockquote { max-width: 21ch; margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 4.8vw, 4.4rem); line-height: 1.06; letter-spacing: -0.03em; }

.area-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.area-choice { min-height: 26rem; display: flex; flex-direction: column; padding: clamp(1.7rem, 4vw, 3rem); border-radius: var(--gf-radius); text-decoration: none; }
.area-choice:first-child { background: var(--gf-forest-deep); color: white; }
.area-choice:last-child { background: var(--gf-sage); }
.area-choice span { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.area-choice h2 { margin: auto 0 0.7rem; font-size: clamp(3rem, 6vw, 5.5rem); line-height: 0.94; }
.area-choice p { max-width: 33rem; margin: 0; line-height: 1.6; opacity: 0.75; }
.area-choice b { margin-top: 1.3rem; }

.area-route-nav { padding-bottom: 4rem; }
.area-route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.area-route-grid a { min-height: 12rem; display: flex; flex-direction: column; padding: 1.5rem; border: 1px solid var(--gf-line); border-radius: var(--gf-radius); background: var(--gf-white); text-decoration: none; }
.area-route-grid span { color: var(--gf-leaf); font-size: 0.7rem; font-weight: 800; text-transform: uppercase; }
.area-route-grid strong { margin-top: auto; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.area-route-grid small { margin-top: 0.45rem; color: var(--gf-muted); line-height: 1.45; }

.featured-story { display: grid; grid-template-columns: 1.05fr 0.95fr; overflow: hidden; border-radius: var(--gf-radius); background: var(--gf-forest-deep); color: white; text-decoration: none; }
.featured-story img { width: 100%; min-height: 31rem; height: 100%; object-fit: cover; }
.featured-story-copy { display: flex; flex-direction: column; padding: clamp(2rem, 5vw, 4rem); }
.featured-story h2 { max-width: 12ch; margin: 1rem 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 0.95; }
.featured-story-copy > p:not(.card-meta) { color: rgba(255,255,255,.7); line-height: 1.65; }
.featured-story-copy b { margin-top: auto; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; }
.gallery-grid .simple-card { min-height: 27rem; }
.gallery-grid .simple-card img { height: 13rem; }

.encyclopedia-hero { padding-bottom: 3rem; }
.topic-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--gf-line); }
.topic-link { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; min-height: 9rem; padding: 1.3rem; border-right: 1px solid var(--gf-line); border-bottom: 1px solid var(--gf-line); text-decoration: none; }
.topic-link:nth-child(even) { border-right: 0; }
.topic-link > span { color: var(--gf-leaf); font-size: 0.75rem; font-weight: 800; }
.topic-link strong { display: block; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.topic-link small { display: block; margin-top: 0.35rem; color: var(--gf-muted); line-height: 1.45; }
.topic-link b { font-size: 1.2rem; }

.unified-footer { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 3rem; padding-block: 4rem; }
.unified-footer > div { display: flex; flex-direction: column; gap: 0.65rem; }
.unified-footer strong { color: white; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.unified-footer a:not(.brand) { color: rgba(255,255,255,.66); font-size: 0.83rem; text-decoration: none; }
.unified-footer small { margin-top: auto; color: rgba(255,255,255,.42); }
.footer-statement p { max-width: 25rem; color: rgba(255,255,255,.58) !important; }

.simple-site :focus-visible, .unified-header :focus-visible { outline: 3px solid var(--gf-gold); outline-offset: 3px; }

@media (max-width: 980px) {
  .unified-header { grid-template-columns: 1fr; }
  .unified-nav { grid-template-columns: 1fr auto; }
  .unified-links { grid-column: 1 / -1; order: 2; justify-content: space-between; }
  .hero-grid, .featured-story { grid-template-columns: 1fr; }
  .hero-visual img { height: 28rem; }
  .featured-story img { min-height: 22rem; max-height: 30rem; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .unified-footer { grid-template-columns: 1.6fr repeat(3, 1fr); gap: 1.5rem; }
}

@media (max-width: 680px) {
  .simple-site .section-shell, .unified-header.section-shell, .unified-footer.section-shell { width: min(calc(100% - 1.25rem), 76rem); }
  .unified-header { gap: 0.75rem; padding-block: 0.8rem; }
  .unified-nav { grid-template-columns: minmax(0, 1fr) auto; gap: 0.65rem; }
  .unified-links { gap: 0; }
  .unified-links a { flex: 1; justify-content: center; font-size: 0.78rem; }
  .nav-search { min-width: 0; }
  .plant-nav-button { padding-inline: 0.8rem; font-size: 0.75rem; }
  .simple-hero { padding-top: 2.8rem; }
  .simple-hero h1 { font-size: clamp(3.3rem, 17vw, 5rem); }
  .hero-visual img { height: 23rem; border-radius: 5rem 5rem 1.3rem 1.3rem; }
  .section-heading-simple { align-items: start; flex-direction: column; }
  .statement-band .section-shell { grid-template-columns: 1fr; }
  .area-choice-grid, .area-route-grid, .gallery-grid, .topic-list { grid-template-columns: 1fr; }
  .area-choice { min-height: 21rem; }
  .area-route-grid a { min-height: 9rem; }
  .topic-link, .topic-link:nth-child(even) { border-right: 0; }
  .simple-carousel { grid-auto-columns: min(31rem, calc(100vw - 3rem)); }
  .unified-footer { grid-template-columns: repeat(2, 1fr); }
  .footer-statement { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
  .unified-nav { grid-template-columns: 1fr; }
  .plant-nav-button { min-height: 2.6rem; }
  .nav-search { height: 2.7rem; }
}

/* Premium finish and alignment corrections */
body.simple-site {
  background:
    radial-gradient(circle at 8% 2%, rgba(163, 177, 138, 0.17), transparent 25rem),
    radial-gradient(circle at 93% 18%, rgba(218, 215, 205, 0.7), transparent 32rem),
    var(--gf-paper);
}

/* Keep the canvas above the lowered navigation aligned with the page. */
html { background: var(--gf-paper); }
.unified-header {
  margin-top: clamp(1.55rem, 2.5vw, 2rem);
  border: 1px solid rgba(52, 78, 65, 0.1) !important;
  box-shadow: 0 1.1rem 3.4rem rgba(29, 48, 39, 0.1), inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
}
.unified-header::after {
  position: absolute; right: 2rem; bottom: -1px; left: 2rem; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 164, 67, .7), transparent);
  content: ""; pointer-events: none;
}
.nav-search { transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.nav-search:focus-within { border-color: rgba(199, 164, 67, .8); background: white; box-shadow: 0 0 0 4px rgba(199, 164, 67, .1); }
.plant-nav-button { box-shadow: 0 .7rem 1.7rem rgba(29,48,39,.14); transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.plant-nav-button:hover { transform: translateY(-2px); box-shadow: 0 1rem 2.2rem rgba(29,48,39,.2); }

.simple-hero { padding-block: clamp(3rem, 5.5vw, 5.25rem); }
.simple-hero .hero-grid { min-height: min(39rem, calc(100vh - 9rem)); }
.hero-copy { position: relative; z-index: 1; }
.hero-copy::before { display: block; width: 4.25rem; height: 3px; margin-bottom: 1.35rem; border-radius: 999px; background: var(--gf-gold-metal); content: ""; }
.hero-visual::before { position: absolute; inset: -.55rem; z-index: -1; border: 1px solid rgba(199, 164, 67, .38); border-radius: 9.5rem 9.5rem 2rem 2rem; content: ""; }
.hero-visual img { height: clamp(26rem, 43vw, 35rem); filter: saturate(.9) contrast(.98); }
.hero-visual figcaption { right: 1.25rem; bottom: 1.25rem; left: 1.25rem; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 .8rem 2rem rgba(8,18,12,.18); }

.section-heading-simple { padding-bottom: 1.25rem; border-bottom: 1px solid var(--gf-line); }
.section-heading-simple > .button-secondary { flex: 0 0 auto; }
.simple-card { border-color: rgba(52, 78, 65, .12); box-shadow: 0 .8rem 2.4rem rgba(29,48,39,.055), inset 0 1px 0 rgba(255,255,255,.8); }
.simple-card img { filter: saturate(.88) contrast(.98); transition: transform 500ms ease, filter 300ms ease; }
.simple-card:hover img { transform: scale(1.025); filter: saturate(1) contrast(1); }
.simple-card-copy { position: relative; }
.simple-card-copy::before { position: absolute; top: 0; left: 1.35rem; width: 3rem; height: 2px; background: var(--gf-gold-metal); content: ""; }
.simple-card-copy b { color: var(--gf-forest); letter-spacing: .02em; }
.carousel-toolbar button { box-shadow: 0 .45rem 1.2rem rgba(29,48,39,.07); transition: transform 160ms ease, background 160ms ease, color 160ms ease; }
.carousel-toolbar button:not(:disabled):hover { background: var(--gf-forest); color: white; transform: translateY(-2px); }

.statement-band { position: relative; background: linear-gradient(135deg, #1d3027, #3a5a40); }
.statement-band::before { position: absolute; inset: 0 0 auto; height: 2px; background: var(--gf-gold-metal); content: ""; }
.area-choice { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 1.3rem 3.4rem rgba(29,48,39,.1); transition: transform 220ms ease, box-shadow 220ms ease; }
.area-choice:last-child { border-color: rgba(52,78,65,.14); }
.area-choice::after { position: absolute; top: 1.5rem; right: 1.5rem; width: .65rem; height: .65rem; border: 1px solid currentColor; border-radius: 50%; content: ""; opacity: .45; }
.area-choice:hover { transform: translateY(-5px); box-shadow: 0 1.8rem 4.5rem rgba(29,48,39,.15); }

/* Premium area selectors on the Home page. */
.area-choice-grid { gap: 1.25rem; }
.area-choice {
  min-height: 27rem;
  padding: clamp(1.8rem, 4vw, 3.25rem);
  border-radius: 2rem;
  isolation: isolate;
}
.area-choice:first-child {
  border-color: rgba(225, 204, 120, .2);
  background:
    radial-gradient(circle at 93% 8%, rgba(218, 215, 205, .13), transparent 13rem),
    linear-gradient(145deg, #14261d, #345545);
}
.area-choice:last-child {
  background:
    radial-gradient(circle at 90% 5%, rgba(255,255,255,.35), transparent 12rem),
    linear-gradient(145deg, #c3ccb2, #91a47f);
}
.area-choice::before {
  position: absolute;
  inset: .7rem;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 1.55rem;
  content: "";
  pointer-events: none;
}
.area-choice:last-child::before { border-color: rgba(52,78,65,.13); }
.area-choice::after {
  top: 2.2rem;
  right: 2.2rem;
  width: 5.5rem;
  height: 5.5rem;
  border-color: rgba(225,204,120,.32);
  box-shadow: inset 0 0 0 1rem rgba(255,255,255,.025);
}
.area-choice:last-child::after {
  border-color: rgba(52,78,65,.2);
  box-shadow: inset 0 0 0 1rem rgba(255,255,255,.09);
}
.area-choice > span {
  align-self: flex-start;
  padding: .5rem .72rem;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
}
.area-choice:last-child > span { border-color: rgba(52,78,65,.16); background: rgba(255,255,255,.18); }
.area-choice h2 { max-width: 8ch; margin-bottom: 1rem; font-size: clamp(3.5rem, 6vw, 5.7rem); }
.area-choice p { max-width: 29rem; font-size: 1rem; }
.area-choice b {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 3rem;
  margin-top: 1.6rem;
  padding: 0 1.05rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  font-size: .78rem;
  letter-spacing: .025em;
  transition: gap 180ms ease, background 180ms ease, transform 180ms ease;
}
.area-choice:last-child b { border-color: rgba(52,78,65,.2); background: rgba(255,255,255,.28); }
.area-choice:hover b { background: rgba(255,255,255,.18); transform: translateX(3px); }
.area-choice:last-child:hover b { background: rgba(255,255,255,.4); }

.area-route-nav { padding-top: 1rem; }
.area-route-grid a { position: relative; overflow: hidden; border-color: rgba(52,78,65,.13); box-shadow: 0 .8rem 2rem rgba(29,48,39,.045); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.area-route-grid a::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--gf-gold-metal); content: ""; transform: scaleX(.2); transform-origin: left; transition: transform 220ms ease; }
.area-route-grid a:hover { border-color: rgba(199,164,67,.55); box-shadow: 0 1.3rem 3rem rgba(29,48,39,.1); transform: translateY(-4px); }
.area-route-grid a:hover::before { transform: scaleX(1); }

.featured-story { border: 1px solid rgba(199,164,67,.25); box-shadow: 0 1.8rem 4.6rem rgba(29,48,39,.16); }
.featured-story-copy { position: relative; }
.featured-story h2 { color: white; }
.featured-story-copy .card-meta { color: #d9c36e; }
.featured-story-copy b { color: white; }
.featured-story-copy::after { position: absolute; top: 2rem; right: 2rem; width: 2.7rem; height: 2.7rem; display: grid; place-items: center; border: 1px solid rgba(225,204,120,.45); border-radius: 50%; color: #e1cc78; content: "↗"; }

/* Prevent the legacy encyclopedia component from constraining the new hero. */
.simple-site .simple-hero.encyclopedia-hero { display: block; min-height: 0; grid-template-columns: none; gap: 0; padding-block: clamp(3rem, 5.5vw, 5.25rem) 3rem; }
.topic-list { overflow: hidden; border: 1px solid var(--gf-line); border-radius: var(--gf-radius); background: rgba(255,254,249,.58); box-shadow: 0 1rem 3rem rgba(29,48,39,.055); }
.topic-link { transition: background 180ms ease, padding-left 180ms ease; }
.topic-link:hover { padding-left: 1.65rem; background: rgba(163,177,138,.16); }
.topic-link b { color: var(--gf-gold); }

.site-footer { width: min(calc(100% - 2rem), 78rem); margin: 0 auto 1rem; padding: 0 !important; overflow: hidden; border: 1px solid rgba(199,164,67,.24); border-radius: 2rem; background: linear-gradient(135deg, #16281f, #3b5949) !important; box-shadow: 0 1.5rem 4rem rgba(29,48,39,.16); }
.unified-footer { min-height: 23rem; align-items: start; padding-block: 4.5rem; }
.footer-statement .brand { color: white; font-family: Georgia, serif; font-size: 1.45rem; }
.unified-footer a:not(.brand):hover { color: #ead783; }

@media (max-width: 1040px) {
  .simple-hero .hero-grid { min-height: 0; }
  .hero-visual img { height: clamp(28rem, 66vw, 40rem); }
}

@media (max-width: 760px) {
  .unified-header { grid-template-columns: 1fr auto !important; gap: .7rem 1rem; margin-top: 1rem; padding: .85rem 1rem; }
  .unified-header .brand { grid-column: 1; grid-row: 1; }
  .unified-nav { display: contents; }
  .plant-nav-button { grid-column: 2; grid-row: 1; min-height: 2.55rem; padding-inline: .9rem; }
  .unified-links { grid-column: 1 / -1; grid-row: 2; order: initial; }
  .nav-search { grid-column: 1 / -1; grid-row: 3; height: 2.8rem; }
  .unified-header::after { right: 1rem; left: 1rem; }
  .simple-hero { padding-block: 3.25rem 2.75rem; }
  .hero-copy::before { width: 3.25rem; margin-bottom: 1rem; }
  .hero-visual::before { inset: -.35rem; border-radius: 5.4rem 5.4rem 1.8rem 1.8rem; }
  .hero-visual img { height: clamp(23rem, 105vw, 32rem); }
  .section-heading-simple { align-items: flex-start; }
  .section-heading-simple > .button-secondary { margin-top: -.5rem; }
  .featured-story-copy::after { display: none; }
  .site-footer { width: calc(100% - 1rem); border-radius: 1.5rem; }
  .unified-footer { min-height: 0; padding-block: 3rem; }
  .area-choice { min-height: 23rem; padding: 1.6rem; border-radius: 1.55rem; }
  .area-choice::before { inset: .5rem; border-radius: 1.2rem; }
  .area-choice::after { top: 1.55rem; right: 1.55rem; width: 4.2rem; height: 4.2rem; }
  .area-choice h2 { font-size: clamp(3.35rem, 15vw, 4.7rem); }
}

@media (max-width: 430px) {
  .unified-header { grid-template-columns: 1fr auto !important; }
  .plant-nav-button { max-width: 9.4rem; }
  .simple-hero h1 { font-size: clamp(3.35rem, 16.5vw, 4.65rem); }
}

/* Newsroom */
body.reading-page,
body.simple-site.news-page {
  display: flow-root;
  background:
    radial-gradient(circle at 9% 1%, rgba(201, 214, 197, .18), transparent 28rem),
    radial-gradient(circle at 92% 16%, rgba(229, 232, 223, .3), transparent 32rem),
    #fbfaf7;
}

body.reading-page .article-page {
  border: 1px solid rgba(52, 78, 65, .08);
  background: rgba(255, 254, 250, .92);
  box-shadow: 0 1.5rem 4rem rgba(36, 43, 25, .075);
}
.news-main { padding-bottom: clamp(4rem, 8vw, 7rem); }
.news-masthead { padding: clamp(3.5rem, 8vw, 7.5rem) 0 clamp(2.5rem, 5vw, 4rem); }
.news-masthead-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.news-masthead h1 { max-width: 10ch; margin: 0; font-size: clamp(4rem, 8vw, 7.8rem); line-height: .88; }
.news-masthead h1 em { display: block; color: var(--gf-leaf); font-weight: 400; }
.news-intro { margin: 0 0 .35rem; color: var(--gf-muted); font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.7; }
.news-topics { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.4rem; }
.news-topics span { padding: .55rem .75rem; border: 1px solid var(--gf-line); border-radius: 999px; background: rgba(255,254,249,.62); color: var(--gf-forest); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-dateline { display: flex; gap: .75rem; align-items: center; margin: 0 0 1.25rem; color: var(--gf-muted); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.news-dateline::before { width: 2.75rem; height: 2px; background: var(--gf-gold-metal); content: ""; }

.news-lead-section { padding-bottom: clamp(4rem, 8vw, 7rem); }
.news-lead-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .55fr); gap: 1rem; }
.news-lead-card { position: relative; min-height: clamp(34rem, 62vw, 48rem); display: flex; align-items: end; overflow: hidden; border-radius: 2rem; color: white; text-decoration: none; box-shadow: 0 1.8rem 4.6rem rgba(29,48,39,.18); }
.news-lead-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,18,12,.04) 18%, rgba(8,18,12,.2) 48%, rgba(8,18,12,.92) 100%); content: ""; }
.news-lead-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease, filter 300ms ease; }
.news-lead-card:hover > img { transform: scale(1.025); filter: saturate(1.05); }
.news-lead-copy { position: relative; z-index: 1; max-width: 47rem; padding: clamp(1.6rem, 4vw, 3.4rem); }
.news-lead-copy .card-meta { color: #f0d675; }
.news-lead-copy h2 { margin: .8rem 0 1rem; color: #fffef9; font-size: clamp(2.6rem, 5.3vw, 5.2rem); line-height: .95; text-shadow: 0 2px 22px rgba(0,0,0,.24); }
.news-lead-copy > p:not(.card-meta) { max-width: 42rem; margin: 0; color: rgba(255,255,255,.76); line-height: 1.6; }
.news-lead-meta { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; align-items: center; margin-top: 1.4rem; color: rgba(255,255,255,.88); font-size: .73rem; font-weight: 750; }
.news-rail { display: flex; min-height: 34rem; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.2rem); border: 1px solid rgba(52,78,65,.13); border-radius: 2rem; background: rgba(255,254,249,.82); box-shadow: 0 1rem 3rem rgba(29,48,39,.07); }
.news-rail-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.2rem; border-bottom: 1px solid var(--gf-line); }
.news-rail-heading strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.news-rail-heading span { color: var(--gf-leaf); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.news-rail-story { display: flex; flex: 1; flex-direction: column; padding-top: 1.3rem; text-decoration: none; }
.news-rail-story img { width: 100%; height: 12rem; border-radius: 1.25rem; object-fit: cover; }
.news-rail-story h3 { margin: 1rem 0 .75rem; font-size: clamp(1.8rem, 3vw, 2.55rem); line-height: 1.03; }
.news-rail-story p { margin: 0; color: var(--gf-muted); font-size: .9rem; line-height: 1.58; }
.news-rail-story b { margin-top: auto; padding-top: 1.5rem; color: var(--gf-forest); font-size: .76rem; }

.news-gallery-section { padding: clamp(4rem, 8vw, 7rem) 0; border-top: 1px solid var(--gf-line); }
.news-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.news-gallery .simple-card { min-height: 32rem; }
.news-gallery .simple-card img { height: clamp(15rem, 30vw, 21rem); }
.news-gallery .simple-card h3 { max-width: 20ch; font-size: clamp(1.9rem, 3vw, 2.65rem); }
.news-card-time { display: block; margin-top: .75rem; color: var(--gf-muted); font-size: .72rem; }
.news-editorial-note { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: start; margin-top: 2rem; padding: 1.25rem 1.4rem; border: 1px solid rgba(199,164,67,.38); border-radius: 1.2rem; background: rgba(234,215,131,.12); color: var(--gf-muted); font-size: .84rem; line-height: 1.55; }
.news-editorial-note strong { color: var(--gf-forest); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 900px) {
  .news-masthead-grid, .news-lead-grid { grid-template-columns: 1fr; }
  .news-masthead h1 { max-width: 11ch; }
  .news-lead-card { min-height: 39rem; }
  .news-rail { min-height: 0; }
  .news-rail-story { display: grid; grid-template-columns: minmax(12rem, .75fr) minmax(0, 1.25fr); gap: 1.25rem; }
  .news-rail-story img { height: 100%; min-height: 15rem; grid-row: 1 / 5; }
  .news-rail-story h3 { margin-top: 0; }
}

@media (max-width: 680px) {
  .news-masthead { padding-top: 3rem; }
  .news-masthead h1 { font-size: clamp(3.5rem, 17vw, 5.2rem); }
  .news-lead-card { min-height: 34rem; border-radius: 1.5rem; }
  .news-lead-copy h2 { font-size: clamp(2.45rem, 11.5vw, 3.8rem); }
  .news-rail { border-radius: 1.5rem; }
  .news-rail-story { display: flex; }
  .news-rail-story img { min-height: 0; height: 13rem; }
  .news-gallery { grid-template-columns: 1fr; }
  .news-editorial-note { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .unified-links a { font-size: .72rem; }
  .news-topics span { font-size: .62rem; }
}

/* Newspaper front page */
.news-page .news-main { padding: clamp(1.2rem, 2.2vw, 2rem) 0 clamp(4rem, 8vw, 7rem); }
.newspaper-shell { overflow: hidden; border: 1px solid rgba(37, 50, 39, .14); background: #fff; box-shadow: 0 1.4rem 4rem rgba(36, 43, 25, .07); }
.newspaper-masthead { padding: 1rem clamp(1rem, 2.6vw, 2.4rem) 0; }
.newspaper-edition { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; padding-bottom: .7rem; border-bottom: 1px solid #1f2b22; color: #445047; font: 700 .65rem/1.2 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.newspaper-edition span:last-child { text-align: right; }
.newspaper-name { position: relative; padding: 1rem 7rem .9rem; text-align: center; }
.newspaper-name h1 { width: max-content; max-width: 100%; margin: 0 auto; color: #172019; font: 800 clamp(1.9rem, 7vw, 5.2rem)/.88 Georgia, serif; letter-spacing: -.055em; text-align: center; white-space: nowrap; }
.newspaper-name p { margin: 0 0 .45rem; color: #6a736c; font: 700 .61rem/1 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.newspaper-name strong { position: absolute; right: 0; bottom: 1.25rem; padding: .35rem .55rem; border: 1px solid #bd9734; color: #725815; font: 800 .65rem/1 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.newspaper-categories { display: flex; justify-content: flex-start; overflow-x: auto; border-top: 3px double #233127; border-bottom: 1px solid #233127; scrollbar-width: none; }
.newspaper-categories > :first-child { margin-left: auto; }
.newspaper-categories > :last-child { margin-right: auto; }
.newspaper-categories::-webkit-scrollbar { display: none; }
.newspaper-categories a { flex: 0 0 auto; padding: .75rem clamp(.7rem, 1.7vw, 1.4rem); color: #233127; font: 750 .72rem/1 Arial, sans-serif; text-decoration: none; }
.newspaper-categories a + a { border-left: 1px solid #d9ddd9; }
.newspaper-categories a:hover { background: #f2f4f0; color: #6f5919; }
.newspaper-front { display: grid; grid-template-columns: minmax(11rem, .72fr) minmax(23rem, 1.75fr) minmax(13rem, .78fr); padding: clamp(1.1rem, 2.5vw, 2.2rem) clamp(1rem, 2.6vw, 2.4rem) clamp(1.6rem, 3vw, 2.5rem); border-bottom: 1px solid #233127; }
.newspaper-front article, .latest-column { min-width: 0; }
.front-secondary { padding-right: clamp(1rem, 2vw, 1.7rem); border-right: 1px solid #d7dcd7; }
.front-lead { padding: 0 clamp(1rem, 2vw, 1.7rem); text-align: center; }
.latest-column { padding-left: clamp(1rem, 2vw, 1.7rem); border-left: 1px solid #d7dcd7; }
.front-secondary img, .front-lead-image img { display: block; width: 100%; object-fit: cover; }
.front-secondary img { aspect-ratio: 4 / 3; }
.front-lead-image img { aspect-ratio: 16 / 9; }
.newspaper-kicker { margin: .75rem 0 .45rem; color: #81651d !important; font: 800 .63rem/1.2 Arial, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.front-secondary h2, .front-lead h2 { margin: 0; }
.front-secondary h2 a, .front-lead h2 a { color: #182119; font-family: Georgia, serif; text-decoration: none; }
.front-secondary h2 a { font-size: clamp(1.3rem, 2vw, 1.75rem); line-height: 1.03; }
.front-lead h2 a { font-size: clamp(2rem, 3.9vw, 3.55rem); line-height: .98; letter-spacing: -.035em; }
.front-secondary > p:not(.newspaper-kicker), .front-deck { color: #566058; line-height: 1.48; }
.front-secondary > p:not(.newspaper-kicker) { font-size: .8rem; }
.front-deck { max-width: 42rem; margin: .8rem auto; font-size: .92rem; }
.newspaper-byline { display: flex; flex-wrap: wrap; gap: .45rem .9rem; justify-content: center; margin-top: .8rem; color: #6a736c; font: 700 .64rem/1.2 Arial, sans-serif; text-transform: uppercase; }
.front-secondary .newspaper-byline { justify-content: flex-start; }
.newspaper-byline span:first-child { color: #81651d; }
.newspaper-section-title { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding-bottom: .55rem; border-bottom: 2px solid #233127; }
.newspaper-section-title h2 { margin: 0; color: #172019; font: 800 1.15rem/1 Georgia, serif; }
.newspaper-section-title span { color: #6a736c; font: 750 .57rem/1 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.latest-item { display: grid; grid-template-columns: minmax(0, 1fr) 4.6rem; gap: .65rem; padding: .9rem 0; border-bottom: 1px solid #d7dcd7; color: #172019; text-decoration: none; }
.latest-item b, .section-feature b { display: block; margin-bottom: .25rem; color: #81651d; font: 800 .58rem/1.1 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.latest-item strong { display: block; font: 700 .88rem/1.08 Georgia, serif; }
.latest-item time, .section-feature time { display: block; margin-top: .4rem; color: #767e78; font: 600 .58rem/1 Arial, sans-serif; }
.latest-item img { width: 4.6rem; height: 4.1rem; object-fit: cover; }
.latest-brief { margin-top: 1rem; padding: .85rem; border-top: 3px solid #c59d37; background: #f3f4ef; }
.latest-brief b { color: #233127; font: 800 .67rem/1 Arial, sans-serif; text-transform: uppercase; }
.latest-brief p { margin: .4rem 0 0; color: #566058; font-size: .75rem; line-height: 1.42; }
.newspaper-section { padding: clamp(1.7rem, 3.2vw, 2.7rem) clamp(1rem, 2.6vw, 2.4rem); border-bottom: 1px solid #cfd5cf; }
.newspaper-section-grid { display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(15rem, .9fr); gap: clamp(1.2rem, 3vw, 2.6rem); padding-top: 1rem; }
.newspaper-section-grid-reverse { grid-template-columns: minmax(15rem, .9fr) minmax(0, 2.1fr); }
.newspaper-section-grid-reverse .section-feature { order: 2; }
.section-feature { display: grid; grid-template-columns: minmax(12rem, 1.2fr) minmax(12rem, 1fr); gap: 1.1rem; color: #172019; text-decoration: none; }
.section-feature > span { min-width: 0; overflow-wrap: anywhere; }
.section-feature img { width: 100%; height: 13.5rem; object-fit: cover; }
.section-feature strong { display: block; font: 750 clamp(1.4rem, 2.3vw, 2.05rem)/1.02 Georgia, serif; }
.section-feature p { color: #59625b; font-size: .82rem; line-height: 1.45; }
.editorial-desk { padding-left: clamp(1.1rem, 2.5vw, 2rem); border-left: 1px solid #d7dcd7; }
.newspaper-section-grid-reverse .editorial-desk { padding-right: clamp(1.1rem, 2.5vw, 2rem); padding-left: 0; border-right: 1px solid #d7dcd7; border-left: 0; }
.editorial-desk h3 { margin: .2rem 0 .65rem; color: #172019; font: 750 clamp(1.45rem, 2.4vw, 2rem)/1.02 Georgia, serif; }
.editorial-desk > p:not(.newspaper-kicker) { color: #59625b; font-size: .82rem; line-height: 1.5; }
.editorial-desk a { color: #6f5719; font: 800 .68rem/1 Arial, sans-serif; text-decoration: none; text-transform: uppercase; }
.news-page .news-editorial-note { margin: 1.4rem clamp(1rem, 2.6vw, 2.4rem) 2rem; border-radius: 0; background: #f7f5ed; }

@media (max-width: 980px) {
  .newspaper-front { grid-template-columns: minmax(12rem, .75fr) minmax(22rem, 1.5fr); }
  .latest-column { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1.5rem; margin-top: 1.5rem; padding: 1.25rem 0 0; border-top: 1px solid #233127; border-left: 0; }
  .latest-column .newspaper-section-title { grid-column: 1 / -1; }
  .latest-brief { display: none; }
}

@media (max-width: 760px) {
  .newspaper-shell { width: 100%; border-right: 0; border-left: 0; box-shadow: none; }
  .newspaper-edition { grid-template-columns: 1fr auto; }
  .newspaper-edition span:last-child { display: none; }
  .newspaper-name { padding-inline: 0; }
  .newspaper-name strong { position: static; display: table; margin: .65rem auto 0; }
  .newspaper-categories { justify-content: flex-start; }
  .newspaper-front { grid-template-columns: 1fr; }
  .front-lead { grid-row: 1; padding: 0 0 1.4rem; border-bottom: 1px solid #233127; }
  .front-secondary { grid-row: 2; display: grid; grid-template-columns: minmax(8rem, .8fr) minmax(0, 1.2fr); gap: 0 1rem; margin-top: 1.4rem; padding: 0 0 1.4rem; border-right: 0; border-bottom: 1px solid #d7dcd7; }
  .front-secondary > a { grid-row: 1 / 6; }
  .front-secondary .newspaper-kicker { margin-top: 0; }
  .latest-column { grid-column: auto; grid-template-columns: 1fr; margin-top: 1.4rem; }
  .latest-column .newspaper-section-title { grid-column: auto; }
  .newspaper-section-grid, .newspaper-section-grid-reverse, .section-feature { grid-template-columns: 1fr; }
  .newspaper-section-grid-reverse .section-feature { order: initial; }
  .editorial-desk, .newspaper-section-grid-reverse .editorial-desk { padding: 1.2rem 0 0; border: 0; border-top: 1px solid #d7dcd7; }
  .section-feature img { height: auto; aspect-ratio: 16 / 9; }
}

@media (max-width: 430px) {
  .unified-links { display: grid; width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .unified-links a { min-width: 0; padding-inline: .15rem; font-size: clamp(.62rem, 3vw, .72rem); }
  .reading-page .article-hero h1 { font-size: clamp(3rem, 15vw, 5rem); overflow-wrap: anywhere; }
  .newspaper-edition time { font-size: .58rem; }
  .front-secondary { display: block; }
  .front-secondary > a { display: block; margin-bottom: .85rem; }
  .front-lead h2 a { font-size: clamp(2.15rem, 11vw, 3rem); }
}

@media (max-width: 380px) {
  .unified-header { grid-template-columns: 1fr !important; }
  .unified-header .brand { grid-column: 1; grid-row: 1; }
  .plant-nav-button { width: 100%; max-width: none; grid-column: 1; grid-row: 2; }
  .unified-links { grid-column: 1; grid-row: 3; }
  .nav-search { grid-column: 1; grid-row: 4; }
}

/* ==========================================================================
   Garden Feels — organic premium refresh
   A reversible presentation layer: content and information architecture stay
   untouched while the shared visual language changes across every real page.
   ========================================================================== */
:root {
  --forest: #103f32;
  --forest-soft: #1a5544;
  --cream: #f5f1e7;
  --cream-soft: #f8f6ef;
  --sand: #c8d9cd;
  --gold: #b9e84b;
  --gold-metallic: linear-gradient(135deg, #a8da36 0%, #d4f56d 100%);
  --moss: #34715d;
  --ink: #10251e;
  --ink-soft: rgba(16, 37, 30, .68);
  --paper: #f7f5ee;
  --white: #fffef9;
  --sage: #dce8dc;
  --sage-deep: #2d6b57;
  --line: rgba(16, 63, 50, .14);
  --radius: 1.8rem;
  --gf-forest: #103f32;
  --gf-forest-deep: #0b3328;
  --gf-leaf: #34715d;
  --gf-sage: #dce8dc;
  --gf-sand: #e9e5d9;
  --gf-paper: #f7f5ee;
  --gf-white: #fffef9;
  --gf-ink: #10251e;
  --gf-muted: #5f6f68;
  --gf-line: rgba(16, 63, 50, .14);
  --gf-gold: #b9e84b;
  --gf-gold-metal: linear-gradient(135deg, #a8da36 0%, #d4f56d 100%);
  --gf-radius: 1.8rem;
  --gf-shadow: 0 1.8rem 4.5rem rgba(16, 50, 39, .11);
  --gf-canvas: #c8d9cd;
  --gf-acid: #b9e84b;
  --gf-acid-soft: #e5f7ae;
}

html { background: var(--gf-canvas); }
body,
body.simple-site,
body.reading-page,
body.tutorial-detail-page,
body.plant-catalog-v2,
body.search-page {
  background: var(--gf-canvas);
  color: var(--gf-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
}
body.simple-site.news-page { background: var(--gf-canvas); }

.simple-main,
.reading-page .article-page,
.tutorial-detail-page main,
.plant-catalog-v2 .plants-page,
.search-page main {
  width: min(calc(100% - 1.5rem), 92rem);
  margin: .75rem auto 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(16, 63, 50, .12);
  border-radius: 2.4rem;
  background: var(--gf-paper);
  box-shadow: 0 2rem 5rem rgba(13, 47, 37, .13);
}

.simple-site .section-shell,
.section-shell,
.unified-header.section-shell,
.unified-footer.section-shell { width: min(calc(100% - 3rem), 78rem); }

.unified-header {
  position: sticky;
  top: .75rem;
  width: min(calc(100% - 1.5rem), 88rem) !important;
  min-height: 4.8rem !important;
  margin: .75rem auto 0;
  padding: .65rem .75rem .65rem 1.15rem;
  border: 1px solid rgba(16, 63, 50, .1) !important;
  border-radius: 1.35rem;
  background: rgba(248, 250, 244, .9);
  color: var(--gf-ink);
  box-shadow: 0 .9rem 2.8rem rgba(13, 47, 37, .1);
  backdrop-filter: blur(18px) saturate(1.2);
}
.unified-header::after { display: none; }
.unified-header .brand {
  width: clamp(7.25rem, 9.5vw, 8.6rem);
  min-width: 7.25rem;
  line-height: 1;
}
.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}
.unified-links { gap: .2rem; justify-content: center; }
.unified-links a {
  min-height: 2.7rem;
  padding: 0 .8rem;
  border: 0;
  border-radius: 999px;
  color: var(--gf-muted);
  font-size: .78rem;
  font-weight: 680;
  transition: background 160ms ease, color 160ms ease;
}
.unified-links a:hover,
.unified-links a[aria-current="page"] { background: var(--gf-sage); color: var(--gf-forest); }
.nav-search { height: 2.7rem; border: 0; background: #edf2eb; box-shadow: inset 0 0 0 1px rgba(16,63,50,.08); }
.nav-search:focus-within { border: 0; background: #fff; box-shadow: 0 0 0 3px rgba(185,232,75,.42); }
.plant-nav-button,
.button-primary,
.global-search-row button {
  border: 0;
  background: var(--gf-forest);
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.1), 0 .5rem 1.2rem rgba(16,63,50,.14);
}
.plant-nav-button:hover,
.button-primary:hover,
.global-search-row button:hover { background: var(--gf-forest-soft); transform: translateY(-1px); }

.simple-hero { padding-block: clamp(4.5rem, 8vw, 8rem); }
.simple-hero .hero-grid { min-height: 34rem; }
.hero-copy::before { width: 3.5rem; height: 4px; margin-bottom: 1.6rem; background: var(--gf-acid); }
.simple-site h1,
.simple-site h2,
.simple-site h3 { color: var(--gf-ink); }
.simple-hero h1 {
  max-width: 11ch;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: clamp(3.7rem, 7.6vw, 7.25rem);
  font-weight: 740;
  line-height: .89;
  letter-spacing: -.075em;
}
.simple-hero h1 em {
  color: var(--gf-leaf);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.055em;
}
.eyebrow,
.section-label,
.card-meta { color: var(--gf-leaf); letter-spacing: .12em; }
.hero-copy > p:not(.eyebrow) { max-width: 36rem; color: var(--gf-muted); font-size: 1.05rem; }
.hero-visual::before { inset: -.45rem; border: 3px solid var(--gf-acid); border-radius: 2.5rem; }
.hero-visual img { height: clamp(27rem, 43vw, 36rem); border-radius: 2.1rem; filter: saturate(.88) contrast(.97); }
.hero-visual figcaption {
  right: 1.1rem;
  bottom: 1.1rem;
  left: 1.1rem;
  border: 0;
  border-radius: 1rem;
  background: rgba(8, 43, 33, .86);
}

@media (max-width: 760px) {
  .simple-main,
  .reading-page .article-page,
  .tutorial-detail-page main,
  .plant-catalog-v2 .plants-page,
  .search-page main { width: calc(100% - .75rem); border-radius: 1.7rem; }
  .unified-header { position: relative; top: auto; width: calc(100% - .75rem) !important; border-radius: 1.35rem; }
  .simple-site .section-shell,
  .section-shell,
  .unified-header.section-shell,
  .unified-footer.section-shell { width: min(calc(100% - 1.5rem), 78rem); }
  .hero-visual::before { border-radius: 1.75rem; }
  .hero-visual img { border-radius: 1.5rem; }
}

/* Shared rhythm, surfaces and controls */
.simple-section { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.simple-section + .simple-section { border-top: 1px solid var(--gf-line); }
.section-heading-simple { align-items: end; padding-bottom: 1.4rem; border-color: var(--gf-line); }
.section-heading-simple h2,
.plant-section-heading h2,
.search-results-topline h2,
.plant-browser-heading h2 {
  color: var(--gf-ink);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-weight: 720;
  line-height: .94;
  letter-spacing: -.06em;
}
.section-heading-simple > p,
.plant-section-heading > p { color: var(--gf-muted); }
.button-primary,
.button-secondary,
.button-link {
  min-height: 3.1rem;
  padding-inline: 1.2rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 760;
  letter-spacing: .02em;
  text-transform: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.button-secondary {
  border: 1px solid rgba(16,63,50,.15);
  background: rgba(255,255,255,.74);
  color: var(--gf-forest);
  box-shadow: 0 .5rem 1.5rem rgba(16,50,39,.06);
}
.button-secondary:hover { background: var(--gf-acid); border-color: var(--gf-acid); transform: translateY(-2px); }

.simple-card,
.tutorial-card,
.content-card,
.global-result-card,
.hub-card,
.area-article-card,
.area-tutorial-card,
.encyclopedia-entry {
  border: 1px solid rgba(16,63,50,.11);
  border-radius: 1.65rem;
  background: rgba(255,254,249,.92);
  box-shadow: 0 1rem 2.8rem rgba(16,50,39,.065);
}
.simple-card { min-height: 30rem; padding: .55rem; }
.simple-card img { height: 15rem; border-radius: 1.25rem; filter: saturate(.86) contrast(.98); }
.simple-card-copy { padding: 1.35rem 1.1rem 1.15rem; }
.simple-card-copy::before { left: 1.1rem; width: 2.4rem; height: 3px; background: var(--gf-acid); }
.simple-card h3 {
  margin-top: .8rem;
  color: var(--gf-ink);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: clamp(1.55rem, 2.1vw, 2.1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.045em;
}
.simple-card-copy b { color: var(--gf-forest); }
.simple-card:hover,
.global-result-card:hover,
.area-route-grid a:hover { box-shadow: 0 1.7rem 3.8rem rgba(16,50,39,.12); transform: translateY(-5px); }
.simple-carousel { gap: 1.1rem; padding-bottom: 1.25rem; }
.simple-carousel::-webkit-scrollbar { height: 5px; }
.simple-carousel::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(16,63,50,.22); }
.carousel-toolbar { margin-top: .75rem; }
.carousel-toolbar button {
  width: 3rem;
  height: 3rem;
  border-color: rgba(16,63,50,.13);
  background: rgba(255,255,255,.82);
}
.carousel-toolbar button:not(:disabled):hover { background: var(--gf-acid); color: var(--gf-forest); }

.statement-band { background: var(--gf-forest); }
.statement-band::before { height: 4px; background: var(--gf-acid); }
.statement-band p { color: var(--gf-acid); }
.statement-band blockquote { color: #fff; font-family: Inter, ui-sans-serif, sans-serif; font-weight: 650; letter-spacing: -.055em; }

.area-route-nav { padding: 0 0 clamp(4rem, 7vw, 6.5rem); }
.area-route-grid { gap: .85rem; }
.area-route-grid a {
  min-height: 13rem;
  padding: 1.5rem;
  border-color: rgba(16,63,50,.1);
  border-radius: 1.5rem;
  background: rgba(255,255,255,.72);
}
.area-route-grid a::before { right: 1.5rem; left: 1.5rem; height: 4px; border-radius: 999px; background: var(--gf-acid); }
.area-route-grid strong { color: var(--gf-ink); font-family: Inter, ui-sans-serif, sans-serif; font-weight: 700; letter-spacing: -.045em; }

.featured-story {
  grid-template-columns: 1.1fr .9fr;
  padding: .65rem;
  border: 0;
  border-radius: 2rem;
  background: var(--gf-forest);
  box-shadow: 0 1.8rem 4.5rem rgba(16,50,39,.16);
}
.featured-story img { min-height: 31rem; border-radius: 1.5rem; }
.featured-story h2 { color: #fff; font-family: Inter, ui-sans-serif, sans-serif; font-weight: 680; letter-spacing: -.06em; }
.featured-story-copy .card-meta { color: var(--gf-acid); }

/* Footer inspired by the deep, quiet panels in the references. */
.site-footer {
  width: min(calc(100% - 1.5rem), 92rem);
  margin: 0 auto .75rem;
  border: 1px solid rgba(185,232,75,.28);
  border-radius: 2.4rem;
  background:
    radial-gradient(circle at 78% 5%, rgba(185,232,75,.12), transparent 24rem),
    var(--gf-forest) !important;
  box-shadow: 0 2rem 5rem rgba(13,47,37,.16);
}
.unified-footer { min-height: 22rem; padding-block: 4.5rem 3.2rem; }
.footer-statement .brand { color: #fff; font-family: Inter, ui-sans-serif, sans-serif; font-size: 1.1rem; font-weight: 760; }
.footer-brand {
  gap: .72rem;
  width: fit-content;
  align-items: center;
}
.footer-brand-mark {
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer-statement p { max-width: 22rem; color: rgba(255,255,255,.62) !important; }
.unified-footer strong { color: var(--gf-acid); font-size: .7rem; }
.unified-footer a:not(.brand) { color: rgba(255,255,255,.66); }
.unified-footer a:not(.brand):hover { color: var(--gf-acid); }

/* Article reading experience */
.reading-page .article-page { padding-bottom: clamp(5rem, 9vw, 8rem); }
.reading-page .article-hero { padding-top: clamp(5rem, 9vw, 8rem); }
.reading-page .article-hero h1 {
  max-width: 12ch;
  color: var(--gf-ink);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: clamp(3.5rem, 7.4vw, 7rem);
  font-weight: 730;
  line-height: .9;
  letter-spacing: -.075em;
}
.reading-page .back-link,
.tutorial-detail-page .back-link { color: var(--gf-forest); font-weight: 740; text-decoration: none; }
.reading-page .article-category,
.tutorial-eyebrow { color: var(--gf-leaf); }
.reading-page .article-deck { color: var(--gf-muted); }
.reading-page .article-figure { padding-inline: clamp(.5rem, 2vw, 2rem); }
.reading-page .article-figure img {
  border: 4px solid var(--gf-acid);
  border-radius: 2rem;
  box-shadow: 0 1.8rem 4rem rgba(16,50,39,.13);
  filter: saturate(.88) contrast(.98);
}

.simple-card img[src$="articulo-seguridad-agroquimicos.jpg"] { object-position: 50% 20%; }
.reading-page .article-content { color: #20342c; }
.reading-page .article-content h2 {
  color: var(--gf-ink);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-weight: 700;
  letter-spacing: -.045em;
}
.reading-page .article-content h3 {
  margin-top: 2.4rem;
  color: var(--gf-forest);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.2;
  letter-spacing: -.025em;
}
.reading-page .article-content li > p { margin-block: .35rem; }
.reading-page .article-content blockquote {
  margin: clamp(2.5rem, 5vw, 3.5rem) 0;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid rgba(16,63,50,.1);
  border-left: .4rem solid var(--gf-acid);
  border-radius: 1.2rem;
  background: var(--gf-acid-soft);
  color: var(--gf-ink);
}
.reading-page .article-content blockquote p { margin: 0; }
.reading-page .article-content table {
  display: block;
  width: 100%;
  margin-block: 2rem 3rem;
  overflow-x: auto;
  border-spacing: 0;
  border: 1px solid var(--gf-line);
  border-radius: 1rem;
  background: rgba(255,254,249,.8);
}
.reading-page .article-content th,
.reading-page .article-content td {
  min-width: 15rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--gf-line);
  text-align: left;
  vertical-align: top;
}
.reading-page .article-content th {
  background: #e9efe6;
  color: var(--gf-forest);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.reading-page .article-content tr:last-child td { border-bottom: 0; }
.reading-page .article-callout {
  grid-template-columns: minmax(7rem, 10rem) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin-block: clamp(2.5rem, 5vw, 3.5rem);
  padding: clamp(1.6rem, 3.5vw, 2.5rem);
  border: 1px solid rgba(16, 63, 50, .1);
  border-radius: 1.4rem;
  background: var(--gf-acid-soft);
  color: var(--gf-ink);
  box-shadow: 0 1rem 2.5rem rgba(16, 50, 39, .06);
}
.reading-page .article-callout strong {
  color: var(--gf-forest);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: .12em;
}
.reading-page .article-callout span {
  max-width: 42rem;
  color: var(--gf-ink);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.42;
}
.reading-page .article-status,
.reading-page .article-caution { border: 1px solid rgba(16,63,50,.1); border-radius: 1.25rem; background: #edf3e9; }
.reading-page .article-next { border-color: var(--gf-line); }
.reading-page .article-next a { color: var(--gf-forest); }

/* Tutorial detail pages */
.tutorial-detail-page main { padding-bottom: clamp(5rem, 9vw, 8rem); }
.tutorial-cover { padding-block: clamp(4.5rem, 8vw, 7rem); }
.tutorial-cover h1 {
  max-width: 11ch;
  color: var(--gf-ink);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: clamp(3.4rem, 6.6vw, 6.5rem);
  font-weight: 730;
  line-height: .9;
  letter-spacing: -.07em;
}
.tutorial-cover figure img { border: 4px solid var(--gf-acid); border-radius: 2rem; box-shadow: var(--gf-shadow); }
.tutorial-facts { gap: .45rem; border: 0; }
.tutorial-facts div { padding: .9rem 1rem; border: 0; border-radius: .9rem; background: #e9efe6; }
.tutorial-prep { border-color: var(--gf-line); }
.tutorial-prep h2,
.manual-step h2,
.tutorial-outcome h2 {
  font-family: Inter, ui-sans-serif, sans-serif;
  font-weight: 680;
  letter-spacing: -.05em;
}
.materials-panel,
.safety-panel { border-radius: 1.3rem; }
.materials-panel { background: #e9efe6; }
.safety-panel { background: var(--gf-acid); }
.step-manual { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; padding-block: 3.5rem; }
.manual-step {
  min-height: 22rem;
  grid-template-columns: 3.5rem minmax(0,1fr);
  gap: 1.2rem;
  justify-content: initial;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid rgba(16,63,50,.1);
  border-radius: 1.5rem;
  background: rgba(255,254,249,.84);
}
.manual-step:first-child { grid-column: 1 / -1; min-height: 18rem; }
.manual-step > span { width: 3.25rem; height: 3.25rem; border: 0; background: var(--gf-acid); font-family: Inter, ui-sans-serif, sans-serif; font-size: .8rem; font-weight: 800; }
.manual-step h2 { margin-top: auto; font-size: clamp(2rem, 3.4vw, 3.4rem); }
.manual-step > div { display: flex; min-width: 0; flex-direction: column; }
.manual-step p:last-child { font-size: 1.02rem; }
.tutorial-outcome { border-radius: 2rem; background: var(--gf-forest); }
.tutorial-outcome aside { border-radius: 1.25rem; background: var(--gf-acid); }
.tutorial-next { margin-bottom: 0; border-color: var(--gf-line); }

/* Plant catalogue */
body.plant-catalog-v2 .plants-page {
  width: calc(100% - .75rem);
  max-width: none;
  margin-top: .375rem;
  overflow: visible;
  border-radius: 1.6rem;
}
body.plant-catalog-v2 .plants-intro.section-shell,
body.plant-catalog-v2 .plant-area-section.section-shell {
  width: min(calc(100% - 2rem), 110rem);
  max-width: none;
}
body.plant-catalog-v2 .plants-workspace.section-shell {
  width: calc(100% - 1rem);
  max-width: none;
  margin-inline: auto;
}
.plant-catalog-v2 .plants-intro h1 {
  max-width: none;
  color: var(--gf-ink);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-weight: 730;
  letter-spacing: -.075em;
}
.plant-catalog-v2 .plants-intro h1 em { color: var(--gf-leaf); }
.plant-area-switch { gap: 1rem; }
.plant-area-card {
  min-height: 6rem;
  border-color: rgba(16,63,50,.1);
  border-radius: 1.6rem;
  background: rgba(255,254,249,.86);
  box-shadow: 0 1rem 2.7rem rgba(16,50,39,.06);
}
.plant-area-copy strong { font-family: Inter, ui-sans-serif, sans-serif; font-weight: 700; letter-spacing: -.055em; }
.plant-area-card.is-active { border-color: var(--gf-forest); background: var(--gf-forest); color: #fff; }
.plant-area-card-botany.is-active { border-color: var(--gf-acid); background: var(--gf-acid); color: var(--gf-forest); }
.plant-catalog-v2 .plants-browser { border: 1px solid rgba(16,63,50,.08); border-radius: 1.7rem; background: #e9efe6; }
.plant-catalog-v2 .plants-toolbar input,
.plant-catalog-v2 .plants-toolbar select,
.search-filters select { border-color: rgba(16,63,50,.12); background: var(--gf-white); }
.plant-catalog-v2 .plant-list-item { border: 1px solid rgba(16,63,50,.1); background: rgba(255,255,255,.72); }
.plant-catalog-v2 .plant-detail { border-color: rgba(16,63,50,.1); border-radius: 2rem; background: #f1eee3; color: var(--gf-forest); }
.plant-detail-visual { margin: .75rem; border: 3px solid var(--gf-acid); border-radius: 1.5rem; }
.plant-catalog-v2 .plant-detail h2 { color: var(--gf-forest); font-family: Inter, ui-sans-serif, sans-serif; font-weight: 720; letter-spacing: -.07em; }
.plant-catalog-v2 .plant-scientific,
.plant-detail-eyebrow { color: var(--gf-leaf); }
.plant-care-section { border-radius: 1.4rem; }
.plant-care-feature { background: var(--gf-white); }
.plant-care-section h3,
.plant-advice h3 { font-family: Inter, ui-sans-serif, sans-serif; font-weight: 680; letter-spacing: -.05em; }
.planting-method,
.plant-catalog-v2 .plant-advice { background: var(--gf-acid); }

/* Global search */
.search-page .search-hero { border-radius: 2.35rem 2.35rem 0 0; background: var(--gf-forest); }
.search-heading h1 {
  color: #fff;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-weight: 720;
  letter-spacing: -.075em;
}
.search-heading h1 em { color: var(--gf-acid); }
.search-console { border-color: rgba(255,255,255,.12); border-radius: 1.6rem; background: rgba(255,255,255,.08); }
.global-search-row input { border: 0; border-radius: 1rem; background: #fff; }
.global-search-row button { background: var(--gf-acid); color: var(--gf-forest) !important; }
.search-suggestions button:hover { border-color: var(--gf-acid); color: var(--gf-acid); }
.search-filters { border-color: rgba(16,63,50,.09); border-radius: 1.4rem; background: #e9efe6; }
.global-result-card h3 { color: var(--gf-ink); font-family: Inter, ui-sans-serif, sans-serif; font-weight: 690; letter-spacing: -.045em; }
.result-botanica,
.result-agricultura,
.result-ambas { border-top-color: var(--gf-acid); }

/* News front page: keep the editorial structure, remove the old paper stiffness. */
.news-page .news-main { padding: 1rem 0 clamp(4rem, 8vw, 7rem); }
.newspaper-shell {
  width: min(calc(100% - 2rem), 82rem) !important;
  margin-inline: auto;
  border: 1px solid rgba(16,63,50,.1);
  border-radius: 2rem;
  background: var(--gf-white);
  box-shadow: 0 1.4rem 4rem rgba(16,50,39,.08);
}
.newspaper-name h1 { color: var(--gf-ink); font-family: Inter, ui-sans-serif, sans-serif; font-weight: 760; letter-spacing: -.07em; }
.newspaper-name strong { border: 0; border-radius: 999px; background: var(--gf-acid); color: var(--gf-forest); }
.newspaper-edition,
.newspaper-categories,
.newspaper-front,
.newspaper-section-title { border-color: var(--gf-line); }
.newspaper-categories { gap: .35rem; padding-block: .45rem; border-top-width: 1px; }
.newspaper-categories a { border: 0 !important; border-radius: 999px; }
.newspaper-categories a:hover { background: var(--gf-sage); color: var(--gf-forest); }
.front-secondary img,
.front-lead-image img,
.section-feature img,
.latest-item img { border-radius: 1rem; }
.front-secondary h2 a,
.front-lead h2 a,
.newspaper-section-title h2,
.section-feature strong,
.editorial-desk h3 { color: var(--gf-ink); }
.newspaper-kicker,
.latest-item b,
.section-feature b { color: var(--gf-leaf) !important; }
.latest-brief { border-top-color: var(--gf-acid); border-radius: .8rem; background: var(--gf-acid-soft); }
.news-page .news-editorial-note { border-color: rgba(16,63,50,.1); border-radius: 1rem; background: #edf3e9; }
.newspaper-categories span {
  flex: 0 0 auto;
  padding: .75rem clamp(.7rem, 1.7vw, 1.4rem);
  color: var(--gf-muted);
  font: 700 .68rem/1 Arial, sans-serif;
  white-space: nowrap;
}
.news-source-box {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .35rem 1rem;
  align-items: center;
  margin-top: 1.6rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(16,63,50,.12);
  border-left: .35rem solid var(--gf-acid);
  border-radius: 1rem;
  background: #edf3e9;
  color: var(--gf-muted);
  font-size: .78rem;
}
.news-source-box > span { grid-row: 1 / 3; color: var(--gf-leaf); font-size: .64rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.news-source-box strong { color: var(--gf-ink); font-size: .9rem; }
.news-source-box time { grid-column: 2; }
.news-source-box a { grid-column: 3; grid-row: 1 / 3; color: var(--gf-forest); font-weight: 800; text-decoration: none; }
.news-source-box a:hover { text-decoration: underline; }
.news-edition-registry { padding: clamp(1.8rem, 3.5vw, 3rem) clamp(1rem, 2.6vw, 2.4rem); border-bottom: 1px solid var(--gf-line); }
.news-edition-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.2rem; }
.news-edition-card {
  display: grid;
  gap: .45rem;
  min-height: 12rem;
  padding: 1.35rem;
  border: 1px solid rgba(16,63,50,.12);
  border-radius: 1.2rem;
  background: #edf3e9;
  color: var(--gf-ink);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.news-edition-card:hover { transform: translateY(-3px); border-color: var(--gf-leaf); box-shadow: 0 1rem 2rem rgba(16,50,39,.08); }
.news-edition-card.is-current { background: var(--gf-forest); color: #fff; }
.news-edition-card > span { color: var(--gf-leaf); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.news-edition-card.is-current > span { color: var(--gf-acid); }
.news-edition-card time { font-size: clamp(1.35rem, 2.5vw, 2rem); font-weight: 750; letter-spacing: -.045em; }
.news-edition-card strong { font-size: .75rem; text-transform: uppercase; }
.news-edition-card small { align-self: end; color: inherit; line-height: 1.45; opacity: .72; }
.edition-shell { width: min(calc(100% - 2rem), 78rem) !important; padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(4rem, 8vw, 7rem); }
.edition-header { max-width: 58rem; padding: 2rem 0 2.5rem; }
.edition-header h1 { max-width: 14ch; margin: .25rem 0 1rem; color: var(--gf-ink); font-size: clamp(2.8rem, 7vw, 6rem); line-height: .92; letter-spacing: -.075em; }
.edition-header > p:last-child { max-width: 48rem; color: var(--gf-muted); font-size: 1.05rem; line-height: 1.6; }
.edition-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.edition-news-card { display: flex; flex-direction: column; overflow: hidden; min-height: 32rem; border: 1px solid rgba(16,63,50,.12); border-radius: 1.35rem; background: var(--gf-white); color: var(--gf-ink); text-decoration: none; }
.edition-news-card img { width: 100%; height: 13.5rem; object-fit: cover; }
.edition-news-card > span { margin: 1.1rem 1.2rem .35rem; color: var(--gf-leaf); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.edition-news-card h2 { margin: 0 1.2rem .75rem; font-size: 1.45rem; line-height: 1.04; letter-spacing: -.04em; }
.edition-news-card p { margin: 0 1.2rem 1rem; color: var(--gf-muted); font-size: .86rem; line-height: 1.5; }
.edition-news-card small { margin: auto 1.2rem .8rem; color: var(--gf-muted); }
.edition-news-card b { margin: 0 1.2rem 1.3rem; color: var(--gf-forest); font-size: .74rem; }
.edition-current-link { margin-top: 2rem; text-align: right; }
.edition-current-link a { color: var(--gf-forest); font-weight: 800; text-decoration: none; }

@media (max-width: 980px) {
  .featured-story { grid-template-columns: 1fr; }
  .step-manual { grid-template-columns: 1fr; }
  .manual-step:first-child { grid-column: auto; }
}

@media (max-width: 760px) {
  .simple-section { padding-block: 3.75rem; }
  .section-heading-simple { gap: 1rem; }
  .simple-card { min-height: 27rem; }
  .simple-card img { height: 13.5rem; }
  .statement-band blockquote { font-size: clamp(2.1rem, 10vw, 3.2rem); }
  .featured-story { padding: .5rem; border-radius: 1.6rem; }
  .featured-story img { min-height: 20rem; border-radius: 1.25rem; }
  .reading-page .article-callout {
    grid-template-columns: 1fr;
    gap: .85rem;
    padding: 1.4rem;
    border-radius: 1.15rem;
  }
  .manual-step { min-height: 0; grid-template-columns: 3rem 1fr; padding: 1.35rem; }
  .manual-step > span { width: 2.8rem; height: 2.8rem; }
  .newspaper-shell { width: 100% !important; border-radius: 1.4rem; }
  .news-source-box { grid-template-columns: 1fr; }
  .news-source-box > span, .news-source-box strong, .news-source-box time, .news-source-box a { grid-column: 1; grid-row: auto; }
  .news-edition-grid, .edition-news-grid { grid-template-columns: 1fr; }
  .edition-news-card { min-height: 0; }
  .site-footer { width: calc(100% - .75rem); border-radius: 1.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  .simple-card,
  .area-route-grid a,
  .button-primary,
  .button-secondary,
  .global-result-card { transition: none; }
}

/* Encyclopedia art direction — field atlas meets technical journal */
.encyclopedia-reading-page .encyclopedia-topic-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 4rem) 0 clamp(4.5rem, 8vw, 7.5rem);
  background:
    radial-gradient(circle at 88% 14%, rgba(185, 232, 75, .12), transparent 24rem),
    linear-gradient(128deg, #092c23 0%, #123f32 58%, #225745 100%);
  color: var(--gf-white);
}
.encyclopedia-reading-page .encyclopedia-topic-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 4.5rem 4.5rem;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.encyclopedia-reading-page .topic-breadcrumbs {
  align-items: center;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.encyclopedia-reading-page .topic-breadcrumbs a {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  padding: 0 .85rem;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: rgba(255,255,255,.76);
  font-size: .66rem;
  letter-spacing: .1em;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.encyclopedia-reading-page .topic-breadcrumbs a:hover { border-color: var(--gf-acid); background: rgba(185,232,75,.08); color: var(--gf-acid); }
.encyclopedia-reading-page .encyclopedia-topic-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(25rem, .92fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}
.encyclopedia-topic-copy { position: relative; z-index: 2; }
.encyclopedia-reading-page .encyclopedia-topic-heading .eyebrow {
  display: flex;
  gap: .8rem;
  align-items: center;
  margin-bottom: 1.35rem;
  color: var(--gf-acid);
  letter-spacing: .18em;
}
.encyclopedia-reading-page .encyclopedia-topic-heading .eyebrow::before { width: 2.5rem; height: 1px; background: currentColor; content: ""; }
.encyclopedia-reading-page .encyclopedia-topic-heading h1 {
  max-width: 9ch;
  margin: 0;
  color: #fffef7 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.2rem, 7.4vw, 7.4rem);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.encyclopedia-reading-page .encyclopedia-topic-copy > p:not(.eyebrow) {
  max-width: 38rem;
  margin: 1.65rem 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  line-height: 1.7;
}
.topic-reading-meta { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; margin-top: 1.7rem; }
.topic-reading-meta span, .topic-reading-meta small { padding: .58rem .78rem; border-radius: 999px; font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.topic-reading-meta span { background: var(--gf-acid); color: var(--gf-forest-deep); }
.topic-reading-meta small { border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.58); }
.encyclopedia-topic-support { position: relative; min-height: clamp(29rem, 38vw, 36rem); padding: .55rem; }
.encyclopedia-topic-visual { position: absolute; inset: 0; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 9rem 9rem 1.8rem 1.8rem; background: rgba(255,255,255,.06); box-shadow: 0 2.4rem 5rem rgba(2,18,13,.28); }
.encyclopedia-topic-visual::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,31,24,.74), transparent 55%); content: ""; }
.encyclopedia-topic-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(.96); transform: scale(1.015); }
.encyclopedia-topic-visual figcaption { position: absolute; right: 1.35rem; bottom: 1.25rem; left: 1.35rem; z-index: 2; color: white; }
.encyclopedia-topic-visual figcaption span { display: block; margin-bottom: .45rem; color: var(--gf-acid); font-size: .6rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.encyclopedia-topic-visual figcaption strong { display: block; max-width: 28rem; font-family: Georgia, serif; font-size: 1rem; font-weight: 400; line-height: 1.4; }
.encyclopedia-reading-page .topic-purpose-card {
  position: absolute;
  right: -1.4rem;
  bottom: -2.25rem;
  z-index: 4;
  width: min(23rem, 80%);
  padding: 1.4rem 1.5rem 1.5rem;
  border: 0;
  border-radius: 1.25rem;
  background: var(--gf-acid);
  color: var(--gf-forest-deep);
  box-shadow: 0 1.4rem 3.2rem rgba(3,25,18,.3);
  transform: rotate(-1.25deg);
}
.encyclopedia-reading-page .topic-purpose-card > span { display: block; color: rgba(9,44,35,.64); font-size: .62rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.encyclopedia-reading-page .topic-purpose-card p { margin: .7rem 0 0; font-family: Georgia, serif; font-size: clamp(1.15rem, 1.8vw, 1.45rem); font-weight: 400; line-height: 1.38; }

.encyclopedia-reading-page .encyclopedia-layout {
  grid-template-columns: minmax(12rem, 15rem) minmax(0, 51rem);
  gap: clamp(3rem, 8vw, 8rem);
  padding-block: clamp(4rem, 8vw, 7.5rem);
}
.encyclopedia-reading-page .encyclopedia-toc {
  padding: 1.35rem;
  border: 0;
  border-radius: 1.3rem;
  background: var(--gf-forest-deep);
  color: white;
  box-shadow: 0 1.2rem 3rem rgba(16,50,39,.14);
}
.encyclopedia-reading-page .encyclopedia-toc > span { color: var(--gf-acid); }
.encyclopedia-reading-page .encyclopedia-toc a { border-color: rgba(255,255,255,.1); color: rgba(255,255,255,.78); }
.encyclopedia-reading-page .encyclopedia-toc a:hover { color: var(--gf-acid); }
.encyclopedia-reading-page .encyclopedia-toc p { color: rgba(255,255,255,.48); }
.encyclopedia-reading-page .encyclopedia-toc b { background: var(--gf-acid); color: var(--gf-forest-deep); }
.encyclopedia-reading-page .encyclopedia-section { position: relative; }
.encyclopedia-reading-page .encyclopedia-section + .encyclopedia-section { border-color: rgba(16,63,50,.13); }
.encyclopedia-reading-page .encyclopedia-article .section-index { color: var(--gf-leaf); letter-spacing: .15em; }
.encyclopedia-reading-page .encyclopedia-article h2 { max-width: 12ch; color: var(--gf-forest-deep); font-size: clamp(2.8rem, 4.7vw, 4.5rem); }
.encyclopedia-reading-page .encyclopedia-article .article-lead { color: var(--gf-forest); font-size: clamp(1.25rem, 2vw, 1.55rem); }
.encyclopedia-reading-page .article-callout { padding: 1.5rem; border: 0; border-radius: 1.2rem; background: #e9efe6; }
.encyclopedia-reading-page .article-callout strong { color: var(--gf-leaf); }
.encyclopedia-reading-page .encyclopedia-term { overflow: visible; border-color: rgba(16,63,50,.11); border-radius: 1.15rem; box-shadow: 0 .65rem 1.8rem rgba(16,50,39,.045); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.encyclopedia-reading-page .encyclopedia-term:hover { z-index: 3; border-color: rgba(185,232,75,.9); box-shadow: 0 1rem 2.5rem rgba(16,50,39,.1); transform: translateY(-2px); }
.encyclopedia-reading-page .term-trigger { background: var(--gf-acid); color: var(--gf-forest-deep); }
.encyclopedia-reading-page .field-note { position: relative; overflow: hidden; padding: 1.7rem; border-radius: 1.3rem; background: linear-gradient(135deg, var(--gf-forest-deep), #205845); }
.encyclopedia-reading-page .field-note::after { position: absolute; right: -2rem; bottom: -3.5rem; width: 8rem; height: 8rem; border: 1.4rem solid rgba(185,232,75,.12); border-radius: 50%; content: ""; }
.encyclopedia-reading-page .diagnostic-table-wrap { border-color: rgba(16,63,50,.1); border-radius: 1.2rem; box-shadow: 0 .8rem 2.4rem rgba(16,50,39,.05); }
.encyclopedia-reading-page .diagnostic-table th { background: var(--gf-forest-deep); }
.encyclopedia-reading-page .related-topic-card { border-color: rgba(16,63,50,.1); border-radius: 1.2rem; box-shadow: 0 .65rem 1.8rem rgba(16,50,39,.04); }
.encyclopedia-reading-page .related-topic-card:hover { border-color: var(--gf-acid); box-shadow: 0 1.1rem 2.6rem rgba(16,50,39,.1); }

@media (max-width: 1040px) {
  .encyclopedia-reading-page .encyclopedia-topic-heading { grid-template-columns: minmax(0, 1fr) minmax(21rem, .82fr); gap: 2.5rem; }
  .encyclopedia-reading-page .topic-purpose-card { right: -.5rem; }
}

@media (max-width: 820px) {
  .encyclopedia-reading-page .encyclopedia-topic-heading { grid-template-columns: 1fr; }
  .encyclopedia-topic-support { min-height: 34rem; margin-top: 1rem; }
  .encyclopedia-reading-page .topic-purpose-card { right: 1rem; }
  .encyclopedia-reading-page .encyclopedia-layout { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .encyclopedia-reading-page .encyclopedia-layout > * { min-width: 0; max-width: 100%; }
  .encyclopedia-reading-page .encyclopedia-toc { position: relative; top: auto; }
  .encyclopedia-reading-page .encyclopedia-toc nav { grid-template-columns: repeat(5, max-content); overflow-x: auto; gap: 1rem; }
}

@media (max-width: 560px) {
  .encyclopedia-reading-page .encyclopedia-topic-hero { padding-bottom: 5.5rem; }
  .encyclopedia-reading-page .topic-breadcrumbs { align-items: stretch; }
  .encyclopedia-reading-page .topic-breadcrumbs a { justify-content: center; }
  .encyclopedia-reading-page .encyclopedia-topic-heading h1 { font-size: clamp(3.5rem, 17vw, 5.2rem); }
  .encyclopedia-topic-support { min-height: 29rem; padding: 0; }
  .encyclopedia-topic-visual { border-radius: 5.5rem 5.5rem 1.4rem 1.4rem; }
  .encyclopedia-reading-page .topic-purpose-card { right: .75rem; bottom: -3.5rem; left: .75rem; width: auto; }
  .encyclopedia-topic-visual figcaption { display: none; }
  .topic-reading-meta { align-items: stretch; flex-direction: column; }
  .topic-reading-meta span, .topic-reading-meta small { align-self: flex-start; }
}

/* Encyclopedia verification fixes: prevent card collisions and preserve contrast. */
.encyclopedia-reading-page,
.encyclopedia-reading-page .simple-main,
.encyclopedia-reading-page .encyclopedia-topic-hero { overflow-x: clip; }
.encyclopedia-reading-page .encyclopedia-topic-heading > *,
.encyclopedia-reading-page .encyclopedia-topic-support { min-width: 0; max-width: 100%; }
.encyclopedia-reading-page .encyclopedia-topic-visual figcaption {
  top: 1.2rem;
  right: auto;
  bottom: auto;
  left: 1.2rem;
  width: min(20rem, calc(100% - 2.4rem));
  padding: .85rem 1rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: .9rem;
  background: rgba(5,31,24,.66);
  backdrop-filter: blur(10px);
}
.encyclopedia-reading-page .encyclopedia-topic-visual figcaption strong { font-size: .88rem; }
.encyclopedia-reading-page .encyclopedia-article .article-callout span {
  color: var(--gf-forest-deep) !important;
  opacity: 1;
}
.encyclopedia-reading-page .encyclopedia-article .article-callout strong { color: var(--gf-leaf) !important; }

@media (max-width: 820px) {
  .encyclopedia-reading-page .encyclopedia-topic-support {
    display: grid;
    min-height: 0;
    grid-template-rows: clamp(25rem, 68vw, 34rem) auto;
    padding: 0;
  }
  .encyclopedia-reading-page .encyclopedia-topic-visual { position: relative; inset: auto; grid-row: 1; }
  .encyclopedia-reading-page .topic-purpose-card {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-row: 2;
    width: calc(100% - 2rem);
    margin: -3rem auto 0;
    transform: none;
  }
  .encyclopedia-reading-page .topic-purpose-card p { font-size: clamp(1.08rem, 3.4vw, 1.3rem); }
}

@media (max-width: 560px) {
  .encyclopedia-reading-page .encyclopedia-topic-support { grid-template-rows: 25rem auto; }
  .encyclopedia-reading-page .topic-purpose-card { right: auto; bottom: auto; left: auto; width: calc(100% - 1rem); margin-top: -2.25rem; }
  .encyclopedia-reading-page .encyclopedia-topic-visual figcaption { display: block; width: calc(100% - 2rem); }
}

/* Stable tablet composition: captions and purpose never cover one another. */
@media (max-width: 820px) {
  .encyclopedia-reading-page .encyclopedia-topic-support {
    display: grid;
    min-height: 0;
    grid-template-rows: auto auto;
    gap: .85rem;
    margin-top: .5rem;
  }
  .encyclopedia-reading-page .encyclopedia-topic-visual {
    position: relative;
    inset: auto;
    display: grid;
    height: auto;
    min-height: 0;
    grid-template-rows: clamp(20rem, 54vw, 27rem) auto;
    overflow: hidden;
    border-radius: 4.75rem 4.75rem 1.25rem 1.25rem;
    background: var(--gf-forest-deep);
  }
  .encyclopedia-reading-page .encyclopedia-topic-visual::after { display: none; }
  .encyclopedia-reading-page .encyclopedia-topic-visual img {
    grid-row: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .encyclopedia-reading-page .encyclopedia-topic-visual figcaption {
    position: static;
    inset: auto;
    grid-row: 2;
    width: auto;
    padding: 1rem 1.2rem 1.1rem;
    border: 0;
    border-radius: 0;
    background: var(--gf-forest-deep);
    backdrop-filter: none;
  }
  .encyclopedia-reading-page .encyclopedia-topic-visual figcaption span {
    margin: 0 0 .35rem;
    overflow: visible;
    text-indent: 0;
    white-space: normal;
  }
  .encyclopedia-reading-page .topic-purpose-card {
    position: relative;
    inset: auto;
    display: grid;
    grid-row: 2;
    grid-template-columns: minmax(7rem, .35fr) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 1.2rem 1.35rem;
    border-radius: 1.2rem;
    box-shadow: 0 1rem 2.4rem rgba(3,25,18,.2);
    transform: none;
  }
  .encyclopedia-reading-page .topic-purpose-card p { margin: 0; font-size: clamp(1.05rem, 2.8vw, 1.28rem); }
}

@media (max-width: 560px) {
  .encyclopedia-reading-page .encyclopedia-topic-visual { grid-template-rows: 18rem auto; border-radius: 3.5rem 3.5rem 1.15rem 1.15rem; }
  .encyclopedia-reading-page .topic-purpose-card { grid-template-columns: 1fr; gap: .55rem; width: 100%; margin: 0; }
}

/* Preserve the complete reference photograph at every viewport size. */
.encyclopedia-reading-page .encyclopedia-topic-visual {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.encyclopedia-reading-page .encyclopedia-topic-visual img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  background: var(--gf-forest-deep);
  transform: none;
}
.encyclopedia-reading-page .encyclopedia-topic-visual figcaption {
  left: clamp(3.25rem, 9%, 4.75rem);
  width: min(20rem, calc(100% - clamp(6.5rem, 18%, 9.5rem)));
}

@media (max-width: 820px) {
  .encyclopedia-reading-page .encyclopedia-topic-visual {
    grid-template-rows: auto auto;
  }
  .encyclopedia-reading-page .encyclopedia-topic-visual img {
    height: auto;
  }
  .encyclopedia-reading-page .encyclopedia-topic-visual figcaption {
    width: auto;
  }
}

/* Rectangular reference block: every element occupies its own row. */
.encyclopedia-reading-page .encyclopedia-topic-support {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: auto auto;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.encyclopedia-reading-page .encyclopedia-topic-visual {
  position: relative;
  inset: auto;
  display: grid;
  height: auto;
  min-height: 0;
  grid-template-rows: auto auto;
  overflow: hidden;
  border-radius: 0;
  background: var(--gf-forest-deep);
  box-shadow: 0 1.5rem 3.4rem rgba(2,18,13,.22);
}
.encyclopedia-reading-page .encyclopedia-topic-visual::after {
  display: none;
}
.encyclopedia-reading-page .encyclopedia-topic-visual img {
  grid-row: 2;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.encyclopedia-reading-page .encyclopedia-topic-visual figcaption {
  position: static;
  inset: auto;
  grid-row: 1;
  width: 100%;
  padding: 1.15rem 1.3rem 1.25rem;
  border: 0;
  border-radius: 0;
  background: var(--gf-forest-deep);
  backdrop-filter: none;
}
.encyclopedia-reading-page .encyclopedia-topic-visual figcaption span {
  margin: 0 0 .4rem;
}
.encyclopedia-reading-page .topic-purpose-card {
  position: relative;
  inset: auto;
  display: grid;
  grid-row: 2;
  grid-template-columns: minmax(8rem, .32fr) minmax(0, 1fr);
  gap: 1.4rem;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 1.35rem 1.5rem;
  border-radius: .8rem;
  box-shadow: 0 1rem 2.4rem rgba(3,25,18,.2);
  transform: none;
}
.encyclopedia-reading-page .topic-purpose-card p {
  margin: 0;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
}

@media (max-width: 560px) {
  .encyclopedia-reading-page .topic-purpose-card {
    grid-template-columns: 1fr;
    gap: .55rem;
  }
}

/* Encyclopedia hero refresh: the photograph leads without a technical caption. */
.encyclopedia-reading-page .encyclopedia-topic-heading {
  grid-template-columns: minmax(0, 1.05fr) minmax(27rem, .95fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}
.encyclopedia-reading-page .encyclopedia-topic-support {
  display: grid;
  grid-template-rows: auto auto;
  gap: 0;
  padding: 0;
}
.encyclopedia-reading-page .encyclopedia-topic-visual {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 1.5rem 7rem 1.5rem 1.5rem;
  background: #08271f;
  box-shadow: 0 2.25rem 5rem rgba(2,18,13,.3);
}
.encyclopedia-reading-page .encyclopedia-topic-visual::after {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(145deg, transparent 58%, rgba(5,31,24,.22));
  pointer-events: none;
  content: "";
}
.encyclopedia-reading-page .encyclopedia-topic-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.02);
  transform: scale(1.01);
}
.encyclopedia-reading-page .topic-purpose-card {
  position: relative;
  inset: auto;
  z-index: 2;
  grid-row: 2;
  width: calc(100% - 2.5rem);
  margin: -2.4rem 0 0 2.5rem;
  padding: 1.35rem 1.5rem 1.45rem;
  border: 1px solid rgba(9,44,35,.08);
  border-radius: 1.25rem;
  box-shadow: 0 1.35rem 3rem rgba(3,25,18,.28);
  transform: none;
}

@media (max-width: 1040px) {
  .encyclopedia-reading-page .encyclopedia-topic-heading {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, .85fr);
    gap: 2.5rem;
  }
  .encyclopedia-reading-page .encyclopedia-topic-visual { border-radius: 1.35rem 5rem 1.35rem 1.35rem; }
}

@media (max-width: 820px) {
  .encyclopedia-reading-page .encyclopedia-topic-heading { grid-template-columns: 1fr; }
  .encyclopedia-reading-page .encyclopedia-topic-support {
    display: grid;
    grid-template-rows: auto auto;
    gap: 0;
    margin-top: .75rem;
  }
  .encyclopedia-reading-page .encyclopedia-topic-visual {
    display: block;
    aspect-ratio: 16 / 10;
    border-radius: 1.4rem 6rem 1.4rem 1.4rem;
  }
  .encyclopedia-reading-page .encyclopedia-topic-visual img { height: 100%; }
  .encyclopedia-reading-page .topic-purpose-card {
    width: calc(100% - 2rem);
    margin: -2rem 1rem 0;
  }
}

@media (max-width: 560px) {
  .encyclopedia-reading-page .encyclopedia-topic-hero { padding-bottom: 4.5rem; }
  .encyclopedia-reading-page .encyclopedia-topic-visual {
    aspect-ratio: 4 / 3;
    border-radius: 1.15rem 4rem 1.15rem 1.15rem;
  }
  .encyclopedia-reading-page .topic-purpose-card {
    width: calc(100% - 1rem);
    margin: -1.25rem .5rem 0;
    padding: 1.2rem 1.25rem 1.3rem;
  }
}

/* Plant catalog: quiet, single-surface reference experience. */
body.plant-catalog-v2 .plants-page {
  padding-bottom: clamp(3rem, 6vw, 5rem);
  overflow: visible;
}
body.plant-catalog-v2 .plants-intro.section-shell {
  display: flex;
  width: min(calc(100% - 3rem), 86rem);
  max-width: none;
  grid-template-columns: none;
  gap: 2rem;
  align-items: end;
  justify-content: space-between;
  padding-block: clamp(2.5rem, 5vw, 4.5rem) 2rem;
  border-bottom: 1px solid var(--gf-line);
  text-align: left;
}
body.plant-catalog-v2 .plants-intro .section-label {
  margin: 0 0 .55rem;
  padding: 0;
  font-size: .66rem;
}
body.plant-catalog-v2 .plants-intro h1 {
  max-width: none;
  margin: 0;
  color: var(--gf-forest-deep);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 730;
  line-height: .95;
  letter-spacing: -.065em;
}
body.plant-catalog-v2 .plants-intro > p:last-child {
  max-width: 25rem;
  margin: 0 0 .25rem;
  color: var(--gf-muted);
  font-size: .95rem;
  line-height: 1.5;
  text-align: right;
}

body.plant-catalog-v2 .plants-workspace.section-shell {
  display: grid;
  width: min(calc(100% - 3rem), 86rem);
  max-width: none;
  min-height: 0;
  grid-template-columns: minmax(15rem, 18rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem 0 0;
}
body.plant-catalog-v2 .plants-browser {
  position: sticky;
  top: 1rem;
  display: flex;
  height: auto;
  max-height: calc(100svh - 2rem);
  padding: 1rem;
  border: 1px solid var(--gf-line);
  border-radius: 1.25rem;
  background: rgba(255, 254, 249, .72);
  box-shadow: none;
}
body.plant-catalog-v2 .plant-browser-heading {
  align-items: center;
  padding: 0 .1rem .8rem;
}
body.plant-catalog-v2 .plant-browser-heading h2 {
  margin: 0;
  color: var(--gf-forest-deep);
  font-size: 1.2rem;
  letter-spacing: -.035em;
}
body.plant-catalog-v2 .plant-browser-heading h2 span {
  color: inherit;
  font-style: normal;
}
body.plant-catalog-v2 .plant-count {
  color: var(--gf-muted);
  font-size: .65rem;
  letter-spacing: .04em;
  text-transform: none;
}
body.plant-catalog-v2 .plant-area-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .3rem;
  padding: .3rem;
  border-radius: .8rem;
  background: #e7eee5;
}
body.plant-catalog-v2 .plant-area-card {
  display: block;
  min-height: 0;
  padding: .7rem .5rem;
  border: 0;
  border-radius: .6rem;
  background: transparent;
  color: var(--gf-muted);
  box-shadow: none;
  text-align: center;
  transform: none;
}
body.plant-catalog-v2 .plant-area-card:hover {
  background: rgba(255,255,255,.55);
  box-shadow: none;
  transform: none;
}
body.plant-catalog-v2 .plant-area-card.is-active,
body.plant-catalog-v2 .plant-area-card-botany.is-active {
  background: var(--gf-white);
  color: var(--gf-forest-deep);
  box-shadow: 0 .2rem .8rem rgba(29,48,39,.08);
}
body.plant-catalog-v2 .plant-area-copy strong {
  margin: 0;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: .74rem;
  font-weight: 720;
  letter-spacing: -.01em;
}
body.plant-catalog-v2 .plants-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 6.8rem;
  gap: .55rem;
  margin: .8rem 0 .5rem;
}
body.plant-catalog-v2 .plant-search-field,
body.plant-catalog-v2 .plant-category-field { gap: .35rem; }
body.plant-catalog-v2 .plants-toolbar label {
  color: var(--gf-muted);
  font-size: .58rem;
  letter-spacing: .07em;
}
body.plant-catalog-v2 .plants-toolbar input,
body.plant-catalog-v2 .plants-toolbar select {
  height: 2.65rem;
  padding: 0 .7rem;
  border: 1px solid var(--gf-line);
  border-radius: .7rem;
  background: var(--gf-white);
  font-size: .72rem;
}
body.plant-catalog-v2 .plant-list {
  display: grid;
  min-height: 0;
  max-height: none;
  gap: 0;
  padding: .15rem 0 0;
  overflow-y: auto;
}
body.plant-catalog-v2 .plant-list-item {
  padding: .8rem .7rem;
  border: 0;
  border-bottom: 1px solid rgba(16,63,50,.09);
  border-radius: 0;
  background: transparent;
  color: var(--gf-ink);
  transform: none;
}
body.plant-catalog-v2 .plant-list-item:hover {
  border-color: rgba(16,63,50,.09);
  background: rgba(255,255,255,.72);
  transform: none;
}
body.plant-catalog-v2 .plant-list-item.is-selected,
body.plant-catalog-v2[data-catalog-area="botanica"] .plant-list-item.is-selected {
  border-color: transparent;
  border-radius: .75rem;
  background: var(--gf-forest);
  color: white;
}
body.plant-catalog-v2 .plant-list-item > span { gap: .15rem; }
body.plant-catalog-v2 .plant-list-item strong {
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: .84rem;
  font-weight: 700;
}
body.plant-catalog-v2 .plant-list-item em { font-size: .64rem; }
body.plant-catalog-v2 .plant-list-item small {
  color: var(--gf-leaf);
  font-size: .55rem;
  letter-spacing: .05em;
}
body.plant-catalog-v2 .plant-list-item.is-selected em,
body.plant-catalog-v2[data-catalog-area="botanica"] .plant-list-item.is-selected em { color: rgba(255,255,255,.62); }
body.plant-catalog-v2 .plant-list-item.is-selected small,
body.plant-catalog-v2[data-catalog-area="botanica"] .plant-list-item.is-selected small { color: var(--gf-acid); }

body.plant-catalog-v2 .plant-detail {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 1px solid var(--gf-line);
  border-radius: 1.25rem;
  background: rgba(255, 254, 249, .82);
  color: var(--gf-ink);
  box-shadow: none;
}
body.plant-catalog-v2 .plant-studio-header {
  min-height: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-bottom: 1px solid var(--gf-line);
  background: transparent;
}
body.plant-catalog-v2 .plant-studio-title { display: block; }
body.plant-catalog-v2 .plant-detail h2 {
  color: var(--gf-forest-deep);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 730;
  letter-spacing: -.065em;
}
body.plant-catalog-v2 .plant-scientific {
  margin-top: .25rem;
  color: var(--gf-muted);
  font-family: Georgia, serif;
  font-size: .9rem;
}
body.plant-catalog-v2 .plant-detail-top { justify-content: flex-end; }
body.plant-catalog-v2 .plant-detail-category,
body.plant-catalog-v2 .difficulty-badge {
  padding: .42rem .6rem;
  border: 1px solid var(--gf-line);
  background: transparent;
  color: var(--gf-muted);
  font-size: .55rem;
  letter-spacing: .05em;
}
body.plant-catalog-v2 .difficulty-badge {
  background: #e7eee5;
  color: var(--gf-forest-deep);
}
body.plant-catalog-v2 .plant-studio-stage {
  display: grid;
  grid-template-columns: minmax(15rem, .75fr) minmax(18rem, 1.25fr);
  gap: 1.25rem;
  padding: clamp(1rem, 2.5vw, 1.5rem);
}
body.plant-catalog-v2 .plant-specimen-panel {
  border: 0;
  border-radius: 1rem;
  background: #e7eee5;
}
body.plant-catalog-v2 .plant-specimen-wrap {
  min-height: 20rem;
  background: radial-gradient(circle at 50% 55%, rgba(255,255,255,.82), transparent 53%);
}
body.plant-catalog-v2 .plant-specimen-wrap::before { display: none; }
body.plant-catalog-v2 .plant-specimen {
  width: min(78%, 18rem);
  filter: drop-shadow(0 1rem 1rem rgba(19,32,24,.13));
}
body.plant-catalog-v2 .plant-specimen-footer {
  grid-template-columns: 1fr;
  border-top-color: rgba(16,63,50,.1);
}
body.plant-catalog-v2 .plant-specimen-footer span {
  min-height: 0;
  grid-template-columns: 4rem 1fr;
  padding: .68rem .8rem;
  border-right: 0;
  border-bottom: 1px solid rgba(16,63,50,.09);
}
body.plant-catalog-v2 .plant-specimen-footer span:last-child { border-bottom: 0; }
body.plant-catalog-v2 .plant-specimen-footer small {
  color: var(--gf-muted);
  font-size: .56rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.plant-catalog-v2 .plant-specimen-footer b {
  font-size: .7rem;
  font-weight: 650;
}
body.plant-catalog-v2 .plant-intelligence-rail { display: block; }
body.plant-catalog-v2 .plant-intel-card,
body.plant-catalog-v2 .plant-tech-card {
  padding: 1.25rem;
  border: 1px solid var(--gf-line);
  border-radius: 1rem;
  background: transparent;
}
body.plant-catalog-v2 .plant-intel-card { height: 100%; }
body.plant-catalog-v2 .plant-intel-card h3,
body.plant-catalog-v2 .plant-tech-card h3 {
  margin: 0;
  color: var(--gf-forest-deep);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 1rem;
  font-weight: 720;
  letter-spacing: -.025em;
}
body.plant-catalog-v2 .plant-summary {
  margin: 1rem 0 0;
  color: var(--gf-muted);
  font-size: .86rem;
  line-height: 1.65;
}
body.plant-catalog-v2 .plant-profile-list { margin-top: 1rem; }
body.plant-catalog-v2 .plant-profile-list div {
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 1rem;
  padding: .75rem 0;
}
body.plant-catalog-v2 .plant-profile-list dt,
body.plant-catalog-v2 .plant-profile-list dd { font-size: .7rem; }

body.plant-catalog-v2 .plant-technical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 clamp(1rem, 2.5vw, 1.5rem) clamp(1rem, 2.5vw, 1.5rem);
}
body.plant-catalog-v2 .plant-card-title {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
body.plant-catalog-v2 .care-routine-list { margin-top: .75rem; }
body.plant-catalog-v2 .care-routine-list > div { padding: .72rem 0; }
body.plant-catalog-v2 .care-routine-list span,
body.plant-catalog-v2 .plant-health-action span {
  color: var(--gf-leaf);
  font-size: .56rem;
  letter-spacing: .08em;
}
body.plant-catalog-v2 .care-routine-list p,
body.plant-catalog-v2 .plant-pest-card > p {
  margin: .35rem 0 0;
  color: var(--gf-muted);
  font-size: .74rem;
  line-height: 1.55;
}
body.plant-catalog-v2 .plant-health-card {
  grid-column: 1 / -1;
  color: var(--gf-ink);
}
body.plant-catalog-v2 .plant-planting-card {
  grid-column: 2;
  grid-row: 1;
}
body.plant-catalog-v2 .plant-health-action {
  margin-top: .8rem;
  padding: .8rem;
  border-radius: .75rem;
  background: #e7eee5;
}
body.plant-catalog-v2 .plant-health-action strong {
  color: var(--gf-forest-deep);
  font-size: .7rem;
}
body.plant-catalog-v2 .risk-badge {
  padding: .35rem .55rem;
  background: #e7eee5;
  color: var(--gf-forest-deep) !important;
  font-size: .56rem;
}
body.plant-catalog-v2 .risk-badge[data-risk="medium"] { background: #f1e5c9; }
body.plant-catalog-v2 .risk-badge[data-risk="high"] { background: #f1d8d1; color: #74372b !important; }
body.plant-catalog-v2 .plant-pest-card ul,
body.plant-catalog-v2 .plant-planting-card ol {
  margin-top: 1rem;
}
body.plant-catalog-v2 .plant-pest-card li,
body.plant-catalog-v2 .plant-planting-card li {
  color: var(--gf-muted);
  font-size: .72rem;
}
body.plant-catalog-v2 .plant-planting-card { background: transparent; }
body.plant-catalog-v2 .plant-phenology-card {
  grid-column: 1 / -1;
  background: transparent;
}
body.plant-catalog-v2 .plant-card-title > b {
  color: var(--gf-muted);
  font-size: .6rem;
  font-weight: 700;
  text-transform: none;
}
body.plant-catalog-v2 .phenology-track {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .5rem;
  margin-top: 1rem;
}
body.plant-catalog-v2 .phenology-track::before { display: none; }
body.plant-catalog-v2 .phenology-track button {
  min-height: 5rem;
  padding: .8rem;
  border: 1px solid var(--gf-line);
  border-radius: .75rem;
  background: rgba(255,255,255,.52);
}
body.plant-catalog-v2 .phenology-track button::before { display: none; }
body.plant-catalog-v2 .phenology-track button:hover,
body.plant-catalog-v2 .phenology-track button:focus-visible {
  border-color: var(--gf-leaf);
  background: var(--gf-white);
  transform: none;
}
body.plant-catalog-v2 .phenology-track button span {
  color: var(--gf-leaf);
  font-size: .58rem;
}
body.plant-catalog-v2 .phenology-track button strong {
  margin-top: auto;
  font-size: .72rem;
}

body.plant-catalog-v2 .plant-diagnostic-panel {
  margin-top: 1.1rem;
  border-top: 1px solid var(--gf-line);
}
body.plant-catalog-v2 .plant-diagnostic-panel summary {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem .1rem .05rem;
  color: var(--gf-forest-deep);
  cursor: pointer;
  list-style: none;
}
body.plant-catalog-v2 .plant-diagnostic-panel summary::-webkit-details-marker { display: none; }
body.plant-catalog-v2 .plant-diagnostic-panel summary > span { display: grid; gap: .22rem; }
body.plant-catalog-v2 .plant-diagnostic-panel summary strong {
  font-size: .8rem;
  font-weight: 730;
}
body.plant-catalog-v2 .plant-diagnostic-panel summary small {
  color: var(--gf-muted);
  font-size: .65rem;
}
body.plant-catalog-v2 .plant-diagnostic-panel summary > b {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--gf-forest);
  color: white;
  font-size: 1.1rem;
  font-weight: 400;
  transition: transform 160ms ease, background 160ms ease;
}
body.plant-catalog-v2 .plant-diagnostic-panel[open] summary > b {
  background: var(--gf-leaf);
  transform: rotate(45deg);
}
body.plant-catalog-v2 .plant-diagnostic-panel summary:focus-visible {
  border-radius: .7rem;
  outline: 3px solid rgba(185,232,75,.52);
  outline-offset: 3px;
}
body.plant-catalog-v2 .plant-diagnostic-content {
  display: grid;
  gap: 1.35rem;
  margin-top: 1rem;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid var(--gf-line);
  border-radius: .9rem;
  background: rgba(246,244,237,.72);
}
body.plant-catalog-v2 .diagnostic-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, .8fr);
  gap: .35rem 2rem;
  align-items: end;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--gf-line);
}
body.plant-catalog-v2 .diagnostic-kicker {
  margin: 0 0 .35rem;
  color: var(--gf-leaf);
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
body.plant-catalog-v2 .diagnostic-intro .diagnostic-kicker { grid-column: 1 / -1; }
body.plant-catalog-v2 .diagnostic-intro h4 {
  margin: 0;
  color: var(--gf-forest-deep);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1;
  letter-spacing: -.05em;
}
body.plant-catalog-v2 .diagnostic-intro > p:last-child,
body.plant-catalog-v2 .diagnostic-note,
body.plant-catalog-v2 .diagnostic-relationship > p {
  margin: 0;
  color: var(--gf-muted);
  font-size: .72rem;
  line-height: 1.55;
}
body.plant-catalog-v2 .diagnostic-section h5,
body.plant-catalog-v2 .diagnostic-virus-note h5 {
  margin: 0;
  color: var(--gf-forest-deep);
  font-size: .82rem;
  font-weight: 730;
  letter-spacing: -.02em;
}
body.plant-catalog-v2 .diagnostic-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .55rem;
  margin-top: .8rem;
}
body.plant-catalog-v2 .diagnostic-signal-grid article {
  min-width: 0;
  padding: .85rem;
  border: 1px solid var(--gf-line);
  border-radius: .75rem;
  background: rgba(255,255,255,.58);
}
body.plant-catalog-v2 .diagnostic-signal-grid span,
body.plant-catalog-v2 .diagnostic-virus-note > span,
body.plant-catalog-v2 .diagnostic-phenology-list article span {
  color: var(--gf-leaf);
  font-size: .54rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.plant-catalog-v2 .diagnostic-signal-grid strong {
  display: block;
  margin-top: .4rem;
  color: var(--gf-forest-deep);
  font-size: .7rem;
}
body.plant-catalog-v2 .diagnostic-signal-grid p {
  margin: .35rem 0 0;
  color: var(--gf-muted);
  font-size: .66rem;
  line-height: 1.5;
}
body.plant-catalog-v2 .diagnostic-threat-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  margin: .8rem 0 0;
  padding: 0;
  list-style: none;
}
body.plant-catalog-v2 .diagnostic-threat-list li { min-width: 0; }
body.plant-catalog-v2 .diagnostic-threat-list button {
  display: flex;
  width: 100%;
  min-height: 5rem;
  gap: .8rem;
  align-items: center;
  justify-content: space-between;
  padding: .8rem;
  border: 1px solid var(--gf-line);
  border-radius: .75rem;
  background: rgba(255,255,255,.62);
  color: var(--gf-forest-deep);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}
body.plant-catalog-v2 .diagnostic-threat-list button:hover,
body.plant-catalog-v2 .diagnostic-threat-list button:focus-visible {
  border-color: var(--gf-leaf);
  background: white;
  outline: none;
  transform: translateY(-2px);
}
body.plant-catalog-v2 .diagnostic-threat-list button > span { display: grid; gap: .32rem; }
body.plant-catalog-v2 .diagnostic-threat-list button small {
  color: var(--gf-leaf);
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.plant-catalog-v2 .diagnostic-threat-list button strong {
  font-size: .7rem;
  line-height: 1.35;
}
body.plant-catalog-v2 .diagnostic-threat-list button > b {
  flex: 0 0 auto;
  color: var(--gf-leaf);
  font-size: .8rem;
  font-weight: 500;
}
body.plant-catalog-v2 .diagnostic-action-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: .7rem;
}
body.plant-catalog-v2 .diagnostic-action-grid > * {
  padding: 1rem;
  border-radius: .8rem;
}
body.plant-catalog-v2 .diagnostic-action-grid > .diagnostic-section {
  border: 1px solid var(--gf-line);
  background: rgba(255,255,255,.5);
}
body.plant-catalog-v2 .diagnostic-steps {
  display: grid;
  gap: .62rem;
  margin: .9rem 0 0;
  padding: 0;
  list-style: none;
}
body.plant-catalog-v2 .diagnostic-steps li {
  display: grid;
  grid-template-columns: 1.45rem minmax(0, 1fr);
  gap: .6rem;
  align-items: start;
}
body.plant-catalog-v2 .diagnostic-steps li > span {
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 50%;
  background: #e7eee5;
  color: var(--gf-forest-deep);
  font-size: .58rem;
  font-weight: 800;
}
body.plant-catalog-v2 .diagnostic-steps p {
  margin: .05rem 0 0;
  color: var(--gf-muted);
  font-size: .7rem;
  line-height: 1.5;
}
body.plant-catalog-v2 .diagnostic-steps p strong { color: var(--gf-forest-deep); }
body.plant-catalog-v2 .diagnostic-virus-note {
  align-self: stretch;
  background: var(--gf-forest-deep);
  color: white;
}
body.plant-catalog-v2 .diagnostic-virus-note > span { color: var(--gf-acid); }
body.plant-catalog-v2 .diagnostic-virus-note h5 {
  margin-top: .55rem;
  color: white;
  font-size: 1.05rem;
  line-height: 1.15;
}
body.plant-catalog-v2 .diagnostic-virus-note p {
  margin: .7rem 0 0;
  color: rgba(255,255,255,.7);
  font-size: .72rem;
  line-height: 1.55;
}
body.plant-catalog-v2 .diagnostic-relationship {
  display: grid;
  grid-template-columns: minmax(11rem, .8fr) minmax(0, 1.3fr);
  gap: .8rem 1.2rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--gf-line);
  border-radius: .8rem;
}
body.plant-catalog-v2 .diagnostic-relationship > p { grid-column: 1 / -1; }
body.plant-catalog-v2 .disease-triangle {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  align-items: center;
  justify-content: flex-end;
}
body.plant-catalog-v2 .disease-triangle span {
  padding: .55rem .65rem;
  border-radius: 999px;
  background: #e7eee5;
  color: var(--gf-forest-deep);
  font-size: .62rem;
  font-weight: 700;
}
body.plant-catalog-v2 .disease-triangle i {
  color: var(--gf-leaf);
  font-size: .75rem;
  font-style: normal;
}
body.plant-catalog-v2 .diagnostic-section-heading {
  display: flex;
  gap: 1.5rem;
  align-items: end;
  justify-content: space-between;
}
body.plant-catalog-v2 .diagnostic-section-heading > p {
  max-width: 28rem;
  margin: 0;
  color: var(--gf-muted);
  font-size: .64rem;
  line-height: 1.45;
  text-align: right;
}
body.plant-catalog-v2 .diagnostic-note { margin-top: .45rem; }
body.plant-catalog-v2 .diagnostic-phenology-list {
  display: grid;
  gap: .45rem;
  margin-top: .8rem;
}
body.plant-catalog-v2 .diagnostic-phenology-list article {
  display: grid;
  grid-template-columns: .8fr 1fr 1.25fr;
  gap: .8rem;
  padding: .8rem;
  border: 1px solid var(--gf-line);
  border-radius: .7rem;
  background: rgba(255,255,255,.52);
}
body.plant-catalog-v2 .diagnostic-phenology-list article > div {
  display: grid;
  min-width: 0;
  align-content: start;
}
body.plant-catalog-v2 .diagnostic-phenology-list article strong {
  margin-top: .28rem;
  color: var(--gf-forest-deep);
  font-size: .7rem;
}
body.plant-catalog-v2 .diagnostic-phenology-list article small {
  margin-top: .22rem;
  color: var(--gf-muted);
  font-size: .61rem;
  line-height: 1.4;
}
body.plant-catalog-v2 .diagnostic-phenology-list article > p {
  margin: 0;
  color: var(--gf-muted);
  font-size: .65rem;
  line-height: 1.45;
}
body.plant-catalog-v2 .diagnostic-phenology-list article > p span {
  display: block;
  margin-bottom: .28rem;
}

body.plant-catalog-v2 .threat-dialog {
  width: min(58rem, calc(100% - 1.5rem));
  max-width: none;
  max-height: min(90svh, 58rem);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 1.35rem;
  background: var(--gf-paper);
  color: var(--gf-ink);
  box-shadow: 0 2rem 6rem rgba(5,31,24,.32);
}
body.plant-catalog-v2 .threat-dialog::backdrop {
  background: rgba(5,31,24,.68);
  backdrop-filter: blur(7px);
}
body.plant-catalog-v2 .threat-dialog[open] { animation: threat-dialog-in 180ms ease-out; }
@keyframes threat-dialog-in {
  from { opacity: 0; transform: translateY(12px) scale(.985); }
}
body.plant-catalog-v2 .threat-dialog-shell { display: grid; }
body.plant-catalog-v2 .threat-dialog-header {
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.35rem);
  padding-right: 5rem;
  background: var(--gf-forest-deep);
  color: white;
}
body.plant-catalog-v2 .threat-dialog-meta {
  display: flex;
  gap: .6rem;
  align-items: center;
}
body.plant-catalog-v2 .threat-dialog-meta span {
  padding: .36rem .55rem;
  border-radius: 999px;
  background: var(--gf-acid);
  color: var(--gf-forest-deep);
  font-size: .55rem;
  font-weight: 820;
  letter-spacing: .07em;
  text-transform: uppercase;
}
body.plant-catalog-v2 .threat-dialog-meta p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: .65rem;
}
body.plant-catalog-v2 .threat-dialog-header h2 {
  max-width: 16ch;
  margin: 1rem 0 0;
  color: white;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: clamp(2rem, 5vw, 3.7rem);
  font-weight: 730;
  line-height: .95;
  letter-spacing: -.06em;
  overflow-wrap: anywhere;
}
body.plant-catalog-v2 .threat-dialog-header > p {
  max-width: 46rem;
  margin: 1rem 0 0;
  color: rgba(255,255,255,.7);
  font-size: .82rem;
  line-height: 1.6;
}
body.plant-catalog-v2 .threat-dialog-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: transparent;
  color: white;
  font-size: 1.45rem;
  cursor: pointer;
}
body.plant-catalog-v2 .threat-dialog-close:hover,
body.plant-catalog-v2 .threat-dialog-close:focus-visible {
  border-color: var(--gf-acid);
  background: var(--gf-acid);
  color: var(--gf-forest-deep);
  outline: none;
}
body.plant-catalog-v2 .threat-dialog-body {
  display: grid;
  gap: .85rem;
  padding: clamp(1rem, 3vw, 1.5rem);
}
body.plant-catalog-v2 .threat-dialog-body > section,
body.plant-catalog-v2 .threat-response-grid > section {
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid var(--gf-line);
  border-radius: .9rem;
  background: rgba(255,255,255,.52);
}
body.plant-catalog-v2 .threat-section-heading > span,
body.plant-catalog-v2 .threat-help-note > span {
  display: block;
  color: var(--gf-leaf);
  font-size: .55rem;
  font-weight: 820;
  letter-spacing: .1em;
  text-transform: uppercase;
}
body.plant-catalog-v2 .threat-section-heading h3 {
  margin: .4rem 0 0;
  color: var(--gf-forest-deep);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 1rem;
  font-weight: 730;
  letter-spacing: -.025em;
}
body.plant-catalog-v2 .threat-identification {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.4rem;
}
body.plant-catalog-v2 .threat-identification .threat-section-heading { grid-column: 1 / -1; }
body.plant-catalog-v2 .threat-identification > ul,
body.plant-catalog-v2 .threat-response-grid ol,
body.plant-catalog-v2 .threat-response-grid ul {
  display: grid;
  align-content: start;
  gap: .55rem;
  margin: 0;
  padding-left: 1.1rem;
}
body.plant-catalog-v2 .threat-identification li,
body.plant-catalog-v2 .threat-response-grid li {
  padding-left: .15rem;
  color: var(--gf-muted);
  font-size: .71rem;
  line-height: 1.5;
}
body.plant-catalog-v2 .threat-identification li::marker,
body.plant-catalog-v2 .threat-response-grid li::marker { color: var(--gf-leaf); }
body.plant-catalog-v2 .threat-facts { display: grid; gap: .65rem; margin: 0; }
body.plant-catalog-v2 .threat-facts div {
  padding: .75rem;
  border-radius: .7rem;
  background: #e7eee5;
}
body.plant-catalog-v2 .threat-facts dt {
  color: var(--gf-leaf);
  font-size: .54rem;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.plant-catalog-v2 .threat-facts dd {
  margin: .35rem 0 0;
  color: var(--gf-forest-deep);
  font-size: .69rem;
  line-height: 1.5;
}
body.plant-catalog-v2 .threat-cycle ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .45rem;
  margin: .9rem 0 0;
  padding: 0;
  list-style: none;
}
body.plant-catalog-v2 .threat-cycle li {
  min-width: 0;
  padding: .75rem;
  border-radius: .7rem;
  background: #e7eee5;
}
body.plant-catalog-v2 .threat-cycle li span {
  color: var(--gf-leaf);
  font-size: .55rem;
  font-weight: 820;
}
body.plant-catalog-v2 .threat-cycle li p {
  margin: .55rem 0 0;
  color: var(--gf-muted);
  font-size: .65rem;
  line-height: 1.45;
}
body.plant-catalog-v2 .threat-plant-relation > p {
  margin: .8rem 0 0;
  color: var(--gf-muted);
  font-size: .73rem;
  line-height: 1.55;
}
body.plant-catalog-v2 .threat-stage-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .4rem;
  margin-top: .8rem;
}
body.plant-catalog-v2 .threat-stage-list span {
  padding: .65rem .5rem;
  border: 1px solid var(--gf-line);
  border-radius: .65rem;
  color: var(--gf-muted);
  font-size: .62rem;
  font-weight: 700;
  text-align: center;
}
body.plant-catalog-v2 .threat-stage-list span.is-priority {
  border-color: var(--gf-leaf);
  background: var(--gf-forest);
  color: white;
}
body.plant-catalog-v2 .threat-context-note {
  padding: .75rem;
  border-left: 3px solid var(--gf-acid);
  background: rgba(185,232,75,.13);
  color: var(--gf-forest-deep) !important;
}
body.plant-catalog-v2 .threat-response-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
}
body.plant-catalog-v2 .threat-response-grid ol,
body.plant-catalog-v2 .threat-response-grid ul { margin-top: .85rem; }
body.plant-catalog-v2 .threat-help-note {
  padding: 1rem 1.1rem;
  border-radius: .85rem;
  background: var(--gf-forest-deep);
  color: white;
}
body.plant-catalog-v2 .threat-help-note > span { color: var(--gf-acid); }
body.plant-catalog-v2 .threat-help-note p {
  margin: .45rem 0 0;
  color: rgba(255,255,255,.74);
  font-size: .72rem;
  line-height: 1.5;
}
body.plant-catalog-v2 .threat-disclaimer {
  margin: 0;
  color: var(--gf-muted);
  font-size: .62rem;
  line-height: 1.5;
  text-align: center;
}
body.plant-catalog-v2 .threat-dialog-footer {
  position: sticky;
  bottom: 0;
  display: flex;
  gap: .7rem;
  justify-content: space-between;
  padding: .9rem 1.5rem;
  border-top: 1px solid var(--gf-line);
  background: rgba(246,244,237,.94);
  backdrop-filter: blur(12px);
}
body.plant-catalog-v2 .threat-dialog-footer button {
  min-height: 2.6rem;
  padding: 0 .9rem;
  border: 1px solid var(--gf-line);
  border-radius: 999px;
  background: white;
  color: var(--gf-forest-deep);
  font-size: .66rem;
  font-weight: 740;
  cursor: pointer;
}
body.plant-catalog-v2 .threat-dialog-footer button:hover,
body.plant-catalog-v2 .threat-dialog-footer button:focus-visible {
  border-color: var(--gf-forest);
  background: var(--gf-forest);
  color: white;
  outline: none;
}

body.plant-catalog-v2 .phenology-dialog {
  border-radius: 1.2rem;
  box-shadow: 0 2rem 5rem rgba(13,47,37,.2);
}
body.plant-catalog-v2 .phenology-dialog-header { padding: 1.5rem 4.5rem 1.5rem 1.5rem; }
body.plant-catalog-v2 .phenology-dialog-header h2 {
  margin-top: .6rem;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 720;
  letter-spacing: -.055em;
}

@media (max-width: 940px) {
  body.plant-catalog-v2 .plants-workspace.section-shell { grid-template-columns: 1fr; }
  body.plant-catalog-v2 .plants-browser {
    position: static;
    display: grid;
    max-height: none;
    grid-template-columns: auto minmax(15rem, 1fr);
    gap: .6rem 1rem;
  }
  body.plant-catalog-v2 .plant-browser-heading { grid-column: 1 / -1; }
  body.plant-catalog-v2 .plant-area-switch { align-self: end; }
  body.plant-catalog-v2 .plants-toolbar { margin: 0; }
  body.plant-catalog-v2 .plant-list {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body.plant-catalog-v2 .plant-list-item { border: 1px solid rgba(16,63,50,.09); }
  body.plant-catalog-v2 .plants-empty { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body.plant-catalog-v2 .plants-intro.section-shell {
    display: block;
    width: calc(100% - 1.5rem);
    padding-block: 2.5rem 1.5rem;
  }
  body.plant-catalog-v2 .plants-intro > p:last-child {
    margin: .8rem 0 0;
    text-align: left;
  }
  body.plant-catalog-v2 .plants-workspace.section-shell {
    width: calc(100% - 1.5rem);
  }
  body.plant-catalog-v2 .plants-browser { display: block; }
  body.plant-catalog-v2 .plant-area-switch { margin-bottom: .7rem; }
  body.plant-catalog-v2 .plants-toolbar { grid-template-columns: 1fr; }
  body.plant-catalog-v2 .plant-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .35rem;
    margin-top: .7rem;
  }
  body.plant-catalog-v2 .plant-list-item {
    min-height: 4.5rem;
    padding: .7rem;
    border-radius: .7rem;
  }
  body.plant-catalog-v2 .plant-list-item small { display: none; }
  body.plant-catalog-v2 .plant-studio-header,
  body.plant-catalog-v2 .plant-studio-stage { display: grid; }
  body.plant-catalog-v2 .plant-detail-top { justify-content: flex-start; }
  body.plant-catalog-v2 .plant-studio-stage,
  body.plant-catalog-v2 .plant-technical-grid { grid-template-columns: 1fr; }
  body.plant-catalog-v2 .plant-health-card,
  body.plant-catalog-v2 .plant-planting-card {
    grid-column: auto;
    grid-row: auto;
  }
  body.plant-catalog-v2 .plant-specimen-wrap { min-height: 17rem; }
  body.plant-catalog-v2 .plant-phenology-card { grid-column: auto; }
  body.plant-catalog-v2 .phenology-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.plant-catalog-v2 .diagnostic-intro,
  body.plant-catalog-v2 .diagnostic-action-grid,
  body.plant-catalog-v2 .diagnostic-relationship { grid-template-columns: 1fr; }
  body.plant-catalog-v2 .diagnostic-signal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.plant-catalog-v2 .diagnostic-threat-list { grid-template-columns: 1fr; }
  body.plant-catalog-v2 .disease-triangle { justify-content: flex-start; }
  body.plant-catalog-v2 .diagnostic-section-heading { display: block; }
  body.plant-catalog-v2 .diagnostic-section-heading > p { margin-top: .5rem; text-align: left; }
  body.plant-catalog-v2 .diagnostic-phenology-list article { grid-template-columns: 1fr; }
  body.plant-catalog-v2 .threat-identification,
  body.plant-catalog-v2 .threat-response-grid { grid-template-columns: 1fr; }
  body.plant-catalog-v2 .threat-identification .threat-section-heading { grid-column: auto; }
  body.plant-catalog-v2 .threat-cycle ol,
  body.plant-catalog-v2 .threat-stage-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 430px) {
  body.plant-catalog-v2 .diagnostic-signal-grid { grid-template-columns: 1fr; }
  body.plant-catalog-v2 .plant-diagnostic-content { padding: .85rem; }
  body.plant-catalog-v2 .threat-dialog { width: calc(100% - .5rem); max-height: calc(100svh - .5rem); border-radius: 1rem; }
  body.plant-catalog-v2 .threat-dialog-header { padding: 1.25rem 4.25rem 1.35rem 1.25rem; }
  body.plant-catalog-v2 .threat-dialog-body { padding: .7rem; }
  body.plant-catalog-v2 .threat-cycle ol,
  body.plant-catalog-v2 .threat-stage-list { grid-template-columns: 1fr; }
}
