:root {
    --home-forest: #173f2b;
    --home-moss: #2f7451;
    --home-cream: #fffaf1;
    --home-straw: #ead9a8;
    --home-creek: #7da9a3;
    --home-line: rgba(35, 70, 49, 0.16);
    --home-history-label: #5d6057;
    --home-history-action: #286746;
    --home-radius: 24px;
    --home-shadow: 0 20px 50px rgba(35, 61, 43, 0.12);
}

.home-recipe {
    --accent-fill-rest: var(--home-forest);
    --accent-fill-hover: #245f43;
    --accent-fill-active: #0d2f20;
    --accent-fill-focus: var(--home-forest);
    --accent-foreground-rest: var(--home-moss);
    --accent-foreground-hover: #245f43;
    --accent-foreground-active: #0d2f20;
    --foreground-on-accent-rest: var(--home-cream);
    --foreground-on-accent-hover: #fff;
    --foreground-on-accent-active: #fff;
    display: grid;
    gap: clamp(1.2rem, 2.4vw, 2.2rem);
    margin: 0 auto;
    max-width: 1320px;
    overflow-x: clip;
    padding: 1.5rem clamp(1rem, 3vw, 2rem) 4rem;
}

.home-band {
    border-radius: var(--home-radius);
    min-width: 0;
}

.home-recipe-evidence {
    align-items: center;
    color: var(--text-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: .76rem;
    gap: .7rem 1rem;
    justify-content: flex-end;
}

.home-status-chit {
    background: rgba(47, 116, 81, .1);
    border: 1px solid rgba(47, 116, 81, .2);
    border-radius: 999px;
    color: var(--home-forest);
    display: inline-flex;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    padding: .4rem .7rem;
    text-transform: uppercase;
}

.home-hero-hud {
    align-items: center;
    display: grid;
    gap: clamp(1.4rem, 4vw, 3.5rem);
    grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr);
    grid-template-areas: "copy visual" "primary primary" "secondary secondary";
    min-height: min(650px, 72vh);
}
.home-hero-copy { grid-area: copy; }
.home-hero-visual { grid-area: visual; }
.home-primary-context { grid-area: primary; grid-template-columns: repeat(2, minmax(0, 1fr)); }

.home-hero-copy h1 {
    font-size: clamp(2.7rem, 4.2vw, 4.2rem);
    hyphens: auto;
    line-height: .96;
    margin: .5rem 0 1rem;
    max-width: 11ch;
    overflow-wrap: anywhere;
}

.home-hero-copy .lede {
    font-size: clamp(1rem, 1.7vw, 1.25rem);
    max-width: 58ch;
}

.home-actions,
.home-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1.2rem;
}

.home-kicker {
    color: var(--home-forest);
    font-weight: 800;
    margin-top: 1.1rem;
}

.home-hero-visual {
    background: linear-gradient(180deg, rgba(13, 37, 24, .02), rgba(13, 37, 24, .27));
    border-radius: 32px;
    box-shadow: var(--home-shadow);
    display: flex;
    min-height: 500px;
    padding: 1.2rem;
}

.home-hero-note {
    align-self: end;
    background: rgba(255, 250, 241, .94) !important;
    display: grid !important;
    gap: .45rem;
    margin: 0;
    max-width: 28rem;
    padding: 1.1rem !important;
}

.home-hero-note strong { color: var(--home-forest); font-size: 1.12rem; }
.home-hero-note p { margin: 0; }

.home-situation-hud {
    background: linear-gradient(135deg, rgba(21, 65, 43, .98), rgba(54, 92, 68, .94)), url('/images/overview/overview-map-control-surface.svg') center / cover;
    box-shadow: var(--home-shadow);
    color: #fafff8;
    display: grid;
    gap: 1rem;
    padding: clamp(1.1rem, 2.6vw, 2rem);
}

.home-situation-heading {
    align-items: start;
    display: flex;
    gap: 1.2rem;
    justify-content: space-between;
}

.home-situation-heading h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.8rem); max-width: 24ch; }
.home-situation-heading p { color: rgba(250, 255, 248, .78); max-width: 66ch; }
.home-situation-heading .eyebrow { color: #dbeadf; }
.home-situation-heading .home-status-chit { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .25); color: #fff; white-space: nowrap; }

.home-fact-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-entity-card {
    background: rgba(255, 252, 246, .97) !important;
    border: 1px solid var(--home-line) !important;
    border-radius: 18px !important;
    color: var(--text-strong) !important;
    display: grid !important;
    gap: .65rem;
    min-width: 0;
    padding: 1rem !important;
}

.home-entity-card h1,
.home-entity-card h3,
.home-entity-card p { margin: 0; }
.home-entity-card h3 { font-size: 1.12rem; line-height: 1.16; }
.home-hero-root-card h1 { font-size: clamp(2.7rem, 4.2vw, 4.2rem); hyphens: auto; line-height: .96; max-width: 11ch; overflow-wrap: anywhere; }
.home-hero-root-card { background: transparent !important; border-color: transparent !important; padding: 0 !important; }
.home-hero-root-card .home-entity-card__meta { display: none; }
.home-hero-root-card > p { font-size: clamp(1rem, 1.7vw, 1.25rem); max-width: 58ch; }
.home-entity-card > p { color: var(--text-muted); }

.home-entity-card__meta,
.home-entity-card__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: space-between;
}

.home-source-link {
    align-items: center;
    background: var(--home-forest);
    border: 1px solid var(--home-forest);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .86rem;
    font-weight: 800;
    min-height: 2.25rem;
    padding: .3rem .85rem;
    text-decoration: none;
}

.home-entity-card__meta > span {
    color: var(--home-moss);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.home-entity-card__title {
    background: none;
    border: 0;
    color: var(--home-forest);
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-align: left;
    text-decoration: underline;
    text-decoration-color: rgba(47, 116, 81, .3);
    text-underline-offset: .2em;
}

.home-entity-card__title:hover { text-decoration-color: currentColor; }
.home-entity-card__title:focus-visible { outline: 3px solid var(--home-creek); outline-offset: 3px; }

.home-entity-card__consequence {
    background: rgba(47, 116, 81, .07);
    border-left: 3px solid var(--home-creek);
    border-radius: 0 10px 10px 0;
    padding: .55rem .65rem;
}

.home-entity-card__consequence span {
    color: var(--home-moss);
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.home-entity-card__consequence p { font-size: .82rem; line-height: 1.35; margin-top: .2rem; }
.home-entity-card-root { margin-bottom: .8rem; }
.home-entity-card-root-dark { background: rgba(255, 255, 255, .1) !important; border-color: rgba(255,255,255,.25) !important; color: #fff !important; max-width: 52rem; }
.home-entity-card-root-dark .home-entity-card__title,
.home-entity-card-root-dark > p { color: #fff; }
.home-entity-card-root-dark .home-entity-card__consequence { background: rgba(255,255,255,.1); border-color: #dbeadf; }
.home-entity-card-root-dark .home-entity-card__consequence span { color: #dbeadf; }

.home-hero-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: .75rem; }
.home-secondary-context {
    background: linear-gradient(135deg, rgba(234, 217, 168, .24), rgba(125, 169, 163, .12));
    border: 1px solid var(--home-line);
    border-radius: 22px;
    grid-column: 1 / -1;
    padding: clamp(1rem, 2.4vw, 1.5rem);
}
.home-secondary-context > h2 { color: var(--home-forest); font-size: clamp(1.35rem, 2.1vw, 1.8rem); margin: .25rem 0 1rem; }
.home-secondary-entity-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-entity-card-secondary { background: rgba(255, 252, 246, .8) !important; box-shadow: none !important; }
.home-entity-card-project {
    background: rgba(255, 252, 246, .62) !important;
    border-style: dashed !important;
    margin-top: .8rem;
    max-width: 48rem;
}
.home-entity-card__subtle-overlay {
    justify-self: start;
    opacity: .66;
    font-size: .68rem;
}
.home-hero-visual { flex-direction: column; gap: .75rem; justify-content: end; }
.home-hero-visual .home-entity-card { align-self: end; max-width: 28rem; width: min(100%, 28rem); }
.home-map-entity-list { display: grid; gap: .6rem; grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: 34rem; overflow: auto; padding-right: .25rem; }
.home-entity-card-compact { padding: .75rem !important; }
.home-entity-card-compact .home-entity-card__consequence { display: none; }
.home-entity-card-compact .home-entity-card__actions fluent-button:last-child { display: none; }

.home-explorer-backdrop {
    background: rgba(9, 24, 15, .46);
    inset: 0;
    position: fixed;
    z-index: 1190;
}

.home-relationship-explorer {
    background: var(--home-cream);
    box-shadow: -18px 0 60px rgba(11, 33, 20, .28);
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
    height: 100dvh;
    inset: 0 0 0 auto;
    max-width: 42rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: clamp(1rem, 2.8vw, 2rem);
    position: fixed;
    width: min(92vw, 42rem);
    z-index: 1200;
    box-sizing: border-box;
}

.home-relationship-explorer > * { max-width: 100%; min-width: 0; }
.home-relationship-explorer > header { align-items: start; display: flex; gap: 1rem; justify-content: space-between; }
.home-relationship-explorer > header > div { min-width: 0; }
.home-relationship-explorer h2 { color: var(--home-forest); font-size: clamp(1.6rem, 3vw, 2.35rem); line-height: 1.05; margin: .25rem 0 0; overflow-wrap: anywhere; }
.home-relationship-explorer fluent-breadcrumb { max-width: 100%; min-width: 0; overflow-x: auto; }
.home-entity-card-focused { border-color: rgba(47, 116, 81, .42) !important; box-shadow: 0 12px 30px rgba(35, 61, 43, .1); }
.home-consequence-panel { background: rgba(125, 169, 163, .12); border: 1px solid rgba(47, 116, 81, .18); border-radius: 18px; padding: 1rem; }
.home-consequence-panel h3 { color: var(--home-forest); margin: 0 0 .35rem; }
.home-relationship-list { display: grid; gap: .55rem; margin-top: .75rem; }
.home-relationship-link { background: #fff; border: 1px solid var(--home-line); border-radius: 12px; color: var(--text-strong); cursor: pointer; display: grid; gap: .25rem; padding: .75rem; text-align: left; width: 100%; }
.home-relationship-link:hover { border-color: var(--home-moss); }
.home-relationship-link:focus-visible { outline: 3px solid var(--home-creek); outline-offset: 2px; }
.home-relationship-link span { color: var(--home-moss); font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.home-relationship-link small { color: var(--text-muted); }
.home-relationship-empty,
.home-explorer-diagnostic { color: var(--text-muted); font-size: .8rem; }

.home-fact-card,
.home-compact-card,
.home-pathway-card,
.home-story-card,
.home-source-card {
    background: rgba(255, 252, 246, .96) !important;
    border: 1px solid var(--home-line) !important;
    border-radius: 18px !important;
    color: var(--text-strong) !important;
    display: grid !important;
    gap: .55rem;
    padding: 1rem !important;
}

.home-fact-card span,
.home-source-card span,
.home-next-action span {
    color: var(--home-moss);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-fact-card strong { font-size: 1rem; line-height: 1.2; }

.home-next-action {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 18px;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: .9rem 1rem;
}

.home-next-action div { display: grid; gap: .2rem; }
.home-next-action span { color: #dbeadf; }

.home-map-hud {
    align-items: stretch;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
}

.home-map-visual {
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(18, 45, 30, .2));
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius);
    min-height: 430px;
    overflow: hidden;
    position: relative;
}
.home-map-visual__image { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.home-map-visual > :not(.home-map-visual__image) { position: relative; z-index: 1; }

.map-marker {
    background: rgba(255, 250, 241, .92);
    border: 1px solid var(--home-line);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(17, 46, 30, .14);
    color: var(--home-forest);
    font-size: .72rem;
    font-weight: 800;
    padding: .5rem .7rem;
    position: absolute;
}

.marker-farm { left: 18%; top: 28%; }
.marker-habitat { right: 15%; top: 50%; }
.marker-seaton { bottom: 15%; left: 42%; }

.home-map-copy {
    align-content: center;
    background: var(--home-cream);
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius);
    display: grid;
    padding: clamp(1.2rem, 3vw, 2.4rem);
}

.home-map-copy h2,
.home-section-heading h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.05; }
.home-chip-row span { background: rgba(47, 116, 81, .09); border-radius: 999px; color: var(--home-forest); font-size: .72rem; font-weight: 800; padding: .42rem .65rem; }

.home-audience-hud,
.home-card-grid,
.home-source-list,
.home-glossary-grid {
    display: grid;
    gap: .85rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-pathway-card h2 { font-size: 1.35rem; line-height: 1.12; }
.home-pathway-card p { margin-top: 0; }
.home-pathway-card fluent-button { align-self: end; justify-self: start; }

.home-conditional-hud {
    background: rgba(255, 250, 241, .75);
    border: 1px solid var(--home-line);
    padding: clamp(1rem, 2.4vw, 1.8rem);
}

.home-conditional-hud > summary {
    cursor: pointer;
    display: grid;
    gap: .3rem;
    list-style: none;
}

.home-conditional-hud > summary::-webkit-details-marker { display: none; }
.home-conditional-content { display: grid; gap: 1rem; }
.home-section-heading { max-width: 72ch; }
.home-section-heading p { margin-bottom: 0; }
.home-card-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-compact-card h3,
.home-story-card h3 { font-size: 1.15rem; margin: 0; }
.home-compact-card p,
.home-story-card p { margin: 0; }
.home-story-hud { background: linear-gradient(90deg, rgba(255, 250, 241, .96), rgba(232, 242, 228, .9)); }
.home-source-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-source-card a { color: var(--home-moss); font-weight: 800; }

.home-glossary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.home-glossary-grid div { border-top: 1px solid var(--home-line); padding: .8rem 0; }
.home-glossary-grid dt { color: var(--home-forest); font-weight: 900; }
.home-glossary-grid dd { margin: .3rem 0 0; }

.home-unavailable-hud fluent-card { padding: 1rem; }

.home-recipe fluent-button:focus,
.home-recipe fluent-button:focus-visible,
.home-conditional-hud > summary:focus-visible,
.home-recipe a:focus-visible {
    outline: 3px solid var(--home-creek) !important;
    outline-offset: 3px;
}

@media (min-width: 701px) {
    .home-conditional-hud > summary { display: none; }
    .home-conditional-hud:not([open]) > .home-conditional-content { display: grid; }
}

@media (max-width: 960px) {
    .home-hero-hud,
    .home-map-hud { grid-template-columns: 1fr; }
    .home-hero-hud { min-height: 0; }
    .home-hero-hud { grid-template-areas: "copy" "visual" "primary" "secondary"; }
    .home-hero-visual { min-height: 400px; }
    .home-fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-card-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
    .home-recipe { gap: 1rem; padding: .8rem .75rem 2.5rem; }
    .home-recipe-evidence { justify-content: flex-start; }
    .home-hero-hud { gap: 1rem; }
    .home-hero-copy h1 { font-size: clamp(2.45rem, 13vw, 3.5rem); }
    .home-hero-visual { border-radius: 24px; min-height: 330px; }
    .home-hero-note { max-width: calc(100% - .5rem); }
    .home-situation-heading,
    .home-next-action { align-items: stretch; flex-direction: column; }
    .home-situation-heading .home-status-chit { align-self: start; }
    .home-fact-grid,
    .home-audience-hud,
    .home-card-grid,
    .home-card-grid-four,
    .home-source-list,
    .home-glossary-grid { grid-template-columns: 1fr; }
    .home-map-visual { min-height: 320px; }
    .home-hero-entity-grid,
    .home-primary-context,
    .home-map-entity-list { grid-template-columns: 1fr; max-height: none; }
    .home-relationship-explorer { inset: auto 0 0; height: min(92dvh, 58rem); max-width: none; width: 100%; }
    .home-relationship-explorer > header { align-items: start; flex-wrap: wrap; }
    .home-relationship-explorer > header fluent-button { flex: 0 0 auto; }
    .home-entity-card__actions fluent-button { flex: 1 1 9rem; }
    .home-entity-card__actions fluent-button,
    .home-relationship-explorer fluent-button,
    .home-entity-card__title,
    .home-relationship-link { min-height: 44px; }
    .home-entity-card__title { align-items: center; display: inline-flex; }
    .home-entity-card { gap: .45rem; padding: .75rem !important; }
    .home-entity-card__meta { display: none; }
    .home-entity-card > p { display: -webkit-box; font-size: .88rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
    .home-entity-card__consequence { display: none; }
    .home-hero-root-card { padding: 0 !important; }
    .home-hero-root-card h1 { font-size: clamp(2.45rem, 13vw, 3.5rem); }
    .home-relationship-explorer .home-entity-card__consequence,
    .home-relationship-explorer .home-entity-card__meta { display: flex; }
    .home-relationship-explorer .home-entity-card__consequence { display: block; }
    .home-conditional-hud:not([open]) > .home-conditional-content { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .home-recipe *, .home-recipe *::before, .home-recipe *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Six-chapter Garden vision */
.home-recipe {
    gap: 0;
    max-width: 1440px;
    padding: 0 clamp(.8rem, 2.7vw, 2.5rem) 5rem;
}

.home-chapter-nav {
    align-items: stretch;
    background: rgba(255, 250, 241, .94);
    border: 1px solid var(--home-line);
    border-radius: 0 0 20px 20px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-bottom: clamp(1.25rem, 3vw, 2.5rem);
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 20;
}

.home-chapter-nav a {
    align-items: center;
    border-right: 1px solid var(--home-line);
    color: var(--home-forest);
    display: flex;
    font-size: clamp(.68rem, .9vw, .8rem);
    font-weight: 800;
    gap: .45rem;
    min-height: 3.25rem;
    padding: .55rem .7rem;
    text-decoration: none;
}

.home-chapter-nav a:last-child { border-right: 0; }
.home-chapter-nav a:hover { background: rgba(47, 116, 81, .08); }
.home-chapter-nav span { color: var(--home-moss); font-size: .66rem; letter-spacing: .08em; }

.home-chapter {
    border-bottom: 1px solid var(--home-line);
    border-radius: 0;
    min-height: 0;
    padding: clamp(2.5rem, 4.5vw, 4.75rem) clamp(.25rem, 3vw, 2.5rem);
    scroll-margin-top: 4.5rem;
}

.home-chapter__header { margin-bottom: clamp(1.5rem, 2.5vw, 2.5rem); max-width: 67rem; }
.home-chapter__number { color: var(--home-moss); font-size: .73rem; font-weight: 900; letter-spacing: .12em; margin: 0 0 .9rem; text-transform: uppercase; }
.home-chapter__header h2,
.home-chapter--vision h1 {
    color: var(--home-forest);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.5rem, 5.2vw, 5.25rem);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: .93;
    margin: 0;
    max-width: 13ch;
}
.home-chapter__header > p:last-child,
.home-chapter__lede { color: var(--text-muted); font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.55; max-width: 60ch; }

.home-chapter--vision {
    align-items: center;
    display: grid;
    gap: clamp(1.75rem, 4vw, 4rem);
    grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
    min-height: 0;
    padding-top: clamp(1.75rem, 3vw, 3rem);
}
.home-chapter--vision .home-chapter__copy { min-width: 0; }
.home-chapter--vision h1,
.home-chapter--vision .home-heading-link {
    hyphens: auto;
    max-width: 100%;
    overflow-wrap: break-word;
}
.home-chapter--vision .home-heading-link {
    display: block;
    width: 100%;
}
.home-heading-link,
.home-figure-link,
.home-solution-note button {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-align: left;
}
.home-heading-link { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: .12em; }
.home-heading-link:hover { text-decoration-color: rgba(47, 116, 81, .35); }
.home-vision-figure { margin: 0; min-height: 0; overflow: hidden; position: relative; }
.home-composition-picture { display: block; height: 100%; width: 100%; }
.home-vision-figure > .home-composition-picture > .home-composition-base { border-radius: 30px; height: clamp(340px, 42vw, 540px); object-fit: cover; width: 100%; }
.home-composition-base { display: block; }
.home-composition-sprite,
.home-composition-overlay { pointer-events: none; position: absolute; }
.home-composition-overlay { inset: 8% 3% 4%; opacity: .16; width: 94%; }
.home-composition-sprite { object-fit: contain; }
.home-vision-figure figcaption {
    background: rgba(255, 250, 241, .94);
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 18px;
    bottom: 1.25rem;
    box-shadow: var(--home-shadow);
    display: grid;
    gap: .3rem;
    left: 1.25rem;
    max-width: 27rem;
    padding: 1rem 1.1rem;
    position: absolute;
}
.home-figure-link { color: var(--home-forest); font-weight: 900; }
.home-vision-figure figcaption span { color: var(--text-muted); font-size: .88rem; }

.home-consequence-link {
    background: none;
    border: 0;
    color: var(--home-moss);
    cursor: pointer;
    font: inherit;
    font-size: .8rem;
    font-weight: 850;
    padding: .35rem 0;
    text-align: left;
}

.home-entity-link__consequence {
    margin: .35rem 0 0;
    padding-inline-start: .65rem;
    border-inline-start: 2px solid rgba(47, 116, 81, .45);
    color: var(--home-ink-soft);
    font-size: .86rem;
    line-height: 1.45;
}

.home-entity-link__consequence span {
    color: var(--home-forest);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.home-place-layout { align-items: center; display: grid; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr); }
.home-place-map { margin: 0; }
.home-place-map__composition { border-radius: 28px; box-shadow: var(--home-shadow); min-height: clamp(330px, 38vw, 470px); overflow: hidden; position: relative; }
.home-place-map__composition > .home-composition-picture { inset: 0; position: absolute; }
.home-place-map__composition > .home-composition-picture > .home-composition-base { height: 100%; object-fit: cover; width: 100%; }
.home-place-map figcaption { color: var(--text-muted); font-size: .78rem; margin-top: .65rem; }
.home-thread-list { display: grid; gap: 0; }
.home-thread-list--horizontal { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 2rem; }
.home-entity-link { border-top: 1px solid var(--home-line); display: grid; gap: .55rem; padding: 1rem 0; }
.home-entity-link__title { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.15rem, 1.8vw, 1.55rem); font-weight: 600; line-height: 1.1; }
.home-entity-link p { color: var(--text-muted); font-size: .9rem; line-height: 1.45; margin: 0; }
.home-entity-link__actions { align-items: center; display: flex; flex-wrap: wrap; gap: .85rem; }
.home-entity-link__actions a { color: var(--home-forest); font-size: .78rem; font-weight: 850; text-decoration: none; }
.home-entity-link__actions a:hover { text-decoration: underline; }

.home-chapter--shaped { background: linear-gradient(180deg, rgba(239, 235, 224, .42), rgba(255, 253, 248, 0)); }
.home-history-mosaic { display: grid; gap: 1px; grid-template-columns: repeat(12, minmax(0, 1fr)); background: rgba(67, 73, 61, .22); border: 1px solid rgba(67, 73, 61, .22); }
.home-history-tile { background: #f7f4eb; display: flex; flex-direction: column; grid-column: span 4; min-height: 21rem; min-width: 0; padding: clamp(1rem, 2vw, 1.55rem); }
.home-history-tile > header { align-items: start; display: grid; gap: .3rem .7rem; grid-template-columns: auto minmax(0, 1fr); }
.home-history-tile__moment { color: var(--home-forest); font-family: Georgia, 'Times New Roman', serif; font-size: 1.3rem; grid-row: 1 / span 2; white-space: nowrap; }
.home-history-tile__type, .home-history-tile__posture { color: var(--home-history-label); font-size: .62rem; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; }
.home-history-tile__posture { border: 1px solid rgba(67, 73, 61, .25); border-radius: 999px; justify-self: start; padding: .3rem .5rem; }
.home-history-tile__body { flex: 1; padding-top: clamp(1.2rem, 2.4vw, 2rem); }
.home-history-tile__glyph { color: #818476; display: block; font-size: clamp(1.55rem, 3vw, 2.7rem); font-weight: 350; letter-spacing: -.04em; line-height: 1; margin-bottom: .85rem; }
.home-history-tile h3 { margin: 0 0 .65rem; }
.home-history-tile h3 button { background: none; border: 0; color: var(--home-forest); cursor: pointer; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.35rem, 2vw, 1.9rem); font-weight: 500; line-height: 1.08; padding: 0; text-align: left; }
.home-history-tile h3 button:hover { text-decoration: underline; text-decoration-color: rgba(47, 116, 81, .38); text-underline-offset: .12em; }
.home-history-tile__body > p { color: var(--text-muted); font-size: .88rem; line-height: 1.5; margin: 0; }
.home-history-tile__consequence { border-top: 1px solid rgba(67, 73, 61, .2); margin-top: 1rem; padding-top: .8rem; }
.home-history-tile__consequence span { color: var(--home-history-action); font-size: .63rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.home-history-tile__consequence p { color: var(--home-ink-soft); font-size: .8rem; line-height: 1.42; margin: .25rem 0 0; }
.home-history-tile footer { align-items: center; display: flex; flex-wrap: wrap; gap: .65rem 1rem; margin-top: .75rem; }
.home-history-tile footer button { background: none; border: 0; color: var(--home-history-action); cursor: pointer; font-size: .75rem; font-weight: 850; padding: .35rem 0; }
.home-history-tile footer a { color: #50574d; font-size: .73rem; font-weight: 800; text-decoration: none; }
.home-history-tile footer a:hover { text-decoration: underline; }
.home-history-tile--community-memory { background: #ece9df; }
.home-history-tile--land-tenure { background: #eef0e8; }
.home-history-tile--land-transfer { background: #e4ece3; }
.home-history-tile--civic-history { background: #dbe8dc; }
.home-history-thesis { background-image: linear-gradient(90deg, rgba(18, 49, 35, .96) 0%, rgba(18, 49, 35, .9) 48%, rgba(18, 49, 35, .52) 100%); background-position: center; background-size: cover; color: #fffdf8; margin-top: clamp(1.25rem, 2.5vw, 2rem); min-height: 15rem; padding: clamp(1.5rem, 4vw, 3.2rem); }
.home-history-thesis[data-home-deferred-loaded="true"] { background-image: linear-gradient(90deg, rgba(18, 49, 35, .96) 0%, rgba(18, 49, 35, .9) 48%, rgba(18, 49, 35, .52) 100%), url('/images/home/vision/home-shaped-land.composite.desktop.en-CA.jpg'); }
.home-history-thesis > p:first-child { color: #c9dfca; font-size: .68rem; font-weight: 900; letter-spacing: .1em; margin: 0 0 .65rem; text-transform: uppercase; }
.home-history-thesis h3 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.8rem, 3.3vw, 3.25rem); font-weight: 500; line-height: 1.03; margin: 0; max-width: 19ch; }
.home-history-thesis h3 + p { color: #e7eee8; line-height: 1.5; margin: 1rem 0 0; max-width: 54ch; }
.home-history-thesis > a { border-bottom: 1px solid rgba(255, 253, 248, .65); color: #fffdf8; display: inline-flex; font-size: .78rem; font-weight: 800; gap: .35rem; margin-top: 1rem; min-height: 44px; padding-block: .7rem; text-decoration: none; }
.home-history-thesis > a:hover,
.home-history-thesis > a:focus-visible { border-bottom-color: #fffdf8; outline: 3px solid rgba(255, 253, 248, .9); outline-offset: 3px; }

.home-chapter--solution {
    background: var(--home-forest);
    border-radius: 32px;
    color: #fff;
    margin: clamp(1rem, 2.5vw, 2.5rem) 0;
    padding-left: clamp(1.5rem, 5vw, 5rem);
    padding-right: clamp(1.5rem, 5vw, 5rem);
}
.home-chapter__header--light h2,
.home-chapter__header--light > p:last-child,
.home-chapter--solution .home-chapter__number { color: #f8fff9; }
.home-solution-mosaic { background: rgba(255,255,255,.18); display: grid; gap: 1px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-solution-system { background: #f7f4eb; color: #37433a; display: grid; grid-template-rows: 13rem 1fr; min-width: 0; }
.home-solution-system__visual { align-items: center; background: #ebe7da; display: flex; justify-content: center; overflow: hidden; padding: .8rem; position: relative; }
.home-solution-system__visual > span { align-items: center; background: rgba(255,253,248,.92); border: 1px solid rgba(30,65,44,.2); border-radius: 999px; color: var(--home-forest); display: flex; font-family: Georgia, serif; height: 2.2rem; justify-content: center; left: .85rem; position: absolute; top: .85rem; width: 2.2rem; z-index: 1; }
.home-solution-system__visual img { display: block; height: 100%; object-fit: contain; width: 100%; }
.home-solution-system--water .home-solution-system__visual { background: #dce8e3; }
.home-solution-system--community .home-solution-system__visual { background: #e8e4d7; }
.home-solution-system__copy { display: flex; flex-direction: column; padding: clamp(1rem, 2.2vw, 1.6rem); }
.home-solution-system__type { color: var(--home-moss); font-size: .65rem !important; font-weight: 900; letter-spacing: .09em; margin: 0 0 .55rem !important; text-transform: uppercase; }
.home-solution-system h3 { margin: 0 0 .75rem; }
.home-solution-system h3 button { background: none; border: 0; color: var(--home-forest); cursor: pointer; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.45rem, 2vw, 2rem); font-weight: 500; line-height: 1.05; padding: 0; text-align: left; }
.home-solution-system h3 button:hover { text-decoration: underline; text-decoration-color: rgba(47,116,81,.4); text-underline-offset: .12em; }
.home-solution-system__copy > p { color: #555c54; font-size: .88rem; line-height: 1.5; margin: 0; }
.home-solution-system__consequence { border-top: 1px solid rgba(40,72,52,.2); margin-top: 1rem; padding-top: .85rem; }
.home-solution-system__consequence span { color: var(--home-moss); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.home-solution-system__consequence p { color: #37433a; font-size: .82rem; line-height: 1.45; margin: .3rem 0 0; }
.home-solution-system footer { align-items: center; display: flex; flex-wrap: wrap; gap: .65rem 1rem; margin-top: auto; padding-top: 1rem; }
.home-solution-system footer button { background: none; border: 0; color: var(--home-moss); cursor: pointer; font-size: .76rem; font-weight: 850; padding: .35rem 0; }
.home-solution-system footer a { color: #4e574f; font-size: .74rem; font-weight: 800; text-decoration: none; }
.home-solution-system footer a:hover { text-decoration: underline; }
.home-solution-relationship { align-items: center; display: grid; gap: .55rem 3rem; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); padding: clamp(2rem, 4vw, 3.5rem) 0 0; }
.home-solution-relationship > p:first-child { color: #bcd7c3; font-size: .68rem; font-weight: 900; grid-column: 1; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
.home-solution-relationship h3 { color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.7rem, 3vw, 2.75rem); font-weight: 500; grid-column: 1; line-height: 1.05; margin: 0; }
.home-solution-relationship h3 + p { color: #dfebe2; grid-column: 1; line-height: 1.55; margin: .4rem 0 0; }
.home-solution-relationship__visual { align-items: center; display: grid; gap: 1rem; grid-column: 2; grid-row: 1 / span 3; }
.home-solution-relationship__visual > img { filter: drop-shadow(0 14px 24px rgba(0,0,0,.22)); justify-self: center; max-height: 190px; max-width: 100%; object-fit: contain; }
.home-solution-relationship__chain { align-items: center; display: grid; gap: .6rem; grid-template-columns: auto 1fr auto 1fr auto; }
.home-solution-relationship__chain span { border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: .72rem; font-weight: 850; padding: .65rem .8rem; text-align: center; }
.home-solution-relationship__chain i { background: rgba(255,255,255,.45); height: 1px; }

.home-simulator-stage { background: #eef1e9; border: 1px solid var(--home-line); border-radius: 28px; box-shadow: 0 18px 44px rgba(23,63,43,.08); overflow: hidden; }
.home-chapter--practice .home-chapter__header h2 { max-width: 18ch; }
.home-simulator-stage__land { align-items: flex-end; background: linear-gradient(90deg, rgba(17,55,37,.88), rgba(17,55,37,.3)) center 56% / cover; display: flex; height: clamp(130px, 15vw, 190px); padding: clamp(1.25rem, 3vw, 2.2rem); position: relative; }
.home-simulator-stage__land[data-home-deferred-loaded="true"] { background-image: linear-gradient(90deg, rgba(17,55,37,.88), rgba(17,55,37,.3)), url('/images/home/vision/home-vision-practice.composite.desktop.en-CA.jpg'); }
.home-simulator-stage__label { background: rgba(255,250,241,.9); border-radius: 999px; color: var(--home-forest); font-size: .67rem; font-weight: 900; left: 1rem; letter-spacing: .08em; padding: .45rem .65rem; position: absolute; text-transform: uppercase; top: 1rem; }
.home-simulator-stage__land strong { color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.3rem, 2.4vw, 2rem); font-weight: 500; line-height: 1.12; max-width: 28ch; }
.home-practice-loop { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-practice-step { background: #fffaf1; border-right: 1px solid var(--home-line); display: grid; grid-template-rows: auto 1fr; min-width: 0; padding: 1rem; }
.home-practice-step:last-child { border-right: 0; }
.home-practice-step__visual { align-items: center; display: flex; justify-content: space-between; min-height: 6.25rem; }
.home-practice-step__number { color: var(--home-moss); font-family: Georgia, 'Times New Roman', serif; font-size: 1.4rem; }
.home-practice-step .home-entity-link { align-content: start; border-top-color: rgba(44,82,61,.18); }
.home-practice-step .home-entity-link__title { font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.home-practice-step .home-entity-link__consequence { font-size: .76rem; line-height: 1.38; }
.home-simulator-sprite { display: block; height: 96px; object-fit: contain; width: 96px; }
.home-primary-link { background: var(--home-forest); border-radius: 999px; color: #fff; display: inline-flex; font-weight: 850; margin-top: 1.5rem; padding: .85rem 1.15rem; text-decoration: none; }
.home-practice-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem; }
.home-secondary-link { color: var(--home-forest); font-size: .86rem; font-weight: 850; margin-top: 1.5rem; padding: .75rem .2rem; text-decoration: none; }
.home-secondary-link:hover { text-decoration: underline; }

.home-library-paths { display: grid; gap: 1rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-library-paths a { background: var(--home-cream); border: 1px solid var(--home-line); border-radius: 20px; color: var(--home-forest); display: grid; gap: .4rem; min-height: 7.5rem; padding: 1rem; text-decoration: none; }
.home-library-paths a:hover { border-color: var(--home-moss); transform: translateY(-2px); }
.home-library-paths span { color: var(--home-moss); font-size: .7rem; font-weight: 900; }
.home-library-paths strong { font-family: Georgia, serif; font-size: 1.5rem; }
.home-library-paths small { color: var(--text-muted); font-size: .85rem; }
.home-evidence-ribbon { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 2.5rem; }
.home-encyclopedia-visual { align-items: center; background: linear-gradient(135deg, rgba(47,116,81,.06), rgba(122,161,197,.11)); border: 1px solid var(--home-line); border-radius: 24px; display: grid; gap: .7rem; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; margin-top: 1.5rem; min-height: 8rem; padding: clamp(1rem, 2.5vw, 2rem); }
.home-encyclopedia-visual span { background: var(--home-cream); border: 1px solid var(--home-line); border-radius: 999px; color: var(--home-forest); font-family: Georgia, serif; font-weight: 700; padding: .75rem 1rem; text-align: center; }
.home-encyclopedia-visual i { background: var(--home-moss); height: 1px; opacity: .55; }
.home-closing-line { color: var(--home-forest); font-family: Georgia, serif; font-size: clamp(1.5rem, 2.5vw, 2.35rem); margin: 2.5rem auto 0; max-width: 27ch; text-align: center; }

.home-heading-link:focus-visible,
.home-figure-link:focus-visible,
.home-consequence-link:focus-visible,
.home-solution-note button:focus-visible { outline: 3px solid var(--home-creek); outline-offset: 4px; }

@media (max-width: 960px) {
    .home-chapter-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); position: relative; }
    .home-chapter-nav a:nth-child(3) { border-right: 0; }
    .home-chapter--vision,
    .home-place-layout { grid-template-columns: 1fr; }
    .home-history-tile { grid-column: span 6; }
    .home-vision-figure { min-height: auto; }
    .home-solution-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-solution-system:last-child { grid-column: 1 / -1; grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr); grid-template-rows: 1fr; }
    .home-solution-relationship { grid-template-columns: 1fr; }
    .home-solution-relationship__visual { grid-column: 1; grid-row: auto; margin-top: 1rem; }
    .home-thread-list--horizontal,
    .home-evidence-ribbon { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-practice-loop { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-practice-step:nth-child(2) { border-right: 0; }
    .home-practice-step:nth-child(-n+2) { border-bottom: 1px solid var(--home-line); }
}

@media (max-width: 700px) {
    .home-recipe { padding: 0 .75rem 3rem; }
    .home-chapter-nav { display: flex; margin-inline: -.75rem; overflow-x: auto; padding-inline: .5rem; }
    .home-chapter-nav a { border-right: 0; flex: 0 0 auto; min-height: 44px; white-space: nowrap; }
    .home-chapter { min-height: 0; padding: 3rem .15rem; }
    .home-chapter__header h2,
    .home-chapter--vision h1 { font-size: clamp(2.7rem, 13vw, 4.3rem); }
    .home-vision-figure > .home-composition-picture > .home-composition-base { border-radius: 24px; height: 330px; }
    .home-vision-figure figcaption { bottom: .7rem; left: .7rem; max-width: calc(100% - 1.4rem); }
    .home-place-map__composition { border-radius: 22px; min-height: 360px; }
    .home-thread-list--horizontal,
    .home-solution-mosaic,
    .home-library-paths,
    .home-evidence-ribbon,
    .home-history-tile { grid-column: 1 / -1; min-height: 0; }
    .home-history-thesis { background-position: 62% center; min-height: 18rem; }
    .home-chapter--solution { border-radius: 24px; margin-inline: -.25rem; padding-inline: 1rem; }
    .home-chapter--practice .home-chapter__header h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
    .home-practice-loop { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-practice-step,
    .home-practice-step:nth-child(2) { border-bottom: 1px solid var(--home-line); border-right: 1px solid var(--home-line); grid-template-columns: 1fr; grid-template-rows: auto 1fr; padding: .8rem; }
    .home-practice-step:nth-child(even) { border-right: 0; }
    .home-practice-step:nth-child(n+3) { border-bottom: 0; }
    .home-practice-step__visual { min-height: 4.75rem; }
    .home-practice-step .home-simulator-sprite { margin-right: -.65rem; transform: scale(.74); transform-origin: center right; }
    .home-practice-step .home-entity-link__title { font-size: 1rem; line-height: 1.15; }
    .home-practice-step .home-entity-link__consequence { font-size: .7rem; }
    .home-practice-step .home-consequence-link { font-size: .72rem; }
    .home-library-paths a { min-height: 7rem; }
    .home-solution-system,
    .home-solution-system:last-child { grid-column: 1; grid-template-columns: 1fr; grid-template-rows: 11.5rem 1fr; }
    .home-solution-mosaic { grid-template-columns: 1fr; }
    .home-solution-relationship__chain { grid-template-columns: 1fr; }
    .home-solution-relationship__chain i { height: 1.25rem; justify-self: center; width: 1px; }
    .home-encyclopedia-visual { grid-template-columns: 1fr; }
    .home-encyclopedia-visual i { height: 1.5rem; justify-self: center; width: 1px; }
    .home-entity-link__title,
    .home-consequence-link,
    .home-entity-link__actions a { min-height: 44px; }
}

/* Chapter navigation reads as one continuous index rather than a second header card. */
.home-chapter-nav {
    background: rgba(250, 247, 238, .97);
    border: 0;
    border-bottom: 1px solid var(--home-line);
    border-radius: 0;
    box-shadow: 0 8px 20px rgba(23, 48, 31, .05);
    display: flex;
    margin: 0 calc(clamp(.8rem, 2.7vw, 2.5rem) * -1) clamp(1rem, 2vw, 1.75rem);
    overflow-x: auto;
    padding: 0 clamp(.8rem, 2.7vw, 2.5rem);
    position: sticky;
    scrollbar-width: none;
    top: 4rem;
    transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.home-chapter-nav::-webkit-scrollbar { display: none; }

.home-chapter-nav a {
    border: 0;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
    flex: 1 0 9.5rem;
    gap: .55rem;
    min-height: 3rem;
    padding: .45rem .6rem;
}

.home-chapter-nav a:hover,
.home-chapter-nav a:focus-visible {
    background: rgba(47, 116, 81, .06);
    border-bottom-color: var(--home-moss);
    outline: none;
}

.home-chapter-nav a[aria-current="location"] {
    background: rgba(47, 116, 81, .1);
    border-bottom-color: var(--home-moss);
}

.home-chapter-nav.is-collapsed {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-100% - .5rem));
    visibility: hidden;
}

.home-chapter-nav span {
    align-items: center;
    background: rgba(47, 116, 81, .09);
    border-radius: 999px;
    display: inline-flex;
    height: 1.55rem;
    justify-content: center;
    min-width: 1.55rem;
}

@media (max-width: 820px) {
    .home-chapter-nav { top: 3.7rem; }
}

@media (max-width: 700px) {
    .home-chapter-nav {
        margin-inline: -.75rem;
        padding-inline: .5rem;
    }

    .home-chapter-nav a { flex-basis: 8.8rem; }
}

@media (prefers-reduced-motion: reduce) {
    .home-chapter-nav {
        transition: none;
    }
}
.home-player-launch {
    align-items: center;
    background:
        radial-gradient(circle at 8% 10%, rgba(125, 169, 163, .18), transparent 34%),
        linear-gradient(135deg, #fffdf8, #f2eee2) !important;
    border: 1px solid var(--home-line) !important;
    border-radius: 24px !important;
    box-shadow: 0 14px 34px rgba(23, 63, 43, .1) !important;
    display: grid !important;
    gap: clamp(1rem, 2vw, 1.75rem);
    grid-template-columns: minmax(15rem, .72fr) minmax(0, 1.28fr);
    margin: 1rem auto;
    max-width: 78rem;
    padding: clamp(1rem, 2.4vw, 1.5rem) !important;
    width: calc(100% - clamp(1.5rem, 6vw, 4rem));
}

.home-player-launch__intro {
    display: grid;
    gap: .55rem;
}

.home-player-launch__intro h2,
.home-player-launch__intro p {
    margin: 0;
}

.home-player-launch__intro h2 {
    color: var(--home-forest);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.05;
}

.home-player-launch__intro p {
    color: var(--text-muted);
    font-size: .9rem;
    line-height: 1.45;
}

.home-player-launch__eyebrow {
    color: var(--home-moss);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-player-launch__chips {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.home-primary-journeys {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    min-width: 0;
}

.home-primary-journey,
.home-recipe__retry {
    align-content: start;
    background: #f8f3e7;
    border: 1px solid rgba(23, 63, 43, .28);
    border-radius: 16px;
    color: #173f2b;
    display: grid;
    gap: .35rem;
    font: inherit;
    min-height: 8.5rem;
    padding: .85rem;
    text-align: left;
    text-decoration: none;
}

.home-primary-journey > span {
    align-items: center;
    background: rgba(47, 116, 81, .1);
    border-radius: 10px;
    display: inline-flex;
    font-size: 1.3rem;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.home-primary-journey strong {
    font-size: .95rem;
}

.home-primary-journey small {
    color: var(--text-muted);
    font-size: .75rem;
    line-height: 1.35;
}

.home-primary-journey--play {
    background: var(--home-forest);
    border-color: var(--home-forest);
    color: #fff;
}

.home-primary-journey--play > span {
    background: rgba(255, 255, 255, .14);
}

.home-primary-journey--play small {
    color: rgba(255, 255, 255, .82);
}

.home-recipe__retry {
    align-items: center;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    margin-inline-start: .75rem;
    min-height: 2.75rem;
    padding: .7rem 1rem;
}

.home-primary-journey:hover,
.home-primary-journey:focus-visible,
.home-recipe__retry:hover,
.home-recipe__retry:focus-visible {
    outline: 3px solid #f1bd42;
    outline-offset: 2px;
}

@media (max-width: 62rem) {
    .home-player-launch {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 42rem) {
    .home-player-launch {
        margin-block: .65rem;
        width: 100%;
    }

    .home-primary-journeys {
        grid-template-columns: 1fr;
    }

    .home-primary-journey {
        grid-template-columns: auto minmax(0, 1fr);
        min-height: 0;
    }

    .home-primary-journey > span {
        grid-row: 1 / span 2;
    }
}
