:root {
  --cream: #f8f3ec;
  --paper: #fffaf4;
  --brown: #3a2e2a;
  --oat: #eadccf;
  --taupe: #a88972;
  --wine: #7a3e36;
  --wine-dark: #62312c;
  --line: rgba(58, 46, 42, 0.15);
  --serif: "Iowan Old Style", "Songti TC", "Noto Serif TC", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "PingFang HK", "Noto Sans TC", "Helvetica Neue", sans-serif;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 74px; }
body { margin: 0; background: var(--cream); color: var(--brown); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
::selection { background: var(--oat); color: var(--brown); }

.section-shell { width: min(100% - 40px, 1120px); margin-inline: auto; }
.section-block { padding-block: 92px; }
.eyebrow { margin: 0 0 18px; color: var(--wine); font-size: 11px; font-weight: 700; letter-spacing: .19em; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 9vw, 68px); font-weight: 500; line-height: .98; letter-spacing: -.04em; }
.section-heading > p:last-child { margin: 20px 0 0; color: #74645d; font-size: 15px; line-height: 1.7; }

.sticky-nav { position: sticky; top: 0; z-index: 100; height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(20px, calc((100vw - 1120px) / 2)); background: rgba(248,243,236,.9); border-bottom: 1px solid rgba(58,46,42,.1); backdrop-filter: blur(18px); }
.brand { flex: 0 0 auto; display: flex; align-items: baseline; gap: 9px; }
.brand-mark { font-family: var(--serif); font-size: 22px; font-weight: 600; }
.brand-byline { display: none; color: var(--taupe); font-size: 10px; letter-spacing: .12em; }
.nav-actions { min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.nav-guide { min-height: 38px; display: inline-flex; align-items: center; gap: 5px; padding: 0 11px; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 700; white-space: nowrap; transition: .2s ease; }
.nav-guide:hover { border-color: var(--wine); color: var(--wine); transform: translateY(-1px); }
.nav-member { min-height: 38px; display: inline-flex; align-items: center; gap: 4px; padding: 0 10px; color: white; background: var(--wine); border-radius: 999px; font-size: 9px; font-weight: 700; white-space: nowrap; transition: .2s ease; }
.nav-member:hover { background: var(--wine-dark); transform: translateY(-1px); }

.hero { min-height: calc(100svh - 68px); display: flex; flex-direction: column; justify-content: center; padding-block: 34px 24px; position: relative; overflow: hidden; }
.hero-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 38px; font-size: 11px; letter-spacing: .08em; }
.badge { padding: 5px 9px; color: var(--wine); background: rgba(122,62,54,.08); border: 1px solid rgba(122,62,54,.2); border-radius: 99px; font-weight: 700; letter-spacing: .04em; }
.hero-grid { display: grid; gap: 48px; align-items: center; }
.hero-copy h1 { margin: -2px 0 20px; font-family: var(--serif); font-size: clamp(96px, 29vw, 184px); font-weight: 500; line-height: .78; letter-spacing: -.1em; }
.accent-dot { color: var(--wine); }
.hero-statement { margin: 0; font-family: var(--serif); font-size: clamp(26px, 6.8vw, 42px); line-height: 1.28; letter-spacing: -.03em; }
.hero-sub { margin: 22px 0 0; color: #6f5d55; font-size: 17px; line-height: 1.65; }
.hero-detail { margin: 18px 0 0; color: #88766d; font-size: 13px; line-height: 1.75; }
.hero-actions { margin-top: 32px; display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:active { transform: scale(.98); }
.button-primary { background: var(--wine); color: white; box-shadow: 0 12px 30px rgba(122,62,54,.16); }
.button-primary:hover, .button-member:hover { background: var(--wine-dark); transform: translateY(-2px); }
.button-text { min-height: 42px; color: var(--wine); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.hero-art { display: none; }
.hero-scroll { margin-top: auto; padding-top: 34px; display: flex; align-items: center; gap: 10px; color: var(--taupe); font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.hero-scroll span { width: 36px; height: 1px; background: var(--taupe); }

.quick-menu { scroll-margin-top: 68px; }
.scene-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 42px; }
.scene-card { min-height: 154px; position: relative; display: flex; flex-direction: column; padding: 19px; background: rgba(255,250,244,.74); border: 1px solid var(--line); border-radius: 22px; transition: .22s ease; overflow: hidden; }
.scene-card:hover { background: var(--paper); border-color: rgba(122,62,54,.4); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(68,48,39,.07); }
.scene-number { color: var(--taupe); font-size: 10px; letter-spacing: .12em; }
.scene-label { margin-top: 22px; font-family: var(--serif); font-size: 25px; }
.scene-note { margin-top: 8px; padding-right: 20px; color: #8b7970; font-size: 10px; line-height: 1.5; }
.scene-arrow { position: absolute; right: 17px; bottom: 17px; color: var(--wine); font-size: 18px; }
.member-entry { margin-top: 28px; text-align: center; }
.button-member { width: 100%; background: var(--wine); color: white; }
.member-entry p { margin: 12px auto 0; max-width: 430px; color: #8b7970; font-size: 11px; line-height: 1.65; }

.editorial { background: var(--oat); }
.editorial-grid { display: grid; gap: 50px; }
.editorial-copy { color: #604f48; font-family: var(--serif); font-size: 18px; line-height: 1.9; }
.editorial-copy p { margin: 0 0 24px; }
.editorial-copy .lead { color: var(--brown); font-size: 24px; }
.thoughts { margin: 30px 0; display: flex; flex-direction: column; gap: 8px; color: var(--wine); font-family: var(--sans); font-size: 14px; font-weight: 600; }
.thoughts span { padding: 13px 15px; background: rgba(255,250,244,.58); border-left: 2px solid var(--wine); }
.editorial-copy .emphasis { color: var(--brown); font-size: 25px; line-height: 1.55; }
.editorial-copy strong { color: var(--wine); }
blockquote { margin: 44px 0 0; padding: 28px 24px; position: relative; background: var(--brown); color: var(--cream); border-radius: 3px 26px 3px 3px; font-size: 21px; line-height: 1.7; }
blockquote span { position: absolute; right: 18px; top: -18px; color: var(--taupe); font-size: 80px; line-height: 1; opacity: .45; }
blockquote strong { color: white !important; }

.centered { text-align: center; }
.checkin-card { margin-top: 46px; background: var(--paper); border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 26px 70px rgba(68,48,39,.08); overflow: hidden; }
.question-block { padding: 30px 22px; }
.question-number { color: var(--wine); font-family: var(--serif); font-size: 14px; }
.question-block h3 { margin: 12px 0 24px; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.35; }
.choice-list { display: grid; gap: 9px; }
.choice { width: 100%; min-height: 72px; display: flex; align-items: flex-start; gap: 13px; padding: 14px; text-align: left; color: var(--brown); background: transparent; border: 1px solid var(--line); border-radius: 15px; cursor: pointer; transition: .18s ease; }
.choice:hover { border-color: rgba(122,62,54,.45); }
.choice.active { background: rgba(122,62,54,.07); border-color: var(--wine); }
.choice-radio { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; border: 1px solid var(--taupe); border-radius: 50%; }
.choice.active .choice-radio { border: 5px solid var(--wine); }
.choice strong { display: block; font-size: 14px; }
.choice small { display: block; margin-top: 5px; color: #82716a; font-size: 11px; line-height: 1.5; }
.question-divider { height: 1px; background: var(--line); }
.coach-note { margin-top: 30px; padding: 18px; background: var(--cream); border-radius: 16px; transition: .2s ease; }
.coach-note.highlighted { background: var(--wine); color: white; }
.coach-note p { margin: 0; font-family: var(--serif); font-size: 17px; line-height: 1.55; }
.coach-note .coach-label { margin-bottom: 8px; color: var(--taupe); font-family: var(--sans); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.coach-note.highlighted .coach-label { color: var(--oat); }
.coach-note .coach-small { margin-top: 9px; opacity: .72; font-family: var(--sans); font-size: 11px; }
.checkin-result { margin-top: 18px; padding: 28px 22px; background: var(--oat); border: 1px solid var(--line); border-radius: 4px 28px 4px 4px; transition: color .2s ease, background .2s ease; }
.checkin-result.result-optional { background: var(--paper); }
.checkin-result.result-want { background: var(--wine); color: white; border-color: var(--wine); }
.result-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: #816f66; font-size: 9px; }
.result-meta strong { padding: 6px 9px; color: var(--wine); background: rgba(255,250,244,.7); border: 1px solid rgba(122,62,54,.14); border-radius: 999px; font-size: 10px; }
.result-meta i { color: var(--taupe); font-style: normal; }
.result-want .result-meta { color: rgba(255,255,255,.68); }
.result-want .result-meta strong { color: white; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); }
.result-label { margin: 28px 0 8px; color: var(--wine); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.result-want .result-label { color: var(--oat); }
.checkin-result h3 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 7vw, 48px); font-weight: 500; line-height: 1.12; letter-spacing: -.03em; }
.checkin-result > p:last-child { margin: 17px 0 0; max-width: 720px; color: #6f5e56; font-family: var(--serif); font-size: 16px; line-height: 1.8; }
.result-want > p:last-child { color: rgba(255,255,255,.75); }
.member-checkin-link { margin-top: 12px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 18px 19px; color: var(--brown); background: rgba(234,220,207,.55); border: 1px solid var(--line); border-radius: 16px; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.member-checkin-link:hover { transform: translateY(-2px); border-color: rgba(122,62,54,.42); background: rgba(234,220,207,.8); }
.member-checkin-link > span:first-child { color: var(--wine); font-size: 19px; }
.member-checkin-link > span:last-child { color: var(--wine); font-size: 18px; }
.member-checkin-link strong { display: block; color: var(--wine); font-family: var(--serif); font-size: 16px; font-weight: 600; line-height: 1.45; }
.member-checkin-link small { display: block; margin-top: 3px; color: #78665e; font-size: 10px; line-height: 1.55; }
.checkin-close { margin: 30px auto 0; max-width: 520px; text-align: center; color: #79675e; font-family: var(--serif); font-size: 18px; line-height: 1.7; }
.checkin-close strong { color: var(--wine); }
.formula { background: #f2e8de; }
.steps { display: grid; gap: 14px; margin-top: 48px; }
.step-card { min-height: 340px; display: flex; flex-direction: column; padding: 27px 24px; background: var(--paper); border: 1px solid var(--line); border-radius: 4px 30px 4px 4px; }
.step-card.featured { background: var(--wine); color: white; border-color: var(--wine); }
.step-top { display: flex; align-items: center; gap: 12px; color: var(--taupe); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.step-line { height: 1px; flex: 1; background: currentColor; opacity: .35; }
.step-card h3 { margin: 42px 0 20px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.step-card p { margin: 0 0 14px; color: #79675f; font-size: 13px; line-height: 1.8; }
.step-card.featured p { color: rgba(255,255,255,.72); }
.step-card strong { margin-top: auto; color: var(--wine); font-family: var(--serif); font-size: 17px; line-height: 1.65; }
.step-card.featured strong { color: white; }
.no-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: auto 0 0; padding: 0; list-style: none; }
.no-list li { padding: 10px; color: var(--wine); background: rgba(122,62,54,.07); border-radius: 8px; font-size: 10px; font-weight: 700; }
.no-list li::before { content: "× "; }
.formula-highlight { margin: 42px 0 0; text-align: center; font-family: var(--serif); font-size: 26px; }
.formula-highlight span { color: var(--wine); }

.story { background: var(--paper); }
.story-grid { display: grid; gap: 60px; }
.story-visual { min-height: 475px; position: relative; }
.portrait-shape { width: min(84%, 390px); height: 430px; position: absolute; left: 8%; top: 0; display: grid; place-items: center; background: linear-gradient(145deg, #d8c0af 0%, #8d6c5f 100%); border-radius: 210px 210px 12px 12px; overflow: hidden; }
.portrait-shape::before, .portrait-shape::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); }
.portrait-shape::before { width: 230px; height: 230px; right: -54px; top: -28px; background: rgba(248,243,236,.32); }
.portrait-shape::after { width: 180px; height: 180px; left: -70px; bottom: 40px; background: rgba(58,46,42,.18); }
.portrait-monogram { position: relative; z-index: 1; color: rgba(255,250,244,.92); font-family: var(--serif); font-size: 66px; line-height: .9; letter-spacing: .05em; }
.portrait-label { position: absolute; z-index: 1; bottom: 18px; color: rgba(255,255,255,.7); font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.story-stat { position: absolute; z-index: 2; min-width: 92px; padding: 14px; background: rgba(255,250,244,.93); border: 1px solid rgba(58,46,42,.12); box-shadow: 0 12px 34px rgba(58,46,42,.11); backdrop-filter: blur(10px); }
.story-stat strong, .story-stat span { display: block; }
.story-stat strong { color: var(--wine); font-family: var(--serif); font-size: 25px; font-weight: 500; }
.story-stat span { margin-top: 4px; color: #8e7b71; font-size: 8px; letter-spacing: .1em; }
.stat-one { left: 0; top: 48px; }
.stat-two { right: 0; top: 170px; }
.stat-three { left: 12%; bottom: 0; }
.story-copy h2 { margin: 0 0 32px; font-family: var(--serif); font-size: clamp(38px, 8vw, 58px); font-weight: 500; line-height: 1.08; letter-spacing: -.04em; }
.story-copy > p:not(.eyebrow):not(.story-question) { color: #705f57; font-family: var(--serif); font-size: 17px; line-height: 1.9; }
.story-question { margin: 24px 0; color: var(--wine); font-family: var(--serif); font-size: 30px; }
.story-quote { margin-top: 36px; padding: 24px; font-size: 17px; }

.experiences-intro { border-bottom: 1px solid var(--line); scroll-margin-top: 68px; }
.mini-index { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 50px; background: var(--line); border: 1px solid var(--line); }
.mini-index a { min-height: 82px; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 14px 18px; background: var(--cream); font-family: var(--serif); font-size: 19px; transition: .2s ease; }
.mini-index a:hover { background: var(--paper); color: var(--wine); }
.mini-index span { color: var(--taupe); font-family: var(--sans); font-size: 8px; letter-spacing: .14em; }

.dining { scroll-margin-top: 67px; }
.dining-light { background: var(--cream); }
.dining-oat { background: var(--oat); }
.dining-dark { background: var(--brown); color: var(--cream); }
.dining-grid { display: grid; gap: 52px; }
.dining-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(43px, 10vw, 72px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.dining-head > p:last-child { margin: 25px 0 0; color: #79675f; font-family: var(--serif); font-size: 17px; line-height: 1.8; }
.dining-dark .dining-head > p:last-child { color: rgba(248,243,236,.68); }
.dining-content { min-width: 0; }
.copy-box { padding: 27px 22px; background: var(--wine); color: white; border-radius: 4px 28px 4px 4px; }
.copy-box.secondary { margin-top: 12px; background: var(--paper); color: var(--brown); border: 1px solid var(--line); border-radius: 4px; }
.copy-tag { color: var(--oat); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.copy-box.secondary .copy-tag { color: var(--wine); }
.copy-box h3 { margin: 24px 0 0; font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.65; }
.copy-box i { color: var(--oat); font-style: normal; font-size: 14px; }
.copy-box.secondary i { color: var(--wine); }
.remember { margin: 35px 0; padding-left: 18px; color: #75635b; border-left: 2px solid var(--wine); font-family: var(--serif); font-size: 18px; line-height: 1.75; }
.remember span { display: block; margin-bottom: 5px; color: var(--wine); font-family: var(--sans); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.remember strong { color: var(--brown); }
.dining-dark .remember { color: rgba(248,243,236,.68); border-color: var(--taupe); }
.dining-dark .remember span { color: var(--oat); }
.dining-dark .remember strong { color: white; }
.back-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--wine); font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.dining-dark .back-link { color: var(--oat); }
.priority-note { padding: 25px; background: rgba(255,250,244,.52); border: 1px solid rgba(58,46,42,.1); border-radius: 4px 26px 4px 4px; }
.priority-note > span { color: var(--wine); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.priority-note h3 { margin: 11px 0; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.priority-note p { margin: 0; color: #716058; font-size: 12px; line-height: 1.75; }
.order-flow { margin-top: 30px; border-top: 1px solid rgba(58,46,42,.15); }
.order-flow div { min-height: 65px; position: relative; display: grid; grid-template-columns: 34px 1fr; align-items: center; border-bottom: 1px solid rgba(58,46,42,.15); }
.order-flow span { color: var(--taupe); font-size: 9px; }
.order-flow strong { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.order-flow i { position: absolute; right: 3px; bottom: -9px; z-index: 1; width: 18px; height: 18px; display: grid; place-items: center; background: var(--oat); color: var(--wine); font-style: normal; font-size: 10px; }
.hotpot-flow { display: grid; gap: 10px; }
.hotpot-flow div { min-height: 90px; display: flex; flex-direction: column; justify-content: center; padding: 19px; border: 1px solid rgba(248,243,236,.18); transition: .2s ease; }
.hotpot-flow div:hover { background: rgba(248,243,236,.06); border-color: var(--taupe); transform: translateX(4px); }
.hotpot-flow span { color: var(--taupe); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.hotpot-flow strong { margin-top: 8px; color: white; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.combo-grid { display: grid; gap: 10px; }
.combo-grid article { min-height: 180px; padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 3px 24px 3px 3px; }
.combo-grid span { color: var(--wine); font-family: var(--serif); font-size: 22px; }
.combo-label { margin: 6px 0 0; color: var(--taupe); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.combo-grid h3 { margin: 34px 0 0; font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.6; }
.scene-combo-grid { margin-top: 18px; }
.scene-combo-grid article { min-height: 255px; }
.scene-combo-grid h3 { margin-top: 25px; }
.combo-note { margin: 16px 2px 0; color: #716058; font-size: 11px; line-height: 1.75; }
.hotpot-combo-grid article { background: rgba(248,243,236,.055); border-color: rgba(248,243,236,.18); }
.hotpot-combo-grid article > span { color: var(--oat); }
.hotpot-combo-grid .combo-label { color: var(--taupe); }
.hotpot-combo-grid h3 { color: white; }
.cup-noodle { margin-top: 28px; padding: 27px 23px; background: var(--oat); }
.cup-noodle h3 { margin: 0; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.cup-noodle > strong { display: block; margin: 10px 0; color: var(--wine); font-family: var(--serif); font-size: 50px; font-weight: 500; }
.cup-noodle p { margin: 0; color: #6f5e57; font-size: 12px; line-height: 1.8; }

.transition { background: var(--wine); color: white; }
.transition-inner h2 { margin: 0; font-family: var(--serif); font-size: clamp(45px, 10vw, 74px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.transition .eyebrow { color: var(--oat); }
.transition-copy { margin-top: 42px; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 17px; line-height: 1.85; }
.transition-answer { margin: 50px 0 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); font-family: var(--serif); font-size: 22px; }
.transition-answer strong { display: block; margin-top: 12px; color: white; font-size: 42px; font-weight: 500; }

.member { background: #efe2d6; }
.member-heading { max-width: 740px; margin-inline: auto; text-align: center; }
.lock-mark { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 22px; color: white; background: var(--wine); border-radius: 50%; font-size: 22px; }
.member-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 12vw, 84px); font-weight: 500; line-height: .93; letter-spacing: -.05em; }
.member-heading > p:last-child { margin: 28px auto 0; max-width: 530px; color: #76645b; font-family: var(--serif); font-size: 17px; line-height: 1.8; }
.member-heading strong { color: var(--wine); }
.locked-grid { display: grid; gap: 10px; margin-top: 50px; }
.locked-card { min-height: 145px; position: relative; padding: 23px; background: rgba(255,250,244,.55); border: 1px solid rgba(58,46,42,.12); border-radius: 3px 22px 3px 3px; overflow: hidden; }
.locked-content { filter: blur(1.45px); opacity: .68; user-select: none; }
.locked-content > span { color: var(--taupe); font-size: 8px; letter-spacing: .16em; }
.locked-content h3 { margin: 24px 0 8px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.locked-content p { margin: 0; color: #816f66; font-size: 10px; }
.card-lock { position: absolute; right: 18px; top: 17px; width: 34px; height: 34px; display: grid; place-items: center; color: white; background: rgba(122,62,54,.88); border-radius: 50%; font-size: 14px; box-shadow: 0 7px 20px rgba(58,46,42,.14); }
.benefits { margin-top: 110px; }
.benefits-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 8vw, 61px); font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.benefit-list { margin-top: 40px; border-top: 1px solid var(--line); }
.benefit-list article { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 10px; min-height: 76px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.benefit-list article > span { color: var(--taupe); font-size: 9px; letter-spacing: .12em; }
.benefit-list h3 { margin: 0; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.benefit-list p { margin: 7px 0 0; color: #75645c; font-size: 11px; line-height: 1.7; }
.member-cta { margin-top: 52px; text-align: center; scroll-margin-top: 88px; }
.button-member-large { padding-inline: 25px; background: var(--wine); color: white; box-shadow: 0 14px 38px rgba(122,62,54,.17); }
.member-cta p { margin: 13px 0 7px; color: #806d64; font-size: 10px; }
.member-learn { display: inline-flex; min-height: 42px; align-items: center; padding-inline: 8px; color: var(--wine); font-size: 14px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

.final { background: var(--paper); }
.final-inner { max-width: 760px; text-align: center; }
.final-star { display: block; margin-bottom: 30px; color: var(--wine); font-size: 18px; }
.final h2 { margin: 0; font-family: var(--serif); font-size: clamp(39px, 8vw, 63px); font-weight: 500; line-height: 1.08; letter-spacing: -.04em; }
.final-inner > p { margin: 28px auto 0; max-width: 610px; color: #74625a; font-family: var(--serif); font-size: 17px; line-height: 1.9; }
.final-inner > p strong { color: var(--wine); font-size: 24px; }
.life-list { margin: 42px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.life-list span { padding: 9px 13px; color: #725e55; background: var(--cream); border: 1px solid var(--line); border-radius: 99px; font-size: 10px; }
.final-highlight { margin: 88px 0 48px; padding: 58px 20px; color: white; background: var(--brown); border-radius: 4px 44px 4px 4px; }
.final-highlight h3 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 8vw, 58px); font-weight: 500; }
.final-highlight p { margin: 15px 0 0; color: var(--oat); font-family: var(--serif); font-size: 22px; }
.final-actions { margin-top: 34px; display: flex; flex-direction: column; gap: 8px; }

.footer { padding-block: 55px 35px; background: var(--brown); color: var(--cream); }
.footer-grid { display: grid; gap: 32px; }
.footer strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.footer p { color: rgba(248,243,236,.6); font-size: 10px; line-height: 1.7; }
.disclaimer { padding-top: 24px; border-top: 1px solid rgba(248,243,236,.14); }
.copyright { margin: 0; font-size: 9px !important; letter-spacing: .1em; }

.coming-page { min-height: 100svh; display: flex; flex-direction: column; padding: 18px; background: var(--cream); }
.coming-top { height: 54px; display: flex; align-items: center; justify-content: space-between; padding-inline: 4px; }
.coming-top a { display: flex; align-items: baseline; gap: 8px; }
.coming-top strong { font-family: var(--serif); font-size: 21px; font-weight: 600; }
.coming-top a span { color: var(--taupe); font-size: 9px; letter-spacing: .12em; }
.coming-top > p { margin: 0; color: var(--wine); font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.coming-frame { min-height: calc(100svh - 90px); position: relative; display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; padding: 76px 24px 60px; border: 1px solid rgba(58,46,42,.28); background: linear-gradient(145deg, rgba(255,250,244,.72), rgba(234,220,207,.48)); overflow: hidden; }
.coming-frame::before, .coming-frame::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.coming-frame::before { width: 360px; height: 360px; right: -220px; top: -190px; border: 1px solid rgba(122,62,54,.13); box-shadow: 0 0 0 48px rgba(122,62,54,.025), 0 0 0 96px rgba(122,62,54,.02); }
.coming-frame::after { width: 260px; height: 260px; left: -180px; bottom: -145px; background: rgba(122,62,54,.045); }
.frame-corner { width: 26px; height: 26px; position: absolute; z-index: 2; }
.corner-top-left { left: 12px; top: 12px; border-left: 2px solid var(--wine); border-top: 2px solid var(--wine); }
.corner-top-right { right: 12px; top: 12px; border-right: 2px solid var(--wine); border-top: 2px solid var(--wine); }
.corner-bottom-left { left: 12px; bottom: 12px; border-left: 2px solid var(--wine); border-bottom: 2px solid var(--wine); }
.corner-bottom-right { right: 12px; bottom: 12px; border-right: 2px solid var(--wine); border-bottom: 2px solid var(--wine); }
.coming-brand { position: absolute; top: 34px; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--wine); }
.coming-brand > span { font-size: 16px; }
.coming-brand > p { margin: 0; font-size: 9px; font-weight: 800; letter-spacing: .22em; }
.coming-center { position: relative; z-index: 1; max-width: 660px; text-align: center; }
.coming-label { margin: 0 0 19px; color: var(--taupe); font-size: 9px; font-weight: 800; letter-spacing: .28em; }
.coming-center h1 { margin: 0; color: var(--brown); font-family: var(--serif); font-size: clamp(72px, 22vw, 148px); font-weight: 500; line-height: .72; letter-spacing: -.075em; }
.coming-message { margin: 38px 0 0; color: #746159; font-family: var(--serif); font-size: 17px; line-height: 1.7; }
.coming-back { min-height: 44px; display: inline-flex; align-items: center; margin-top: 28px; color: var(--wine); font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.coming-footer { position: absolute; left: 20px; right: 20px; bottom: 24px; display: flex; justify-content: space-between; gap: 14px; color: var(--taupe); font-size: 8px; letter-spacing: .08em; }

@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.reveal { animation: rise .65s both ease-out; }
.delay-1 { animation-delay: .08s; }
.delay-2 { animation-delay: .18s; }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } .reveal { animation: none; } }

@media (min-width: 760px) {
  .section-shell { width: min(100% - 80px, 1120px); }
  .section-block { padding-block: 130px; }
  .brand-byline { display: inline; }
  .nav-actions { gap: 9px; }
  .nav-guide { min-height: 40px; gap: 10px; padding-inline: 16px; font-size: 12px; }
  .nav-member { min-height: 40px; gap: 7px; padding-inline: 17px; font-size: 11px; }
  .hero-grid { grid-template-columns: 1.12fr .88fr; }
  .hero-copy h1 { font-size: clamp(140px, 15vw, 190px); }
  .hero-actions { flex-direction: row; align-items: center; }
  .button-primary { min-width: 190px; }
  .button-text { padding-inline: 20px; }
  .hero-art { aspect-ratio: 1 / 1.12; display: block; position: relative; background: var(--oat); border-radius: 220px 220px 16px 16px; }
  .plate { width: 62%; aspect-ratio: 1; position: absolute; left: 19%; top: 18%; display: grid; place-items: center; background: var(--paper); border: 1px solid rgba(58,46,42,.1); border-radius: 50%; box-shadow: inset 0 0 0 20px rgba(234,220,207,.45), 0 30px 70px rgba(58,46,42,.09); }
  .plate-inner { color: var(--wine); font-family: var(--serif); font-size: 24px; }
  .ingredient { position: absolute; padding: 8px 13px; background: rgba(248,243,236,.84); border-radius: 99px; font-size: 10px; backdrop-filter: blur(10px); }
  .ingredient-one { left: 3%; top: 19%; transform: rotate(-8deg); }
  .ingredient-two { right: 4%; top: 42%; transform: rotate(7deg); }
  .ingredient-three { left: 10%; bottom: 24%; transform: rotate(4deg); }
  .hero-art > p { position: absolute; bottom: 8%; left: 0; right: 0; text-align: center; color: #78665d; font-family: var(--serif); font-size: 16px; line-height: 1.5; }
  .scene-grid { grid-template-columns: repeat(4, 1fr); }
  .scene-card { min-height: 220px; padding: 24px; }
  .scene-label { margin-top: 42px; font-size: 31px; }
  .scene-note { font-size: 11px; }
  .button-member { width: auto; min-width: 370px; padding-inline: 28px; }
  .editorial-grid { grid-template-columns: .82fr 1.18fr; gap: 100px; }
  .sticky-heading { position: sticky; top: 120px; align-self: start; }
  .checkin-card { display: grid; grid-template-columns: 1fr 1px 1fr; }
  .question-divider { width: 1px; height: auto; }
  .question-block { padding: 45px; }
  .checkin-result { margin-top: 22px; padding: 38px 45px; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .step-card.featured { transform: translateY(28px); }
  .story-grid { grid-template-columns: .92fr 1.08fr; align-items: center; gap: 100px; }
  .story-visual { min-height: 610px; }
  .portrait-shape { width: 82%; height: 570px; }
  .portrait-monogram { font-size: 82px; }
  .mini-index { grid-template-columns: repeat(4, 1fr); }
  .dining-grid { grid-template-columns: .92fr 1.08fr; gap: 100px; }
  .dining-head { position: sticky; top: 120px; align-self: start; }
  .combo-grid { grid-template-columns: repeat(3, 1fr); }
  .scene-combo-grid { grid-template-columns: repeat(2, 1fr); }
  .transition-inner { max-width: 920px; }
  .transition-copy { width: 56%; margin-left: auto; }
  .transition-answer { width: 56%; margin-left: auto; }
  .locked-grid { grid-template-columns: repeat(3, 1fr); }
  .locked-card:last-child { grid-column: 2; }
  .benefits { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; }
  .benefit-list { margin-top: 0; }
  .button-member-large { min-width: 390px; }
  .final-actions { flex-direction: row; justify-content: center; align-items: center; }
  .footer-grid { grid-template-columns: .8fr 1.2fr; }
  .disclaimer { padding-top: 0; padding-left: 30px; border-top: 0; border-left: 1px solid rgba(248,243,236,.14); }
  .copyright { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(248,243,236,.14); }
  .coming-page { padding: 26px; }
  .coming-top { height: 62px; padding-inline: 12px; }
  .coming-frame { min-height: calc(100svh - 114px); }
  .coming-center h1 { line-height: .75; }
  .coming-message { font-size: 19px; }
  .coming-footer { left: 34px; right: 34px; bottom: 28px; }
}
