:root {
  --paper: #f7f3ec;
  --paper-deep: #eee6d9;
  --ink: #213d37;
  --ink-soft: #53655f;
  --forest: #264940;
  --forest-deep: #18372f;
  --clay: #b7654e;
  --clay-dark: #8d4634;
  --sage: #96a99d;
  --line: rgba(33, 61, 55, 0.17);
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", "SimSun", serif;
  --display: "Songti SC", "STSong", "Noto Serif CJK SC", "SimSun", serif;
  --shadow: 0 24px 70px rgba(43, 56, 49, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--serif); line-height: 1.8; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
.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; left: 16px; top: -60px; z-index: 100; background: var(--forest); color: #fff; padding: 10px 16px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,243,236,.9); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 24px rgba(34,53,46,.06); }
.nav-shell { min-height: 78px; width: min(1280px, calc(100% - 48px)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 12px; align-items: center; line-height: 1.1; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--forest); border-radius: 50% 50% 48% 52%; font-family: var(--display); font-size: 22px; position: relative; }
.brand-mark::after { content: ""; width: 4px; height: 4px; background: var(--clay); border-radius: 50%; position: absolute; right: -3px; top: 10px; }
.brand b { display: block; font-family: var(--display); font-size: 19px; letter-spacing: .15em; font-weight: 500; }
.brand small { display: block; font-family: Georgia, serif; letter-spacing: .16em; font-size: 7px; margin-top: 7px; }
#site-nav { display: flex; align-items: center; gap: 35px; font-size: 14px; }
#site-nav a { position: relative; }
#site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--clay); transition: right .25s; }
#site-nav a:hover::after, #site-nav a:focus-visible::after { right: 0; }
.nav-cta { border: 1px solid var(--ink); padding: 9px 18px; border-radius: 999px; transition: .25s; }
.nav-cta:hover { background: var(--ink); color: #fff; }
.menu-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 9px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 1px; background: var(--ink); margin: 5px 0; transition: transform .25s, opacity .25s; }

.hero { min-height: 730px; display: grid; grid-template-columns: 1fr .92fr; gap: 70px; align-items: center; padding-top: 72px; padding-bottom: 100px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; font-family: Georgia, serif; font-size: 11px; letter-spacing: .18em; color: var(--clay-dark); text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.centered { justify-content: center; }
.hero h1, .section-heading h2, .method-copy h2, .rhythm-copy h2, .privacy-copy h2, .consult-copy h2 { margin: 0; font-family: var(--display); font-weight: 400; line-height: 1.18; letter-spacing: .04em; }
.hero h1 { font-size: clamp(58px, 6.3vw, 94px); }
.hero h1 span { color: var(--clay); position: relative; white-space: nowrap; }
.hero h1 span::after { content: ""; position: absolute; height: 7px; border-radius: 50%; background: rgba(183,101,78,.25); left: 4%; right: 0; bottom: 5px; transform: rotate(-2deg); }
.hero-lead { max-width: 540px; color: var(--ink-soft); font-size: 17px; line-height: 2; margin: 28px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 24px; border: 0; border-radius: 2px; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: #fff; }
.button-primary:hover { background: var(--forest-deep); }
.button-primary span, .button-light span, .button-accent span { font-size: 22px; line-height: 1; }
.text-link { font-size: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.hero-notes { list-style: none; padding: 0; margin: 34px 0 0; display: flex; flex-wrap: wrap; gap: 19px; color: var(--ink-soft); font-size: 12px; }
.hero-notes i { font-style: normal; color: var(--clay); margin-right: 4px; }
.hero-art { position: relative; min-height: 570px; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 50px 6% 15px 8%; background: #dfe3d8; border-radius: 47% 47% 5px 5px; z-index: -2; }
.sun-disc { width: 160px; height: 160px; background: #d59b7d; border-radius: 50%; position: absolute; right: 11%; top: 2%; z-index: -1; opacity: .75; }
.letter-card { position: absolute; z-index: 2; width: 75%; left: 12%; top: 70px; min-height: 400px; padding: 58px 48px 42px; background: #fbf8f2; box-shadow: var(--shadow); transform: rotate(-2.2deg); border: 1px solid rgba(110,90,70,.08); }
.letter-card::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(75,80,70,.14); pointer-events: none; }
.letter-kicker { font-family: Georgia, serif; letter-spacing: .2em; font-size: 9px; text-align: center; color: var(--clay-dark); margin: 0; }
.letter-title { font-family: var(--display); font-size: 48px; text-align: center; margin: 20px 0 12px; letter-spacing: .25em; text-indent: .25em; }
.letter-rule { width: 54px; height: 1px; background: var(--clay); margin: auto; }
.letter-body { text-align: center; color: var(--ink-soft); font-size: 14px; line-height: 2.3; margin: 30px 0 22px; }
.letter-sign { text-align: right; margin: 0 20px 0 0; font-family: var(--display); font-size: 17px; }
.wax-seal { width: 56px; height: 56px; display: grid; place-items: center; color: #f8e9dc; background: var(--clay); border-radius: 47% 53% 49% 51%; position: absolute; right: 18%; bottom: -26px; box-shadow: inset 0 0 0 5px rgba(120,48,35,.13); transform: rotate(9deg); }
.botanical { position: absolute; z-index: 3; width: 100px; height: 230px; border-left: 2px solid #567267; transform-origin: bottom; }
.botanical-left { left: 3%; bottom: 5px; transform: rotate(-19deg); }
.botanical-right { right: 0; top: 190px; transform: rotate(25deg) scale(.7); }
.botanical i { position: absolute; width: 48px; height: 20px; border-radius: 100% 0 100% 0; border: 1px solid #567267; background: #cad2c6; }
.botanical i:nth-child(1) { left: 0; top: 30px; transform: rotate(22deg); }
.botanical i:nth-child(2) { left: -47px; top: 75px; transform: rotate(18deg) scaleX(-1); }
.botanical i:nth-child(3) { left: 0; top: 120px; transform: rotate(30deg); }
.botanical i:nth-child(4) { left: -45px; top: 165px; transform: rotate(13deg) scaleX(-1); }
.floating-note { position: absolute; z-index: 4; background: var(--forest); color: #fff; padding: 11px 15px; font-size: 11px; letter-spacing: .08em; box-shadow: 0 12px 28px rgba(32,53,47,.2); }
.floating-note span { color: #e4b7a8; margin-right: 7px; }
.note-one { left: 1%; top: 140px; }
.note-two { right: -2%; bottom: 55px; }

.quiet-strip { min-height: 82px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: center; align-items: center; gap: clamp(18px, 5vw, 70px); color: #6f7d77; font-size: 13px; letter-spacing: .25em; overflow: hidden; white-space: nowrap; }
.quiet-strip i { width: 5px; height: 5px; background: var(--clay); transform: rotate(45deg); flex: none; }

.intro { padding-top: 130px; padding-bottom: 140px; }
.section-heading.centered { max-width: 700px; margin: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .method-copy h2, .privacy-copy h2, .consult-copy h2 { font-size: clamp(42px, 5vw, 67px); }
.section-heading.centered > p:last-child { color: var(--ink-soft); max-width: 610px; margin: 25px auto 0; }
.belief-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 80px; }
.belief-card { min-height: 355px; padding: 40px 38px; position: relative; }
.belief-card + .belief-card { border-left: 1px solid var(--line); }
.card-index { position: absolute; right: 28px; top: 20px; color: rgba(33,61,55,.3); font-family: Georgia, serif; font-size: 12px; }
.line-icon { width: 64px; height: 64px; margin: 15px 0 38px; position: relative; }
.icon-dialog::before { content: ""; position: absolute; inset: 7px 4px 15px 2px; border: 1px solid var(--clay); border-radius: 50%; }
.icon-dialog::after { content: "···"; position: absolute; inset: 12px 0 0; color: var(--clay); font-size: 24px; letter-spacing: 5px; text-align: center; }
.icon-fingerprint { border: 1px solid var(--clay); border-radius: 50% 50% 45% 45%; transform: scale(.75); box-shadow: inset 0 0 0 7px var(--paper), inset 0 0 0 8px var(--clay), inset 0 0 0 15px var(--paper), inset 0 0 0 16px var(--clay); }
.icon-leaf::before, .icon-leaf::after { content: ""; position: absolute; width: 27px; height: 49px; border: 1px solid var(--clay); border-radius: 100% 0; top: 8px; left: 16px; transform: rotate(-25deg); }
.icon-leaf::after { transform: rotate(65deg) scale(.8); left: 32px; top: 16px; }
.belief-card h3 { font-family: var(--display); font-size: 25px; font-weight: 400; letter-spacing: .12em; margin: 0 0 14px; }
.belief-card p { color: var(--ink-soft); font-size: 14px; margin: 0; }

.method-section { background: var(--forest); color: #f5f0e8; padding: 125px 0; position: relative; overflow: hidden; }
.method-section::before { content: "静"; position: absolute; font-family: var(--display); font-size: 440px; color: rgba(255,255,255,.025); line-height: 1; left: -75px; bottom: -70px; }
.method-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; position: relative; }
.eyebrow.light { color: #dca896; }
.method-copy > p:not(.eyebrow) { color: #c7d1cc; max-width: 450px; margin: 28px 0 38px; }
.button-light { background: #f5f0e8; color: var(--forest); }
.button-light:hover { background: #fff; }
.steps-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.2); }
.steps-list li { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 28px 10px; border-bottom: 1px solid rgba(255,255,255,.2); align-items: start; }
.steps-list > li > span { color: #e2aa98; font-family: Georgia, serif; font-size: 12px; padding-top: 5px; }
.steps-list h3 { margin: 0 0 5px; font-family: var(--display); font-size: 24px; font-weight: 400; letter-spacing: .12em; }
.steps-list p { margin: 0; color: #b9c7c1; font-size: 13px; }

.rhythm { padding: 125px 0; }
.rhythm-panel { background: #ebe4d8; padding: 70px 75px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; position: relative; overflow: hidden; }
.rhythm-panel::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(183,101,78,.18); border-radius: 50%; left: -110px; bottom: -160px; }
.rhythm-copy h2 { font-size: clamp(40px, 4.5vw, 60px); }
.rhythm-copy > p:last-child { color: var(--ink-soft); font-size: 14px; margin-top: 24px; }
.rhythm-interactive { border-left: 1px solid var(--line); padding-left: 65px; align-self: center; }
.choice-row { display: flex; gap: 10px; flex-wrap: wrap; }
.choice { border: 1px solid rgba(33,61,55,.25); background: transparent; color: var(--ink); border-radius: 999px; padding: 10px 16px; cursor: pointer; transition: .2s; }
.choice:hover, .choice.active { background: var(--forest); color: white; border-color: var(--forest); }
.choice-result { display: grid; grid-template-columns: 55px 1fr; gap: 20px; margin-top: 40px; }
.choice-result > span { font-family: Georgia, serif; font-size: 12px; color: var(--clay); padding-top: 7px; }
.choice-result h3 { font-family: var(--display); font-size: 29px; font-weight: 400; letter-spacing: .1em; margin: 0 0 10px; }
.choice-result p { margin: 0; color: var(--ink-soft); font-size: 14px; max-width: 530px; }

.stories { padding-bottom: 145px; }
.section-heading.split { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: end; margin-bottom: 55px; }
.section-heading.split > p { margin: 0 0 5px; color: var(--ink-soft); font-size: 14px; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.story-card { background: #efe8de; min-width: 0; transition: transform .3s, box-shadow .3s; }
.story-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.story-visual { height: 245px; position: relative; overflow: hidden; }
.story-warm .story-visual { background: #d8bfaa; }
.story-green .story-visual { background: #a9b9ae; }
.story-clay .story-visual { background: #c99278; }
.visual-window::before { content: ""; position: absolute; width: 140px; height: 180px; border: 12px solid #ece2d5; border-bottom-width: 25px; background: linear-gradient(145deg, #efc795 0 50%, #789282 51%); left: 50%; transform: translateX(-50%); bottom: -13px; box-shadow: 15px 0 0 rgba(77,58,45,.12); }
.visual-window span { position: absolute; width: 58px; height: 58px; background: #d77f64; border-radius: 50%; left: 50%; top: 68px; z-index: 1; }
.visual-window i { position: absolute; width: 120px; height: 70px; background: var(--forest); border-radius: 50% 50% 0 0; left: 20px; bottom: -25px; transform: rotate(7deg); }
.visual-books::before, .visual-books::after, .visual-books span { content: ""; position: absolute; height: 25px; width: 190px; left: 50%; transform: translateX(-50%) rotate(-3deg); background: #eddfcd; bottom: 47px; box-shadow: inset 0 -2px rgba(50,60,50,.15); }
.visual-books::after { bottom: 72px; width: 165px; background: #c47b61; transform: translateX(-45%) rotate(4deg); }
.visual-books span { bottom: 98px; width: 185px; background: #48645a; transform: translateX(-52%) rotate(-1deg); }
.visual-books i { position: absolute; width: 82px; height: 95px; background: #efe5d8; border-radius: 0 0 36px 36px; left: 43px; bottom: 0; }
.visual-books b { position: absolute; width: 41px; height: 66px; border: 10px solid #efe5d8; border-left: 0; border-radius: 0 35px 35px 0; left: 115px; bottom: 19px; }
.visual-cups::before, .visual-cups span { content: ""; position: absolute; width: 80px; height: 82px; background: #f1e2d4; border-radius: 5px 5px 33px 33px; bottom: 37px; left: 25%; box-shadow: 4px 6px 0 rgba(77,56,45,.12); }
.visual-cups span { left: auto; right: 22%; background: #526d63; height: 72px; }
.visual-cups::after { content: ""; position: absolute; left: 7%; right: 7%; height: 18px; background: #8e543f; bottom: 24px; border-radius: 50%; box-shadow: 0 14px 0 rgba(91,47,35,.22); }
.visual-cups i, .visual-cups b { position: absolute; width: 43px; height: 43px; border: 9px solid #f1e2d4; border-left: 0; border-radius: 0 50% 50% 0; left: calc(25% + 72px); bottom: 58px; }
.visual-cups b { left: auto; right: calc(22% - 31px); border-color: #526d63; bottom: 53px; }
.story-content { padding: 30px 28px 32px; }
.story-tag { font-size: 11px; letter-spacing: .12em; color: var(--clay-dark); margin: 0 0 18px; }
.story-content blockquote { margin: 0; font-family: var(--display); font-size: 19px; line-height: 1.9; }
.story-meta { margin: 24px 0 0; color: var(--ink-soft); font-size: 11px; }
.story-disclaimer { text-align: right; color: #7b857f; font-size: 10px; margin: 15px 0 0; }

.privacy-section { background: #e8e2d7; padding: 120px 0; overflow: hidden; }
.privacy-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; align-items: center; }
.privacy-art { min-height: 500px; display: grid; place-items: center; position: relative; }
.privacy-circle { width: 260px; height: 260px; border-radius: 50%; background: var(--forest); color: #f5eee5; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 30px 60px rgba(34,61,53,.18); z-index: 2; }
.privacy-circle span { font-family: var(--display); font-size: 88px; line-height: 1.1; }
.privacy-circle small { font-size: 11px; letter-spacing: .12em; color: #d5ded9; }
.orbit { position: absolute; border: 1px solid rgba(38,73,64,.22); border-radius: 50%; }
.orbit-one { width: 390px; height: 390px; }
.orbit-two { width: 490px; height: 280px; transform: rotate(30deg); }
.orbit-two::after { content: ""; width: 14px; height: 14px; background: var(--clay); position: absolute; border-radius: 50%; right: 42px; top: 50px; }
.privacy-lead { color: var(--ink-soft); margin: 27px 0 33px; max-width: 580px; }
.promise-list { padding: 0; margin: 0; list-style: none; }
.promise-list li { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 18px 0; border-top: 1px solid var(--line); }
.promise-list li:last-child { border-bottom: 1px solid var(--line); }
.promise-list span { color: var(--clay); font-family: Georgia, serif; font-size: 11px; padding-top: 5px; }
.promise-list h3 { font-family: var(--display); letter-spacing: .1em; font-weight: 400; margin: 0 0 4px; }
.promise-list p { color: var(--ink-soft); font-size: 12px; margin: 0; }

.faq { padding-top: 130px; padding-bottom: 130px; }
.faq .section-heading { margin-bottom: 65px; }
.faq-list { max-width: 880px; margin: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 26px 46px 26px 4px; font-family: var(--display); font-size: 20px; letter-spacing: .05em; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; width: 17px; height: 1px; background: var(--ink); position: absolute; right: 8px; top: 50%; transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { color: var(--ink-soft); font-size: 13px; margin: -5px 60px 25px 4px; max-width: 700px; }

.consult { padding-bottom: 130px; }
.consult-panel { background: var(--forest-deep); color: #f5eee5; padding: 80px 85px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; position: relative; overflow: hidden; }
.consult-panel::before { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; left: -150px; bottom: -150px; }
.consult-copy > p:not(.eyebrow) { color: #bdcac5; max-width: 450px; }
.consult-facts { display: flex; gap: 45px; margin-top: 42px; }
.consult-facts div { display: flex; flex-direction: column; }
.consult-facts strong { font-family: var(--display); font-size: 21px; font-weight: 400; }
.consult-facts span { font-size: 10px; color: #9eafa8; margin-top: 5px; }
.consult-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; background: #f7f3ec; color: var(--ink); padding: 38px; box-shadow: 0 20px 50px rgba(0,0,0,.15); }
.consult-form label { display: flex; flex-direction: column; gap: 7px; font-size: 12px; }
.consult-form label:nth-of-type(4), .form-note, .consult-form .button, .form-result { grid-column: 1 / -1; }
.consult-form input, .consult-form select, .consult-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(33,61,55,.25); border-radius: 0; background: transparent; color: var(--ink); padding: 9px 0; outline: none; resize: vertical; }
.consult-form input:focus, .consult-form select:focus, .consult-form textarea:focus { border-color: var(--clay); }
.form-note { color: #7d8984; font-size: 10px; line-height: 1.55; margin: 2px 0 0; }
.button-accent { color: #fff; background: var(--clay); margin-top: 3px; }
.button-accent:hover { background: var(--clay-dark); }
.form-result { display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #e9eee9; border-left: 3px solid var(--forest); padding: 12px 14px; font-size: 12px; }
.form-result[hidden] { display: none; }
.form-result p { margin: 0; }
.form-result button { border: 0; background: transparent; color: var(--clay-dark); cursor: pointer; text-decoration: underline; }

.site-footer { background: #132c26; color: #e9eee9; padding-top: 75px; }
.footer-main { display: flex; justify-content: space-between; padding-bottom: 65px; }
.brand-light .brand-mark { border-color: #e9eee9; }
.footer-brand p { color: #96a9a1; font-size: 12px; margin-top: 23px; }
.footer-links { display: flex; gap: 100px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 12px; color: #aebdb7; }
.footer-links h3 { font-size: 13px; color: #fff; font-weight: 400; margin: 0 0 8px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { min-height: 72px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: center; color: #82958d; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .hero { gap: 30px; grid-template-columns: 1fr 1fr; }
  .letter-card { width: 84%; left: 7%; padding-inline: 30px; }
  .method-layout, .privacy-layout { gap: 65px; }
  .rhythm-panel { padding: 55px 45px; gap: 40px; }
  .rhythm-interactive { padding-left: 40px; }
  .consult-panel { padding: 60px 50px; gap: 55px; }
}

@media (max-width: 780px) {
  .section-shell, .nav-shell { width: min(100% - 32px, 620px); }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle.active > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.active > span:nth-child(2) { opacity: 0; }
  .menu-toggle.active > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  #site-nav { display: none; position: absolute; left: 0; right: 0; top: 70px; padding: 28px 24px 32px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 20px; text-align: center; box-shadow: 0 20px 30px rgba(30,50,42,.08); }
  #site-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 60px; }
  .hero-copy { text-align: center; }
  .hero .eyebrow, .hero-actions, .hero-notes { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-art { min-height: 540px; max-width: 520px; width: 100%; margin: auto; }
  .quiet-strip { justify-content: flex-start; padding-inline: 30px; }
  .belief-grid { grid-template-columns: 1fr; }
  .belief-card { min-height: 270px; }
  .belief-card + .belief-card { border-left: 0; border-top: 1px solid var(--line); }
  .method-layout, .privacy-layout, .rhythm-panel, .section-heading.split, .consult-panel { grid-template-columns: 1fr; }
  .method-layout { gap: 70px; }
  .rhythm-interactive { border-left: 0; border-top: 1px solid var(--line); padding: 35px 0 0; }
  .section-heading.split { gap: 20px; }
  .story-grid { grid-template-columns: 1fr; max-width: 520px; margin: auto; }
  .story-visual { height: 280px; }
  .privacy-layout { gap: 45px; }
  .privacy-art { min-height: 390px; transform: scale(.85); }
  .consult-panel { gap: 55px; }
}

@media (max-width: 520px) {
  .nav-shell { min-height: 70px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand b { font-size: 17px; }
  .hero { padding-top: 45px; padding-bottom: 75px; }
  .hero h1 { font-size: 54px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 16px; }
  .hero-notes { gap: 8px 14px; }
  .hero-art { min-height: 455px; }
  .hero-art::before { inset: 45px 0 5px; }
  .letter-card { top: 66px; width: 86%; min-height: 340px; padding: 44px 23px 30px; }
  .letter-title { font-size: 38px; }
  .letter-body { font-size: 12px; }
  .sun-disc { width: 115px; height: 115px; }
  .botanical-left { transform: rotate(-19deg) scale(.75); left: -1%; bottom: -40px; }
  .botanical-right { display: none; }
  .floating-note { font-size: 9px; }
  .note-one { left: -3%; top: 132px; }
  .note-two { right: -2%; bottom: 12px; }
  .intro, .faq { padding-top: 95px; padding-bottom: 95px; }
  .section-heading h2, .method-copy h2, .privacy-copy h2, .consult-copy h2 { font-size: 42px; }
  .belief-grid { margin-top: 55px; }
  .belief-card { padding-inline: 24px; }
  .method-section { padding: 90px 0; }
  .steps-list li { grid-template-columns: 45px 1fr; gap: 12px; padding-inline: 0; }
  .rhythm { padding: 80px 0; }
  .rhythm-panel { padding: 42px 24px; }
  .rhythm-copy h2 { font-size: 40px; }
  .choice { padding: 8px 12px; font-size: 12px; }
  .choice-result { grid-template-columns: 34px 1fr; }
  .stories { padding-bottom: 95px; }
  .privacy-section { padding: 80px 0; }
  .privacy-art { margin: -50px 0; transform: scale(.68); }
  .consult { width: 100%; padding-bottom: 0; }
  .consult-panel { padding: 55px 22px; }
  .consult-facts { gap: 25px; }
  .consult-form { grid-template-columns: 1fr; padding: 26px 20px; }
  .consult-form label { grid-column: 1 / -1; }
  .footer-main { flex-direction: column; gap: 50px; }
  .footer-links { gap: 55px; }
  .footer-bottom { flex-direction: column; justify-content: center; gap: 2px; text-align: center; padding: 18px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
