/* ZERO GRAY — production styles.
   Tokens below are sourced verbatim from the approved design reference
   (zero-gray/reference.html) and frozen as the Visual System amendment
   documented in docs/zero-gray/visual-system.md. */

:root {
  --bg: #04080b;
  --sky: #eef2f3;
  --dim: #b9c7ce;
  --faint: #8a9ba4;
  --mute: #7f919b;
  --line: rgba(233, 238, 240, .14);
  --line2: rgba(233, 238, 240, .3);
  --ink: #1b1815;
  --ink-soft: #5c5549;
  --paper: linear-gradient(122deg, #f2ecdf 0%, #ebe3d2 50%, #ded4bf 100%);
  --band: repeating-linear-gradient(180deg, rgba(66, 54, 38, .05) 0 1px, rgba(0, 0, 0, 0) 1px 4px);
  --teal: #7fa8bb;
  --photo-tint: #16394b;
  --error: #8a3f36;
  --noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");

  --serif: 'Libre Caslon Display', Georgia, serif;
  --sans: 'Libre Franklin', -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
html, body { margin: 0; padding: 0; background: var(--bg); }
body {
  min-height: 100svh;
  color: var(--sky);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--sky); text-decoration: none; }
a:hover { color: #fff; }
button { font-family: inherit; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 2px solid var(--sky); outline-offset: 4px; }
[role="dialog"] :focus-visible { outline-color: var(--ink); }
input::placeholder, textarea::placeholder { color: #9a9184; opacity: 1; }
[hidden] { display: none !important; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; top: -100px; left: 12px; z-index: 100;
  padding: 12px 18px; background: var(--sky); color: var(--ink);
  font-size: 13px; letter-spacing: .1em; transition: top .15s;
}
.skip-link:focus { top: 12px; }

.noise {
  position: absolute; inset: 0; pointer-events: none;
  background-image: var(--noise); background-size: 140px 140px;
}

@keyframes ogfade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ogrise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ogticket { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ogcard { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ---------- header / nav (shared across all pages) ---------- */

.site-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(22px, 3vw, 52px) clamp(22px, 4vw, 72px) 0;
}

.wordmark {
  padding: 0; background: none; border: 0; cursor: pointer;
  font-family: var(--serif); font-size: clamp(30px, 3vw, 46px); line-height: .9; color: var(--sky);
}

.primary-nav {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: clamp(14px, 3vw, 40px);
}

.primary-nav a {
  display: inline-flex; align-items: center; min-height: 44px;
  font-size: clamp(10.5px, .9vw, 13px); font-weight: 400; letter-spacing: .2em;
  color: var(--faint); transition: color .18s;
}
.primary-nav a:hover { color: var(--sky); }
.primary-nav a[aria-current="page"] { color: var(--sky); }

/* on the home hero the nav sits over a photo, so it needs full brightness by default */
.home-hero .primary-nav a { color: var(--sky); opacity: .86; }
.home-hero .primary-nav a:hover { opacity: 1; }

/* ---------- ticket-style CTA (shared: hero + practice + confirmation) ---------- */

.ticket-btn {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  gap: clamp(20px, 4vw, 56px);
  width: 100%; max-width: 640px;
  min-height: 82px;
  padding: 0 clamp(20px, 2.4vw, 38px);
  border: 0; overflow: hidden;
  background: var(--paper);
  cursor: pointer;
  font-family: var(--sans); text-align: left;
  transition: transform .22s cubic-bezier(.22, .61, .36, 1), filter .22s;
  -webkit-mask-image: radial-gradient(circle at bottom, transparent 3px, #000 3.5px);
  -webkit-mask-size: 10px 100%; -webkit-mask-repeat: repeat-x;
  mask-image: radial-gradient(circle at bottom, transparent 3px, #000 3.5px);
  mask-size: 10px 100%; mask-repeat: repeat-x;
}
.ticket-btn:hover { transform: translateY(-3px); filter: brightness(1.03); }
.ticket-btn:active { transform: translateY(-1px); }
.ticket-btn .noise { opacity: .34; mix-blend-mode: multiply; }
.ticket-btn .band { position: absolute; inset: 0; pointer-events: none; background-image: var(--band); }
.ticket-btn .mark {
  position: absolute; left: -20px; top: 50%; transform: translateY(-50%); pointer-events: none;
  font-family: var(--serif); font-size: clamp(72px, 10vw, 150px); line-height: .72; color: rgba(36, 31, 24, .11);
}
.ticket-btn .sheen { position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 2px 0 rgba(255, 253, 246, .7); }
.ticket-btn .label {
  position: relative; font-size: clamp(12.5px, 1.3vw, 19px); font-weight: 600; letter-spacing: .13em;
  line-height: 1.2; white-space: nowrap; color: #241f18;
}
.ticket-btn .chevrons { position: relative; flex: none; display: flex; align-items: center; gap: 4px; transition: transform .22s cubic-bezier(.22, .61, .36, 1); }
.ticket-btn:hover .chevrons { transform: translateX(6px); }

.ticket-outline-btn {
  display: flex; align-items: center; gap: 20px; min-height: 56px; padding: 0 26px;
  background: none; border: 1px solid var(--line2); cursor: pointer;
  font-family: var(--sans); font-size: 12.5px; font-weight: 500; letter-spacing: .16em; color: var(--sky);
  transition: background .2s, border-color .2s;
}
.ticket-outline-btn:hover { background: rgba(233, 238, 240, .06); border-color: var(--sky); }

/* ---------- home hero ---------- */

.home-hero {
  position: relative; width: 100%; min-height: 100svh; overflow: hidden; background: var(--bg);
  display: flex; flex-direction: column;
}
.hero-media { position: absolute; inset: 0; height: clamp(230px, 42svh, 100%); overflow: hidden; }
@media (min-width: 900px) { .hero-media { height: 100%; } }
.hero-media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 36%;
  filter: grayscale(1) contrast(1.16) brightness(.9);
}
.hero-media .tint { position: absolute; inset: 0; background: var(--photo-tint); mix-blend-mode: color; }
.hero-media .glow { position: absolute; inset: 0; background: radial-gradient(120% 90% at 50% 32%, rgba(126, 180, 206, .18) 0%, rgba(126, 180, 206, 0) 56%); }
.hero-media .vignette { position: absolute; inset: 0; background: radial-gradient(ellipse 112% 86% at 50% 42%, rgba(3, 7, 10, 0) 34%, rgba(3, 7, 10, .82) 100%); }
.hero-media .fade-bottom { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3, 7, 10, .95) 0%, rgba(3, 7, 10, 0) 40%); }
.hero-media .fade-top { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 7, 10, .7) 0%, rgba(3, 7, 10, 0) 20%); }
.hero-media .noise { opacity: .09; mix-blend-mode: overlay; }

.hero-inner {
  position: relative; z-index: 2; flex: 1 1 auto;
  display: flex; flex-direction: column;
  padding: 0 clamp(22px, 4vw, 72px) clamp(30px, 4vw, 52px);
}
.home-hero .site-header { padding-top: clamp(22px, 3vw, 52px); }

.hero-body {
  flex: 1 1 auto; display: flex; align-items: flex-end; min-height: 0;
  padding-top: clamp(200px, 30svh, 320px);
}
@media (min-width: 900px) { .hero-body { align-items: center; padding-top: 0; } }

.hero-statement { max-width: min(46vw, 620px); }
@media (max-width: 899px) { .hero-statement { max-width: 100%; } }

.hero-statement h1 {
  margin: 0; font-family: var(--sans); font-weight: 300;
  font-size: clamp(19px, 2.9vw, 42px); line-height: 1.35; letter-spacing: .17em; color: var(--sky);
}
.hero-rule { width: 44px; height: 1px; margin-top: clamp(20px, 2.4vw, 36px); background: var(--line2); }
.hero-statement p {
  margin: clamp(24px, 3.2vw, 48px) 0 0; font-weight: 300;
  font-size: clamp(12.5px, 1.05vw, 16px); line-height: 2; letter-spacing: .13em; color: var(--dim);
}

.hero-foot {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 32px;
  margin-top: clamp(26px, 3vw, 40px);
}
.scroll-cue { display: flex; flex-direction: column; gap: 14px; }
.scroll-cue span { font-size: 11px; letter-spacing: .18em; color: var(--faint); }
.access-cta-wrap { display: flex; flex-direction: column; align-items: flex-end; gap: clamp(14px, 1.6vw, 22px); max-width: 100%; }
.access-cta-note { font-size: 11px; letter-spacing: .16em; color: var(--dim); text-align: right; }
.access-cta-frame { filter: drop-shadow(0 16px 30px rgba(0, 0, 0, .55)); animation: ogticket .6s cubic-bezier(.2, .7, .3, 1) .2s both; }

/* ---------- the practice ---------- */

.practice {
  position: relative; display: flex; flex-wrap: wrap; width: 100%; min-height: 100svh;
  background: var(--bg); border-top: 1px solid var(--line);
}
.practice-media { position: relative; flex: 1 1 320px; min-height: clamp(260px, 42svh, 760px); overflow: hidden; }
.practice-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 44% 40%; filter: grayscale(1) contrast(1.16) brightness(.82); }
.practice-media .tint { position: absolute; inset: 0; background: var(--photo-tint); mix-blend-mode: color; }
.practice-media .vignette { position: absolute; inset: 0; background: radial-gradient(ellipse 120% 92% at 50% 40%, rgba(3, 7, 10, 0) 30%, rgba(3, 7, 10, .82) 100%); }
.practice-media .fade-right { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 9, 12, 0) 55%, rgba(4, 9, 12, .9) 100%); }
.practice-media .noise { opacity: .08; mix-blend-mode: overlay; }

.practice-content {
  position: relative; flex: 1 1 520px; min-width: 0;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(48px, 6vw, 104px) clamp(22px, 4vw, 80px);
}
.practice-content-inner { width: 100%; max-width: 640px; }
.eyebrow { font-size: 11px; letter-spacing: .28em; color: var(--mute); }
.practice-content h2 {
  margin: clamp(20px, 2.4vw, 34px) 0 0; font-weight: 300;
  font-size: clamp(15px, 1.5vw, 21px); line-height: 1.9; letter-spacing: .15em; color: var(--sky);
}
.practice-content > .practice-content-inner > p {
  margin: clamp(18px, 2.2vw, 30px) 0 clamp(28px, 3.4vw, 50px); font-weight: 300;
  font-size: 12.5px; line-height: 2; letter-spacing: .13em; color: var(--faint);
}

.principle { border-bottom: 1px solid var(--line); }
.principle-trigger {
  display: flex; flex-direction: column; gap: 10px; width: 100%;
  padding: 24px 0 18px; background: none; border: 0; cursor: pointer;
  font-family: var(--sans); text-align: left;
}
.principle:first-child .principle-trigger { padding-top: 0; }
.principle-index { font-size: 10.5px; letter-spacing: .2em; color: var(--mute); }
.principle-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 30px; }
.principle-title { font-size: clamp(14px, 1.3vw, 18px); font-weight: 400; letter-spacing: .13em; color: var(--dim); transition: color .2s; }
.principle-glyph { flex: none; font-size: 17px; font-weight: 300; line-height: 1; color: var(--dim); transition: color .2s; }
.principle-trigger[aria-expanded="true"] .principle-title,
.principle-trigger[aria-expanded="true"] .principle-glyph { color: var(--sky); }
.principle-panel { overflow: hidden; }
.principle-panel:not([hidden]) { animation: ogfade .2s ease both; }
.principle-panel-inner { padding: 0 0 24px; max-width: 54ch; font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--dim); }
.principle-panel[hidden] { display: none; }

.practice-foot {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 26px;
  margin-top: clamp(30px, 4vw, 54px);
}
.practice-foot p { max-width: 34ch; margin: 0; font-size: 12.5px; font-weight: 300; line-height: 1.9; color: var(--faint); }

/* ---------- inner pages (manifesto / contact / privacy / 404) ---------- */

.inner-page { position: relative; width: 100%; min-height: 100svh; display: flex; flex-direction: column; background: var(--bg); animation: ogfade .22s ease both; }

main.manifesto {
  position: relative; z-index: 2; flex: 1 1 auto; display: flex; flex-direction: column; justify-content: center;
  width: 100%; max-width: 1080px; padding: clamp(48px, 8vw, 120px) clamp(22px, 4vw, 72px);
}
.manifesto-lines { display: flex; flex-direction: column; gap: clamp(20px, 2.6vw, 36px); font-weight: 300; font-size: clamp(15px, 1.75vw, 25px); letter-spacing: .15em; line-height: 1.42; color: var(--sky); }
.manifesto-close { margin-top: clamp(24px, 2.6vw, 36px); font-size: 11.5px; font-weight: 400; line-height: 2; letter-spacing: .2em; color: var(--mute); }

.contact-grid {
  position: relative; flex: 1 1 auto; display: flex; flex-wrap: wrap; align-items: stretch;
  gap: clamp(32px, 4vw, 72px); padding: clamp(40px, 6vw, 96px) clamp(22px, 4vw, 72px) 0;
}
.contact-copy { flex: 1 1 380px; min-width: 0; display: flex; flex-direction: column; padding-bottom: clamp(36px, 5vw, 80px); }
.contact-copy h1 { margin: 0; font-weight: 300; font-size: clamp(19px, 2.5vw, 36px); line-height: 1.5; letter-spacing: .14em; color: var(--sky); }
.contact-copy .lede { margin-top: clamp(24px, 3vw, 44px); font-size: 15px; font-weight: 300; line-height: 1.8; color: var(--dim); }
.contact-email { align-self: flex-start; margin-top: clamp(14px, 1.8vw, 24px); padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: clamp(16px, 1.7vw, 24px); font-weight: 300; letter-spacing: .02em; color: var(--sky); word-break: break-word; transition: border-color .2s; }
.contact-email:hover { border-color: var(--sky); }
.contact-foot { margin-top: auto; padding-top: clamp(36px, 5vw, 80px); font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--faint); }
.contact-media { position: relative; flex: 1 1 380px; min-height: clamp(220px, 44svh, 620px); overflow: hidden; }
.contact-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% 22%; filter: grayscale(1) contrast(1.2) brightness(.62); }
.contact-media .tint { position: absolute; inset: 0; background: var(--photo-tint); mix-blend-mode: color; }
.contact-media .vignette { position: absolute; inset: 0; background: radial-gradient(ellipse 120% 96% at 50% 46%, rgba(3, 7, 10, 0) 24%, rgba(3, 7, 10, .86) 100%); }
.contact-media .noise { opacity: .08; mix-blend-mode: overlay; }
.contact-media .mark { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: clamp(36px, 4.4vw, 64px); color: rgba(238, 242, 243, .9); }

main.privacy-main { position: relative; z-index: 2; flex: 1 1 auto; width: 100%; max-width: 820px; padding: clamp(48px, 8vw, 120px) clamp(22px, 4vw, 72px) clamp(36px, 5vw, 80px); }
main.privacy-main h1 { margin: 0; font-weight: 400; font-size: clamp(16px, 1.6vw, 22px); letter-spacing: .22em; color: var(--sky); }
.privacy-rule { width: 36px; height: 1px; margin-top: clamp(20px, 2.4vw, 32px); background: var(--line2); }
.privacy-body { display: flex; flex-direction: column; gap: clamp(20px, 2.6vw, 36px); margin-top: clamp(30px, 4vw, 56px); max-width: 50ch; font-size: clamp(14px, 1.15vw, 16px); font-weight: 300; line-height: 1.95; color: var(--dim); }
.privacy-body p { margin: 0; }
.text-link-back {
  display: inline-flex; align-items: center; gap: 16px; margin-top: clamp(40px, 6vw, 96px); min-height: 44px;
  padding: 0; background: none; border: 0; cursor: pointer;
  font-family: var(--sans); font-size: 11.5px; letter-spacing: .19em; color: var(--faint); transition: color .2s;
}
.text-link-back:hover { color: var(--sky); }

.error-main { position: relative; z-index: 2; flex: 1 1 auto; display: flex; flex-direction: column; justify-content: center; width: 100%; max-width: 720px; padding: clamp(48px, 8vw, 120px) clamp(22px, 4vw, 72px); }
.error-main .eyebrow { color: var(--mute); }
.error-main h1 { margin: 12px 0 0; font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 5vw, 58px); color: var(--sky); }
.error-main p { margin: 20px 0 0; max-width: 46ch; font-size: 14px; font-weight: 300; line-height: 1.8; color: var(--dim); }
.error-main .ticket-outline-btn { margin-top: clamp(28px, 3vw, 40px); text-decoration: none; }

/* ---------- footer ---------- */

.site-footer {
  position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 22px; padding: clamp(24px, 3vw, 44px) clamp(22px, 4vw, 72px); border-top: 1px solid var(--line); background: var(--bg);
}
.site-footer .wordmark { font-size: 26px; cursor: default; }
.footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(16px, 2.4vw, 34px); }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; font-size: 11px; letter-spacing: .18em; color: var(--faint); transition: color .2s; }
.footer-links a:hover, .footer-links a[aria-current="page"] { color: var(--sky); }
.footer-copy { font-size: 10.5px; letter-spacing: .14em; color: var(--mute); }

/* ---------- access-request dialog ---------- */

.overlay {
  position: fixed; inset: 0; z-index: 40; display: flex; align-items: center; justify-content: center;
  padding: clamp(16px, 4vw, 56px);
}
.overlay-backdrop { position: absolute; inset: 0; background: rgba(2, 5, 7, .7); backdrop-filter: blur(2px); animation: ogfade .2s ease both; border: 0; cursor: pointer; }
.overlay-frame { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: clamp(14px, 2vw, 26px); width: min(100%, 560px); max-height: 100%; }

.access-dialog {
  position: relative; width: 100%; max-height: 100%; overflow-y: auto;
  padding: clamp(26px, 3vw, 44px); background: var(--paper); color: var(--ink); outline: none;
  box-shadow: 0 30px 64px rgba(0, 0, 0, .6); animation: ogcard .3s cubic-bezier(.22, .61, .36, 1) both;
  -webkit-mask-image: radial-gradient(circle at bottom, transparent 3px, #000 3.5px);
  -webkit-mask-size: 10px 100%; -webkit-mask-repeat: repeat-x;
  mask-image: radial-gradient(circle at bottom, transparent 3px, #000 3.5px);
  mask-size: 10px 100%; mask-repeat: repeat-x;
}
.access-dialog .noise { opacity: .34; mix-blend-mode: multiply; }
.access-dialog .band { position: absolute; inset: 0; pointer-events: none; background-image: var(--band); }
.access-dialog .sheen { position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 2px 0 rgba(255, 253, 246, .7); }

.step-count { position: absolute; top: clamp(26px, 3vw, 44px); right: clamp(26px, 3vw, 44px); font-size: 10px; font-weight: 500; letter-spacing: .22em; color: var(--ink-soft); }

.access-step { position: relative; display: flex; flex-direction: column; }
.access-step h2 { margin: 0; font-weight: 600; font-size: clamp(16px, 1.7vw, 23px); letter-spacing: .09em; line-height: 1.35; color: var(--ink); }
.access-step .step-hint { margin: clamp(14px, 1.8vw, 24px) 0 0; max-width: 34ch; font-size: 14px; font-weight: 400; line-height: 1.75; color: var(--ink-soft); }

.choice-list { display: flex; flex-direction: column; gap: 10px; margin-top: clamp(24px, 3vw, 38px); }
.choice-btn {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; min-height: 60px;
  padding: 0 20px; background: none; border: 1px solid rgba(92, 85, 73, .4); cursor: pointer;
  font-family: var(--sans); font-size: 13.5px; font-weight: 500; letter-spacing: .14em; color: var(--ink); text-align: left;
  transition: background .18s, border-color .18s;
}
.choice-btn:hover { background: rgba(92, 85, 73, .09); border-color: var(--ink); }
.choice-btn svg { flex: none; }

.channel-hint { max-width: 44ch; margin-top: clamp(14px, 1.6vw, 20px); font-size: 12.5px; font-weight: 300; line-height: 1.95; color: var(--faint); }

.access-form { display: flex; flex-direction: column; }
.field-label { margin-top: clamp(22px, 3vw, 40px); font-size: 11px; letter-spacing: .16em; color: var(--ink-soft); }
.field-label:first-of-type { margin-top: 0; }
.field-input {
  display: block; width: 100%; margin-top: 8px; min-height: 44px; padding: 0 0 10px; background: none; border: 0;
  border-bottom: 1px solid rgba(92, 85, 73, .36); outline: none; font-family: var(--sans); font-size: 15px; color: var(--ink);
}
.field-input[aria-invalid="true"] { border-bottom-color: var(--error); }
.field-error { margin-top: 10px; font-size: 12.5px; line-height: 1.6; color: var(--error); }

.source-group { display: flex; flex-direction: column; margin-top: 8px; }
.source-option { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 0; background: none; border: 0; cursor: pointer; font-family: var(--sans); font-size: 13.5px; color: var(--ink); text-align: left; }
.source-dot { flex: none; display: flex; align-items: center; justify-content: center; width: 13px; height: 13px; border: 1px solid rgba(92, 85, 73, .62); border-radius: 50%; }
.source-dot span { width: 7px; height: 7px; border-radius: 50%; background: transparent; }
.source-option[aria-checked="true"] .source-dot span { background: var(--ink); }

.submit-btn {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; align-self: flex-start;
  margin-top: clamp(24px, 3vw, 42px); min-width: min(100%, 220px); min-height: 56px; padding: 0 24px;
  background: var(--ink); border: 0; cursor: pointer;
  font-family: var(--sans); font-size: 12.5px; font-weight: 600; letter-spacing: .16em; color: #f2ecdf; transition: background .18s;
}
.submit-btn:hover { background: #2c2723; }
.submit-btn:disabled { background: var(--ink-soft); cursor: default; }

.step-done { display: flex; gap: clamp(18px, 2.4vw, 32px); }
.step-done-rail { flex: none; display: flex; align-items: center; justify-content: center; align-self: stretch; padding-right: clamp(16px, 2vw, 26px); border-right: 1px dashed rgba(92, 85, 73, .5); }
.step-done-rail span { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 10px; font-weight: 500; letter-spacing: .26em; color: var(--ink-soft); }
.step-done-body { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; }
.step-done-body h2 { margin: 0; font-weight: 600; font-size: clamp(15px, 1.6vw, 21px); letter-spacing: .08em; line-height: 1.4; color: var(--ink); }
.step-done-list { display: flex; flex-direction: column; gap: 16px; margin-top: clamp(20px, 2.4vw, 30px); max-width: 34ch; font-size: 13.5px; font-weight: 400; line-height: 1.75; color: var(--ink-soft); }
.step-done-body .until { margin-top: clamp(22px, 2.6vw, 34px); font-size: 13.5px; line-height: 1.75; color: var(--ink-soft); }
.step-done-body .practice-line { margin-top: 10px; font-size: clamp(13px, 1.4vw, 18px); font-weight: 600; letter-spacing: .11em; color: var(--ink); }

.return-home-frame { filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .5)); animation: ogcard .36s cubic-bezier(.22, .61, .36, 1) .1s both; }
.return-home-frame .ticket-btn { max-width: none; min-height: 60px; }

.access-trust {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px; width: 100%;
  margin-top: clamp(20px, 2.6vw, 32px);
}
.trust-back {
  display: flex; align-items: center; gap: 14px; min-height: 44px; padding: 0; background: none; border: 0; cursor: pointer;
  font-family: var(--sans); font-size: 11px; letter-spacing: .19em; color: var(--faint); transition: color .2s;
}
.trust-back:hover { color: var(--sky); }
.trust-note { font-size: 10.5px; line-height: 2; letter-spacing: .13em; color: var(--mute); text-align: right; }

@media (max-width: 640px) {
  .access-trust { flex-direction: column; align-items: flex-start; gap: 14px; }
  .trust-note { text-align: left; }
}
