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

:root {
  --cream:    #f5f0e8;
  --cream2:   #ece6da;
  --cream3:   #e0d8cc;
  --slate:    #2d3748;
  --slate2:   #1e2838;
  --terra:    #c0522a;
  --terra2:   #a84422;
  --muted:    #7a7060;
  --light:    #f9f7f3;
}

html { scroll-behavior: smooth; }

.fade-up { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

body {
  background: var(--cream);
  color: var(--slate);
  font-family: 'Space Grotesk', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  height: 68px;
  background: transparent;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background 0.4s, backdrop-filter 0.4s, box-shadow 0.3s, border-color 0.4s;
}
nav.scrolled {
  background: rgba(245,240,232,0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--cream3);
  box-shadow: 0 2px 24px rgba(45,55,72,0.07);
}
.nav-logo {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: -0.01em;
  transition: color 0.4s;
}
.nav-logo span { color: var(--cream); transition: color 0.4s; }
nav.scrolled .nav-logo { color: var(--slate); }
nav.scrolled .nav-logo span { color: var(--terra); }
.nav-links { display: flex; gap: 32px; }
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
  transition: color 0.2s;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 1.5px;
  background: var(--terra);
  transition: width 0.2s;
}
.nav-links a:hover { color: var(--slate); }
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  background: var(--terra);
  color: #fff;
  border: none;
  padding: 10px 22px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s;
}
.nav-cta:hover { background: var(--terra2); transform: translateY(-1px); }

/* ── HERO ── */
.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  padding: 80px 56px;
  border-bottom: 1px solid var(--cream3);
}

/* grain overlay */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.045;
  mix-blend-mode: multiply;
}

/* photo background */
.hero-photo-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-photo-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% 22%;
  filter: brightness(0.85);
  display: block;
}

.hero-photo-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 40% at 50% 58%, rgba(20, 28, 44, 0.28) 0%, transparent 100%),
    linear-gradient(
      to bottom,
      rgba(20, 28, 44, 0.18) 0%,
      rgba(20, 28, 44, 0.05) 40%,
      rgba(20, 28, 44, 0)    70%
    );
}

/* hero text — cream on photo */
.hero .hero-headline {
  color: #f5f0e8;
  text-shadow: 0 2px 24px rgba(0,0,0,0.3);
}
.hero .hero-headline em {
  color: #f0c878;
  font-style: italic;
  text-transform: uppercase;
  text-shadow: 0 2px 24px rgba(0,0,0,0.3);
}
.hero .hero-sub {
  color: rgba(245, 240, 232, 0.85);
  text-shadow: 0 1px 12px rgba(0,0,0,0.45);
}

/* text above blobs and grain */
.hero-headline,
.hero-sub,
.hero-actions {
  position: relative;
  z-index: 3;
}

.hero .hero-sub { max-width: 520px; }
.hero .hero-actions { justify-content: center; }
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--cream2);
  border-radius: 100px;
  padding: 6px 14px;
  margin-bottom: 28px;
  width: fit-content;
}
.hero-pill-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--terra);
  flex-shrink: 0;
}
.hero-pill span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--terra);
}
.hero-headline {
  font-family: 'Fraunces', serif;
  font-size: clamp(72px, 10vw, 130px);
  line-height: 1;
  color: var(--slate);
  margin-bottom: 28px;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}
.hero-line { display: block; }
.hero-headline em { color: var(--terra); font-style: italic; margin-top: 12px; display: block; }
.hero-sub {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 380px;
  margin-top: 40px;
  margin-bottom: 48px;
}
.hero-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 36px;
  padding-left: 14px;
  border-left: 2px solid var(--cream3);
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.btn-primary {
  background: var(--terra);
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.btn-primary:hover { background: var(--terra2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(192,82,42,0.22); }
.hero-checks { display: flex; gap: 22px; flex-wrap: wrap; }
.hero-check {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--terra);
}
.hero-check::before { content: '✓'; font-weight: 700; }

/* ── HERO RIGHT ── */
.hero-right {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--cream2);
  overflow: hidden;
}
.hero-img-zone {
  flex: 1;
  position: relative;
  background-image:
    repeating-linear-gradient(-45deg, transparent, transparent 28px, rgba(0,0,0,0.022) 28px, rgba(0,0,0,0.022) 29px),
    radial-gradient(ellipse at 60% 40%, rgba(192,82,42,0.06) 0%, transparent 60%);
  background-color: var(--cream2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-placeholder {
  border: 1.5px dashed var(--cream3);
  padding: 10px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 280px;
}
.img-placeholder-label { font-size: 12px; font-weight: 600; color: var(--muted); }
.img-placeholder-note {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 11px;
  color: #b0a898;
}
.hero-card {
  position: absolute;
  top: 28px;
  left: 28px;
  background: #fff;
  border: 1px solid var(--cream3);
  border-radius: 12px;
  padding: 16px 18px;
  width: 196px;
  box-shadow: 0 8px 40px rgba(45,55,72,0.12), 0 2px 8px rgba(45,55,72,0.06);
  animation: floatCard 5s ease-in-out infinite;
}
@keyframes floatCard {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-6px); }
}
.card-eyebrow { font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.card-person { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.card-avatar {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--cream2);
  border: 1.5px solid var(--cream3);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--muted);
}
.card-name { font-size: 12px; font-weight: 700; color: var(--slate); }
.card-co { font-size: 10px; color: var(--muted); }
.card-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 12px;
  color: var(--slate);
  line-height: 1.4;
  margin-bottom: 8px;
}
.card-stars { color: var(--terra); font-size: 11px; }
.hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid var(--cream3);
  background: var(--slate2);
}
.stat-item { padding: 14px 18px; border-right: 1px solid rgba(255,255,255,0.08); }
.stat-item:last-child { border-right: none; }
.stat-n { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 700; color: var(--terra); line-height: 1; margin-bottom: 3px; }
.stat-l { font-size: 10px; font-weight: 500; color: #6a7fa0; text-transform: uppercase; letter-spacing: 0.07em; }

/* ── PAIN SECTION ── */
.s-pain { background: var(--cream2); padding: 96px 0; border-bottom: 1px solid var(--cream3); }
.s-pain-head {
  padding: 0 64px 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 40px;
  flex-wrap: wrap;
}
.s-pain-title { font-family: 'Fraunces', serif; font-size: clamp(32px, 3vw, 46px); color: var(--slate); line-height: 1.08; letter-spacing: -0.02em; }
.s-pain-title em { color: var(--terra); font-style: italic; }
.s-pain-sub { font-size: 14px; color: var(--muted); max-width: 280px; line-height: 1.6; text-align: right; }
.pain-grid { padding: 0 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pain-card {
  background: var(--cream);
  border: 1px solid var(--cream3);
  border-radius: 14px;
  padding: 36px 28px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.pain-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(45,55,72,0.08); border-color: var(--terra); }
.pain-ico {
  width: 64px; height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cream2);
  border-radius: 12px;
  color: var(--terra);
  transition: background 0.3s;
}
.pain-card:hover .pain-ico { background: rgba(192,82,42,0.1); }
.pain-headline { font-family: 'Fraunces', serif; font-size: 21px; font-weight: 700; line-height: 1.2; letter-spacing: -0.018em; color: var(--slate); }
.pain-conseq {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--cream3);
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  color: var(--terra);
  font-weight: 700;
}
.pain-phone { transform-origin: 50% 30%; animation: phoneRing 2.6s ease-in-out infinite; }
@keyframes phoneRing {
  0%, 60%, 100%   { transform: rotate(0deg); }
  65%, 75%, 85%   { transform: rotate(-12deg); }
  70%, 80%, 90%   { transform: rotate(12deg); }
}
.pain-phone-wave { animation: phoneWave 2.6s ease-in-out infinite; transform-origin: center; }
@keyframes phoneWave {
  0%, 60%, 100% { opacity: 0; transform: scale(0.6); }
  65%, 80%      { opacity: 0.8; transform: scale(1); }
  95%           { opacity: 0; transform: scale(1.2); }
}
.pain-clock-hand { transform-origin: 32px 32px; animation: tick 4s steps(12, end) infinite; }
@keyframes tick { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.pain-env { animation: drift 3s ease-in-out infinite; }
@keyframes drift {
  0%, 100% { transform: translate(0, 0) rotate(0deg); opacity: 1; }
  50%      { transform: translate(8px, -3px) rotate(4deg); opacity: 0.45; }
}
.pain-rank-you  { animation: rankFall 3.6s ease-in-out infinite; }
@keyframes rankFall {
  0%, 100%  { transform: translateY(0); fill: var(--terra); }
  40%, 60%  { transform: translateY(20px); fill: #b0a898; }
}
.pain-rank-them { animation: rankRise 3.6s ease-in-out infinite; }
@keyframes rankRise {
  0%, 100%  { transform: translateY(0); fill: #b0a898; }
  40%, 60%  { transform: translateY(-20px); fill: var(--terra); }
}

/* ── SHARED TAGS / SECTION TITLES ── */
.s2-tag { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.s2-tag-line { width: 28px; height: 1.5px; background: var(--terra); }
.s2-tag span { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--terra); }
.s2-title { font-family: 'Fraunces', serif; font-size: clamp(32px, 3vw, 46px); color: var(--slate); line-height: 1.08; letter-spacing: -0.02em; }
.s2-title em { color: var(--terra); font-style: italic; }

/* ── HOW IT WORKS ── */
.s2 { background: var(--light); border-bottom: 1px solid var(--cream3); }
.s2-header {
  padding: 88px 64px 56px;
  display: flex; justify-content: space-between; align-items: flex-end;
  border-bottom: 1px solid var(--cream3);
  flex-wrap: wrap; gap: 32px;
}
.s2-sub { font-size: 14px; color: var(--muted); max-width: 240px; line-height: 1.6; text-align: right; }
.s2-footer {
  padding: 32px 64px; display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid var(--cream3); background: var(--slate2);
}
.s2-footer-text { font-family: 'Fraunces', serif; font-style: italic; font-size: 20px; color: rgba(255,255,255,0.55); letter-spacing:-0.01em; }
.s2-footer-text strong { color: #fff; font-style: normal; }
.proc-ph {
  background: var(--cream2); border: 1.5px dashed var(--cream3);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; text-align: center; padding: 16px;
}
.proc-ph-lbl { font-size: 12px; font-weight: 600; color: var(--muted); }
.proc-ph-note { font-family:'Fraunces',serif; font-style:italic; font-size:11px; color:#b0a898; max-width:200px; }
.p2-layout { display: flex; align-items: stretch; gap: 0; padding: 64px 64px 48px; }
.p2-wrap { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 0; padding-right: 48px; }
.p2-photo-col { flex: 1; flex-shrink: 0; display: flex; flex-direction: column; gap: 24px; border-left: 1px solid var(--cream3); padding-left: 48px; overflow: hidden; }
.p2-photo { flex: 1; min-height: 0; width: 100%; object-fit: cover; border-radius: 14px; border: 1px solid var(--cream3); display: block; }
.p2-step { display: grid; grid-template-columns: 80px 1fr; gap: 0; min-height: 220px; position: relative; }
.p2-step:not(:last-child)::before {
  content:''; position:absolute; left:39px; top:56px; bottom:-1px;
  width:2px; background:var(--cream3); z-index:0;
}
.p2-step.active-step::before { background: linear-gradient(to bottom, var(--terra), var(--cream3)); }
.p2-spine { display:flex; flex-direction:column; align-items:center; padding-top:8px; position:relative; z-index:1; }
.p2-circle {
  width:44px; height:44px; border-radius:50%; background:var(--cream3); border:2px solid var(--cream3);
  display:flex; align-items:center; justify-content:center;
  font-family:'Fraunces',serif; font-size:16px; font-weight:700; color:var(--muted);
  transition: background 0.3s, color 0.3s, border-color 0.3s; flex-shrink:0;
}
.p2-step.active-step .p2-circle { background:var(--terra); border-color:var(--terra); color:#fff; }
.p2-content { padding: 8px 40px 48px 32px; }
.p2-num { font-family:'Fraunces',serif; font-size:11px; font-weight:700; color:var(--terra); text-transform:uppercase; letter-spacing:0.1em; margin-bottom:8px; }
.p2-title { font-family:'Fraunces',serif; font-size:26px; font-weight:700; color:var(--slate); line-height:1.1; letter-spacing:-0.02em; margin-bottom:12px; }
.p2-desc { font-size:14px; line-height:1.7; color:var(--muted); max-width:360px; text-wrap:pretty; }
.p2-img { padding: 8px 0 48px 40px; }

/* ── SOCIAL PROOF ── */
.s3 { background: var(--cream); border-bottom: 1px solid var(--cream3); }
.s3-head {
  padding: 88px 64px 56px;
  display: flex; justify-content: space-between; align-items: flex-end;
  border-bottom: 1px solid var(--cream3);
  gap: 40px; flex-wrap: wrap;
}
.met-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--cream3); border: 1px solid var(--cream3); border-radius: 8px; overflow: hidden; }
.met-cell { background: var(--light); padding: 14px 18px; }
.met-label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 6px; }
.met-before { font-size: 13px; color: #aaa; font-weight: 500; }
.met-after  { font-size: 24px; font-family: 'Fraunces', serif; font-weight: 700; color: var(--terra); line-height: 1.1; letter-spacing: -0.02em; }
.met-arrow  { font-size: 11px; color: var(--terra); margin: 2px 0; }
.mockup-ph {
  background: var(--cream2); border: 1.5px dashed var(--cream3); border-radius: 8px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; text-align: center; padding: 16px;
}
.mockup-ph-lbl { font-size: 12px; font-weight: 600; color: var(--muted); }
.mockup-ph-note { font-family:'Fraunces',serif; font-style:italic; font-size:11px; color:#b0a898; max-width:220px; }
.v2-wrap { display: grid; grid-template-columns: 320px 1fr; min-height: 520px; border-top: 1px solid var(--cream3); }
.v2-list { border-right: 1px solid var(--cream3); overflow-y: auto; }
.v2-row {
  display: flex; align-items: center; gap: 14px;
  padding: 20px 28px; border-bottom: 1px solid var(--cream3);
  cursor: pointer; transition: background 0.18s; position: relative;
}
.v2-row:hover { background: var(--cream2); }
.v2-row.active { background: var(--cream2); }
.v2-row.active::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--terra); }
.v2-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--cream3); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--muted); flex-shrink: 0; transition: background 0.2s, color 0.2s; }
.v2-row.active .v2-avatar { background: var(--terra); color: #fff; }
.v2-row-name { font-size: 13px; font-weight: 700; color: var(--slate); letter-spacing: -0.01em; }
.v2-row-co   { font-size: 11px; color: var(--muted); margin-top: 1px; }
.v2-row-metric { margin-left: auto; font-size: 11px; font-weight: 700; color: var(--terra); white-space: nowrap; background: rgba(192,82,42,0.07); padding: 4px 10px; border-radius: 100px; }
.v2-panel { position: relative; overflow: hidden; }
.v2-slide { display: none; grid-template-columns: 1fr 1fr; height: 100%; animation: fadeSlide 0.3s ease; }
@keyframes fadeSlide { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
.v2-slide.active { display: grid; }
.v2-slide-left { padding: 52px 48px; border-right: 1px solid var(--cream3); display: flex; flex-direction: column; justify-content: flex-start; gap: 0; }
.v2-slide-stars { color: var(--terra); font-size: 14px; }
.v2-slide-quote { font-family: 'Fraunces', serif; font-style: italic; font-size: 24px; line-height: 1.4; color: var(--slate); letter-spacing: -0.01em; text-wrap: pretty; }
.v2-slide-attr { display: flex; align-items: center; gap: 12px; }
.v2-slide-av { width: 42px; height: 42px; border-radius: 50%; background: var(--terra); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.v2-slide-name { font-size: 14px; font-weight: 700; color: var(--slate); letter-spacing: -0.01em; }
.v2-slide-co   { font-size: 12px; color: var(--muted); margin-top: 2px; }
.v2-slide-right { display: flex; flex-direction: column; }

/* ── GUARANTEE ── */
.s-guar {
  background: var(--slate2); color: var(--cream); padding: 112px 64px;
  border-bottom: 1px solid var(--cream3); position: relative; overflow: hidden;
}
.s-guar::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 30%, rgba(192,82,42,0.10) 0%, transparent 55%),
              radial-gradient(ellipse at 85% 75%, rgba(192,82,42,0.06) 0%, transparent 50%);
  pointer-events: none;
}
.s-guar-inner { max-width: 820px; margin: 0 auto; position: relative; text-align: center; }
.s-guar-badge { width: 96px; height: 96px; margin: 0 auto 36px; position: relative; display: flex; align-items: center; justify-content: center; }
.s-guar-badge::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: rgba(192,82,42,0.12); animation: guarPulse 2.6s ease-in-out infinite;
}
@keyframes guarPulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50%      { transform: scale(1.18); opacity: 0; }
}
.s-guar-badge svg { position: relative; z-index: 1; filter: drop-shadow(0 4px 18px rgba(192,82,42,0.35)); }
.s-guar-ribbon { transform-origin: center; animation: ribbonSpin 18s linear infinite; }
@keyframes ribbonSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.s-guar-tag { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 28px; }
.s-guar-tag-line { width: 28px; height: 1.5px; background: var(--terra); }
.s-guar-tag span { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--terra); }
.s-guar-quote { font-family: 'Fraunces', serif; font-size: clamp(36px, 4vw, 58px); line-height: 1.08; letter-spacing: -0.025em; color: var(--cream); margin-bottom: 28px; text-wrap: pretty; }
.s-guar-quote em { color: var(--terra); font-style: italic; }
.s-guar-body { font-size: 16px; line-height: 1.75; color: rgba(245,240,232,0.72); max-width: 620px; margin: 0 auto 44px; text-wrap: pretty; }
.s-guar-chips { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.s-guar-chip {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px;
  border: 1px solid rgba(245,240,232,0.18); border-radius: 100px;
  font-size: 13px; font-weight: 500; color: var(--cream); background: rgba(245,240,232,0.04);
}
.s-guar-chip::before { content: '\2713'; color: var(--terra); font-weight: 700; font-size: 12px; }
.s-guar-cta-wrap { margin-top: 40px; display: flex; justify-content: center; }
.s-guar-cta {
  background: var(--terra); color: #fff; border: none; padding: 16px 36px;
  font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 600; border-radius: 6px;
  cursor: pointer; letter-spacing: 0.02em; transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 8px 24px rgba(192,82,42,0.28);
}
.s-guar-cta:hover { background: var(--terra2); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(192,82,42,0.4); }
.s-guar-sig { margin-top: 28px; font-family: 'Fraunces', serif; font-style: italic; font-size: 14px; color: rgba(245,240,232,0.5); }
.s-guar-sig strong { color: rgba(245,240,232,0.85); font-style: normal; font-weight: 600; }

/* ── FAQ ── */
.s-faq { background: var(--cream); border-bottom: 1px solid var(--cream3); }
.s-faq-head {
  padding: 88px 64px 40px; display: flex; justify-content: space-between; align-items: flex-end;
  border-bottom: 1px solid var(--cream3); gap: 40px; flex-wrap: wrap;
}
.s-faq-title { font-family: 'Fraunces', serif; font-size: clamp(32px, 3vw, 46px); color: var(--slate); line-height: 1.08; letter-spacing: -0.02em; }
.s-faq-title em { color: var(--terra); font-style: italic; }
.s-faq-sub { font-size: 14px; color: var(--muted); max-width: 280px; line-height: 1.6; text-align: right; }
.faq-list { padding: 16px 64px 88px; max-width: 980px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--cream3); }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  width: 100%; background: none; border: none; padding: 30px 0;
  font-family: 'Fraunces', serif; font-size: 22px; font-weight: 700; color: var(--slate);
  letter-spacing: -0.018em; text-align: left; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 24px; transition: color 0.2s;
}
.faq-q:hover { color: var(--terra); }
.faq-icon {
  width: 28px; height: 28px; border-radius: 50%; background: var(--cream2);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: var(--terra); flex-shrink: 0;
  transition: background 0.2s, transform 0.3s; font-family: 'Space Grotesk', sans-serif;
}
.faq-item.open .faq-icon { background: var(--terra); color: #fff; transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s cubic-bezier(.2,.7,.3,1), opacity 0.25s ease, padding 0.3s ease;
  opacity: 0; padding: 0;
}
.faq-item.open .faq-a { max-height: 400px; opacity: 1; padding: 0 0 30px; }
.faq-a p { font-size: 15px; line-height: 1.75; color: var(--muted); max-width: 720px; text-wrap: pretty; }
.faq-a p + p { margin-top: 12px; }
.faq-a em { font-family: 'Fraunces', serif; font-style: italic; color: var(--terra); font-weight: 600; }

/* ── CTA + BOOKING ── */
.s4 {
  background: var(--slate2); color: var(--cream); padding: 96px 64px;
  border-bottom: 1px solid var(--cream3);
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.s4-left { padding-right: 16px; }
.s4-tag { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; }
.s4-tag-line { width: 28px; height: 1.5px; background: var(--terra); }
.s4-tag span { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--terra); }
.s4-headline { font-family: 'Fraunces', serif; font-size: clamp(52px, 5.6vw, 82px); line-height: 1.0; letter-spacing: -0.03em; color: var(--cream); margin-bottom: 24px; text-wrap: pretty; }
.s4-headline em { color: var(--terra); font-style: italic; }
.s4-sub { font-size: 15px; line-height: 1.7; color: rgba(245,240,232,0.7); margin-bottom: 28px; max-width: 440px; }
.s4-checks { display: flex; flex-direction: column; gap: 12px; }
.s4-check { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: rgba(245,240,232,0.86); }
.s4-check::before { content: '✓'; color: var(--terra); font-weight: 700; }
.s4-right { display: flex; align-items: stretch; }
#cal-booking { width: 100%; min-height: 680px; border-radius: 12px; overflow: hidden; }

/* ── LEAD MAGNET DEMO ── */
.s-demo { background: var(--cream2); padding: 96px 24px; text-align: center; border-bottom: 1px solid var(--cream3); }
.s-demo-inner { max-width: 520px; margin: 0 auto; }
.s-demo-title { font-family: 'Fraunces', serif; font-size: clamp(32px, 4vw, 52px); font-weight: 700; color: var(--slate2); line-height: 1.15; margin: 16px 0 16px; }
.s-demo-title em { color: var(--terra); font-style: italic; }
.s-demo-sub { font-size: 15px; line-height: 1.7; color: var(--muted); margin-bottom: 32px; }
.s-demo-form { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 12px; }
.demo-phone-wrap { flex: 1; min-width: 220px; display: flex; align-items: center; border-radius: 8px; border: 1.5px solid var(--cream3); background: var(--light); transition: border-color .2s; }
.demo-phone-wrap:focus-within { border-color: var(--terra); }
.demo-prefix { padding: 0 4px 0 16px; font-size: 16px; font-family: 'Space Grotesk', sans-serif; color: var(--muted); user-select: none; white-space: nowrap; }
.demo-input { flex: 1; padding: 14px 16px 14px 4px; border: none; background: transparent; color: var(--slate); font-size: 16px; font-family: 'Space Grotesk', sans-serif; outline: none; }
.demo-btn { flex-shrink: 0; }
.demo-status { font-size: 14px; min-height: 20px; margin-bottom: 16px; }
.demo-status.success { color: #2d6a4f; }
.demo-status.error { color: var(--terra); }
.s-demo-note { font-size: 12px; color: var(--muted); opacity: 0.7; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
  .hero-left { border-right: none; border-bottom: 1px solid var(--cream3); }
  .hero-right { min-height: 420px; }
  .s4 { grid-template-columns: 1fr; padding: 64px 28px; gap: 36px; }
  .s4-left { padding-right: 0; }
.v2-wrap { grid-template-columns: 1fr; }
  .v2-list { border-right: none; border-bottom: 1px solid var(--cream3); }
  .v2-slide { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  nav { padding: 0 24px; }
  .nav-links { display: none; }
  .hero-left { padding: 48px 28px; }
  .s-pain-head { padding: 0 28px 48px; }
  .s-pain-sub { text-align: left; }
  .pain-grid { padding: 0 28px; grid-template-columns: 1fr; }
  .s2-header { padding: 64px 28px 40px; }
  .s2-sub { text-align: left; }
  .p2-layout { flex-direction: column; padding: 40px 28px 0; }
  .p2-step { grid-template-columns: 56px 1fr; }
  .p2-photo-col { display: none; }
  .s3-head { padding: 64px 28px 40px; }
  .s-guar { padding: 72px 28px; }
  .s-faq-head { padding: 64px 28px 32px; }
  .s-faq-sub { text-align: left; }
  .faq-list { padding: 8px 28px 64px; }
  .faq-q { font-size: 18px; padding: 24px 0; }
  .s2-footer { padding: 24px 28px; flex-direction: column; gap: 16px; text-align: center; }
}
