/* ─────────────────────────────────────────────────────────────
   Progeny v3 — "Reproductive medicine, made personal"
   Editorial · Asymmetric · Personal · Bold amber
───────────────────────────────────────────────────────────── */

/* ── EXTRA TOKENS ────────────────────────────────────────── */
:root {
  --cream:       #FAF6EE;
  --cream-dk:    #F1E9D8;
  --warm-text:   #1F1A14;
  --amber-deep:  #B56D08;
  --terracotta:  #C95C3F;
  --paper-line:  rgba(31,26,20,.08);
}

/* Light paper grain helper - subtle warm noise via SVG turbulence */
.paper-grain {
  position: relative;
}
.paper-grain::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.05 0'/></filter><rect width='180' height='180' filter='url(%23n)'/></svg>");
  opacity: .9;
  mix-blend-mode: multiply;
}

/* ── BASE TWEAKS ─────────────────────────────────────────── */
body.v3 {
  background: var(--cream);
  color: var(--warm-text);
}

body.v3 .hero-v3-headline,
body.v3 .services-v3-header h2,
body.v3 .svc-body h3,
body.v3 .about-v3-header h2,
body.v3 .founder-blk-text h3,
body.v3 .contact-v3-header h2,
body.v3 .calc-intro h2 { color: var(--green-dark); }

body.v3 .manifesto-v3-quote,
body.v3 .approach-v3-header h2,
body.v3 .tl-body h3,
body.v3 .ethics-v3 h2,
body.v3 .ethics-v3 h3,
body.v3 .collab-v3-header h2,
body.v3 .collab-blk h3 { color: var(--cream); }

/* italic helpers */
.ital        { font-style: italic; font-weight: 400; }
.ital-amber  { font-style: italic; color: var(--amber); font-weight: 700; }
.ital-light  { font-style: italic; font-weight: 400; opacity: .55; font-size: .75em; }

/* handwritten helper */
.hwriting {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-style: normal;
  color: var(--amber);
  font-size: 1.2em;
  letter-spacing: -.005em;
}

/* squiggly underline marker */
.hl-underline,
.hl-underline-light {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'><path d='M2 8 Q25 1 50 8 T100 8 T150 8 T198 8' stroke='%23D4820A' stroke-width='2.5' fill='none' stroke-linecap='round'/></svg>");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 7px;
  padding-bottom: 5px;
}
.hl-underline-light {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'><path d='M2 8 Q25 1 50 8 T100 8 T150 8 T198 8' stroke='%23E8A553' stroke-width='2.5' fill='none' stroke-linecap='round'/></svg>");
}

/* overline / eyebrow label - editorial style with handwritten + dash */
.overline {
  display: inline-block;
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--amber);
  letter-spacing: -.005em;
  margin-bottom: 12px;
}
.overline--light { color: var(--amber); }
.overline--cream { color: var(--cream); }

/* ── HEADER (v3) ─────────────────────────────────────────── */
.header-v3 {
  background: var(--cream) !important;
  border-bottom: 1px solid var(--paper-line) !important;
  height: 68px !important;
}
.header-v3 .header-inner { gap: 20px; }
.header-v3 .logo-img { height: 42px; }
.header-v3 .site-nav a {
  font-family: 'Inter', sans-serif;
  font-size: .82rem;
  color: var(--warm-text);
  font-weight: 400;
}
.header-v3 .site-nav a::after { background: var(--amber); }

.btn--talk {
  background: var(--green);
  color: var(--white);
  padding: 8px 14px 8px 16px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  font-weight: 500;
  text-decoration: none;
  border: 1.5px solid var(--green);
  transition: all .2s var(--ease);
}
.btn--talk:hover {
  background: var(--amber);
  border-color: var(--amber);
}
.btn-talk-script {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: -.01em;
}
.btn--talk svg { transform: rotate(-15deg) scale(0.9); }

/* ── HERO AVATARS (Rocío & Miguel under the greeting) ────── */
.avatars-D {
  position: absolute;
  top: 130px;
  left: var(--section-px);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
}
.avD-pair { display: flex; align-items: center; }
.avD-c {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  color: var(--cream);
  font-size: 1.05rem;
  border: 2px solid var(--cream);
  box-shadow: 0 3px 8px rgba(31,26,20,.15);
  flex-shrink: 0;
}
.avD-r { background: var(--amber); transform: rotate(-3deg); }
.avD-m { background: var(--green); transform: rotate(3deg) translateX(-12px); }
.avD-tag {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  color: var(--amber);
  font-size: 1.1rem;
  line-height: 1;
  transform: rotate(-1deg);
  position: relative;
  padding-left: 16px;
}
.avD-tag::before {
  content: '←';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .avatars-D { position: relative; top: auto; left: auto; margin: 12px 0 0 0; }
}

/* ── HERO V3 ─────────────────────────────────────────────── */
.hero-v3 {
  background: var(--cream);
  margin-top: 68px;
  padding: 80px var(--section-px) 60px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--paper-line);
}

/* warm paper grain */
.hero-v3::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.4  0 0 0 0 0.3  0 0 0 0 0.1  0 0 0 0.04 0'/></filter><rect width='180' height='180' filter='url(%23n)'/></svg>");
  pointer-events: none;
  z-index: 0;
}

/* Decorative ornaments */
.hero-v3-orn-1 {
  position: absolute;
  top: 30%;
  right: 8%;
  color: var(--amber);
  opacity: .6;
  z-index: 1;
  transform: rotate(-8deg);
}
.hero-v3-orn-2 {
  position: absolute;
  bottom: 22%;
  left: 8%;
  color: var(--green);
  opacity: .25;
  z-index: 1;
  transform: rotate(20deg);
}

/* Faded background names - decorative */
.hero-v3-mark-rocio,
.hero-v3-mark-miguel {
  position: absolute;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(8rem, 22vw, 18rem);
  color: var(--amber);
  opacity: .04;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
}
.hero-v3-mark-rocio  { top: 14%; right: -3%; transform: rotate(-3deg); }
.hero-v3-mark-miguel { bottom: -8%; left: -2%; transform: rotate(2deg); }

.hero-v3-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.hero-v3-greeting {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
  font-size: 1rem;
}
.hero-v3-hi {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--amber);
  line-height: 1;
  transform: rotate(-3deg);
  display: inline-block;
}
.hero-v3-eyebrow {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: var(--text-mid);
  font-size: .9rem;
  letter-spacing: .005em;
  font-style: italic;
}

.hero-v3-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(3.8rem, 9vw, 8rem);
  line-height: .96;
  letter-spacing: -.04em;
  color: var(--green-dark);
  margin: 0 0 56px 0;
  position: relative;
}
.hero-v3-headline .name-rocio,
.hero-v3-headline .name-miguel {
  color: var(--amber);
  display: inline-block;
  position: relative;
}
.hero-v3-headline .name-rocio::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 8px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'><path d='M2 8 Q25 1 50 8 T100 8 T150 8 T198 8' stroke='%23D4820A' stroke-width='2' fill='none' stroke-linecap='round' opacity='0.4'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hero-v3-headline .amp {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--green);
  opacity: .55;
  margin: 0 .15em;
  font-size: .9em;
}

.hero-v3-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 80px;
}

.hero-v3-sub {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-mid);
  font-weight: 400;
  max-width: 520px;
}

.hero-v3-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
.hero-v3-side .btn { font-size: .9rem; }
.hero-v3-signature {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--amber);
  margin-top: 24px;
  line-height: 1;
  transform: rotate(-2deg);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero-v3-signature span:nth-child(2) { padding-left: 28px; }

/* hero stats - editorial inline line */
.hero-v3-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 18px;
  padding-top: 36px;
  border-top: 1px solid var(--paper-line);
}
.hero-v3-stats .stat-item {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.hero-v3-stats .stat-num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--green-dark);
  line-height: 1;
  letter-spacing: -.03em;
}
.hero-v3-stats .stat-num .stat-sup {
  font-size: .55em;
  color: var(--amber);
  vertical-align: super;
  margin-left: 1px;
}
.hero-v3-stats .stat-lbl {
  font-size: .72rem;
  color: var(--text-lt);
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.3;
  font-family: 'Inter', sans-serif;
}
.hero-v3-stats .stat-amp {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: var(--amber);
  font-size: 1.6rem;
  opacity: .5;
  margin: 0 6px;
}
.stat-link {
  display: flex;
  align-items: baseline;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.stat-link:hover .stat-num { color: var(--amber); }

/* ── MANIFESTO V3 ────────────────────────────────────────── */
.manifesto-v3 {
  background: var(--green-dark);
  color: var(--cream);
  padding: 120px var(--section-px);
  position: relative;
  overflow: hidden;
}
.manifesto-v3::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 0.9  0 0 0 0.04 0'/></filter><rect width='180' height='180' filter='url(%23n)'/></svg>");
  pointer-events: none;
}

.manifesto-v3-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.manifesto-quote-mark {
  color: var(--amber);
  margin: 0 auto 24px;
  width: 80px;
  height: 60px;
  opacity: .7;
}

.manifesto-v3-quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  color: var(--cream);
  line-height: 1.4;
  letter-spacing: -.01em;
  margin-bottom: 36px;
}
.manifesto-v3-quote em {
  font-style: italic;
  color: var(--amber);
}

.manifesto-v3-body {
  font-size: 1rem;
  color: rgba(250,246,238,.65);
  line-height: 1.78;
  max-width: 640px;
  margin: 0 auto 36px;
  font-weight: 300;
}

.manifesto-v3-sig {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--amber);
  margin-top: 28px;
  line-height: 1;
}

/* ── SERVICES V3 ─────────────────────────────────────────── */
.services-v3 {
  background: var(--cream);
  padding: 120px var(--section-px);
  position: relative;
}

.services-v3-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.services-v3-header {
  max-width: 720px;
  margin-bottom: 80px;
}
.services-v3-header h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin-bottom: 18px;
}
.services-v3-header h2 .ital {
  font-style: italic;
  font-weight: 400;
  color: var(--green-mid);
}
.services-v3-header p {
  font-size: 1rem;
  color: var(--text-mid);
  max-width: 520px;
}

.svc-flow {
  list-style: none;
  padding: 0;
  margin: 0;
}

.svc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 64px 0;
  border-top: 1px solid var(--paper-line);
  position: relative;
}
.svc-row:last-child {
  border-bottom: 1px solid var(--paper-line);
}
.svc-row--right {
  /* keep grid order; .svc-num appears second visually */
}

.svc-img {
  position: relative;
  aspect-ratio: 4/5;
  max-width: 360px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(31,26,20,.16), 0 6px 16px rgba(31,26,20,.08);
  transform: rotate(-1.5deg);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
  background: var(--cream-dk);
  margin: 0 auto;
}
.svc-row--right .svc-img {
  transform: rotate(2deg);
}
.svc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.04);
  display: block;
}
.svc-img-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: var(--cream);
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--amber);
  padding: 4px 14px 5px;
  border-radius: 20px;
  border: 1px solid var(--amber);
  letter-spacing: -.005em;
  line-height: 1;
  transform: rotate(-2deg);
}
.svc-row--right .svc-img-tag { transform: rotate(2deg); }
.svc-row:hover .svc-img {
  transform: rotate(-1.5deg) translateY(-4px);
  box-shadow: 0 32px 72px rgba(31,26,20,.22), 0 10px 22px rgba(31,26,20,.12);
}
.svc-row--right:hover .svc-img {
  transform: rotate(2deg) translateY(-4px);
}

.svc-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 480px;
}
.svc-row--right .svc-body { justify-self: end; }

.svc-tagline {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 6px;
}
.svc-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--green-dark);
  letter-spacing: -.015em;
  line-height: 1.15;
  margin-bottom: 10px;
}
.svc-body p {
  font-size: .95rem;
  color: var(--text-mid);
  line-height: 1.7;
}

/* ── PULL QUOTE INTERSTITIAL ─────────────────────────────── */
.pullquote {
  background: var(--cream);
  padding: 0 var(--section-px) 80px;
  border-bottom: 1px solid var(--paper-line);
}
.pullquote-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}
.pullquote p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  color: var(--green-dark);
  line-height: 1.3;
  letter-spacing: -.02em;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pullquote p span:nth-child(2) { padding-left: 1.5em; }
.pullquote p span:nth-child(3) { padding-left: 3em; }
.pullquote p em {
  color: var(--amber);
  font-weight: 700;
}
.pullquote-attribution {
  font-family: 'Caveat', cursive !important;
  font-style: normal !important;
  font-size: 1.6rem !important;
  color: var(--amber) !important;
  margin-top: 28px !important;
  display: block !important;
  padding-left: 4em !important;
}

/* ── APPROACH V3 (timeline) ──────────────────────────────── */
.approach-v3 {
  background: var(--green-dark);
  color: var(--cream);
  padding: 120px var(--section-px);
  position: relative;
  overflow: hidden;
}
.approach-v3::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 85% 15%, rgba(212,130,10,.08) 0%, transparent 50%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 0.9  0 0 0 0.04 0'/></filter><rect width='180' height='180' filter='url(%23n)'/></svg>");
  pointer-events: none;
}

.approach-v3-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.approach-v3-header {
  max-width: 680px;
  margin-bottom: 64px;
}
.approach-v3-header h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.05;
  letter-spacing: -.025em;
}
.approach-v3-header .ital-amber {
  font-style: italic;
  color: var(--amber);
  font-weight: 700;
}

/* The vertical timeline */
.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  max-width: 760px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 27px;
  top: 8px;
  bottom: 30px;
  width: 1px;
  background: linear-gradient(to bottom, transparent 0%, var(--amber) 8%, var(--amber) 92%, transparent 100%);
  opacity: .35;
}

.tl-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 36px;
  padding: 32px 0;
  position: relative;
  align-items: start;
}

.tl-dot {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green-dark);
  border: 1.5px solid var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.tl-dot-num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--amber);
}

.tl-body {
  padding-top: 6px;
}
.tl-body h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--cream);
  margin-bottom: 14px;
  letter-spacing: -.015em;
  line-height: 1.15;
}
.tl-body p {
  font-size: .94rem;
  color: rgba(250,246,238,.65);
  line-height: 1.75;
  max-width: 600px;
  font-weight: 300;
}
.tl-body em {
  color: var(--amber);
  font-style: italic;
}

/* ── CALCULATOR overrides for v3 ──────────────────────────── */
body.v3 #calculator {
  background: var(--cream-dk);
  color: var(--warm-text);
}
body.v3 #calculator::before {
  background:
    radial-gradient(ellipse at 80% 50%, rgba(212,130,10,.08) 0%, transparent 55%);
}
body.v3 .calc-intro h2 {
  color: var(--green-dark);
}
body.v3 .calc-intro h2 .ital {
  font-style: italic;
  color: var(--amber);
}
body.v3 .calc-intro > .calc-intro-inner > p { color: var(--text-mid); }
body.v3 .calc-intro-tag {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: -.005em;
  text-transform: none;
  color: var(--amber);
}
body.v3 .calc-facts {
  border-color: rgba(31,26,20,.12);
  background: rgba(255,255,255,.5);
}
body.v3 .calc-fact { border-bottom-color: rgba(31,26,20,.08); }
body.v3 .calc-fact dt { color: var(--green-dark); }
body.v3 .calc-fact dd { color: var(--amber-deep); }
body.v3 .calc-fact dd span { color: var(--text-lt); }
body.v3 .calc-disclaimer-side { color: var(--text-lt); }
body.v3 .calc-intro { border-right-color: rgba(31,26,20,.1); }

body.v3 .calc-species {
  background: rgba(31,26,20,.04);
  border-color: rgba(31,26,20,.12);
}
body.v3 .calc-species-btn { color: var(--text-lt); }
body.v3 .calc-species-btn.active { background: rgba(31,26,20,.06); color: var(--green-dark); }
body.v3 .calc-species-btn + .calc-species-btn { border-left-color: rgba(31,26,20,.08); }
body.v3 .calc-form { box-shadow: 0 16px 40px rgba(31,26,20,.08); }

/* ── ABOUT V3 (asymmetric founders) ──────────────────────── */
.about-v3 {
  background: var(--cream);
  padding: 120px var(--section-px);
  position: relative;
  overflow: hidden;
}

.about-v3-decoration {
  position: absolute;
  right: -3%;
  top: 8%;
  z-index: 0;
}
.about-deco-amp {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20rem, 40vw, 36rem);
  color: var(--amber);
  opacity: .05;
  line-height: .8;
  display: block;
}

.about-v3-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-v3-header {
  max-width: 760px;
  margin-bottom: 96px;
}
.about-v3-header h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.02em;
  margin-bottom: 28px;
}
.about-v3-header h2 .ital { font-style: italic; font-weight: 400; color: var(--green-mid); }
.about-intro-lead {
  font-size: 1.12rem;
  color: var(--text-mid);
  line-height: 1.78;
  max-width: 640px;
}

/* Founder blocks - asymmetric */
.founder-blk {
  display: grid;
  gap: 56px;
  align-items: center;
  margin-bottom: 96px;
  position: relative;
}
.founder-blk--rocio {
  grid-template-columns: 6fr 5fr;
}
.founder-blk--miguel {
  grid-template-columns: 5fr 6fr;
  margin-left: 8%;
  max-width: 92%;
}

.founder-blk-photo {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 30px 80px rgba(31,26,20,.18), 0 8px 20px rgba(31,26,20,.1);
  transform: rotate(-1.5deg);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.founder-blk--miguel .founder-blk-photo {
  transform: rotate(2deg);
}
.founder-blk:hover .founder-blk-photo {
  transform: rotate(-1.5deg) translateY(-4px);
  box-shadow: 0 38px 90px rgba(31,26,20,.22), 0 10px 24px rgba(31,26,20,.12);
}
.founder-blk--miguel:hover .founder-blk-photo {
  transform: rotate(2deg) translateY(-4px);
}
.founder-blk-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.05);
}
.photo-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: var(--cream);
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--amber);
  padding: 4px 12px 5px;
  border-radius: 20px;
  border: 1px solid var(--amber);
  transform: rotate(-2deg);
  letter-spacing: -.005em;
}

.founder-blk-photo--placeholder {
  background: var(--cream-dk);
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-placeholder-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.photo-placeholder-initials {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 8rem;
  color: var(--green-dark);
  opacity: .15;
  line-height: 1;
}
.photo-placeholder-text {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  color: var(--text-lt);
  font-size: 1.1rem;
}

.founder-blk-text { padding: 0 12px; }
.founder-blk-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 18px;
}
.founder-blk-text h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: var(--green-dark);
  letter-spacing: -.025em;
  line-height: 1.05;
  margin-bottom: 24px;
}
.founder-blk-text p {
  font-size: .95rem;
  color: var(--text-mid);
  line-height: 1.78;
  margin-bottom: 14px;
}
.founder-quote {
  position: relative;
  margin-top: 24px !important;
  padding: 18px 24px 18px 32px;
  border-left: 2px solid var(--amber);
  background: var(--cream-dk);
  font-family: 'Playfair Display', serif;
  font-style: italic !important;
  font-size: 1rem !important;
  color: var(--green-dark) !important;
  line-height: 1.6 !important;
}
.founder-quote-mark {
  position: absolute;
  top: 8px;
  left: 12px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 2.4rem;
  color: var(--amber);
  line-height: 1;
  opacity: .7;
}

/* Editorial inline stats line */
.about-v3-stats {
  margin-top: 48px;
  padding-top: 56px;
  border-top: 1px solid var(--paper-line);
}
.stats-prelude {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 2rem;
  color: var(--amber);
  margin-bottom: 18px;
  line-height: 1;
}
.stats-line {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  color: var(--green-dark);
  line-height: 1.5;
  letter-spacing: -.015em;
  display: block;
}
.stats-line .stats-num {
  display: inline;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.25em;
  color: var(--amber);
  margin-right: 4px;
}
.stats-line .stats-text {
  display: inline;
  font-weight: 400;
  margin-right: 14px;
  color: var(--green-dark);
}

/* ── ETHICS V3 overrides ─────────────────────────────────── */
.ethics-v3 {
  padding: 120px var(--section-px);
  background: var(--green-dark) !important;
}
.ethics-v3::before {
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 0.9  0 0 0 0.04 0'/></filter><rect width='180' height='180' filter='url(%23n)'/></svg>") !important;
  background-blend-mode: normal;
  opacity: 1;
  mix-blend-mode: normal;
}
.ethics-v3 .ethics-asym-sticky h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.15;
}
.ethics-v3 .ethics-asym-sticky h2 .ital-amber { font-style: italic; color: var(--amber); font-weight: 700; }

/* ── COLLABORATIONS V3 (full amber) ──────────────────────── */
.collab-v3 {
  background: var(--amber);
  color: var(--cream);
  padding: 120px var(--section-px);
  position: relative;
  overflow: hidden;
}
.collab-v3::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 0.9  0 0 0 0.06 0'/></filter><rect width='180' height='180' filter='url(%23n)'/></svg>");
  pointer-events: none;
}
.collab-v3-orn {
  position: absolute;
  top: 60px;
  right: 8%;
  color: var(--cream);
  opacity: .35;
  z-index: 1;
}
.collab-v3-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.collab-v3-header {
  max-width: 720px;
  margin-bottom: 80px;
}
.collab-v3-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
  color: var(--cream);
  letter-spacing: -.025em;
  line-height: 1.05;
}
.collab-v3-header h2 .ital {
  font-style: italic;
  font-weight: 400;
  color: var(--green-dark);
}
.collab-v3-header p {
  font-size: 1.05rem;
  color: rgba(250,246,238,.85);
  line-height: 1.78;
  margin-top: 20px;
  max-width: 640px;
}

.collab-v3-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 56px;
}
.collab-blk {
  position: relative;
  padding: 44px 8px 0 0;
  border-top: 2px solid var(--cream);
}
.collab-blk-num {
  position: absolute;
  top: -28px;
  left: 0;
  background: var(--amber);
  padding: 0 14px 0 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 3rem;
  color: var(--green-dark);
  line-height: .8;
  letter-spacing: -.04em;
}
.collab-blk h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--cream);
  margin-bottom: 14px;
  line-height: 1.2;
}
.collab-blk p {
  font-size: .92rem;
  color: rgba(250,246,238,.78);
  line-height: 1.7;
  font-weight: 400;
}

.collab-v3-cta {
  text-align: center;
  padding-top: 16px;
}
.btn--cream {
  background: var(--cream);
  color: var(--green-dark);
  border-color: var(--cream);
  padding: 14px 32px;
  font-size: .95rem;
}
.btn--cream:hover {
  background: var(--green-dark);
  color: var(--cream);
  border-color: var(--green-dark);
}

/* ── CONTACT V3 ──────────────────────────────────────────── */
.contact-v3 {
  background: var(--cream);
  padding: 120px var(--section-px) 100px;
}
.contact-v3-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}
.contact-v3-header {
  max-width: 700px;
  margin: 0 auto 72px;
  text-align: center;
}
.contact-v3-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 6vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1;
  margin-bottom: 20px;
}
.contact-v3-header h2 .ital-amber {
  font-style: italic;
  color: var(--amber);
}
.contact-v3-lead {
  font-size: 1.05rem;
  color: var(--text-mid);
  line-height: 1.78;
  max-width: 580px;
  margin: 0 auto;
}
.contact-v3-sig {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--amber);
  margin-top: 24px;
  line-height: 1;
}

.contact-v3-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}

.contact-v3-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 12px;
}
.contact-v3-detail-label {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--amber);
  margin-bottom: 4px;
  line-height: 1;
}
.contact-v3-detail-value {
  font-size: .95rem;
  color: var(--green-dark);
  line-height: 1.55;
  font-style: normal;
}

.contact-v3-form {
  background: var(--white);
  border: 1px solid var(--paper-line);
  border-radius: 6px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(31,26,20,.06);
}
.contact-v3-form .form-group label {
  font-family: 'Inter', sans-serif;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .03em;
  color: var(--green-dark);
}
.contact-v3-form .form-group input,
.contact-v3-form .form-group select,
.contact-v3-form .form-group textarea {
  border-color: rgba(31,26,20,.15);
}
.contact-v3-form .form-group input:focus,
.contact-v3-form .form-group select:focus,
.contact-v3-form .form-group textarea:focus {
  border-color: var(--amber);
}
.btn--ghost-light {
  background: transparent;
  color: var(--green-dark);
  border-color: var(--green-dark);
  padding: 13px 26px;
}
.btn--ghost-light:hover {
  background: var(--green-dark);
  color: var(--cream);
}

/* ── FOOTER V3 ──────────────────────────────────────────── */
.footer-v3 {
  background: var(--green-dark);
  padding: 56px var(--section-px) 32px;
}
.footer-v3 .footer-tagline {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--amber);
  text-transform: none;
  letter-spacing: 0;
  margin-top: 8px;
}
.footer-v3 .footer-by {
  font-size: .8rem;
  color: rgba(250,246,238,.5);
  margin-top: 8px;
  font-style: italic;
}
.footer-v3 .footer-logo-img { height: 40px; mix-blend-mode: normal; }

/* ── RESPONSIVE V3 ───────────────────────────────────────── */
@media (max-width: 1100px) {
  .hero-v3-bottom { grid-template-columns: 1fr; gap: 40px; }
  .svc-row { grid-template-columns: 1fr; gap: 32px; padding: 56px 0; }
  .svc-row .svc-img { max-width: 320px; margin: 0; }
  .svc-row--right .svc-body { justify-self: start; order: 2; }
  .svc-row--right .svc-img { order: 1; margin: 0; }
  .contact-v3-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 1024px) {
  .hero-v3 { padding: 64px var(--section-px) 48px; }
  .hero-v3-headline { font-size: clamp(3.2rem, 9vw, 5rem); }
  .founder-blk--rocio,
  .founder-blk--miguel {
    grid-template-columns: 1fr;
    margin-left: 0;
    max-width: none;
    gap: 32px;
  }
  .founder-blk--miguel {
    grid-template-areas: 'photo' 'text';
  }
  .founder-blk--miguel .founder-blk-photo { order: 1; }
  .founder-blk--miguel .founder-blk-text { order: 2; }
  .founder-blk-photo { aspect-ratio: 4/5; max-width: 460px; }
  .collab-v3-blocks { grid-template-columns: 1fr; gap: 56px; }
  .stats-line { font-size: 1.4rem; }
  .pullquote p span:nth-child(2) { padding-left: 1em; }
  .pullquote p span:nth-child(3) { padding-left: 2em; }
  .pullquote-attribution { padding-left: 2em !important; }
}

@media (max-width: 768px) {
  .hero-v3-greeting { flex-direction: column; align-items: flex-start; gap: 8px; }
  .hero-v3-hi { font-size: 2rem; }
  .hero-v3-headline { font-size: clamp(2.8rem, 11vw, 4.2rem); margin-bottom: 36px; }
  .hero-v3-stats { gap: 16px; }
  .hero-v3-stats .stat-amp { display: none; }
  .hero-v3-stats .stat-item { flex: 0 0 calc(50% - 16px); }
  .manifesto-v3 { padding: 80px var(--section-px); }
  .services-v3,
  .approach-v3,
  .about-v3,
  .collab-v3,
  .contact-v3 { padding: 80px var(--section-px); }
  .timeline { max-width: none; }
  .tl-step { grid-template-columns: 44px 1fr; gap: 20px; }
  .tl-dot { width: 44px; height: 44px; }
  .timeline::before { left: 22px; }
  .stats-line { font-size: 1.1rem; }
  .header-v3 .header-right .btn--talk { display: none; }
  .photo-placeholder-initials { font-size: 5rem; }
}

@media (max-width: 480px) {
  .hero-v3-mark-rocio,
  .hero-v3-mark-miguel { font-size: 7rem; }
  .svc-img { max-width: 280px !important; }
  .pullquote { padding: 56px var(--section-px); }
  .pullquote p span { padding-left: 0 !important; }
  .pullquote-attribution { padding-left: 0 !important; }
}
