/* ==========================================================================
   Crowning Hair System — Landing Page 1
   Palette sampled from the brand poster:
   silver background, metallic gold accents, royal-blue offer bands.
   ========================================================================== */

:root {
  /* Neutrals / silver background */
  --silver-1: #f3f5f7;
  --silver-2: #e6eaee;
  --silver-3: #d6dce1;
  --ink:      #232323;
  --ink-soft: #444a4f;

  /* Gold (metallic) */
  --gold-1:   #e3c879;   /* highlight */
  --gold-2:   #c2a14e;   /* mid */
  --gold-3:   #9a7a2f;   /* shadow */
  --gold-text:#a9822f;
  --gold-bright:#f0cf66;  /* bright on blue */

  /* Royal blue */
  --blue-1:   #2b50a8;
  --blue-2:   #1b3a86;
  --blue-3:   #142a64;

  --maxw: 1080px;
  --r-card: 16px;
  --shadow-soft: 0 18px 40px rgba(40, 50, 70, 0.14);
  --shadow-card: 0 10px 26px rgba(40, 50, 70, 0.12);

  --font-logo: "Cinzel", serif;
  --font-display: "Playfair Display", serif;
  --font-body: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  line-height: 1.6;
  /* Clean, soft silver backdrop */
  background-color: var(--silver-1);
  -webkit-font-smoothing: antialiased;
}

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

/* ---- Buttons ---------------------------------------------------------- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.btn--gold {
  color: #3a2c08;
  font-family: var(--font-logo);
  letter-spacing: 0.14em;
  font-size: 1.02rem;
  padding: 18px 46px;
  border-radius: 10px;
  background: linear-gradient(180deg, var(--gold-1) 0%, var(--gold-2) 48%, var(--gold-3) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.55),
    inset 0 -2px 6px rgba(80,55,10,0.35),
    0 12px 26px rgba(120, 95, 30, 0.32);
  border: 1px solid rgba(120, 90, 25, 0.55);
}
.btn--gold:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), inset 0 -2px 6px rgba(80,55,10,0.35), 0 16px 32px rgba(120, 95, 30, 0.4); }

/* ==========================================================================
   TOP BAR (logo left, consultation CTA right)
   ========================================================================== */
.topbar { border-bottom: 1px solid rgba(150, 120, 50, 0.18); }
.topbar__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.topbar__brand { display: flex; flex-direction: column; }
.topbar__logo {
  width: 158px;
  display: block;
  mix-blend-mode: multiply; /* drop the logo's white box into the bg */
}
.topbar__sub {
  display: block;
  margin: 1px 0 0;
  text-align: center;
  font-family: var(--font-logo);
  font-weight: 600;
  letter-spacing: 0.3em;
  font-size: 0.56rem;
  text-transform: uppercase;
  color: var(--gold-text);
  padding-left: 0.3em; /* offset trailing letter-spacing so it's optically centred */
}
.topbar__cta {
  flex: 0 0 auto;
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #3a2c08;
  background: linear-gradient(180deg, var(--gold-1) 0%, var(--gold-2) 50%, var(--gold-3) 100%);
  padding: 11px 22px;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 4px 12px rgba(120, 95, 30, 0.25);
  transition: transform 0.2s ease, filter 0.2s ease;
}
.topbar__cta::after { content: " \2192"; }
.topbar__cta:hover { transform: translateY(-1px); filter: brightness(1.05); }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { position: relative; padding: 18px 20px 10px; }
.hero__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  column-gap: 40px;
  align-items: start;
}

/* ---- Left column: brand + headline + before/after + testimonial ---- */
.hero__left {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hero__panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.hpanel { position: relative; margin: 0; }
.hpanel img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 16px;
  background: #1c2026;
  box-shadow: var(--shadow-card);
}
.hpanel__tag {
  position: absolute;
  top: 14px;
  left: 10px;
  max-width: 88%;
  background: #ffd60a;
  color: #14110b;
  font-family: var(--font-body);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.12;
  font-size: 1.12rem;
  padding: 7px 13px;
  border-radius: 4px;
  transform: rotate(-3deg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}
.hero__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.04;
}
.hero__title .line { display: block; white-space: nowrap; }
.hero__title .script {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  color: var(--ink);
  margin-right: 0.16em;
}
.hero__title .display {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: clamp(1.85rem, 3.6vw, 2.9rem);
  background: linear-gradient(180deg, var(--gold-1) 0%, var(--gold-2) 55%, var(--gold-3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold-text);
}
/* Testimonial under the before/after */
.hero__quote {
  margin: 0;
  background: linear-gradient(135deg, var(--blue-1) 0%, var(--blue-2) 55%, var(--blue-3) 100%);
  color: #eef2fb;
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: var(--shadow-soft);
}
.hero__quote blockquote {
  margin: 0;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.5;
}
.hero__quote figcaption {
  margin-top: 12px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--gold-bright);
  display: flex;
  flex-direction: column;
}
.hero__quote figcaption span {
  font-weight: 500;
  font-size: 0.72rem;
  color: #cfd9f1;
  letter-spacing: 0.02em;
}

/* ---- Right column: offer + form card ---- */
.hero__content { display: flex; }
.offer-card {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(150, 120, 50, 0.28);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  padding: 22px 26px 24px;
}
.offer-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.offer-card__eyebrow {
  font-family: var(--font-logo);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold-text);
}
.offer-card__slots {
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-1) 0%, var(--blue-3) 100%);
  padding: 5px 11px;
  border-radius: 999px;
  white-space: nowrap;
}

/* ---- The deal: one clear price, pre-computed ---- */
.deal {
  text-align: center;
  background: var(--silver-1);
  border: 1px solid rgba(150, 120, 50, 0.18);
  border-radius: 14px;
  padding: 18px 16px 20px;
}
.deal__was { margin: 0; font-size: 1.05rem; color: var(--ink-soft); }
.deal__was s { color: #b04a4a; }
.deal__label {
  display: block;
  margin-top: 10px;
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ink-soft);
}
.deal__price {
  margin: 2px 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
  font-size: 5rem;
}
.deal__cur { font-size: 2rem; vertical-align: super; color: var(--gold-text); }
.deal__per { font-size: 1.3rem; font-weight: 600; color: var(--ink-soft); }
.deal__term { margin: 6px 0 0; font-size: 0.92rem; color: var(--ink-soft); }
.deal__term strong { color: var(--ink); }
.deal__save {
  display: block;
  margin: 12px 0 0;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  color: var(--ink);
}
.deal__save strong {
  font-family: var(--font-display);
  color: var(--gold-text);
  font-size: 1.6rem;
}

/* ---- What's included (plain words) ---- */
.incl { margin-top: 20px; }
.incl__head {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ink);
  text-align: center;
}
.incl__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.incl__list li {
  position: relative;
  padding-left: 30px;
  font-size: 0.98rem;
  color: var(--ink);
}
.incl__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-1) 0%, var(--gold-3) 100%);
}
.incl__list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.incl__value {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(227, 200, 121, 0.2), rgba(176, 137, 46, 0.12));
  border: 1px solid rgba(176, 137, 46, 0.4);
  text-align: center;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink);
}
.incl__value strong {
  font-weight: 700;
  color: var(--gold-text);
}

/* Form */
.offer-card__form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(150, 120, 50, 0.2);
}
.offer-card__cta-label {
  margin: 0 0 12px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--ink);
}
/* Placeholder shown until the Forminator shortcode is pasted in */
.forminator-placeholder {
  border: 2px dashed rgba(150, 120, 50, 0.5);
  border-radius: 12px;
  padding: 26px 16px;
  text-align: center;
  background: var(--silver-1);
  color: var(--ink-soft);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

/* ==========================================================================
   FEATURE TILES
   ========================================================================== */
.features {
  max-width: var(--maxw);
  margin: 8px auto 0;
  padding: 30px 20px;
}
.features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.tile-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.25s ease;
}
.tile-img:hover { transform: translateY(-4px); }

/* ==========================================================================
   PROOF — before polaroid + testimonial
   ========================================================================== */
.proof {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 24px 20px 36px;
}
.proof__inner {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 34px;
  align-items: center;
}
.polaroid {
  margin: 0;
  background: #fff;
  padding: 12px 12px 0;
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
  transform: rotate(-2deg);
}
.polaroid img {
  width: 100%;
  border-radius: 3px;
}
.polaroid figcaption {
  font-family: var(--font-logo);
  text-align: center;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: var(--ink-soft);
  padding: 14px 0 16px;
  text-transform: uppercase;
}
.quote {
  margin: 0;
  background: linear-gradient(135deg, var(--blue-1) 0%, var(--blue-2) 60%, var(--blue-3) 100%);
  color: #eef2fb;
  padding: 34px 38px;
  border-radius: var(--r-card);
  box-shadow: var(--shadow-soft);
}
.quote p {
  margin: 0;
  font-size: 1.18rem;
  font-style: italic;
  font-family: var(--font-display);
  line-height: 1.5;
}
.quote cite {
  display: block;
  margin-top: 18px;
  text-align: right;
  font-style: normal;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gold-bright);
}

/* ==========================================================================
   TRANSFORMATIONS
   ========================================================================== */
.transforms {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px 20px 40px;
  text-align: center;
}
.transforms__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 3.4vw, 2.1rem);
  margin: 0;
  color: var(--ink);
}
.transforms__sub {
  margin: 6px 0 28px;
  color: var(--ink-soft);
}
.transforms__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.ba-card {
  background: #fff;
  border-radius: var(--r-card);
  padding: 18px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(150, 120, 50, 0.18);
}
.ba-card__pair {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.ba { margin: 0; }
.ba img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  background: var(--silver-2);
}
.ba figcaption {
  font-family: var(--font-logo);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.62rem;
  color: var(--ink-soft);
  text-align: center;
  margin-top: 10px;
}
.ba-card__arrow {
  width: 30px;
  height: 30px;
  color: var(--gold-2);
}
.ba-card__arrow svg { width: 100%; height: 100%; }

/* ==========================================================================
   OFFER BAND
   ========================================================================== */
.offer {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 10px 20px 30px;
  text-align: center;
}
.offer__band {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 30px;
  align-items: center;
  text-align: left;
  background: linear-gradient(135deg, var(--blue-1) 0%, var(--blue-2) 58%, var(--blue-3) 100%);
  color: #fff;
  border-radius: 20px;
  padding: 40px 46px;
  box-shadow: var(--shadow-soft);
}
.offer__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid rgba(255,255,255,0.22);
  padding-right: 28px;
}
.offer__was {
  font-size: 1.05rem;
  color: #cfd9f1;
}
.offer__was s { color: var(--gold-bright); }
.offer__label {
  display: block;
  margin-top: 10px;
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #cfd9f1;
}
.offer__amount {
  margin-top: 2px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 5rem;
  line-height: 0.95;
  color: #fff;
}
.offer__amount .cur { font-size: 2.2rem; vertical-align: super; color: var(--gold-bright); }
.offer__amount .per { font-size: 1.3rem; font-weight: 600; color: #cfd9f1; }
.offer__term { margin-top: 6px; font-size: 0.92rem; color: #cfd9f1; }
.offer__term strong { color: #fff; }
.offer__save {
  display: block;
  margin-top: 16px;
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
}
.offer__save strong {
  font-family: var(--font-display);
  color: var(--gold-bright);
  font-size: 1.6rem;
}
.offer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.offer__list li {
  position: relative;
  padding-left: 32px;
  font-size: 1.02rem;
  font-weight: 500;
}
.offer__list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 9px;
  height: 16px;
  border: solid var(--gold-bright);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.offer__list li strong { color: var(--gold-bright); }
.offer__limit {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  text-align: center;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: clamp(1.7rem, 3.7vw, 2.9rem);
  white-space: nowrap;
  color: var(--gold-bright);
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.18);
  /* soft glow that hugs the letters */
  text-shadow:
    0 0 10px rgba(240, 207, 102, 0.5),
    0 0 22px rgba(240, 207, 102, 0.28);
}
.offer__cta { margin-top: 26px; }

/* ==========================================================================
   SIGN-UP FORM
   ========================================================================== */
.signup {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 26px 20px 50px;
}
.signup__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(150, 120, 50, 0.2);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  padding: 44px 46px;
}
.signup__eyebrow {
  display: inline-block;
  font-family: var(--font-logo);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: var(--gold-text);
  margin-bottom: 12px;
}
.signup__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  margin: 0 0 14px;
  color: var(--ink);
}
.signup__text {
  margin: 0 0 22px;
  color: var(--ink-soft);
}
.signup__points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.signup__points li {
  position: relative;
  padding-left: 30px;
  color: var(--ink-soft);
  font-weight: 500;
}
.signup__points li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 8px;
  height: 12px;
  border: solid var(--gold-2);
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

/* Static lead form (replaced by Forminator shortcode on WordPress) */
.lead-form { display: grid; gap: 16px; }
.field { display: grid; gap: 6px; }
.field label {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.field .optional { font-weight: 400; color: #8a9097; }
.field input,
.field textarea {
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--ink);
  background: var(--silver-1);
  border: 1px solid rgba(120, 130, 140, 0.35);
  border-radius: 10px;
  padding: 13px 15px;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field textarea { resize: vertical; }
.field input::placeholder,
.field textarea::placeholder { color: #9aa1a8; }
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(194, 161, 78, 0.18);
  background: #fff;
}
.lead-form__submit {
  width: 100%;
  margin-top: 4px;
}
.lead-form__note {
  margin: 2px 0 0;
  font-size: 0.74rem;
  line-height: 1.5;
  color: #8a9097;
  text-align: center;
}

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.final-cta {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 30px 20px 46px;
  text-align: center;
}
.final-cta__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.6rem, 3.4vw, 2.3rem);
  margin: 0 0 10px;
  color: var(--ink);
}
.final-cta__text {
  margin: 0 auto 26px;
  max-width: 40ch;
  color: var(--ink-soft);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  text-align: center;
  padding: 40px 20px 46px;
  border-top: 1px solid rgba(150, 120, 50, 0.22);
}
.site-footer__logo { width: 200px; margin: 0 auto 14px; opacity: 0.9; mix-blend-mode: multiply; }
.site-footer__link {
  color: var(--ink-soft);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}
.site-footer__link:hover { color: var(--gold-text); }
.site-footer__tag {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--ink-soft);
  margin: 0 0 6px;
}
.site-footer__copy {
  font-size: 0.8rem;
  color: #8a9097;
  margin: 0;
}

/* ==========================================================================
   THANK YOU PAGE
   ========================================================================== */
.page-thankyou { display: flex; flex-direction: column; min-height: 100vh; }
.page-thankyou .thankyou { flex: 1 0 auto; }

.thankyou {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 70px;
}
.thankyou__card {
  width: 100%;
  max-width: 640px;
  background: #fff;
  border: 1px solid rgba(150, 120, 50, 0.2);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  padding: 56px 48px 50px;
  text-align: center;
}
.thankyou__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.2rem, 6vw, 3rem);
  margin: 0 0 14px;
  color: var(--ink);
}
.thankyou__lede {
  max-width: 42ch;
  margin: 0 auto 32px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}
.thankyou__cta { margin-top: 4px; }

@media (max-width: 460px) {
  .thankyou__card { padding: 40px 24px 36px; }
}

/* ==========================================================================
   SCROLL REVEAL
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 860px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hero__left { align-items: center; text-align: center; gap: 18px; }
  .hero__title { align-items: center; text-align: center; }
  .hero__panels { width: 100%; max-width: 460px; }
  .hero__quote { width: 100%; max-width: 460px; }
  .offer-card { max-width: 480px; margin: 0 auto; }
  .features__grid { grid-template-columns: repeat(2, 1fr); }
  .proof__inner { grid-template-columns: 1fr; justify-items: center; gap: 26px; }
  .polaroid { max-width: 240px; }
  .transforms__grid { grid-template-columns: 1fr; }
  .offer__band { grid-template-columns: 1fr; gap: 24px; }
  .offer__price { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.22); padding-right: 0; padding-bottom: 22px; align-items: center; text-align: center; }
}

@media (max-width: 560px) {
  .topbar__logo { width: 128px; }
  .topbar__sub { display: none; }
  .topbar__cta { padding: 9px 15px; font-size: 0.72rem; }
}

@media (max-width: 460px) {
  .features__grid { gap: 12px; }
  .offer__band { padding: 30px 22px; }
  .offer__amount { font-size: 3.6rem; }
  .offer-card { padding: 26px 22px 24px; }
  .offer-card__now .amt { font-size: 4rem; }
  .ba-card__pair { gap: 8px; }
  .btn--gold { padding: 16px 30px; font-size: 0.9rem; }
}

/* ==========================================================================
   THANK-YOU / MINIMAL TOP BAR (logo centred, no CTA)
   ========================================================================== */
.topbar--minimal .topbar__inner { justify-content: center; }
.topbar--minimal .topbar__brand { text-decoration: none; }
