:root {
  --bg: #EDE8E1;
  --bg-card: #F7F4F0;
  --brown: #4A372A;
  --brown-deep: #32251B;
  --mauve: #B49A8D;
  --mauve-soft: #C9B5A9;
  --ink: #2E241C;
  --body: #6E6258;
  --white: #FFFFFF;
  --r-lg: 44px;
  --r-md: 28px;
  --r-sm: 18px;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }

img { display: block; }

/* ── Header ───────────────────────────── */
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 36px 26px;
  text-align: center;
}

.wordmark {
  font-family: 'Prata', serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: var(--brown-deep);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.1;
}

.wordmark sup { font-size: 0.4em; }

nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }

nav a {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: all 0.2s;
}

nav a:hover { border-color: var(--mauve); }

nav a.active { background: var(--brown); color: var(--white); }

/* ── Hero ─────────────────────────────── */
.hero { padding: 10px 14px 0; }

.hero-inner {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(236, 228, 221, 0.55) 0%, rgba(236, 228, 221, 0.15) 45%, rgba(40, 30, 20, 0.25) 100%),
    url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=2000&q=75') center 65%/cover;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 24px;
  padding: clamp(32px, 5vw, 72px);
  align-items: center;
}

.hero-text h1 {
  font-family: 'Prata', serif;
  font-weight: 400;
  font-size: clamp(2.8rem, 6.5vw, 5.4rem);
  line-height: 1.04;
  color: var(--brown-deep);
  text-transform: uppercase;
}

.hero-text h1 sup { font-size: 0.32em; }

.hero-tagline {
  margin: 28px 0 36px;
  font-size: 1.05rem;
  color: var(--body);
}

.btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 44px;
  border-radius: 999px;
  background: var(--brown);
  color: var(--white);
  border: 1px solid var(--brown);
  transition: all 0.25s;
}

.btn:hover { background: var(--brown-deep); }

.btn.ghost { background: transparent; color: var(--brown); }

.btn.ghost:hover { background: var(--brown); color: var(--white); }

.cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* hero floating card */
.hero-card {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 30px 30px 0;
  overflow: hidden;
}

.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }

.chip {
  font-size: 12.5px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #E2DAD2;
  color: var(--ink);
  background: var(--white);
}

.chip.dark { background: var(--brown-deep); color: var(--white); border-color: var(--brown-deep); }

.hero-card h2 {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 10px;
}

.hero-card .sub { color: var(--body); font-size: 14px; margin-bottom: 22px; }

.hero-card img { width: calc(100% + 60px); margin: 0 -30px; height: 270px; object-fit: cover; }

.mini-card {
  position: absolute;
  top: clamp(24px, 4vw, 56px);
  right: clamp(24px, 4vw, 56px);
  background: var(--bg-card);
  border-radius: var(--r-sm);
  padding: 14px;
  width: 168px;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(50, 37, 27, 0.18);
}

.mini-card .label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  display: block;
  margin-bottom: 10px;
}

.mini-card img { width: 100%; height: 86px; object-fit: cover; border-radius: 12px; }

.play {
  position: absolute;
  left: -26px;
  bottom: 26px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--mauve);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 14px;
}

/* ── Dark band ────────────────────────── */
.band { padding: 14px; }

.band-inner {
  border-radius: var(--r-lg);
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(rgba(40, 30, 20, 0.55), rgba(30, 22, 14, 0.75)),
    url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=1800&q=70') center/cover;
  display: grid;
  grid-template-columns: 1fr 0.8fr 1.2fr;
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(40px, 5vw, 80px);
  align-items: center;
}

.band-card {
  background: rgba(180, 154, 141, 0.92);
  border-radius: var(--r-md);
  padding: 34px 30px;
  color: var(--brown-deep);
}

.band-card h3 { font-size: 1.6rem; font-weight: 500; line-height: 1.25; margin-bottom: 14px; }

.band-card p { font-size: 14px; color: #4d3b2e; }

.band-stat { text-align: center; color: var(--white); }

.avatars { display: flex; justify-content: center; margin-bottom: 18px; }

.avatars img {
  width: 64px; height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--white);
}

.avatars img + img { margin-left: -14px; }

.stat-num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(3rem, 5vw, 4.2rem);
  line-height: 1;
}

.stat-label { font-size: 14px; opacity: 0.85; margin-top: 6px; }

.band-display h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--white);
  letter-spacing: 0.02em;
  margin-bottom: 26px;
}

.learn {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 6px;
}

/* ── Sections ─────────────────────────── */
section { padding: clamp(56px, 7vw, 96px) 0; }

.kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brown);
  border: 1px solid var(--mauve);
  border-radius: 999px;
  padding: 8px 18px;
  margin-bottom: 24px;
}

h2.title {
  font-family: 'Prata', serif;
  font-weight: 400;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height: 1.15;
  color: var(--brown-deep);
  margin-bottom: 22px;
}

.lede { color: var(--body); max-width: 62ch; margin-bottom: 16px; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.split img { width: 100%; height: 400px; object-fit: cover; border-radius: var(--r-md); }

/* cards */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.card {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 36px 30px;
}

.card.tint { background: var(--mauve-soft); }

.card h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 10px; }

.card p { color: var(--body); font-size: 14px; }

/* process steps */
.steps { display: grid; gap: 16px; margin-top: 44px; }

.step {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 80px 280px 1fr;
  gap: 28px;
  align-items: center;
}

.step-num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 2.4rem;
  color: var(--mauve);
  line-height: 1;
}

.step h3 { font-size: 1.1rem; font-weight: 600; }

.step p { color: var(--body); font-size: 14px; }

/* testimonial */
.quote-card {
  background: var(--brown);
  border-radius: var(--r-lg);
  padding: clamp(44px, 6vw, 80px);
  text-align: center;
  color: var(--white);
}

.quote-card .kicker { color: #E3D5CB; border-color: rgba(255,255,255,0.35); }

.quote {
  font-family: 'Prata', serif;
  font-size: clamp(1.3rem, 2.6vw, 1.9rem);
  line-height: 1.5;
  max-width: 34em;
  margin: 18px auto 26px;
}

.attribution { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.8; }

/* contact */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.contact-grid .card h3 { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brown); }

.contact-grid a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }

/* footer */
footer { padding: 28px 36px 40px; text-align: center; font-size: 12px; color: var(--body); }

/* ── Responsive ───────────────────────── */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .mini-card { display: none; }
  .band-inner { grid-template-columns: 1fr; text-align: left; }
  .band-stat { text-align: left; }
  .avatars { justify-content: flex-start; }
  .step { grid-template-columns: 56px 1fr; }
  .step p { grid-column: 2; }
  .split { grid-template-columns: 1fr; }
}
