/* ══════════════════════════════════════════════════════════════
   sobre.css — Sobre Page Exclusive Styles
   Hero, intro grid, quote, process, practice, studio, CTA.
   ══════════════════════════════════════════════════════════════ */

/* ── Hero ─────────────────────────────────────────────────── */
.about-hero {
  position: relative;
  display: grid;
  inline-size: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  align-items: end;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--surface);
  background: var(--accent);
}

.about-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
  z-index: 0;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
  pointer-events: none;
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: end;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 150px var(--page-x) clamp(42px, 6vw, 78px);
}

.about-hero h1 {
  max-width: 920px;
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 200;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-note {
  max-width: 460px;
  margin: 0;
  color: color-mix(in oklch, var(--surface), transparent 12%);
  font-size: var(--text-body);
  font-weight: 300;
  line-height: 1.64;
}

/* ── Intro grid ───────────────────────────────────────────── */
.intro-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 112px);
  align-items: start;
  border-bottom: var(--line);
  padding-bottom: clamp(56px, 8vw, 96px);
}

.text-flow {
  display: grid;
  gap: 24px;
  max-width: 840px;
  color: color-mix(in oklch, var(--fg), transparent 8%);
  font-size: var(--text-body);
  font-weight: 300;
  line-height: 1.72;
}

.text-flow p {
  margin: 0;
}

/* ── Quote band ───────────────────────────────────────────── */
.quote-band {
  display: block;
  padding: 0 var(--page-x) var(--section-y);
}

.quote-card {
  position: relative;
  display: grid;
  min-height: clamp(360px, 52vw, 660px);
  align-content: end;
  width: 100%;
  padding: clamp(24px, 4vw, 56px);
  background: var(--accent);
  color: var(--surface);
  isolation: isolate;
  overflow: hidden;
}

.quote-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.68) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 54%, rgba(0, 0, 0, 0.18) 100%);
  content: "";
  pointer-events: none;
}

.quote-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.86) contrast(0.96) brightness(0.78);
  transform: scale(1.02);
}

.quote-card .kicker,
.quote-card blockquote {
  position: relative;
  z-index: 2;
}

.quote-card .kicker {
  color: color-mix(in oklch, var(--surface), transparent 14%);
}

.quote-card blockquote {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 200;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

/* ── Process section ──────────────────────────────────────── */
.process-section {
  background: color-mix(in oklch, var(--surface), var(--linho) 44%);
  border-block: var(--line);
}

.split-head {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  gap: clamp(28px, 7vw, 104px);
  align-items: start;
  margin-bottom: clamp(36px, 5vw, 60px);
}

.process-list {
  display: grid;
  border-top: var(--line);
}

.process-item {
  display: grid;
  grid-template-columns: 92px minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 58px);
  align-items: start;
  padding: clamp(26px, 4vw, 46px) 0;
  border-bottom: var(--line);
}

.process-item span {
  font-family: var(--font-mono);
  color: var(--muted);
  font-size: var(--text-label);
  letter-spacing: 0.16em;
}

.process-item h3 {
  margin: 0;
  font-size: var(--text-md);
  font-weight: 300;
  line-height: 1.12;
}

.process-item p {
  margin: 0;
  max-width: 640px;
  color: var(--muted);
  font-size: var(--text-body);
  font-weight: 300;
  line-height: 1.68;
}

/* ── Practice grid ────────────────────────────────────────── */
.practice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--border);
  border: var(--line);
}

.practice-card {
  min-height: 320px;
  padding: clamp(22px, 3vw, 38px);
  background: var(--bg);
  transition: background var(--motion-fast) var(--ease-soft), color var(--motion-fast) var(--ease-soft);
}

.practice-card:hover,
.practice-card:focus-within {
  background: var(--accent);
  color: var(--surface);
}

.practice-card small {
  display: block;
  margin-bottom: 42px;
  font-family: var(--font-mono);
  color: var(--muted);
  font-size: var(--text-label);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  transition: color var(--motion-fast) var(--ease-soft);
}

.practice-card:hover small,
.practice-card:focus-within small {
  color: color-mix(in oklch, var(--surface), transparent 28%);
}

.practice-card h3 {
  margin-bottom: 18px;
  font-size: var(--text-md);
  font-weight: 200;
  line-height: 1.04;
}

.practice-card p {
  margin: 0;
  max-width: 360px;
  color: color-mix(in oklch, currentColor, transparent 18%);
  font-size: var(--text-body);
  font-weight: 300;
  line-height: 1.65;
}

/* ── Studio section ───────────────────────────────────────── */
.studio-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.5fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: center;
}

.studio-aside {
  display: grid;
  gap: 1px;
  background: var(--border);
  border: var(--line);
}

.studio-stat {
  padding: clamp(20px, 2.5vw, 30px) 24px;
  background: color-mix(in oklch, var(--surface), var(--linho) 36%);
}

.studio-stat b {
  display: block;
  margin-bottom: 8px;
  font-size: var(--text-md);
  font-weight: 300;
  letter-spacing: -0.01em;
}

.studio-stat span {
  color: var(--muted);
  font-size: var(--text-caption);
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* ── CTA band ─────────────────────────────────────────────── */
.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) auto;
  gap: 28px;
  align-items: end;
  margin: 0 var(--page-x) var(--section-y);
  padding: clamp(28px, 5vw, 62px);
  background: var(--accent);
  color: var(--surface);
}

.cta-band h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: var(--text-lg);
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.cta-band a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid color-mix(in oklch, var(--surface), transparent 24%);
  font-size: var(--text-label);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  transition: background var(--motion-fast) var(--ease-soft), color var(--motion-fast) var(--ease-soft), transform var(--motion-fast) var(--ease-cinematic);
}

.cta-band a:hover,
.cta-band a:focus-visible {
  transform: translateY(-1px);
  background: var(--surface);
  color: var(--accent);
}

/* ══════════════════════════════════════════════════════════════
   Responsive — Sobre
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .about-hero-copy,
  .studio-section {
    grid-template-columns: 1fr;
  }

  .practice-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .about-hero {
    min-height: 100svh;
  }

  .about-hero-copy,
  .intro-grid,
  .split-head,
  .process-item,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .process-item {
    gap: 14px;
  }

  .about-hero-copy {
    min-height: 100svh;
    padding-top: 100px;
  }

  .quote-card {
    min-height: 420px;
  }

  .quote-bg {
    object-position: 48% center;
  }
}
