/* ─────────────────────────────────────────────────────────────
   Progeny v4 — "B&W on colour" direction
   Inspired by Orvixa visual language, adapted for a personal
   founder-forward veterinary practice.
   Photos desaturated on amber/green backgrounds · Floating
   stat cards · Clean layout · Human voice preserved
───────────────────────────────────────────────────────────── */

:root {
  --cream:      #FAF6EE;
  --cream-dk:   #F1E9D8;
  --warm-text:  #1F1A14;
  --paper-line: rgba(31,26,20,.08);
  --amber-deep: #B56D08;
  --amber-bg:   #D4820A;   /* for photo backgrounds */
  --green-bg:   #2D4A3E;   /* for photo backgrounds */
}

/* ── TYPOGRAPHY — Fraunces for headlines, Inter for body ─── */
/* Fraunces loaded via HTML <link>; Caveat for handwriting accents */
.v4-headline, body.v4 h1, body.v4 h2,
body.v4 .hero-v4-headline,
body.v4 .manifesto-v4-quote,
body.v4 .services-v4-header h2,
body.v4 .svc-card-body h3,
body.v4 .about-v4-header h2,
body.v4 .founder-card-body h3,
body.v4 .contact-v4-header h2,
body.v4 .approach-v4-header h2,
body.v4 .tl-body h3,
body.v4 .collab-v4-header h2,
body.v4 .pullquote p,
body.v4 .stats-line,
body.v4 .ethics-v4 h2,
body.v4 .ethics-v4 h3,
body.v4 .collab-blk h3 {
  font-family: 'Fraunces', Georgia, serif;
}

/* ── BASE ────────────────────────────────────────────────── */
body.v4 {
  background: #fff;
  color: var(--warm-text);
}

/* Helpers */
.ital       { font-style: italic; }
.ital-amber { font-style: italic; color: var(--amber); }
.hwriting {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  color: var(--amber);
  font-size: 1.1em;
}
.hl-underline {
  text-decoration: underline;
  text-decoration-color: var(--amber);
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.hl-underline-light {
  text-decoration: underline;
  text-decoration-color: rgba(232,165,83,.55);
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}

/* Section label — small caps, very quiet */
.overline {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 16px;
}
.overline--light { color: rgba(250,246,238,.5); }
.overline--cream { color: var(--cream); }
.overline--dark  { color: var(--amber); }

/* ── SHARED PHOTO TREATMENT ──────────────────────────────── */
/* B&W on colour — grayscale img on coloured bg */
.photo-bw img {
  filter: grayscale(100%) contrast(1.05);
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-bw--amber { background: var(--amber-bg); }
.photo-bw--green { background: var(--green-bg); }
.photo-bw--blue  { background: #5B8DB8; }

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

.btn--talk {
  background: var(--warm-text);
  color: #fff;
  padding: 9px 18px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: .82rem;
  font-weight: 500;
  text-decoration: none;
  border: none;
  transition: background .2s;
}
.btn--talk:hover { background: var(--amber); }
.btn-talk-script { font-family: 'Inter', sans-serif; font-weight: 600; font-size: .82rem; }

/* ── HERO v4 — split with B&W photo + floating cards ─────── */
/* Override main.css #hero min-height */
body.v4 #hero,
.hero-v4 {
  margin-top: 68px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  height: calc(100vh - 68px);
  max-height: 880px;
  min-height: 540px !important;
  background: #fff;
  overflow: hidden;
}

/* Text column */
.hero-v4-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 48px 48px 80px;
  border-right: 1px solid var(--paper-line);
  overflow: hidden;
}

.hero-v4-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--cream);
  border: 1px solid var(--paper-line);
  border-radius: 30px;
  padding: 5px 14px 5px 10px;
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  font-weight: 500;
  color: var(--text-mid);
  margin-bottom: 32px;
  width: fit-content;
}
.hero-v4-tag-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  display: inline-block;
}

.hero-v4-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  line-height: .96;
  letter-spacing: -.03em;
  color: var(--warm-text);
  margin: 0 0 28px 0;
}
.hero-v4-headline .name-rocio,
.hero-v4-headline .name-miguel { color: var(--amber); }
.hero-v4-headline .amp {
  font-style: italic;
  font-weight: 400;
  color: var(--warm-text);
  opacity: .2;
  margin: 0 .1em;
  font-size: .85em;
}

.hero-v4-sub {
  font-family: 'Inter', sans-serif;
  font-size: .95rem;
  line-height: 1.75;
  color: var(--text-mid);
  max-width: 400px;
  margin-bottom: 40px;
}

/* Checklist items — like Orvixa's bullet trust points */
.hero-v4-trust {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-v4-trust li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: .88rem;
  color: var(--text-mid);
}
.hero-v4-trust li::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M4 8l3 3 5-5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-v4-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Image column — amber background, B&W photo, floating cards */
.hero-v4-image {
  position: relative;
  overflow: hidden;
  background: var(--amber-bg);
}
.hero-v4-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: grayscale(100%) contrast(1.08);
  mix-blend-mode: multiply;
}

/* Floating stat cards — overlap left edge of image column */
.hero-float {
  position: absolute;
  bottom: 48px;
  left: -28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}
.hero-float-card {
  background: #fff;
  border-radius: 12px;
  padding: 14px 20px;
  box-shadow: 0 8px 32px rgba(31,26,20,.18), 0 2px 8px rgba(31,26,20,.08);
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 200px;
}
.hero-float-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--amber);
}
.hero-float-card-body { display: flex; flex-direction: column; gap: 1px; }
.hero-float-card-num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--warm-text);
  line-height: 1;
  letter-spacing: -.02em;
}
.hero-float-card-lbl {
  font-family: 'Inter', sans-serif;
  font-size: .7rem;
  color: var(--text-lt);
  font-weight: 400;
  letter-spacing: .01em;
}
.hero-float-card--amber .hero-float-card-icon { background: var(--amber); color: #fff; }
.hero-float-card--green .hero-float-card-icon { background: var(--green); color: #fff; }

/* Greeting tag on image */
.hero-v4-greeting-tag {
  position: absolute;
  top: 40px;
  right: 32px;
  background: rgba(255,255,255,.95);
  border-radius: 8px;
  padding: 10px 16px;
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--warm-text);
  box-shadow: 0 4px 16px rgba(31,26,20,.12);
  z-index: 10;
  transform: rotate(-2deg);
}

/* ── MANIFESTO v4 ────────────────────────────────────────── */
.manifesto-v4 {
  background: var(--green-dark);
  padding: 120px 80px;
  position: relative;
}
.manifesto-v4-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.manifesto-v4-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--cream);
  line-height: 1.45;
  letter-spacing: -.015em;
  margin-bottom: 36px;
}
.manifesto-v4-quote em { color: var(--amber); }
.manifesto-v4-body {
  font-size: .95rem;
  color: rgba(250,246,238,.6);
  line-height: 1.82;
  max-width: 580px;
  margin: 0 auto 28px;
  font-weight: 300;
}
.manifesto-v4-sig {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.7rem;
  color: var(--amber);
  line-height: 1;
}

/* ── SERVICES v4 — cards with coloured photo headers ─────── */
.services-v4 {
  background: #fff;
  padding: 120px 80px;
}
.services-v4-inner { max-width: var(--max-w); margin: 0 auto; }

.services-v4-header {
  max-width: 680px;
  margin-bottom: 72px;
}
.services-v4-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 700;
  font-style: italic;
  color: var(--warm-text);
  line-height: 1.15;
  letter-spacing: -.025em;
  margin-bottom: 16px;
}
.services-v4-header h2 strong { font-style: normal; }
.services-v4-header p {
  font-size: .94rem;
  color: var(--text-mid);
  line-height: 1.7;
}

/* Service grid — 2 columns of cards */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.svc-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--paper-line);
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
}
.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(31,26,20,.1);
}

/* Photo header of each card — coloured bg with B&W photo */
.svc-card-photo {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.svc-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.08);
  mix-blend-mode: multiply;
  display: block;
}
/* Alternate colours per card */
.svc-card:nth-child(1) .svc-card-photo { background: var(--amber-bg); }
.svc-card:nth-child(2) .svc-card-photo { background: var(--green-bg); }
.svc-card:nth-child(3) .svc-card-photo { background: #5B8DB8; }
.svc-card:nth-child(4) .svc-card-photo { background: var(--amber-bg); }
.svc-card:nth-child(5) .svc-card-photo { background: var(--green-bg); }
.svc-card:nth-child(6) .svc-card-photo { background: #8B6BA8; }
.svc-card:nth-child(7) .svc-card-photo { background: var(--amber-bg); }
.svc-card:nth-child(8) .svc-card-photo { background: var(--green-bg); }

/* Number tag on photo */
.svc-card-num {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255,255,255,.9);
  border-radius: 6px;
  padding: 3px 10px;
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: .95rem;
  color: var(--warm-text);
  z-index: 2;
}

/* Card text body */
.svc-card-body {
  padding: 24px;
}
.svc-card-tagline {
  font-family: 'Inter', sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 8px;
}
.svc-card-body h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--warm-text);
  letter-spacing: -.015em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.svc-card-body p {
  font-size: .88rem;
  color: var(--text-mid);
  line-height: 1.72;
}

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

/* ── APPROACH v4 — dark, two-column ─────────────────────── */
.approach-v4 {
  background: var(--green-dark);
  padding: 120px 80px;
}
.approach-v4-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 100px;
  align-items: start;
}
.approach-v4-header h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: var(--cream);
  line-height: 1.1;
  letter-spacing: -.025em;
  margin-bottom: 20px;
}
.approach-v4-header .ital-amber { color: var(--amber); }
.approach-v4-header p {
  font-size: .9rem;
  color: rgba(250,246,238,.5);
  line-height: 1.78;
  font-weight: 300;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 0;
  width: 1px;
  background: rgba(212,130,10,.25);
}
.tl-step {
  padding: 0 0 48px 36px;
  position: relative;
}
.tl-step:last-child { padding-bottom: 0; }
.tl-dot {
  position: absolute;
  left: -5px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--amber);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tl-dot-num { display: none; }
.tl-body h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--cream);
  margin-bottom: 8px;
  letter-spacing: -.01em;
}
.tl-body p {
  font-size: .88rem;
  color: rgba(250,246,238,.55);
  line-height: 1.78;
  font-weight: 300;
}
.tl-body em { color: var(--amber); font-style: italic; }

/* ── CALCULATOR v4 ───────────────────────────────────────── */
body.v4 #calculator {
  background: var(--cream);
  color: var(--warm-text);
}
body.v4 .calc-intro h2 { color: var(--warm-text); }
body.v4 .calc-intro h2 .ital { font-style: italic; color: var(--amber); }
body.v4 .calc-intro > .calc-intro-inner > p { color: var(--text-mid); }
body.v4 .calc-intro-tag {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--amber);
}
body.v4 .calc-facts { border-color: rgba(31,26,20,.1); background: rgba(255,255,255,.6); }
body.v4 .calc-fact { border-bottom-color: rgba(31,26,20,.06); }
body.v4 .calc-fact dt { color: var(--warm-text); }
body.v4 .calc-fact dd { color: var(--amber); }
body.v4 .calc-fact dd span { color: var(--text-lt); }
body.v4 .calc-intro { border-right-color: rgba(31,26,20,.08); }
body.v4 .calc-species { background: rgba(31,26,20,.04); border-color: rgba(31,26,20,.1); }
body.v4 .calc-species-btn { color: var(--text-lt); }
body.v4 .calc-species-btn.active { background: rgba(31,26,20,.06); color: var(--warm-text); }
body.v4 .calc-form { box-shadow: 0 8px 30px rgba(31,26,20,.06); }

/* ── ABOUT v4 — founders with B&W portrait ───────────────── */
.about-v4 {
  background: #fff;
  padding: 120px 80px;
}
.about-v4-inner { max-width: var(--max-w); margin: 0 auto; }

.about-v4-header {
  max-width: 680px;
  margin-bottom: 96px;
}
.about-v4-header h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -.025em;
  margin-bottom: 24px;
  color: var(--warm-text);
}
.about-intro-lead {
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.8;
  max-width: 580px;
}

/* Founder pair — side by side, B&W on colour */
.founder-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 80px;
}

.founder-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--paper-line);
}

.founder-card-photo {
  aspect-ratio: 3/4;
  position: relative;
  overflow: hidden;
}
.founder-card--rocio .founder-card-photo { background: var(--amber-bg); }
.founder-card--miguel .founder-card-photo { background: var(--green-bg); }
.founder-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%) contrast(1.08);
  mix-blend-mode: multiply;
  display: block;
}
.founder-card-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.founder-placeholder-initials {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 9rem;
  color: rgba(255,255,255,.25);
  line-height: 1;
}

.founder-card-name-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255,255,255,.92);
  border-radius: 8px;
  padding: 6px 14px;
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--warm-text);
  z-index: 2;
}

.founder-card-body {
  padding: 28px;
}
.founder-card-role {
  font-family: 'Inter', sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 10px;
  display: block;
}
.founder-card-body h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--warm-text);
  letter-spacing: -.02em;
  line-height: 1.1;
  margin-bottom: 14px;
}
.founder-card-body p {
  font-size: .9rem;
  color: var(--text-mid);
  line-height: 1.78;
  margin-bottom: 12px;
}
.founder-quote {
  position: relative !important;
  margin-top: 16px !important;
  padding: 16px 16px 16px 20px !important;
  border-left: 2px solid var(--amber) !important;
  background: var(--cream) !important;
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
  font-size: .92rem !important;
  color: var(--warm-text) !important;
  line-height: 1.6 !important;
  border-radius: 0 8px 8px 0 !important;
}
.founder-quote-mark { display: none; }

/* Stats line */
.about-v4-stats {
  padding-top: 56px;
  border-top: 1px solid var(--paper-line);
}
.stats-prelude {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--amber);
  margin-bottom: 16px;
  display: block;
  line-height: 1;
}
.stats-line {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  color: var(--warm-text);
  line-height: 1.55;
  letter-spacing: -.01em;
}
.stats-line .stats-num {
  font-weight: 700;
  font-size: 1.2em;
  color: var(--amber);
  margin-right: 4px;
}
.stats-line .stats-text { font-weight: 400; margin-right: 10px; }

/* ── ETHICS v4 ───────────────────────────────────────────── */
.ethics-v4 {
  padding: 120px 80px;
  background: var(--green-dark) !important;
}
.ethics-v4 h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  color: var(--cream);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: -.02em;
  line-height: 1.15;
}
.ethics-v4 h2 .ital-amber { color: var(--amber); }
.ethics-v4 h3 { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 700; color: var(--cream); }
.ethics-v4 .ethics-asym-sticky p { font-size: .9rem; color: rgba(250,246,238,.55); line-height: 1.75; }

/* ── COLLABORATIONS v4 ───────────────────────────────────── */
.collab-v4 {
  background: var(--amber);
  padding: 120px 80px;
}
.collab-v4-inner { max-width: var(--max-w); margin: 0 auto; }
.collab-v4-header { max-width: 640px; margin-bottom: 72px; }
.collab-v4-header h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: var(--cream);
  letter-spacing: -.025em;
  line-height: 1.08;
  margin-bottom: 16px;
}
.collab-v4-header h2 .ital { font-style: italic; font-weight: 400; color: var(--green-dark); }
.collab-v4-header p { font-size: .95rem; color: rgba(250,246,238,.8); line-height: 1.78; }

.collab-v4-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(250,246,238,.3);
  margin-bottom: 56px;
}
.collab-blk {
  padding: 44px 32px 44px 0;
  border-right: 1px solid rgba(250,246,238,.2);
}
.collab-blk:last-child { border-right: none; padding-right: 0; }
.collab-blk--2, .collab-blk--3 { padding-left: 32px; }
.collab-blk-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: .9rem;
  color: rgba(250,246,238,.4);
  margin-bottom: 16px;
  letter-spacing: -.01em;
}
.collab-blk h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--cream);
  margin-bottom: 12px;
  line-height: 1.25;
}
.collab-blk p { font-size: .88rem; color: rgba(250,246,238,.72); line-height: 1.75; }

.collab-v4-cta {}
.btn--cream {
  background: var(--cream);
  color: var(--green-dark);
  border-color: var(--cream);
  padding: 14px 32px;
  font-size: .88rem;
  letter-spacing: .02em;
  border-radius: 30px;
}
.btn--cream:hover { background: var(--green-dark); color: var(--cream); border-color: var(--green-dark); }

/* ── CONTACT v4 ──────────────────────────────────────────── */
.contact-v4 {
  background: #fff;
  padding: 120px 80px 100px;
}
.contact-v4-inner { max-width: var(--max-w); margin: 0 auto; }
.contact-v4-header { max-width: 600px; margin: 0 0 72px; }
.contact-v4-header h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  letter-spacing: -.035em;
  line-height: .95;
  margin-bottom: 20px;
  color: var(--warm-text);
}
.contact-v4-header h2 .ital-amber { color: var(--amber); }
.contact-v4-lead { font-size: .95rem; color: var(--text-mid); line-height: 1.78; max-width: 480px; }
.contact-v4-sig {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--amber);
  margin-top: 16px;
  display: block;
  line-height: 1;
}
.contact-v4-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 72px;
  align-items: start;
  max-width: 1040px;
}
.contact-v4-info { display: flex; flex-direction: column; gap: 32px; }
.contact-v4-detail-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 5px;
}
.contact-v4-detail-value { font-size: .9rem; color: var(--warm-text); line-height: 1.6; }
.contact-v4-form {
  background: var(--cream);
  border: 1px solid var(--paper-line);
  border-radius: 16px;
  padding: 44px;
}
.contact-v4-form .form-group label {
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--warm-text);
}
.contact-v4-form .form-group input,
.contact-v4-form .form-group select,
.contact-v4-form .form-group textarea {
  border-color: rgba(31,26,20,.12);
  border-radius: 8px;
  background: #fff;
}
.contact-v4-form .form-group input:focus,
.contact-v4-form .form-group select:focus,
.contact-v4-form .form-group textarea:focus { border-color: var(--amber); }

/* Shared btn overrides */
.btn--ghost-light {
  background: transparent;
  color: var(--warm-text);
  border-color: rgba(31,26,20,.2);
  border-radius: 30px;
  padding: 13px 26px;
}
.btn--ghost-light:hover { background: var(--warm-text); color: #fff; border-color: var(--warm-text); }

/* ── FOOTER v4 ───────────────────────────────────────────── */
.footer-v4 {
  background: var(--warm-text);
  padding: 64px 80px 36px;
}
.footer-v4 .footer-tagline {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--amber);
  text-transform: none;
  letter-spacing: 0;
  margin-top: 8px;
}
.footer-v4 .footer-by { font-size: .78rem; color: rgba(255,255,255,.35); margin-top: 6px; font-style: italic; }
.footer-v4 .footer-logo-img { height: 36px; filter: invert(1) brightness(2); }
.footer-v4 .footer-nav a { color: rgba(255,255,255,.5); }
.footer-v4 .footer-nav a:hover { color: var(--amber); }
.footer-v4 .footer-bottom { color: rgba(255,255,255,.3); border-top-color: rgba(255,255,255,.08); }

/* ── RESPONSIVE v4 ───────────────────────────────────────── */
@media (max-width: 1100px) {
  .hero-v4 { grid-template-columns: 1fr 1fr; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1024px) {
  .hero-v4 { grid-template-columns: 1fr; min-height: auto; }
  .hero-v4-text { padding: 72px 48px; border-right: none; border-bottom: 1px solid var(--paper-line); }
  .hero-v4-image { min-height: 60vw; }
  .approach-v4-inner { grid-template-columns: 1fr; gap: 56px; }
  .founder-pair { grid-template-columns: 1fr 1fr; }
  .collab-v4-blocks { grid-template-columns: 1fr; border-top: 1px solid rgba(250,246,238,.3); }
  .collab-blk { border-right: none; border-bottom: 1px solid rgba(250,246,238,.15); padding: 40px 0; }
  .collab-blk:last-child { border-bottom: none; }
  .collab-blk--2, .collab-blk--3 { padding-left: 0; }
  .contact-v4-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 768px) {
  .hero-v4-text { padding: 56px 32px; }
  .services-v4, .about-v4, .collab-v4, .contact-v4,
  .manifesto-v4, .approach-v4, .pullquote, .ethics-v4 { padding: 80px 32px; }
  .svc-grid { grid-template-columns: 1fr; }
  .founder-pair { grid-template-columns: 1fr; }
  .pullquote p span { padding-left: 0 !important; }
  .pullquote-attribution { padding-left: 0 !important; }
  .contact-v4-form { padding: 28px 20px; }
  .hero-float { left: 16px; }
  .header-v4 .header-right .btn--talk { display: none; }
}
