:root {
  --ink: #243328;
  --muted: #667269;
  --paper: #fbf7ee;
  --paper-deep: #f2eadb;
  --leaf: #285943;
  --leaf-light: #dbe8d8;
  --peach: #db684f;
  --peach-deep: #b94532;
  --gold: #e9ad54;
  --line: rgba(36, 51, 40, 0.14);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.site-shell { min-height: 100vh; overflow: hidden; }
.topline { height: 6px; background: linear-gradient(90deg, var(--leaf), var(--gold), var(--peach)); }
.nav {
  min-height: 76px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 50% 50% 47% 53%;
  background: radial-gradient(circle at 35% 28%, #ffd7a9 0 8%, #ef8b68 9% 42%, #cf5441 70%);
  box-shadow: inset -7px -8px 0 rgba(125, 37, 23, .12), 0 7px 18px rgba(90, 50, 31, .12);
  position: relative;
}
.brand-mark::before { content: ""; position: absolute; width: 16px; height: 8px; border-radius: 100% 0 100% 0; background: var(--leaf); top: -3px; left: 22px; transform: rotate(-18deg); }
.brand strong { display: block; font-size: 18px; letter-spacing: .04em; }
.brand small { display: block; color: var(--muted); font-size: 11px; margin-top: 2px; letter-spacing: .12em; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 14px; }
.nav-links a { text-decoration: none; color: var(--muted); }
.nav-links a:hover { color: var(--peach-deep); }
.nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--leaf); color: white !important; }

.prototype-bar { background: #fff0c9; color: #684d16; text-align: center; padding: 9px 16px; font-size: 13px; border-block: 1px solid #ecd18e; }
.hero { position: relative; max-width: 1180px; margin: 0 auto; padding: 74px 24px 64px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.eyebrow { color: var(--peach-deep); font-weight: 700; letter-spacing: .15em; font-size: 13px; text-transform: uppercase; }
.hero h1 { margin: 17px 0 20px; font-size: clamp(46px, 6vw, 78px); line-height: 1.05; letter-spacing: -.055em; font-family: "Songti SC", "SimSun", serif; font-weight: 800; }
.hero h1 span { color: var(--peach-deep); position: relative; white-space: nowrap; }
.hero-copy { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.primary-btn, .secondary-btn { border: 0; border-radius: 12px; min-height: 52px; padding: 0 22px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.primary-btn { background: var(--peach-deep); color: white; box-shadow: 0 12px 24px rgba(185, 69, 50, .2); }
.primary-btn:hover { background: #a83c2b; transform: translateY(-1px); }
.secondary-btn { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.secondary-btn:hover { background: white; }
.hero-note { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--muted); font-size: 13px; }
.hero-note span::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--leaf); margin-right: 7px; }

.orchard-orbit { min-height: 430px; position: relative; display: grid; place-items: center; }
.orbit-ring { width: 355px; height: 355px; border: 1px solid rgba(40,89,67,.2); border-radius: 50%; position: absolute; }
.orbit-ring.two { width: 245px; height: 245px; border-style: dashed; }
.big-peach { width: 205px; height: 205px; border-radius: 50% 48% 52% 50%; background: radial-gradient(circle at 33% 25%, #ffe1b3 0 7%, #f39a72 23%, #d45b45 72%); box-shadow: inset -24px -26px 0 rgba(113, 35, 24, .12), 0 35px 70px rgba(94, 49, 33, .18); position: relative; transform: rotate(-7deg); }
.big-peach::after { content: ""; position: absolute; width: 72px; height: 34px; top: -20px; left: 117px; background: var(--leaf); border-radius: 100% 0 100% 0; transform: rotate(-14deg); box-shadow: inset -8px -3px rgba(0,0,0,.09); }
.data-pill { position: absolute; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border: 1px solid rgba(36,51,40,.1); border-radius: 16px; padding: 13px 16px; box-shadow: 0 14px 30px rgba(61,48,35,.12); min-width: 126px; }
.data-pill strong { display: block; font-size: 21px; }
.data-pill small { color: var(--muted); font-size: 12px; }
.data-pill.one { left: 4px; top: 82px; }
.data-pill.two { right: 0; top: 116px; }
.data-pill.three { left: 40px; bottom: 38px; }

.live-strip { max-width: 1120px; margin: 0 auto 36px; background: var(--leaf); color: white; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(40,89,67,.18); }
.live-stat { padding: 22px 28px; border-right: 1px solid rgba(255,255,255,.15); }
.live-stat:last-child { border-right: 0; }
.live-stat small { display: block; color: rgba(255,255,255,.68); font-size: 12px; margin-bottom: 6px; }
.live-stat strong { font-size: 19px; }

.section { max-width: 1180px; margin: 0 auto; padding: 86px 24px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
.section-head h2 { margin: 7px 0 0; font-family: "Songti SC", "SimSun", serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.14; letter-spacing: -.035em; }
.section-head p { max-width: 500px; color: var(--muted); line-height: 1.8; margin: 0; }

.finder { background: #fffaf2; border-block: 1px solid var(--line); }
.finder-inner { max-width: 1180px; margin: 0 auto; padding: 86px 24px; }
.finder-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; align-items: start; }
.quiz-card { background: white; border: 1px solid var(--line); border-radius: 22px; padding: 28px; box-shadow: 0 18px 45px rgba(67,52,33,.08); position: sticky; top: 18px; }
.quiz-card h3 { margin: 0 0 5px; font-size: 22px; }
.quiz-card > p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.field { margin-top: 18px; }
.field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 9px; }
.field input, .field select { width: 100%; height: 47px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); padding: 0 13px; outline: none; }
.field input:focus, .field select:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(40,89,67,.1); }
.budget-row { display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }
.field input[type="range"] { padding: 0; accent-color: var(--peach-deep); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice { border: 1px solid var(--line); background: var(--paper); border-radius: 10px; min-height: 42px; cursor: pointer; color: var(--muted); }
.choice.active { background: var(--leaf); color: white; border-color: var(--leaf); }
.quiz-submit { width: 100%; margin-top: 24px; }
.recommendation-note { margin-top: 12px; font-size: 12px; line-height: 1.6; color: var(--muted); }

.tree-list { display: grid; gap: 17px; }
.tree-card { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 22px; display: grid; grid-template-columns: 102px 1fr auto; gap: 20px; align-items: center; transition: transform .18s ease, box-shadow .18s ease; }
.tree-card:hover { transform: translateY(-2px); box-shadow: 0 16px 35px rgba(67,52,33,.08); }
.tree-visual { width: 102px; height: 112px; border-radius: 16px; background: linear-gradient(145deg, #e8efe2, #cfdfc9); position: relative; overflow: hidden; display: grid; place-items: end center; padding-bottom: 12px; }
.tree-visual::before { content: ""; position: absolute; width: 70px; height: 70px; border-radius: 48% 52% 46% 54%; background: var(--fruit-color, #db684f); top: 13px; box-shadow: inset -10px -8px rgba(75,35,27,.12); }
.tree-visual::after { content: ""; position: absolute; width: 18px; height: 9px; background: var(--leaf); border-radius: 100% 0 100% 0; top: 8px; left: 55px; }
.tree-visual span { z-index: 1; font-size: 11px; font-weight: 700; background: rgba(255,255,255,.85); padding: 4px 7px; border-radius: 999px; }
.tree-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 8px; }
.tag { background: var(--paper-deep); color: var(--muted); border-radius: 999px; padding: 5px 8px; font-size: 11px; }
.tag.good { background: var(--leaf-light); color: var(--leaf); }
.tree-card h3 { margin: 0 0 7px; font-size: 21px; }
.tree-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }
.match-reason { color: var(--leaf) !important; margin-top: 7px !important; font-weight: 700; }
.tree-price { min-width: 105px; text-align: right; }
.tree-price strong { display: block; color: var(--peach-deep); font-size: 28px; }
.tree-price small { display: block; color: var(--muted); margin-bottom: 12px; }
.tree-price button { border: 0; border-radius: 9px; padding: 10px 14px; background: var(--ink); color: white; cursor: pointer; }
.empty-state { border: 1px dashed var(--line); border-radius: 18px; padding: 38px; color: var(--muted); text-align: center; }

.transparency-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.info-card { border: 1px solid var(--line); border-radius: 18px; padding: 26px; min-height: 215px; background: rgba(255,255,255,.46); }
.info-number { font-family: Georgia, serif; color: var(--peach-deep); font-size: 14px; letter-spacing: .1em; }
.info-card h3 { font-size: 20px; margin: 30px 0 10px; }
.info-card p { color: var(--muted); line-height: 1.8; font-size: 14px; margin: 0; }

.story { background: var(--ink); color: white; }
.story-inner { max-width: 1180px; margin: 0 auto; padding: 92px 24px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 84px; }
.story-quote { font-family: "Songti SC", "SimSun", serif; font-size: clamp(34px,4vw,58px); line-height: 1.35; color: #ffcf91; margin: 10px 0 0; }
.story-copy { display: grid; gap: 28px; }
.story-chapter { border-top: 1px solid rgba(255,255,255,.16); padding-top: 20px; display: grid; grid-template-columns: 44px 1fr; gap: 15px; }
.story-chapter span { color: #ffcf91; }
.story-chapter h3 { margin: 0 0 8px; font-size: 18px; }
.story-chapter p { margin: 0; color: rgba(255,255,255,.66); line-height: 1.8; font-size: 14px; }

.visit-card { background: #edd8bd; border-radius: 24px; padding: 42px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.visit-card h2 { font-family: "Songti SC", "SimSun", serif; font-size: 42px; margin: 8px 0 14px; }
.visit-card p { color: #665747; line-height: 1.8; }
.visit-actions { display: grid; gap: 10px; }
.visit-actions a { min-height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 700; }
.map-link { background: var(--leaf); color: white; }
.phone-link { background: rgba(255,255,255,.62); border: 1px solid rgba(36,51,40,.15); }

.footer { max-width: 1180px; margin: 0 auto; padding: 32px 24px 48px; display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 12px; }
.footer a { text-underline-offset: 3px; }

.modal-backdrop { position: fixed; inset: 0; background: rgba(24,31,26,.64); z-index: 50; display: grid; place-items: center; padding: 18px; }
.modal { width: min(520px, 100%); max-height: 92vh; overflow: auto; background: var(--paper); border-radius: 22px; padding: 28px; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.modal-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.modal h2 { margin: 0 0 5px; font-size: 26px; }
.modal-head button { width: 36px; height: 36px; border: 1px solid var(--line); background: white; border-radius: 50%; cursor: pointer; }
.selected-tree { background: var(--leaf-light); color: var(--leaf); border-radius: 12px; padding: 13px; margin: 18px 0; font-weight: 700; }
.form-error, .form-success { border-radius: 10px; padding: 12px; margin-top: 14px; font-size: 13px; }
.form-error { background: #ffe1da; color: #8d2f21; }
.form-success { background: var(--leaf-light); color: var(--leaf); }

@media (max-width: 860px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 50px; gap: 15px; }
  .orchard-orbit { min-height: 350px; transform: scale(.86); }
  .live-strip { margin-inline: 16px; grid-template-columns: 1fr 1fr; }
  .live-stat:nth-child(2) { border-right: 0; }
  .live-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .finder-grid, .story-inner, .visit-card { grid-template-columns: 1fr; }
  .quiz-card { position: relative; top: 0; }
  .transparency-grid { grid-template-columns: 1fr; }
  .story-inner { gap: 44px; }
}

@media (max-width: 580px) {
  .nav { padding-inline: 16px; }
  .brand small { display: none; }
  .nav-cta { padding: 9px 12px; }
  .hero { padding-inline: 18px; }
  .hero h1 { font-size: 47px; }
  .hero-copy { font-size: 16px; }
  .orchard-orbit { margin-inline: -44px; }
  .section, .finder-inner, .story-inner { padding: 68px 18px; }
  .section-head { align-items: start; flex-direction: column; }
  .tree-card { grid-template-columns: 78px 1fr; padding: 16px; gap: 13px; }
  .tree-visual { width: 78px; height: 96px; }
  .tree-visual::before { width: 57px; height: 57px; }
  .tree-price { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; text-align: left; border-top: 1px solid var(--line); padding-top: 13px; }
  .tree-price small { margin: 0; }
  .choice-grid { grid-template-columns: 1fr; }
  .visit-card { padding: 28px 22px; }
  .visit-card h2 { font-size: 34px; }
  .footer { flex-direction: column; }
}

.catalog-section { padding-top: 74px; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.catalog-card { min-height: 208px; border: 1px solid var(--line); border-radius: 18px; padding: 20px; background: linear-gradient(155deg, #fffdf8, #f8f2e7); display: flex; flex-direction: column; box-shadow: 0 12px 35px rgba(46,74,55,.06); }
.catalog-card > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.catalog-code { font-family: Georgia, serif; font-size: 27px; color: var(--peach-deep); }
.catalog-phase { border-radius: 999px; padding: 5px 9px; font-size: 11px; }
.phase-active { background: var(--leaf-light); color: var(--leaf); }
.phase-soon { background: #fff0c9; color: #765617; }
.phase-past { background: #ebe8e1; color: #66645f; }
.catalog-card h3 { margin: 22px 0 7px; font-size: 21px; }
.catalog-card p { margin: 0; color: var(--muted); }
.catalog-card footer { margin-top: auto; padding-top: 20px; border-top: 1px solid #ebe3d6; display: grid; gap: 5px; }
.catalog-card footer strong { font-size: 17px; color: var(--leaf); }
.catalog-card footer span { color: var(--muted); font-size: 11px; line-height: 1.5; }
@media (max-width: 900px) { .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .catalog-grid { grid-template-columns: 1fr; } }

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

/* 2026-08 visual and interaction refresh */
:root {
  --surface: rgba(255, 253, 248, .78);
  --shadow-soft: 0 24px 70px rgba(45, 59, 47, .10);
}
::selection { background: #f4c79e; color: var(--ink); }
:focus-visible { outline: 3px solid rgba(185, 69, 50, .32); outline-offset: 3px; }
.nav {
  position: sticky; top: 0; z-index: 40; width: min(1180px, 100%);
  background: rgba(251, 247, 238, .88); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(36, 51, 40, .07);
}
.nav-links a { position: relative; }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--peach-deep); transition: right .2s ease; }
.nav-links a:not(.nav-cta):hover::after { right: 0; }
.nav-cta, .primary-btn, .map-link, .dock-primary { box-shadow: 0 10px 26px rgba(40, 89, 67, .18); transition: transform .2s ease, box-shadow .2s ease; }
.nav-cta:hover, .primary-btn:hover, .map-link:hover, .dock-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(40, 89, 67, .25); }
.prototype-bar { font-weight: 600; }
.status-dot { width: 8px; height: 8px; display: inline-block; margin-right: 8px; border-radius: 50%; background: #4b9a68; box-shadow: 0 0 0 5px rgba(75,154,104,.12); }
.hero { min-height: 660px; }
.hero::before { content: ""; position: absolute; width: 460px; height: 460px; left: -280px; top: 20px; border-radius: 50%; background: radial-gradient(circle, rgba(233,173,84,.16), transparent 70%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; }
.hero h1 span::after { content: ""; position: absolute; height: 12px; border-radius: 99px; background: rgba(233,173,84,.34); left: 0; right: 0; bottom: 5px; z-index: -1; transform: rotate(-1deg); }
.hero-actions .primary-btn { gap: 16px; }
.hero-note span { display: inline-flex; align-items: center; gap: 7px; }
.hero-note span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.orbit-glow { position: absolute; inset: 10%; border-radius: 50%; background: radial-gradient(circle, rgba(255,210,147,.42), rgba(219,104,79,.06) 55%, transparent 72%); filter: blur(4px); }
.big-peach { display: grid; place-items: center; }
.big-peach span { color: rgba(255,255,255,.75); font-family: "Songti SC", SimSun, serif; font-size: 14px; letter-spacing: .24em; margin-top: 18px; }
.season-rail { max-width: 1040px; margin: 58px auto 0; padding: 0 28px; }
.rail-copy { display: grid; grid-template-columns: repeat(4,1fr); color: var(--muted); font-size: 13px; }
.rail-copy span:nth-child(2), .rail-copy span:nth-child(3) { text-align: center; }
.rail-copy span:last-child { text-align: right; }
.rail-copy .current { color: var(--peach-deep); font-weight: 800; }
.rail-line { height: 5px; border-radius: 99px; background: #e5ded1; margin-top: 14px; overflow: hidden; }
.rail-line span { display: block; width: 58%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--leaf),var(--gold),var(--peach)); }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: -4px 0 26px; }
.catalog-toolbar > span { color: var(--muted); font-size: 13px; white-space: nowrap; }
.filter-chips { display: flex; gap: 8px; overflow-x: auto; padding: 4px; scrollbar-width: none; }
.filter-chips::-webkit-scrollbar { display: none; }
.filter-chips button { white-space: nowrap; border: 1px solid var(--line); background: rgba(255,255,255,.58); color: var(--muted); min-height: 40px; padding: 0 16px; border-radius: 999px; cursor: pointer; }
.filter-chips button.active { color: white; background: var(--leaf); border-color: var(--leaf); box-shadow: 0 8px 20px rgba(40,89,67,.16); }
.catalog-grid { margin-top: 0; }
.catalog-card { position: relative; overflow: hidden; min-height: 250px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.catalog-card:hover { transform: translateY(-5px); border-color: rgba(40,89,67,.28); box-shadow: 0 20px 50px rgba(46,74,55,.12); }
.catalog-card-top { position: relative; z-index: 2; }
.catalog-card .catalog-fruit { display: block; position: absolute; width: 92px; height: 92px; right: -24px; top: 48px; border-radius: 48% 52% 46% 54%; background: linear-gradient(145deg,#f4a775,#db684f); opacity: .2; transform: rotate(-10deg); }
.catalog-card .catalog-fruit::after { content: ""; position: absolute; width: 24px; height: 11px; background: var(--leaf); border-radius: 100% 0 100% 0; top: -5px; left: 50px; transform: rotate(-12deg); }
.catalog-card.fruit-gold .catalog-fruit { background: linear-gradient(145deg,#f6cc79,#e9ad54); }
.catalog-card.fruit-pear .catalog-fruit { border-radius: 52% 48% 60% 40%; background: linear-gradient(145deg,#e5ca70,#97ac64); }
.catalog-card.fruit-flat .catalog-fruit { height: 60px; top: 68px; border-radius: 48%; }
.catalog-card h3 { position: relative; z-index: 2; }
.readiness { padding: 94px 24px; color: white; background: radial-gradient(circle at 12% 12%, #3b765b 0, transparent 32%), linear-gradient(135deg,#1d3227,#263f32 68%,#192a22); }
.readiness-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; }
.readiness-copy h2 { margin: 12px 0 18px; font: 700 clamp(36px,5vw,58px)/1.15 "Songti SC",SimSun,serif; }
.readiness-copy p { color: rgba(255,255,255,.67); line-height: 1.9; }
.text-link { display: inline-block; margin-top: 18px; color: #ffd397; text-underline-offset: 5px; font-weight: 700; }
.readiness-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.readiness-steps li { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 16px; padding: 20px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.055); }
.readiness-steps li > span { color: #ffd397; font-family: Georgia,serif; font-size: 18px; }
.readiness-steps strong, .readiness-steps small { display: block; }
.readiness-steps small { margin-top: 5px; color: rgba(255,255,255,.56); line-height: 1.5; }
.readiness-steps b { padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.09); color: rgba(255,255,255,.65); font-size: 11px; white-space: nowrap; }
.readiness-steps .done { background: rgba(255,211,151,.09); border-color: rgba(255,211,151,.22); }
.readiness-steps .done b { background: #ffd397; color: #3f3425; }
.info-card { position: relative; overflow: hidden; transition: transform .2s ease, background .2s ease; }
.info-card:hover { transform: translateY(-4px); background: white; }
.faq-section { padding-top: 76px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 4px; cursor: pointer; font-weight: 700; font-size: 18px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--peach-deep); font-size: 24px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 780px; margin: -4px 0 22px; color: var(--muted); line-height: 1.8; }
.visit-card { box-shadow: var(--shadow-soft); background: linear-gradient(135deg,#f0dfc7,#e7c99e); }
.mobile-dock { display: none; }
@media (max-width: 860px) {
  .hero { min-height: auto; }
  .readiness-inner { grid-template-columns: 1fr; gap: 42px; }
  .season-rail { margin-top: 32px; }
}
@media (max-width: 580px) {
  body { padding-bottom: 76px; }
  .topline { height: 4px; }
  .nav { min-height: 66px; }
  .hero { padding-top: 42px; padding-bottom: 34px; }
  .hero h1 { font-size: 44px; }
  .hero-note { display: grid; gap: 8px; }
  .orchard-orbit { min-height: 300px; transform: scale(.76); }
  .live-strip { border-radius: 16px; }
  .live-stat { padding: 18px; }
  .live-stat strong { font-size: 16px; }
  .season-rail { padding-inline: 20px; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .filter-chips { width: 100%; }
  .catalog-card { min-height: 225px; }
  .readiness { padding: 72px 18px; }
  .readiness-steps li { grid-template-columns: 38px 1fr; padding: 17px 14px; }
  .readiness-steps b { grid-column: 2; width: fit-content; }
  .faq-list summary { font-size: 16px; }
  .mobile-dock { position: fixed; display: grid; grid-template-columns: .8fr 1.2fr; z-index: 60; left: 10px; right: 10px; bottom: 10px; padding: 7px; gap: 7px; border: 1px solid rgba(36,51,40,.12); border-radius: 17px; background: rgba(255,253,248,.92); backdrop-filter: blur(18px); box-shadow: 0 18px 60px rgba(24,38,29,.22); }
  .mobile-dock a { min-height: 48px; display: grid; place-items: center; border-radius: 12px; text-decoration: none; font-weight: 800; font-size: 13px; }
  .dock-primary { background: var(--leaf); color: white; }
}
@media (prefers-reduced-motion: no-preference) {
  .big-peach { animation: peach-float 5.5s ease-in-out infinite; }
  .data-pill { animation: pill-float 5s ease-in-out infinite; }
  .data-pill.two { animation-delay: -1.6s; }
  .data-pill.three { animation-delay: -3.1s; }
}
@keyframes peach-float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-10px) rotate(2deg); } }
@keyframes pill-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -5px; } }
