:root {
  --ink: #171513;
  --paper: #fffaf0;
  --cream: #f7edcf;
  --orange: #f2603f;
  --orange-dark: #ce4228;
  --gold: #e5bb7e;
  --green: #b9d7b1;
  --blue: #b9d4de;
  --line: 2px solid var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; opacity: .2; background-image: radial-gradient(#7d5a37 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #1672d4; outline-offset: 3px; }
h1, h2, h3 { font-family: "Bricolage Grotesque", sans-serif; }

.site-header { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font: 800 20px "Bricolage Grotesque", sans-serif; }
.brand img { width: 48px; height: 48px; border: var(--line); border-radius: 50%; }
.preview-label { padding: 8px 12px; border: var(--line); border-radius: 999px; background: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

main { width: min(1180px, calc(100% - 40px)); margin: 0 auto 70px; }
.hero { min-height: 610px; padding: clamp(45px, 7vw, 90px); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: center; gap: 55px; border: var(--line); border-radius: 38px; background: var(--paper); box-shadow: 8px 8px 0 var(--ink); overflow: hidden; position: relative; }
.hero::before { content: "BETA"; position: absolute; left: 30px; bottom: -42px; color: var(--gold); opacity: .22; font: 800 clamp(100px, 18vw, 230px)/1 "Bricolage Grotesque", sans-serif; letter-spacing: -.09em; }
.hero-copy, .hero-art { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 11px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1 { max-width: 720px; margin: 0; font-size: clamp(58px, 9vw, 112px); line-height: .87; letter-spacing: -.07em; }
h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 650px; margin: 28px 0; color: #5d554c; font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.primary-action { display: inline-block; padding: 14px 21px; border: var(--line); border-radius: 999px; background: var(--orange); color: #fff; box-shadow: 4px 4px 0 var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.primary-action:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.availability { display: inline-block; margin: 0 0 0 18px; color: #696057; font-size: 12px; }
.hero-art { min-height: 390px; display: grid; place-items: center; border: var(--line); border-radius: 50%; background: var(--green); box-shadow: 7px 7px 0 var(--ink); }
.hero-art img { width: 62%; max-width: 255px; aspect-ratio: 1; object-fit: cover; border: var(--line); border-radius: 50%; position: relative; z-index: 2; }
.hero-art .testing-label { position: absolute; right: -12px; bottom: 42px; z-index: 3; padding: 12px 18px; border: var(--line); border-radius: 16px; background: var(--orange); color: #fff; font: 800 18px/1.15 "Bricolage Grotesque", sans-serif; white-space: nowrap; transform: rotate(-3deg); }
.orbit { position: absolute; border: 2px dashed rgba(23, 21, 19, .38); border-radius: 50%; }
.orbit-one { inset: 28px; }
.orbit-two { inset: 62px; }

.reward-strip { margin: 38px 0 110px; padding: 28px 32px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 26px; border: var(--line); border-radius: 24px; background: var(--orange); color: #fff; box-shadow: 5px 5px 0 var(--ink); }
.reward-icon { width: 76px; height: 76px; display: grid; place-items: center; flex: none; border: var(--line); border-radius: 50%; background: var(--gold); box-shadow: 4px 4px 0 var(--ink); transform: rotate(-5deg); }
.reward-icon svg { width: 48px; height: 48px; fill: #fff7df; stroke: var(--ink); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
.reward-strip p { margin: 0; font-size: 13px; line-height: 1.5; }
.reward-strip div > p { font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.reward-strip h2 { margin: 3px 0 0; font-size: clamp(25px, 3vw, 38px); line-height: 1; }

.membership-preview { margin: -72px 0 110px; padding: clamp(26px, 4vw, 44px); display: grid; grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr); gap: clamp(24px, 5vw, 70px); align-items: start; border: var(--line); border-radius: 28px; background: var(--paper); box-shadow: 6px 6px 0 var(--ink); }
.membership-preview h2 { margin: 0; font-size: clamp(34px, 4.5vw, 56px); line-height: .95; letter-spacing: -.05em; }
.membership-preview-copy > p { margin: 0; color: #514a43; font-size: 17px; line-height: 1.65; }
.membership-feature-list { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 9px; }
.membership-feature-list span { padding: 9px 12px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--green); font: 800 11px/1.2 "Bricolage Grotesque", sans-serif; }

.content-section, .steps-section { margin: 0 0 110px; }
.section-heading { max-width: 760px; margin-bottom: 35px; }
.section-heading h2, .split-section h2, .application-section h2 { margin: 0 0 14px; font-size: clamp(38px, 6vw, 68px); line-height: .95; letter-spacing: -.05em; }
.section-heading > p:last-child, .split-section p, .application-section p { color: #625a51; line-height: 1.6; }
.week-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.week-grid article { min-height: 260px; padding: 27px; border: var(--line); border-radius: 24px; background: var(--paper); box-shadow: 5px 5px 0 var(--ink); }
.week-grid article:nth-child(2) { background: var(--blue); }
.week-grid article:nth-child(3) { background: var(--green); }
.week-grid span { display: inline-block; padding: 6px 10px; border: 1.5px solid var(--ink); border-radius: 999px; background: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.week-grid h3 { margin: 38px 0 10px; font-size: 38px; letter-spacing: -.04em; }
.week-grid p { margin: 0; color: #514a43; line-height: 1.55; }

.split-section { margin: 0 0 110px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.split-section > div { padding: clamp(28px, 4vw, 48px); border: var(--line); border-radius: 28px; box-shadow: 6px 6px 0 var(--ink); }
.qualify-card { background: var(--paper); }
.data-card { background: var(--gold); }
.split-section h2 { font-size: clamp(35px, 4.6vw, 56px); }
.qualify-card ul { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.qualify-card li { padding-left: 29px; position: relative; }
.qualify-card li::before { content: "\2713"; width: 20px; height: 20px; display: grid; place-items: center; position: absolute; left: 0; top: 1px; border: 1.5px solid var(--ink); border-radius: 50%; background: var(--green); font-size: 11px; font-weight: 800; }
.data-tags { margin: 25px 0; display: flex; flex-wrap: wrap; gap: 8px; }
.data-tags span { padding: 8px 11px; border: 1.5px solid var(--ink); border-radius: 999px; background: rgba(255,255,255,.65); font-size: 11px; font-weight: 800; }
.data-card small { display: block; padding-top: 18px; border-top: 1.5px solid rgba(23,21,19,.4); line-height: 1.5; }

.compact { max-width: 600px; }
.steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; list-style: none; }
.steps li { padding: 22px; border-top: var(--line); }
.steps li > span { width: 36px; height: 36px; margin-bottom: 35px; display: grid; place-items: center; border: var(--line); border-radius: 50%; background: var(--orange); color: #fff; font-weight: 800; }
.steps strong { font: 800 24px "Bricolage Grotesque", sans-serif; }
.steps p { color: #625a51; font-size: 13px; line-height: 1.55; }

.application-section { padding: clamp(26px, 5vw, 54px); border: var(--line); border-radius: 30px; background: var(--green); box-shadow: 6px 6px 0 var(--ink); }
.application-intro { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 30px; }
.application-intro > img { width: 112px; height: 112px; border: var(--line); border-radius: 50%; }
.application-section h2 { max-width: 760px; font-size: clamp(35px, 5vw, 58px); }
.application-intro > div > p { max-width: 760px; margin-bottom: 0; }
.application-note { max-width: 760px; margin-top: 22px; padding: 15px 17px; display: grid; gap: 3px; border: 1.5px solid var(--ink); border-radius: 14px; background: rgba(255,255,255,.55); }
.application-note strong { font: 800 14px "Bricolage Grotesque", sans-serif; }
.application-note span { color: #534d46; font-size: 12px; line-height: 1.5; }
.application-form { margin-top: 38px; padding: clamp(22px, 4vw, 38px); display: grid; gap: 18px; border: var(--line); border-radius: 23px; background: var(--paper); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.application-form label { display: grid; gap: 7px; }
.single-field { max-width: calc(50% - 8px); }
.application-form label > span:first-child { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.application-form label b, .application-form label small { margin-left: 5px; color: var(--orange-dark); font-size: 9px; letter-spacing: .07em; }
.application-form label small { color: #716960; }
.application-form input:not([type="checkbox"]), .application-form select { width: 100%; min-height: 49px; padding: 12px 13px; border: var(--line); border-radius: 11px; background: #fff; color: var(--ink); font: 15px "DM Sans", sans-serif; }
.application-form input:focus, .application-form select:focus { outline: 3px solid rgba(22,114,212,.28); outline-offset: 1px; }
.option-group { margin: 0; padding: 17px; border: 1.5px solid var(--ink); border-radius: 13px; background: #fff; }
.option-group legend { padding: 0 7px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.option-group legend b { margin-left: 5px; color: var(--orange-dark); font-size: 9px; letter-spacing: .07em; }
.option-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); gap: 10px; }
.option-check { min-height: 42px; padding: 10px 12px; display: flex !important; grid-template-columns: auto 1fr; align-items: center; border: 1.5px solid #9a9185; border-radius: 10px; background: var(--paper); cursor: pointer; }
.option-check:has(input:checked) { border-color: var(--ink); background: var(--green); box-shadow: 2px 2px 0 var(--ink); }
.option-check input { width: 18px; height: 18px; margin: 0; accent-color: var(--orange); }
.option-check span { font-size: 12px; font-weight: 800; }
.other-browser { max-width: 360px; margin-top: 13px; }
.commitment-check { padding: 16px; grid-template-columns: auto 1fr; align-items: start; border: 1.5px solid var(--ink); border-radius: 13px; background: #f8efd4; cursor: pointer; }
.commitment-check input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--orange); }
.commitment-check span { color: #554f48; font-size: 13px; line-height: 1.5; text-transform: none !important; letter-spacing: 0 !important; }
.commitment-check strong { color: var(--ink); }
.form-footer { display: flex; align-items: center; gap: 18px; }
.form-footer button { padding: 14px 20px; flex: none; border: var(--line); border-radius: 999px; background: var(--orange); color: #fff; box-shadow: 3px 3px 0 var(--ink); cursor: pointer; font: 800 12px "DM Sans", sans-serif; text-transform: uppercase; }
.form-footer button:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.form-footer p { margin: 0; font-size: 11px; }
.preview-success { padding: 16px 18px; display: grid; gap: 4px; border: var(--line); border-radius: 13px; background: #dff1df; }
.preview-success[hidden] { display: none; }
.preview-success strong { font: 800 17px "Bricolage Grotesque", sans-serif; }
.preview-success span { color: #4f5c4e; font-size: 12px; line-height: 1.45; }
.trap { position: absolute !important; left: -10000px !important; }
.live-application-notice { font-size: 15px; }
.live-application-notice strong, .live-application-notice span { display: block; }
.live-application-notice strong { font: 800 20px "Bricolage Grotesque", sans-serif; }
.live-application-notice span { margin-top: 5px; color: #4f5c4e; }
.live-application-notice.success { background: #dff1df; }
.live-application-notice.error { background: #ffe2dc; }
.back-link { display: inline-block; margin: 32px 0 0; color: var(--ink); font-weight: 800; }
footer { padding: 28px 20px 45px; color: #655d54; font-size: 12px; text-align: center; }

@media (max-width: 850px) {
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-art { width: min(390px, 100%); min-height: auto; aspect-ratio: 1; justify-self: center; }
  .reward-strip { grid-template-columns: auto 1fr; }
  .reward-strip > p { grid-column: 1 / -1; }
  .week-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .week-grid article:nth-child(2) { transform: none; }
  .split-section { grid-template-columns: 1fr; }
  .membership-preview { grid-template-columns: 1fr; }
  .application-intro { grid-template-columns: auto 1fr; }
}

@media (max-width: 580px) {
  .site-header, main { width: min(100% - 24px, 1180px); }
  .preview-label { display: none; }
  .hero { padding: 42px 22px; border-radius: 26px; gap: 35px; }
  h1 { font-size: clamp(55px, 18vw, 82px); }
  .availability { display: block; margin: 16px 0 0; }
  .hero-art .testing-label { right: -4px; bottom: 28px; font-size: 15px; }
  .reward-strip { margin-bottom: 80px; padding: 22px; }
  .reward-icon { width: 64px; height: 64px; }
  .reward-icon svg { width: 40px; height: 40px; }
  .content-section, .steps-section, .split-section { margin-bottom: 80px; }
  .membership-preview { margin: -48px 0 80px; padding: 27px 22px; }
  .week-grid, .steps { grid-template-columns: 1fr; }
  .week-grid article { min-height: 0; }
  .split-section > div { padding: 28px 23px; }
  .steps li > span { margin-bottom: 20px; }
  .application-section { padding: 28px 18px; }
  .application-intro { grid-template-columns: 1fr; text-align: center; }
  .application-intro > img { justify-self: center; }
  .field-grid { grid-template-columns: 1fr; }
  .single-field { max-width: none; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
