/* ─────────────────────────────────────────────────────────────
   Progeny v2 — "We are Rocío & Miguel"
   v2.css · Founders-forward, personal, distinctive
───────────────────────────────────────────────────────────── */

/* ── EXTRA TOKENS ────────────────────────────────────────── */
:root {
  --cream:    #FAF7F2;
  --amber-dk: #B56D08;
}

/* ── SECTION CREAM ───────────────────────────────────────── */
.section--cream {
  background: var(--cream);
}

/* ── HERO V2 ─────────────────────────────────────────────── */
#hero.hero-v2 {
  background: var(--green);
  margin-top: var(--header-h);
  position: relative;
  overflow: hidden;
}
#hero.hero-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(212,130,10,.10) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 85%, rgba(255,255,255,.03) 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.hero-v2-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 80px var(--section-px) 64px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: center;
  min-height: calc(85vh - var(--header-h));
}

/* Left: text */
.hero-v2-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-v2-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 28px;
}
.eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
  flex-shrink: 0;
  animation: dot-pulse 2.5s ease-in-out infinite;
}
@keyframes dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .4; transform: scale(.7); }
}

.hero-v2-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(3.2rem, 6.5vw, 5.2rem);
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--white);
  margin-bottom: 28px;
}
.hero-v2-headline em {
  font-style: italic;
  color: var(--amber);
}

.hero-v2-sub {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255,255,255,.72);
  max-width: 520px;
  margin-bottom: 44px;
  font-weight: 300;
}

.hero-v2-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Right: founder cards */
.hero-v2-founders {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-fc {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 20px 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background .25s, border-color .25s;
}
.hero-fc:hover {
  background: rgba(255,255,255,.13);
  border-color: rgba(255,255,255,.22);
}
.hero-fc--1 {
  position: relative;
  z-index: 2;
}
.hero-fc--2 {
  margin-top: 12px;
  margin-left: 40px;
  position: relative;
  z-index: 1;
}

.hero-fc-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  flex-shrink: 0;
}
.hero-fc-name {
  font-weight: 600;
  font-size: .9rem;
  color: var(--white);
  margin-bottom: 3px;
  line-height: 1.3;
}
.hero-fc-name em {
  font-style: italic;
  opacity: .5;
  font-weight: 400;
}
.hero-fc-role {
  font-size: .72rem;
  color: rgba(255,255,255,.55);
  font-weight: 400;
}

.hero-fc-eu-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  margin-left: 40px;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  padding: 6px 14px;
  width: fit-content;
}

/* Stats bar at the bottom of hero */
.hero-v2-stats {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 28px var(--section-px);
  gap: 0;
  flex-wrap: nowrap;
}
.hero-v2-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 32px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.hero-v2-stat:first-child { padding-left: 0; }
.hero-v2-stat:last-child  { border-right: none; }

.hero-v2-stat--link {
  text-decoration: none;
  transition: opacity .2s;
}
.hero-v2-stat--link:hover { opacity: .8; }

.hero-v2-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--amber);
  line-height: 1;
  letter-spacing: -.02em;
}
.hero-v2-stat-label {
  font-size: .65rem;
  color: rgba(255,255,255,.5);
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.3;
}

/* ── MANIFESTO ───────────────────────────────────────────── */
.manifesto-section {
  background: var(--amber-lt);
  padding: 80px var(--section-px);
  border-top: 1px solid rgba(212,130,10,.18);
  border-bottom: 1px solid rgba(212,130,10,.18);
}
.manifesto-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.manifesto-quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  color: var(--green);
  line-height: 1.45;
  letter-spacing: -.01em;
  margin-bottom: 28px;
}
.manifesto-body {
  font-size: .975rem;
  color: var(--text-mid);
  line-height: 1.78;
  max-width: 680px;
  margin: 0 auto;
}

/* ── SERVICES V2 — horizontal list ──────────────────────── */
.services-v2-list {
  border-top: 1px solid var(--border);
  margin-top: 48px;
}
.services-v2-item {
  display: flex;
  align-items: baseline;
  gap: 28px;
  padding: 32px 0 32px 0;
  border-bottom: 1px solid var(--border);
  position: relative;
  transition: padding-left .22s var(--ease);
  cursor: default;
}
.services-v2-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: var(--amber);
  border-radius: 2px;
  transition: width .22s var(--ease);
}
.services-v2-item:hover { padding-left: 20px; }
.services-v2-item:hover::before { width: 3px; }

.services-v2-num {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--amber);
  flex-shrink: 0;
  width: 32px;
  line-height: 1;
  padding-top: 4px;
}
.services-v2-body {
  flex: 1;
}
.services-v2-body h3 {
  font-size: 1.2rem;
  color: var(--green);
  margin-bottom: 5px;
  line-height: 1.25;
}
.services-v2-tagline {
  font-size: .78rem;
  font-style: normal;
  color: var(--amber);
  font-weight: 500;
  letter-spacing: .02em;
  margin-bottom: 8px;
  line-height: 1.4;
}
.services-v2-body p:not(.services-v2-tagline) {
  font-size: .875rem;
  color: var(--text-mid);
  line-height: 1.68;
  max-width: 680px;
}
.services-v2-arrow {
  font-size: 1.25rem;
  color: var(--amber);
  opacity: 0;
  flex-shrink: 0;
  transition: opacity .22s, transform .22s;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  align-self: center;
}
.services-v2-item:hover .services-v2-arrow {
  opacity: 1;
  transform: translateX(5px);
}

/* ── PROCESS / HOW WE WORK ───────────────────────────────── */
.process-section .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 16px;
  opacity: .9;
}
.process-section .section-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--amber);
  border-radius: 2px;
  opacity: .7;
}
.process-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -.025em;
  margin-bottom: 56px;
}
.process-headline em {
  font-style: italic;
  color: var(--amber);
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(255,255,255,.06);
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.process-step {
  padding: 48px 44px;
  background: rgba(255,255,255,.03);
  transition: background .25s var(--ease);
}
.process-step:hover {
  background: rgba(255,255,255,.08);
}
.process-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--amber);
  opacity: .35;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -.04em;
  transition: opacity .25s;
}
.process-step:hover .process-num { opacity: .65; }
.process-step h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.3;
}
.process-step p {
  font-size: .875rem;
  color: rgba(255,255,255,.6);
  line-height: 1.75;
}

/* ── TEAM / ABOUT ────────────────────────────────────────── */
.team-intro {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 64px;
  line-height: 1.78;
}

.team-founders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-bottom: 64px;
}
.team-founder {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.team-founder-photo {
  aspect-ratio: 3/4;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--green-lt);
  position: relative;
}
.team-founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .6s var(--ease);
}
.team-founder:hover .team-founder-photo img { transform: scale(1.03); }
.team-founder-photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.founder-placeholder-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.founder-initials {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 7rem;
  font-weight: 700;
  color: var(--green);
  opacity: .15;
  line-height: 1;
}
.team-founder-info h3 {
  font-size: 1.4rem;
  color: var(--green);
  margin-bottom: 6px;
  line-height: 1.2;
}
.team-founder-title {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 14px;
  line-height: 1.4;
}
.team-founder-info p:not(.team-founder-title) {
  font-size: .9rem;
  color: var(--text-mid);
  line-height: 1.72;
  margin-bottom: 10px;
}

/* Team stats bar */
.team-stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 36px 0;
}
.team-stats-item {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 0 36px;
  border-right: 1px solid var(--border);
}
.team-stats-item:first-child { padding-left: 0; }
.team-stats-item:last-child  { border-right: none; }
.team-stats-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
  letter-spacing: -.025em;
}
.team-stats-label {
  font-size: .67rem;
  color: var(--text-lt);
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.45;
}

/* ── SECTION AMBER (Collaborations) ─────────────────────── */
.section--amber {
  background: var(--amber-lt);
  border-top: 3px solid var(--amber);
}
.section--amber h2 { color: var(--green); }

.collab-intro {
  max-width: 680px;
  margin-bottom: 56px;
}
.collab-intro h2 { margin-bottom: 16px; }
.collab-intro > p { font-size: 1.05rem; }

.collab-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.collab-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid rgba(212,130,10,.15);
  transition: box-shadow .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}
.collab-card:hover {
  box-shadow: var(--shadow);
  border-color: rgba(212,130,10,.4);
  transform: translateY(-3px);
}
.collab-card-icon {
  width: 44px;
  height: 44px;
  background: var(--amber-lt);
  border: 1px solid rgba(212,130,10,.2);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--amber);
  margin-bottom: 20px;
  flex-shrink: 0;
}
.collab-card h3 {
  color: var(--green);
  font-size: 1.05rem;
  margin-bottom: 10px;
}
.collab-card p {
  font-size: .875rem;
  color: var(--text-mid);
  line-height: 1.68;
}
.collab-cta {
  text-align: center;
  padding-top: 8px;
}

/* ── RESPONSIVE V2 ───────────────────────────────────────── */
@media (max-width: 1100px) {
  .hero-v2-inner {
    grid-template-columns: 1fr 360px;
    gap: 56px;
  }
  .team-stats-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .team-stats-item:nth-child(2) { border-right: none; }
  .team-stats-item:nth-child(3) {
    border-right: 1px solid var(--border);
    padding-top: 28px;
    border-top: 1px solid var(--border);
  }
  .team-stats-item:nth-child(4) {
    padding-top: 28px;
    border-top: 1px solid var(--border);
  }
}

@media (max-width: 1024px) {
  .hero-v2-inner {
    grid-template-columns: 1fr;
    padding: 64px var(--section-px) 48px;
    min-height: auto;
    gap: 48px;
  }
  .hero-v2-founders {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  .hero-fc--2 { margin-left: 0; margin-top: 0; }
  .hero-fc-eu-badge { margin-left: 0; }
  .hero-v2-stats {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .hero-v2-stat {
    flex: 0 0 50%;
    border-right: none;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .hero-v2-stat:nth-child(odd) { padding-right: 24px; border-right: 1px solid rgba(255,255,255,.08); }
  .team-founders { grid-template-columns: 1fr; gap: 48px; }
  .team-founder-photo { aspect-ratio: 16/9; max-height: 340px; }
  .collab-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .hero-v2-headline { font-size: clamp(2.6rem, 9vw, 3.8rem); }
  .hero-v2-ctas { flex-direction: column; align-items: flex-start; }
  .hero-v2-founders { flex-direction: column; }
  .hero-fc--2 { margin-left: 0; }
  .manifesto-section { padding: 56px var(--section-px); }
  .manifesto-quote { font-size: 1.35rem; }
  .services-v2-item { flex-direction: column; gap: 8px; }
  .services-v2-arrow { display: none; }
  .services-v2-num { padding-top: 0; }
  .process-step { padding: 36px 28px; }
  .team-stats-bar { grid-template-columns: 1fr 1fr; }
  .collab-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero-v2-stat { flex: 0 0 100%; border-right: none !important; }
  .team-stats-bar { grid-template-columns: 1fr; }
  .team-stats-item { border-right: none !important; padding-top: 20px; border-top: 1px solid var(--border) !important; }
  .team-stats-item:first-child { padding-top: 0; border-top: none !important; }
}
