:root {
  --paper: #fcfaf8;
  --ink: #0f1729;
  --slate: #64748b;
  --line: #e6e1db;
  --ivory: #f4f0e8;
  --night: #0d1b2a;
  --brass: #b58a45;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
button, a { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--brass); outline-offset: 4px; }
.shell { width: min(1184px, calc(100% - 96px)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(252, 250, 248, .94);
  backdrop-filter: blur(12px);
}
.nav-shell { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { color: var(--ink); font-family: var(--serif); font-size: 24px; line-height: 1; text-decoration: none; }
.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 0;
  padding: 16px 28px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.button-small { min-height: 44px; padding: 11px 18px; font-size: 13px; }
.button:disabled { cursor: not-allowed; opacity: .82; }
.button-light { border-color: var(--paper); background: var(--paper); color: var(--ink); }

.hero { padding-block: 82px 108px; text-align: center; }
.hero-copy { max-width: 920px; margin-inline: auto; }
.eyebrow { margin: 0 0 20px; color: var(--slate); font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #c2cbd4; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.022em; }
.hero h1 { max-width: 900px; margin: 0 auto; font-size: clamp(52px, 5vw, 72px); line-height: 1.1; }
.hero-copy > p:not(.eyebrow) { max-width: 700px; margin: 24px auto 0; color: var(--slate); font-size: 18px; }
.hero-copy > .watch-first-note { margin-top: 28px; color: var(--ink); font-size: 15px; letter-spacing: .01em; }
.watch-first-note strong { color: var(--brass); font-weight: 700; }
.hero-copy .lede { margin-top: 30px; color: var(--ink); font-size: 20px; }
.location-line { display: inline-flex; align-items: center; justify-content: center; gap: 10px; margin-top: 24px !important; color: var(--ink) !important; font-size: 13px !important; font-weight: 600; letter-spacing: .02em; }
.location-line span { width: 8px; height: 8px; border: 2px solid var(--brass); border-radius: 50%; box-shadow: 0 0 0 4px rgba(181,138,69,.13); }
.cta-stack { margin-top: 34px; }
.cta-stack .microcopy { margin: 10px 0 0; color: var(--slate); font-size: 13px; }
.video-card { width: 100%; min-width: 0; margin: 20px auto 0; text-align: left; }
.video-frame { position: relative; isolation: isolate; aspect-ratio: 16 / 9; overflow: hidden; background: var(--night); }
.video-frame video { display: block; width: 100%; height: 100%; background: var(--night); object-fit: contain; }

.section-rule { border-top: 1px solid var(--line); }
.problem { padding-block: 112px; }
.narrow-center { max-width: 900px; text-align: center; }
.narrow-center h2, .questions-intro h2 { margin: 0; font-size: clamp(42px, 4vw, 58px); line-height: 1.12; }
.prose { color: var(--slate); font-size: 17px; }
.prose p { margin: 0 0 16px; }
.columns { columns: 2; column-gap: 72px; margin-top: 46px; text-align: left; }
.columns p { break-inside: avoid; }
.withdrawal-visual { display: grid; grid-template-columns: 1fr 52px 1fr 52px 1fr; gap: 14px; align-items: center; max-width: 880px; margin: 64px auto 0; border: 1px solid var(--line); padding: 34px; background: #fff; text-align: left; }
.withdrawal-stage { min-width: 0; }
.visual-label { display: block; margin-bottom: 14px; color: var(--slate); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.account-stack { display: flex; height: 72px; align-items: end; gap: 5px; border-bottom: 1px solid var(--ink); padding: 0 6px 6px; }
.account-stack i { width: 20%; background: var(--ink); }
.stack-full i:nth-child(1) { height: 42%; } .stack-full i:nth-child(2) { height: 58%; } .stack-full i:nth-child(3) { height: 72%; } .stack-full i:nth-child(4) { height: 84%; } .stack-full i:nth-child(5) { height: 100%; }
.stack-down i:nth-child(1) { height: 34%; } .stack-down i:nth-child(2) { height: 44%; } .stack-down i:nth-child(3) { height: 52%; } .stack-down i:nth-child(4) { height: 61%; } .stack-down i:nth-child(5) { height: 68%; }
.stack-withdraw i { background: var(--brass); } .stack-withdraw i:nth-child(1) { height: 22%; } .stack-withdraw i:nth-child(2) { height: 29%; } .stack-withdraw i:nth-child(3) { height: 35%; } .stack-withdraw i:nth-child(4) { height: 42%; } .stack-withdraw i:nth-child(5) { height: 48%; }
.visual-arrow { position: relative; height: 1px; background: var(--line); }
.visual-arrow::after { content: ""; position: absolute; top: -4px; right: 0; width: 7px; height: 7px; transform: rotate(45deg); border-top: 1px solid var(--slate); border-right: 1px solid var(--slate); }
.withdrawal-visual > p { grid-column: 1 / -1; margin: 10px 0 0; border-top: 1px solid var(--line); padding-top: 18px; color: var(--ink); font-family: var(--serif); font-size: 22px; text-align: center; }

.difference { padding-block: 112px; background: var(--night); color: #fff; }
.difference-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.section-heading h2 { max-width: 500px; margin: 0; font-size: clamp(42px, 4vw, 58px); line-height: 1.12; }
.difference-copy { padding-left: 50px; border-left: 1px solid rgba(255,255,255,.18); color: #c2cbd4; font-size: 18px; }
.difference-copy p { max-width: 580px; margin: 0 0 19px; }
.difference-copy p:nth-child(3) { color: #fff; font-weight: 600; }

.questions { padding-block: 116px; }
.questions-intro { max-width: 790px; }
.question-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.question-grid article { min-width: 0; padding: 38px 30px 42px; border-left: 1px solid var(--line); }
.question-grid article:first-child { border-left: 0; padding-left: 0; }
.question-grid article:last-child { padding-right: 0; }
.number { color: var(--brass); font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.question-icon { position: relative; display: block; width: 52px; height: 52px; margin-top: 20px; color: var(--ink); }
.icon-watch { border: 1px solid var(--line); border-radius: 50%; }
.icon-watch::before { content: ""; position: absolute; top: 18px; left: 10px; width: 30px; height: 15px; border: 1px solid var(--ink); border-radius: 50% / 60%; }
.icon-watch i { position: absolute; top: 22px; left: 22px; width: 7px; height: 7px; border-radius: 50%; background: var(--brass); }
.icon-change { display: flex; flex-direction: column; justify-content: space-around; border: 1px solid var(--line); padding: 10px 8px; }
.icon-change i { position: relative; display: block; height: 1px; background: var(--ink); }
.icon-change i::after { content: ""; position: absolute; top: -4px; width: 9px; height: 9px; border: 2px solid var(--brass); border-radius: 50%; background: var(--paper); }
.icon-change i:nth-child(1)::after { left: 6px; } .icon-change i:nth-child(2)::after { right: 5px; } .icon-change i:nth-child(3)::after { left: 16px; }
.icon-limits { display: grid; place-items: center; border: 1px solid var(--brass); transform: rotate(45deg); }
.icon-limits i { transform: rotate(-45deg); font-family: var(--serif); font-size: 23px; font-style: normal; }
.question-grid h3 { min-height: 85px; margin: 16px 0 24px; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.25; }
.question-grid p { margin: 0 0 12px; color: var(--slate); }
.section-cta { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.section-cta p { max-width: 440px; margin: 0; color: var(--slate); font-size: 14px; }

.call { padding-block: 112px; }
.call-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.call h2 { max-width: 520px; margin: 0; font-size: clamp(42px, 4vw, 58px); line-height: 1.12; }
.boundary { margin-top: 30px; border-left: 3px solid var(--brass); padding: 3px 0 3px 25px; color: var(--ink); }

.jack { padding-block: 112px; background: var(--night); color: #fff; }
.jack-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: stretch; }
.jack-portrait { min-height: 620px; margin: 0; overflow: hidden; background: #162535; }
.jack-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.88) contrast(.98); }
.jack-copy { align-self: center; }
.jack h2 { margin: 0 0 30px; font-size: clamp(42px, 4vw, 58px); line-height: 1.12; }
.jack p:not(.eyebrow) { max-width: 590px; margin: 0 0 16px; color: #c2cbd4; font-size: 17px; }
.text-link { min-height: 44px; margin-top: 20px; border: 0; border-bottom: 1px solid #fff; padding: 0; background: transparent; color: #fff; font-size: 14px; }
.text-link:disabled { cursor: not-allowed; opacity: .78; }
.nyc-proof { display: grid; grid-template-columns: 112px 1fr; gap: 24px; align-items: center; margin-top: 36px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 28px; }
.nyc-map { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.25); background: repeating-linear-gradient(90deg, transparent 0 15px, rgba(255,255,255,.12) 15px 16px), repeating-linear-gradient(0deg, transparent 0 20px, rgba(255,255,255,.12) 20px 21px); }
.nyc-map::before { content: "5th"; position: absolute; top: 7px; left: 52px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .08em; }
.nyc-map::after { content: "56th"; position: absolute; right: 6px; bottom: 47px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .08em; }
.nyc-map span { position: absolute; top: 48px; left: 48px; width: 14px; height: 14px; border: 3px solid var(--brass); border-radius: 50%; background: var(--night); box-shadow: 0 0 0 5px rgba(181,138,69,.17); }
.nyc-kicker { display: block; margin-bottom: 6px; color: var(--brass); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.nyc-proof strong { display: block; color: #fff; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.jack .nyc-proof p { margin: 5px 0 0; font-size: 13px; }

.faq { padding-block: 116px; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 116px; }
.faq h2 { margin: 0; font-size: clamp(40px, 3.5vw, 52px); line-height: 1.14; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; border: 0; padding: 18px 4px; background: transparent; color: var(--ink); font-size: 17px; font-weight: 500; text-align: left; cursor: pointer; }
.plus { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.plus::before, .plus::after { content: ""; position: absolute; top: 8px; left: 1px; width: 16px; height: 1px; background: currentColor; transition: transform .2s ease; }
.plus::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] .plus::after { transform: rotate(0); }
.faq-answer { max-width: 650px; padding: 0 50px 24px 4px; color: var(--slate); }
.faq-answer p { margin: 0 0 10px; }

.final-cta { padding-block: 108px; background: var(--ink); color: #fff; text-align: center; }
.final-inner { max-width: 1050px; }
.final-cta h2 { margin: 0 0 26px; font-size: clamp(44px, 4.5vw, 64px); line-height: 1.1; }
.final-cta p:not(.eyebrow) { margin: 7px 0; color: #c2cbd4; font-size: 17px; }
.calendar-shell { min-height: 760px; margin-top: 44px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: var(--paper); text-align: left; }
.calendly-inline-widget { min-width: 320px; height: 760px; }
.calendar-fallback { margin: 0 !important; padding: 32px; color: var(--ink) !important; text-align: center; }
.calendar-fallback a { color: var(--ink); font-weight: 600; }
footer { padding-block: 70px 48px; }
.footer-top { padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.disclosures { padding-top: 30px; color: var(--slate); font-size: 12px; line-height: 1.6; }
.disclosures p { margin: 0 0 9px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.legal-links a { color: var(--ink); font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-links a:hover, .legal-links a:focus-visible { color: var(--brass); }

.privacy-page main { padding-block: 72px 96px; }
.privacy-content { max-width: 820px; }
.privacy-content h1 { margin-bottom: 20px; }
.privacy-content h2 { margin-top: 44px; margin-bottom: 14px; font-size: clamp(28px, 4vw, 40px); }
.privacy-content p, .privacy-content li { color: var(--slate); line-height: 1.75; }
.privacy-content ul { padding-left: 22px; }
.privacy-status { margin: 24px 0 36px; padding: 16px 18px; border: 1px solid var(--line); background: var(--ivory); font-size: 14px; }

.confirmation-hero { padding-block: 92px 104px; text-align: center; }
.confirmation-inner { max-width: 820px; text-align: center; }
.confirmation-mark { display: grid; width: 70px; height: 70px; place-items: center; margin: 0 auto 30px; border: 1px solid var(--brass); border-radius: 50%; }
.confirmation-mark span { width: 25px; height: 13px; transform: translateY(-3px) rotate(-45deg); border-bottom: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.confirmation-hero h1 { margin: 0; font-size: clamp(54px, 7vw, 82px); line-height: 1.05; }
.confirmation-hero p:not(.eyebrow) { max-width: 660px; margin: 20px auto 0; color: var(--slate); font-size: 17px; }
.confirmation-hero .confirmation-lede { color: var(--ink) !important; font-size: 21px !important; }
.confirmation-details { padding-block: 104px; }
.confirmation-heading { max-width: 720px; margin-inline: auto; text-align: center; }
.confirmation-heading h2, .confirmation-prep h2, .confirmation-next h2 { margin: 0; font-size: clamp(42px, 4vw, 58px); line-height: 1.12; }
.confirmation-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 56px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.confirmation-grid article { padding: 34px 28px 38px; border-left: 1px solid var(--line); }
.confirmation-grid article:first-child { border-left: 0; }
.confirmation-grid article > span { color: var(--brass); font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.confirmation-grid h3 { margin: 18px 0 16px; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.2; }
.confirmation-grid p { margin: 0; color: var(--slate); }
.confirmation-prep { padding-block: 104px; background: var(--night); color: #fff; }
.confirmation-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.confirmation-split > div:last-child { border-left: 1px solid rgba(255,255,255,.18); padding-left: 48px; color: #c2cbd4; font-size: 17px; }
.confirmation-split p { margin: 0 0 18px; }
.confirmation-note { margin-top: 30px !important; border-left: 3px solid var(--brass); padding-left: 22px; color: #fff; }
.confirmation-next { padding-block: 104px; text-align: center; }
.confirmation-next p:not(.eyebrow) { max-width: 650px; margin: 18px auto 0; color: var(--slate); font-size: 17px; }
.confirmation-next .button { margin-top: 34px; text-decoration: none; }

@media (max-width: 980px) {
  .shell { width: min(100% - 52px, 760px); }
  .hero { padding-block: 72px 90px; }
  .hero h1 { font-size: 52px; }
  .difference-grid, .call-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .confirmation-grid { grid-template-columns: 1fr; }
  .confirmation-grid article, .confirmation-grid article:first-child { border-left: 0; border-top: 1px solid var(--line); }
  .confirmation-grid article:first-child { border-top: 0; }
  .confirmation-split { grid-template-columns: 1fr; gap: 40px; }
  .confirmation-split > div:last-child { border-left: 0; padding-left: 0; }
  .jack-grid { grid-template-columns: 1fr; gap: 48px; }
  .jack-portrait { min-height: 0; aspect-ratio: 4 / 3; }
  .difference-copy { padding-left: 0; border-left: 0; }
  .question-grid { grid-template-columns: 1fr; }
  .question-grid article, .question-grid article:first-child, .question-grid article:last-child { padding: 30px 0; border-left: 0; border-top: 1px solid var(--line); }
  .question-grid article:first-child { border-top: 0; }
  .question-grid h3 { min-height: 0; }

  .faq-intro { position: static; }
}

@media (max-width: 680px) {
  .shell { width: calc(100% - 44px); }
  .nav-shell { height: 68px; }
  .button-small { padding-inline: 14px; }
  .hero { padding-block: 52px 72px; }
  .hero h1 { font-size: clamp(40px, 11vw, 46px); }
  .hero-copy .lede { font-size: 18px; }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .cta-stack .button, .section-cta .button, .final-cta .button { width: 100%; }
  .video-card { margin-top: 34px; }
  .jack-portrait { aspect-ratio: 3 / 4; }
  .jack-portrait img { object-position: center; }

  .problem, .difference, .questions, .call, .jack, .faq { padding-block: 76px; }
  .narrow-center h2, .questions-intro h2, .section-heading h2, .call h2, .jack h2, .faq h2 { font-size: 39px; }
  .columns { columns: 1; margin-top: 34px; }
  .withdrawal-visual { grid-template-columns: 1fr; gap: 22px; margin-top: 44px; padding: 28px 24px; }
  .visual-arrow { width: 1px; height: 24px; margin-left: 50%; background: var(--line); }
  .visual-arrow::after { top: auto; right: -3px; bottom: 0; transform: rotate(135deg); }
  .withdrawal-visual > p { grid-column: 1; }
  .section-cta { align-items: stretch; flex-direction: column; }

  .faq-grid { gap: 40px; }
  .nyc-proof { grid-template-columns: 88px 1fr; gap: 18px; }
  .faq-item button { min-height: 72px; font-size: 16px; }
  .final-cta { padding-block: 78px; }
  .calendar-shell { min-height: 700px; margin-top: 34px; margin-inline: -12px; }
  .calendly-inline-widget { height: 700px; }
  .confirmation-hero, .confirmation-details, .confirmation-prep, .confirmation-next { padding-block: 72px; }
  .final-cta h2 { font-size: 42px; }
  footer { padding-block: 54px 36px; }
  .legal-links { display: grid; gap: 12px; }
}

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