:root {
  --paper: #eceeea;
  --white: #f3f4f0;
  --ink: #181b1d;
  --muted: #5d6467;
  --note-size: .6875rem;
  --note: #7a8083;
  --note-dark: #7b858c;
  --dark: #101113;
  --dark-soft: #1a1c1f;
  --silver: #bdc5cb;
  --line: rgba(24, 27, 29, .18);
  --dark-line: rgba(222, 229, 234, .18);
  --gut: clamp(24px, 6.2vw, 96px);
  --max: 1440px;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --display: "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height, 84px) + 20px); }
body { margin: 0; background: var(--dark); color: var(--white); font-family: var(--sans); font-size: 1rem; line-height: 1.95; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin: 0; }
a { color: inherit; text-underline-offset: 5px; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
::selection { background: #b5bdc3; color: #101113; }
[hidden] { display: none !important; }
.wrap { max-width: var(--max); padding: 0 var(--gut); margin: auto; }
.section { padding: clamp(80px, 8.5vw, 128px) 0; }
h2 { font-size: clamp(1.875rem, 3.65vw, 3.125rem); font-weight: 500; line-height: 1.55; letter-spacing: .015em; text-wrap: balance; }
h3 { font-size: 1.25rem; font-weight: 500; line-height: 1.7; }
.eyebrow { display: flex; align-items: center; gap: 14px; font-family: var(--display); font-size: .75rem; letter-spacing: .15em; font-weight: 500; line-height: 1.7; margin-bottom: 28px; color: #aeb8bf; }
.eyebrow-separator, .rule { display: inline-block; width: 24px; height: 1px; background: currentColor; flex: none; }
.eyebrow-separator { opacity: .7; }
.small-label { font-size: .8125rem; letter-spacing: .07em; color: var(--muted); font-weight: 500; }
.intro { margin-top: 25px; color: var(--muted); font-size: 1rem; line-height: 2.1; letter-spacing: .02em; }
.micro, .data-note { font-size: var(--note-size); line-height: 1.7; color: var(--note); }
.icon-definitions { position: absolute; overflow: hidden; pointer-events: none; }
.social-icon { display: block; width: 18px; height: 18px; flex: none; fill: currentColor; }
.social-link { gap: 8px; }
.button.social-link { gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 56px; padding: 16px 23px; background: var(--white); color: var(--ink); border: 1px solid var(--white); border-radius: 2px; text-decoration: none; font-size: .875rem; font-weight: 500; line-height: 1.6; cursor: pointer; transition: background .25s, color .25s, border-color .25s, transform .35s var(--ease); }
.button span { display: inline-block; transition: transform .35s var(--ease); }
.button:hover { background: #d7dddf; border-color: #d7dddf; }
.button:hover span { transform: translate(3px, -3px); }
.button:active { transform: scale(.98); }
.button-dark { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button-dark:hover { background: #343a3f; border-color: #343a3f; }
.button-outline { background: transparent; border-color: #7b8790; color: var(--white); }
.button-outline:hover { background: #d7dddf; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: .875rem; text-decoration: none; padding: 9px 0; position: relative; }
.text-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 5px; height: 1px; background: currentColor; transform: scaleX(.3); transform-origin: left; opacity: .6; transition: transform .4s var(--ease); }
.text-link:hover::after { transform: scaleX(1); }
.source { display: block; margin-top: 14px; font-size: var(--note-size); line-height: 1.7; color: var(--note); text-decoration-color: rgba(80, 90, 90, .3); overflow-wrap: anywhere; }
.skip { position: fixed; top: -100px; left: 20px; background: white; color: black; padding: 15px; z-index: 100; }
.skip:focus { top: 10px; }
.review-note { font-size: var(--note-size); line-height: 1.7; text-align: center; padding: 10px 22px; color: var(--note-dark); border-top: 1px solid var(--dark-line); background: #111315; }
.reading-progress { position: fixed; top: 0; left: 0; width: 100%; height: 2px; background: #c8d0d6; transform: scaleX(0); transform-origin: left; z-index: 60; pointer-events: none; }

/* Navigation stays available without adding a second floating CTA. */
.header { position: sticky; top: 0; z-index: 40; background: rgba(16, 17, 19, .94); border-bottom: 1px solid rgba(222, 229, 234, .12); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 32px; min-height: 82px; max-width: var(--max); margin: auto; padding: 14px var(--gut); }
.wordmark { display: inline-flex; align-items: center; min-height: 44px; font-family: var(--display); font-weight: 500; font-size: 2rem; letter-spacing: -.05em; line-height: 1; text-decoration: none; }
.header nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px 28px; margin-left: auto; }
.header nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; font-size: .875rem; line-height: 1.6; text-decoration: none; transition: color .25s, background .25s; }
.nav-text { color: #bfc5c8; }
.nav-text:hover, .nav-utility:hover { color: white; }
.header nav .nav-utility { padding: 8px 3px; color: #c8d0d4; }
.header nav .nav-cta { background: transparent; border: 1px solid #75818b; border-radius: 2px; padding: 10px 19px; color: var(--white); font-weight: 400; }
.header nav .nav-cta:hover { background: var(--white); color: var(--ink); }

/* Keep the cinematic opening and the supplied-video framing. */
.hero { position: relative; min-height: max(730px, calc(100svh - var(--header-height, 82px))); display: flex; align-items: center; isolation: isolate; overflow: clip; background: var(--dark); }
.hero-media { position: absolute; inset: 0; z-index: -3; transform: translate3d(0, var(--hero-shift, 0px), 0); will-change: transform; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 65% center; animation: hero-focus 1.7s var(--ease) both; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(8, 9, 11, .93), rgba(8, 9, 11, .76) 32%, rgba(8, 9, 11, .2) 65%, rgba(8, 9, 11, .02)), linear-gradient(0deg, rgba(8, 9, 11, .85), transparent 24%, transparent 80%, rgba(8, 9, 11, .15)); }
.hero-copy { width: 100%; max-width: 1500px; padding: 104px var(--gut) 144px; margin: auto; position: relative; }
.hero .eyebrow { margin-bottom: 32px; color: #c3c8cb; }
.hero-state { font-family: var(--sans); font-size: .75rem; font-weight: 400; letter-spacing: .025em; color: #aeb9c1; }
.hero h1 { font-size: clamp(2.5rem, 4.6vw, 4.5rem); font-weight: 500; line-height: 1.48; letter-spacing: .015em; margin-bottom: 28px; max-width: 12em; }
.hero-line { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
.hero-line > span { display: block; animation: line-enter 1.1s var(--ease) both; }
.hero-line:nth-child(2) > span { animation-delay: .12s; }
.hero-lead { font-size: 1rem; line-height: 2.1; max-width: 33em; color: #d8dcdd; }
.hero-description { font-size: .8125rem; letter-spacing: .1em; color: #c1c9cd; margin-top: 20px; }
.inline-divider { display: inline-block; margin: 0 10px; opacity: .5; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 28px; }
.hero .text-link { color: #dce1e4; }
.hero-reassurance { font-size: var(--note-size); line-height: 1.7; margin-top: 12px; color: var(--note-dark); max-width: 32em; }
.hero-enter { animation: soft-enter .95s .25s var(--ease) both; }
.hero-copy > .eyebrow { animation-delay: .05s; }
.hero-actions.hero-enter, .hero-reassurance.hero-enter { animation-delay: .4s; }
.hero-bottom { position: absolute; bottom: 28px; left: var(--gut); right: var(--gut); display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.image-caption { font-size: var(--note-size); color: var(--note-dark); line-height: 1.7; max-width: 29em; text-align: right; }
.scroll-cue { font-family: var(--display); font-size: .75rem; letter-spacing: .16em; display: flex; align-items: center; gap: 16px; min-height: 44px; text-decoration: none; color: #bdc7cd; }
.scroll-track { height: 36px; width: 1px; background: rgba(230, 230, 230, .25); position: relative; overflow: hidden; flex: none; }
.scroll-track::after { content: ""; position: absolute; width: 1px; height: 18px; top: -18px; background: #f0f0e9; animation: scroll-line 2.3s 1.3s ease-in-out 3; }

.wallet-intro { background: #191b1e; }
.intro-grid, .brand-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; }
.section-marker { display: flex; align-items: baseline; gap: 25px; font-family: var(--display); font-size: .75rem; letter-spacing: .15em; color: #adb7be; }
.section-no { font-size: 1.125rem; letter-spacing: 0; }
.wallet-intro .intro { color: #bdc5ca; }
.wallet-story { display: grid; grid-template-columns: 1fr 1fr; position: relative; max-width: 1600px; margin: auto; background: #111315; overflow: clip; }
.story-visual { position: sticky; top: var(--header-height, 82px); align-self: start; height: calc(100svh - var(--header-height, 82px)); min-height: 490px; max-height: 960px; overflow: clip; background: #0b0c0e; }
.story-image-frame { height: 100%; width: 100%; transform: scale(var(--story-scale, 1.02)); will-change: transform; }
.story-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .92; }
.story-image-caption { position: absolute; bottom: 28px; left: 30px; right: 30px; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px 16px; font-size: .75rem; color: #d0d7db; font-family: var(--display); letter-spacing: .05em; text-shadow: 0 1px 5px #000; }
.story-copy { padding: 0 clamp(32px, 4.7vw, 76px); }
.story-step { min-height: 520px; padding: clamp(64px, 7vw, 104px) 0; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--dark-line); }
.story-step:last-child { border-bottom: 0; }
.story-step h2 { font-size: clamp(1.75rem, 2.8vw, 2.5rem); line-height: 1.65; }
.story-step .intro { color: #bdc5ca; }
.story-detail { margin-top: 20px; font-size: var(--note-size); color: var(--note-dark); line-height: 1.7; }
.story-step .eyebrow { gap: 12px; }

/* Registration follows the product story, then the evidence. */
.cta-interlude { background: #202328; border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); padding: 56px 0; }
.cta-interlude-inner { display: grid; grid-template-columns: 1fr auto; gap: 32px 56px; align-items: center; }
.cta-interlude .eyebrow { margin-bottom: 14px; }
.cta-interlude h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); }
.cta-interlude h2 + p { color: #b8c3ca; font-size: .875rem; margin-top: 13px; }
.cta-interlude-action .micro { margin-top: 12px; color: #b8c3ca; text-align: center; }
.cta-interlude .button { min-width: 232px; }

.evidence, .carry { background: var(--paper); color: var(--ink); }
.evidence { padding-bottom: 76px; }
.evidence .eyebrow, .carry .eyebrow { color: #626d73; }
.section-heading { max-width: 900px; }
.evidence-pair { display: grid; grid-template-columns: 1fr 1fr; margin-top: 56px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 34px 0 38px; display: flex; flex-direction: column; }
.stat:first-child { padding-right: 56px; }
.stat:last-child { border-left: 1px solid var(--line); padding-left: 56px; }
.stat-label { font-size: .875rem; letter-spacing: .02em; }
.stat-number { font-family: var(--display); font-size: clamp(5.5rem, 9.5vw, 8.5rem); font-weight: 300; line-height: 1; letter-spacing: -.065em; margin: 28px 0; color: var(--ink); font-variant-numeric: tabular-nums; }
.stat-number span { font-family: var(--sans); font-size: .2em; font-weight: 400; letter-spacing: 0; margin-left: 9px; }
.stat-number .approx { font-size: .22em; margin: 0 12px 0 0; }
.ratio-chart { position: relative; display: grid; place-items: center; width: clamp(210px, 19vw, 252px); max-width: 100%; aspect-ratio: 1; margin: 32px 0 30px; }
.ratio-chart svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke-width: 5; }
.ratio-track { stroke: #c9ceca; }
.ratio-fill { stroke: var(--ink); stroke-dasharray: var(--share) 100; transition: stroke-dasharray 1.35s var(--ease); }
.ratio-chart .stat-number { margin: 0; font-size: clamp(4.375rem, 6.5vw, 5.5rem); }
.ratio-chart .stat-number span { margin-left: 5px; }
.ratio-chart .stat-number .approx { margin: 0 8px 0 0; }
.chart-pending .ratio-fill { stroke-dasharray: 0 100; }
.card-chart { margin-bottom: 26px; }
.card-chart > .stat-label { margin-bottom: 26px; }
.card-chart-row + .card-chart-row { margin-top: 22px; }
.card-chart-label { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.card-chart-label > span { font-size: .875rem; }
.card-chart-value { font-family: var(--display); font-size: 2.5rem; line-height: 1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.card-chart-value span { font-family: var(--sans); font-size: .875rem; margin-left: 5px; letter-spacing: 0; }
.card-chart-track { height: 7px; background: #c9ceca; }
.card-chart-fill { display: block; width: 100%; height: 100%; background: var(--ink); transform: scaleX(var(--bar-scale)); transform-origin: left; transition: transform 1.2s var(--ease); }
.card-chart-owned { background: #747d83; }
.card-chart-row:nth-of-type(2) .card-chart-fill { transition-delay: .1s; }
.chart-pending .card-chart-fill { transform: scaleX(0); }
.chart-scale { display: flex; justify-content: space-between; margin-top: 8px; color: var(--note); font-size: var(--note-size); line-height: 1.7; }
.stat h3 { margin-bottom: 14px; }
.stat > p:not(.stat-label):not(.stat-number):not(.stat-context) { color: var(--muted); font-size: 1rem; }
.stat .stat-context { color: var(--note); font-size: var(--note-size); line-height: 1.7; }
.stat .source { margin-top: auto; padding-top: 14px; }
.evidence > .wrap > .data-note { margin-top: 12px; max-width: 66em; }
.evidence-close { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; margin-top: 52px; align-items: start; }
.evidence-close > p:last-child { font-size: clamp(1.5rem, 2.7vw, 2.125rem); line-height: 1.7; font-weight: 500; }
.carry { padding-top: 0; }
.carry-grid { border-top: 1px solid var(--line); padding-top: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.card-stat { padding-left: 28px; }
.card-stat .stat-number { margin: 20px 0 24px; font-size: 6.5rem; }
.card-stat > p:not(.stat-number):not(.stat-label):not(.data-note) { color: var(--muted); }
.card-stat .data-note { font-size: var(--note-size); margin-top: 12px; }
.carry-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 58px; }
.carry-principles article { border-top: 1px solid var(--line); padding-top: 22px; }
.index { font-family: var(--display); font-size: .75rem; letter-spacing: .08em; color: #626f78; }
.carry-principles h3 { margin: 14px 0 12px; font-size: 1.125rem; }
.carry-principles p { font-size: 1rem; color: var(--muted); }
.inline-signup { margin-top: 64px; padding: 32px 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 28px 44px; align-items: center; }
.inline-signup h3 { margin: 10px 0 8px; font-size: 1.25rem; }
.inline-signup h3 + p { font-size: .875rem; color: var(--muted); }
.inline-signup .button { min-width: 232px; }
.inline-signup > p { font-size: 1rem; color: var(--muted); }

.brand { background: #16181b; }
.brand-grid { align-items: start; }
.brand .eyebrow { margin-top: 8px; }
.brand .intro { color: #b9c3ca; }
.brand h2 { font-size: clamp(1.875rem, 3.25vw, 2.75rem); }
.faq { background: var(--paper); color: var(--ink); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; }
.faq .eyebrow { color: #626d73; }
.faq .intro { font-size: .875rem; }
.questions { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 36px 24px 0; list-style: none; font-size: 1rem; cursor: pointer; line-height: 1.8; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-family: var(--display); position: absolute; right: 3px; top: 23px; font-size: 1.375rem; color: #626f78; font-weight: 300; transition: transform .35s var(--ease); }
details[open] summary::after { transform: rotate(45deg); }
details p { font-size: .9375rem; color: var(--muted); line-height: 2; padding: 0 22px 25px 0; margin: 0; }

.signup { background: #111315; border-bottom: 1px solid var(--dark-line); }
.signup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.signup .intro { color: #c1cad0; }
.signup-benefits { list-style: none; margin: 26px 0 0; padding: 0; font-size: .875rem; color: #b6c1c9; }
.signup-benefits li { margin: 10px 0; padding-left: 15px; border-left: 1px solid #8797a2; }
.signup-panel { padding: 32px; background: #181b1f; border: 0; }
form > label { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; font-size: .875rem; }
.field-required { font-size: .75rem; color: #b4c0c8; }
input[type=email] { width: 100%; min-height: 58px; border: 1px solid #71808b; background: #111519; color: white; padding: 14px 16px; font-size: 1rem; border-radius: 2px; }
input[type=email]::placeholder { color: #a0adb7; opacity: 1; }
form .micro { color: var(--note-dark); margin: 12px 0 20px; }
form > .consent { display: flex; align-items: start; gap: 12px; font-size: .875rem; line-height: 1.85; color: #c0cad1; margin-bottom: 26px; cursor: pointer; }
.consent input { width: 20px; height: 20px; flex: none; margin: 4px 0 0; accent-color: #afbbc5; }
.consent a { color: #e3e9ec; }
form .button { width: 100%; }
button:disabled, input:disabled { cursor: not-allowed; }
.button:disabled { background: #424b53; border-color: #78858f; color: #e3e9ee; }
.button:disabled:hover span { transform: none; }
.connection-note { font-size: var(--note-size); line-height: 1.7; color: var(--note-dark); margin-top: 18px; }
#signup-message { font-size: .875rem; margin-top: 16px; }
#signup-message:empty { display: none; }
.instagram { background: #111315; padding: 44px 0 52px; }
.instagram-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; }
.instagram h2 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
.instagram p:not(.eyebrow) { font-size: .875rem; line-height: 2; color: #b6c2ca; margin-top: 16px; }
.instagram-action { justify-self: end; }
.button[aria-disabled=true] { cursor: not-allowed; }
.instagram-action .micro { font-size: var(--note-size) !important; color: var(--note-dark); line-height: 1.7; margin-top: 12px; max-width: 28em; }
footer { background: var(--dark); }
.footer-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 24px 40px; padding-top: 36px; padding-bottom: 36px; color: #b0bec7; font-size: .75rem; }
.footer-brand { margin-right: auto; }
.footer-brand .wordmark { color: #e2e6e8; font-size: 1.875rem; }
.footer-brand p { margin-top: 3px; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer-inner nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; text-decoration: none; }

/* Content stays visible when scripts or animation support are absent. */
[data-reveal] { transition: opacity .65s var(--ease), transform .85s var(--ease); }
[data-reveal].reveal-pending { opacity: 0; transform: translate3d(0, 20px, 0); }
[data-reveal].is-revealed { opacity: 1; transform: none; }
.hero-media, .story-image-frame { backface-visibility: hidden; }
@keyframes line-enter { from { transform: translate3d(0, 108%, 0); opacity: .1; } to { transform: translateZ(0); opacity: 1; } }
@keyframes soft-enter { from { opacity: 0; transform: translate3d(0, 12px, 0); } to { opacity: 1; transform: none; } }
@keyframes hero-focus { from { transform: scale(1.11); opacity: .45; } to { transform: scale(1.03); opacity: 1; } }
@keyframes scroll-line { 0% { transform: translateY(0); } 70%, 100% { transform: translateY(70px); } }

@media (min-width: 1800px) {
  .hero { min-height: 880px; }
  .hero-copy { max-width: 1680px; }
  .hero h1 { font-size: 5rem; }
}
@media (max-width: 1100px) {
  .header nav { gap: 12px 20px; }
  .intro-grid, .brand-grid { grid-template-columns: .7fr 1.5fr; gap: 40px; }
  .story-copy { padding: 0 34px; }
  .story-step { min-height: 480px; }
  .stat:first-child { padding-right: 32px; }
  .stat:last-child { padding-left: 32px; }
  .carry-grid, .signup-grid { gap: 40px; }
  .signup-panel { padding: 26px; }
}
@media (max-width: 960px) {
  .header nav .nav-text { display: none; }
  .hero h1 { font-size: clamp(2.25rem, 4.8vw, 3.5rem); }
  .cta-interlude-inner, .inline-signup { gap: 28px; }
  .cta-interlude .button, .inline-signup .button { min-width: 0; }
}
@media (max-width: 760px) {
  .header-inner { min-height: 72px; padding-top: 10px; padding-bottom: 10px; gap: 8px 20px; }
  .header .wordmark { font-size: 1.875rem; }
  .header nav { gap: 8px 16px; }
  .header nav .nav-cta { padding: 10px 15px; }
  .hero { min-height: 0; align-items: start; }
  .hero-copy { padding: 54px var(--gut) 354px; }
  .hero .eyebrow { gap: 10px; letter-spacing: .11em; margin-bottom: 26px; flex-wrap: wrap; }
  .hero .eyebrow-separator { width: 16px; }
  .hero h1 { font-size: clamp(1.875rem, 8vw, 3.375rem); line-height: 1.5; letter-spacing: .005em; margin-bottom: 22px; }
  .hero-lead { font-size: 1rem; line-height: 2; max-width: 27em; }
  .hero-description { margin-top: 18px; }
  .hero-actions { margin-top: 23px; gap: 16px 24px; }
  .hero-actions .button { padding: 14px 18px; gap: 20px; }
  .hero-reassurance { max-width: 28em; }
  .hero-media { inset: auto 0 0 0; height: 60%; min-height: 430px; }
  .hero-media img { object-position: 72% center; }
  .hero-shade { background: linear-gradient(180deg, #101113 0%, #101113 39%, rgba(16,17,19,.74) 52%, rgba(16,17,19,0) 75%, rgba(16,17,19,.7) 100%); }
  .hero-bottom { bottom: 20px; gap: 16px; }
  .image-caption { max-width: 16em; }
  .scroll-cue { letter-spacing: .1em; gap: 12px; }
  .scroll-track { height: 30px; }
  .intro-grid, .brand-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-marker { gap: 22px; }
  .wallet-story { grid-template-columns: 1fr; overflow: visible; }
  .story-visual { position: relative; top: auto; height: 75vw; min-height: 0; max-height: 540px; }
  .story-image-caption { bottom: 20px; left: var(--gut); right: var(--gut); }
  .story-copy { padding: 0 var(--gut); }
  .story-step { min-height: 0; padding: 52px 0 58px; }
  .story-step h2 { font-size: 1.875rem; }
  .story-step .eyebrow { margin-bottom: 22px; }
  .cta-interlude { padding: 40px 0; }
  .cta-interlude-inner { grid-template-columns: 1fr; }
  .cta-interlude-action { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
  .cta-interlude-action .micro { margin: 0; text-align: left; }
  .evidence { padding-bottom: 56px; }
  .evidence-pair { grid-template-columns: 1fr; margin-top: 40px; }
  .stat:first-child, .stat:last-child { padding: 30px 0 34px; border-left: 0; }
  .stat:last-child { border-top: 1px solid var(--line); }
  .stat-number { font-size: 6.5rem; margin: 24px 0; }
  .stat h3 { font-size: 1.25rem; }
  .eyebrow { margin-bottom: 24px; }
  .evidence-close { grid-template-columns: 1fr; gap: 20px; margin-top: 40px; }
  .evidence-close > p:last-child { font-size: 1.625rem; }
  .carry-grid { grid-template-columns: 1fr; gap: 38px; padding-top: 52px; }
  .card-stat { padding: 0; }
  .card-stat .stat-number { font-size: 6.25rem; }
  .carry-principles { grid-template-columns: 1fr; gap: 26px; margin-top: 40px; }
  .carry-principles article { display: grid; grid-template-columns: 28px 1fr; column-gap: 12px; padding-top: 22px; }
  .carry-principles .index { margin-top: 5px; }
  .carry-principles h3 { margin: 0; }
  .carry-principles p { grid-column: 2; margin-top: 10px; }
  .inline-signup { grid-template-columns: 1fr; gap: 24px; margin-top: 44px; padding-top: 28px; }
  .inline-signup .button { justify-self: start; }
  .brand .eyebrow { margin: 0; }
  .brand h2 { font-size: 1.875rem; }
  .faq-grid, .signup-grid, .instagram-grid { grid-template-columns: 1fr; gap: 36px; }
  .faq h2 { font-size: 1.875rem; }
  summary { padding: 22px 32px 22px 0; }
  details p { padding-right: 12px; }
  .signup h2 { font-size: 2.125rem; }
  .signup-panel { padding: 25px; }
  .instagram { padding: 52px 0; }
  .instagram-action { justify-self: stretch; }
  .instagram .button { width: 100%; }
  .instagram .eyebrow { margin-bottom: 20px; }
  .footer-inner { gap: 24px; }
  .footer-inner nav { gap: 4px 20px; }
  .footer-inner > span { margin-left: auto; }
  .desktop-break { display: none; }
}
@media (max-width: 380px) {
  :root { --gut: 20px; }
  .header-inner { gap: 8px 12px; }
  .header .wordmark { font-size: 1.75rem; }
  .header nav { gap: 8px 12px; }
  .header nav .nav-cta { padding: 10px 12px; }
  .hero-actions { gap: 14px 18px; }
  .hero-actions .button { gap: 16px; padding: 14px 16px; }
  .hero-bottom { flex-wrap: wrap; gap: 6px; }
  .hero-bottom .image-caption { text-align: left; max-width: 100%; }
  .hero-copy { padding-bottom: 374px; }
  .signup-panel { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-line > span, .hero-enter { opacity: 1; transform: none; }
  .hero-media, .story-image-frame { transform: none !important; will-change: auto; }
  .hero-media img { transform: none !important; }
  .reveal-pending { opacity: 1 !important; transform: none !important; }
  .scroll-track::after { top: 5px; }
  .reading-progress { display: none; }
  .chart-pending .ratio-fill { stroke-dasharray: var(--share) 100; }
  .chart-pending .card-chart-fill { transform: scaleX(var(--bar-scale)); }
}
@media print {
  body { background: white !important; color: black !important; }
  .hero-media, .hero-shade, .reading-progress, .header, .hero-bottom, .hero-actions, .hero-reassurance, .cta-interlude, .inline-signup, .signup, .instagram, .review-note, footer { display: none; }
  .hero { min-height: 0; background: white; color: black; }
  .hero-copy { padding: 30px; }
  .hero-lead, .hero-description { color: #333; }
  .section { padding: 35px 0; background: white; color: black; }
  .wallet-story { display: block; }
  .story-visual { display: none; }
  .story-step { min-height: 0; padding: 30px 0; color: black; }
  .intro { color: #333 !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .evidence-pair, .carry-principles { break-inside: avoid; }
  .ratio-fill { stroke-dasharray: var(--share) 100 !important; }
  .card-chart-fill { transform: scaleX(var(--bar-scale)) !important; print-color-adjust: exact; }
  .card-chart-track { print-color-adjust: exact; }
}

/* Teaser: one product image, with features presented as text. */
.wallet-story { display: block; }
.wallet-story .story-copy { max-width: 1200px; margin: auto; padding: 36px var(--gut); }
.wallet-story .story-step { min-height: 0; display: grid; grid-template-columns: 1fr 1.25fr; column-gap: clamp(32px, 6vw, 96px); padding: 72px 0; }
.wallet-story .story-step h2 { grid-column: 1; grid-row: 1 / span 2; }
.wallet-story .story-step .intro, .wallet-story .story-step .story-detail { grid-column: 2; }
.hero-media img { object-position: 65% center; }
@media (max-width: 760px) {
  .hero-media img { object-position: 76% center; }
  .wallet-story .story-copy { padding-top: 12px; padding-bottom: 12px; }
  .wallet-story .story-step { display: block; padding: 48px 0; }
}

.image-caption { font-size: .625rem; }
form .micro, .connection-note { font-size: .75rem; color: #919da6; }
