*,
*::before,
*::after { box-sizing: border-box; }

:root {
    --bean-light: #F3E6C8;
    --bean-deep-bg: #E4D2A8;
    --paper: #FFF8E8;
    --paper-soft: #F7EDD4;
    --title: #3A2A12;
    --text: #4A3418;
    --muted: #7A5A28;
    --soft: #A08048;
    --deep: #5A3C16;
    --shell: #8A5A22;
    --sprout: #6A7A38;
    --footer: #2E220E;
    --line: rgba(90,60,22,0.16);
    --line-strong: rgba(90,60,22,0.42);
    --shadow: 0 12px 28px rgba(58,42,18,0.08);
    --radius: 10px;
}

html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 0;
    overflow-x: hidden;
    background: var(--bean-light);
    color: var(--text);
    font-family: "PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;
    font-size: 15px;
    line-height: 1.7;
}
body.is-locked { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
button { color: inherit; }
a, button, input { -webkit-tap-highlight-color: transparent; }
a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(106,122,56,0.45);
    outline-offset: 2px;
}
.skip-link {
    position: fixed;
    left: 16px;
    top: -80px;
    z-index: 1000;
    padding: 8px 12px;
    background: var(--paper);
    border: 1px solid var(--line-strong);
    border-radius: 8px;
}
.skip-link:focus { top: 8px; }

.sprout-line {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 120;
    height: 22px;
    background: var(--deep);
    color: var(--paper);
    font-size: 12px;
}
.top-inner,
.pod-inner,
.ridge-inner,
.footer-inner {
    width: min(1080px, calc(100% - 32px));
    margin: 0 auto;
}
.top-inner {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.top-search {
    min-width: 52px;
    min-height: 22px;
    padding: 0 8px;
    border: 0;
    background: transparent;
    color: var(--paper);
    cursor: pointer;
    font-size: 12px;
}
.top-search:hover { text-decoration: underline; }

.pod-bar {
    position: fixed;
    left: 0;
    right: 0;
    top: 22px;
    z-index: 119;
    height: 56px;
    background: var(--bean-light);
    border-bottom: 1px solid var(--line-strong);
}
.pod-inner {
    height: 56px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
}
.pod-brand {
    justify-self: start;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    min-width: 120px;
}
.brand-logo,
.drawer-logo,
.footer-logo {
    height: 26px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
}
.brand-fallback {
    font-size: 16px;
    font-weight: 700;
    color: var(--deep);
    letter-spacing: .04em;
}
.pod-app,
.pod-menu,
.icon-btn {
    min-height: 44px;
    padding: 0 15px;
    border-radius: 9px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.pod-app {
    justify-self: center;
    background: linear-gradient(135deg,#8A5A22 0%,#5A3C16 100%);
    color: var(--paper);
}
.pod-menu {
    justify-self: end;
    border: 1px solid var(--shell);
    background: var(--paper);
    color: var(--deep);
    cursor: pointer;
}
.pod-app:hover,
.primary-btn:hover { filter: brightness(.96); transform: translateY(-1px); }
.pod-menu:hover,
.secondary-btn:hover,
.icon-btn:hover { background: var(--paper-soft); }

.ridge-tabs {
    position: fixed;
    left: 0;
    right: 0;
    top: 78px;
    z-index: 118;
    height: 38px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
}
.ridge-inner {
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ridge-left, .ridge-right { display: flex; gap: 8px; }
.ridge-link {
    min-height: 32px;
    padding: 4px 13px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    color: var(--text);
    font-size: 13px;
}
.ridge-link:hover { background: var(--paper-soft); }
.ridge-link.is-current {
    background: var(--deep);
    color: var(--paper);
}

.site-main {
    width: min(1080px, calc(100% - 32px));
    margin: 0 auto;
    padding: 148px 0 72px;
}
.page-head {
    margin: 0 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line-strong);
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 3px 10px;
    border-radius: 999px;
    background: var(--paper-soft);
    border: 1px solid var(--line);
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .06em;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
    margin: 10px 0 10px;
    color: var(--title);
    font-size: 24px;
    line-height: 1.3;
}
h2 {
    margin-bottom: 10px;
    color: var(--title);
    font-size: 20px;
    line-height: 1.4;
}
h3 {
    margin-bottom: 8px;
    color: var(--title);
    font-size: 16px;
    line-height: 1.45;
}
.lead {
    max-width: 780px;
    margin-bottom: 0;
    color: var(--muted);
    font-size: 16px;
}
.section-block { margin-top: 34px; }
.section-title-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}
.section-title-row p {
    margin: 0;
    max-width: 560px;
    color: var(--muted);
}
.primary-btn,
.secondary-btn,
.text-link {
    min-height: 44px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: 14px;
    white-space: nowrap;
    transition: .2s ease;
}
.primary-btn {
    background: linear-gradient(135deg,#8A5A22 0%,#5A3C16 100%);
    color: var(--paper);
    box-shadow: var(--shadow);
}
.secondary-btn {
    background: var(--paper);
    border: 1px solid var(--shell);
    color: var(--deep);
}
.text-link {
    padding-inline: 6px;
    color: var(--deep);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.media-slot {
    overflow: hidden;
    width: 100%;
    display: grid;
    place-items: center;
    background: var(--paper-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.media-slot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.media-placeholder {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--line-strong);
    position: relative;
}
.media-placeholder::before,
.media-placeholder::after {
    content: "";
    position: absolute;
    background: var(--line-strong);
}
.media-placeholder::before { width: 18px; height: 1px; left: 8px; top: 17px; }
.media-placeholder::after { width: 1px; height: 18px; top: 8px; left: 17px; }

.banner-slot { height: 200px; }
.feature-slot { height: 140px; }
.article-slot { height: 180px; }
.app-slot { height: min(340px, 58vw); }
.brand-slot { height: 220px; }

.card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.card-pad { padding: 20px; }

.home-intro {
    max-width: 860px;
    margin-bottom: 26px;
}
.home-intro p {
    max-width: 760px;
    margin-bottom: 18px;
    color: var(--muted);
}
.home-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 16px;
}
.home-grid article {
    padding: 14px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.home-grid .feature-slot { margin-bottom: 12px; }
.home-grid p { margin-bottom: 6px; color: var(--muted); }
.home-grid a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--deep);
    font-weight: 700;
}
.long-article {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    gap: 20px;
    align-items: start;
}
.long-copy {
    padding: 22px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.long-copy p { margin-bottom: 12px; }
.marker {
    color: var(--shell);
    font-weight: 700;
    margin-right: 6px;
}
.timeline {
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
}
.timeline::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 10px;
    bottom: 12px;
    width: 1px;
    background: var(--line-strong);
}
.timeline li {
    position: relative;
    padding: 0 0 24px 18px;
}
.timeline li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: -28px;
    top: 6px;
    border-radius: 50%;
    background: var(--sprout);
    border: 3px solid var(--paper);
    box-shadow: 0 0 0 1px var(--line-strong);
}
.timeline strong { display: block; color: var(--title); margin-bottom: 4px; }
.timeline p { margin-bottom: 0; color: var(--muted); }
.split-note {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 16px;
}
.note-panel {
    padding: 20px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.note-list {
    margin: 0;
    padding-left: 20px;
}
.note-list li + li { margin-top: 10px; }
.theme-bars { display: grid; gap: 10px; }
.theme-bar {
    padding: 15px 16px;
    display: grid;
    grid-template-columns: minmax(130px,.55fr) minmax(0,1.45fr) auto;
    align-items: center;
    gap: 14px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-left: 4px solid var(--shell);
    border-radius: 8px;
}
.theme-bar strong { color: var(--title); }
.theme-bar p { margin: 0; color: var(--muted); }
.status {
    min-width: 66px;
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--paper-soft);
    color: var(--deep);
    border: 1px solid var(--line);
    text-align: center;
    font-size: 12px;
}
.app-feature {
    display: grid;
    grid-template-columns: minmax(230px,.8fr) minmax(0,1.2fr);
    gap: 24px;
    align-items: center;
}
.app-copy {
    padding: 24px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.icon-row {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}
.app-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 10px;
    background: var(--paper-soft);
}
.icon-placeholder {
    width: 48px; height: 48px; border-radius: 10px;
    background: var(--paper-soft); border: 1px solid var(--line);
}
.points-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
}
.point-box {
    padding: 18px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.point-box p { margin-bottom: 0; color: var(--muted); }

.faq-compact { display: grid; gap: 10px; }
.faq-compact details {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 13px 16px;
}
.faq-compact summary {
    cursor: pointer;
    color: var(--title);
    font-weight: 700;
    min-height: 44px;
    display: flex;
    align-items: center;
}
.faq-compact p { margin: 8px 0 2px; color: var(--muted); }
.brand-story {
    display: grid;
    grid-template-columns: minmax(0,1.35fr) minmax(240px,.65fr);
    gap: 20px;
    align-items: center;
}
.brand-story article {
    padding: 22px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

/* Observation directory */
.observe-directory {
    display: grid;
    grid-template-columns: 280px minmax(0,1fr);
    gap: 22px;
}
.observe-nav {
    position: sticky;
    top: 136px;
    align-self: start;
    padding: 16px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.observe-nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    color: var(--deep);
}
.observe-nav a:last-child { border-bottom: 0; }
.observe-content { display: grid; gap: 16px; }
.observe-item {
    padding: 22px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.observe-item p:last-child { margin-bottom: 0; }

/* Four-grid layout */
.four-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
}
.four-grid article {
    padding: 22px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.four-grid article:nth-child(3) { transform: translateY(10px); }
.four-grid article:nth-child(4) { transform: translateY(10px); }

/* editorial single column */
.editorial {
    max-width: 820px;
}
.editorial section {
    padding: 22px 0;
    border-bottom: 1px solid var(--line-strong);
}
.editorial section:first-child { padding-top: 0; }
.editorial section:last-child { border-bottom: 0; }
.editorial p { margin-bottom: 12px; }

/* memo split */
.memo-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 20px;
    align-items: start;
}
.memo-column { display: grid; gap: 16px; }
.memo-column article {
    padding: 20px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.memo-column.offset { padding-top: 36px; }

/* status / theme page */
.status-stack { display: grid; gap: 12px; }
.status-row {
    padding: 18px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-left: 5px solid var(--sprout);
    border-radius: var(--radius);
    display: grid;
    grid-template-columns: 150px minmax(0,1fr) auto;
    gap: 16px;
    align-items: start;
}
.status-row p { margin: 0; color: var(--muted); }

/* checklist */
.checklist-board {
    columns: 2 320px;
    column-gap: 18px;
}
.checklist-card {
    break-inside: avoid;
    margin: 0 0 18px;
    padding: 20px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.checklist-card ul { margin-bottom: 0; padding-left: 20px; }

/* methods */
.method-steps {
    counter-reset: method;
    display: grid;
    gap: 16px;
}
.method-step {
    counter-increment: method;
    display: grid;
    grid-template-columns: 56px minmax(0,1fr);
    gap: 16px;
    padding: 20px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.method-step::before {
    content: counter(method);
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--deep);
    color: var(--paper);
    font-weight: 700;
}

/* curated list */
.curation-list { display: grid; gap: 14px; }
.curation-item {
    display: grid;
    grid-template-columns: minmax(180px,.55fr) minmax(0,1.45fr);
    gap: 18px;
    padding: 20px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.curation-item h2 { margin-bottom: 0; }
.curation-item p { margin-bottom: 0; color: var(--muted); }

/* product page */
.product-hero {
    display: grid;
    grid-template-columns: minmax(240px,.78fr) minmax(0,1.22fr);
    gap: 24px;
    align-items: center;
}
.product-copy {
    padding: 24px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.product-features {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
}
.product-features article {
    padding: 18px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

/* legal */
.legal-sections {
    display: grid;
    gap: 14px;
}
.legal-sections section {
    padding: 20px 22px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.legal-sections p:last-child { margin-bottom: 0; }

/* help */
.help-index {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
}
.help-index article {
    padding: 20px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.help-index a { color: var(--deep); text-decoration: underline; text-underline-offset: 4px; }

/* full FAQ */
.faq-list { display: grid; gap: 12px; }
.faq-list details {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 15px 18px;
}
.faq-list summary {
    cursor: pointer;
    min-height: 44px;
    display: flex;
    align-items: center;
    color: var(--title);
    font-size: 16px;
    font-weight: 700;
}
.faq-list p { margin: 10px 0 2px; }

/* contact */
.contact-paths {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
}
.contact-paths article {
    padding: 20px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.contact-note {
    padding: 20px;
    border-left: 4px solid var(--sprout);
    background: var(--paper-soft);
    border-radius: 8px;
}

/* footer */
.site-footer {
    background: var(--footer);
    color: var(--bean-light);
    border-top: 1px solid rgba(243,230,200,.28);
}
.footer-inner { padding: 34px 0 28px; }
.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(243,230,200,.18);
}
.footer-brand > div { display: grid; }
.footer-brand strong { font-size: 16px; }
.footer-brand span { font-size: 12px; opacity: .74; }
.footer-groups {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 20px;
    padding: 24px 0 10px;
}
.footer-groups h2 { color: var(--bean-light); font-size: 14px; margin-bottom: 8px; }
.footer-groups a {
    display: block;
    min-height: 34px;
    padding: 5px 0;
    color: var(--bean-light);
    font-size: 13px;
    opacity: .88;
}
.footer-groups a:hover { opacity: 1; text-decoration: underline; }
.footer-note,
.footer-copy {
    color: var(--bean-light);
    opacity: .78;
    font-size: 13px;
}
.footer-note {
    padding-top: 16px;
    border-top: 1px solid rgba(243,230,200,.18);
}
.footer-copy { margin-bottom: 0; }

/* drawer */
.drawer-panel {
    position: fixed;
    z-index: 210;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(380px,88vw);
    background: var(--paper);
    color: var(--text);
    box-shadow: -12px 0 30px rgba(46,34,14,.16);
    transform: translateX(105%);
    visibility: hidden;
    pointer-events: none;
    transition: transform .24s ease, visibility .24s ease;
}
.drawer-panel.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}
.drawer-head {
    height: 64px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid var(--line);
}
.drawer-brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.drawer-brand strong { color: var(--title); white-space: nowrap; }
.icon-btn {
    border: 1px solid var(--shell);
    background: var(--paper);
    color: var(--deep);
    cursor: pointer;
}
.drawer-scroll {
    height: calc(100% - 64px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 10px 16px 30px;
}
.drawer-group { padding: 12px 0; border-bottom: 1px solid var(--line); }
.drawer-group:last-child { border-bottom: 0; }
.drawer-group h2 { margin-bottom: 5px; font-size: 14px; color: var(--muted); }
.drawer-group a {
    display: grid;
    gap: 2px;
    min-height: 54px;
    padding: 8px 0;
}
.drawer-group a:hover strong { text-decoration: underline; }
.drawer-group strong { color: var(--title); }
.drawer-group span { color: var(--muted); font-size: 12px; }

/* search */
.search-layer {
    position: fixed;
    z-index: 205;
    left: 0;
    right: 0;
    top: 78px;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    opacity: 0;
    transition: .2s ease;
}
.search-layer.is-open {
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
}
.search-card {
    width: min(760px, calc(100% - 32px));
    margin: 16px auto 0;
    padding: 20px;
    background: var(--paper);
    border: 1px solid var(--line-strong);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.search-head { display: flex; justify-content: space-between; gap: 18px; }
.search-head strong { color: var(--title); font-size: 18px; }
.search-head p { margin: 2px 0 14px; color: var(--muted); }
.search-label { display: block; margin-bottom: 6px; color: var(--muted); font-size: 13px; }
.search-card input {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: #fff;
    color: var(--text);
}
.search-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.search-presets a {
    min-height: 44px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    background: var(--paper-soft);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--deep);
}
.search-empty { margin: 12px 0 0; color: var(--muted); }
.page-overlay {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(46,34,14,.38);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .2s ease;
}
.page-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.mobile-bottom { display: none; }

@media (max-width: 760px) {
    body { padding-bottom: calc(48px + env(safe-area-inset-bottom)); }
    .top-inner,
    .pod-inner,
    .footer-inner,
    .site-main { width: calc(100% - 32px); }
    .ridge-tabs { display: none; }
    .site-main { padding-top: 104px; padding-bottom: 56px; }
    .pod-inner {
        grid-template-columns: minmax(0,1fr) auto auto;
        gap: 7px;
    }
    .pod-brand { min-width: 0; overflow: hidden; }
    .brand-logo { max-width: 122px; }
    .brand-fallback { font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .pod-app, .pod-menu { padding-inline: 11px; }
    .home-grid,
    .points-grid,
    .four-grid,
    .product-features,
    .help-index,
    .contact-paths,
    .footer-groups { grid-template-columns: 1fr; }
    .long-article,
    .app-feature,
    .brand-story,
    .product-hero,
    .observe-directory,
    .memo-layout,
    .curation-item { grid-template-columns: 1fr; }
    .observe-nav { position: static; display: grid; grid-template-columns: repeat(2,1fr); gap: 6px; }
    .observe-nav a { border: 1px solid var(--line); border-radius: 8px; justify-content: center; padding: 4px 8px; }
    .memo-column.offset { padding-top: 0; }
    .four-grid article:nth-child(3),
    .four-grid article:nth-child(4) { transform: none; }
    .theme-bar,
    .status-row { grid-template-columns: 1fr; gap: 7px; }
    .status { justify-self: start; }
    .app-slot { height: 320px; }
    .brand-slot { height: 180px; }
    .section-title-row { align-items: start; flex-direction: column; }
    .footer-inner { padding-bottom: 82px; }
    .footer-groups { gap: 8px; }
    .footer-groups section { padding-bottom: 12px; border-bottom: 1px solid rgba(243,230,200,.12); }
    .mobile-bottom {
        position: fixed;
        z-index: 150;
        left: 0;
        right: 0;
        bottom: 0;
        height: calc(48px + env(safe-area-inset-bottom));
        padding-bottom: env(safe-area-inset-bottom);
        display: grid;
        grid-template-columns: repeat(5,1fr);
        background: var(--paper);
        border-top: 1px solid var(--line-strong);
    }
    .mobile-nav-link {
        min-width: 0;
        min-height: 48px;
        display: grid;
        place-items: center;
        font-size: 12px;
        color: var(--text);
    }
    .mobile-nav-link.is-current { background: var(--deep); color: var(--paper); }
    .search-layer {
        inset: 0;
        top: 0;
        background: var(--deep);
    }
    .search-card {
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 22px 16px 80px;
        border: 0;
        border-radius: 0;
        background: var(--deep);
        color: var(--paper);
        box-shadow: none;
    }
    .search-head strong,
    .search-head p,
    .search-label,
    .search-empty { color: var(--paper); }
    .search-layer .icon-btn {
        border-color: rgba(255,248,232,.52);
        background: transparent;
        color: var(--paper);
    }
    .search-presets a {
        background: rgba(255,248,232,.1);
        border-color: rgba(255,248,232,.35);
        color: var(--paper);
    }
    .search-card input { background: var(--paper); }
}

@media (max-width: 430px) {
    .top-inner { width: calc(100% - 20px); }
    .sprout-line span { max-width: 245px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .pod-app, .pod-menu { font-size: 13px; padding-inline: 9px; }
    .banner-slot { height: 180px; }
    .feature-slot { height: 132px; }
    .article-slot { height: 165px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
