/* =========================================================
   SPANISHTRANSCREATION.COM
   A Yucalab property. Visual identity 2026.
   ========================================================= */

:root {
  /* Palette --------------------------------------------------- */
  --orange:        #FE6F34;
  --orange-deep:   #F43E03;
  --magenta:       #E30044;
  --yellow:        #FCC000;
  --purple:        #412464;
  --turquoise:     #5CBDCD;
  --cream:         #FCF4EE;
  --cream-2:       #F4ECE3;
  --ink:           #0a0a0a;
  --ink-soft:      #1a1a1a;
  --line:          #1a1a1a;
  --line-soft:     rgba(10,10,10,.12);

  /* Type ------------------------------------------------------ */
  --sans:  "Manrope", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono:  "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  /* Scale (clamped for responsiveness) ----------------------- */
  --t-mono:       clamp(11px, .78vw, 13px);
  --t-eyebrow:    clamp(12px, .85vw, 14px);
  --t-body:       clamp(17px, 1.2vw, 20px);
  --t-lead:       clamp(20px, 1.55vw, 26px);
  --t-h3:         clamp(28px, 2.6vw, 42px);
  --t-h2:         clamp(40px, 4.4vw, 72px);
  --t-h1:         clamp(40px, 8.2vw, 148px);
  --t-display:    clamp(80px, 13vw, 220px);

  /* Spacing --------------------------------------------------- */
  --pad-x:        clamp(20px, 5vw, 80px);
  --section-y:    clamp(80px, 10vw, 160px);
  --gap-1: 8px;
  --gap-2: 16px;
  --gap-3: 28px;
  --gap-4: 48px;
  --gap-5: 80px;

  --radius:        0px;
  --radius-sm:     12px;
  --radius-md:     20px;
  --radius-lg:     32px;
}

/* Reset --------------------------------------------------- */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--t-body);
  line-height: 1.55;
  font-weight: 400;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
h1,h2,h3,h4,h5 { margin: 0; line-height: 1.02; letter-spacing: -0.025em; font-weight: 700; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; max-width: 65ch; }

::selection { background: var(--orange); color: var(--cream); }

/* Utility ------------------------------------------------- */
.mono   { font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .04em; text-transform: uppercase; font-weight: 500; }
.eyebrow{ font-family: var(--mono); font-size: var(--t-eyebrow); letter-spacing: .14em; text-transform: uppercase; font-weight: 500; }
.lead   { font-size: var(--t-lead); line-height: 1.4; max-width: 28ch; }
.serif-no { font-family: var(--sans); }

.container {
  width: 100%;
  padding-inline: var(--pad-x);
  margin-inline: auto;
}
.container-narrow {
  max-width: 980px;
  margin-inline: auto;
  padding-inline: var(--pad-x);
}

/* =========================================================
   TOP BAR
   ========================================================= */
.topbar {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px var(--pad-x);
  background: var(--cream);
  border-bottom: 1px solid var(--line-soft);
  font-family: var(--mono);
  font-size: var(--t-mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.topbar .brand { font-weight: 600; }
.topbar .brand b { color: var(--orange); }
.topbar nav { display: flex; gap: 28px; }
.topbar a.cta {
  background: var(--ink); color: var(--cream); padding: 10px 16px;
  border-radius: var(--radius-sm);
}
.topbar a.cta:hover { background: var(--orange); }
@media (max-width: 760px) {
  .topbar nav { display: none; }
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  background: var(--orange);
  color: var(--ink);
  padding: clamp(60px, 9vw, 140px) var(--pad-x) clamp(60px, 8vw, 120px);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
}
.hero-blobs {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(1200px 800px at 90% -10%, rgba(244,62,3,.45), transparent 60%),
    radial-gradient(900px 700px at -10% 110%, rgba(252,192,0,.35), transparent 60%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; max-width: 1600px; margin-inline: auto; }
.hero-meta {
  display: flex; justify-content: space-between; gap: 24px;
  font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .08em; text-transform: uppercase;
  border-block: 1px solid var(--ink);
  padding: 12px 0;
  margin-bottom: clamp(48px, 7vw, 96px);
}
.hero-meta span { font-weight: 500; }
.hero-eyebrow {
  font-family: var(--mono);
  font-size: var(--t-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  opacity: .7;
  margin-bottom: clamp(20px, 2vw, 32px);
}
.hero h1 {
  font-size: var(--t-h1);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: .92;
  max-width: 16ch;
  overflow-wrap: break-word;
  hyphens: none;
}
.hero h1 .accent { color: var(--ink); font-style: italic; font-weight: 600; }
.hero h1 em { font-style: normal; color: var(--purple); }
.hero-sub {
  margin-top: clamp(32px, 4vw, 56px);
  max-width: 56ch;
  font-size: var(--t-lead);
  line-height: 1.4;
  font-weight: 500;
}
.hero-sub + p {
  margin-top: 18px; max-width: 56ch; font-size: var(--t-body); line-height: 1.55;
}

.hero-tag {
  position: absolute;
  right: var(--pad-x);
  bottom: 28px;
  font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .14em; text-transform: uppercase;
  text-align: right;
}
@media (max-width: 880px) {
  .hero-tag { position: static; text-align: left; margin-top: 32px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: clamp(40px, 11vw, 56px); letter-spacing: -.03em; line-height: .96; }
  .hero h1 .accent { display: block; font-size: .6em; margin-top: 12px; line-height: 1.1; }
}

/* Marquee ------------------------------------------------- */
.marquee {
  background: var(--ink);
  color: var(--cream);
  border-block: 1px solid var(--ink);
  overflow: hidden;
  padding: 18px 0;
  font-family: var(--mono);
  font-size: clamp(14px, 1.2vw, 18px);
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex; gap: 48px; padding-left: 48px;
  animation: scroll-x 38s linear infinite;
}
.marquee span { display: inline-flex; align-items: center; gap: 48px; }
.marquee .dot {
  display: inline-block; width: 10px; height: 10px; background: var(--orange); border-radius: 50%;
}
@keyframes scroll-x {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* =========================================================
   SECTION BASE
   ========================================================= */
section.block {
  padding: var(--section-y) var(--pad-x);
  border-bottom: 1px solid var(--line-soft);
  position: relative;
}
.block-head {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(24px, 4vw, 80px);
  align-items: start;
  margin-bottom: clamp(40px, 5vw, 72px);
}
.block-head .label { font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .12em; text-transform: uppercase; padding-top: 14px; }
.block-head h2 { font-size: var(--t-h2); letter-spacing: -0.035em; font-weight: 700; line-height: .98; }
.block-head h2 strong { color: var(--orange); font-weight: 700; }
.block-head h2 em { font-style: italic; font-weight: 600; }
@media (max-width: 880px) {
  .block-head { grid-template-columns: 1fr; gap: 16px; }
  .block-head .label { padding-top: 0; }
}

.block-body { display: grid; grid-template-columns: 220px 1fr; gap: clamp(24px, 4vw, 80px); }
.block-body > .spacer { display: block; }
.block-body > .content { display: flex; flex-direction: column; gap: 24px; max-width: 75ch; }
.block-body > .content p { font-size: var(--t-body); line-height: 1.6; max-width: 70ch; }
@media (max-width: 880px) {
  .block-body { grid-template-columns: 1fr; }
  .block-body > .spacer { display: none; }
}

/* =========================================================
   TOC
   ========================================================= */
.toc {
  background: var(--cream);
  border-bottom: 1px solid var(--line-soft);
  padding: clamp(60px, 7vw, 100px) var(--pad-x);
}
.toc-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(24px, 4vw, 80px);
  align-items: start;
}
.toc-grid .label { font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .12em; text-transform: uppercase; }
.toc-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 48px;
  counter-reset: toc;
}
.toc-list li {
  counter-increment: toc;
  display: grid; grid-template-columns: 56px 1fr; align-items: baseline;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: clamp(17px, 1.4vw, 22px);
  font-weight: 500;
  line-height: 1.25;
  transition: color .2s;
}
.toc-list li::before {
  content: counter(toc, decimal-leading-zero);
  font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .04em;
  color: var(--orange);
}
.toc-list a:hover { color: var(--orange); }
@media (max-width: 760px) {
  .toc-grid { grid-template-columns: 1fr; gap: 24px; }
  .toc-list { grid-template-columns: 1fr; }
}

/* =========================================================
   60-SECOND ANSWER
   ========================================================= */
.answer .pull {
  font-size: clamp(34px, 4.4vw, 64px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  max-width: 22ch;
  margin-bottom: 32px;
}
.answer .pull em { font-style: italic; color: var(--orange); font-weight: 700; }
.answer .pull u { text-decoration: none; background: linear-gradient(transparent 62%, var(--yellow) 62%); padding: 0 .08em; }
.answer .quote {
  margin-top: 8px;
  padding: 32px 0 32px 32px;
  border-left: 4px solid var(--orange);
  font-size: var(--t-lead);
  line-height: 1.4;
  font-weight: 500;
  max-width: 50ch;
}

/* =========================================================
   COMPARISON TABLE
   ========================================================= */
.comparison {
  background: var(--ink);
  color: var(--cream);
}
.comparison .block-head h2 strong { color: var(--orange); }
.comparison .block-head .label { color: var(--orange); }
.comparison .block-head h2, .comparison .block-body p { color: var(--cream); }

.table-wrap {
  margin-top: 24px;
  border-top: 1px solid var(--cream);
}
.compare-table {
  width: 100%; border-collapse: collapse;
  font-size: clamp(14px, 1.05vw, 17px);
}
.compare-table td {
  color: rgba(252,244,238,.92);
}
.compare-table th, .compare-table td {
  padding: 24px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(252,244,238,.18);
  line-height: 1.45;
}
.compare-table th {
  font-family: var(--mono); font-size: clamp(13px, .95vw, 15px); letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600; color: var(--cream);
  width: 18%;
  border-bottom: 1px solid rgba(252,244,238,.4);
}
.compare-table thead th {
  font-family: var(--sans); font-size: clamp(20px, 1.8vw, 28px); letter-spacing: -0.02em;
  text-transform: none; font-weight: 700; color: var(--cream);
  padding-top: 36px; padding-bottom: 28px;
}
.compare-table thead th:nth-child(2) { color: var(--turquoise); }
.compare-table thead th:nth-child(3) { color: var(--yellow); }
.compare-table thead th:nth-child(4) { color: var(--orange); }
.compare-table .footnote {
  margin-top: 36px;
  font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .04em; text-transform: uppercase;
  color: rgba(252,244,238,.55);
  max-width: 70ch; line-height: 1.6;
}
@media (max-width: 760px) {
  .table-wrap { border-top: 0; margin-top: 0; }
  .compare-table, .compare-table thead, .compare-table tbody, .compare-table tr, .compare-table th, .compare-table td {
    display: block; width: 100%;
  }
  .compare-table thead tr { display: none; }
  .compare-table tbody {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 8px;
  }
  .compare-table tbody tr {
    background: var(--ink-soft);
    border: 1px solid rgba(252,244,238,.18);
    border-radius: var(--radius-md);
    padding: 32px;
    display: grid;
    gap: 18px;
  }
  .compare-table tbody tr td {
    border: 0; padding: 0;
    display: grid; gap: 6px;
  }
  /* attribute label (was the th in row 1) */
  .compare-table tbody tr td:first-child {
    font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
    color: rgba(252,244,238,.6);
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(252,244,238,.15);
  }
  /* prepend approach name as a heading on each value cell */
  .compare-table tbody tr td:nth-child(2)::before,
  .compare-table tbody tr td:nth-child(3)::before,
  .compare-table tbody tr td:nth-child(4)::before {
    display: block;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    opacity: .55;
    margin-bottom: 4px;
    font-weight: 500;
  }
  .compare-table tbody tr td:nth-child(2)::before { content: "Translation"; color: var(--turquoise); opacity: .9; }
  .compare-table tbody tr td:nth-child(3)::before { content: "Localization"; color: var(--yellow); opacity: .9; }
  .compare-table tbody tr td:nth-child(4)::before { content: "Transcreation"; color: var(--orange); opacity: .95; }
  .compare-table tbody tr td:nth-child(2),
  .compare-table tbody tr td:nth-child(3),
  .compare-table tbody tr td:nth-child(4) {
    font-size: 16px; line-height: 1.5;
  }
  .compare-table .footnote { padding: 0 4px; margin-top: 24px; }
}

/* =========================================================
   EXAMPLES
   ========================================================= */
.examples .block-head h2 strong { color: var(--orange); }

.example {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(48px, 6vw, 80px) 0;
  border-top: 1px solid var(--line-soft);
}
.example:last-child { border-bottom: 1px solid var(--line-soft); }
.example .num {
  font-family: var(--mono); font-size: clamp(22px, 2vw, 32px);
  font-weight: 500; color: var(--orange);
  letter-spacing: -.02em;
}
.example h3 {
  font-size: clamp(28px, 2.8vw, 44px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.05;
  margin-bottom: 24px;
  max-width: 22ch;
}
.example h3 .meta {
  display: block;
  font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-soft); opacity: .55;
  font-weight: 500;
  margin-bottom: 12px;
}
.example p { font-size: var(--t-body); line-height: 1.6; max-width: 65ch; }
.example p + p { margin-top: 18px; }
.example .versions {
  display: grid; gap: 14px;
  margin-top: 28px; padding: 28px;
  background: var(--cream-2);
  border-left: 4px solid var(--orange);
  border-radius: var(--radius-md);
  max-width: 65ch;
}
.example .versions div {
  display: grid; grid-template-columns: 200px 1fr; gap: 20px;
  font-size: clamp(15px, 1.1vw, 18px);
  align-items: baseline;
}
.example .versions div .lang {
  font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .08em; text-transform: uppercase;
  color: var(--orange-deep);
}
.example .versions div .line { font-weight: 600; }
.example .versions div .line em { font-style: italic; font-weight: 400; opacity: .6; }
@media (max-width: 660px) {
  .example {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 48px 0;
  }
  .example + .example { border-top: 1px solid var(--line-soft); }
  .example .num {
    font-size: 28px;
    color: var(--orange);
    padding-bottom: 8px;
  }
  .example h3 { font-size: 28px; margin-bottom: 18px; }
  .example .versions { padding: 22px; margin-top: 22px; }
  .example .versions div { grid-template-columns: 1fr; gap: 4px; }
}

/* =========================================================
   EXAMPLES — distinctive treatment per case
   ========================================================= */
/* 01 — Apple "Small Talk": display headline + 3-up translation cards */
.example.ex-apple h3 .display {
  display: block;
  font-family: var(--sans);
  font-size: clamp(56px, 9vw, 140px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: .9;
  margin-top: 4px;
}
.example.ex-apple .trans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
  max-width: none;
}
.example.ex-apple .trans-card {
  padding: 24px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--cream-2);
  display: flex; flex-direction: column; gap: 10px;
}
.example.ex-apple .trans-card .lang {
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--orange-deep);
}
.example.ex-apple .trans-card:nth-child(1) .line { font-size: clamp(22px, 2vw, 28px); }
.example.ex-apple .trans-card:nth-child(2) .line { font-size: clamp(20px, 1.8vw, 26px); color: var(--purple); }
.example.ex-apple .trans-card:nth-child(3) .line { font-size: clamp(18px, 1.6vw, 24px); color: var(--orange-deep); }
.example.ex-apple .trans-card .line {
  font-weight: 700; letter-spacing: -.02em; line-height: 1.15;
}
.example.ex-apple .trans-card .gloss {
  font-size: 13px; opacity: .55; font-style: italic; line-height: 1.4;
}
@media (max-width: 760px) {
  .example.ex-apple .trans-grid { grid-template-columns: 1fr; }
}

/* 02 — Pixar: pull-quote */
.example.ex-pixar .pull-quote {
  font-family: var(--sans);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.05;
  margin: 24px 0;
  padding: 28px 0 28px 28px;
  border-left: 4px solid var(--orange);
  max-width: 26ch;
  text-wrap: balance;
}
.example.ex-pixar .pull-quote em { font-style: italic; color: var(--orange); }
.example.ex-pixar .pull-quote .src {
  display: block;
  font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  font-weight: 500; opacity: .55; margin-top: 16px; font-style: normal;
}

/* 03 — Logan Ury: vertical title pair */
.example.ex-logan .title-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  margin: 28px 0;
  padding: 32px 0;
  border-block: 1px solid var(--line-soft);
  max-width: 720px;
}
.example.ex-logan .title-pair > div { display: flex; flex-direction: column; gap: 10px; }
.example.ex-logan .title-pair .lbl {
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-soft); opacity: .5;
}
.example.ex-logan .title-pair .t {
  font-family: var(--sans); font-weight: 800; letter-spacing: -.03em; line-height: 1;
  font-size: clamp(24px, 2.6vw, 38px);
  text-transform: uppercase;
}
.example.ex-logan .title-pair > div:nth-child(1) .t { opacity: .45; }
.example.ex-logan .title-pair > div:nth-child(1) .t s { text-decoration-thickness: 2px; }
.example.ex-logan .title-pair > div:nth-child(2) .t { color: var(--orange); }
@media (max-width: 660px) {
  .example.ex-logan .title-pair { grid-template-columns: 1fr; gap: 20px; }
}

/* 04 — McDonald's: two display quotes with equals */
.example.ex-mcd .quote-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  margin: 28px 0;
  padding: 36px 0;
  border-block: 1px solid var(--line-soft);
  max-width: 820px;
}
.example.ex-mcd .quote-row .q {
  font-family: var(--sans);
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.02;
  text-wrap: balance;
}
.example.ex-mcd .quote-row .q.b { color: var(--orange); }
.example.ex-mcd .quote-row .arrow {
  font-family: var(--mono);
  font-size: clamp(24px, 2.6vw, 36px);
  color: var(--ink-soft); opacity: .4;
}
@media (max-width: 660px) {
  .example.ex-mcd .quote-row { grid-template-columns: 1fr; gap: 8px; padding: 24px 0; }
  .example.ex-mcd .quote-row .arrow { transform: rotate(90deg); padding: 4px 0; }
}

/* 05 — Home Alone: three-up title trio */
.example.ex-home .title-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0;
  max-width: none;
}
.example.ex-home .title-trio > div {
  padding: 28px 22px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--cream-2);
  display: flex; flex-direction: column; gap: 10px;
  min-height: 200px;
}
.example.ex-home .title-trio .market {
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--orange-deep);
}
.example.ex-home .title-trio .t {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.02;
  margin-top: auto;
}
.example.ex-home .title-trio > div:nth-child(2) .t { color: var(--purple); }
.example.ex-home .title-trio > div:nth-child(3) .t { color: var(--orange); }
.example.ex-home .title-trio .sub {
  font-size: 12px; opacity: .55; font-style: italic; line-height: 1.4;
}
@media (max-width: 760px) {
  .example.ex-home .title-trio { grid-template-columns: 1fr; }
  .example.ex-home .title-trio > div { min-height: 0; }
}

/* Example image placeholder */
.example .frame {
  margin-top: 28px;
  position: relative;
  background: var(--cream-2);
  border: 1px solid var(--line-soft);
  max-width: 720px;
  overflow: hidden;
}
.example .frame.placeholder {
  aspect-ratio: 16 / 9;
  background:
    repeating-linear-gradient(
      135deg,
      var(--cream-2),
      var(--cream-2) 14px,
      var(--cream) 14px,
      var(--cream) 28px
    );
  display: grid; place-items: center;
}
.example .frame img {
  display: block;
  width: 100%;
  height: auto;
}
.example .frame.portrait {
  max-width: 460px;
}
.example .frame.portrait-sm {
  max-width: 300px;
}
.example .frame.square {
  max-width: 540px;
}
.example .frame .tag {
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  background: var(--ink); color: var(--cream); padding: 8px 12px;
  display: inline-flex; gap: 10px; align-items: center;
}
.example .frame .tag::before {
  content: ""; display: block; width: 8px; height: 8px; background: var(--orange);
}
.example .frame .caption {
  position: absolute; left: 16px; bottom: 16px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-soft); opacity: .65;
}

/* Instagram embed wrapper (removed — legacy CSS pruned) */
.coating {
  background: var(--cream);
}
.coating .block-head .label { color: var(--magenta); }
.coating .block-head h2 strong { color: var(--magenta); }
.coating .warning {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .14em; text-transform: uppercase;
  background: var(--magenta); color: var(--cream);
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 24px;
}
.coating .warning::before {
  content: ""; display: block; width: 8px; height: 8px; background: var(--cream); border-radius: 50%;
}
.coating .pull {
  font-size: clamp(28px, 3.4vw, 48px); font-weight: 600; letter-spacing: -.025em; line-height: 1.1;
  padding: 32px 0; margin: 24px 0;
  border-block: 1px solid var(--line-soft);
  max-width: 28ch;
}
.coating .pull em { color: var(--magenta); font-style: italic; }
.coating a.outlink {
  border-bottom: 2px solid var(--magenta);
  padding-bottom: 1px;
}
.coating a.outlink:hover { color: var(--magenta); }

/* =========================================================
   WHAT IT'S NOT
   ========================================================= */
.notlist {
  display: grid; gap: 0;
  border-block: 1px solid var(--line-soft);
  margin-top: 16px;
}
.notlist > div {
  display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 18px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: clamp(18px, 1.4vw, 22px);
  align-items: center;
}
.notlist > div:last-child { border-bottom: 0; }
.notlist .mark {
  font-family: var(--mono); color: var(--orange-deep); font-weight: 600;
  font-size: 22px;
}
.notlist .mark::before { content: "✕"; }
.notlist.reasons .mark { color: var(--orange); }
.notlist.reasons .mark::before { content: "→"; font-weight: 700; }

.testbox {
  margin-top: 36px;
  padding: 36px;
  background: var(--ink); color: var(--cream);
  border-radius: var(--radius-md);
  display: grid; gap: 12px;
}
.testbox .lbl { font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--orange); }
.testbox h4 { font-size: clamp(22px, 1.8vw, 28px); font-weight: 700; letter-spacing: -.02em; }
.testbox p { color: var(--cream); opacity: .85; max-width: 60ch; }

/* =========================================================
   INTERSTITIAL — breathing moment between blocks 7 and 8
   ========================================================= */
.breath {
  background: var(--orange);
  color: var(--cream);
  position: relative;
  overflow: hidden;
  padding: clamp(140px, 16vw, 240px) var(--pad-x);
  border-bottom: 1px solid var(--ink);
}
.breath-blobs {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 0;
}
.breath-inner {
  position: relative; z-index: 1;
  max-width: 1400px;
  margin-inline: auto;
}
.breath-quote {
  font-size: clamp(40px, 6.2vw, 96px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.05;
  text-wrap: balance;
  max-width: 22ch;
  color: var(--cream);
}
.breath-quote em {
  font-style: italic;
  font-weight: 700;
  color: var(--ink);
}

/* Reduce top padding on "When you need it" — the breathing block already creates the pause */
.when { padding-top: clamp(80px, 8vw, 120px); }

.when .when-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  margin-top: 32px;
}
.when-card {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
.when-card.use {
  background: var(--orange); color: var(--ink); border-color: var(--ink);
}
.when-card.dont { background: transparent; }
.when-card .lbl { font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .14em; text-transform: uppercase; }
.when-card h3 {
  margin-top: 18px;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 700;
  letter-spacing: -.025em;
}
.when-card ul { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.when-card li {
  display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start;
  font-size: clamp(16px, 1.15vw, 19px); line-height: 1.45;
}
.when-card.use li::before { content: "→"; font-family: var(--mono); font-weight: 700; }
.when-card.dont li::before { content: "·"; font-family: var(--mono); font-size: 26px; line-height: .6; color: var(--orange); }

.when .footnote {
  margin-top: 40px;
  font-size: var(--t-body);
  line-height: 1.6;
  max-width: 75ch;
}
@media (max-width: 760px) {
  .when .when-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   WHO
   ========================================================= */
.who { background: var(--purple); color: var(--cream); }
.who .block-head .label { color: var(--yellow); }
.who .block-head h2 { color: var(--cream); }
.who .block-head h2 strong { color: var(--yellow); }
.who-grid { display: grid; gap: 4px; margin-top: 24px; }
.who-card {
  display: grid; grid-template-columns: 80px 1fr 1fr; gap: clamp(24px, 4vw, 64px);
  padding: clamp(32px, 3vw, 48px) clamp(28px, 3vw, 40px);
  margin-bottom: 16px;
  background: rgba(252,244,238,.04);
  border: 1px solid rgba(252,244,238,.18);
  border-radius: var(--radius-md);
  align-items: start;
}
.who-card:last-child { margin-bottom: 0; }
.who-card .num { font-family: var(--mono); font-size: 24px; color: var(--yellow); }
.who-card h3 {
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 700;
  letter-spacing: -.025em;
  color: var(--cream);
  line-height: 1.05;
  max-width: 22ch;
}
.who-card p { color: rgba(252,244,238,.85); font-size: clamp(16px, 1.15vw, 19px); line-height: 1.6; max-width: 60ch; }
@media (max-width: 880px) {
  .who-card { grid-template-columns: 1fr; gap: 16px; }
}

/* =========================================================
   HOW
   ========================================================= */
.how-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}
.how-step {
  padding: 40px 28px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line-soft);
  display: flex; flex-direction: column; gap: 18px;
}
.how-step:first-child { padding-left: 0; }
.how-step:last-child { border-right: 0; padding-right: 0; }
.how-step .num {
  font-family: var(--mono); font-size: 14px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--orange);
}
.how-step h3 {
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.1;
}
.how-step p { font-size: clamp(15px, 1.05vw, 17px); line-height: 1.55; max-width: 35ch; }
@media (max-width: 980px) {
  .how-grid { grid-template-columns: repeat(2, 1fr); }
  .how-step { padding: 32px 24px; }
  .how-step:first-child { padding-left: 0; }
  .how-step:nth-child(2) { border-right: 0; padding-right: 0; }
  .how-step:nth-child(3) { padding-left: 0; }
}
@media (max-width: 560px) {
  .how-grid { grid-template-columns: 1fr; }
  .how-step { border-right: 0; padding-inline: 0; }
}

/* =========================================================
   FAQ
   ========================================================= */
.faq .faq-list {
  margin-top: 8px;
  display: grid;
  gap: 12px;
}
.faq-item {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  padding: 0 24px;
  background: var(--cream);
  transition: border-color .2s, background .2s;
}
.faq-item[open] {
  border-color: var(--line);
}
.faq-item summary {
  list-style: none; cursor: pointer;
  display: grid; grid-template-columns: 56px 1fr 56px;
  align-items: center; gap: 16px;
  padding: 28px 0;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.2;
  transition: color .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--orange); }
.faq-item .qnum {
  font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .04em;
  color: var(--orange);
}
.faq-item .plus {
  width: 32px; height: 32px; position: relative;
  justify-self: end;
  transition: transform .25s;
}
.faq-item .plus::before, .faq-item .plus::after {
  content: ""; position: absolute; inset: 0; margin: auto;
  background: var(--ink);
}
.faq-item .plus::before { width: 100%; height: 2px; }
.faq-item .plus::after  { height: 100%; width: 2px; }
.faq-item[open] .plus { transform: rotate(45deg); }
.faq-item .answer-body {
  padding: 0 0 28px 72px;
  font-size: var(--t-body);
  line-height: 1.6;
  max-width: 75ch;
  display: flex; flex-direction: column; gap: 16px;
}
@media (max-width: 660px) {
  .faq-item summary { grid-template-columns: 40px 1fr 40px; }
  .faq-item .answer-body { padding-left: 56px; }
}

/* =========================================================
   FINAL CTA
   ========================================================= */
.cta-block {
  background: var(--orange);
  color: var(--ink);
  padding: clamp(80px, 9vw, 140px) var(--pad-x);
  position: relative;
  border-bottom: 1px solid var(--ink);
}
.cta-block::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(800px 600px at 100% 0, rgba(244,62,3,.5), transparent 60%),
    radial-gradient(700px 500px at 0% 100%, rgba(65,36,100,.25), transparent 60%);
  pointer-events: none;
}
.cta-inner { position: relative; max-width: 1400px; margin-inline: auto; }
.cta-block .label {
  font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 32px;
  border-block: 1px solid var(--ink); padding: 10px 0;
  display: flex; justify-content: space-between; gap: 20px;
}
.cta-block h2 {
  font-size: clamp(48px, 7vw, 120px);
  letter-spacing: -.035em;
  line-height: .96;
  max-width: 18ch;
}
.cta-block h2 em { font-style: italic; color: var(--cream); font-weight: 700; }
.cta-block p,
.cta-block .body,
.cta-block .nope { color: var(--ink); }
.cta-block .body {
  margin-top: 36px;
  font-size: var(--t-lead);
  line-height: 1.4;
  max-width: 56ch;
  font-weight: 500;
}
.cta-block .body + p { font-size: var(--t-body); margin-top: 18px; max-width: 56ch; }
.cta-email {
  display: inline-flex; align-items: center; gap: 16px;
  margin-top: 48px;
  background: var(--ink); color: var(--cream);
  padding: 28px 36px;
  border-radius: var(--radius-sm);
  font-family: var(--mono); font-size: clamp(20px, 2.2vw, 32px); letter-spacing: -.01em;
  font-weight: 500;
  transition: transform .2s, background .2s;
}
.cta-email:hover { background: var(--purple); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.cta-email .arrow { font-size: 1.2em; }
.cta-block .nope {
  margin-top: 48px;
  font-family: var(--mono); font-size: clamp(13px, 1vw, 16px); letter-spacing: .04em; text-transform: uppercase;
  display: flex; flex-direction: column; gap: 8px;
}
.cta-block .nope span { display: inline-flex; gap: 14px; align-items: center; }
.cta-block .nope span::before { content: "·"; font-size: 1.2em; }

/* =========================================================
   FOOTER
   ========================================================= */
footer {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(48px, 5vw, 80px) var(--pad-x) clamp(24px, 3vw, 40px);
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: clamp(24px, 4vw, 64px);
  align-items: start;
  border-top: 1px solid rgba(252,244,238,.2);
  padding-top: 40px;
}
footer .wordmark {
  font-size: clamp(48px, 6vw, 96px);
  letter-spacing: -.035em;
  font-weight: 700;
  line-height: .9;
}
footer .wordmark .dot { color: var(--orange); }
footer p { color: rgba(252,244,238,.7); font-size: clamp(15px, 1.05vw, 17px); max-width: 38ch; margin-top: 16px; }
footer h5 {
  font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .14em; text-transform: uppercase;
  color: rgba(252,244,238,.55);
  margin-bottom: 12px;
}
footer a { display: block; padding: 4px 0; }
footer a:hover { color: var(--orange); }
.footer-bottom {
  margin-top: clamp(60px, 7vw, 100px);
  padding-top: 24px;
  border-top: 1px solid rgba(252,244,238,.2);
  display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .08em; text-transform: uppercase;
  color: rgba(252,244,238,.55);
}
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr; }
}
.footer-bilingual {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(252,244,238,.15);
  font-family: var(--mono); font-size: var(--t-mono); letter-spacing: .08em; text-transform: uppercase;
  color: rgba(252,244,238,.55);
  text-align: center;
}

/* =========================================================
   STICKY MOBILE CTA
   ========================================================= */
.sticky-cta {
  position: fixed; bottom: 16px; left: 16px; right: 16px; z-index: 60;
  background: var(--ink); color: var(--cream);
  padding: 14px 18px;
  border-radius: 999px;
  display: none;
  justify-content: space-between; align-items: center;
  font-family: var(--mono); font-size: 13px; letter-spacing: .04em; text-transform: uppercase;
  transform: translateY(120%);
  transition: transform .35s ease;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .send { background: var(--orange); color: var(--ink); padding: 8px 14px; font-weight: 600; border-radius: 999px; }
@media (max-width: 760px) {
  .sticky-cta { display: flex; }
}

/* =========================================================
   SCROLL REVEAL
   ========================================================= */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
}

/* =========================================================
   IMAGE PLACEHOLDERS (clear "drop X here" treatments)
   ========================================================= */
.placeholder {
  position: relative;
  background:
    repeating-linear-gradient(
      135deg,
      var(--cream-2),
      var(--cream-2) 12px,
      var(--cream) 12px,
      var(--cream) 24px
    );
  border: 1px solid var(--line-soft);
  display: grid; place-items: center;
  font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-soft);
  aspect-ratio: 16 / 9;
  min-height: 220px;
  text-align: center;
  padding: 24px;
}
.placeholder .tag {
  background: var(--ink); color: var(--cream); padding: 6px 10px;
}
