:root {
  --pine: #173a33;
  --pine-deep: #0d241f;
  --pine-soft: #35594f;
  --paper: #f6f2e9;
  --paper-white: #fffdf8;
  --leaf: #849e67;
  --sun: #dcae3c;
  --clay: #9b5038;
  --sand: #e8dcc2;
  --line: rgba(23, 58, 51, 0.17);
  --content: min(1160px, calc(100vw - 48px));
  --serif: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--pine);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
picture { display: block; }

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--paper-white);
  background: var(--pine-deep);
  transform: translateY(-170%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.eyebrow {
  margin: 0 0 13px;
  color: var(--clay);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow.light { color: #e9ca78; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--paper-white);
}
.site-header--solid {
  position: relative;
  color: var(--pine);
  background: var(--paper-white);
  border-bottom: 1px solid var(--line);
}
.nav {
  width: var(--content);
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 253, 248, 0.34);
}
.site-header--solid .nav { border-bottom: 0; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.brand-mark { width: 34px; height: 34px; flex: 0 0 34px; }
.brand-lockup { display: grid; gap: 3px; }
.brand-lockup strong { font-family: var(--serif); font-size: 1.42rem; font-weight: 700; line-height: 0.9; }
.brand-lockup span {
  color: #dfe8d1;
  font-family: var(--sans);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-header--solid .brand-lockup span { color: var(--leaf); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 0.77rem;
  font-weight: 800;
}
.nav-links a { opacity: 0.88; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--sun); opacity: 1; }
.nav-tools { display: flex; align-items: center; gap: 12px; }
.search-toggle { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid currentColor; color: inherit; background: transparent; }
.search-toggle:hover { color: var(--sun); }
.search-icon { position: relative; display: inline-block; width: 14px; height: 14px; border: 1.5px solid currentColor; border-radius: 50%; }
.search-icon::after { position: absolute; right: -5px; bottom: -3px; width: 6px; height: 1.5px; background: currentColor; content: ""; transform: rotate(45deg); transform-origin: left center; }
.search-panel { position: absolute; z-index: 25; top: 100%; right: max(24px, calc((100vw - 1160px) / 2)); width: min(620px, calc(100% - 48px)); padding: 24px; border: 1px solid var(--line); color: var(--pine); background: var(--paper-white); box-shadow: 0 18px 42px rgba(8, 27, 23, 0.19); }
.search-panel[hidden] { display: none; }
.search-panel__eyebrow { margin: 0 0 7px; color: var(--clay); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.search-label { display: block; margin-bottom: 11px; font-family: var(--serif); font-size: 1.55rem; line-height: 1; }
.search-input-row { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.search-input-row input { min-width: 0; padding: 12px 13px; border: 1px solid rgba(23, 58, 51, 0.28); border-radius: 3px; color: var(--pine); background: #fffefa; }
.search-input-row input:focus { outline: 2px solid var(--sun); outline-offset: 1px; }
.search-submit { display: inline-flex; align-items: center; gap: 9px; padding: 0 15px; border: 1px solid var(--pine); border-radius: 3px; color: var(--paper-white); background: var(--pine); font-size: 0.75rem; font-weight: 800; }
.search-submit .search-icon { width: 11px; height: 11px; }
.search-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.search-filter { min-height: 44px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 2px; color: var(--pine-soft); background: transparent; font-size: 0.68rem; font-weight: 800; }
.search-filter:hover, .search-filter.is-active { border-color: var(--pine); color: var(--paper-white); background: var(--pine); }
.search-status { min-height: 1.35em; margin: 17px 0 9px; color: var(--pine-soft); font-size: 0.75rem; }
.search-results { display: grid; gap: 8px; max-height: min(390px, 52vh); overflow: auto; }
.search-result { display: grid; gap: 4px; padding: 12px 13px; border-top: 1px solid var(--line); color: var(--pine); }
.search-result:hover { background: #f1eee6; }
.search-result__label { color: var(--clay); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.search-result strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; line-height: 1.05; }
.search-result__description { color: var(--pine-soft); font-size: 0.76rem; line-height: 1.4; }
.search-empty { margin: 0; padding: 14px 0 3px; color: var(--pine-soft); font-size: 0.8rem; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid currentColor;
  color: inherit;
  background: transparent;
}
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after {
  display: block;
  width: 18px;
  height: 1px;
  margin: auto;
  background: currentColor;
  content: "";
  transition: transform 180ms ease;
}
.menu-toggle-lines { position: relative; }
.menu-toggle-lines::before { position: absolute; top: -6px; }
.menu-toggle-lines::after { position: absolute; top: 6px; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after { transform: translateY(-6px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: min(800px, 100vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--paper-white);
  background-color: var(--pine);
  background-image: url("assets/plot-and-leaf-hero.jpg");
  background-image: image-set(url("assets/optimized/plot-and-leaf-hero-1600.avif") type("image/avif"), url("assets/optimized/plot-and-leaf-hero-1600.webp") type("image/webp"), url("assets/plot-and-leaf-hero.jpg") type("image/jpeg"));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 27, 23, 0.78) 0%, rgba(8, 27, 23, 0.40) 47%, rgba(8, 27, 23, 0.13) 100%); content: ""; }
.hero::after { position: absolute; left: 0; right: 0; bottom: 0; height: 34%; background: linear-gradient(transparent, rgba(8, 27, 23, 0.74)); content: ""; }
.hero-content { position: relative; z-index: 1; width: var(--content); margin: 0 auto; padding: 0 0 102px; }
.hero h1 { max-width: 805px; margin: 0; font-size: clamp(3.4rem, 7.1vw, 6.5rem); line-height: 0.9; text-wrap: balance; }
.hero-copy { max-width: 535px; margin: 25px 0 31px; font-size: clamp(1rem, 1.7vw, 1.18rem); }
.hero-meta {
  position: absolute;
  z-index: 1;
  right: max(24px, calc((100vw - 1160px) / 2));
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e3edd6;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-meta::before { width: 42px; height: 1px; background: currentColor; content: ""; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: background 150ms ease, color 150ms ease, transform 150ms ease;
}
.button:hover { transform: translateY(-2px); }
.button--sun { color: var(--pine-deep); background: var(--sun); }
.button--sun:hover { background: #edc65f; }
.button--ghost { border-color: rgba(255, 253, 248, 0.72); color: var(--paper-white); background: rgba(255, 253, 248, 0.09); }
.button--ghost:hover { background: rgba(255, 253, 248, 0.19); }
.button--pine { color: var(--paper-white); background: var(--pine); }
.button--pine:hover { background: var(--pine-soft); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }

.home-intro { width: var(--content); margin: 0 auto; padding: 106px 0 101px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 9vw, 145px); }
.home-intro h2, .section-heading h2 { max-width: 650px; margin: 0; font-size: clamp(2.45rem, 4.7vw, 4.25rem); line-height: 0.98; text-wrap: balance; }
.home-intro p:last-child { max-width: 610px; margin: 0; color: var(--pine-soft); font-size: clamp(1.04rem, 1.5vw, 1.18rem); line-height: 1.7; }

.topic-band { color: var(--paper-white); background: var(--pine); }
.topic-band__inner { width: var(--content); margin: 0 auto; padding: 91px 0 99px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.section-heading--light h2 { color: var(--paper-white); }
.section-heading__copy { max-width: 365px; margin: 0; color: #c5d2bf; font-size: 0.96rem; }
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 253, 248, 0.28); }
.topic { min-height: 278px; padding: 26px 25px 25px 0; border-right: 1px solid rgba(255, 253, 248, 0.28); }
.topic + .topic { padding-left: 25px; }
.topic:last-child { padding-right: 0; border-right: 0; }
.topic__number { display: block; margin-bottom: 55px; color: #e7c76c; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; }
.topic h3 { margin: 0 0 11px; font-size: 1.75rem; line-height: 0.99; }
.topic p { margin: 0; color: #c5d2bf; font-size: 0.88rem; }
.topic:hover { background: rgba(255, 253, 248, 0.06); }
.topic:focus-visible, .hub-card:focus-visible { outline: 3px solid var(--sun); outline-offset: -3px; }

.latest-guides { width: var(--content); margin: 0 auto; padding: 105px 0 110px; }
.latest-guides__heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 53px; }
.latest-guides__heading h2 { max-width: 700px; margin: 0; font-size: clamp(2.25rem, 4vw, 3.8rem); line-height: 1; }
.latest-guides__heading > p { max-width: 338px; margin: 0; color: var(--pine-soft); font-size: 0.94rem; }
.category-latest { display: grid; grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr); gap: clamp(36px, 8vw, 118px); padding: 42px 0; border-top: 1px solid var(--line); }
.category-latest:last-child { border-bottom: 1px solid var(--line); }
.category-latest__number { margin: 0 0 28px; color: var(--clay); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; }
.category-latest__intro h3 { margin: 0 0 10px; font-size: clamp(1.8rem, 3vw, 2.55rem); line-height: 0.98; }
.category-latest__intro > p:not(.category-latest__number) { max-width: 260px; margin: 0 0 21px; color: var(--pine-soft); font-size: 0.9rem; }
.category-latest__content { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 16px; align-items: stretch; }
.latest-article { min-width: 0; display: grid; grid-template-columns: minmax(156px, 0.88fr) minmax(0, 1.12fr); gap: 17px; padding: 11px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper-white); transition: border-color 150ms ease, transform 150ms ease; }
.latest-article:hover { border-color: var(--leaf); transform: translateY(-2px); }
.latest-article:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.latest-article img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; border-radius: 3px; }
.latest-article > div { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; padding: 12px 9px 12px 0; }
.latest-article__label { margin: 0 0 12px; color: var(--clay); font-size: 0.63rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.latest-article h3 { margin: 0 0 11px; font-family: var(--serif); font-size: clamp(1.35rem, 1.65vw, 1.65rem); font-weight: 500; line-height: 1.02; }
.latest-article div > p:not(.latest-article__label) { margin: 0 0 17px; color: var(--pine-soft); font-size: 0.84rem; }
.latest-article span { padding-bottom: 3px; border-bottom: 1px solid var(--pine); font-size: 0.73rem; font-weight: 800; }
.publication-state { width: 100%; margin: 0; padding: 27px 0 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--pine-soft); }
.publication-state strong { display: block; margin-bottom: 8px; color: var(--pine); font-family: var(--serif); font-size: 1.32rem; font-weight: 500; }
.publication-state span { display: block; max-width: 510px; font-size: 0.89rem; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid var(--pine); font-size: 0.76rem; font-weight: 800; }
.text-link:hover { color: var(--clay); border-color: var(--clay); }

.site-footer { color: var(--paper-white); background: var(--pine-deep); }
.footer-inner { width: var(--content); margin: 0 auto; padding: 44px 0 38px; display: grid; grid-template-columns: 1.15fr 1fr 0.7fr; gap: 36px; }
.footer-brand { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 11px; font-family: var(--serif); font-size: 1.45rem; font-weight: 700; }
.footer-brand__mark { width: 27px; height: 27px; object-fit: contain; }
.footer-copy { max-width: 290px; margin: 0; color: #b9c9b5; font-size: 0.82rem; }
.footer-heading { margin: 0 0 12px; color: #e7c76c; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-links { display: grid; grid-template-columns: repeat(2, max-content); gap: 8px 20px; color: #e5ede0; font-size: 0.78rem; font-weight: 700; }
.footer-links a:hover { color: var(--sun); }
.footer-note { margin: 0; color: #b9c9b5; font-size: 0.76rem; }
.footer-bottom { width: var(--content); margin: 0 auto; padding: 18px 0 24px; border-top: 1px solid rgba(255, 253, 248, 0.17); color: #a8b9a3; font-size: 0.7rem; }

.page-hero { padding: 91px 0 87px; background: var(--sand); }
.page-hero__inner, .page-layout, .contact-layout { width: min(900px, var(--content)); margin: 0 auto; }
.page-hero__inner .breadcrumbs { margin-bottom: 27px; }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.55rem, 5vw, 4.8rem); line-height: 0.95; text-wrap: balance; }
.page-hero__lede { max-width: 670px; margin: 22px 0 0; color: var(--pine-soft); font-size: clamp(1.02rem, 1.6vw, 1.18rem); }
.page-layout { padding: 82px 0 105px; }
.category-layout { width: var(--content); margin: 0 auto; padding: 82px 0 105px; }
.hub-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 84px; }
.hub-card { min-height: 180px; padding: 22px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper-white); }
.hub-card:nth-child(2) { background: #e2ebd7; }
.hub-card:nth-child(3) { background: #f2e0b4; }
.hub-card:nth-child(4) { background: #e7cbbd; }
.hub-card__number { display: block; margin-bottom: 42px; color: var(--clay); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; }
.hub-card h2 { margin: 0; font-size: 1.55rem; line-height: 1; }
.hub-card p { margin: 9px 0 0; color: var(--pine-soft); font-size: 0.83rem; }
.hub-sections { width: min(820px, 100%); }
.hub-section { padding: 41px 0; border-top: 1px solid var(--line); }
.hub-section:first-child { border-top: 0; padding-top: 0; }
.hub-section h2 { margin: 0 0 12px; font-size: clamp(2rem, 3.5vw, 2.9rem); line-height: 1; }
.hub-section p { max-width: 720px; margin: 0; color: var(--pine-soft); }
.hub-section ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 24px; padding: 0; margin: 22px 0 0; list-style: none; }
.hub-section li { padding-top: 9px; border-top: 1px solid var(--line); color: var(--pine); font-size: 0.84rem; font-weight: 800; }
.published-guides { width: min(820px, 100%); margin: 0 0 70px; padding: 34px 0 0; border-top: 1px solid var(--line); }
.published-guides h2 { margin: 0 0 10px; font-size: clamp(2rem, 3.5vw, 2.9rem); line-height: 1; }
.published-guides > p { max-width: 650px; margin: 0 0 24px; color: var(--pine-soft); }
.guide-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.guide-card { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 15px; padding: 11px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper-white); }
.guide-card:hover { border-color: var(--leaf); }
.guide-card img { width: 100%; height: 100%; min-height: 100px; object-fit: cover; border-radius: 3px; }
.guide-card > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 4px 6px 4px 0; }
.guide-card h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 1.3rem; font-weight: 500; line-height: 1; }
.guide-card div > p:not(.latest-article__label) { margin: 0 0 11px; color: var(--pine-soft); font-size: 0.78rem; }
.guide-card span { padding-bottom: 2px; border-bottom: 1px solid var(--pine); color: var(--pine); font-size: 0.68rem; font-weight: 800; }
.cross-category-links { width: min(820px, var(--content)); margin: 0 auto 105px; padding-top: 42px; border-top: 1px solid var(--line); }
.cross-category-links h2 { margin: 0 0 12px; font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1; }
.cross-category-links p { max-width: 680px; margin: 0 0 20px; color: var(--pine-soft); }
.cross-category-links ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 22px; padding: 0; margin: 0; list-style: none; }
.cross-category-links li { padding-top: 10px; border-top: 1px solid var(--line); }
.cross-category-links a { color: var(--pine); font-size: 0.84rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.article-header { width: min(940px, var(--content)); margin: 0 auto; padding: 93px 0 56px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 22px; color: var(--pine-soft); font-size: 0.72rem; font-weight: 700; }
.breadcrumbs a { color: var(--pine); text-decoration: underline; text-underline-offset: 3px; }
.article-header__eyebrow { margin: 0 0 15px; color: var(--clay); font-size: 0.69rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.article-header h1 { max-width: 940px; margin: 0; font-size: clamp(2.55rem, 5vw, 4.5rem); line-height: 0.95; text-wrap: balance; }
.article-header__lede { max-width: 720px; margin: 23px 0 0; color: var(--pine-soft); font-size: clamp(1.04rem, 1.6vw, 1.2rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 25px; color: var(--pine-soft); font-size: 0.75rem; }
.article-meta a { color: var(--pine); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.article-rule { width: var(--content); height: 1px; margin: 0 auto; background: var(--line); }
.article-layout { width: min(1160px, var(--content)); margin: 0 auto; padding: 53px 0 105px; display: grid; grid-template-columns: 226px minmax(0, 760px); gap: clamp(38px, 7vw, 88px); align-items: start; }
.article-sidebar { position: sticky; top: 28px; }
.article-body { max-width: 760px; }
.article-body > *:first-child { margin-top: 0; }
.article-hero-media { margin: 0 0 34px; }
.article-hero-media img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 6px; background: var(--sand); }
.article-hero-media figcaption { margin-top: 9px; color: var(--pine-soft); font-size: 0.73rem; line-height: 1.45; }
.article-body h2 { margin: 54px 0 14px; font-size: clamp(2rem, 3.7vw, 3rem); line-height: 1; }
.article-body h3 { margin: 32px 0 9px; font-size: 1.42rem; line-height: 1.06; }
.article-body p, .article-body li { color: var(--pine-soft); }
.article-body p { margin: 0 0 19px; }
.article-body ul { padding-left: 20px; margin: 0 0 22px; }
.article-body li + li { margin-top: 8px; }
.article-body a { color: var(--clay); text-decoration: underline; text-underline-offset: 3px; }
.article-checklist { padding: 22px 24px 22px 42px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper-white); }
.care-glance { display: grid; grid-template-columns: repeat(4, 1fr); margin: 35px 0 45px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.care-glance div { min-height: 142px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-white); }
.care-glance strong { display: block; margin-bottom: 10px; color: var(--clay); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; }
.care-glance span { color: var(--pine); font-family: var(--serif); font-size: 1.18rem; line-height: 1.05; }
.plant-overview { margin: 25px 0 43px; border: 1px solid rgba(23, 58, 51, 0.56); overflow-x: auto; background: var(--paper-white); }
.plant-overview table { width: 100%; border-collapse: collapse; min-width: 620px; }
.plant-overview th, .plant-overview td { padding: 18px 24px; border-bottom: 1px solid rgba(23, 58, 51, 0.42); color: var(--pine); font-size: 1rem; line-height: 1.35; text-align: left; vertical-align: top; }
.plant-overview tr:last-child th, .plant-overview tr:last-child td { border-bottom: 0; }
.plant-overview th { width: 31%; border-right: 1px solid rgba(23, 58, 51, 0.42); font-weight: 800; background: #f3f0e9; }
.plant-overview tr:nth-child(even) th, .plant-overview tr:nth-child(even) td { background: #eeece6; }
.plant-overview em { font-family: var(--serif); }
.type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 29px 0 32px; }
.type-card { min-width: 0; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: var(--paper-white); }
.type-card img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; background: var(--sand); }
.type-card div { padding: 18px 18px 20px; }
.type-card--text-only div { padding-top: 22px; }
.article-body .type-card h3 { margin: 0 0 8px; color: var(--pine); font-size: 1.42rem; line-height: 1.04; }
.type-card p { margin: 0; font-size: 0.9rem; line-height: 1.55; }
.type-card .type-card__credit { margin-top: 12px; font-size: 0.76rem; color: var(--muted); }
.article-toc { margin: 0; padding: 25px 24px 26px; border: 1px solid var(--line); border-radius: 6px; background: #eeece6; }
.article-toc p { margin: 0 0 20px; color: var(--pine); font-family: var(--serif); font-size: 1.55rem; font-weight: 500; line-height: 1; }
.article-toc ol { display: grid; gap: 15px; padding: 4px 0 2px 18px; margin: 0; border-left: 1px solid rgba(23, 58, 51, 0.24); list-style: none; }
.article-toc li { margin: 0; padding-left: 9px; }
.article-toc a { display: flex; align-items: center; min-height: 44px; color: var(--pine); font-size: 0.86rem; font-weight: 500; line-height: 1.2; text-decoration: none; transition: color 160ms ease, font-weight 160ms ease; }
.article-toc a.is-active { color: var(--pine); font-weight: 800; }
.article-toc a:hover { color: var(--clay); text-decoration: underline; text-underline-offset: 4px; }
.article-note { margin: 34px 0; padding: 23px 25px; border-left: 4px solid var(--sun); background: #f0e2bd; }
.article-note p { margin: 0; color: var(--pine); font-weight: 700; }
.article-note__label { display: block; margin-bottom: 10px; color: var(--clay); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.article-process-figure { margin: 36px 0 47px; }
.article-process-figure picture, .article-process-figure img { width: 100%; }
.article-process-figure img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border: 1px solid var(--line); border-radius: 5px; background: var(--paper-white); }
.article-process-figure figcaption { padding: 19px 0 0; }
.article-process-figure__label { display: block; margin-bottom: 7px; color: var(--clay); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.article-process-figure figcaption > strong { display: block; margin-bottom: 17px; color: var(--pine); font-family: var(--serif); font-size: clamp(1.55rem, 2.6vw, 2.1rem); font-weight: 500; line-height: 1.04; }
.article-process-figure figcaption > p { max-width: 650px; margin: 0; color: var(--pine-soft); }
.article-process-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding: 0; margin: 0; list-style: none; }
.article-process-steps li { padding: 0 17px; border-left: 1px solid var(--line); color: var(--pine-soft); font-size: 0.9rem; line-height: 1.35; }
.article-process-steps li:first-child { padding-left: 0; border-left: 0; }
.sources-disclosure { margin: 54px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sources-disclosure summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 78px; color: var(--pine); cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(1.8rem, 3.2vw, 2.7rem); line-height: 1; }
.sources-disclosure summary::-webkit-details-marker { display: none; }
.sources-disclosure summary::marker { content: ""; }
.sources-disclosure summary:focus-visible { outline: 3px solid var(--clay); outline-offset: 5px; }
.sources-disclosure__icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 3px solid var(--pine); border-radius: 50%; color: var(--pine); font-family: var(--sans); font-size: 2rem; font-weight: 400; line-height: 0.8; }
.sources-disclosure__icon::before { content: "+"; }
.sources-disclosure[open] .sources-disclosure__icon::before { content: "−"; }
.sources-disclosure__body { padding: 0 0 22px; }
.sources-disclosure__body > p { margin-top: 0; }
.source-list { padding: 0; margin: 0; list-style: none; }
.source-list li { padding: 14px 0; border-top: 1px solid var(--line); }
.source-list li:last-child { border-bottom: 1px solid var(--line); }
.related-articles { width: 100%; margin-top: 74px; padding-top: 43px; border-top: 1px solid var(--line); }
.related-articles h2 { margin: 0 0 28px; font-size: clamp(2.15rem, 4vw, 3.25rem); line-height: 0.98; }
.related-article-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 26px; }
.article-body .related-article { display: block; min-width: 0; color: var(--pine); text-decoration: none; }
.related-article img { display: block; width: 100%; height: clamp(160px, 14vw, 210px); object-fit: cover; }
.related-article__label { margin: 17px 0 10px; color: var(--pine-soft); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.article-body .related-article h3 { margin: 0; color: var(--pine); font-size: clamp(1.45rem, 2.5vw, 2rem); font-weight: 500; line-height: 1.02; }
.related-article__byline { margin: 15px 0 0; color: var(--pine-soft); font-size: 0.86rem; }
.article-body .related-article:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.prose { max-width: 740px; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin: 54px 0 14px; font-size: clamp(1.95rem, 3.3vw, 2.65rem); line-height: 1; }
.prose h3 { margin: 35px 0 10px; font-size: 1.45rem; line-height: 1.05; }
.prose p, .prose li { color: var(--pine-soft); }
.prose p { margin: 0 0 20px; }
.prose ul { padding-left: 20px; margin: 0 0 23px; }
.prose li + li { margin-top: 8px; }
.prose a { color: var(--clay); text-decoration: underline; text-underline-offset: 3px; }
.callout { margin: 36px 0; padding: 24px 26px; border-left: 4px solid var(--sun); background: var(--paper-white); }
.callout p { margin: 0; color: var(--pine); font-weight: 700; }

.contact-layout { padding: 82px 0 105px; display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(36px, 9vw, 118px); }
.contact-aside h2 { margin: 0 0 12px; font-size: 2.2rem; line-height: 1; }
.contact-aside p { margin: 0; color: var(--pine-soft); }
.contact-details { margin-top: 29px; padding-top: 20px; border-top: 1px solid var(--line); }
.contact-details strong { display: block; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-details a { display: inline-block; margin-top: 5px; color: var(--clay); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.contact-form { padding: 29px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper-white); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; margin-bottom: 17px; }
.field label { font-size: 0.75rem; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid rgba(23, 58, 51, 0.26); border-radius: 3px; color: var(--pine); background: #fffefa; }
.field input:focus, .field textarea:focus { outline: 2px solid var(--sun); outline-offset: 1px; }
.field textarea { min-height: 152px; resize: vertical; }
.form-status { min-height: 1.4em; margin: 14px 0 0; color: var(--pine-soft); font-size: 0.79rem; }

@media (max-width: 780px) {
  :root { --content: min(100% - 34px, 1160px); }
  .nav { min-height: 68px; }
  .brand-lockup span { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .nav-tools { gap: 9px; }
  .search-panel { right: 17px; width: calc(100% - 34px); padding: 20px; }
  .nav-links { position: absolute; top: 68px; left: 17px; right: 17px; display: none; padding: 20px; border: 1px solid rgba(255, 253, 248, 0.28); background: var(--pine-deep); box-shadow: 0 16px 35px rgba(8, 27, 23, 0.25); }
  .site-header--solid .nav-links { border-color: var(--line); }
  .nav-links.open { display: grid; gap: 4px; }
  .nav-links a { display: flex; align-items: center; min-height: 44px; color: var(--paper-white); }
  .hero { min-height: 730px; background-position: 57% center; }
  .hero-content { padding-bottom: 100px; }
  .hero-meta { right: 17px; }
  .home-intro, .contact-layout { grid-template-columns: 1fr; }
  .home-intro { padding: 80px 0; }
  .section-heading { display: block; }
  .section-heading__copy { margin-top: 19px; }
  .topic-grid { grid-template-columns: 1fr 1fr; }
  .topic:nth-child(2) { border-right: 0; }
  .topic:nth-child(n + 3) { padding-top: 27px; border-top: 1px solid rgba(255, 253, 248, 0.28); }
  .topic:nth-child(3) { padding-left: 0; }
  .topic:last-child { padding-left: 25px; }
  .latest-guides__heading { display: block; }
  .latest-guides__heading > p { margin-top: 20px; }
  .category-latest { grid-template-columns: 1fr; gap: 25px; }
  .category-latest__content { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
  .latest-article { grid-template-columns: minmax(150px, 0.78fr) minmax(0, 1.22fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner > :first-child { grid-column: 1 / -1; }
  .page-hero { padding: 73px 0 67px; }
  .page-layout, .contact-layout { padding: 66px 0 82px; }
  .category-layout { padding: 66px 0 82px; }
  .hub-grid { grid-template-columns: 1fr 1fr; margin-bottom: 65px; }
  .article-header { padding-top: 77px; }
  .article-layout { grid-template-columns: 1fr; gap: 28px; padding-top: 42px; }
  .article-sidebar { position: static; }
  .related-articles { width: 100%; }
}

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

@media (max-width: 480px) {
  .hero h1 { font-size: 3.18rem; }
  .page-hero h1, .article-header h1 { font-size: 2.25rem; line-height: 0.98; }
  .hero-actions { display: grid; gap: 10px; }
  .button { width: 100%; }
  .hero-meta { display: none; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic, .topic + .topic, .topic:last-child { min-height: 0; padding: 25px 0; border-right: 0; border-top: 1px solid rgba(255, 253, 248, 0.28); }
  .topic:first-child { border-top: 0; }
  .topic__number { margin-bottom: 26px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > :first-child { grid-column: auto; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .contact-form { padding: 21px; }
  .search-input-row { grid-template-columns: 1fr; }
  .search-submit { min-height: 43px; justify-content: center; }
  .hub-grid, .hub-section ul, .guide-list, .cross-category-links ul { grid-template-columns: 1fr; }
  .hub-card { min-height: 0; }
  .care-glance, .related-article-grid { grid-template-columns: 1fr; }
  .type-grid { grid-template-columns: 1fr; }
  .plant-overview { margin-top: 21px; }
  .plant-overview table { min-width: 0; }
  .plant-overview th, .plant-overview td { padding: 14px 13px; font-size: 0.9rem; }
  .plant-overview th { width: 36%; }
  .article-checklist { padding-left: 37px; }
  .article-process-steps { grid-template-columns: 1fr 1fr; gap: 15px 0; }
  .article-process-steps li:nth-child(3) { padding-left: 0; border-left: 0; }
  .category-latest__content { grid-template-columns: 1fr; }
  .latest-article { grid-template-columns: 1fr; gap: 14px; }
  .latest-article img { min-height: 0; aspect-ratio: 16 / 9; }
  .latest-article > div { padding: 0 9px 9px; }
}
