/*
 * Holistic Healing Tips — presentation tidy-up 3.4.16
 * A calmer editorial system for source clarity, safety hierarchy and responsive reading.
 */

:root {
    --hht-ink: #0b2630;
    --hht-ink-soft: #183c46;
    --hht-deep: #073f48;
    --hht-teal: #0a6268;
    --hht-lagoon: #0c7a78;
    --hht-mint: #dff5ec;
    --hht-mint-soft: #eef9f4;
    --hht-paper: #f8f8f2;
    --hht-paper-warm: #fffaf1;
    --hht-white: #fffefb;
    --hht-acid: #d9f04b;
    --hht-coral: #ef6f5b;
    --hht-violet: #5f5794;
    --hht-amber: #c78524;
    --hht-red: #b6433d;
    --hht-blue: #357390;
    --hht-slate: #66777d;
    --hht-line: rgba(11, 38, 48, .13);
    --hht-line-strong: rgba(11, 38, 48, .23);
    --hht-line-inverse: rgba(255, 255, 255, .16);
    --hht-shadow-sm: 0 12px 35px rgba(7, 44, 50, .08);
    --hht-shadow-md: 0 28px 80px rgba(7, 44, 50, .13);
    --hht-radius-sm: 12px;
    --hht-radius-md: 22px;
    --hht-radius-lg: 34px;
    --hht-serif: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
    --hht-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    /* Re-map the legacy palette so old components inherit the new system. */
    --ink: var(--hht-ink);
    --ink-2: var(--hht-ink-soft);
    --paper: var(--hht-paper);
    --paper-2: #eef0e9;
    --paper-3: var(--hht-white);
    --moss: #35675c;
    --sage: #a9c7bb;
    --acid: var(--hht-acid);
    --plum: var(--hht-violet);
    --clay: var(--hht-coral);
    --line: var(--hht-line);
    --shadow: var(--hht-shadow-md);
    --sans: var(--hht-sans);
    --serif: var(--hht-serif);
}

html {
    scroll-padding-top: 116px;
}

body {
    min-width: 320px;
    background:
        radial-gradient(circle at 8% 24%, rgba(12, 122, 120, .035), transparent 31rem),
        var(--hht-paper);
    color: var(--hht-ink);
    font: 400 16px/1.7 var(--hht-sans);
    -webkit-font-smoothing: antialiased;
}

main { overflow: clip; }

.shell {
    width: min(calc(100% - 56px), 1320px);
}

.section {
    padding-block: clamp(76px, 7vw, 112px);
}

:where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid var(--hht-acid);
    outline-offset: 3px;
    box-shadow: 0 0 0 5px rgba(11, 38, 48, .7);
}

.skip-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    background: var(--hht-white);
    color: var(--hht-ink);
    font-weight: 800;
    box-shadow: var(--hht-shadow-md);
}

::selection {
    background: var(--hht-acid);
    color: var(--hht-ink);
}

/* --------------------------------------------------------------------------
   Header and global navigation
   -------------------------------------------------------------------------- */

.signal-bar {
    position: relative;
    background: linear-gradient(90deg, #07353e, #0a6066 54%, #4c4d78);
    border-bottom: 0;
    color: rgba(255, 255, 255, .8);
}

.signal-bar::after {
    opacity: .16;
}

.signal-bar__inner {
    min-height: 35px;
    gap: 24px;
    font-size: 10px;
    font-weight: 760;
    letter-spacing: .11em;
}

.signal-bar__inner > span:first-child {
    color: rgba(255, 255, 255, .95);
    white-space: nowrap;
}

.signal-bar__inner i {
    width: 8px;
    height: 8px;
    background: var(--hht-acid);
    box-shadow: 0 0 0 5px rgba(217, 240, 75, .12);
}

.signal-bar__inner nav {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-left: auto;
}

.signal-bar__inner a {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
}

.signal-bar__inner a:hover { color: #fff; }

.signal-bar__atlas {
    margin-left: 18px;
    color: #fff !important;
}

.signal-bar__atlas b {
    margin-left: 8px;
    color: var(--hht-acid);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(248, 248, 242, .93);
    border-bottom: 1px solid rgba(11, 38, 48, .11);
    backdrop-filter: saturate(145%) blur(18px);
    box-shadow: 0 8px 30px rgba(7, 44, 50, .025);
}

.site-header.is-scrolled {
    background: rgba(255, 254, 251, .96);
    box-shadow: 0 12px 35px rgba(7, 44, 50, .08);
}

.nav-shell {
    min-height: 76px;
    gap: 24px;
}

.brand { gap: 12px; }

.brand__glyph {
    width: 46px;
    height: 46px;
    border: 0;
    background:
        linear-gradient(140deg, rgba(255,255,255,.35), transparent 42%),
        linear-gradient(145deg, #14a99d, #09616d 68%, #615a96);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.54), 0 8px 22px rgba(8, 91, 96, .18);
}

.brand__glyph::before,
.brand__glyph i,
.brand__glyph b {
    border-color: rgba(255,255,255,.88);
}

.brand__glyph::before { background: rgba(255,255,255,.88); }

.brand__glyph em {
    position: absolute;
    width: 7px;
    height: 7px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
    background: var(--hht-acid);
    box-shadow: 0 0 0 4px rgba(217,240,75,.14);
}

.brand__text { gap: 1px; }
.brand__text strong {
    font-size: 18px;
    letter-spacing: .045em;
}
.brand__text em {
    color: var(--hht-violet);
    font-size: 21px;
}
.brand__text small {
    margin-top: 4px;
    color: #57747a;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.primary-nav {
    gap: 3px;
}

.primary-nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    color: #294a52;
    font-size: 11px;
    font-weight: 780;
    letter-spacing: .045em;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.primary-nav a:hover {
    background: rgba(12, 122, 120, .08);
    transform: none;
}

.primary-nav a.is-active {
    background: var(--hht-ink);
    color: #fff;
    box-shadow: 0 8px 25px rgba(11, 38, 48, .16);
}

.search-trigger {
    min-height: 46px;
    padding: 0 15px;
    border-color: rgba(12, 122, 120, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .56);
}

.search-trigger:hover {
    border-color: rgba(12, 122, 120, .35);
    background: #fff;
}

.search-trigger span { font-size: 10px; }
.search-trigger kbd {
    min-width: 22px;
    min-height: 22px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--hht-line);
    border-radius: 7px;
    background: rgba(11, 38, 48, .04);
    color: #587077;
    font-size: 10px;
}

.search-panel {
    padding: 22px 0;
    background: rgba(255, 254, 251, .985);
    border-bottom: 1px solid var(--hht-line);
    box-shadow: var(--hht-shadow-md);
}

.search-panel__form {
    display: grid;
    grid-template-columns: minmax(240px, .58fr) minmax(360px, 1.42fr);
    gap: 34px;
    align-items: center;
}

.search-panel__lead span {
    display: block;
    margin-bottom: 3px;
    color: var(--hht-ink);
    font: 500 22px/1.15 var(--hht-serif);
}

.search-panel__lead small {
    display: block;
    color: #60757a;
    font-size: 12px;
    line-height: 1.55;
}

.search-panel__field {
    min-height: 54px;
    display: flex;
}

.search-panel__field input {
    min-height: 54px;
    border-radius: 14px 0 0 14px;
    font-size: 14px;
}

.search-panel__field button {
    min-width: 112px;
    border-radius: 0 14px 14px 0;
    background: var(--hht-ink);
    color: #fff;
    cursor: pointer;
}

.site-reading-progress {
    position: absolute;
    left: 0;
    right: auto;
    bottom: -1px;
    z-index: 4;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--hht-acid), #76dec3, #8a7fd1);
    transform-origin: left center;
    pointer-events: none;
}

/* --------------------------------------------------------------------------
   Shared typography, controls and content modules
   -------------------------------------------------------------------------- */

.eyebrow,
.record-section-label,
.filter-kicker {
    font-size: 11px;
    font-weight: 820;
    letter-spacing: .13em;
}

.eyebrow--dark { color: #48666c; }
.eyebrow--dark i { background: var(--hht-coral); }

.button,
.arrow-link,
.record-text-link {
    min-height: 44px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 820;
    letter-spacing: .07em;
}

.button--dark { background: var(--hht-ink); }
.button--outline { border-color: var(--hht-line-strong); }

.section-head {
    gap: 48px;
    margin-bottom: 42px;
}

.section-head h2,
.manifesto-grid h2 {
    max-width: 820px;
    font-size: clamp(42px, 5vw, 66px);
    line-height: .99;
    letter-spacing: -.045em;
}

.section-head > p {
    max-width: 520px;
    color: #5b7176;
    font-size: 16px;
    line-height: 1.75;
}

.page-hero {
    padding-block: clamp(70px, 7vw, 96px);
    background:
        radial-gradient(circle at 82% 22%, rgba(217, 240, 75, .12), transparent 25rem),
        linear-gradient(135deg, #092f3a, #0a5d63 58%, #57557f);
}

.page-hero h1 {
    max-width: 980px;
    font-size: clamp(50px, 6.5vw, 82px);
    line-height: .96;
}

.page-hero p {
    max-width: 760px;
    color: rgba(255,255,255,.76);
    font-size: 18px;
    line-height: 1.7;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
}

.breadcrumbs a {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    text-underline-offset: 4px;
}

.prose,
.prose-page {
    color: #17343c;
    font: 400 18px/1.82 var(--hht-serif);
}

.prose > p,
.prose > ul,
.prose > ol,
.prose > blockquote,
.prose > table,
.prose > figure,
.prose > h2,
.prose > h3,
.prose > h4 {
    max-width: 72ch;
}

.prose > p:first-child { font-size: 21px; }

.prose h2,
.prose-page h2 {
    margin: 60px 0 18px;
    color: var(--hht-ink);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.prose h3,
.prose-page h3 {
    margin: 42px 0 14px;
    color: var(--hht-ink);
    font-size: 27px;
    line-height: 1.18;
}

.prose a {
    color: #075f66;
    text-decoration-color: rgba(12, 122, 120, .45);
    text-underline-offset: 4px;
}

.prose :where(ul, ol) { padding-left: 1.35em; }
.prose li { margin-block: .4em; }

.prose blockquote {
    margin: 34px 0;
    padding: 22px 26px;
    border-left: 4px solid var(--hht-lagoon);
    border-radius: 0 16px 16px 0;
    background: var(--hht-mint-soft);
}

/* --------------------------------------------------------------------------
   Home page: premium, quieter, more useful at a glance
   -------------------------------------------------------------------------- */

.hero {
    background:
        radial-gradient(circle at 72% 32%, rgba(26, 184, 172, .2), transparent 29rem),
        radial-gradient(circle at 92% 85%, rgba(101, 88, 157, .32), transparent 34rem),
        linear-gradient(135deg, #072c37 0%, #07565e 56%, #3f486f 100%);
}

.hero::before {
    width: 720px;
    height: 720px;
    background: radial-gradient(circle, rgba(217, 240, 75, .12), transparent 66%);
}

.hero::after { opacity: .22; }

.hero__layout {
    min-height: 620px;
    grid-template-columns: minmax(0, 1.18fr) minmax(370px, .82fr);
    gap: clamp(40px, 6vw, 90px);
    padding-block: 68px 62px;
}

.hero h1 {
    max-width: 890px;
    margin: 20px 0 24px;
    font-size: clamp(58px, 7vw, 96px);
    line-height: .91;
}

.hero h1 em { color: #efff94; }

.hero__copy > p {
    max-width: 740px;
    color: rgba(255,255,255,.78);
    font-size: 18px;
    line-height: 1.75;
}

.hero-search { margin-top: 32px; }
.hero-search label { font-size: 11px; }
.hero-search > div {
    min-height: 60px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 52px rgba(2, 29, 34, .22);
}
.hero-search input { font-size: 15px; }
.hero-search button {
    min-width: 154px;
    background: var(--hht-acid);
    color: var(--hht-ink);
}

.hero-links { font-size: 11px; }
.hero-links a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding-inline: 12px;
    border-color: rgba(255,255,255,.18);
}

.hero__canvas { height: 475px; }
.hero-card {
    width: 182px;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 24px 75px rgba(0,0,0,.26);
}
.hero-card small { font-size: 10px; }
.hero-card span { font-size: 12px; }
.hero-card--bottom { background: rgba(82, 69, 128, .94); }
.hero-seal {
    width: 126px;
    height: 126px;
    border: 0;
    background: var(--hht-acid);
    color: var(--hht-ink);
}
.hero-seal span { color: var(--hht-ink); }
.hero-seal small { color: rgba(11,38,48,.68); }
.hero-seal::before,
.hero-seal::after { border-color: rgba(11,38,48,.24); }

.hero-proof {
    grid-template-columns: repeat(4, 1fr);
    border-top-color: rgba(255,255,255,.15);
}
.hero-proof div {
    min-height: 82px;
    padding: 14px 26px;
    border-right-color: rgba(255,255,255,.12);
}
.hero-proof div:last-child { padding-left: 26px; }
.hero-proof b { font-size: 22px; }
.hero-proof span {
    font-size: 10px;
    line-height: 1.45;
}

.manifesto-section { background: var(--hht-white); }
.manifesto-grid {
    gap: clamp(52px, 8vw, 120px);
    align-items: center;
}
.manifesto-copy p {
    color: #48636a;
    font-size: 19px;
    line-height: 1.75;
}

.pathways-section { background: #f2f5ef; }
.pathways {
    gap: 14px;
    border: 0;
}
.pathway {
    min-height: 210px;
    padding: 28px;
    border: 1px solid var(--hht-line);
    border-radius: 22px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 1px 0 rgba(255,255,255,.85) inset;
}
.pathway:hover {
    border-color: rgba(12,122,120,.35);
    background: #fff;
    box-shadow: var(--hht-shadow-sm);
    transform: translateY(-3px);
}
.pathway--large {
    background:
        radial-gradient(circle at 90% 12%, rgba(217,240,75,.16), transparent 16rem),
        linear-gradient(145deg, #073c46, #09646b);
    color: #fff;
}
.pathway--ink {
    background: linear-gradient(145deg, #202d4c, #5d568e);
}
.pathway small { font-size: 10px; }
.pathway h3 { font-size: 30px; }
.pathway p { font-size: 14px; line-height: 1.65; }
.pathway__index { font-size: 11px; }

.stories-section { background: var(--hht-paper-warm); }
.story-grid,
.remedy-story-grid {
    gap: 24px;
}

.story-card {
    border: 1px solid var(--hht-line);
    border-radius: 24px;
    overflow: hidden;
    background: var(--hht-white);
    box-shadow: 0 7px 28px rgba(7,44,50,.045);
}
.story-card:hover {
    border-color: rgba(12,122,120,.35);
    box-shadow: var(--hht-shadow-md);
    transform: translateY(-5px);
}
.story-card__visual { min-height: 220px; }
.story-card__body { padding: 26px 26px 24px; }
.story-card h3 {
    margin: 18px 0 12px;
    font-size: 30px;
    line-height: 1.04;
}
.story-card__body > p {
    color: #526a70;
    font-size: 14px;
    line-height: 1.7;
}

.story-card--tidy .visual__topline {
    position: absolute;
    inset: 18px 18px auto;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.story-card--tidy .visual__topline small,
.story-card--tidy .visual__topline b {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    background: rgba(7,44,50,.45);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}
.story-card--tidy .visual__context-mark {
    position: absolute;
    right: 18px;
    bottom: 17px;
    z-index: 4;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    background: #fff;
    color: var(--hht-ink);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}
.visual__context-mark--exact { box-shadow: inset 0 -3px 0 var(--hht-lagoon); }
.visual__context-mark--verified { box-shadow: inset 0 -3px 0 #4d9b68; }
.visual__context-mark--context { box-shadow: inset 0 -3px 0 var(--hht-amber); }
.visual__context-mark--unknown { box-shadow: inset 0 -3px 0 var(--hht-slate); }

.story-meta {
    gap: 9px;
    color: #5a7075;
    font-size: 10px;
    font-weight: 800;
}
.story-use-line {
    margin: 17px 0 0;
    padding: 13px 15px;
    border: 1px solid var(--hht-line);
    border-radius: 13px;
    background: #f5f8f4;
}
.story-use-line small {
    display: block;
    margin-bottom: 3px;
    color: #5c7378;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.story-use-line strong {
    display: block;
    font-size: 13px;
    line-height: 1.35;
}
.story-use-line--source_exact { border-left: 4px solid var(--hht-lagoon); }
.story-use-line--editorial_verified { border-left: 4px solid #4d9b68; }
.story-use-line--same_plant_context { border-left: 4px solid var(--hht-amber); }
.story-use-line--unknown { border-left: 4px solid var(--hht-slate); }

.story-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 17px;
}
.story-card__facts > span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border: 1px solid var(--hht-line);
    border-radius: 999px;
    color: #526b71;
    font-size: 10px;
    font-weight: 760;
}
.story-safety--low { border-color: rgba(58,137,85,.3) !important; color: #2a7043 !important; }
.story-safety--caution { border-color: rgba(199,133,36,.34) !important; color: #8a5b16 !important; }
.story-safety--external { border-color: rgba(53,115,144,.32) !important; color: #285f78 !important; }
.story-safety--professional { border-color: rgba(211,101,40,.33) !important; color: #98501f !important; }
.story-safety--toxic { border-color: rgba(182,67,61,.33) !important; color: #9c3732 !important; }
.story-safety--unknown { border-color: rgba(102,119,125,.3) !important; color: #52656b !important; }

.story-card__foot {
    margin-top: 22px;
    padding-top: 17px;
    border-top-color: var(--hht-line);
}
.story-card__foot > a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
}

.home-use-map { background: #edf5f1; }
.home-use-map__grid { gap: 14px; }
.home-use-map__grid a {
    min-height: 156px;
    padding: 24px;
    border: 1px solid var(--hht-line);
    border-radius: 20px;
    background: rgba(255,255,255,.74);
}
.home-use-map__grid a:hover {
    border-color: rgba(12,122,120,.35);
    background: #fff;
    transform: translateY(-3px);
    box-shadow: var(--hht-shadow-sm);
}
.home-use-map__grid span,
.home-use-map__grid small { font-size: 10px; }
.home-use-map__grid strong { font-size: 24px; }

.method-band {
    background:
        radial-gradient(circle at 80% 10%, rgba(217,240,75,.12), transparent 28rem),
        linear-gradient(135deg, #073943, #0b6167 60%, #494d76);
}
.method-band__grid { gap: clamp(50px, 8vw, 110px); }
.method-band__intro p { color: rgba(255,255,255,.75); }
.method-index a {
    min-height: 82px;
    border-bottom-color: rgba(255,255,255,.16);
}
.method-index a:hover { background: rgba(255,255,255,.06); }
.method-index strong { font-size: 20px; }
.method-index small { font-size: 12px; }

.herbarium-section { background: var(--hht-white); }
.herbarium-list a {
    min-height: 98px;
    border-color: var(--hht-line);
    background: #f6f8f3;
}
.herbarium-list a:hover {
    background: #fff;
    border-color: rgba(12,122,120,.32);
}

/* --------------------------------------------------------------------------
   Remedy / atlas indexes
   -------------------------------------------------------------------------- */

.remedy-hero {
    background:
        radial-gradient(circle at 78% 22%, rgba(24,190,177,.18), transparent 27rem),
        radial-gradient(circle at 96% 88%, rgba(108,91,167,.32), transparent 34rem),
        linear-gradient(135deg, #062f3a, #075a62 59%, #4d4f79);
}

.remedy-hero__grid {
    min-height: 540px;
    padding-block: 70px 58px;
    gap: clamp(44px, 7vw, 100px);
}
.remedy-hero h1 {
    max-width: 900px;
    font-size: clamp(54px, 6.4vw, 86px);
    line-height: .93;
}
.remedy-hero__copy > p {
    max-width: 730px;
    color: rgba(255,255,255,.78);
    font-size: 18px;
    line-height: 1.72;
}
.remedy-hero__proof {
    gap: 10px;
    margin-top: 28px;
}
.remedy-hero__proof span {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding-inline: 12px;
    border-color: rgba(255,255,255,.18);
    border-radius: 999px;
    color: rgba(255,255,255,.82);
    font-size: 10px;
}

.remedy-mode-bar {
    position: sticky;
    top: 76px;
    z-index: 36;
    background: rgba(255,254,251,.94);
    border-color: var(--hht-line);
    backdrop-filter: blur(16px);
}
.remedy-mode-bar__inner { min-height: 66px; }
.remedy-mode-bar a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
}

.preparation-library-intro,
.global-remedy-intro {
    background: var(--hht-white);
}
.preparation-library-intro__grid,
.remedy-knowledge-bridge__grid {
    gap: clamp(40px, 7vw, 90px);
}
.relationship-legend {
    border: 1px solid var(--hht-line);
    border-radius: 22px;
    overflow: hidden;
    background: #f4f7f2;
}
.relationship-legend > div {
    padding: 18px 20px;
    border-color: var(--hht-line);
}
.relationship-legend span { font-size: 10px; }
.relationship-legend strong { font-size: 14px; }

.remedy-library-section,
.global-remedy-section {
    background:
        linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)),
        var(--hht-paper);
}

.remedy-filter-console,
.global-remedy-console {
    margin-bottom: 28px;
    padding: 24px;
    border: 1px solid var(--hht-line);
    border-radius: 24px;
    background: rgba(255,254,251,.94);
    box-shadow: var(--hht-shadow-sm);
}
.remedy-filter-console__head {
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
}
.remedy-filter-console__head h2 { font-size: 28px; }
.remedy-search-field input,
.global-remedy-console__search input,
.remedy-select select {
    min-height: 50px;
    border: 1px solid var(--hht-line-strong);
    border-radius: 13px;
    background: #fff;
    color: var(--hht-ink);
    font-size: 14px;
}
.remedy-search-field button,
.global-remedy-console__search button {
    min-height: 50px;
    border-radius: 13px;
    background: var(--hht-ink);
    color: #fff;
    font-size: 11px;
    font-weight: 820;
    cursor: pointer;
}
.remedy-select span,
.global-remedy-check span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}
.remedy-select.is-active select {
    border-color: var(--hht-lagoon);
    box-shadow: 0 0 0 3px rgba(12,122,120,.1);
}
.global-remedy-check {
    min-height: 50px;
    border-radius: 13px;
}

.global-remedy-alphabet {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 24px;
}
.global-remedy-alphabet a {
    min-width: 36px;
    min-height: 36px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--hht-line);
    border-radius: 10px;
    background: rgba(255,255,255,.72);
    text-decoration: none;
    font-size: 11px;
    font-weight: 780;
}
.global-remedy-alphabet a:hover,
.global-remedy-alphabet a.is-active {
    border-color: var(--hht-ink);
    background: var(--hht-ink);
    color: #fff;
}

.remedy-results-bar {
    min-height: 60px;
    margin-bottom: 24px;
    padding: 13px 18px;
    border: 1px solid var(--hht-line);
    border-radius: 16px;
    background: rgba(255,255,255,.78);
}
.remedy-results-bar strong { font-size: 20px; }
.remedy-results-bar span,
.remedy-results-bar p,
.remedy-results-bar a { font-size: 11px; }

.traditional-remedy-grid { gap: 20px; }
.traditional-remedy-card {
    border: 1px solid var(--hht-line);
    border-radius: 22px;
    overflow: hidden;
    background: var(--hht-white);
    box-shadow: 0 8px 30px rgba(7,44,50,.045);
}
.traditional-remedy-card:hover {
    border-color: rgba(12,122,120,.36);
    box-shadow: var(--hht-shadow-md);
    transform: translateY(-4px);
}
.traditional-remedy-card--hazard {
    border-color: rgba(182,67,61,.26);
}
.traditional-remedy-card__link {
    min-height: 100%;
    padding: 24px;
}
.traditional-remedy-card__signal {
    height: 76px;
    margin: -24px -24px 20px;
    background:
        radial-gradient(circle at 80% 30%, rgba(217,240,75,.2), transparent 9rem),
        linear-gradient(135deg, #0a5961, #3e5178);
}
.traditional-remedy-card--hazard .traditional-remedy-card__signal {
    background: linear-gradient(135deg, #733f43, #4e4869);
}
.traditional-remedy-card__meta {
    gap: 10px;
    color: #64787d;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .09em;
}
.traditional-remedy-card h2 {
    margin: 14px 0 11px;
    font-size: 30px;
    line-height: 1.04;
}
.traditional-remedy-card__plant strong {
    color: #145d63;
    font-size: 13px;
}
.traditional-remedy-card__plant em {
    margin-top: 5px;
    color: #64777c;
    font-size: 12px;
}
.traditional-remedy-card__definition {
    color: #526a70;
    font-size: 13px;
    line-height: 1.65;
}
.traditional-remedy-card__facts {
    gap: 6px;
}
.traditional-remedy-card__facts span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    background: #f0f4ef;
    color: #526a70;
    font-size: 9px;
    font-weight: 760;
}
.traditional-remedy-card__foot {
    margin-top: 20px;
    padding-top: 16px;
    border-top-color: var(--hht-line);
    font-size: 10px;
}
.traditional-remedy-card__foot b { color: #075f66; }

.atlas-pagination {
    gap: 10px;
    margin-top: 38px;
}
.atlas-pagination a,
.atlas-pagination span {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid var(--hht-line);
    border-radius: 999px;
    background: #fff;
    font-size: 11px;
}

.global-remedy-boundary {
    margin-top: 50px;
    padding: 28px;
    border: 1px solid rgba(199,133,36,.25);
    border-radius: 22px;
    background: linear-gradient(135deg, #fff9e9, #fff5ef);
}
.global-remedy-boundary > span {
    width: 44px;
    height: 44px;
}
.global-remedy-boundary h2 { font-size: 28px; }
.global-remedy-boundary p { color: #625f52; font-size: 14px; }
.global-remedy-boundary a { min-height: 44px; }

/* --------------------------------------------------------------------------
   Preparation record: source, interpretation and safety in a clear hierarchy
   -------------------------------------------------------------------------- */

.page-preparation-record {
    background: var(--hht-paper);
}

.record-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 71% 34%, rgba(24, 190, 177, .2), transparent 28rem),
        radial-gradient(circle at 98% 82%, rgba(114, 94, 177, .42), transparent 38rem),
        linear-gradient(130deg, #073440 0%, #08636a 56%, #465178 100%);
}

.record-hero::after {
    content: "";
    position: absolute;
    inset: auto -9% -48% auto;
    width: 38vw;
    aspect-ratio: 1;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018);
    pointer-events: none;
}

.record-hero__texture {
    position: absolute;
    inset: 0;
    opacity: .35;
    pointer-events: none;
}
.record-hero__texture::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.4) .55px, transparent .55px);
    background-size: 5px 5px;
    opacity: .14;
}
.record-hero__texture i {
    position: absolute;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
}
.record-hero__texture i:nth-child(1) { width: 380px; height: 380px; right: 12%; top: -170px; }
.record-hero__texture i:nth-child(2) { width: 210px; height: 210px; right: 26%; bottom: -120px; }
.record-hero__texture i:nth-child(3) { width: 10px; height: 10px; left: 5%; top: 42%; background: var(--hht-acid); border: 0; box-shadow: 0 0 0 8px rgba(217,240,75,.09); }

.record-hero__grid {
    position: relative;
    z-index: 2;
    min-height: 580px;
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) minmax(320px, .62fr);
    gap: clamp(54px, 7vw, 105px);
    align-items: center;
    padding-block: 54px 58px;
}

.breadcrumbs--record {
    margin-bottom: 34px;
    color: rgba(255,255,255,.7);
}
.breadcrumbs--record a:hover { color: #fff; }

.record-hero__overline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}
.record-hero__overline span {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(7,44,50,.18);
    color: rgba(255,255,255,.82);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}
.record-hero__overline span:first-child {
    border-color: rgba(217,240,75,.35);
    color: #f2ff9e;
}

.record-hero h1 {
    max-width: 980px;
    margin: 0;
    text-wrap: balance;
    color: #fff;
    font: 400 clamp(54px, 6.2vw, 84px)/.94 var(--hht-serif);
    letter-spacing: -.052em;
}

.record-hero__lede {
    max-width: 790px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 18px;
    line-height: 1.7;
}

.record-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px;
}
.record-chip {
    min-height: 58px;
    min-width: 132px;
    display: grid;
    align-content: center;
    gap: 2px;
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 15px;
    background: rgba(7,44,50,.18);
    color: #fff;
    text-decoration: none;
    backdrop-filter: blur(12px);
}
.record-chip small {
    color: rgba(255,255,255,.58);
    font-size: 8px;
    font-weight: 820;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.record-chip strong {
    font-size: 12px;
    line-height: 1.28;
}
.record-chip--exact { border-bottom: 3px solid #36d3c1; }
.record-chip--verified { border-bottom: 3px solid #70d28f; }
.record-chip--context { border-bottom: 3px solid #edb85e; }
.record-chip--unknown { border-bottom: 3px solid #aab8bc; }
.record-chip--link:hover { background: rgba(255,255,255,.12); }

.record-byline {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 27px;
}
.record-byline__seal {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(217,240,75,.45);
    border-radius: 50%;
    background: rgba(217,240,75,.12);
    color: var(--hht-acid);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
}
.record-byline > div { display: grid; }
.record-byline strong { color: #fff; font-size: 12px; }
.record-byline span:not(.record-byline__seal) {
    color: rgba(255,255,255,.68);
    font-size: 11px;
    line-height: 1.45;
}
.record-byline small { color: rgba(255,255,255,.48); font-size: 9px; }

.record-command {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 26px;
    background: rgba(7,44,50,.23);
    box-shadow: 0 30px 80px rgba(4,26,32,.2);
    backdrop-filter: blur(18px);
}
.record-command__safety {
    padding: 25px 25px 23px;
    border-bottom: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.055);
}
.record-command__safety > span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,.58);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.record-command__safety strong {
    display: block;
    color: #fff;
    font: 500 25px/1.12 var(--hht-serif);
}
.record-command__safety p {
    margin: 10px 0 0;
    color: rgba(255,255,255,.69);
    font-size: 12px;
    line-height: 1.55;
}
.record-command__safety--low { box-shadow: inset 5px 0 0 #70d28f; }
.record-command__safety--caution { box-shadow: inset 5px 0 0 #edb85e; }
.record-command__safety--external { box-shadow: inset 5px 0 0 #70b9da; }
.record-command__safety--professional { box-shadow: inset 5px 0 0 #f39a54; }
.record-command__safety--toxic { box-shadow: inset 5px 0 0 #ff7a6f; }
.record-command__safety--unknown { box-shadow: inset 5px 0 0 #b8c5c8; }

.record-command__facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
}
.record-command__facts > div {
    min-height: 95px;
    display: grid;
    align-content: center;
    gap: 6px;
    padding: 18px 21px;
    border-right: 1px solid rgba(255,255,255,.11);
    border-bottom: 1px solid rgba(255,255,255,.11);
}
.record-command__facts > div:nth-child(2n) { border-right: 0; }
.record-command__facts dt {
    color: rgba(255,255,255,.48);
    font-size: 8px;
    font-weight: 820;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.record-command__facts dd {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}
.record-command__source {
    min-height: 88px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-content: center;
    gap: 2px 16px;
    padding: 17px 21px;
    color: #fff;
    text-decoration: none;
}
.record-command__source span {
    grid-column: 1 / -1;
    color: rgba(255,255,255,.48);
    font-size: 8px;
    font-weight: 820;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.record-command__source strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.record-command__source b {
    color: var(--hht-acid);
    font-size: 10px;
}
.record-command__source:hover { background: rgba(255,255,255,.07); }

.record-jump {
    position: sticky;
    top: 76px;
    z-index: 35;
    border-bottom: 1px solid var(--hht-line);
    background: rgba(255,254,251,.94);
    backdrop-filter: blur(16px);
}
.record-jump__inner {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.record-jump__inner > span {
    margin-right: auto;
    color: #60757a;
    font-size: 10px;
    font-weight: 740;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.record-jump__inner > span b {
    color: var(--hht-ink);
    font-size: 15px;
}
.record-jump a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    color: #49636a;
    text-decoration: none;
    font-size: 10px;
    font-weight: 780;
}
.record-jump a:hover,
.record-jump a.is-active {
    background: rgba(12,122,120,.09);
    color: var(--hht-deep);
}

.record-overview {
    padding-block: clamp(58px, 6vw, 86px);
    border-bottom: 1px solid var(--hht-line);
    background: var(--hht-white);
}
.record-overview__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--hht-line);
    border-radius: 28px;
    box-shadow: var(--hht-shadow-sm);
}
.record-claim,
.source-trace { padding: clamp(32px, 5vw, 58px); }
.record-claim { background: #fbfcf8; }
.record-claim--exact { box-shadow: inset 6px 0 0 var(--hht-lagoon); }
.record-claim--verified { box-shadow: inset 6px 0 0 #4d9b68; }
.record-claim--context { box-shadow: inset 6px 0 0 var(--hht-amber); }
.record-claim--unknown { box-shadow: inset 6px 0 0 var(--hht-slate); }
.record-section-label {
    display: block;
    margin-bottom: 15px;
    color: #5b7379;
    text-transform: uppercase;
}
.record-claim h2,
.source-trace h2 {
    margin: 0;
    color: var(--hht-ink);
    font: 400 clamp(36px, 4.5vw, 56px)/1.02 var(--hht-serif);
    letter-spacing: -.04em;
}
.record-claim__definition {
    max-width: 64ch;
    margin: 22px 0 0;
    color: #294a52;
    font: 500 18px/1.65 var(--hht-serif);
}
.record-claim__explanation {
    max-width: 70ch;
    margin: 18px 0 0;
    color: #5b7075;
    font-size: 14px;
    line-height: 1.7;
}
.record-claim__boundary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 28px;
}
.record-claim__boundary > div {
    min-height: 124px;
    padding: 19px;
    border: 1px solid var(--hht-line);
    border-radius: 16px;
    background: #fff;
}
.record-claim__boundary > div:last-child { background: #fff8ee; }
.record-claim__boundary span {
    display: block;
    margin-bottom: 8px;
    color: #61767b;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.record-claim__boundary strong {
    color: #27464e;
    font-size: 13px;
    line-height: 1.5;
}
.record-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    color: #075f66;
    font-size: 11px;
    font-weight: 820;
    letter-spacing: .05em;
    text-decoration: none;
}

.source-trace {
    border-left: 1px solid var(--hht-line);
    background: linear-gradient(145deg, #edf7f3, #eef1f5);
}
.source-trace h2 { font-size: clamp(32px, 3.5vw, 46px); }
.source-trace__citation {
    min-height: 110px;
    display: grid;
    align-content: center;
    gap: 5px;
    margin-top: 23px;
    padding: 19px;
    border: 1px solid rgba(12,122,120,.22);
    border-radius: 16px;
    background: rgba(255,255,255,.78);
    color: var(--hht-ink);
    text-decoration: none;
}
.source-trace__citation strong {
    font: 500 19px/1.25 var(--hht-serif);
}
.source-trace__citation span {
    color: #60757a;
    font-size: 11px;
}
.source-trace__citation b {
    margin-top: 5px;
    color: #075f66;
    font-size: 10px;
}
.source-trace__citation:hover { background: #fff; }
.source-trace dl { margin: 20px 0 0; }
.source-trace dl > div {
    display: grid;
    grid-template-columns: 125px 1fr;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--hht-line);
}
.source-trace dt {
    color: #60757a;
    font-size: 9px;
    font-weight: 820;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.source-trace dd {
    margin: 0;
    color: #294a52;
    font-size: 12px;
    font-weight: 680;
    line-height: 1.45;
}

.record-reading {
    padding-block: clamp(72px, 8vw, 118px);
    background:
        radial-gradient(circle at 100% 18%, rgba(12,122,120,.05), transparent 34rem),
        var(--hht-paper);
}
.record-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 820px);
    justify-content: center;
    gap: clamp(56px, 7vw, 105px);
    align-items: start;
}
.record-sidebar {
    position: sticky;
    top: 154px;
    display: grid;
    gap: 14px;
}
.record-toc {
    overflow: hidden;
    border: 1px solid var(--hht-line);
    border-radius: 17px;
    background: var(--hht-white);
    box-shadow: var(--hht-shadow-sm);
}
.record-toc summary {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 17px;
    cursor: pointer;
    color: var(--hht-ink);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.record-toc summary::-webkit-details-marker { display: none; }
.record-toc summary span {
    color: #74858a;
    font-size: 8px;
}
.record-toc nav {
    display: grid;
    padding: 3px 12px 13px;
}
.record-toc nav a {
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    border-left: 2px solid transparent;
    color: #5b7075;
    text-decoration: none;
    font-size: 10px;
    line-height: 1.35;
}
.record-toc nav a:hover,
.record-toc nav a.is-active {
    border-left-color: var(--hht-lagoon);
    background: rgba(12,122,120,.06);
    color: var(--hht-ink);
}

.record-sidebar__boundary {
    padding: 17px;
    border: 1px solid var(--hht-line);
    border-radius: 17px;
    background: #fff;
}
.record-sidebar__boundary > span {
    display: block;
    margin-bottom: 6px;
    color: #61757a;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.record-sidebar__boundary strong {
    display: block;
    color: var(--hht-ink);
    font: 500 19px/1.2 var(--hht-serif);
}
.record-sidebar__boundary p {
    margin: 9px 0 0;
    color: #61757a;
    font-size: 11px;
    line-height: 1.55;
}
.record-sidebar__boundary--low { border-top: 4px solid #4d9b68; }
.record-sidebar__boundary--caution { border-top: 4px solid var(--hht-amber); }
.record-sidebar__boundary--external { border-top: 4px solid var(--hht-blue); }
.record-sidebar__boundary--professional { border-top: 4px solid #d36528; }
.record-sidebar__boundary--toxic { border-top: 4px solid var(--hht-red); }
.record-sidebar__boundary--unknown { border-top: 4px solid var(--hht-slate); }

.record-prose {
    min-width: 0;
    max-width: 820px;
}
.record-prose__intro {
    max-width: 68ch;
    color: #5d7277;
    font: 400 16px/1.72 var(--hht-sans);
}
.article-use-connections--hierarchy {
    margin-bottom: 64px;
    padding-bottom: 60px;
    border-bottom: 1px solid var(--hht-line);
}
.article-use-connections--hierarchy > h2 {
    max-width: 760px;
    margin-top: 18px;
    font-size: clamp(38px, 5vw, 58px);
}

.use-context-stack {
    display: grid;
    gap: 10px;
    margin-top: 25px;
}
.use-context-row {
    min-height: 112px;
    display: grid;
    grid-template-columns: 112px minmax(150px, .7fr) minmax(220px, 1.3fr) 22px;
    gap: 18px;
    align-items: center;
    padding: 17px 19px;
    border: 1px solid var(--hht-line);
    border-radius: 17px;
    background: var(--hht-white);
    color: var(--hht-ink);
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(7,44,50,.035);
}
.use-context-row:hover {
    border-color: rgba(12,122,120,.35);
    transform: translateY(-2px);
    box-shadow: var(--hht-shadow-sm);
}
.use-context-row > span {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding-right: 14px;
    border-right: 1px solid var(--hht-line);
    color: #587077;
    font: 780 9px/1.45 var(--hht-sans);
    letter-spacing: .08em;
    text-transform: uppercase;
}
.use-context-row div { display: grid; gap: 4px; }
.use-context-row strong {
    font: 500 21px/1.1 var(--hht-serif);
}
.use-context-row small {
    color: #667a7f;
    font: 700 9px/1.4 var(--hht-sans);
    letter-spacing: .08em;
    text-transform: uppercase;
}
.use-context-row p {
    margin: 0;
    color: #5a7075;
    font: 400 12px/1.55 var(--hht-sans);
}
.use-context-row > b { color: #08727a; }
.use-context-row--source_exact { box-shadow: inset 5px 0 0 var(--hht-lagoon), 0 8px 24px rgba(7,44,50,.035); }
.use-context-row--editorial_verified { box-shadow: inset 5px 0 0 #4d9b68, 0 8px 24px rgba(7,44,50,.035); }
.use-context-row--same_plant_context { box-shadow: inset 5px 0 0 var(--hht-amber), 0 8px 24px rgba(7,44,50,.035); }
.use-context-row--unknown { box-shadow: inset 5px 0 0 var(--hht-slate), 0 8px 24px rgba(7,44,50,.035); }
.use-context-empty {
    padding: 22px;
    border: 1px dashed var(--hht-line-strong);
    border-radius: 16px;
    background: rgba(255,255,255,.55);
}
.use-context-empty strong {
    display: block;
    color: var(--hht-ink);
    font: 500 20px/1.2 var(--hht-serif);
}
.use-context-empty p {
    margin: 7px 0 0;
    color: #60757a;
    font: 400 13px/1.6 var(--hht-sans);
}

.recipe-block {
    margin: 0 0 56px;
    padding: 30px;
    border: 1px solid rgba(12,122,120,.2);
    border-radius: 22px;
    background: linear-gradient(145deg, var(--hht-mint-soft), #f8fbf7);
}
.recipe-block h2 {
    margin-top: 27px;
    font-size: 34px;
}
.recipe-block li { margin-block: 7px; }

.record-safety {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 21px;
    margin: 65px 0 0;
    padding: 28px;
    border: 1px solid var(--hht-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--hht-shadow-sm);
}
.record-safety__icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font: 900 21px/1 var(--hht-sans);
}
.record-safety > div > span {
    color: #63777c;
    font: 820 9px/1.4 var(--hht-sans);
    letter-spacing: .1em;
    text-transform: uppercase;
}
.record-safety h2 {
    margin: 5px 0 10px;
    font-size: 35px;
}
.record-safety p,
.record-safety li {
    color: #546c72;
    font: 400 14px/1.65 var(--hht-sans);
}
.record-safety ul { margin-bottom: 0; }
.record-safety--low { border-color: rgba(77,155,104,.28); background: #f3faf4; }
.record-safety--low .record-safety__icon { background: #4d9b68; }
.record-safety--caution { border-color: rgba(199,133,36,.28); background: #fff9e9; }
.record-safety--caution .record-safety__icon { background: var(--hht-amber); }
.record-safety--external { border-color: rgba(53,115,144,.28); background: #f1f8fb; }
.record-safety--external .record-safety__icon { background: var(--hht-blue); }
.record-safety--professional { border-color: rgba(211,101,40,.28); background: #fff5ed; }
.record-safety--professional .record-safety__icon { background: #d36528; }
.record-safety--toxic { border-color: rgba(182,67,61,.3); background: #fff1ef; }
.record-safety--toxic .record-safety__icon { background: var(--hht-red); }
.record-safety--unknown { border-color: rgba(102,119,125,.28); background: #f3f6f6; }
.record-safety--unknown .record-safety__icon { background: var(--hht-slate); }

.related-strip--record {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid var(--hht-line);
}
.related-strip--record > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.related-strip--record a {
    min-height: 126px;
    display: grid;
    align-content: center;
    gap: 3px;
    padding: 19px;
    border: 1px solid var(--hht-line);
    border-radius: 16px;
    background: var(--hht-white);
    text-decoration: none;
}
.related-strip--record a:hover {
    border-color: rgba(12,122,120,.34);
    transform: translateY(-2px);
    box-shadow: var(--hht-shadow-sm);
}
.related-strip--record a > span {
    color: #64797e;
    font: 820 9px/1.4 var(--hht-sans);
    letter-spacing: .1em;
    text-transform: uppercase;
}
.related-strip--record a strong {
    color: var(--hht-ink);
    font: 500 22px/1.15 var(--hht-serif);
}
.related-strip--record a small {
    color: #60757a;
    font: 400 11px/1.45 var(--hht-sans);
}
.related-strip--record a b { color: #08727a; }

.sources-box--record {
    margin-top: 60px;
    padding: 34px;
    border: 1px solid rgba(95,87,148,.19);
    border-radius: 23px;
    background:
        radial-gradient(circle at 96% 10%, rgba(95,87,148,.1), transparent 17rem),
        linear-gradient(145deg, #edf8f6, #f0f0f8);
}
.sources-box--record h2 {
    max-width: 680px;
    margin-top: 16px;
    font-size: clamp(38px, 4.5vw, 52px);
}
.sources-box--record > p {
    color: #506a70;
    font: 400 14px/1.7 var(--hht-sans);
}
.sources-box--record h3 {
    margin-top: 28px;
    font-size: 22px;
}
.sources-box--record ol {
    margin: 14px 0 0;
    padding-left: 22px;
}
.sources-box--record li {
    padding: 9px 0;
    color: #506a70;
    font: 400 13px/1.55 var(--hht-sans);
}
.sources-box--record li small {
    display: block;
    color: #718287;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.site-footer {
    background:
        radial-gradient(circle at 12% 10%, rgba(12,122,120,.18), transparent 26rem),
        radial-gradient(circle at 90% 72%, rgba(95,87,148,.22), transparent 32rem),
        #071f28;
    color: rgba(255,255,255,.7);
}

.footer-main {
    grid-template-columns: 1.4fr repeat(3, .8fr);
    gap: clamp(34px, 5vw, 72px);
    padding-block: 66px 48px;
}
.brand--footer .brand__text strong { color: #fff; }
.brand--footer .brand__text em { color: #c8bfff; }
.footer-brand p {
    max-width: 360px;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.7;
}
.footer-manifesto {
    display: inline-flex;
    margin-top: 19px;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    color: rgba(255,255,255,.72);
    font: italic 12px/1.3 var(--hht-serif);
}
.footer-main h3 {
    margin-bottom: 18px;
    color: var(--hht-acid);
    font-size: 10px;
    letter-spacing: .12em;
}
.footer-main > div:not(:first-child) a {
    min-height: 30px;
    display: flex;
    align-items: center;
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: 11px;
}
.footer-main > div:not(:first-child) a:hover { color: #fff; }

.footer-archive {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 20px 25px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    background: linear-gradient(100deg, rgba(12,122,120,.18), rgba(95,87,148,.15));
}
.footer-archive span {
    display: block;
    color: var(--hht-acid);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.footer-archive strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font: 500 22px/1.25 var(--hht-serif);
}
.footer-archive a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0 15px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

.network { padding: 30px 0 34px; }
.network__head { margin-bottom: 16px; }
.network__head span,
.network__head small { font-size: 9px; }
.network__grid {
    gap: 8px;
    border: 0;
}
.network__grid a {
    min-height: 68px;
    padding: 11px 13px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    background: rgba(255,255,255,.025);
}
.network__grid a:hover {
    border-color: rgba(217,240,75,.26);
    background: rgba(255,255,255,.055);
}
.network__mark {
    border-radius: 10px;
    border-color: rgba(217,240,75,.38);
    color: var(--hht-acid);
}
.network__grid strong { font-size: 11px; }
.network__grid small { font-size: 9px; }

.footer-bottom {
    min-height: 58px;
    border-top-color: rgba(255,255,255,.09);
}
.footer-bottom p { font-size: 9px; }

/* --------------------------------------------------------------------------
   Responsive adjustments
   -------------------------------------------------------------------------- */

@media (max-width: 1180px) {
    .shell { width: min(calc(100% - 42px), 1180px); }

    .brand__text small { display: none; }
    .primary-nav a { padding-inline: 10px; }
    .search-trigger span { display: none; }

    .hero__layout,
    .remedy-hero__grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
    }

    .record-hero__grid {
        grid-template-columns: minmax(0, 1.18fr) minmax(300px, .72fr);
        gap: 44px;
    }

    .record-layout {
        grid-template-columns: 220px minmax(0, 760px);
        gap: 58px;
    }
}

@media (max-width: 1020px) {
    html { scroll-padding-top: 84px; }
    .signal-bar__inner nav { display: none; }
    .signal-bar__atlas { margin-left: auto; }

    .nav-shell { min-height: 70px; }
    .primary-nav {
        position: absolute;
        left: 20px;
        right: 20px;
        top: calc(100% + 10px);
        display: none;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        padding: 12px;
        border: 1px solid var(--hht-line);
        border-radius: 20px;
        background: rgba(255,254,251,.985);
        box-shadow: var(--hht-shadow-md);
    }
    .primary-nav.is-open { display: grid; }
    .primary-nav a {
        justify-content: center;
        border-radius: 12px;
    }
    .nav-toggle {
        min-width: 46px;
        min-height: 46px;
        display: inline-grid;
        place-content: center;
        gap: 4px;
        margin-left: auto;
        border: 1px solid var(--hht-line);
        border-radius: 50%;
        background: rgba(255,255,255,.62);
        color: var(--hht-ink);
        cursor: pointer;
    }
    .nav-toggle span {
        width: 16px;
        height: 1px;
        background: currentColor;
    }
    .nav-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

    .search-panel__form { grid-template-columns: 1fr; gap: 16px; }

    .hero__layout,
    .remedy-hero__grid,
    .record-hero__grid {
        min-height: auto;
        grid-template-columns: 1fr;
    }
    .hero__layout { padding-top: 70px; }
    .hero__canvas { display: none; }
    .hero-proof { grid-template-columns: repeat(2, 1fr); }

    .record-hero__grid { padding-block: 48px 56px; }
    .record-command {
        display: grid;
        grid-template-columns: .92fr 1.08fr;
    }
    .record-command__safety {
        border-right: 1px solid rgba(255,255,255,.12);
        border-bottom: 0;
    }
    .record-command__source { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); }

    .record-jump { top: 70px; }
    .remedy-mode-bar { top: 70px; }

    .record-overview__grid {
        grid-template-columns: 1fr;
    }
    .source-trace { border-left: 0; border-top: 1px solid var(--hht-line); }

    .record-layout {
        grid-template-columns: 1fr;
        max-width: 820px;
    }
    .record-sidebar {
        position: static;
        grid-template-columns: 1fr 1fr;
    }
    .record-toc nav {
        grid-template-columns: repeat(2, 1fr);
    }

    .use-context-row {
        grid-template-columns: 105px minmax(160px, .7fr) minmax(190px, 1.3fr) 20px;
    }

    .footer-main { grid-template-columns: 1.25fr repeat(3, .8fr); gap: 28px; }
}

@media (max-width: 820px) {
    .shell { width: min(calc(100% - 32px), 760px); }
    .section { padding-block: 68px; }

    .signal-bar__inner { min-height: 32px; }
    .signal-bar__inner > span:first-child { overflow: hidden; text-overflow: ellipsis; }
    .signal-bar__atlas { font-size: 0; }
    .signal-bar__atlas b { margin: 0; font-size: 12px; }

    .brand__glyph { width: 42px; height: 42px; }
    .brand__text strong { font-size: 16px; }
    .brand__text em { font-size: 18px; }
    .search-trigger { min-width: 46px; padding: 0; justify-content: center; }
    .search-trigger kbd { display: none; }

    .section-head,
    .manifesto-grid,
    .method-band__grid,
    .preparation-library-intro__grid,
    .remedy-knowledge-bridge__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .section-head { align-items: start; }
    .section-head h2,
    .manifesto-grid h2 { font-size: clamp(38px, 10vw, 56px); }

    .hero__layout { padding-block: 58px 52px; }
    .hero h1 { font-size: clamp(52px, 13.5vw, 76px); }
    .hero-proof div { min-height: 76px; }

    .pathways { grid-template-columns: 1fr; }
    .pathway { min-height: 176px; }
    .story-grid,
    .remedy-story-grid,
    .traditional-remedy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .remedy-hero__art { display: none; }
    .remedy-mode-bar__inner {
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .remedy-mode-bar__inner::-webkit-scrollbar { display: none; }
    .remedy-mode-bar a { flex: 0 0 auto; }

    .remedy-filter-grid,
    .global-remedy-console__facets { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .global-remedy-check { grid-column: 1 / -1; }

    .record-hero h1 { font-size: clamp(46px, 11.8vw, 70px); }
    .record-hero__lede { font-size: 17px; }
    .record-command { grid-template-columns: 1fr; }
    .record-command__safety {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }
    .record-command__source { grid-column: auto; }

    .record-jump__inner {
        overflow-x: auto;
        scrollbar-width: none;
    }
    .record-jump__inner::-webkit-scrollbar { display: none; }
    .record-jump__inner > span { display: none; }
    .record-jump a { flex: 0 0 auto; }

    .record-claim__boundary { grid-template-columns: 1fr; }
    .record-claim__boundary > div { min-height: auto; }

    .record-sidebar { grid-template-columns: 1fr; }
    .record-toc nav { grid-template-columns: 1fr; }
    .record-sidebar__boundary { display: none; }

    .use-context-row {
        grid-template-columns: 1fr 20px;
        gap: 10px 16px;
    }
    .use-context-row > span {
        grid-column: 1;
        align-self: auto;
        min-height: 26px;
        display: inline-flex;
        width: max-content;
        padding: 0 9px;
        border: 0;
        border-radius: 999px;
        background: #eef4f1;
    }
    .use-context-row div { grid-column: 1; }
    .use-context-row p { grid-column: 1; }
    .use-context-row > b { grid-column: 2; grid-row: 1 / span 3; align-self: center; }

    .related-strip--record > div { grid-template-columns: 1fr; }

    .footer-main { grid-template-columns: repeat(2, 1fr); }
    .footer-brand { grid-column: 1 / -1; }
    .footer-archive { align-items: flex-start; flex-direction: column; }
    .network__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
    html { scroll-padding-top: 74px; }
    .shell { width: min(calc(100% - 24px), 520px); }
    .section { padding-block: 58px; }

    .signal-bar__inner { font-size: 8px; letter-spacing: .08em; }
    .nav-shell { min-height: 64px; gap: 8px; }
    .brand { gap: 9px; }
    .brand__glyph { width: 38px; height: 38px; }
    .brand__glyph::before { left: 17px; top: 6px; height: 24px; }
    .brand__text strong { font-size: 14px; }
    .brand__text em { font-size: 16px; }
    .nav-toggle,
    .search-trigger { min-width: 42px; min-height: 42px; }
    .primary-nav { left: 12px; right: 12px; grid-template-columns: 1fr; }

    .search-panel__lead span { font-size: 19px; }
    .search-panel__field { display: grid; grid-template-columns: 1fr; gap: 8px; }
    .search-panel__field input,
    .search-panel__field button { border-radius: 12px; }

    .hero__layout { padding-block: 48px 42px; }
    .hero h1 { font-size: clamp(45px, 14.5vw, 64px); }
    .hero__copy > p { font-size: 16px; }
    .hero-search > div { display: grid; grid-template-columns: 42px 1fr; }
    .hero-search button { grid-column: 1 / -1; min-height: 50px; }
    .hero-proof { grid-template-columns: 1fr 1fr; }
    .hero-proof div { padding: 12px; }
    .hero-proof div:last-child { padding-left: 12px; }
    .hero-proof b { font-size: 18px; }
    .hero-proof span { font-size: 8px; }

    .section-head h2,
    .manifesto-grid h2 { font-size: 40px; }
    .pathway { padding: 22px; }
    .pathway h3 { font-size: 27px; }

    .story-grid,
    .remedy-story-grid,
    .traditional-remedy-grid { grid-template-columns: 1fr; }
    .story-card__visual { min-height: 200px; }

    .home-use-map__grid { grid-template-columns: 1fr; }

    .remedy-hero__grid { padding-block: 52px 44px; }
    .remedy-hero h1 { font-size: clamp(46px, 13.8vw, 64px); }
    .remedy-hero__copy > p { font-size: 16px; }
    .remedy-filter-console,
    .global-remedy-console { padding: 17px; border-radius: 18px; }
    .remedy-filter-grid,
    .global-remedy-console__facets { grid-template-columns: 1fr; }
    .global-remedy-check { grid-column: auto; }
    .global-remedy-console__search { display: grid; gap: 8px; }
    .global-remedy-console__search input,
    .global-remedy-console__search button { width: 100%; }
    .global-remedy-alphabet a { min-width: 34px; min-height: 34px; }
    .remedy-results-bar { align-items: flex-start; flex-direction: column; }

    .record-hero__grid { padding-block: 38px 46px; }
    .breadcrumbs--record { margin-bottom: 25px; }
    .record-hero h1 { font-size: clamp(43px, 13.2vw, 61px); }
    .record-hero__lede { margin-top: 19px; font-size: 16px; }
    .record-hero__chips { display: grid; grid-template-columns: 1fr 1fr; }
    .record-chip { min-width: 0; min-height: 56px; }
    .record-byline { align-items: flex-start; }
    .record-byline span:not(.record-byline__seal) { font-size: 10px; }
    .record-command { border-radius: 20px; }
    .record-command__facts { grid-template-columns: 1fr 1fr; }
    .record-command__facts > div { min-height: 82px; padding: 14px; }

    .record-jump { top: 64px; }
    .remedy-mode-bar { top: 64px; }
    .record-jump__inner { min-height: 52px; }

    .record-overview { padding-block: 44px; }
    .record-overview__grid { border-radius: 20px; }
    .record-claim,
    .source-trace { padding: 28px 21px; }
    .record-claim h2,
    .source-trace h2 { font-size: 37px; }
    .source-trace dl > div { grid-template-columns: 105px 1fr; }

    .record-reading { padding-block: 55px 72px; }
    .record-layout { gap: 39px; }
    .article-use-connections--hierarchy { margin-bottom: 48px; padding-bottom: 45px; }
    .article-use-connections--hierarchy > h2 { font-size: 38px; }
    .prose,
    .prose-page { font-size: 17px; line-height: 1.78; }
    .prose h2,
    .prose-page h2 { font-size: 35px; }
    .prose h3,
    .prose-page h3 { font-size: 25px; }

    .use-context-row { padding: 17px; }
    .recipe-block,
    .sources-box--record { padding: 23px 19px; border-radius: 18px; }
    .record-safety {
        grid-template-columns: 1fr;
        padding: 22px 19px;
        border-radius: 18px;
    }
    .record-safety h2 { font-size: 31px; }

    .footer-main { grid-template-columns: 1fr; padding-block: 52px 36px; }
    .footer-brand { grid-column: auto; }
    .footer-archive { border-radius: 17px; }
    .footer-archive strong { font-size: 19px; }
    .network__grid { grid-template-columns: 1fr; }
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 3px;
        padding-block: 14px;
    }
}

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

/* Content must never disappear while waiting for enhancement JavaScript. */
[data-reveal] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
}

/* Keep metadata compact without dropping into illegible microtype. */
.brand__text small,
.record-chip small,
.record-command__facts dt,
.record-command__source span,
.record-sidebar__boundary > span,
.record-toc summary span,
.use-context-row small,
.record-byline small {
    font-size: 9px;
}

@media (max-width: 560px) {
    .hero-proof span { font-size: 9px; }
}

.lagoon-note small,
.lagoon-seal small,
.remedy-filter-console__head span {
    font-size: 9px;
}

.remedy-search-field > span { font-size: 9px; }
