:root {
  --bg: #0b0d10;
  --bg-deep: #080a0c;
  --surface: #12161b;
  --surface-2: #181d23;
  --line: rgba(255,255,255,.11);
  --text: #f4f7fa;
  --muted: #a8b1bc;
  --accent: #86d9ff;
  --accent-strong: #24b8ff;
  --accent-dark: #07151c;
  --max: 1180px;
  --radius: 24px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 78% 8%, rgba(36,184,255,.13), transparent 30%), radial-gradient(circle at 8% 50%, rgba(134,217,255,.06), transparent 25%), linear-gradient(180deg,#0d1014 0%,#090b0e 100%); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.08; }
h2 { font-size: clamp(2.25rem, 5vw, 4.5rem); letter-spacing: -.045em; }
h3 { font-size: 1.2rem; }
.skip-link { position: fixed; left: 1rem; top: -10rem; z-index: 100; padding: .8rem 1rem; background: var(--accent); color: #00131c; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header,.legal-header { width: min(calc(100% - 2rem), var(--max)); margin: 1rem auto 0; min-height: 72px; padding: .75rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; position: sticky; top: 1rem; z-index: 20; background: rgba(13,16,20,.8); border: 1px solid var(--line); border-radius: 18px; backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.brand-mark { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 11px; background: var(--accent); color: #00131c; font-family: "Arial Black", system-ui, sans-serif; font-size: 1.15rem; }
nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: .2rem; }
nav a { padding: .65rem .85rem; color: var(--muted); border-radius: 10px; font-size: .88rem; font-weight: 600; }
nav a:hover,nav a:focus-visible { background: rgba(255,255,255,.06); color: var(--text); }
nav .nav-scan { margin-left: .35rem; color: var(--accent); border: 1px solid rgba(134,217,255,.25); }
.section { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: 7rem 0; }
.hero { min-height: calc(100svh - 100px); display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); padding-top: 4.5rem; }
.eyebrow { margin-bottom: 1.25rem; color: var(--accent); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin-bottom: 1.75rem; font-size: clamp(3.35rem, 7.7vw, 7.5rem); letter-spacing: -.07em; }
.hero h1 span,.scan-card h1 span { color: var(--accent); }
.lead { max-width: 710px; color: #cad1d9; font-size: clamp(1.06rem, 1.6vw, 1.25rem); }
.actions,.scan-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { min-height: 52px; padding: .85rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover,.button:focus-visible { transform: translateY(-2px); }
.button.primary { background: var(--accent); color: #04141c; border-color: transparent; box-shadow: 0 12px 40px rgba(36,184,255,.17); }
.button.primary:hover,.button.primary:focus-visible { background: #b9eaff; }
.button.secondary { background: rgba(255,255,255,.035); }
.trust-line { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.trust-line span::before { content: "•"; margin-right: .55rem; color: var(--accent); }
.portrait-wrap { position: relative; }
.portrait-frame { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.portrait-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 42%; filter: saturate(.9) contrast(.95) brightness(1.03); }
.portrait-caption { width: calc(100% - 2.5rem); margin: -2rem auto 0; padding: 1rem 1.25rem; position: relative; display: flex; justify-content: space-between; gap: 1rem; background: rgba(18,22,27,.92); border: 1px solid var(--line); border-radius: 16px; backdrop-filter: blur(15px); }
.portrait-caption span { color: var(--muted); font-size: .8rem; text-align: right; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.04rem; }
.profile { border-top: 1px solid var(--line); }
.profile-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem,6vw,6rem); }
.large-copy { color: #d6dce2; font-size: clamp(1.1rem,2vw,1.35rem); }
blockquote { margin: 2rem 0 0; padding: 1.25rem 1.4rem; color: var(--text); background: rgba(134,217,255,.06); border-left: 3px solid var(--accent); border-radius: 0 14px 14px 0; font-size: 1.05rem; }
.stats { display: grid; grid-template-columns: repeat(2,1fr); gap: .75rem; }
.stats div { min-height: 170px; padding: 1.25rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.stats strong { color: var(--accent); font: 800 clamp(2.2rem,4vw,3.8rem)/1 system-ui, sans-serif; letter-spacing: -.05em; }
.stats span { color: var(--muted); font-size: .82rem; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .75rem; }
.card { min-height: 250px; padding: 1.5rem; background: linear-gradient(145deg,var(--surface),#0f1317); border: 1px solid var(--line); border-radius: 20px; }
.card > span { color: var(--accent); font: 700 .82rem/1 system-ui, sans-serif; }
.card h3 { margin: 3.5rem 0 .8rem; }
.card p,.timeline p,.project-grid article > p:last-child { color: var(--muted); font-size: .9rem; }
.experience { border-top: 1px solid var(--line); }
.timeline { border-top: 1px solid var(--line); }
.timeline article { display: grid; grid-template-columns: 180px 1fr; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.timeline time { color: var(--accent); font: 700 .9rem/1.3 system-ui, sans-serif; }
.timeline h3 { margin-bottom: .75rem; }
.project-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .75rem; }
.project-grid article { min-height: 240px; padding: clamp(1.5rem,3vw,2.5rem); background: var(--surface); border: 1px solid var(--line); border-radius: 20px; }
.project-grid .tag { color: var(--accent); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.project-grid h3 { max-width: 480px; margin: 2rem 0 .8rem; font-size: clamp(1.25rem,2.4vw,2rem); }
.contact { margin-bottom: 4rem; padding-inline: clamp(1.5rem,5vw,5rem); display: grid; grid-template-columns: 1fr .85fr; gap: 3rem; background: linear-gradient(135deg,#141a20,#0d151a); border: 1px solid rgba(134,217,255,.18); border-radius: 30px; }
.contact h2 { font-size: clamp(2.2rem,4.7vw,4.7rem); }
.contact > div > p:last-child { color: var(--muted); }
.contact-actions { display: grid; gap: .65rem; align-content: center; }
.contact-link { padding: 1rem 1.1rem; display: flex; justify-content: space-between; gap: 1rem; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 14px; }
.contact-link:hover,.contact-link:focus-visible { border-color: rgba(134,217,255,.5); background: rgba(134,217,255,.06); }
.contact-link span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-link strong { text-align: right; font-size: .88rem; }
footer { width: min(calc(100% - 2rem),var(--max)); margin: 0 auto; padding: 2rem 0 3rem; display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: end; color: var(--muted); border-top: 1px solid var(--line); font-size: .78rem; }
footer > div:first-child { display: flex; flex-direction: column; }
footer strong { color: var(--text); font-size: .9rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a:hover { color: var(--accent); }
footer p { margin: 0; }

/* Scan page */
.scan-page { min-height: 100svh; background: var(--bg-deep); }
.scan-page::before { background: radial-gradient(circle at 50% 22%,rgba(36,184,255,.18),transparent 32%), linear-gradient(180deg,#0b0e12,#07090b); }
.scan-shell { min-height: calc(100svh - 70px); width: min(calc(100% - 2rem),680px); margin: 0 auto; padding: max(1.2rem,env(safe-area-inset-top)) 0 2rem; display: flex; flex-direction: column; }
.scan-brand { display: inline-flex; align-items: center; gap: .7rem; align-self: center; color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.scan-brand .brand-mark { width: 32px; border-radius: 9px; }
.scan-card { margin: auto 0; padding: clamp(1.4rem,6vw,3.6rem); text-align: center; background: rgba(17,21,26,.8); border: 1px solid var(--line); border-radius: 30px; box-shadow: 0 35px 100px rgba(0,0,0,.42); backdrop-filter: blur(14px); }
.scan-pulse { width: 72px; aspect-ratio: 1; margin: 0 auto 1.6rem; display: grid; place-items: center; position: relative; background: rgba(134,217,255,.1); border: 1px solid rgba(134,217,255,.38); border-radius: 50%; color: var(--accent); font-size: 1.8rem; }
.scan-pulse::before { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(134,217,255,.15); border-radius: inherit; }
.scan-card h1 { margin-bottom: 1.3rem; font-size: clamp(3.1rem,15vw,6.5rem); letter-spacing: -.07em; }
.scan-copy { max-width: 530px; margin-inline: auto; color: #d2d9df; font-size: clamp(1.05rem,4vw,1.3rem); }
.scan-codeword { margin: 1.7rem 0 .4rem; color: var(--accent); font: 900 clamp(4.6rem,23vw,8.5rem)/.82 "Arial Black",system-ui,sans-serif; letter-spacing: .1em; text-indent: .1em; text-shadow: 0 0 45px rgba(36,184,255,.22); }
.scan-code-note { margin: 0; color: var(--muted); font-size: .86rem; }
.scan-instagram { display: inline-block; margin-top: 1.6rem; color: var(--accent); font-weight: 800; text-decoration: underline; text-underline-offset: .25em; }
.scan-actions { max-width: 470px; margin: 2rem auto 0; display: grid; grid-template-columns: 1fr 1fr; }
.scan-main-button { min-height: 58px; font-size: 1rem; }
.scan-actions .scan-main-button:only-child { grid-column: 1 / -1; }
.scan-hint { margin: 1.25rem 0 0; color: #717b86; font-size: .75rem; }
.scan-footer { min-height: 70px; padding: 1rem max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)); display: flex; justify-content: center; gap: 1rem; border: 0; }
.scan-hint a { color: var(--accent); }

/* General landing page */
.landing-hero { min-height: calc(100svh - 100px); padding-top: 4rem; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(2.5rem,7vw,7rem); align-items: center; }
.landing-copy h1,.private-copy h1 { margin-bottom: 1.5rem; font-size: clamp(3.45rem,8.1vw,7.8rem); letter-spacing: -.075em; }
.landing-copy,.private-copy { min-width: 0; }
.landing-copy h1 span,.private-copy h1 span { color: var(--accent); }
.landing-portrait { position: relative; }
.landing-stamp { width: 150px; aspect-ratio: 1; padding: 1rem; position: absolute; right: -1.3rem; bottom: -1.3rem; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--accent); color: #05131a; border: 7px solid var(--bg); border-radius: 50%; text-align: center; text-transform: uppercase; line-height: 1.1; transform: rotate(-8deg); }
.landing-stamp span { font-size: .66rem; font-weight: 900; letter-spacing: .08em; }
.landing-stamp strong { font-size: 1.8rem; }
.lock-inline { display: inline-block; margin-left: .5rem; color: var(--accent); font-size: 1.1rem; }
.why-cark { padding-top: 4rem; padding-bottom: 4rem; display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(2rem,7vw,7rem); align-items: start; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-cark h2 { margin: 0; font-size: clamp(2.4rem,5vw,4.6rem); }
.why-cark p { max-width: 760px; margin: .4rem 0 0; color: #d6dce2; font-size: clamp(1.15rem,2vw,1.45rem); }
.paths { border-top: 1px solid var(--line); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.choice-card { min-height: 420px; padding: clamp(1.5rem,3vw,2.5rem); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 28px; transition: transform .25s ease,border-color .25s ease; }
.choice-card::before { content: ""; width: 330px; aspect-ratio: 1; position: absolute; right: -150px; top: -170px; border-radius: 50%; background: radial-gradient(circle,rgba(134,217,255,.18),transparent 68%); }
.choice-card:hover,.choice-card:focus-visible { transform: translateY(-5px); border-color: rgba(134,217,255,.45); }
.choice-number { color: var(--muted); font-size: .75rem; letter-spacing: .15em; }
.choice-card h3 { max-width: 470px; margin: .8rem 0 1rem; font-size: clamp(2rem,4vw,3.8rem); letter-spacing: -.045em; }
.choice-card p:last-child { max-width: 500px; color: var(--muted); }
.choice-cta { width: fit-content; padding: .75rem 1rem; position: relative; color: var(--accent); background: rgba(134,217,255,.06); border: 1px solid rgba(134,217,255,.22); border-radius: 12px; font-size: .86rem; font-weight: 800; }
.choice-card.personal { background: linear-gradient(145deg,#14202a,#101419); }
.scan-teaser { margin-bottom: 4rem; padding-inline: clamp(1.5rem,5vw,5rem); display: flex; align-items: end; justify-content: space-between; gap: 2rem; background: linear-gradient(135deg,#12171c,#0e151a); border: 1px solid rgba(134,217,255,.17); border-radius: 30px; }
.scan-teaser h2 { max-width: 850px; margin: 0; font-size: clamp(2.2rem,5vw,4.8rem); }
.scan-teaser div > p { max-width: 700px; margin: .8rem 0 0; color: var(--muted); font-size: 1.05rem; }
.scan-teaser .button { flex: 0 0 auto; }

/* Personal area */
.private-hero { min-height: calc(100svh - 100px); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem,7vw,7rem); align-items: center; }
.private-photo { overflow: hidden; position: relative; border: 1px solid var(--line); border-radius: 42% 42% 28px 28px; background: var(--surface); }
.private-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 42%; filter: saturate(.9) contrast(.95) brightness(1.03); }
.private-grid { padding-top: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.private-card { min-height: 500px; padding: clamp(1.5rem,4vw,3rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; background: var(--surface); border: 1px solid var(--line); border-radius: 28px; }
.private-card.scan-story { background: radial-gradient(circle at 80% 15%,rgba(36,184,255,.2),transparent 34%),linear-gradient(145deg,#14202a,#101419); }
.private-card.social-story { background: radial-gradient(circle at 75% 15%,rgba(190,82,255,.14),transparent 34%),linear-gradient(145deg,#1a1720,#111318); }
.private-card h2 { margin: 1rem 0; font-size: clamp(2.2rem,5vw,4.7rem); }
.private-card > p:not(.tag) { max-width: 560px; color: var(--muted); }
.private-card .button { margin-top: 1.2rem; }
.private-quote { text-align: center; }
.private-quote p { max-width: 900px; margin: 0 auto; color: #dce3e8; font: 800 clamp(2rem,5vw,4.5rem)/1.15 "Arial Black",system-ui,sans-serif; letter-spacing: -.05em; }
.is-placeholder { opacity: .58; cursor: not-allowed; }
.is-placeholder:hover,.is-placeholder:focus-visible { transform: none; }

/* Encrypted career gate */
.locked-page { min-height: 100svh; }
.locked-header { position: relative; }
.unlock-shell { width: min(calc(100% - 2rem),620px); min-height: calc(100svh - 105px); margin: 0 auto; padding: 4rem 0; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.lock-symbol { width: 84px; aspect-ratio: 1; margin: 0 auto 2rem; display: grid; place-items: center; color: var(--accent); background: rgba(134,217,255,.08); border: 1px solid rgba(134,217,255,.28); border-radius: 50%; font-size: 2.4rem; }
.unlock-shell h1 { margin-bottom: 1.3rem; font-size: clamp(3rem,8vw,6rem); letter-spacing: -.06em; }
.unlock-shell > p:not(.eyebrow):not(.security-note) { color: var(--muted); }
.unlock-form { margin-top: 1.5rem; padding: 1.25rem; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; text-align: left; }
.unlock-form label { display: block; margin-bottom: .5rem; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.password-row { display: grid; grid-template-columns: 1fr auto; margin-bottom: .75rem; overflow: hidden; background: #0b0e12; border: 1px solid var(--line); border-radius: 13px; }
.password-row:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(134,217,255,.12); }
.password-row input { min-width: 0; min-height: 54px; padding: .8rem 1rem; color: var(--text); background: transparent; border: 0; font: inherit; outline: 0; }
.show-password { padding: .5rem 1rem; color: var(--accent); background: transparent; border: 0; font-weight: 700; cursor: pointer; }
.unlock-form > .button { width: 100%; }
.unlock-error { min-height: 1.5em; margin: .75rem 0 0; color: #ff9a9a; text-align: center; font-size: .83rem; }
.security-note { margin-top: 1.25rem; color: #76818c; font-size: .75rem; }
.unlocked-bar { width: min(calc(100% - 2rem),var(--max)); margin: 1rem auto 0; padding: .65rem .8rem .65rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #b8f0ce; background: rgba(65,196,119,.08); border: 1px solid rgba(65,196,119,.22); border-radius: 13px; font-size: .78rem; }
.unlocked-bar button { padding: .45rem .7rem; color: var(--text); background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.career-unlocked .hero { min-height: auto; }

/* Legal */
.legal-header { position: static; }
.legal-shell { width: min(calc(100% - 2rem),820px); margin: 0 auto; padding: 5rem 0 7rem; }
.legal-shell h1 { font-size: clamp(3rem,8vw,6rem); letter-spacing: -.06em; }
.legal-shell section { padding: 1.5rem 0; border-top: 1px solid var(--line); }
.legal-shell h2 { font-size: 1.4rem; letter-spacing: -.02em; }
.legal-shell p { color: #c1c9d0; }
.legal-shell a { color: var(--accent); text-decoration: underline; text-underline-offset: .2em; }
.legal-notice { margin: 2rem 0; padding: 1rem 1.2rem; background: rgba(255,194,92,.08); border: 1px solid rgba(255,194,92,.27); border-radius: 14px; }
.legal-notice strong { color: #ffd38c; }
.legal-notice p { margin: .35rem 0 0; }
mark { padding: .05rem .3rem; background: rgba(255,194,92,.13); color: #ffd38c; border-radius: .25rem; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
@media (max-width: 900px) {
  .site-header { position: static; }
  .site-header nav a:not(.nav-scan) { display: none; }
  .hero,.profile-grid,.contact { grid-template-columns: 1fr; }
  .hero { padding-top: 3rem; }
  .hero-copy { order: 2; }
  .portrait-wrap { width: min(100%,520px); margin: 0 auto; }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .contact { margin-inline: 1rem; width: calc(100% - 2rem); }
  .landing-hero,.private-hero { min-height: auto; grid-template-columns: minmax(0,1fr); padding-top: 3rem; }
  .landing-copy,.private-copy { order: 2; }
  .landing-portrait,.private-photo { width: min(100%,520px); margin: 0 auto; }
  .choice-grid,.private-grid,.why-cark { grid-template-columns: 1fr; }
  .scan-teaser { margin-inline: 1rem; width: calc(100% - 2rem); flex-direction: column; align-items: flex-start; }
}
@media (max-width: 620px) {
  .section { padding: 4.5rem 0; }
  .site-header { min-height: 64px; }
  .brand > span:last-child { font-size: .7rem; }
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(3.2rem,17vw,5rem); }
  .portrait-caption { align-items: flex-start; flex-direction: column; }
  .portrait-caption span { text-align: left; }
  .actions { display: grid; }
  .card-grid,.project-grid { grid-template-columns: 1fr; }
  .stats div { min-height: 145px; }
  .timeline article { grid-template-columns: 1fr; gap: .7rem; }
  .contact { border-radius: 22px; }
  .contact-link { align-items: flex-start; flex-direction: column; }
  .contact-link strong { text-align: left; }
  footer { grid-template-columns: 1fr; gap: 1rem; }
  .scan-card { border-radius: 24px; }
  .scan-actions { grid-template-columns: 1fr; }
  .landing-hero { gap: 2.5rem; padding-top: 2.5rem; }
  .landing-copy { order: 1; }
  .landing-portrait { order: 2; width: 100%; justify-self: stretch; }
  .landing-portrait .portrait-frame { height: 360px; display: flex; align-items: center; justify-content: center; border-radius: 22px; background: #11161b; }
  .landing-portrait .portrait-frame img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; object-position: center; }
  .private-photo { width: 100%; height: 360px; display: flex; align-items: center; justify-content: center; border-radius: 42% 42% 22px 22px; background: #11161b; }
  .private-photo img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; object-position: center; }
  .landing-copy h1,.private-copy h1 { font-size: clamp(3.2rem,16.5vw,5rem); }
  .landing-stamp { width: 76px; right: .6rem; bottom: .6rem; border-width: 4px; padding: .5rem; }
  .landing-stamp span { font-size: .43rem; letter-spacing: .06em; }
  .landing-stamp strong { font-size: .95rem; }
  .choice-card { min-height: 360px; border-radius: 22px; }
  .private-card { min-height: 420px; border-radius: 22px; }
  .scan-teaser { border-radius: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
