:root {
  --ink: #090806;
  --ink-soft: #11100d;
  --ink-warm: #18130e;
  --paper: #eee7d9;
  --paper-deep: #d9cdb9;
  --muted: #9b9182;
  --gold: #c68a38;
  --gold-light: #e9ba69;
  --red: #a62d25;
  --plum: #6e365f;
  --line: rgba(214, 181, 126, .2);
  --serif: "Zen Old Mincho", "Yu Mincho", "YuMincho", serif;
  --sans: "Noto Sans JP", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); overflow-x: hidden; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); overflow-x: hidden; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 10px 16px; background: var(--paper); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.grain { position: fixed; z-index: 150; inset: 0; pointer-events: none; opacity: .07; mix-blend-mode: soft-light; background-image: radial-gradient(#fff .5px, transparent .8px), radial-gradient(#c68a38 .4px, transparent .7px); background-position: 0 0, 8px 11px; background-size: 14px 17px, 21px 23px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, backdrop-filter .35s; }
.site-header.scrolled { border-color: var(--line); background: rgba(9, 8, 6, .84); backdrop-filter: blur(18px); }
.header-inner { width: min(1480px, 100%); height: 88px; margin: auto; padding: 0 5vw; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 44px; height: 44px; border-radius: 12px; box-shadow: 0 8px 25px rgba(0,0,0,.35); }
.brand span { display: flex; flex-direction: column; }
.brand b { font: 700 18px/1.15 var(--serif); letter-spacing: .08em; }
.brand small { margin-top: 4px; color: var(--gold); font: 600 7px/1 var(--sans); letter-spacing: .2em; }
.main-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.main-nav a { color: #b9ad9c; font-size: 12px; letter-spacing: .12em; transition: color .2s; }
.main-nav a:hover { color: var(--paper); }
.header-cta { min-width: 142px; height: 43px; border: 1px solid rgba(233,186,105,.5); display: flex; align-items: center; justify-content: space-between; padding: 0 15px 0 18px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .1em; transition: background .25s, color .25s; }
.header-cta:hover { background: var(--gold-light); color: var(--ink); }
.header-cta b { font-size: 16px; }
.menu-button { display: none; margin-left: auto; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 23px; height: 1px; margin: 7px auto; background: var(--paper); transition: transform .25s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.hero { position: relative; min-height: 930px; padding: 150px 5vw 70px; display: grid; align-items: center; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 80% 30%, rgba(166,45,37,.18), transparent 28%), radial-gradient(circle at 15% 75%, rgba(198,138,56,.09), transparent 25%), var(--ink); }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .32; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(90deg, black, transparent 38%, transparent 62%, black); }
.hero-inner { width: min(1400px, 100%); margin: auto; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 6vw; }
.hero-copy { position: relative; z-index: 4; }
.edition-line { display: flex; align-items: center; gap: 14px; color: var(--gold); font: 600 9px/1 var(--sans); letter-spacing: .18em; }
.edition-line i { width: 48px; height: 1px; background: var(--red); }
.hero-eyebrow { margin: 32px 0 0; color: var(--paper-deep); font: 500 14px/1 var(--serif); letter-spacing: .22em; }
.hero h1 { margin: 26px 0 25px; font: 900 clamp(68px, 8vw, 126px)/.98 var(--serif); letter-spacing: -.06em; }
.hero-title-brand { display: block; margin: 0 0 18px 5px; color: var(--gold); font: 700 13px/1 var(--sans); letter-spacing: .28em; }
.hero h1 em, .section-heading h2 em, .download h2 em, .philosophy h2 em { color: var(--gold-light); font-style: normal; }
.hero h1 em { text-shadow: 0 0 50px rgba(198,138,56,.15); }
.hero-lead { max-width: 610px; margin: 0; color: #b8ae9f; font: 400 15px/2 var(--serif); letter-spacing: .04em; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.primary-button, .ghost-button { height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 50px; padding: 0 22px; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.primary-button { min-width: 210px; background: var(--red); box-shadow: 0 20px 50px rgba(166,45,37,.2); }
.primary-button:hover { background: #bd3930; }
.ghost-button { border: 1px solid var(--line); color: #b8ae9f; }
.ghost-button:hover { border-color: var(--gold); color: var(--paper); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 560px; margin-top: 52px; border-top: 1px solid var(--line); }
.hero-facts div { display: flex; align-items: center; gap: 12px; padding: 18px 0; border-right: 1px solid var(--line); }
.hero-facts div:last-child { border-right: 0; padding-left: 18px; }
.hero-facts div:nth-child(2) { padding-left: 18px; }
.hero-facts strong { color: var(--gold); font: 700 28px/1 var(--serif); }
.hero-facts span { color: var(--muted); font-size: 9px; line-height: 1.6; }

.hero-visual { position: relative; height: 700px; min-width: 0; }
.phone { position: absolute; overflow: hidden; border: 1px solid #4f3928; background: #050504; box-shadow: 0 50px 100px rgba(0,0,0,.65); }
.phone::before { content: ""; position: absolute; z-index: 3; inset: 0; box-shadow: inset 0 0 0 7px #171310; pointer-events: none; }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-main { z-index: 3; width: 330px; height: 716px; left: 50%; top: 0; border-radius: 48px; transform: translateX(-50%) rotate(1deg); box-shadow: 0 65px 120px rgba(0,0,0,.72), 0 0 80px rgba(166,45,37,.14); animation: phone-float 7s ease-in-out infinite; }
.phone-left, .phone-right { z-index: 1; width: 245px; height: 530px; top: 90px; border-radius: 38px; opacity: .48; filter: saturate(.8); }
.phone-left { left: 2%; transform: rotate(-8deg); }
.phone-right { right: 0; transform: rotate(8deg); }
.seal { position: absolute; z-index: 5; width: 68px; height: 68px; border: 2px solid var(--red); color: #d8574e; display: grid; grid-template-columns: 1fr 1fr; place-items: center; font: 700 25px/1 var(--serif); transform: rotate(-7deg); }
.seal::before { content: ""; position: absolute; inset: 4px; border: 1px solid var(--red); }
.seal-top { top: 25px; right: 1%; }
.vertical-caption { position: absolute; z-index: 4; right: 3%; bottom: 34px; writing-mode: vertical-rl; color: var(--gold); font: 500 12px/2 var(--serif); letter-spacing: .18em; }
.floating-note { position: absolute; z-index: 6; min-width: 190px; padding: 14px 17px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(214,181,126,.32); background: rgba(17,16,13,.86); backdrop-filter: blur(14px); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.floating-note > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(198,138,56,.45); font: 600 20px var(--serif); }
.floating-note div { display: flex; flex-direction: column; }
.floating-note small { color: var(--red); font-size: 7px; font-weight: 700; letter-spacing: .15em; }
.floating-note b { margin-top: 5px; font: 600 12px var(--serif); letter-spacing: .08em; }
.note-one { left: -3%; top: 58%; }
.note-two { right: -2%; top: 34%; }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(198,138,56,.12); border-radius: 50%; }
.orbit-one { width: 650px; height: 650px; right: -180px; top: 70px; }
.orbit-two { width: 420px; height: 420px; left: -230px; bottom: -120px; border-style: dashed; }
.hero-kanji { position: absolute; z-index: -1; left: -2vw; bottom: -8vw; color: rgba(238,231,217,.025); font: 900 32vw/1 var(--serif); }
.scroll-mark { position: absolute; z-index: 5; bottom: 28px; left: 50%; display: flex; align-items: center; gap: 14px; transform: translateX(-50%); color: #776d60; font-size: 7px; letter-spacing: .25em; }
.scroll-mark i { width: 55px; height: 1px; background: linear-gradient(90deg, var(--red), transparent); }

.law-ticker { height: 66px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ink-warm); }
.law-ticker > div { width: max-content; min-width: 200%; height: 100%; display: flex; align-items: center; gap: 30px; animation: ticker 30s linear infinite; }
.law-ticker span { color: var(--paper-deep); font: 500 14px var(--serif); letter-spacing: .12em; }
.law-ticker i { color: var(--red); font-size: 7px; }

.section { position: relative; padding: 145px 5vw; }
.section-shell { width: min(1320px, 100%); margin: auto; }
.kicker { margin: 0 0 25px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.kicker span { color: var(--red); margin-right: 12px; }
.kicker.light { color: var(--gold-light); }
.section-heading { display: grid; grid-template-columns: 1fr 430px; align-items: end; gap: 8vw; margin-bottom: 72px; }
.section-heading h2, .philosophy h2, .download h2 { margin: 0; font: 700 clamp(48px, 5vw, 76px)/1.25 var(--serif); letter-spacing: -.04em; }
.section-heading > p { margin: 0; color: var(--muted); font: 400 13px/2 var(--serif); }

.philosophy { background: var(--paper); color: #201912; overflow: hidden; }
.philosophy::after { content: ""; position: absolute; width: 560px; height: 560px; right: -280px; bottom: -280px; border: 1px solid rgba(90,65,40,.12); border-radius: 50%; box-shadow: 0 0 0 85px rgba(90,65,40,.025), 0 0 0 170px rgba(90,65,40,.018); }
.philosophy-grid { display: grid; grid-template-columns: 230px 1fr 330px; align-items: center; gap: 7vw; }
.vertical-title { min-height: 480px; display: flex; justify-content: center; gap: 28px; border-right: 1px solid rgba(70,48,28,.18); }
.vertical-title span { writing-mode: vertical-rl; font: 700 82px/1 var(--serif); letter-spacing: .08em; }
.vertical-title small { writing-mode: vertical-rl; color: #8b6540; font-size: 7px; letter-spacing: .25em; }
.philosophy .kicker { color: #7f541f; }
.philosophy h2 em { color: var(--red); }
.philosophy-copy > p:not(.kicker) { max-width: 600px; color: #695c4d; font: 400 14px/2.15 var(--serif); }
.quote-line { display: flex; align-items: center; gap: 16px; margin-top: 35px; color: #3f3022; font: 600 13px var(--serif); }
.quote-line i { width: 55px; height: 1px; background: var(--red); }
.philosophy-paper { position: relative; min-height: 500px; padding: 45px 35px; overflow: hidden; background: #201912; color: var(--paper); box-shadow: 25px 30px 0 rgba(95,64,33,.12); }
.philosophy-paper::before { content: ""; position: absolute; inset: 13px; border: 1px solid #6e4d2c; }
.philosophy-paper p { margin: 0 auto; writing-mode: vertical-rl; font: 500 30px/2 var(--serif); letter-spacing: .13em; }
.philosophy-paper > span { position: absolute; right: 27px; bottom: 30px; color: var(--gold); font: 500 11px var(--serif); letter-spacing: .18em; }
.paper-number { position: absolute; left: 25px; top: 28px; color: var(--red); writing-mode: vertical-rl; font: 600 10px var(--serif); letter-spacing: .2em; }

.features { background: #0d0b09; }
.bento-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: auto auto; gap: 14px; }
.feature-card { position: relative; min-height: 440px; padding: 36px; overflow: hidden; border: 1px solid var(--line); background: var(--ink-soft); }
.feature-meta { display: flex; align-items: center; gap: 12px; color: var(--gold); font-size: 8px; letter-spacing: .18em; }
.feature-meta span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(198,138,56,.4); }
.feature-card h3 { margin: 32px 0 18px; font: 600 34px/1.45 var(--serif); letter-spacing: -.02em; }
.feature-card > p, .feature-copy > p:last-child { color: var(--muted); font: 400 12px/1.9 var(--serif); }
.feature-reading { min-height: 650px; grid-row: 1/3; padding-right: 52%; background: radial-gradient(circle at 80% 50%, rgba(166,45,37,.18), transparent 30%), #100d0b; }
.feature-symbol { margin: 70px 0 0; color: rgba(198,138,56,.12); font: 900 110px/1 var(--serif); }
.feature-copy { position: relative; z-index: 3; }
.feature-phone { position: absolute; width: 300px; height: 650px; right: 6%; bottom: -105px; overflow: hidden; border: 1px solid #57402d; border-radius: 44px; transform: rotate(4deg); box-shadow: 0 40px 80px rgba(0,0,0,.6); }
.feature-phone::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 7px #171310; }
.feature-phone img { width: 100%; height: 100%; object-fit: cover; }
.feature-search { background: linear-gradient(145deg, #17120e, #0d0b09); }
.search-demo { height: 62px; margin-top: 36px; border: 1px solid #4f3929; display: flex; align-items: center; padding: 0 18px; color: #b6aa9a; }
.search-demo > span { color: var(--gold); font-size: 26px; }
.search-demo b { margin-left: 14px; font: 500 13px var(--serif); }
.search-demo i { margin-left: auto; color: var(--gold); }
.law-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.law-chips span { padding: 8px 12px; border: 1px solid var(--line); color: #887c6d; font: 500 10px var(--serif); }
.feature-mark { background: var(--paper); color: #211a13; }
.feature-mark .feature-meta { color: #744820; }
.feature-mark > p { color: #716253; }
.vertical-sample { height: 180px; margin-top: 28px; display: flex; justify-content: center; gap: 20px; }
.vertical-sample span { height: max-content; padding: 10px 7px; writing-mode: vertical-rl; border-radius: 8px; background: var(--plum); color: #f2e8de; font: 500 20px/1.35 var(--serif); letter-spacing: .08em; }
.vertical-sample span:nth-child(2) { margin-top: 30px; }
.vertical-sample span:nth-child(3) { margin-top: 8px; }
.feature-audio { min-height: 350px; background: var(--red); }
.feature-audio .feature-meta, .feature-audio > p { color: #f4d8d3; }
.audio-orb { position: absolute; right: 32px; top: 100px; width: 140px; height: 140px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 5px; }
.audio-orb::before, .audio-orb::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.audio-orb::before { inset: -20px; }
.audio-orb::after { inset: 20px; }
.audio-orb i { width: 2px; height: 25px; background: var(--paper); animation: audio 1s ease-in-out infinite alternate; }
.audio-orb i:nth-child(2n) { height: 48px; animation-delay: -.4s; }
.audio-orb i:nth-child(3n) { height: 65px; animation-delay: -.7s; }
.feature-audio h3, .feature-audio > p { max-width: 55%; }

.screens { min-height: 1000px; padding-bottom: 70px; overflow: hidden; background: radial-gradient(circle at 50% 55%, rgba(110,54,95,.2), transparent 30%), #080706; }
.screens-bg { position: absolute; left: 50%; bottom: -80px; transform: translateX(-50%); color: rgba(238,231,217,.025); font: 900 34vw/1 var(--serif); white-space: nowrap; }
.section-heading.light h2 em { color: #c681b1; }
.screen-stage { position: relative; z-index: 2; min-height: 670px; display: grid; grid-template-columns: 330px 1fr 330px; align-items: center; gap: 5vw; }
.screen-phone { height: 650px; overflow: hidden; border: 1px solid #4b392b; border-radius: 48px; box-shadow: 0 60px 110px rgba(0,0,0,.65); }
.screen-phone img { width: 100%; height: 100%; object-fit: cover; }
.screen-phone-left { transform: rotate(-5deg) translateY(25px); }
.screen-phone-right { transform: rotate(5deg) translateY(-20px); }
.screen-copy { text-align: center; }
.screen-copy > span { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .25em; }
.screen-copy blockquote { margin: 35px -30px; font: 600 clamp(28px, 3.2vw, 48px)/1.65 var(--serif); }
.screen-copy blockquote em { color: #c681b1; font-style: normal; }
.screen-points { display: flex; justify-content: center; gap: 20px; }
.screen-points p { color: var(--muted); font-size: 8px; letter-spacing: .1em; }
.screen-points b { color: var(--red); margin-right: 6px; }

.howto { background: var(--paper); color: #211a13; }
.howto .kicker { color: #754a20; }
.howto .section-heading h2 em { color: var(--red); }
.howto .section-heading > p { color: #766959; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(70,48,28,.2); border-bottom: 1px solid rgba(70,48,28,.2); }
.steps li { position: relative; min-height: 390px; padding: 42px 35px; border-right: 1px solid rgba(70,48,28,.2); overflow: hidden; }
.steps li:last-child { border-right: 0; }
.steps li > span { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid #a88460; border-radius: 50%; color: #805329; font: 600 24px var(--serif); }
.steps small { display: block; margin-top: 50px; color: var(--red); font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.steps h3 { margin: 12px 0 15px; font: 600 28px var(--serif); }
.steps p { color: #776a5c; font: 400 12px/1.9 var(--serif); }
.steps li > i { position: absolute; right: -8px; bottom: -35px; color: rgba(80,55,33,.045); font: 900 150px/1 var(--sans); }

.faq { background: #0d0b09; }
.faq .section-heading h2 em { color: var(--gold-light); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.faq-item { position: relative; min-height: 260px; padding: 38px 42px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); }
.faq-item > span { color: var(--red); font-size: 8px; font-weight: 700; letter-spacing: .22em; }
.faq-item h3 { margin: 28px 0 16px; color: var(--paper); font: 600 25px/1.5 var(--serif); }
.faq-item p { max-width: 560px; margin: 0; color: var(--muted); font: 400 12px/2 var(--serif); }
.faq-item-accent { background: radial-gradient(circle at 90% 20%, rgba(198,138,56,.15), transparent 35%), var(--ink-soft); }
.faq-item-accent::after { content: "法"; position: absolute; right: 22px; bottom: -45px; color: rgba(198,138,56,.045); font: 900 150px/1 var(--serif); }

.download { position: relative; min-height: 820px; padding: 135px 5vw; overflow: hidden; background: radial-gradient(circle at 25% 50%, rgba(198,138,56,.14), transparent 24%), var(--ink); }
.download-inner { position: relative; z-index: 2; width: min(1150px, 100%); margin: auto; display: grid; grid-template-columns: 380px 1fr; align-items: center; gap: 10vw; }
.download-icon { position: relative; }
.download-icon::before { content: ""; position: absolute; inset: -40px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 50px rgba(198,138,56,.018); }
.download-icon img { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 27%; box-shadow: 0 55px 100px rgba(0,0,0,.55), 0 0 70px rgba(198,138,56,.12); }
.download-copy > p:not(.kicker):not(.source-note) { max-width: 640px; color: var(--muted); font: 400 14px/2 var(--serif); }
.store-row { display: flex; align-items: center; gap: 12px; margin-top: 38px; }
.store-row a { transition: transform .2s, opacity .2s; }
.store-row a:hover { transform: translateY(-3px); opacity: .88; }
.store-row img { width: 172px; height: 52px; object-fit: contain; }
.source-note { max-width: 680px; margin-top: 28px; color: #5e564c; font-size: 8px; line-height: 1.8; }
.download-seal { position: absolute; right: 3vw; top: 40px; color: rgba(166,45,37,.18); font: 900 25vw/1 var(--serif); }
.download-lines { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(90deg, transparent 49.8%, var(--line) 50%, transparent 50.2%); background-size: 120px 100%; transform: skew(-12deg); }

.site-footer { border-top: 1px solid var(--line); background: #050504; }
.footer-inner { width: min(1320px, 100%); margin: auto; padding: 50px 5vw 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.footer-inner > p { color: var(--muted); font: 500 12px var(--serif); }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.footer-inner nav a { color: #877c6e; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.footer-inner nav a:hover { color: var(--gold); }
.footer-inner > small { grid-column: 1/-1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.04); color: #47413a; font-size: 7px; letter-spacing: .12em; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes phone-float { 50% { transform: translateX(-50%) rotate(1deg) translateY(-12px); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes audio { to { transform: scaleY(.45); opacity: .5; } }

@media (max-width: 1100px) {
  .hero { min-height: 1050px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 750px; }
  .hero-visual { width: min(760px, 100%); margin: 20px auto 0; }
  .philosophy-grid { grid-template-columns: 150px 1fr; }
  .philosophy-paper { display: none; }
  .screen-stage { grid-template-columns: 280px 1fr 280px; gap: 2vw; }
}

@media (max-width: 820px) {
  .header-inner { height: 72px; padding: 0 20px; }
  .brand img { width: 38px; height: 38px; }
  .brand b { font-size: 16px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; margin: 0; padding: 26px 20px; display: none; flex-direction: column; align-items: flex-start; gap: 22px; border-top: 1px solid var(--line); background: rgba(9,8,6,.97); }
  .main-nav.open { display: flex; }
  .header-cta { display: none; }
  .hero { min-height: 1100px; padding: 125px 20px 60px; }
  .hero h1 { font-size: clamp(68px, 18vw, 105px); }
  .hero-facts { max-width: none; }
  .hero-visual { height: 650px; }
  .phone-main { width: 290px; height: 630px; }
  .phone-left, .phone-right { width: 200px; height: 435px; }
  .note-one { left: 0; }
  .note-two { right: 0; }
  .section { padding: 95px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 50px; }
  .section-heading > p { max-width: 620px; }
  .philosophy-grid { grid-template-columns: 1fr; }
  .vertical-title { min-height: auto; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(70,48,28,.18); padding-bottom: 35px; }
  .vertical-title span, .vertical-title small { writing-mode: horizontal-tb; }
  .vertical-title span { font-size: 65px; }
  .bento-grid { grid-template-columns: 1fr; }
  .feature-reading { grid-row: auto; min-height: 650px; }
  .screen-stage { grid-template-columns: 1fr 1fr; }
  .screen-copy { grid-column: 1/-1; grid-row: 1; }
  .screen-phone { height: 570px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 280px; border-right: 0; border-bottom: 1px solid rgba(70,48,28,.2); }
  .faq-grid { grid-template-columns: 1fr; }
  .download-inner { grid-template-columns: 260px 1fr; gap: 7vw; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner > p { display: none; }
}

@media (max-width: 560px) {
  .brand small { display: none; }
  .hero { min-height: 930px; padding-top: 112px; }
  .edition-line { font-size: 7px; }
  .hero-eyebrow { margin-top: 24px; font-size: 11px; }
  .hero h1 { margin-top: 20px; font-size: 65px; }
  .hero-title-brand { margin-bottom: 14px; font-size: 10px; }
  .hero-lead { font-size: 12px; line-height: 1.9; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-button, .ghost-button { width: 100%; }
  .hero-facts { margin-top: 35px; }
  .hero-facts div { gap: 7px; padding: 14px 7px; }
  .hero-facts div:nth-child(2), .hero-facts div:last-child { padding-left: 8px; }
  .hero-facts strong { font-size: 21px; }
  .hero-facts span { font-size: 7px; }
  .hero-visual { height: 410px; margin-top: 35px; }
  .phone-main { width: 190px; height: 412px; border-radius: 29px; }
  .phone-main::before { box-shadow: inset 0 0 0 4px #171310; }
  .phone-left, .phone-right { width: 135px; height: 293px; top: 60px; border-radius: 24px; }
  .floating-note, .seal, .vertical-caption { display: none; }
  .law-ticker { height: 52px; }
  .section { padding: 80px 20px; }
  .section-heading h2, .philosophy h2, .download h2 { font-size: 43px; }
  .vertical-title span { font-size: 50px; }
  .feature-card { min-height: 390px; padding: 26px; }
  .feature-card h3 { font-size: 28px; }
  .feature-reading { min-height: 680px; padding-right: 26px; }
  .feature-symbol { margin-top: 35px; font-size: 80px; }
  .feature-copy { width: 100%; }
  .feature-phone { width: 220px; height: 477px; right: 50%; bottom: -150px; transform: translateX(50%) rotate(3deg); }
  .feature-audio h3, .feature-audio > p { max-width: 100%; }
  .audio-orb { opacity: .35; right: -25px; top: 80px; }
  .screens { min-height: auto; }
  .screen-stage { min-height: 520px; gap: 12px; }
  .screen-phone { height: 440px; border-radius: 30px; }
  .screen-copy blockquote { margin: 25px 0; font-size: 29px; }
  .screen-points { display: none; }
  .steps li { padding: 32px 24px; }
  .steps small { margin-top: 28px; }
  .faq-item { min-height: 230px; padding: 30px 26px; }
  .faq-item h3 { font-size: 22px; }
  .download { min-height: auto; padding: 100px 20px; }
  .download-inner { grid-template-columns: 1fr; gap: 65px; }
  .download-icon { width: 190px; margin: auto; }
  .download-copy { text-align: center; }
  .download-copy > p:not(.kicker):not(.source-note) { font-size: 12px; }
  .store-row { justify-content: center; flex-wrap: wrap; }
  .store-row img { width: 150px; height: 45px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-inner nav { justify-content: center; }
}

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

/* Readability refinement: preserve the editorial mood while reducing visual competition. */
:root {
  --ink: #0c0b09;
  --ink-soft: #15130f;
  --paper: #f6f0e6;
  --paper-deep: #e6dac7;
  --muted: #c0b4a3;
  --line: rgba(214, 181, 126, .27);
}
.grain { opacity: .025; }
.main-nav a { color: #d2c6b5; font-size: 13px; letter-spacing: .1em; }
.hero { min-height: 820px; padding: 125px 5vw 65px; background: radial-gradient(circle at 80% 30%, rgba(166,45,37,.12), transparent 30%), radial-gradient(circle at 15% 75%, rgba(198,138,56,.07), transparent 28%), var(--ink); }
.hero-inner { width: min(1200px,100%); grid-template-columns: 1fr .82fr; gap: 5vw; }
.hero h1 { margin: 24px 0; font-size: clamp(60px,6.5vw,94px); line-height: 1.03; }
.hero-lead { max-width: 590px; color: #d0c5b5; font-size: 15px; letter-spacing: .025em; }
.hero-facts { max-width: 540px; margin-top: 36px; }
.hero-facts span { color: #c8bdad; font-size: 10px; }
.hero-visual { height: 650px; }
.phone-main { width: 300px; height: 650px; border-radius: 44px; transform: translateX(-50%); animation: none; box-shadow: 0 50px 100px rgba(0,0,0,.62),0 0 65px rgba(166,45,37,.1); }
.phone-left, .phone-right, .floating-note, .vertical-caption { display: none; }
.seal-top { right: 8%; }
.section { padding: 110px 5vw; }
.section-shell { width: min(1180px,100%); }
.section-heading { grid-template-columns: 1fr 420px; gap: 5vw; margin-bottom: 55px; }
.section-heading > p { color: var(--muted); font-size: 14px; }
.philosophy-grid { grid-template-columns: minmax(0,1fr) 300px; gap: 7vw; }
.vertical-title { display: none; }
.philosophy-copy > p:not(.kicker) { max-width: 650px; color: #5b4e41; font-size: 15px; line-height: 2.05; }
.philosophy-paper { min-height: 410px; padding: 40px 32px; box-shadow: 18px 22px 0 rgba(95,64,33,.1); }
.bento-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: auto; gap: 14px; }
.feature-card { min-height: 370px; padding: 34px; }
.feature-card h3 { margin: 27px 0 16px; font-size: 31px; line-height: 1.4; }
.feature-card > p, .feature-copy > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.9; }
.feature-reading { min-height: 370px; grid-row: auto; padding-right: 34px; background: radial-gradient(circle at 90% 80%,rgba(166,45,37,.12),transparent 34%),#100d0b; }
.feature-symbol { margin-top: 28px; font-size: 66px; }
.feature-phone { display: none; }
.feature-audio { min-height: 370px; background: #8f2b25; }
.screens { min-height: auto; padding-bottom: 90px; background: radial-gradient(circle at 50% 55%,rgba(110,54,95,.12),transparent 34%),#0b0908; }
.screen-stage { min-height: 560px; grid-template-columns: 270px 1fr 270px; gap: 3vw; }
.screen-phone { height: 550px; border-color: #5d4936; border-radius: 40px; box-shadow: 0 40px 80px rgba(0,0,0,.55); }
.steps li { min-height: 300px; padding: 34px 30px; }
.steps small { margin-top: 34px; }
.steps p { color: #685b4d; font-size: 13px; }
.faq-item { min-height: 220px; padding: 32px 36px; background: rgba(255,255,255,.018); }
.faq-item p { color: var(--muted); font-size: 14px; line-height: 1.9; }
.download { min-height: 650px; padding: 105px 5vw; background: radial-gradient(circle at 25% 50%,rgba(198,138,56,.1),transparent 28%),var(--ink); }
.download-inner { width: min(1080px,100%); grid-template-columns: 290px 1fr; gap: 8vw; }

@media (max-width: 1100px) {
  .hero { min-height: 920px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { width: min(520px,100%); height: 620px; margin-top: 30px; }
  .phone-main { width: 285px; height: 618px; }
  .philosophy-grid { grid-template-columns: minmax(0,1fr) 270px; }
  .screen-stage { grid-template-columns: 250px 1fr 250px; }
}

@media (max-width: 820px) {
  .hero { min-height: 980px; padding-top: 115px; }
  .hero h1 { font-size: clamp(58px,13vw,82px); }
  .hero-visual { height: 570px; }
  .phone-main { width: 260px; height: 564px; }
  .seal { display: none; }
  .section { padding: 85px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 42px; }
  .philosophy-grid { grid-template-columns: 1fr; }
  .philosophy-paper { display: none; }
  .bento-grid { grid-template-columns: 1fr; }
  .screen-stage { grid-template-columns: 1fr 1fr; }
  .screen-phone { height: 500px; }
  .download-inner { grid-template-columns: 220px 1fr; gap: 7vw; }
}

@media (max-width: 560px) {
  .hero { min-height: 830px; }
  .hero h1 { font-size: 58px; }
  .hero-lead { font-size: 13px; }
  .hero-visual { height: 390px; }
  .phone-main { width: 180px; height: 390px; }
  .hero-facts span { font-size: 8px; }
  .feature-card, .feature-reading, .feature-audio { min-height: 330px; padding: 25px; }
  .feature-card h3 { font-size: 27px; }
  .screen-stage { min-height: 470px; }
  .screen-phone { height: 410px; }
  .faq-item { min-height: 205px; padding: 28px 24px; }
  .download { padding: 85px 20px; }
  .download-inner { grid-template-columns: 1fr; gap: 50px; }
}

/* Quiet luxury pass: one visual language, fewer oversized accents. */
.seal { display: none; }
.section-heading h2, .philosophy h2, .download h2 { font-size: clamp(42px,4.4vw,64px); line-height: 1.3; }
.bento-grid { grid-auto-rows: 380px; }
.feature-card, .feature-reading, .feature-audio { min-height: 0; height: 380px; padding: 30px; background: linear-gradient(145deg,#17140f,#100e0b); color: var(--paper); }
.feature-card::before { content: ""; position: absolute; top: 0; left: 0; width: 64px; height: 2px; background: var(--gold); }
.feature-card h3 { margin: 24px 0 13px; font-size: 29px; line-height: 1.4; }
.feature-card > p, .feature-copy > p:last-child, .feature-mark > p, .feature-audio > p { color: var(--muted); font-size: 13px; line-height: 1.85; }
.feature-symbol { margin-top: 22px; font-size: 58px; }
.feature-mark .feature-meta, .feature-audio .feature-meta { color: var(--gold); }
.feature-mark .feature-meta span, .feature-audio .feature-meta span { border-color: rgba(198,138,56,.4); }
.vertical-sample { height: auto; margin-top: 24px; display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 8px; }
.vertical-sample span { margin: 0 !important; padding: 8px 11px; writing-mode: horizontal-tb; border: 1px solid rgba(198,138,56,.25); border-radius: 2px; background: rgba(110,54,95,.22); color: #e8ddcf; font: 500 12px/1.4 var(--serif); letter-spacing: .06em; }
.search-demo { height: 54px; margin-top: 22px; }
.law-chips { margin-top: 10px; }
.audio-orb { width: 90px; height: 90px; right: 28px; top: auto; bottom: 28px; opacity: .7; }
.audio-orb::before { inset: -12px; }
.audio-orb::after { inset: 14px; }
.audio-orb i { height: 18px; }
.audio-orb i:nth-child(2n) { height: 32px; }
.audio-orb i:nth-child(3n) { height: 42px; }
.feature-audio h3, .feature-audio > p { max-width: calc(100% - 120px); }
.screen-stage { min-height: 510px; grid-template-columns: 240px 1fr 240px; }
.screen-phone { height: 500px; border-radius: 36px; }
.screen-copy blockquote { margin: 28px -10px; font-size: clamp(25px,2.8vw,39px); line-height: 1.55; }
.faq-item { min-height: 205px; padding: 28px 32px; }
.faq-item h3 { margin: 22px 0 12px; font-size: 22px; }
.faq-item p { font-size: 13px; }
.download-seal { display: none; }
.download-lines { opacity: .14; }

@media (max-width: 820px) {
  .section-heading h2, .philosophy h2, .download h2 { font-size: clamp(40px,8vw,54px); }
  .bento-grid { grid-auto-rows: auto; }
  .feature-card, .feature-reading, .feature-audio { height: auto; min-height: 330px; }
  .screen-stage { grid-template-columns: 1fr 1fr; min-height: 470px; }
  .screen-phone { height: 460px; }
}

@media (max-width: 560px) {
  .feature-card, .feature-reading, .feature-audio { min-height: 310px; }
  .feature-audio h3, .feature-audio > p { max-width: 100%; }
  .audio-orb { right: 18px; bottom: 18px; opacity: .28; }
  .screen-phone { height: 390px; }
}

@media (min-width: 821px) {
  .section { padding-top: 90px; padding-bottom: 90px; }
  .screens { padding-bottom: 75px; }
}

/* Vertical reader LP: keep the editorial mood while making the value explicit. */
.hero { min-height: 100svh; padding: 110px 5vw 50px; }
.hero-inner { grid-template-columns: 1fr .78fr; }
.hero h1 { margin: 22px 0; font-size: clamp(52px,4.7vw,72px); line-height: 1.08; }
.hero-lead { max-width: 620px; }
.hero-actions { margin-top: 28px; }
.hero-facts { margin-top: 30px; }
.hero-visual { height: 600px; }
.phone-main { width: 277px; height: 600px; border-radius: 42px; }
.hero-screen-label { position: absolute; left: 0; bottom: 60px; margin: 0; padding: 12px 14px; border-left: 1px solid var(--gold); background: rgba(9,8,6,.78); color: #bbae9b; font: 500 10px/1.6 var(--serif); backdrop-filter: blur(12px); }
.hero-screen-label span { display: block; color: var(--gold); font: 700 7px/1 var(--sans); letter-spacing: .18em; }

.philosophy-grid { grid-template-columns: minmax(0,1fr) 290px; }
.philosophy-screen { position: relative; width: 290px; height: 560px; overflow: hidden; border: 1px solid rgba(70,48,28,.24); border-radius: 38px; background: #080706; box-shadow: 18px 22px 0 rgba(95,64,33,.1),0 35px 65px rgba(60,40,23,.2); }
.philosophy-screen::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 6px #18130e; pointer-events: none; }
.philosophy-screen img { width: 100%; height: 100%; object-fit: cover; }
.philosophy-screen p { position: absolute; z-index: 2; left: 15px; right: 15px; bottom: 15px; margin: 0; padding: 13px 15px; background: rgba(9,8,6,.9); color: #e2d7c7; font: 500 10px/1.7 var(--serif); }
.philosophy-screen p span { display: block; margin-bottom: 5px; color: var(--gold); font: 700 7px var(--sans); letter-spacing: .16em; }

.bento-grid { grid-auto-rows: auto; }
.feature-card,.feature-reading,.feature-audio { height: auto; min-height: 390px; }
.feature-continuous { background: radial-gradient(circle at 85% 80%,rgba(166,45,37,.13),transparent 35%),linear-gradient(145deg,#17140f,#100e0b); }
.article-flow { position: absolute; left: 30px; right: 30px; bottom: 30px; display: flex; align-items: center; gap: 10px; }
.article-flow span { min-width: 72px; padding: 10px 12px; border: 1px solid rgba(198,138,56,.35); color: #d8cab8; font: 500 11px var(--serif); text-align: center; }
.article-flow i { flex: 1; height: 1px; background: linear-gradient(90deg,var(--red),rgba(198,138,56,.25)); }
.feature-favorite { grid-column: 1/-1; height: 285px; min-height: 285px; background: radial-gradient(circle at 90% 30%,rgba(198,138,56,.1),transparent 30%),linear-gradient(145deg,#17140f,#100e0b); }
.feature-favorite h3,.feature-favorite > p { max-width: 55%; }
.favorite-demo { position: absolute; right: 30px; bottom: 30px; width: min(390px,38%); min-height: 78px; padding: 16px 18px; display: grid; grid-template-columns: 36px 1fr; align-items: center; column-gap: 13px; border: 1px solid rgba(198,138,56,.3); background: rgba(9,8,6,.55); }
.favorite-demo span { grid-row: 1/3; color: var(--gold); font-size: 24px; }
.favorite-demo b { font: 600 15px var(--serif); }
.favorite-demo i { color: #8e8171; font: 500 8px var(--sans); letter-spacing: .12em; }

.steps { grid-template-columns: repeat(4,1fr); }
.steps li { min-height: 310px; padding: 32px 26px; }
.steps li > span { width: 56px; height: 56px; font-size: 20px; }
.steps small { margin-top: 30px; }
.steps h3 { font-size: 23px; }

.audience { background: #0d0b09; }
.audience-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 8vw; }
.audience-copy h2 { margin: 0; font: 700 clamp(42px,4.4vw,64px)/1.3 var(--serif); letter-spacing: -.04em; }
.audience-copy h2 em { color: var(--gold-light); font-style: normal; }
.audience-copy > p { max-width: 650px; margin: 27px 0 0; color: var(--muted); font: 400 14px/2 var(--serif); }
.audience-list { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-list span { min-height: 100px; display: grid; place-items: center; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #d5c8b6; font: 500 13px/1.6 var(--serif); text-align: center; }

@media (max-width:1100px) {
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { height: 560px; }
  .phone-main { width: 258px; height: 560px; }
  .hero-screen-label { left: 12%; }
  .philosophy-grid { grid-template-columns: minmax(0,1fr) 270px; }
  .philosophy-screen { width: 270px; height: 522px; }
  .steps { grid-template-columns: repeat(2,1fr); }
}

@media (max-width:820px) {
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(48px,11vw,68px); }
  .hero-screen-label { display: none; }
  .philosophy-grid,.audience-grid { grid-template-columns: 1fr; }
  .philosophy-screen { width: min(300px,78vw); margin: 10px auto 0; }
  .feature-card,.feature-reading,.feature-audio,.feature-favorite { height: auto; min-height: 330px; }
  .feature-favorite { grid-column: auto; }
  .feature-favorite h3,.feature-favorite > p { max-width: none; }
  .article-flow { position: relative; left: auto; right: auto; bottom: auto; margin-top: 26px; }
  .favorite-demo { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 24px; }
  .feature-audio .audio-orb { position: relative; top: auto; right: auto; bottom: auto; margin: 28px 0 0; opacity: .65; }
  .audience-list { margin-top: 10px; }
}

@media (max-width:560px) {
  .hero h1 { font-size: clamp(43px,12vw,54px); }
  .hero-facts div { align-items: flex-start; flex-direction: column; }
  .hero-visual { height: 390px; }
  .phone-main { width: 180px; height: 390px; }
  .article-flow { left: 25px; right: 25px; bottom: 24px; gap: 6px; }
  .article-flow span { min-width: 0; padding: 9px 6px; font-size: 9px; }
  .steps { grid-template-columns: 1fr; }
  .audience-copy h2 { font-size: 42px; }
  .audience-list span { min-height: 82px; font-size: 11px; }
}

/* Search intent guide: useful context for people comparing six-law apps. */
.app-guide {
  position: relative;
  z-index: 1;
  margin-top: 90px;
  padding-top: 78px;
  border-top: 1px solid rgba(70,48,28,.2);
}
.app-guide-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,.75fr);
  gap: 6vw;
  align-items: end;
}
.app-guide-head h2 {
  margin: 0;
  font: 700 clamp(40px,4.2vw,60px)/1.3 var(--serif);
  letter-spacing: -.04em;
}
.app-guide-head h2 em { color: var(--red); font-style: normal; }
.app-guide-head > p {
  margin: 0;
  color: #695c4d;
  font: 400 14px/2 var(--serif);
}
.app-guide-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 42px;
  border-top: 1px solid rgba(70,48,28,.2);
  border-left: 1px solid rgba(70,48,28,.2);
}
.app-guide-grid article {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid rgba(70,48,28,.2);
  border-bottom: 1px solid rgba(70,48,28,.2);
}
.app-guide-grid article > span {
  color: var(--red);
  font: 700 9px var(--sans);
  letter-spacing: .18em;
}
.app-guide-grid h3 {
  margin: 28px 0 13px;
  font: 600 25px var(--serif);
}
.app-guide-grid p {
  margin: 0;
  color: #6b5e50;
  font: 400 13px/1.9 var(--serif);
}
.app-guide-related {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 38px;
  align-items: center;
  margin-top: 18px;
  padding: 28px 30px;
  color: var(--paper);
  background: #17130f;
}
.app-guide-related span {
  color: var(--gold);
  font: 700 8px var(--sans);
  letter-spacing: .18em;
}
.app-guide-related h3 {
  margin: 8px 0 7px;
  font: 600 23px var(--serif);
}
.app-guide-related p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font: 400 12px/1.8 var(--serif);
}
.app-guide-related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 290px;
  padding: 16px 18px;
  border: 1px solid rgba(198,138,56,.38);
  color: #e3d6c5;
  font-size: 11px;
  font-weight: 700;
}
.app-guide-related a:hover { border-color: var(--gold); color: var(--gold-light); }
.app-guide-related b { margin-left: 20px; color: var(--gold); font-size: 17px; }

@media (max-width:820px) {
  .app-guide { margin-top: 70px; padding-top: 62px; }
  .app-guide-head { grid-template-columns: 1fr; gap: 22px; }
  .app-guide-grid { grid-template-columns: 1fr; }
  .app-guide-grid article { min-height: 0; }
  .app-guide-related { grid-template-columns: 1fr; }
  .app-guide-related a { min-width: 0; width: 100%; }
}

@media (max-width:560px) {
  .hero-title-brand { line-height: 1.55; letter-spacing: .18em; }
  .app-guide { margin-top: 55px; padding-top: 52px; }
  .app-guide-head h2 { font-size: 40px; }
  .app-guide-grid { margin-top: 32px; }
  .app-guide-grid article { padding: 25px 22px; }
  .app-guide-related { padding: 24px 22px; }
  .app-guide-related h3 { font-size: 21px; }
}
