:root {
  --hd-night: #061f17;
  --hd-deep: #082d1f;
  --hd-forest: #0d3b28;
  --hd-forest-soft: #174b34;
  --hd-moss: #759550;
  --hd-moss-light: #a9bd77;
  --hd-gold: #d7b765;
  --hd-ivory: #f7f0d8;
  --hd-paper: #e8ddb9;
  --hd-paper-deep: #d8c99d;
  --hd-ink: #173225;
  --hd-muted: #aabca7;
  --hd-line: rgba(215, 183, 101, 0.28);
  --hd-panel: rgba(9, 52, 35, 0.82);
  --hd-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  --hd-radius: 12px;
  --hd-shell: min(1480px, calc(100% - 44px));
  --hd-serif: Cambria, "Palatino Linotype", "Book Antiqua", "Times New Roman", serif;
  --hd-sans: "Segoe UI", Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--hd-deep); color: var(--hd-ivory); font-family: var(--hd-sans); font-kerning: normal; font-size: 16px; line-height: 1.55; margin: 0; overflow-x: hidden; text-rendering: optimizeLegibility; }
body::before { background-image: radial-gradient(circle at 15% 10%, rgba(122, 159, 82, 0.14), transparent 34%), radial-gradient(circle at 82% 35%, rgba(215, 183, 101, 0.08), transparent 26%), repeating-linear-gradient(115deg, rgba(255,255,255,0.012) 0 1px, transparent 1px 6px); content: ""; inset: 0; pointer-events: none; position: fixed; z-index: -2; }
body::after { background: radial-gradient(ellipse at center, transparent 35%, rgba(0, 15, 10, 0.42) 100%); content: ""; inset: 0; pointer-events: none; position: fixed; z-index: -1; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
:focus-visible { outline: 3px solid var(--hd-gold); outline-offset: 3px; }
.hd-shell { margin-inline: auto; width: var(--hd-shell); }
.screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute !important; white-space: nowrap; width: 1px; }
.hd-skip { background: var(--hd-ivory); color: var(--hd-night); left: 0; padding: 10px 16px; position: fixed; top: -70px; z-index: 100; }
.hd-skip:focus { top: 0; }

.hd-header { backdrop-filter: blur(18px); background: rgba(4, 31, 23, 0.9); border-bottom: 1px solid var(--hd-line); position: sticky; top: 0; z-index: 50; }
.hd-header__inner { align-items: center; display: flex; justify-content: space-between; min-height: 72px; }
.hd-brand { align-items: center; display: inline-flex; font-family: var(--hd-serif); gap: 10px; letter-spacing: -0.025em; text-decoration: none; }
.hd-brand img { border: 1px solid rgba(201, 163, 74, 0.72); border-radius: 50%; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28); display: block; flex: 0 0 52px; height: 52px; object-fit: cover; width: 52px; }
.hd-brand span { display: grid; gap: 1px; }
.hd-brand strong { color: var(--hd-paper); font-size: 1.17rem; font-weight: 700; line-height: 1; }
.hd-brand small { color: var(--hd-gold); font-family: var(--hd-sans); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.12em; line-height: 1.1; text-transform: uppercase; }
.hd-nav { align-items: center; display: flex; gap: 18px; }
.hd-nav__list { align-items: center; display: flex; gap: clamp(16px, 2.2vw, 34px); list-style: none; margin: 0; padding: 0; }
.hd-nav__list a { color: rgba(247, 240, 216, 0.82); font-size: 0.78rem; font-weight: 650; text-decoration: none; }
.hd-nav__list a:hover { color: var(--hd-gold); }
.hd-icon-link, .hd-language { align-items: center; border: 1px solid var(--hd-line); border-radius: 50%; display: inline-flex; font-weight: 800; height: 32px; justify-content: center; text-decoration: none; width: 32px; }
.hd-language { border-radius: 999px; font-size: 0.68rem; height: 30px; width: 38px; }
.hd-menu-button { background: transparent; border: 0; color: var(--hd-ivory); display: none; }

.hd-dashboard { min-height: calc(100vh - 72px); overflow: hidden; padding: 32px 0 28px; position: relative; }
.hd-dashboard::before, .hd-dashboard::after { background: rgba(115,149,80,0.16); border-radius: 100% 0 100% 0; content: ""; height: 300px; pointer-events: none; position: absolute; width: 150px; z-index: -1; }
.hd-dashboard::before { left: -90px; top: 250px; transform: rotate(34deg); }
.hd-dashboard::after { bottom: 20px; right: -80px; transform: rotate(-140deg); }
.hd-dashboard__top { align-items: stretch; display: grid; gap: 16px; grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.68fr) minmax(300px, 0.72fr); }
.hd-intro { align-self: center; padding: 30px 34px 26px 4px; }
.hd-kicker, .hd-panel__label { color: var(--hd-gold); font-size: 0.66rem; font-weight: 850; letter-spacing: 0.09em; margin: 0 0 12px; text-transform: uppercase; }
.hd-intro h1, .hd-section-heading h1, .hd-section-heading h2, .hd-article > header h1, .hd-not-found h1 { font-family: var(--hd-serif); font-weight: 600; letter-spacing: -0.025em; line-height: 1.02; margin: 0; }
.hd-intro h1 { font-size: clamp(3.35rem, 5.1vw, 5.8rem); max-width: 680px; }
.hd-tagline { color: var(--hd-muted); font-family: var(--hd-serif); font-size: 1.12rem; font-style: italic; letter-spacing: 0; line-height: 1.45; margin: 20px 0 26px; }
.hd-search { align-items: center; background: var(--hd-paper); border: 1px solid rgba(255,255,255,0.22); border-radius: 7px; box-shadow: 0 12px 30px rgba(0,0,0,0.18); display: flex; max-width: 620px; overflow: hidden; }
.hd-search input[type="search"] { background: transparent; border: 0; color: var(--hd-ink); min-height: 50px; min-width: 0; padding: 0 16px; width: 100%; }
.hd-search input[type="search"]::placeholder { color: #5d6d61; }
.hd-search button { align-self: stretch; background: transparent; border: 0; border-left: 1px solid rgba(23,50,37,0.2); color: var(--hd-forest); cursor: pointer; font-size: 1.5rem; min-width: 54px; }
.hd-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.hd-chips a { border: 1px solid var(--hd-line); border-radius: 5px; color: #dce6d0; font-size: 0.7rem; padding: 7px 12px; text-decoration: none; }
.hd-chips a:hover { background: rgba(215,183,101,0.1); border-color: var(--hd-gold); }

.hd-panel { background: linear-gradient(145deg, rgba(17,66,44,0.95), rgba(5,38,27,0.92)); border: 1px solid var(--hd-line); border-radius: var(--hd-radius); box-shadow: var(--hd-shadow); overflow: hidden; }
.hd-panel > header { align-items: flex-start; border-bottom: 1px solid var(--hd-line); display: flex; justify-content: space-between; padding: 17px 18px 13px; }
.hd-panel > header h2 { font-family: var(--hd-serif); font-size: 1.25rem; font-weight: 500; margin: 0; }
.hd-panel > header a, .hd-text-link { color: var(--hd-gold); font-size: 0.7rem; font-weight: 700; text-decoration: none; }
.hd-panel__label { font-size: 0.55rem; margin-bottom: 3px; opacity: 0.85; }

.hd-compass { min-height: 430px; padding-bottom: 16px; }
.hd-compass__dial { aspect-ratio: 1; margin: 20px auto 10px; max-width: 250px; position: relative; }
.hd-compass__ring { border: 1px solid rgba(215,183,101,0.58); border-radius: 50%; inset: 8%; position: absolute; }
.hd-compass__ring--two { border-style: dashed; inset: 26%; }
.hd-compass__axis { background: rgba(215,183,101,0.35); left: 50%; position: absolute; top: 8%; transform: translateX(-50%); }
.hd-compass__axis--x { height: 84%; width: 1px; }
.hd-compass__axis--y { height: 1px; left: 8%; top: 50%; transform: translateY(-50%); width: 84%; }
.hd-compass__dial::before, .hd-compass__dial::after { border: 1px solid rgba(215,183,101,0.18); border-radius: 50%; content: ""; inset: 17%; position: absolute; }
.hd-compass__dial::after { inset: 38%; }
.hd-compass__dial b { background: var(--hd-gold); border: 4px solid var(--hd-forest); border-radius: 50%; box-shadow: 0 0 0 1px var(--hd-gold); height: 15px; left: calc(50% - 7px); position: absolute; top: calc(50% - 7px); width: 15px; }
.hd-compass__dial button { background: transparent; border: 0; color: var(--hd-gold); cursor: pointer; font-family: var(--hd-serif); font-size: 0.72rem; padding: 6px; position: absolute; z-index: 2; }
.hd-compass__dial button:nth-of-type(1) { left: 50%; top: -3px; transform: translateX(-50%); }
.hd-compass__dial button:nth-of-type(2) { right: -4px; top: 50%; transform: translateY(-50%); }
.hd-compass__dial button:nth-of-type(3) { bottom: -3px; left: 50%; transform: translateX(-50%); }
.hd-compass__dial button:nth-of-type(4) { left: -4px; top: 50%; transform: translateY(-50%); }
.hd-compass__dial button.is-active { background: var(--hd-gold); border-radius: 50%; color: var(--hd-night); }
.hd-compass__result { border-top: 1px solid var(--hd-line); margin: 0 18px; padding: 12px 0 2px; }
.hd-compass__result span { color: var(--hd-muted); display: block; font-size: 0.62rem; }
.hd-compass__result strong { color: var(--hd-ivory); font-family: var(--hd-serif); font-size: 0.9rem; }
.hd-compass .hd-text-link { display: inline-block; margin: 8px 18px 0; }

.hd-specimen { background-color: var(--hd-paper); background-image: radial-gradient(rgba(23,50,37,0.11) 0.6px, transparent 0.6px), linear-gradient(90deg, rgba(70,58,32,0.06), transparent 30%, rgba(70,58,32,0.04)); background-size: 6px 6px, 100% 100%; border: 1px solid #ad9561; border-radius: 5px; box-shadow: 0 22px 60px rgba(0,0,0,0.33); color: var(--hd-ink); min-height: 430px; overflow: hidden; padding: 18px 20px 20px; position: relative; transform: rotate(0.8deg); }
.hd-specimen::after { border: 1px solid rgba(85,68,35,0.42); content: ""; inset: 8px; pointer-events: none; position: absolute; }
.hd-specimen__pin { background: #8d7450; border-radius: 50%; box-shadow: 0 2px 4px rgba(0,0,0,0.36); height: 9px; left: 50%; position: absolute; top: 9px; transform: translateX(-50%); width: 9px; z-index: 2; }
.hd-specimen__number { color: #776640; font-size: 0.52rem; letter-spacing: 0.14em; margin: 0; text-align: right; text-transform: uppercase; }
.hd-specimen__art { color: #2c6039; display: block; height: 245px; margin: 5px auto -6px; max-width: 270px; width: 100%; }
.hd-specimen__copy { border-top: 1px solid rgba(85,68,35,0.38); padding: 13px 5px 0; position: relative; z-index: 1; }
.hd-specimen__copy h2 { font-family: var(--hd-serif); font-size: 1.35rem; font-style: italic; font-weight: 600; margin: 0; }
.hd-specimen__copy > p { color: #576658; font-size: 0.68rem; margin: 2px 0 10px; }
.hd-specimen dl { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; margin: 0; }
.hd-specimen dl div { border-top: 1px solid rgba(85,68,35,0.18); padding-top: 6px; }
.hd-specimen dt { color: #756a50; font-size: 0.5rem; font-weight: 800; text-transform: uppercase; }
.hd-specimen dd { font-family: var(--hd-serif); font-size: 0.68rem; margin: 0; }

.hd-dashboard__bottom { display: grid; gap: 16px; grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr); margin-top: 16px; }
.hd-watering, .hd-library { min-height: 245px; }
.hd-watering__days, .hd-watering__row { align-items: center; display: grid; grid-template-columns: minmax(95px, 1.5fr) repeat(7, minmax(28px, 1fr)); padding-inline: 18px; text-align: center; }
.hd-watering__days { color: var(--hd-muted); font-size: 0.58rem; padding-bottom: 8px; padding-top: 12px; }
.hd-watering__row { border-top: 1px solid rgba(215,183,101,0.13); min-height: 41px; }
.hd-watering__row strong { font-family: var(--hd-serif); font-size: 0.72rem; font-weight: 500; overflow: hidden; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.hd-watering__row span { color: rgba(247,240,216,0.28); font-size: 0.55rem; }
.hd-watering__row .is-drop { color: #6dbcc0; text-shadow: 0 0 8px rgba(109,188,192,0.46); }
.hd-empty { color: var(--hd-muted); font-size: 0.75rem; padding: 25px 18px; }
.hd-library__grid { display: grid; gap: 9px; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 14px; }
.hd-mini-card { background: var(--hd-paper); border: 1px solid #ae9867; border-radius: 5px; color: var(--hd-ink); min-width: 0; overflow: hidden; padding: 7px; text-decoration: none; }
.hd-mini-card img, .hd-mini-card__leaf { aspect-ratio: 1.25; background: #d5d8aa; display: block; object-fit: cover; overflow: hidden; position: relative; width: 100%; }
.hd-mini-card__leaf i { background: #4c7842; border-radius: 100% 0 100% 0; height: 52%; left: 40%; position: absolute; top: 15%; transform: rotate(-24deg); width: 28%; }
.hd-mini-card__leaf i:nth-child(2) { background: #729052; left: 25%; top: 38%; transform: rotate(-70deg) scale(0.7); }
.hd-mini-card__leaf i:nth-child(3) { background: #315c36; left: 55%; top: 38%; transform: rotate(35deg) scale(0.72); }
.hd-mini-card strong, .hd-mini-card em { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hd-mini-card strong { font-family: var(--hd-serif); font-size: 0.66rem; margin-top: 6px; }
.hd-mini-card em { color: #6e765f; font-size: 0.5rem; }
.hd-library__empty { color: var(--hd-muted); grid-column: 1/-1; padding: 20px; text-align: center; }
.hd-library__empty span { color: var(--hd-gold); font-size: 2rem; }

.hd-finder-section { background: #e9dfc1; color: var(--hd-ink); padding: clamp(76px, 9vw, 126px) 0; position: relative; }
.hd-finder-section::before { background-image: radial-gradient(rgba(23,50,37,0.1) 0.6px, transparent 0.6px); background-size: 7px 7px; content: ""; inset: 0; opacity: 0.55; pointer-events: none; position: absolute; }
.hd-finder-section > .hd-shell { position: relative; }
.hd-section-heading { margin-bottom: 38px; max-width: 900px; }
.hd-section-heading h1, .hd-section-heading h2 { font-size: clamp(2.7rem, 5.4vw, 5.5rem); }
.hd-section-heading > p:last-child { color: #5e6f63; font-family: var(--hd-serif); font-size: 1.05rem; }
.hd-finder-section .hd-kicker { color: #8a4e2c; }

.sgcc-finder { background: rgba(255,255,255,0.45); border: 1px solid rgba(23,50,37,0.2); border-radius: 12px; box-shadow: 0 18px 55px rgba(41,51,31,0.08); padding: clamp(16px, 2.5vw, 30px); }
.sgcc-finder__search-row { align-items: end; display: grid; gap: 13px; grid-template-columns: minmax(0,3fr) minmax(190px,1fr); margin-bottom: 13px; }
.sgcc-finder__search label, .sgcc-finder__sort label { display: block; font-size: .6rem; font-weight: 850; letter-spacing: .1em; margin-bottom: 6px; text-transform: uppercase; }
.sgcc-finder__search input { background: #fffdf5; border: 2px solid rgba(23,50,37,.35); border-radius: 7px; color: var(--hd-ink); font-size: 1rem; min-height: 54px; padding: 0 18px; width: 100%; }
.sgcc-finder__search input:focus { border-color: #8a6b21; box-shadow: 0 0 0 4px rgba(178,144,62,.16); outline: 0; }
.sgcc-finder__controls { border: 0; display: grid; gap: 13px; grid-template-columns: repeat(4, minmax(0,1fr)); margin: 0 0 24px; padding: 0; }
.sgcc-finder__control label { display: block; font-size: 0.6rem; font-weight: 850; letter-spacing: 0.1em; margin-bottom: 6px; text-transform: uppercase; }
.sgcc-finder select { background: #f9f4e3; border: 1px solid rgba(23,50,37,0.22); border-radius: 5px; color: var(--hd-ink); min-height: 46px; padding-inline: 12px; width: 100%; }
.sgcc-finder__summary { color: #5e6f63; font-size: 0.72rem; }
.sgcc-card-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0,1fr)); }
.sgcc-plant-card { background: #f8f0d5; border: 1px solid #b8a77b; border-radius: 7px; box-shadow: 0 12px 30px rgba(40,49,31,0.08); overflow: hidden; }
.sgcc-plant-card[hidden] { display: none; }
.sgcc-plant-card__media { background: #d5d8aa; display: block; overflow: hidden; position: relative; }
.sgcc-plant-card__media::after { content: ""; display: block; padding-top: 72%; }
.sgcc-plant-card__media img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.sgcc-botanical-mark { inset: 0; position: absolute; }
.sgcc-botanical-mark i { background: #4c7842; border-radius: 100% 0 100% 0; height: 52%; left: 42%; position: absolute; top: 15%; transform: rotate(-26deg); width: 25%; }
.sgcc-botanical-mark i:nth-child(2) { background: #729052; left: 27%; top: 36%; transform: rotate(-70deg) scale(.72); }
.sgcc-botanical-mark i:nth-child(3) { background: #315c36; left: 55%; top: 39%; transform: rotate(34deg) scale(.68); }
.sgcc-plant-card__body { padding: 15px; }
.sgcc-plant-card__scientific { color: #697460; font-size: 0.58rem; margin: 0; }
.sgcc-plant-card h3 { font-family: var(--hd-serif); font-size: 1.1rem; line-height: 1.15; margin: 3px 0; }
.sgcc-plant-card h3 a { text-decoration: none; }
.sgcc-plant-card__body > p:not(.sgcc-plant-card__scientific) { color: #56665b; font-size: 0.7rem; }
.sgcc-plant-card__facts { border-top: 1px solid rgba(23,50,37,0.14); display: flex; flex-wrap: wrap; gap: 5px; list-style: none; margin: 12px 0 0; padding: 10px 0 0; }
.sgcc-plant-card__facts li { border: 1px solid rgba(23,50,37,0.14); border-radius: 99px; font-size: 0.5rem; padding: 3px 6px; }
.sgcc-finder__empty { background: rgba(115,149,80,0.18); border-radius: 5px; padding: 14px; }
.sgcc-finder__more { background: #173225; border: 0; border-radius: 6px; color: #f8e9b2; cursor: pointer; display: block; font-weight: 800; margin: 24px auto 0; min-height: 46px; padding: 0 24px; }
.sgcc-finder__more:hover, .sgcc-finder__more:focus-visible { background: #244d39; }

.hd-content { background: #e9dfc1; color: var(--hd-ink); min-height: 70vh; padding: clamp(70px, 8vw, 120px) 0; }
.hd-post-grid { display: grid; gap: 20px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.hd-post-card { background: #f8f0d5; border: 1px solid #b8a77b; border-radius: 8px; overflow: hidden; }
.hd-post-card > div { padding: 18px; }
.hd-post-card h2 { font-family: var(--hd-serif); }
.hd-post-card a { text-decoration: none; }
.hd-article-shell { max-width: 1120px; }
.hd-article > header { margin-bottom: 36px; max-width: 900px; padding-top: 18px; }
.hd-article > header h1, .hd-not-found h1 { font-size: clamp(2.7rem, 5vw, 4.75rem); line-height: 1.05; overflow-wrap: anywhere; }
.hd-article > header > p:last-child { color: #5e6f63; font-family: var(--hd-serif); font-size: 1.12rem; }
.hd-article figure { border-radius: 8px; margin: 0 0 42px; overflow: hidden; }
.hd-prose { font-family: var(--hd-serif); font-size: 1.12rem; margin-inline: auto; max-width: 780px; }
.hd-profile-layout { display: grid; gap: 22px; grid-template-columns: 1.35fr .65fr; }
.hd-profile-layout aside { background: #f8f0d5; border: 1px solid #b8a77b; border-radius: 8px; padding: 22px; }
.hd-profile-layout aside h2 { font-family: var(--hd-serif); margin-top: 0; }
.hd-profile-layout dt { font-size: .6rem; font-weight: 800; letter-spacing: .1em; margin-top: 12px; text-transform: uppercase; }
.hd-profile-layout dd { border-bottom: 1px solid rgba(23,50,37,.15); margin: 0; padding-bottom: 8px; }
.hd-scientific { color: #6b7d50; font-family: var(--hd-serif); }
.hd-prose .sgcc-table-scroll { margin: 30px 0 40px; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.hd-prose table { background: rgba(255,255,255,.34); border: 1px solid rgba(23,50,37,.22); border-collapse: separate; border-radius: 10px; border-spacing: 0; box-shadow: 0 12px 30px rgba(23,50,37,.08); display: table; font-family: var(--hd-sans); font-size: .96rem; line-height: 1.55; margin: 30px 0 40px; min-width: 720px; overflow: hidden; width: 100%; }
.hd-prose .sgcc-table-scroll table { margin: 0; }
.hd-prose table th, .hd-prose table td { border-bottom: 1px solid rgba(23,50,37,.16); border-right: 1px solid rgba(23,50,37,.12); padding: 15px 17px; text-align: left; vertical-align: top; }
.hd-prose table th:last-child, .hd-prose table td:last-child { border-right: 0; }
.hd-prose table tr:last-child td { border-bottom: 0; }
.hd-prose table thead th { background: var(--hd-forest); color: var(--hd-ivory); font-size: .76rem; font-weight: 800; letter-spacing: .035em; position: sticky; text-transform: uppercase; top: 0; }
.hd-prose table tbody tr:nth-child(even) { background: rgba(115,149,80,.08); }
.hd-prose table tbody tr:hover { background: rgba(198,167,91,.12); }
.hd-prose .sgcc-plant-diagnostics th:nth-child(1) { width: 20%; }
.hd-prose .sgcc-plant-diagnostics th:nth-child(2) { width: 25%; }
.hd-prose .sgcc-plant-diagnostics th:nth-child(3) { width: 20%; }
.hd-prose .sgcc-plant-diagnostics th:nth-child(4) { width: 35%; }
.hd-prose img { height: auto; max-width: 100%; }
.hd-primary-button { background: var(--hd-forest); border-radius: 6px; color: var(--hd-ivory); display: inline-flex; margin-top: 24px; padding: 12px 18px; text-decoration: none; }
.hd-hub { overflow: hidden; position: relative; }
.hd-hub::before { background: rgba(115,149,80,.16); border-radius: 100% 0 100% 0; content: ""; height: 340px; position: absolute; right: -120px; top: 80px; transform: rotate(-28deg); width: 190px; }
.hd-hub__heading { max-width: 1050px; position: relative; }
.hd-hub__heading > p:last-child { max-width: 760px; }
.hd-hub__grid { display: grid; gap: 18px; grid-template-columns: repeat(3,minmax(0,1fr)); position: relative; }
.hd-hub__card { background: #f8f0d5; border: 1px solid #b8a77b; border-radius: 8px; min-height: 260px; padding: clamp(22px,3vw,36px); }
.hd-hub__card > span { color: #8a4e2c; display: block; font-size: .65rem; font-weight: 850; letter-spacing: .12em; }
.hd-hub__card h2 { font-family: var(--hd-serif); font-size: clamp(1.55rem,2.4vw,2.25rem); line-height: 1.08; margin: 46px 0 14px; }
.hd-hub__card p { color: #5e6f63; margin: 0; }
.hd-footer { background: var(--hd-night); border-top: 1px solid var(--hd-line); color: var(--hd-muted); padding: 30px 0; }
.hd-footer .hd-shell { align-items: center; display: flex; font-size: .72rem; justify-content: space-between; }
.hd-footer p { margin: 0; }
.hd-footer strong, .hd-footer span { display: block; }
.hd-footer strong { color: var(--hd-ivory); }
.hd-footer__links { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: center; padding-inline: 20px; }
.hd-footer__links a { color: var(--hd-ivory); text-decoration-color: rgba(215,183,101,.42); text-underline-offset: 4px; }
.hd-footer__links a:hover, .hd-footer__links a:focus-visible { color: var(--hd-gold); }
.hd-trust-page__content > h2 { font-family: var(--hd-serif); font-size: clamp(1.5rem,2.4vw,2.1rem); line-height: 1.15; margin: 2.2em 0 .65em; }
.hd-trust-page__content > h2:first-child { margin-top: 0; }
.hd-trust-page__content p, .hd-trust-page__content li { line-height: 1.75; }
.hd-trust-page__content a { color: #7c492b; font-weight: 700; text-underline-offset: 3px; }
.hd-trust-page__content ul { padding-left: 1.25em; }

@media (max-width: 1180px) {
  .hd-dashboard__top { grid-template-columns: minmax(0,1.1fr) minmax(270px,.9fr); }
  .hd-intro { grid-column: 1/-1; padding-bottom: 12px; }
  .hd-intro h1 { max-width: 920px; }
  .hd-compass, .hd-specimen { min-height: 410px; }
  .sgcc-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 920px) {
  .hd-menu-button { align-items: center; display: inline-flex; gap: 8px; }
  .hd-menu-button i, .hd-menu-button i::before, .hd-menu-button i::after { background: currentColor; content: ""; display: block; height: 2px; position: relative; width: 20px; }
  .hd-menu-button i::before { position: absolute; top: -6px; }
  .hd-menu-button i::after { position: absolute; top: 6px; }
  .hd-nav { align-items: stretch; background: rgba(4,31,23,.98); border-bottom: 1px solid var(--hd-line); display: none; flex-direction: column; left: 0; padding: 18px 22px 24px; position: absolute; right: 0; top: 72px; }
  .hd-nav.is-open { display: flex; }
  .hd-nav__list { align-items: stretch; flex-direction: column; gap: 0; }
  .hd-nav__list a { border-bottom: 1px solid rgba(215,183,101,.16); display: block; padding: 10px 0; }
  .hd-language, .hd-icon-link { align-self: flex-start; }
  .hd-dashboard__bottom { grid-template-columns: 1fr; }
  .sgcc-finder__controls { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sgcc-card-grid, .hd-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hd-hub__grid { grid-template-columns: 1fr; }
  .hd-hub__card { min-height: 0; }
  .hd-hub__card h2 { margin-top: 24px; }
  .hd-footer .hd-shell { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hd-footer__links { justify-content: flex-start; padding-inline: 0; }
}

@media (max-width: 640px) {
  :root { --hd-shell: min(100% - 24px, 1480px); }
  .hd-header__inner { min-height: 64px; }
  .hd-brand { gap: 7px; }
  .hd-brand img { flex-basis: 42px; height: 42px; width: 42px; }
  .hd-brand strong { font-size: 0.98rem; }
  .hd-brand small { font-size: 0.52rem; letter-spacing: 0.08em; }
  .hd-nav { top: 64px; }
  .hd-dashboard { padding-top: 20px; }
  .hd-dashboard__top { grid-template-columns: 1fr; }
  .hd-intro { grid-column: auto; padding: 20px 2px 8px; }
  .hd-intro h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hd-tagline { margin: 16px 0 20px; }
  .hd-compass, .hd-specimen { min-height: 390px; }
  .hd-dashboard__bottom { margin-top: 12px; }
  .hd-watering__days, .hd-watering__row { grid-template-columns: minmax(82px,1.4fr) repeat(7,minmax(20px,1fr)); padding-inline: 10px; }
  .hd-library__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sgcc-finder__search-row, .sgcc-finder__controls, .sgcc-card-grid, .hd-post-grid, .hd-profile-layout { grid-template-columns: 1fr; }
  .hd-article > header { padding-top: 8px; }
  .hd-article > header h1, .hd-not-found h1 { font-size: clamp(2.2rem, 12vw, 3.3rem); }
  .hd-prose .sgcc-table-scroll { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 20px 0 28px; }
  .hd-prose .sgcc-table-scroll table { display: table; font-size: .9rem; margin: 0; min-width: 720px; width: 100%; }
  .hd-prose table { display: block; font-size: .9rem; max-width: 100%; overflow-x: auto; }
  .hd-prose table th, .hd-prose table td { min-width: 170px; padding: 13px 14px; }
  .hd-footer .hd-shell { align-items: flex-start; flex-direction: column; gap: 12px; }
}

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