/* ============================================================
   CUT THE BULLSHIT · ctb.rebirth-your-essence.com
   Look: matches the ThriveCart checkout. Bone ground, near-black
   sections for weight. Big Shoulders Display / Geist Mono / Inter.
   No soft wellness aesthetics. No gradients. No rounding past 4px.
   ============================================================ */

:root {
  --bone: #F3EFE7;
  --ink: #131110;
  --ink-soft: #2A2724;
  --ember: #C2452A;
  --butter: #FFFFB2;
  --line: rgba(19, 17, 16, 0.18);
  --line-dark: rgba(243, 239, 231, 0.16);
  --max: 1080px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  background: var(--bone);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; display: block; }

a { color: inherit; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- type ---------- */

h1, h2, .display {
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: 0.01em;
}

h1 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); }

.mono {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 18px;
}

/* ---------- sections ---------- */

section { padding: 72px 0; }

.dark {
  background: var(--ink);
  color: var(--bone);
}

.dark .eyebrow { color: var(--butter); }

/* ---------- buttons ---------- */

.btn {
  display: inline-block;
  background: var(--ember);
  color: var(--bone);
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  padding: 16px 40px;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover { background: #A93B23; }

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

.hero { padding: 36px 0 36px; }

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hero .sub {
  margin: 18px 0 22px;
  font-size: 1rem;
  max-width: 54ch;
}

.date-strip {
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
}

.hero-cta {
  grid-column: 1 / -1;
  margin-top: 26px;
  text-align: center;
}

.btn-big {
  font-size: 1.6rem;
  padding: 20px 90px;
  max-width: 100%;
}

.event-banner {
  border-radius: 2px;
  max-height: min(56vh, 580px);
  width: auto;
  display: block;
  margin: 0 auto;
}

/* event card, rebuilt in HTML so dates are text not pixels */

.event-card {
  background: #0B0A09;
  color: var(--bone);
  padding: 24px 24px 20px;
  border-radius: 2px;
}

.event-card .brand { color: var(--bone); opacity: 0.7; }

.event-card .portrait {
  margin: 18px -24px;
  filter: grayscale(1) contrast(1.05);
}

.event-card .card-rule {
  border-top: 1px solid var(--line-dark);
  margin: 16px 0 12px;
}

.event-card .card-title {
  color: var(--butter);
  font-size: clamp(2.2rem, 4vw, 3rem);
}

.event-card .card-tag { opacity: 0.85; margin-top: 6px; }

.event-card .card-dates {
  margin-top: 16px;
  opacity: 0.85;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* ---------- centered sections (everything below the hero) ---------- */

section.centered { text-align: center; }

section.centered .prose,
section.centered p { margin-left: auto; margin-right: auto; }

/* ---------- bullets ---------- */

.bullets { padding-top: 0; }

.bullet-box {
  background: var(--ink);
  color: var(--bone);
  max-width: 780px;
  margin: 0 auto;
  padding: 44px 40px;
  border-radius: 2px;
}

.bullet-list { list-style: none; }

.bullet-list li {
  margin-bottom: 18px;
  font-size: 1.05rem;
}

.bullet-list li:last-child { margin-bottom: 0; }

.bullet-list li::before {
  content: "✓";
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  background: var(--ember);
  color: var(--bone);
  font-size: 0.65rem;
  font-weight: 700;
  text-align: center;
  margin-right: 10px;
  vertical-align: 2px;
}

/* ---------- proof (hidden until testimonials arrive) ---------- */

.proof-note { margin-top: 20px; opacity: 0.6; }

.proof-videos {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 320px));
  justify-content: center;
  gap: 32px;
  margin: 36px 0 44px;
}

.proof-video-card { margin: 0; }

.video-portrait {
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #000;
  border: 1px solid var(--line-dark);
  border-radius: 2px;
  object-fit: cover;
}

.proof-video-card figcaption { margin-top: 12px; opacity: 0.7; }

.proof-benchmark {
  max-width: 720px;
  margin: 0 auto 44px;
}

.proof-benchmark img {
  border: 1px solid var(--line-dark);
  border-radius: 2px;
  margin: 0 auto;
}

.proof-benchmark figcaption { margin-top: 12px; opacity: 0.7; }

@media (max-width: 620px) {
  .proof-videos { grid-template-columns: minmax(220px, 320px); }
}

.proof-quotes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.proof-quote {
  border-left: 3px solid var(--ember);
  padding: 4px 0 4px 20px;
}

.proof-quote cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
}

.proof-receipt img {
  border-radius: 6px;
  border: 1px solid var(--line-dark);
  width: 100%;
}

.proof-receipt cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
}

/* ---------- wedge ---------- */

.wedge .prose {
  max-width: 62ch;
  margin-top: 28px;
  display: grid;
  gap: 18px;
}

.wedge .kicker {
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.1;
}

/* ---------- not for you ---------- */

.notfor-list { list-style: none; max-width: 680px; margin: 30px auto 0; }

.notfor-list li {
  border-top: 1px solid var(--line-dark);
  padding: 18px 0;
}

.notfor-list li:last-child { border-bottom: 1px solid var(--line-dark); }

.notfor-list li::before {
  content: "✕";
  color: var(--ember);
  font-weight: 700;
  margin-right: 10px;
}

.notfor-close { margin-top: 26px; max-width: 680px; font-weight: 600; }

/* ---------- who's asking ---------- */

.who-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.who-portrait {
  filter: grayscale(1) contrast(1.05);
  border-radius: 2px;
}

.who-copy p { margin-bottom: 16px; max-width: 56ch; }

.who-copy p:last-child {
  margin-bottom: 0;
  font-weight: 600;
}

/* ---------- straight answers ---------- */

.qa { max-width: 720px; margin: 12px auto 0; }

.qa-item { border-top: 1px solid var(--line); }

.qa-item:last-child { border-bottom: 1px solid var(--line); }

.qa-item summary {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
}

.qa-item summary::-webkit-details-marker { display: none; }

.qa-item summary::after {
  content: "+";
  color: var(--ember);
  font-weight: 700;
  margin-left: 10px;
}

.qa-item[open] summary::after { content: "\2212"; }

.qa-item p { max-width: 60ch; margin: 0 auto; padding-bottom: 26px; }

/* ---------- form ---------- */

.form-sec { text-align: center; }

.form-sec .sub { margin: 14px 0 30px; opacity: 0.85; }

.reg-form {
  max-width: 420px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.reg-form input {
  background: var(--bone);
  border: none;
  border-radius: 2px;
  padding: 15px 16px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: var(--ink);
  width: 100%;
}

.form-fine { margin-top: 22px; opacity: 0.65; }

.consent-field {
  max-width: 420px;
  margin: 4px auto 16px;
  text-align: left;
}

.consent-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 1.5;
  opacity: 0.85;
}

.consent-label input[type="checkbox"] {
  accent-color: var(--ember);
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex: none;
}

.consent-label a { color: inherit; }

.consent-error {
  color: #F37C7B;
  font-size: 0.8rem;
  margin-top: 8px;
}

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

footer {
  background: #0B0A09;
  color: var(--bone);
  padding: 32px 0;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0.7;
}

.footer-row a { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- welcome / vip pages ---------- */

.confirm { padding: 72px 0 48px; }

.confirm .lines { margin: 22px 0 26px; display: grid; gap: 6px; }

.cal-row { display: flex; gap: 14px; flex-wrap: wrap; }

.centered .cal-row { justify-content: center; }

.centered .confirm .lines p,
.centered .vip-card .rep { margin-left: auto; margin-right: auto; }

.centered .vip-benefits li {
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}

.centered .vip-benefits li::before {
  position: static;
  display: inline;
  margin-right: 8px;
}

.btn-ghost {
  display: inline-block;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  padding: 12px 18px;
  border-radius: 2px;
  text-decoration: none;
}

.dark .btn-ghost { border-color: var(--line-dark); }

.video-frame {
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid var(--line-dark);
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bone);
}

.video-sec { padding-top: 0; }

.video-frame-narrow {
  max-width: 780px;
  margin: 0 auto;
  border-radius: 2px;
}

.vip-card {
  border: 1px solid var(--line-dark);
  padding: 36px;
  margin-top: 34px;
  border-radius: 2px;
}

.vip-card .rep {
  font-size: 1.1rem;
  max-width: 58ch;
  margin-bottom: 26px;
}

.vip-benefits { list-style: none; display: grid; gap: 16px; margin-bottom: 30px; }

.vip-benefits li { padding-left: 30px; position: relative; max-width: 60ch; }

.vip-benefits li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--butter);
}

.decline {
  margin-top: 20px;
  opacity: 0.6;
  font-size: 0.95rem;
}

#vip-checkout {
  margin-top: 30px;
  background: var(--bone);
  border-radius: 2px;
  padding: 8px;
  text-align: left;
}

.decline a { text-decoration: none; }

/* ---------- responsive ---------- */

@media (max-width: 860px) {
  section { padding: 56px 0; }
  .hero-grid, .who-grid { grid-template-columns: 1fr; gap: 36px; }
  .who-portrait { max-width: 380px; }

  /* Stacked hero order: text, button, then banner, so the CTA
     stays close to the fold on phones. */
  .hero-grid aside { order: 3; }
  .hero-cta { order: 2; margin-top: 0; }
}
