:root {
    --paper: #FFF4E0;
    --white: #FFFFFF;
    --soft: #F8E2B0;
    --title: #3A2208;
    --text: #4A2E12;
    --muted: #7A5530;
    --helper: #A07A4A;
    --yellow: #F5C518;
    --orange: #F08A24;
    --green: #3D8B4A;
    --brown: #1F1408;
    --line: rgba(240, 138, 36, 0.22);
    --shadow: 0 14px 34px rgba(58, 34, 8, 0.10);
    --radius: 16px;
    --header-desktop: 134px;
    --header-mobile: 92px;
    --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    overflow-x: hidden;
}
body.overlay-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input { font: inherit; }
button { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 2000; background: var(--white); padding: 10px 14px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 10px; }
.shell { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; }
.brand-strip { height: 22px; background: var(--brown); color: var(--yellow); font-size: 12px; }
.strip-inner { height: 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.strip-brand { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.strip-search { border: 0; background: transparent; color: var(--yellow); min-height: 22px; padding: 0 6px; font-weight: 700; }
.stall-bar { height: 70px; background: var(--yellow); border-bottom: 1px solid rgba(31,20,8,.12); }
.stall-inner { height: 70px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; }
.brand-logo { justify-self: start; min-height: 44px; display: inline-flex; align-items: center; max-width: 220px; }
.logo-image { max-height: 38px; width: auto; }
.logo-text { color: var(--brown); font-weight: 900; font-size: 25px; letter-spacing: .04em; }
.basket-button, .app-button { min-height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
.basket-button { justify-self: center; border: 1px solid rgba(31,20,8,.35); background: var(--white); color: var(--brown); padding: 0 22px; }
.app-button { justify-self: end; background: var(--brown); color: #FFF7E6; padding: 0 18px; }
.fruit-tabs { height: 42px; background: var(--white); border-bottom: 1px solid var(--line); }
.tabs-inner { height: 42px; display: flex; align-items: center; gap: 8px; overflow: hidden; }
.tabs-inner a { min-height: 32px; padding: 4px 11px; display: inline-flex; align-items: center; border-radius: 8px; color: var(--text); font-weight: 700; white-space: nowrap; }
.tabs-inner a:hover { background: var(--soft); }
.tabs-inner a.is-current { background: var(--orange); color: var(--brown); }
.site-main { padding-top: calc(var(--header-desktop) + 28px); min-height: 70vh; }
.page-hero, .home-hero { margin-bottom: 34px; }
.page-hero .hero-card, .home-cover { background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 18px; overflow: hidden; }
.hero-image-slot, .cover-slot, .media-slot { background: linear-gradient(135deg, #F8E2B0, #FFF4E0); border-bottom: 1px solid var(--line); min-height: 180px; display: flex; align-items: center; justify-content: center; }
.hero-image-slot img, .cover-slot img { width: 100%; max-height: 320px; object-fit: contain; }
.hero-copy { padding: 28px; }
.eyebrow { margin: 0 0 6px; color: var(--green); font-weight: 900; letter-spacing: .08em; font-size: 13px; }
h1, h2, h3 { color: var(--title); line-height: 1.25; }
h1 { font-size: clamp(28px, 4vw, 32px); margin: 0 0 14px; }
h2 { font-size: clamp(21px, 3vw, 25px); margin: 0 0 14px; }
h3 { font-size: 18px; margin: 0 0 8px; }
p { margin: 0 0 1em; }
.lead { font-size: 17px; color: var(--text); max-width: 860px; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.primary-link, .secondary-link { min-height: 44px; border-radius: 12px; padding: 10px 16px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
.primary-link { background: linear-gradient(135deg, #F5C518 0%, #F08A24 70%); color: var(--brown); }
.secondary-link { background: var(--white); color: var(--brown); border: 1px solid rgba(31,20,8,.22); }
.primary-link:hover, .secondary-link:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(58,34,8,.10); }
.content-section { margin: 0 auto 30px; }
.section-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 8px 24px rgba(58,34,8,.06); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.section-kicker { color: var(--orange); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.grid-2, .grid-3, .grid-4, .grid-6 { display: grid; gap: 16px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mini-card, .shelf-card, .taste-card, .note-card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 18px; min-width: 0; }
.mini-card p, .shelf-card p, .taste-card p, .note-card p { color: var(--muted); margin-bottom: 12px; }
.text-link { color: var(--green); font-weight: 800; display: inline-flex; min-height: 44px; align-items: center; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { display: inline-flex; min-height: 32px; align-items: center; padding: 4px 10px; border-radius: 8px; font-size: 14px; font-weight: 800; color: var(--brown); }
.tag.yellow { background: var(--yellow); }
.tag.orange { background: var(--orange); }
.tag.green { background: #CFE6D2; color: #205B2A; }
.number-list, .chapter-list, .shelf-list, .big-number-list, .timeline, .step-list, .index-list { list-style: none; padding: 0; margin: 0; }
.number-list li, .chapter-list li, .shelf-list li, .step-list li, .index-list li { border-top: 1px solid var(--line); padding: 16px 0; }
.number-list li:first-child, .chapter-list li:first-child, .shelf-list li:first-child, .step-list li:first-child, .index-list li:first-child { border-top: 0; }
.number-line { display: grid; grid-template-columns: 54px 1fr auto; gap: 14px; align-items: start; }
.number-badge { font-size: 24px; line-height: 1; font-weight: 900; color: var(--orange); }
.number-copy strong { color: var(--title); display: block; margin-bottom: 4px; }
.number-copy span { color: var(--muted); }
.big-number-list li { display: grid; grid-template-columns: 88px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.big-number-list li:first-child { border-top: 0; }
.big-number { color: var(--orange); font-size: 46px; line-height: 1; font-weight: 900; letter-spacing: -.04em; }
.timeline { position: relative; padding-left: 24px; }
.timeline:before { content: ""; position: absolute; left: 7px; top: 7px; bottom: 7px; width: 2px; background: var(--soft); }
.timeline li { position: relative; padding: 0 0 24px 20px; }
.timeline li:before { content: ""; position: absolute; left: -22px; top: 7px; width: 12px; height: 12px; border-radius: 50%; background: var(--orange); border: 3px solid var(--paper); }
.status { display: inline-flex; min-height: 30px; align-items: center; padding: 3px 9px; border-radius: 8px; background: var(--soft); color: var(--brown); font-weight: 800; font-size: 13px; }
.editor-note { border-left: 4px solid var(--green); background: #F4FAF5; padding: 14px 16px; border-radius: 0 12px 12px 0; color: var(--text); }
.notice { background: var(--soft); border-radius: 14px; padding: 16px 18px; color: var(--text); }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; min-width: 620px; background: var(--white); }
th, td { text-align: left; padding: 13px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--title); background: #FFF9EE; }
.app-product { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 24px; align-items: center; }
.app-icon-wrap { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.app-icon-wrap img { width: 72px; height: 72px; object-fit: contain; border-radius: 16px; }
.faq-list details { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 0 18px; margin-bottom: 12px; }
.faq-list summary { cursor: pointer; color: var(--title); font-weight: 900; min-height: 54px; display: flex; align-items: center; }
.faq-list p { padding: 0 0 18px; color: var(--muted); }
.home-cover-copy { padding: 26px; }
.home-cover small { color: var(--green); font-weight: 900; }
.taste-strip .mini-card { border-top-width: 5px; }
.taste-strip .mini-card:nth-child(3n+1) { border-top-color: var(--yellow); }
.taste-strip .mini-card:nth-child(3n+2) { border-top-color: var(--orange); }
.taste-strip .mini-card:nth-child(3n) { border-top-color: var(--green); }
.split-media { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 20px; align-items: stretch; }
.split-media .media-slot { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; min-height: 220px; }
.split-media .media-slot img { width: 100%; height: 100%; max-height: 340px; object-fit: contain; }
.split-copy { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.site-footer { margin-top: 46px; background: var(--brown); color: var(--soft); padding: 38px 0 calc(30px + env(safe-area-inset-bottom)); }
.footer-brandline { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.footer-brand { display: inline-flex; align-items: center; min-height: 44px; }
.footer-logo { max-height: 36px; width: auto; }
.footer-brandline strong { color: #FFF7E6; display: block; font-size: 19px; }
.footer-brandline span { color: var(--yellow); font-size: 12px; letter-spacing: .12em; }
.footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.footer-grid h2 { color: var(--yellow); font-size: 15px; margin-bottom: 10px; }
.footer-grid a { display: block; min-height: 38px; color: var(--soft); padding: 4px 0; }
.footer-grid a:hover { color: var(--yellow); }
.footer-note { margin-top: 26px; color: #F7E7BF; border-top: 1px solid rgba(248,226,176,.18); padding-top: 18px; }
.copyright { margin: 0; color: #D8BF8D; font-size: 13px; }
.page-mask { position: fixed; inset: 0; background: rgba(31,20,8,.56); z-index: 1150; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
.page-mask.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
.basket-panel { position: fixed; left: 50%; bottom: 0; transform: translate(-50%, 105%); width: min(760px, 100%); max-height: min(82vh, 760px); overflow-y: auto; background: var(--paper); z-index: 1200; border-radius: 18px 18px 0 0; box-shadow: 0 -16px 50px rgba(31,20,8,.22); visibility: hidden; pointer-events: none; transition: transform .24s ease, visibility .24s ease; }
.basket-panel.is-open { transform: translate(-50%, 0); visibility: visible; pointer-events: auto; }
.basket-head { position: sticky; top: 0; z-index: 2; background: var(--yellow); min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 18px; border-bottom: 1px solid rgba(31,20,8,.15); }
.basket-brand { display: flex; align-items: center; gap: 12px; color: var(--brown); }
.basket-logo { max-height: 34px; width: auto; }
.panel-close, .search-head button { min-height: 44px; border: 1px solid rgba(31,20,8,.25); background: var(--white); color: var(--brown); border-radius: 10px; padding: 0 14px; font-weight: 800; }
.basket-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 18px; }
.basket-grid section { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.basket-grid h2 { font-size: 16px; margin-bottom: 8px; }
.basket-grid a { display: block; padding: 10px 0; border-top: 1px solid var(--line); }
.basket-grid a:first-of-type { border-top: 0; }
.basket-grid strong { color: var(--title); display: block; }
.basket-grid span { color: var(--muted); font-size: 13px; line-height: 1.55; display: block; }
.search-layer { position: fixed; inset: 92px 0 auto 0; z-index: 1250; visibility: hidden; pointer-events: none; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.search-layer.is-open { visibility: visible; pointer-events: auto; opacity: 1; }
.search-card { width: min(calc(100% - 32px), 760px); margin: 0 auto; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 20px; }
.search-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 14px; color: var(--title); }
.search-card label { display: block; color: var(--muted); font-size: 13px; margin-bottom: 6px; }
.search-card input { width: 100%; min-height: 48px; border: 1px solid rgba(31,20,8,.2); border-radius: 10px; background: var(--paper); color: var(--text); padding: 10px 12px; }
.search-presets { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 14px; }
.search-presets a { border: 1px solid var(--line); border-radius: 12px; padding: 12px; min-height: 62px; color: var(--title); font-weight: 800; }
.search-presets a span { display: block; color: var(--muted); font-size: 13px; font-weight: 500; }
.mobile-bottom-nav { display: none; }
.contact-paths .mini-card { min-height: 170px; }
.prose p { margin-bottom: 1em; }
.prose ul { padding-left: 1.2em; }
.prose li { margin: .45em 0; }
@media (max-width: 860px) {
    .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .grid-3, .grid-6 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .split-media, .app-product { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
    .fruit-tabs { display: none; }
    .site-main { padding-top: calc(var(--header-mobile) + 22px); }
    .shell { width: min(calc(100% - 32px), var(--max)); }
    .stall-inner { grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 8px; }
    .brand-logo { max-width: 126px; overflow: hidden; }
    .logo-image { max-height: 32px; }
    .logo-text { font-size: 20px; white-space: nowrap; }
    .basket-button { padding: 0 12px; }
    .app-button { padding: 0 10px; font-size: 14px; white-space: nowrap; }
    .hero-copy, .home-cover-copy, .section-card { padding: 20px; }
    .grid-2, .grid-3, .grid-4, .grid-6 { grid-template-columns: 1fr; }
    .number-line { grid-template-columns: 44px 1fr; }
    .number-line .text-link { grid-column: 2; }
    .big-number-list li { grid-template-columns: 66px 1fr; gap: 12px; }
    .big-number { font-size: 38px; }
    .basket-panel { max-height: 88vh; border-radius: 16px 16px 0 0; }
    .basket-grid { grid-template-columns: 1fr; }
    .search-layer { inset: 0; background: var(--paper); overflow-y: auto; }
    .search-card { width: 100%; min-height: 100vh; margin: 0; border: 0; box-shadow: none; padding: max(24px, env(safe-area-inset-top)) 18px calc(80px + env(safe-area-inset-bottom)); }
    .search-presets { grid-template-columns: 1fr; }
    .mobile-bottom-nav { position: fixed; z-index: 1050; left: 0; right: 0; bottom: 0; height: calc(50px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); background: var(--white); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(5, 1fr); }
    .mobile-bottom-nav a { min-width: 0; min-height: 50px; display: flex; align-items: center; justify-content: center; font-size: 13px; color: var(--text); font-weight: 800; }
    .mobile-bottom-nav a.is-current { background: var(--orange); color: var(--brown); }
    .site-footer { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .footer-grid a { min-height: 44px; }
}
@media (max-width: 420px) {
    .strip-brand { max-width: 72%; }
    .footer-grid { grid-template-columns: 1fr; }
    .hero-actions, .button-row { flex-direction: column; }
    .primary-link, .secondary-link { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
