/* ===================================================================
   Three Sixty Video — landing page
   Inherits Card D's design language: porcelain/sage/shadow + Georgia/Archivo/Mono
   =================================================================== */

:root {
  --porcelain: #f5f1ea;     /* paper bg */
  --porcelain-2: #efeae0;   /* slight tonal shift for sections */
  --shadow: #2e2b25;        /* primary text */
  --muted: #6b665e;         /* secondary text */
  --sage: #7a8a6f;          /* accent */
  --sage-soft: #a8b39c;     /* tinted accent */
  --rule: #d8d2c4;          /* hairline rules */
  --serif: 'Georgia', 'Times New Roman', serif;
  --sans: 'Archivo', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--porcelain);
  color: var(--shadow);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  /* subtle paper texture */
  background-image:
    radial-gradient(circle at 20% 10%, rgba(122,138,111,0.04), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(160,74,60,0.03), transparent 50%);
}

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

a { color: var(--shadow); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--sage); }

em { font-style: italic; }
strong { font-weight: 700; }

/* ─── shared section scaffolding ─── */
section, header, footer { padding-left: clamp(20px, 6vw, 80px); padding-right: clamp(20px, 6vw, 80px); }

.section__head { max-width: 760px; margin: 0 auto clamp(32px, 5vw, 56px) auto; text-align: center; }
.section__num {
  display: inline-block;
  font-family: var(--mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sage); margin-bottom: 18px;
}
.section__title {
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 18px 0;
  letter-spacing: -0.01em;
}
.section__title em { color: var(--sage); font-style: italic; }
.section__lead {
  font-family: var(--serif);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
  text-wrap: pretty;
}

/* ─── HERO ─── */
.hero {
  position: relative;
  padding-top: 0;
  padding-bottom: clamp(60px, 9vw, 110px);
  overflow: hidden;
}

.ribbon {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--shadow);
  border-bottom: 1px solid var(--rule);
  padding: 22px 0 18px 0;
  margin-bottom: clamp(60px, 8vw, 100px);
}
.ribbon__left { color: var(--shadow); }
.ribbon__right { color: var(--sage); }
.ribbon__dot {
  width: 6px; height: 6px; border-radius: 4px;
  background: #a04a3c; opacity: 0.7;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.hero__title {
  font-family: var(--serif);
  font-size: clamp(42px, 6.4vw, 84px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin: 0 0 28px 0;
}
.hero__title em {
  color: var(--sage);
  font-style: italic;
  font-weight: 400;
}

.hero__lead {
  font-family: var(--serif);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
  color: var(--muted);
  max-width: 56ch;
  margin: 0 0 36px 0;
  text-wrap: pretty;
}
.hero__lead strong { color: var(--shadow); }

.hero__cta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 28px;
}

.hero__price {
  display: flex; align-items: baseline; gap: 10px;
  border-left: 1px solid var(--rule);
  padding-left: 22px;
}
.hero__price-orig {
  font-family: var(--serif);
  font-size: 22px; font-weight: 400;
  color: var(--muted);
  letter-spacing: -0.02em;
}
.hero__price-orig s {
  text-decoration: line-through;
  text-decoration-color: var(--sage);
}
.hero__price-num {
  font-family: var(--serif);
  font-size: 38px; font-weight: 400;
  color: var(--shadow);
  letter-spacing: -0.02em;
}
.hero__price-label {
  font-family: var(--mono);
  font-size: 11px; line-height: 1.4;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.hero__price-label em {
  color: var(--sage); font-style: italic;
}

.hero__lens {
  width: 100%; max-width: 380px;
  margin: 0 auto;
  color: var(--shadow);
  opacity: 0.16;
}

/* timeline strip echoing the card */
.hero__timeline {
  margin-top: clamp(50px, 7vw, 90px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  max-width: 1200px;
  margin-left: auto; margin-right: auto;
}
.hero__tc {
  font-family: var(--mono);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--sage);
  padding-top: 4px;
}
.hero__lanes { display: grid; gap: 6px; }
.lane {
  position: relative;
  height: 6px;
  background: rgba(122,138,111,0.10);
  border-radius: 1px;
}
.lane span {
  position: absolute; top: 0; bottom: 0;
  background: var(--sage);
  opacity: 0.32;
  border-radius: 1px;
}

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--mono);
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 22px;
  border: 1px solid var(--shadow);
  border-radius: 2px;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}
.btn--primary {
  background: var(--shadow); color: var(--porcelain);
}
.btn--primary:hover {
  background: var(--sage); color: var(--porcelain);
  border-color: var(--sage);
  transform: translateY(-1px);
}
.btn--lg {
  font-size: 14px;
  padding: 18px 32px;
}

/* ─── HOW IT WORKS ─── */
.how {
  padding-top: clamp(60px, 8vw, 100px);
  padding-bottom: clamp(60px, 8vw, 100px);
  border-top: 1px solid var(--rule);
}
.steps {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 48px);
  max-width: 1200px;
  margin: 0 auto;
}
.step {
  position: relative;
  padding: 32px 24px 28px 24px;
  background: var(--porcelain-2);
  border: 1px solid var(--rule);
  border-radius: 3px;
}
.step__num {
  position: absolute; top: -14px; left: 22px;
  width: 28px; height: 28px;
  display: grid; place-items: center;
  background: var(--shadow); color: var(--porcelain);
  font-family: var(--mono); font-size: 13px; font-weight: 600;
  border-radius: 50%;
}
.step__title {
  font-family: var(--serif);
  font-size: 22px; font-weight: 400;
  margin: 4px 0 10px 0;
  letter-spacing: -0.01em;
}
.step p {
  font-family: var(--serif);
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  text-wrap: pretty;
}

/* ─── EXAMPLES ─── */
.examples {
  padding-top: clamp(60px, 8vw, 100px);
  padding-bottom: clamp(60px, 8vw, 100px);
  background: var(--porcelain-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.examples__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 4vw, 48px);
  max-width: 1200px;
  margin: 0 auto;
}
.example { margin: 0; }
.example--360 {
  max-width: 1200px;
  margin: clamp(20px, 3vw, 36px) auto 0 auto;
}
.example--360 .yt-slot {
  aspect-ratio: 21 / 9;
  border-color: var(--sage);
}
.yt-slot--360 .yt-slot__badge {
  position: absolute;
  bottom: 14px; right: 14px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 12px;
  background: var(--shadow); color: var(--porcelain);
  font-family: var(--mono);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 2px;
  pointer-events: none;
  z-index: 2;
}
.yt-slot--360 .yt-slot__badge svg { color: var(--sage-soft); }
.yt-slot--360:has(iframe) .yt-slot__badge { display: none; }
.yt-slot--linked {
  display: block;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.yt-slot--linked img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.yt-slot--linked .yt-slot__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
  background: rgba(0,0,0,0.55);
  width: 72px; height: 72px;
  border-radius: 50%;
  display: grid; place-items: center;
  pointer-events: none;
  z-index: 2;
  transition: background 0.2s;
}
.yt-slot--linked:hover .yt-slot__play {
  background: rgba(255,0,0,0.8);
}
.yt-slot {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background:
    repeating-linear-gradient(45deg, rgba(46,43,37,0.04), rgba(46,43,37,0.04) 8px, transparent 8px, transparent 16px),
    var(--porcelain);
  border: 1px dashed var(--sage-soft);
  border-radius: 3px;
  display: grid; place-items: center;
  margin-bottom: 14px;
  overflow: hidden;
}
.yt-slot iframe {
  width: 100%; height: 100%;
  border: 0;
}
.yt-slot--coming-soon {
  border-style: dashed;
  opacity: 0.6;
}
.yt-slot--coming-soon .yt-slot__label {
  font-size: 14px;
  letter-spacing: 0.22em;
}
.yt-slot__inner { text-align: center; padding: 16px; }
.yt-slot__label {
  display: block;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--sage); margin-bottom: 8px;
}
.yt-slot__code {
  font-family: var(--mono); font-size: 12px;
  color: var(--muted);
  background: rgba(122,138,111,0.08);
  padding: 4px 8px;
  border-radius: 2px;
}
figcaption {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--shadow);
}
figcaption span {
  color: var(--muted);
  font-style: italic;
}

.examples__note {
  max-width: 760px;
  margin: 36px auto 0 auto;
  text-align: center;
  font-family: var(--serif);
  font-size: 15px; font-style: italic;
  color: var(--muted);
  line-height: 1.5;
}
.examples__note .dot {
  display: inline-block;
  width: 5px; height: 5px;
  background: var(--sage);
  border-radius: 50%;
  margin-right: 8px;
  transform: translateY(-3px);
}

/* ─── FEATURED TESTIMONIAL ─── */
.feature-quote {
  padding-top: clamp(56px, 8vw, 100px);
  padding-bottom: clamp(56px, 8vw, 100px);
  background: var(--porcelain-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.feature-quote__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.feature-quote__copy .section__num {
  color: var(--sage);
}
.feature-quote__copy .section__title {
  text-align: left;
  margin-top: 4px;
  font-size: clamp(30px, 3.6vw, 44px);
}
.feature-quote__blockquote {
  margin: clamp(20px, 3vw, 30px) 0 22px 0;
  position: relative;
  padding-left: 22px;
  border-left: 2px solid var(--sage-soft);
}
.feature-quote__blockquote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
  color: var(--shadow);
  margin: 0;
  text-wrap: pretty;
}
.feature-quote__cite {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.feature-quote__cite strong {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--shadow);
}
.feature-quote__cite span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.feature-quote__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 1.4vw, 16px);
}
.feature-quote__shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: 3px;
  background: var(--shadow);
}
.feature-quote__shot--lead {
  grid-column: 1 / -1;
}
.feature-quote__shot-btn {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
}
.feature-quote__shot-btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  transition: transform 0.45s ease, filter 0.45s ease;
}
.feature-quote__shot-btn:hover img,
.feature-quote__shot-btn:focus-visible img {
  transform: scale(1.04);
  filter: brightness(1.06);
}
.feature-quote__shot-btn:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 2px;
}
@media (max-width: 820px) {
  .feature-quote__inner {
    grid-template-columns: 1fr;
    gap: clamp(28px, 6vw, 40px);
  }
}

/* ─── LIGHTBOX ─── */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2vw, 28px);
  padding: clamp(16px, 4vw, 56px);
  background: rgba(20, 18, 14, 0.92);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  animation: lightbox-fade 0.18s ease;
}
.lightbox[hidden] { display: none; }
@keyframes lightbox-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.lightbox__stage {
  margin: 0;
  max-width: min(1100px, 90vw);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 3px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}
.lightbox__caption {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--porcelain);
  opacity: 0.7;
  text-align: center;
  max-width: 60ch;
}
.lightbox__close,
.lightbox__nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(245, 241, 234, 0.3);
  background: rgba(245, 241, 234, 0.08);
  color: var(--porcelain);
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s ease, border-color 0.2s ease;
  line-height: 1;
}
.lightbox__close:hover,
.lightbox__nav:hover {
  background: rgba(245, 241, 234, 0.18);
  border-color: rgba(245, 241, 234, 0.6);
}
.lightbox__close:focus-visible,
.lightbox__nav:focus-visible {
  outline: 2px solid var(--sage-soft);
  outline-offset: 2px;
}
.lightbox__nav {
  width: clamp(40px, 5vw, 54px);
  height: clamp(40px, 5vw, 54px);
  font-size: clamp(26px, 3vw, 34px);
  font-family: var(--sans);
}
.lightbox__close {
  position: absolute;
  top: clamp(12px, 2.5vw, 24px);
  right: clamp(12px, 2.5vw, 24px);
  width: 44px;
  height: 44px;
  font-size: 30px;
}
@media (max-width: 640px) {
  .lightbox__nav {
    position: absolute;
    bottom: clamp(16px, 5vw, 32px);
    z-index: 2;
  }
  .lightbox__nav--prev { left: clamp(16px, 5vw, 32px); }
  .lightbox__nav--next { right: clamp(16px, 5vw, 32px); }
  .lightbox__stage { max-width: 100%; }
}

/* ─── TESTIMONIALS (temporarily hidden) ─── */
.quotes {
  display: none;
  padding-top: clamp(60px, 8vw, 100px);
  padding-bottom: clamp(60px, 8vw, 100px);
}
.quotes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 36px);
  max-width: 1200px;
  margin: 0 auto;
}
.quote {
  margin: 0;
  padding: 32px 28px 26px 28px;
  background: var(--porcelain-2);
  border: 1px solid var(--rule);
  border-radius: 3px;
  position: relative;
}
.quote::before {
  content: '"';
  position: absolute;
  top: 6px; left: 18px;
  font-family: var(--serif);
  font-size: 64px;
  line-height: 1;
  color: var(--sage);
  opacity: 0.35;
}
.quote blockquote {
  margin: 0 0 18px 0;
}
.quote blockquote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.55;
  color: var(--shadow);
  margin: 0;
  text-wrap: pretty;
}
.quote figcaption {
  border-top: 1px solid var(--rule);
  padding-top: 14px;
  display: flex; flex-direction: column; gap: 2px;
}
.quote figcaption strong {
  font-family: var(--serif);
  font-size: 15px; font-weight: 700;
  color: var(--shadow);
}
.quote figcaption span {
  font-family: var(--mono);
  font-size: 11px; font-style: normal;
  letter-spacing: 0.08em;
  color: var(--muted);
}

/* ─── AUDIO ─── */
.audio {
  padding-top: clamp(60px, 8vw, 100px);
  padding-bottom: clamp(60px, 8vw, 100px);
}
.audio__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  max-width: 1000px;
  margin: 0 auto;
}
.audio__col h3 {
  font-family: var(--mono); font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sage);
  margin: 0 0 14px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
}
.audio__col p {
  font-family: var(--serif);
  font-size: 17px; line-height: 1.55;
  color: var(--shadow);
  margin: 0;
  text-wrap: pretty;
}

/* ─── SETUP ─── */
.setup {
  padding-top: clamp(60px, 8vw, 100px);
  padding-bottom: clamp(60px, 8vw, 100px);
  background: var(--porcelain-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.setup__bullets {
  list-style: none; padding: 0; margin: 0 auto;
  max-width: 700px;
  display: grid; gap: 14px;
  font-family: var(--serif);
  font-size: 17px;
}
.setup__bullets li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 18px;
  background: var(--porcelain);
  border: 1px solid var(--rule);
  border-radius: 3px;
}
.setup__check {
  display: inline-grid; place-items: center;
  width: 22px; height: 22px;
  background: var(--sage); color: var(--porcelain);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 12px; font-weight: 600;
  flex-shrink: 0;
}

/* ─── PRICING ─── */
.pricing {
  padding-top: clamp(80px, 10vw, 140px);
  padding-bottom: clamp(80px, 10vw, 140px);
}
.pricing__card {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  background: var(--shadow);
  color: var(--porcelain);
  padding: clamp(40px, 6vw, 72px) clamp(28px, 5vw, 56px);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.pricing__card::before {
  content: '';
  position: absolute; inset: 12px;
  border: 1px solid rgba(245,241,234,0.12);
  border-radius: 2px;
  pointer-events: none;
}
.pricing__num {
  display: block;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sage-soft);
  margin-bottom: 18px;
}
.pricing__headline {
  margin: 0 0 24px 0;
  display: flex; align-items: baseline; justify-content: center; gap: 14px;
  flex-wrap: wrap;
}
.pricing__special {
  display: inline-block;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-soft);
  border: 1px solid var(--sage-soft);
  border-radius: 999px;
  padding: 6px 14px;
  margin: 14px 0 6px 0;
}
.pricing__orig {
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgba(245,241,234,0.5);
  align-self: center;
}
.pricing__orig s {
  text-decoration: line-through;
  text-decoration-color: var(--sage-soft);
}
.pricing__amount {
  font-family: var(--serif);
  font-size: clamp(64px, 9vw, 108px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--porcelain);
}
.pricing__per {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(18px, 2vw, 24px);
  color: var(--sage-soft);
}
.pricing__copy {
  font-family: var(--serif);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.55;
  color: rgba(245,241,234,0.78);
  max-width: 56ch;
  margin: 0 auto 36px auto;
  text-wrap: pretty;
}
.pricing__sub {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(245,241,234,0.5);
  margin: 24px 0 0 0;
}
.pricing .btn--primary {
  background: var(--porcelain); color: var(--shadow);
  border-color: var(--porcelain);
}
.pricing .btn--primary:hover {
  background: var(--sage); color: var(--porcelain);
  border-color: var(--sage);
}

/* ─── FOOTER ─── */
.foot {
  border-top: 1px solid var(--rule);
  padding-top: 36px; padding-bottom: 36px;
}
.foot__inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
}
.foot__name {
  font-family: var(--serif);
  font-size: 18px; font-weight: 700;
  letter-spacing: 0.01em;
}
.foot__email {
  font-family: var(--mono);
  font-size: 13px; font-weight: 500;
  color: var(--shadow);
  margin-top: 3px;
  display: inline-block;
}
.foot__meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted);
  display: flex; gap: 12px;
}
.foot__sep { opacity: 0.4; }

/* ─── RESPONSIVE ─── */
@media (max-width: 860px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__lens { max-width: 240px; order: -1; }
  .steps { grid-template-columns: 1fr; }
  .examples__grid { grid-template-columns: 1fr; }
  .quotes__grid { grid-template-columns: 1fr; }
  .audio__cols { grid-template-columns: 1fr; }
  .hero__cta { flex-direction: column; align-items: flex-start; gap: 22px; }
  .hero__price { border-left: none; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 18px; }
  .foot__inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  html, body { font-size: 15px; }

  .ribbon {
    font-size: 9px;
    letter-spacing: 0.12em;
    padding: 16px 0 14px 0;
  }

  .hero__title {
    font-size: clamp(32px, 8vw, 42px);
    margin-bottom: 20px;
  }

  .hero__lead { font-size: 16px; margin-bottom: 28px; }

  .hero__lens { max-width: 160px; }

  .btn {
    font-size: 12px;
    padding: 14px 18px;
    width: 100%;
    text-align: center;
  }
  .btn--lg {
    font-size: 13px;
    padding: 16px 24px;
  }

  .hero__price-num { font-size: 30px; }

  .section__title { font-size: clamp(28px, 7vw, 34px); }

  .step { padding: 28px 18px 22px 18px; }

  .quote { padding: 28px 20px 22px 20px; }

  .pricing__card {
    padding: clamp(28px, 5vw, 48px) clamp(20px, 4vw, 36px);
  }
  .pricing__amount { font-size: clamp(48px, 14vw, 64px); }

  .hero__timeline { grid-template-columns: 1fr; gap: 10px; }

  .setup__bullets li { font-size: 15px; padding: 12px 14px; }
}
