:root {
  --red: #b51217;
  --red-strong: #a8231a;
  --red-dark: #65120e;
  --cream: #f6ead2;
  --paper: #fffaf0;
  --paper-white: #fffdf8;
  --gold: #d5a148;
  --ink: #1f1b17;
  --muted: #74695e;
  --line: rgba(138, 78, 24, 0.22);
  --shadow: 0 24px 70px rgba(78, 29, 12, 0.14);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3 { margin-top: 0; font-family: "STKaiti", "KaiTi", "Microsoft YaHei", sans-serif; line-height: 1.1; }
p, figure, dl, dd, ol { margin-top: 0; }
h2 { margin-bottom: 0; font-size: clamp(2.25rem, 4.6vw, 4.35rem); letter-spacing: -0.065em; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.two-line-title { text-wrap: balance; }
.two-line-title > span, .two-line-title > em { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 16px; color: white; background: var(--red); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.eyebrow { margin-bottom: 18px; color: var(--red); font-family: Georgia, serif; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.22em; }
.section-heading { margin-bottom: 54px; }
.section-heading > p { max-width: 500px; margin-bottom: 0; color: var(--muted); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.6fr); align-items: end; gap: 60px; }
.centered-heading { max-width: 800px; margin-inline: auto; text-align: center; }
.section-kicker { margin-bottom: 68px; padding-bottom: 15px; border-bottom: 1px solid var(--line); color: var(--red); font-size: 0.8rem; font-weight: 900; letter-spacing: 0.15em; }
.section-kicker small { color: var(--muted); }

main { display: flex; flex-direction: column; }
#brand { order: 0; }
#history { order: 1; }
#products { order: 2; }
#reviews { order: 3; }
#stores { order: 4; }
#expansion { order: 5; }
#advantages { order: 6; }
#cooperation { order: 7; }
#calculator { order: 8; }
#contact { order: 9; }
#review-lightbox { order: 10; }

.site-header { position: sticky; top: 0; z-index: 100; border-top: 6px solid var(--red); border-bottom: 1px solid rgba(181,18,23,.1); background: rgba(255,250,240,.94); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 76px; align-items: center; gap: 28px; }
.brand-lockup { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; }
.brand-lockup img { width: 52px; height: 52px; border: 2px solid var(--red); border-radius: 50%; object-fit: cover; object-position: 50% 40%; }
.brand-lockup span { display: flex; flex-direction: column; }
.brand-lockup strong { color: var(--red); font-family: "STKaiti", "KaiTi", sans-serif; font-size: 1.4rem; line-height: 1; letter-spacing: .08em; }
.brand-lockup small { margin-top: 5px; color: var(--muted); font-size: .58rem; letter-spacing: .08em; }
.site-nav { display: flex; margin-left: auto; align-items: center; gap: 20px; }
.site-nav a { position: relative; color: #4d433a; font-size: .86rem; font-weight: 800; white-space: nowrap; }
.site-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--red); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.header-phone { display: flex; flex-direction: column; padding-left: 18px; border-left: 1px solid var(--line); line-height: 1.15; }
.header-phone span { color: var(--muted); font-size: .62rem; }
.header-phone strong { margin-top: 5px; color: var(--red); font-size: .98rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; border-radius: 10px; background: var(--cream); }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--red); }

.button { display: inline-grid; min-height: 52px; padding: 0 24px; place-items: center; border: 1px solid transparent; border-radius: 6px; font-size: .88rem; font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--red); box-shadow: 0 14px 30px rgba(181,18,23,.18); }
.button-ghost { border-color: rgba(181,18,23,.3); color: var(--red); background: rgba(255,255,255,.42); }
.button-light { color: var(--red-dark); background: var(--cream); }

.hero { position: relative; display: flex; min-height: calc(100svh - 82px); padding: 48px 0; overflow: hidden; border-left: 12px solid var(--red); align-items: center; background: radial-gradient(circle at 10% 14%, rgba(213,161,72,.1), transparent 30%), var(--paper); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); align-items: center; gap: 70px; }
.hero-copy { display: flex; min-height: min(690px, calc(100svh - 176px)); padding: 8px 0; flex-direction: column; justify-content: center; }
.hero-copy h1 { margin: 20px 0 28px; font-size: clamp(3.3rem, 5vw, 4.9rem); letter-spacing: -.08em; }
.hero-title > em { white-space: nowrap; font-size: .88em; letter-spacing: -.1em; }
.hero-lead { max-width: 540px; margin: 0 0 28px; color: #62584f; font-size: .96rem; line-height: 2; }
.hero-actions { display: flex; gap: 12px; }
.hero-origin { display: flex; max-width: 500px; margin-top: 68px; padding-top: 26px; flex-direction: column; border-top: 1px solid var(--line); }
.hero-origin strong { color: var(--red); font-family: "STKaiti", "KaiTi", serif; font-size: 1.48rem; line-height: 1.2; }
.hero-origin span { margin-top: 8px; color: var(--red-dark); font-size: .76rem; font-weight: 800; }
.hero-facts { display: flex; margin: 40px 0 0; }
.hero-facts div { min-width: 125px; padding: 0 24px; border-left: 1px solid var(--line); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { color: var(--red); font-family: Georgia, serif; font-size: 1.75rem; font-weight: 900; line-height: 1; }
.hero-facts dd { margin: 7px 0 0; color: var(--muted); font-size: .67rem; }
.hero-visual { position: relative; min-height: min(690px, calc(100svh - 176px)); }
.hero-photo-frame { position: absolute; inset: 0; z-index: 2; width: 100%; height: min(690px, calc(100svh - 176px)); overflow: hidden; border-radius: 24px; background: var(--paper-white); box-shadow: 0 26px 70px rgba(78,29,12,.2); }
.hero-photo-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 50%; }
.photo-label { position: absolute; right: 0; bottom: 0; display: flex; min-width: 240px; padding: 18px 22px; flex-direction: column; color: var(--paper); background: rgba(101,18,14,.94); backdrop-filter: blur(8px); }
.photo-label b { font-family: "KaiTi", serif; font-size: 1.3rem; }
.photo-label span { margin-top: 4px; font-size: .62rem; }
.mascot-seal { position: absolute; bottom: -10px; left: -28px; z-index: 3; display: flex; padding: 9px 15px 9px 9px; align-items: center; gap: 10px; border: 4px solid var(--paper); border-radius: 999px; color: var(--cream); background: var(--red-dark); box-shadow: var(--shadow); }
.mascot-seal img { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; }
.mascot-seal span { font-family: "KaiTi", serif; font-size: 1.18rem; font-weight: 900; line-height: 1.2; }

.advantages { padding: 72px 0; background: var(--cream); }
.advantages .section-heading { margin-bottom: 38px; }
.advantage-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.advantage-card { position: relative; min-height: 210px; overflow: hidden; padding: 24px; border: 1px solid rgba(181,18,23,.12); border-radius: 24px; background: var(--paper-white); transition: grid-column .32s ease, transform .24s ease, box-shadow .24s ease; }
.advantage-card:hover, .advantage-card:focus-within { transform: translateY(-4px); box-shadow: var(--shadow); }
.advantage-card.is-featured { grid-column: span 1; cursor: pointer; }
.advantage-card.is-featured.is-open, .advantage-card.is-featured:hover, .advantage-card.is-featured:focus-within { grid-column: span 2; }
.advantage-trigger { display: block; width: 100%; padding: 0; border: 0; text-align: left; background: none; cursor: pointer; }
.advantage-number { display: grid; width: 56px; height: 56px; margin-bottom: 24px; place-items: center; border-radius: 14px; color: white; background: var(--red); font-family: Georgia, serif; font-size: 1.05rem; font-weight: 900; }
.advantage-card h3 { margin-bottom: 10px; color: var(--red); font-size: 1.38rem; }
.advantage-card p { margin: 0; color: var(--muted); font-size: .8rem; }
.advantage-expanded { display: grid; max-height: 0; margin-top: 0; grid-template-columns: repeat(3,1fr); gap: 10px; opacity: 0; overflow: hidden; transition: max-height .32s ease, margin .32s ease, opacity .25s ease; }
.is-featured.is-open .advantage-expanded, .is-featured:hover .advantage-expanded, .is-featured:focus-within .advantage-expanded { max-height: 180px; margin-top: 22px; opacity: 1; }
.advantage-expanded b { padding: 12px; border-top: 2px solid var(--red); color: var(--red-dark); font-size: .76rem; text-align: center; }
.flavor-stamp { position: absolute; top: 25px; right: 25px; display: grid; width: 126px; height: 126px; padding: 14px; place-items: center; border: 3px double rgba(181,18,23,.25); border-radius: 50%; color: rgba(181,18,23,.28); font-family: "KaiTi", serif; font-size: 1.02rem; font-weight: 900; line-height: 1.15; text-align: center; transform: rotate(-9deg); }

.history { padding: 72px 0; background: var(--paper-white); }
.history .section-kicker { margin-bottom: 34px; }
.history .section-heading { margin-bottom: 38px; }
.timeline { position: relative; display: grid; margin: 0; padding: 0; grid-template-columns: repeat(5,1fr); list-style: none; }
.timeline::before { position: absolute; top: 69px; right: 7%; left: 7%; height: 3px; background: var(--red); content: ""; }
.timeline-item { position: relative; padding: 0 16px; text-align: center; }
.timeline-year { display: block; margin-bottom: 17px; color: var(--red); font-family: Georgia, serif; font-size: .86rem; }
.timeline-dot { position: relative; z-index: 1; display: grid; width: 52px; height: 52px; margin: 0 auto 25px; place-items: center; border: 4px solid var(--paper-white); border-radius: 50%; color: white; background: var(--red); box-shadow: 0 0 0 2px var(--red); font-family: Georgia, serif; font-weight: 900; }
.timeline-item h3 { margin-bottom: 12px; color: var(--red); font-size: 1.2rem; }
.timeline-item p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.9; }

.stores { padding: 88px 0; color: white; background: var(--red-dark); }
.stores .section-kicker, .stores .section-kicker small, .stores .eyebrow { color: var(--cream); }
.stores h2 em { color: var(--gold); }
.stores-title > span { color: var(--gold); }
.stores-title > em { color: var(--paper-white); }
.stores-heading { display: grid; grid-template-columns: minmax(0,1fr) 370px; align-items: end; gap: 50px; }
.stores-heading > p { color: rgba(255,255,255,.72); }
.store-filters { display: flex; margin-bottom: 22px; gap: 8px; }
.filter-button { padding: 9px 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.78); background: transparent; font-size: .72rem; font-weight: 800; cursor: pointer; }
.filter-button.is-active { border-color: var(--gold); color: var(--red-dark); background: var(--gold); }
.store-layout { display: grid; min-height: 650px; overflow: hidden; grid-template-columns: minmax(0,1fr) 360px; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: #f5e9d6; box-shadow: 0 34px 90px rgba(19,0,0,.3); }
.real-map-card { position: relative; min-height: 650px; overflow: hidden; background: #e9e2d7; }
.real-map-card iframe { width: 100%; height: 100%; min-height: 650px; border: 0; filter: saturate(.75) sepia(.12); }
.map-source { position: absolute; right: 12px; bottom: 12px; z-index: 2; padding: 5px 9px; border-radius: 4px; color: #4c463e; background: rgba(255,255,255,.9); font-size: .56rem; }
.map-source a { text-decoration: underline; }
.store-detail { position: absolute; top: 18px; left: 18px; z-index: 3; width: min(400px,calc(100% - 36px)); padding: 22px; border-left: 6px solid var(--red); color: var(--ink); background: rgba(255,253,248,.95); box-shadow: 0 18px 45px rgba(55,31,11,.18); backdrop-filter: blur(12px); }
.store-detail .detail-number { color: var(--red); font-family: Georgia,serif; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.store-detail h3 { margin: 4px 0 12px; color: var(--red); font-size: 1.55rem; }
.store-detail dl { display: grid; margin: 0; grid-template-columns: 62px 1fr; gap: 6px 10px; font-size: .72rem; }
.store-detail dt { color: var(--muted); }
.store-detail dd { margin: 0; font-weight: 700; }
.store-detail .nearby { margin: 12px 0 0; color: var(--muted); font-size: .68rem; }
.store-detail .map-accuracy { margin: 12px 0 0; color: var(--muted); font-size: .68rem; }
.store-detail a { display: inline-block; margin-top: 15px; color: var(--red); font-size: .72rem; font-weight: 900; text-decoration: underline; }
.store-panel { display: flex; min-height: 650px; flex-direction: column; color: var(--ink); background: var(--paper-white); }
.store-panel-head { display: flex; padding: 20px 22px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.store-panel-head span { color: var(--red); font-size: .82rem; font-weight: 900; }
.store-panel-head small { color: var(--muted); }
.store-list { max-height: 548px; overflow: auto; }
.store-item { display: grid; width: 100%; padding: 14px 18px; grid-template-columns: 42px 1fr; gap: 4px 10px; border: 0; border-bottom: 1px solid rgba(138,78,24,.1); text-align: left; background: transparent; cursor: pointer; }
.store-item:hover, .store-item.is-active { background: var(--cream); }
.store-number { grid-row: 1 / 3; align-self: center; color: var(--red); font-family: Georgia,serif; font-size: .74rem; font-weight: 900; }
.store-item b { color: var(--red-dark); font-size: .82rem; }
.store-item small { color: var(--muted); font-size: .62rem; }
.store-source-note { margin: auto 0 0; padding: 16px 18px; border-top: 1px solid var(--line); color: var(--muted); background: var(--cream); font-size: .58rem; }

.products { padding: 88px 0; background: var(--paper-white); }
.product-story { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.product-story figure { position: relative; overflow: hidden; margin: 0; background: var(--cream); }
.product-story img { width: 100%; height: 100%; object-fit: cover; }
.product-main { min-height: 620px; border-radius: 26px 0 0 26px; }
.product-main figcaption { position: absolute; bottom: 22px; left: 22px; padding: 10px 15px; color: white; background: var(--red); font-family: "KaiTi",serif; font-size: 1.1rem; }
.product-side { display: grid; grid-template-rows: 280px 1fr; gap: 18px; }
.product-side figure { border-radius: 0 26px 0 0; }
.product-highlights { display: grid; gap: 12px; }
.product-highlight { padding: 24px; border-left: 5px solid var(--red); background: var(--cream); }
.product-highlight h3 { margin-bottom: 10px; color: var(--red); font-size: 1.28rem; }
.product-highlight p { margin: 0; color: var(--muted); font-size: .76rem; }

.expansion { position: relative; padding: 72px 0; overflow: hidden; background: var(--cream); }
.expansion-lockup { margin-bottom: 42px; text-align: center; }
.expansion-lockup > p:last-child { margin: 18px 0 0; color: var(--muted); letter-spacing: .16em; }
.expansion-path { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; }
.expansion-path::before { position: absolute; top: 42px; right: 15%; left: 15%; height: 3px; background: var(--red); content: ""; }
.expansion-card { position: relative; padding-top: 95px; text-align: center; }
.expansion-card .number { position: absolute; top: 0; left: 50%; z-index: 1; display: grid; width: 84px; height: 84px; place-items: center; border: 8px solid var(--cream); border-radius: 50%; color: var(--cream); background: var(--red); transform: translateX(-50%); font-family: Georgia,serif; font-size: 1.2rem; font-weight: 900; }
.expansion-card h3 { margin-bottom: 7px; color: var(--red); font-size: 1.55rem; }
.expansion-card .status { display: inline-block; margin-bottom: 12px; color: var(--red); font-size: .68rem; font-weight: 900; }
.expansion-card p { max-width: 290px; margin: 0 auto; color: var(--muted); font-size: .75rem; }

.reviews { padding: 88px 0; overflow: hidden; background: #efe1c6; }
.review-scatter { position: relative; min-height: 900px; margin: 20px 0 34px; }
.review-card { position: absolute; display: block; padding: 0; overflow: hidden; border: 8px solid var(--paper-white); border-radius: 12px; background: white; box-shadow: 0 18px 48px rgba(78,39,14,.2); cursor: zoom-in; transform: rotate(var(--rotation)); transition: transform .2s ease, box-shadow .2s ease, z-index 0s; }
.review-card.mobile { width: 230px; }
.review-card.desktop { width: 360px; }
.review-card img { width: 100%; height: auto; }
.review-card:hover, .review-card:focus-visible { z-index: 20 !important; box-shadow: 0 26px 65px rgba(78,39,14,.28); transform: rotate(0) scale(1.06); }
.review-actions { text-align: center; }
.review-note { max-width: 820px; margin: 24px auto 0; color: var(--muted); font-size: .64rem; text-align: center; }
.review-gallery { display: grid; margin-top: 34px; grid-template-columns: repeat(4,1fr); gap: 14px; }
.review-gallery[hidden] { display: none; }
.gallery-review { padding: 0; overflow: hidden; border: 4px solid white; border-radius: 8px; background: white; box-shadow: 0 10px 25px rgba(70,30,12,.1); cursor: zoom-in; }
.gallery-review img { width: 100%; height: 170px; object-fit: contain; background: white; }
.review-lightbox { width: min(1100px,calc(100vw - 32px)); max-width: none; max-height: calc(100vh - 32px); padding: 0; border: 0; color: var(--ink); background: var(--paper-white); box-shadow: 0 30px 120px rgba(0,0,0,.45); }
.review-lightbox::backdrop { background: rgba(35,8,4,.82); backdrop-filter: blur(8px); }
.lightbox-head { display: flex; min-height: 64px; padding: 12px 18px; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.lightbox-head strong { color: var(--red); }
.lightbox-head span { margin-right: auto; color: var(--muted); font-size: .72rem; }
.lightbox-head button, .lightbox-body button { border: 1px solid var(--line); color: var(--red); background: var(--cream); cursor: pointer; }
.lightbox-head button { padding: 8px 14px; border-radius: 6px; }
.lightbox-body { display: grid; min-height: 500px; padding: 20px; grid-template-columns: 72px 1fr 72px; align-items: center; gap: 18px; }
.lightbox-body img { max-width: 100%; max-height: calc(100vh - 140px); margin: auto; object-fit: contain; }
.lightbox-body button { min-height: 56px; border-radius: 8px; }

.cooperation { position: relative; padding: 88px 0; overflow: hidden; color: var(--paper); background: var(--red); }
.cooperation::before { position: absolute; top: -270px; right: -190px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.035), 0 0 0 144px rgba(255,255,255,.025); content: ""; }
.cooperation .shell { position: relative; z-index: 1; }
.cooperation .eyebrow { color: var(--cream); }
.cooperation h2 em { color: var(--gold); }
.cooperation-title > span { color: var(--paper-white); }
.cooperation-heading { display: flex; align-items: end; justify-content: space-between; }
.cooperation-stats { display: grid; margin-bottom: 26px; grid-template-columns: repeat(3,1fr); gap: 18px; }
.cooperation-stats article { display: flex; min-height: 236px; padding: 25px 27px 26px; flex-direction: column; border: 1px solid rgba(101,18,14,.12); border-radius: 24px; color: var(--red-dark); background: var(--paper-white); box-shadow: 0 22px 48px rgba(77,7,5,.18); }
.cooperation-stat-head { display: flex; margin-bottom: 14px; align-items: center; justify-content: space-between; }
.cooperation-stat-index { color: var(--red); font-family: Georgia,serif; font-size: .92rem; font-weight: 900; letter-spacing: .1em; }
.cooperation-stat-icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 18px; color: var(--red); background: var(--cream); }
.cooperation-stat-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cooperation-stats b { margin-top: auto; color: var(--red); font-size: 1.16rem; }
.cooperation-stats strong { margin: 7px 0 4px; color: var(--red-dark); font-family: Georgia,serif; font-size: 2.75rem; line-height: 1.08; }
.cooperation-stats small { color: var(--muted); font-size: .9rem; }
.support-block { display: grid; gap: 22px; }
.support-panel, .process-panel { padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; }
.support-panel { background: rgba(101,18,14,.18); }
.process-panel { color: var(--red-dark); background: var(--paper-white); box-shadow: 0 22px 48px rgba(77,7,5,.14); }
.cooperation-subhead { display: flex; margin-bottom: 24px; align-items: end; justify-content: space-between; gap: 30px; }
.cooperation-subhead h3 { margin: 0; color: var(--gold); font-size: 1.7rem; }
.cooperation-subhead p { max-width: 420px; margin: 0; color: rgba(255,255,255,.66); font-size: .86rem; text-align: right; }
.process-panel .cooperation-subhead h3 { color: var(--red); }
.process-panel .cooperation-subhead p { color: var(--muted); }
.support-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
.support-item { position: relative; display: flex; min-height: 138px; padding: 17px; flex-direction: column; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.075); }
.support-icon { display: grid; width: 42px; height: 42px; margin-bottom: 20px; place-items: center; border-radius: 13px; color: var(--red-dark); background: var(--gold); }
.cooperation-icon { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.support-item b { position: absolute; top: 18px; right: 17px; color: rgba(255,255,255,.42); font-family: Georgia,serif; font-size: .78rem; }
.support-item > span:last-child { margin-top: auto; font-size: 1rem; font-weight: 900; }
.process-list { position: relative; display: grid; margin: 0; padding: 0; grid-template-columns: repeat(6,1fr); gap: 14px; list-style: none; }
.process-list::before { position: absolute; top: 33px; right: 7%; left: 7%; height: 2px; background: rgba(181,18,23,.22); content: ""; }
.process-list li { position: relative; z-index: 1; display: flex; min-height: 132px; padding: 0 8px 12px; align-items: center; flex-direction: column; text-align: center; }
.process-icon { display: grid; width: 66px; height: 66px; margin-bottom: 15px; place-items: center; border: 7px solid var(--paper-white); border-radius: 50%; color: var(--paper-white); background: var(--red); box-shadow: 0 0 0 1px rgba(181,18,23,.18); }
.process-icon .cooperation-icon { width: 25px; height: 25px; }
.process-list b { display: block; margin-bottom: 5px; color: var(--gold); font-family: Georgia,serif; font-size: .76rem; letter-spacing: .06em; }
.process-list li > span:last-child { color: var(--red-dark); font-size: .96rem; font-weight: 900; }

.calculator { display: grid; min-height: calc(100svh - 82px); padding: 64px 0; align-items: center; background: var(--paper-white); }
.calculator-grid { display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; gap: 52px; }
.calculator-copy { position: static; }
.calculator-copy h2 { font-size: clamp(2.35rem, 3.15vw, 3.2rem); }
.calculator-copy > p:not(.eyebrow) { color: var(--muted); }
.readiness-note { display: flex; margin-top: 24px; padding: 20px; flex-direction: column; border-left: 6px solid var(--red); background: var(--cream); }
.readiness-note strong { margin-bottom: 8px; color: var(--red); font-family: "KaiTi", serif; font-size: 1.35rem; }
.readiness-note span { color: var(--muted); font-size: .74rem; line-height: 1.9; }
.budget-tool { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: var(--shadow); }
.budget-inputs { display: grid; padding: 20px 22px; grid-template-columns: repeat(2,1fr); gap: 12px 16px; }
.budget-inputs label span { display: block; margin-bottom: 4px; color: var(--muted); font-size: .7rem; font-weight: 800; }
.budget-inputs input { width: 100%; min-height: 42px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: white; }
.budget-inputs input:focus { border-color: var(--red); outline: 3px solid rgba(181,18,23,.1); }
.budget-result { padding: 20px 22px; color: white; background: var(--red-dark); }
.budget-lines { display: grid; padding-bottom: 14px; grid-template-columns: repeat(2,1fr); gap: 8px 20px; border-bottom: 1px solid rgba(255,255,255,.2); }
.budget-lines span { display: flex; justify-content: space-between; gap: 14px; color: rgba(255,255,255,.75); font-size: .7rem; }
.budget-lines b { color: white; }
.budget-total, .startup-total { display: flex; padding: 14px 0; align-items: center; justify-content: space-between; }
.budget-total { border-bottom: 1px solid rgba(255,255,255,.2); }
.budget-total span, .startup-total span { font-size: .82rem; font-weight: 900; }
.budget-total strong { font-family: Georgia,serif; font-size: 1.6rem; }
.working-capital-row { display: grid; padding: 14px 0; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(255,255,255,.2); }
.working-capital-row span { font-weight: 900; }
.working-capital-row strong { color: var(--gold); font-family: Georgia,serif; font-size: 1.25rem; }
.working-capital-row small { grid-column: 1 / -1; margin-top: 5px; color: rgba(255,255,255,.62); font-size: .62rem; }
.working-capital-row small.is-warning { color: #ffd391; }
.startup-total { margin: 12px -22px -20px; padding: 16px 22px; color: var(--red-dark); background: var(--gold); }
.startup-total strong { font-family: Georgia,serif; font-size: 2rem; }
.budget-disclaimer { margin: 0; padding: 12px 22px; color: var(--muted); background: var(--cream); font-size: .61rem; }

.contact { padding: 64px 0 40px; background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 460px; align-items: start; gap: 80px; }
.contact-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); }
.contact-card { display: flex; max-width: 560px; margin-top: 30px; padding: 24px 28px; flex-direction: column; color: var(--cream); background: var(--red-dark); box-shadow: var(--shadow); }
.contact-card span, .contact-card small { color: var(--gold); font-size: .68rem; }
.contact-card a { margin: 4px 0; font-family: Georgia,serif; font-size: 2.1rem; font-weight: 900; line-height: 1.15; }
.lead-form { padding: 30px; border: 1px solid rgba(181,18,23,.16); border-radius: 24px; background: var(--paper-white); box-shadow: var(--shadow); }
.form-head { display: flex; margin-bottom: 22px; padding-bottom: 16px; align-items: end; justify-content: space-between; border-bottom: 1px solid var(--line); }
.form-head span { color: var(--red); font-size: 1.12rem; font-weight: 900; }
.form-head small { color: var(--muted); font-size: .66rem; }
.lead-form label { display: block; margin-bottom: 14px; }
.lead-form label > span { display: block; margin-bottom: 6px; font-size: .72rem; font-weight: 800; }
.lead-form input, .lead-form textarea { width: 100%; padding: 11px 13px; border: 1px solid rgba(111,101,91,.24); border-radius: 8px; color: var(--ink); background: white; }
.lead-form [aria-invalid="true"] { border-color: var(--red); }
.field-error { display: block; min-height: 16px; margin-top: 3px; color: var(--red); font-size: .62rem; font-style: normal; }
.submit-button { width: 100%; border: 0; }
.hp-field { position: absolute !important; left: -10000px !important; }
.form-status { min-height: 24px; margin: 10px 0 0; color: var(--red); font-size: .7rem; text-align: center; }
.form-status.is-success { display: grid; min-height: 78px; margin-top: 14px; padding: 14px 16px; place-content: center; gap: 3px; border-radius: 10px; color: var(--paper); background: var(--red-dark); }
.form-status.is-success strong { font-family: "STKaiti", "KaiTi", serif; font-size: 1.18rem; }
.form-status.is-success span { color: var(--cream); font-size: .72rem; }

.site-footer { padding: 42px 0; color: rgba(255,255,255,.72); background: #3e0907; }
.footer-inner { display: grid; grid-template-columns: 240px 1fr 170px; align-items: center; gap: 36px; }
.footer-brand strong, .footer-brand small { color: var(--cream); }
.footer-brand img { border-color: var(--gold); }
.footer-legal { font-size: .62rem; text-align: center; }
.footer-legal p { margin-bottom: 8px; }
.footer-legal strong { color: var(--gold); font-size: .7rem; }
.footer-legal a { display: block; width: fit-content; margin: 8px auto 0; color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
.footer-inner > div:last-child { display: flex; flex-direction: column; align-items: flex-end; font-size: .66rem; }
.footer-inner > div:last-child a { color: var(--cream); font-size: .9rem; font-weight: 900; }
.mobile-cta { display: none; }

@media (max-width: 1040px) {
  :root { --shell: min(100% - 36px,960px); }
  .site-nav { gap: 13px; }
  .site-nav a { font-size: .76rem; }
  .header-phone { display: none; }
  .hero-grid { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 36px; }
  .hero-origin { margin-top: 44px; }
  .hero-visual { min-height: 580px; }
  .hero-photo-frame { height: 560px; }
  .store-layout { grid-template-columns: 1fr 330px; }
  .review-card.mobile { width: 200px; }
  .review-card.desktop { width: 310px; }
  .contact-grid { gap: 48px; }
}

@media (max-width: 860px) {
  .section-pad { padding: 88px 0; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; top: 82px; right: 18px; left: 18px; display: none; margin: 0; padding: 20px; flex-direction: column; align-items: stretch; border: 1px solid rgba(181,18,23,.12); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 8px; font-size: .95rem; }
  .calculator { min-height: 0; }
  .hero-grid, .split-heading, .stores-heading, .calculator-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { min-height: 0; }
  .hero-origin { margin-top: 38px; }
  .hero-visual { min-height: 520px; margin-top: 34px; }
  .hero-photo-frame { width: 100%; height: 500px; }
  .section-heading { gap: 18px; }
  .advantage-grid { grid-template-columns: repeat(2,1fr); }
  .timeline { grid-template-columns: 1fr; gap: 24px; }
  .timeline::before { top: 0; bottom: 0; left: 34px; width: 3px; height: auto; }
  .timeline-item { min-height: 130px; padding: 0 0 0 92px; text-align: left; }
  .timeline-year { margin-bottom: 5px; }
  .timeline-dot { position: absolute; top: 8px; left: 9px; width: 52px; height: 52px; }
  .timeline-item p { max-width: 650px; }
  .store-layout { grid-template-columns: 1fr; }
  .real-map-card, .real-map-card iframe { min-height: 560px; }
  .store-panel { min-height: 0; }
  .store-list { max-height: 420px; }
  .product-story { grid-template-columns: 1fr; }
  .product-main { min-height: 480px; border-radius: 24px 24px 0 0; }
  .product-side { grid-template-rows: 300px auto; }
  .review-scatter { min-height: 1120px; }
  .review-gallery { grid-template-columns: repeat(3,1fr); }
  .support-grid, .process-list { grid-template-columns: repeat(3,1fr); }
  .process-list::before { display: none; }
  .calculator-copy { position: static; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-self: center; }
  .footer-inner > div:last-child { align-items: center; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 64px; }
  html { scroll-padding-top: 74px; }
  .section-pad { padding: 72px 0; }
  .site-header { border-top-width: 5px; }
  .header-inner { min-height: 66px; }
  .brand-lockup img { width: 43px; height: 43px; }
  .brand-lockup strong { font-size: 1.12rem; }
  .brand-lockup small { font-size: .5rem; }
  .site-nav { top: 74px; }
  .history, .expansion, .advantages, .contact, .products, .reviews, .stores, .cooperation { padding: 56px 0; }
  .hero { min-height: 0; padding: 32px 0 44px; border-left: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 0; }
  .hero-copy h1 { font-size: clamp(2.55rem,12vw,3.85rem); }
  .hero-lead { font-size: .9rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-height: 48px; padding-inline: 14px; font-size: .8rem; }
  .hero-origin { margin-top: 34px; padding-top: 20px; }
  .hero-origin strong { font-size: 1.22rem; }
  .hero-facts { margin-top: 28px; justify-content: space-between; }
  .hero-facts div { min-width: 0; padding: 0 10px; }
  .hero-facts dt { font-size: 1.35rem; }
  .hero-facts dd { font-size: .56rem; }
  .hero-visual { min-height: 360px; margin-top: 28px; }
  .hero-photo-frame { width: 100%; height: 340px; border-radius: 16px; }
  .photo-label { min-width: 190px; padding: 12px 15px; }
  .mascot-seal { bottom: -5px; left: -4px; }
  .mascot-seal img { width: 58px; height: 58px; }
  .mascot-seal span { font-size: .92rem; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: clamp(2rem,9.4vw,3rem); }
  .calculator-copy h2, .contact-copy h2 { font-size: clamp(2rem,9.4vw,3rem); }
  .section-kicker { margin-bottom: 40px; }
  .history .section-kicker { margin-bottom: 30px; }
  .history .section-heading { margin-bottom: 32px; }
  .advantage-grid { grid-template-columns: 1fr; }
  .advantage-card { min-height: 0; padding: 24px; }
  .advantage-card.is-featured, .advantage-card.is-featured.is-open, .advantage-card.is-featured:hover, .advantage-card.is-featured:focus-within { grid-column: span 1; }
  .advantage-number { margin-bottom: 22px; }
  .advantage-expanded { grid-template-columns: 1fr; }
  .flavor-stamp { top: 18px; right: 18px; width: 105px; height: 105px; font-size: .86rem; }
  .store-filters { margin-inline: -14px; padding-inline: 14px; overflow-x: auto; scrollbar-width: none; }
  .filter-button { flex: 0 0 auto; }
  .real-map-card { display: grid; min-height: 0; grid-template-rows: 400px auto; }
  .real-map-card iframe { grid-row: 1; grid-column: 1; height: 400px; min-height: 400px; }
  .map-source { position: relative; right: auto; bottom: auto; grid-row: 1; grid-column: 1; align-self: end; justify-self: end; margin: 0 12px 12px 0; }
  .store-detail { position: static; top: auto; left: auto; grid-row: 2; grid-column: 1; width: auto; padding: 17px; box-shadow: none; backdrop-filter: none; }
  .product-main { min-height: 330px; }
  .product-side { grid-template-rows: 230px auto; }
  .timeline { gap: 18px; }
  .timeline-item { min-height: 118px; }
  .expansion-lockup { margin-bottom: 38px; }
  .expansion-path { grid-template-columns: 1fr; gap: 28px; }
  .expansion-path::before { top: 35px; bottom: 35px; left: 34px; width: 2px; height: auto; }
  .expansion-card { min-height: 110px; padding: 0 0 0 95px; text-align: left; }
  .expansion-card .number { top: 0; left: 0; transform: none; }
  .expansion-card p { margin: 0; }
  .review-scatter { display: flex; min-height: 0; margin-inline: -14px; padding: 25px 14px 30px; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .review-card { position: relative !important; top: auto !important; left: auto !important; flex: 0 0 78vw; scroll-snap-align: center; transform: rotate(var(--rotation)); }
  .review-card.mobile, .review-card.desktop { width: 78vw; }
  .review-gallery { grid-template-columns: repeat(2,1fr); }
  .gallery-review img { height: 130px; }
  .lightbox-body { min-height: 420px; padding: 12px; grid-template-columns: 48px 1fr 48px; gap: 8px; }
  .lightbox-body button { min-height: 48px; font-size: .68rem; }
  .cooperation-heading { display: block; }
  .cooperation-heading .button { margin-top: 20px; }
  .cooperation-stats { grid-template-columns: 1fr; }
  .cooperation-stats article { min-height: 190px; }
  .support-panel, .process-panel { padding: 22px 18px; }
  .cooperation-subhead { align-items: start; flex-direction: column; gap: 8px; }
  .cooperation-subhead p { text-align: left; }
  .support-grid { grid-template-columns: repeat(2,1fr); }
  .process-list { grid-template-columns: repeat(2,1fr); }
  .budget-inputs, .budget-lines { grid-template-columns: 1fr; }
  .budget-inputs { padding: 22px; }
  .budget-result { padding: 22px; }
  .startup-total { margin: 18px -22px -22px; padding: 22px; }
  .contact-grid { gap: 40px; }
  .contact-card a { font-size: 1.8rem; }
  .lead-form { padding: 22px 18px; }
  .form-head { align-items: start; flex-direction: column; }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 110; display: grid; min-height: 64px; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); grid-template-columns: 1fr 1.3fr; gap: 8px; border-top: 1px solid rgba(181,18,23,.13); background: var(--paper); box-shadow: 0 -10px 30px rgba(70,19,12,.12); }
  .mobile-cta a { display: grid; place-items: center; border: 1px solid var(--red); border-radius: 8px; color: var(--red); font-size: .82rem; font-weight: 900; }
  .mobile-cta a:last-child { color: white; background: var(--red); }
}

@media (max-width: 390px) {
  .hero-actions { grid-template-columns: 1fr; }
  .review-gallery { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
