:root {
  --ink: #0a0a0a;
  --ink-soft: #171717;
  --paper: #f0eee8;
  --paper-2: #e7e3da;
  --white: #f8f7f3;
  --muted: #aaa69d;
  --line-dark: rgba(255,255,255,.17);
  --line-light: rgba(10,10,10,.18);
  --accent: #9b8d75;
  --serif: "EB Garamond", "GFS Didot", Didot, Georgia, serif;
  --sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --pad: clamp(24px, 5vw, 78px);
  --max: 1560px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--ink); color: var(--paper); }

.skip-link {
  position: fixed; left: 12px; top: -60px; z-index: 1000;
  background: var(--paper); color: var(--ink); padding: 12px 16px;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto 0;
  height: 78px;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease;
}
.site-header.scrolled {
  background: rgba(10,10,10,.9);
  backdrop-filter: blur(14px);
  border-color: var(--line-dark);
}
.wordmark {
  display: inline-flex; gap: .14em; align-items: baseline;
  width: max-content;
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: -.035em;
  line-height: 1;
}
.wordmark span:last-child { color: #c3bba9; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); font-size: 12px; letter-spacing: .02em; }
.nav > a { opacity: .82; transition: opacity .2s ease; }
.nav > a:hover { opacity: 1; }
.nav-cta { border: 1px solid currentColor; padding: 10px 15px; }
.menu-toggle { display: none; }

/* Hero claro: navegação escura para manter legibilidade.
   Ao iniciar o scroll, o header escuro restaura a navegação branca imediatamente. */
@media (min-width: 861px) {
  .site-header:not(.scrolled) .nav { color: var(--ink); }
  .site-header.scrolled { color: var(--white); }
  .site-header.scrolled .nav { color: var(--white); }

}

.hero {
  min-height: 100svh;
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  position: relative;
  overflow: hidden;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px var(--pad) 80px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  margin: 0 0 32px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 10px;
  line-height: 1.5;
  color: #c3bba9;
}
.eyebrow--dark { color: #6e675d; }
.hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(56px, 6vw, 106px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .9;
}
.hero-lede {
  max-width: 620px;
  margin: 38px 0 0;
  color: #c9c6bf;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.72;
  font-weight: 300;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 38px; }

/* Desktop: hero copy deliberadamente acima do centro óptico.
   Esta regra vem depois da regra-base para não ser sobrescrita. */
@media (min-width: 861px) {
  .hero-copy {
    justify-content: flex-start;
    padding-top: clamp(128px, 16vh, 168px);
    padding-bottom: 54px;
  }
}
.text-link {
  appearance: none; border: 0; background: none; padding: 0 0 7px;
  border-bottom: 1px solid currentColor;
  display: inline-flex; align-items: center; gap: 22px;
  width: max-content;
  cursor: pointer;
  font-size: 12px; letter-spacing: .03em;
  transition: gap .22s ease, opacity .22s ease;
}
.text-link:hover { gap: 30px; }
.text-link--light { color: var(--white); }
.text-link--muted { color: #85817a; }
.text-link--dark { color: var(--ink); }
.hero-media {
  margin: 0;
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,10,10,.8) 0%, rgba(10,10,10,.05) 34%, rgba(10,10,10,.08) 100%);
  pointer-events: none;
}
.hero-media img { object-position: center 23%; filter: contrast(1.04); }
.hero-media figcaption {
  position: absolute; z-index: 2; right: 24px; bottom: 24px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 9px; letter-spacing: .13em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.hero-index {
  position: absolute; left: var(--pad); bottom: 24px;
  font-family: var(--serif); color: rgba(255,255,255,.25); font-size: 14px;
}

.section-pad { padding: clamp(84px, 10vw, 160px) var(--pad); }
.section-number { display: block; font-family: var(--serif); font-size: 14px; color: #81796d; margin-bottom: 26px; }
.section-number--light { color: #77736d; }

.manifesto {
  background: var(--paper);
  display: grid;
  grid-template-columns: 23% 77%;
  align-items: start;
  gap: 0;
  border-bottom: 1px solid var(--line-light);
}
.manifesto-kicker p { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: #6e675d; }
.manifesto-quote {
  margin: 0;
  max-width: 1260px;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 84px);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 400;
}
.manifesto-quote em { color: #777064; font-weight: 400; }

.practice { background: var(--paper); }
.practice-head {
  display: grid;
  grid-template-columns: 22% 43% 35%;
  gap: 0;
  align-items: end;
  border-bottom: 1px solid var(--line-light);
  padding-bottom: clamp(58px, 6vw, 95px);
}
.practice-head h2,
.method-copy h2,
.about h2,
.education h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.05em;
}
.practice-head h2 { font-size: clamp(50px, 5vw, 82px); line-height: .95; }
.practice-head > p { margin: 0 0 6px; max-width: 430px; color: #5d5952; line-height: 1.7; font-size: 14px; }
.practice-list { padding: 0 var(--pad); }
.practice-row {
  min-height: 215px;
  display: grid;
  grid-template-columns: 6% 39% 45% 10%;
  gap: 0;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  transition: background .25s ease, padding .25s ease;
}
.practice-row:hover { background: #e8e4db; padding-left: 14px; }
.practice-no { align-self: start; padding-top: 38px; font-family: var(--serif); color: #80796f; font-size: 13px; }
.practice-label { margin: 0 0 14px; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: #6e675d; }
.practice-row h3 { margin: 0; max-width: 650px; font-family: var(--serif); font-size: clamp(28px, 2.6vw, 44px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.practice-desc { max-width: 500px; margin: 0; color: #625e56; font-size: 13px; line-height: 1.7; padding-right: 30px; }
.practice-arrow { justify-self: end; font-size: 26px; font-family: var(--serif); transition: transform .2s ease; }
.practice-row:hover .practice-arrow { transform: translate(4px,-4px); }

.method {
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 850px;
  background: var(--paper-2);
}
.method-media { margin: 0; min-height: 850px; overflow: hidden; }
.method-media img { object-position: 50% 47%; }
.method-copy { display: flex; flex-direction: column; justify-content: center; }
.method-copy h2 { font-size: clamp(48px, 4.8vw, 80px); line-height: .95; max-width: 760px; }
.method-steps { margin-top: 58px; border-top: 1px solid var(--line-light); }
.step { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line-light); }
.step > span { font-family: var(--serif); color: #81796d; }
.step h3 { margin: 0 0 4px; font-weight: 500; font-size: 13px; }
.step p { margin: 0; color: #6b665d; font-size: 12px; line-height: 1.5; max-width: 550px; }

.about {
  display: grid;
  grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  background: var(--paper);
}
.about-copy { max-width: 780px; }
.about h2 { font-size: clamp(52px, 5.4vw, 88px); line-height: .93; }
.about-lede { margin-top: 42px !important; font-size: clamp(18px, 1.6vw, 23px) !important; line-height: 1.55 !important; color: #282622 !important; }
.about-copy > p { max-width: 670px; margin: 22px 0 0; color: #666159; font-size: 14px; line-height: 1.75; }
.about-media { margin: 0; aspect-ratio: 4/5.15; overflow: hidden; }
.about-media img { object-position: 50% 30%; }
.credentials { margin: 52px 0 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-light); }
.credentials div { padding: 16px 0; border-bottom: 1px solid var(--line-light); }
.credentials div:nth-child(odd) { padding-right: 20px; }
.credentials div:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--line-light); }
.credentials dt { font-size: 9px; text-transform: uppercase; letter-spacing: .13em; color: #8a8378; margin-bottom: 7px; }
.credentials dd { margin: 0; font-family: var(--serif); font-size: 18px; }

.education {
  min-height: 780px;
  display: grid;
  grid-template-columns: 52% 48%;
  background: #dcd9d3;
}
.education-media { margin: 0; min-height: 780px; overflow: hidden; }
.education-media img { object-position: 50% 24%; }
.education-copy { padding: clamp(70px, 8vw, 128px) var(--pad); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.education h2 { font-size: clamp(50px, 5vw, 82px); line-height: .95; max-width: 760px; }
.education-copy > p:not(.eyebrow) { max-width: 620px; color: #5f5a52; font-size: 15px; line-height: 1.75; margin: 34px 0 42px; }

.contact { background: var(--ink); color: var(--white); }
.contact-inner { min-height: 620px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.contact h2 { font-size: clamp(62px, 7.2vw, 122px); line-height: .88; max-width: 1100px; }
.contact p:not(.eyebrow) { color: #9d9991; max-width: 570px; line-height: 1.7; margin: 34px 0 42px; font-size: 14px; }
.contact-button {
  width: min(100%, 660px);
  display: flex; align-items: center; justify-content: space-between;
  border: 0; border-top: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.5);
  padding: 22px 0; background: transparent; color: var(--white); cursor: pointer;
  font-size: 13px;
  transition: padding .2s ease, color .2s ease;
}
.contact-button:hover { padding-left: 10px; padding-right: 10px; color: #d8d1c3; }
.contact-button span:last-child { font-size: 24px; font-family: var(--serif); }

.footer {
  background: var(--ink); color: #85817a;
  border-top: 1px solid var(--line-dark);
  padding: 32px var(--pad) 40px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 30px;
  font-size: 10px; letter-spacing: .03em;
}
.footer-brand { display: flex; flex-direction: column; gap: 6px; }
.footer-brand strong { color: var(--white); font-family: var(--serif); font-size: 24px; font-weight: 400; letter-spacing: -.025em; }
.footer-meta { display: flex; gap: 28px; flex-wrap: wrap; justify-content: flex-end; }

.toast {
  position: fixed; z-index: 200; left: 50%; bottom: 28px;
  transform: translate(-50%, 20px);
  opacity: 0; pointer-events: none;
  background: #f2f0ea; color: #111; border: 1px solid rgba(0,0,0,.16);
  padding: 13px 18px; max-width: calc(100vw - 36px);
  font-size: 11px; line-height: 1.45;
  box-shadow: 0 14px 45px rgba(0,0,0,.22);
  transition: opacity .25s ease, transform .25s ease;
}
.toast.show { opacity: 1; transform: translate(-50%,0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .nav { gap: 18px; }
  .practice-head { grid-template-columns: 20% 45% 35%; }
  .practice-row { grid-template-columns: 7% 43% 42% 8%; }
  .method { grid-template-columns: 50% 50%; }
}

@media (max-width: 860px) {
  :root { --pad: 22px; }
  .site-header { height: 66px; }
  .wordmark { font-size: 22px; }
  .menu-toggle {
    display: flex; align-items: center; gap: 12px;
    background: transparent; border: 0; color: currentColor; padding: 8px 0; cursor: pointer;
    font-size: 10px; text-transform: uppercase; letter-spacing: .12em;
  }
  .menu-icon { width: 21px; height: 8px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
  .nav {
    position: fixed; inset: 66px 0 auto 0;
    background: rgba(10,10,10,.97); color: var(--white);
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    padding: 18px var(--pad) 30px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark);
  }
  .nav.open { display: flex; }
  .nav > a { padding: 14px 0; border-bottom: 1px solid var(--line-dark); font-size: 13px; }
  .nav-cta { border: 0 !important; padding-top: 20px !important; color: #c8bfaf; }

  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 124px var(--pad) 56px; min-height: 66svh; }
  .hero h1 { font-size: clamp(54px, 16vw, 82px); }
  .hero-lede { font-size: 14px; line-height: 1.65; }
  .hero-media { min-height: 68svh; }
  .hero-media::after { background: linear-gradient(180deg, rgba(10,10,10,.35), transparent 35%, rgba(10,10,10,.12)); }
  .hero-media figcaption { bottom: 18px; right: 16px; }
  .hero-index { display: none; }

  .section-pad { padding: 76px var(--pad); }
  .manifesto { grid-template-columns: 1fr; gap: 45px; }
  .manifesto-quote { font-size: clamp(42px, 12vw, 66px); }

  .practice-head { grid-template-columns: 1fr; gap: 34px; padding-top: 76px; }
  .practice-head > div { display: flex; align-items: baseline; gap: 18px; }
  .practice-head .section-number { margin: 0; }
  .practice-head .eyebrow { margin: 0; }
  .practice-head > p { max-width: 600px; }
  .practice-list { padding: 0 var(--pad); }
  .practice-row { min-height: auto; grid-template-columns: 48px 1fr 28px; padding: 30px 0; }
  .practice-row:hover { padding-left: 0; background: transparent; }
  .practice-no { grid-row: 1 / span 2; padding-top: 4px; }
  .practice-desc { grid-column: 2 / span 1; margin-top: 16px; padding-right: 10px; }
  .practice-arrow { grid-column: 3; grid-row: 1 / span 2; }

  .method { grid-template-columns: 1fr; min-height: auto; }
  .method-media { min-height: 58svh; }
  .method-copy { padding-top: 76px; padding-bottom: 76px; }

  .about { grid-template-columns: 1fr; gap: 55px; }
  .about-media { order: -1; aspect-ratio: 4/5; }
  .credentials { grid-template-columns: 1fr; }
  .credentials div:nth-child(odd), .credentials div:nth-child(even) { padding: 16px 0; border-left: 0; }

  .education { grid-template-columns: 1fr; min-height: auto; }
  .education-media { min-height: 64svh; }
  .education-copy { padding: 76px var(--pad); }

  .contact-inner { min-height: 580px; }
  .contact h2 { font-size: clamp(58px, 17vw, 96px); }
  .footer { flex-direction: column; align-items: flex-start; }
  .footer-meta { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .eyebrow { margin-bottom: 24px; font-size: 9px; }
  .hero-copy { min-height: 72svh; }
  .hero h1 { font-size: 53px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 20px; }
  .practice-row h3 { font-size: 31px; }
  .practice-desc { font-size: 12px; }
  .method-copy h2, .about h2, .education h2 { font-size: 50px; }
  .manifesto-quote { font-size: 44px; }
}

/* CTA final agora é link real de WhatsApp; mantém aparência original do botão. */
a.contact-button { text-decoration: none; }

/* =========================================================
   INTERNAL PAGES — extensions of the approved Home system
   ========================================================= */
.inner-page { background: var(--paper); }
.inner-page .site-header {
  background: rgba(10,10,10,.94);
  color: var(--white);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(14px);
}
.inner-page .site-header.scrolled { background: rgba(10,10,10,.94); }
.inner-page .nav { color: var(--white) !important; }
.inner-page .nav > a.active { opacity: 1; }
.inner-page .nav > a.active:not(.nav-cta) { position: relative; }
.inner-page .nav > a.active:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: currentColor;
  opacity: .55;
}

.inner-hero {
  min-height: 92svh;
  padding-top: 78px;
  display: grid;
  grid-template-columns: minmax(0, 54%) minmax(0, 46%);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
.inner-hero-copy {
  padding: clamp(92px, 12vh, 138px) var(--pad) 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner-hero .eyebrow { margin-bottom: 28px; }
.inner-hero h1 {
  margin: 0;
  max-width: 940px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(62px, 6.7vw, 116px);
  letter-spacing: -.055em;
  line-height: .89;
}
.inner-hero-lede {
  max-width: 680px;
  margin: 38px 0 0;
  color: #c9c6bf;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.72;
  font-weight: 300;
}
.inner-hero-actions { margin-top: 38px; display: flex; gap: 28px; flex-wrap: wrap; }
.inner-hero-media { margin: 0; min-height: calc(92svh - 78px); overflow: hidden; position: relative; }
.inner-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,10,10,.56) 0%, rgba(10,10,10,.06) 26%, rgba(10,10,10,.02) 100%);
  pointer-events: none;
}
.inner-hero-media img { filter: contrast(1.03); }
.inner-hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.inner-hero--empresarial .inner-hero-media img { object-position: 50% 28%; }
.inner-hero--marketplace .inner-hero-media img { object-position: 48% 42%; }
.inner-hero--terceiro .inner-hero-media img { object-position: 50% 26%; }
.inner-hero--educacao .inner-hero-media img { object-position: 50% 27%; }

.page-intro {
  display: grid;
  grid-template-columns: 23% 77%;
  gap: 0;
  align-items: start;
  border-bottom: 1px solid var(--line-light);
}
.page-intro-label p { margin: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: #70695f; }
.page-intro-body { max-width: 1200px; }
.page-intro-body h2,
.editorial-statement h2,
.path-head h2,
.focus-copy h2,
.topic-head h2,
.audience-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
}
.page-intro-body h2 { font-size: clamp(44px, 5vw, 80px); line-height: 1.01; max-width: 1100px; }
.page-intro-body > p { max-width: 800px; margin: 32px 0 0; color: #625d55; font-size: 15px; line-height: 1.8; }

.situations { background: var(--paper); }
.situations-head {
  display: grid;
  grid-template-columns: 23% 47% 30%;
  gap: 0;
  align-items: end;
  padding-bottom: clamp(50px, 5vw, 82px);
  border-bottom: 1px solid var(--line-light);
}
.situations-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 82px); line-height: .95; font-weight: 400; letter-spacing: -.05em; }
.situations-head > p { margin: 0; max-width: 400px; color: #625d55; font-size: 13px; line-height: 1.7; }

/* Empresarial: preserva separacao editorial entre headline e texto lateral. */
.situations-head--empresarial > * { min-width: 0; }
@media (min-width: 1181px) {
  .situations-head--empresarial {
    grid-template-columns: minmax(190px, 23%) minmax(0, 1.55fr) minmax(300px, .75fr);
    column-gap: clamp(36px, 3vw, 64px);
  }
  .situations-head--empresarial h2 {
    max-width: 920px;
    padding-right: clamp(8px, 1vw, 18px);
  }
  .situations-head--empresarial > p {
    max-width: 420px;
    justify-self: start;
  }
}
@media (min-width: 861px) and (max-width: 1180px) {
  .situations-head--empresarial {
    grid-template-columns: minmax(150px, 23%) minmax(0, 1fr);
    column-gap: 40px;
    row-gap: 28px;
  }
  .situations-head--empresarial > p {
    grid-column: 2;
    max-width: 620px;
  }
}
.situation-list { padding: 0 var(--pad); }
.situation-row {
  min-height: 150px;
  display: grid;
  grid-template-columns: 8% 47% 45%;
  gap: 0;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
}
.situation-row > span { align-self: start; padding-top: 34px; font-family: var(--serif); color: #81796d; font-size: 13px; }
.situation-row h3 { margin: 0; max-width: 650px; font-family: var(--serif); font-size: clamp(28px, 2.7vw, 44px); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.situation-row p { margin: 0; max-width: 560px; color: #676158; font-size: 13px; line-height: 1.7; padding-left: 34px; }

.editorial-statement { background: var(--ink); color: var(--white); }
.editorial-statement-inner { min-height: 610px; display: grid; grid-template-columns: 23% 77%; align-items: center; }
.editorial-statement h2 { max-width: 1220px; font-size: clamp(56px, 6.2vw, 104px); line-height: .93; }
.editorial-statement h2 em { font-weight: 400; color: #9d978c; }
.editorial-statement .statement-label { align-self: start; padding-top: 12px; }
.editorial-statement .statement-label p { margin: 0; color: #88837a; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }

.path { background: var(--paper-2); }
.path-head { display: grid; grid-template-columns: 23% 77%; margin-bottom: 54px; }
.path-head h2 { font-size: clamp(48px, 5vw, 82px); line-height: .95; max-width: 900px; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.path-card { min-height: 330px; padding: 30px 30px 34px 0; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; }
.path-card + .path-card { padding-left: 30px; }
.path-card:last-child { border-right: 0; }
.path-card > span { color: #81796d; font-family: var(--serif); font-size: 14px; }
.path-card h3 { margin: auto 0 14px; font-family: var(--serif); font-size: clamp(30px, 2.7vw, 44px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.path-card p { margin: 0; color: #655f56; font-size: 13px; line-height: 1.72; max-width: 420px; }

.focus-split { display: grid; grid-template-columns: 48% 52%; background: var(--paper); }
.focus-media { margin: 0; min-height: 720px; overflow: hidden; }
.focus-media img { object-position: 50% 28%; }
.focus-copy { padding: clamp(78px, 8vw, 130px) var(--pad); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.focus-copy h2 { font-size: clamp(50px, 5vw, 84px); line-height: .95; max-width: 780px; }
.focus-copy > p:not(.eyebrow) { margin: 32px 0 0; max-width: 660px; color: #625d55; font-size: 14px; line-height: 1.78; }
.focus-points { width: 100%; margin-top: 38px; border-top: 1px solid var(--line-light); }
.focus-point { display: grid; grid-template-columns: 36px 1fr; padding: 17px 0; border-bottom: 1px solid var(--line-light); gap: 16px; }
.focus-point span { color: #81796d; font-family: var(--serif); }
.focus-point p { margin: 0; font-size: 12px; line-height: 1.55; color: #5f5a52; }

.topic-section { background: var(--paper); }
.topic-head { display: grid; grid-template-columns: 23% 77%; margin-bottom: 54px; }
.topic-head h2 { font-size: clamp(48px, 5vw, 82px); line-height: .95; max-width: 980px; }
.topic-list { border-top: 1px solid var(--line-light); }
.topic-row { display: grid; grid-template-columns: 7% 33% 60%; min-height: 140px; align-items: center; border-bottom: 1px solid var(--line-light); }
.topic-row > span { align-self: start; padding-top: 28px; color: #81796d; font-family: var(--serif); }
.topic-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(26px, 2.3vw, 38px); font-weight: 400; letter-spacing: -.03em; }
.topic-row p { margin: 0; max-width: 720px; color: #625d55; font-size: 13px; line-height: 1.7; padding-left: 34px; }

.audience { background: #ddd9d1; }
.audience-inner { display: grid; grid-template-columns: minmax(0, 45fr) minmax(0, 55fr); gap: clamp(50px, 7vw, 120px); align-items: start; }
.audience-copy h2 { font-size: clamp(50px, 5vw, 84px); line-height: .95; }
.audience-copy > p { margin: 30px 0 0; color: #5f5a52; font-size: 14px; line-height: 1.78; max-width: 620px; }
.audience-list { border-top: 1px solid var(--line-light); }
.audience-row { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 5fr); gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line-light); }
.audience-row strong { font-size: 11px; font-weight: 500; }
.audience-row p { margin: 0; color: #615c54; font-size: 12px; line-height: 1.6; }
.audience-inner > *, .audience-row > *, .about > *, .topic-row > *, .situation-row > * { min-width: 0; }

.crosslinks { background: var(--paper); border-top: 1px solid var(--line-light); }
.crosslinks-inner { padding: 34px var(--pad) 44px; display: grid; grid-template-columns: 23% 77%; }
.crosslinks-label { font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: #81796d; }
.crosslinks-links { display: flex; flex-wrap: wrap; gap: 14px 34px; }
.crosslinks-links a { font-family: var(--serif); font-size: 22px; border-bottom: 1px solid rgba(10,10,10,.25); padding-bottom: 3px; }
.crosslinks-links a:hover { border-color: var(--ink); }

@media (max-width: 860px) {
  .inner-page .site-header { height: 66px; }
  .inner-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 66px; }
  .inner-hero-copy { padding: 78px var(--pad) 56px; min-height: 64svh; }
  .inner-hero h1 { font-size: clamp(55px, 16vw, 82px); }
  .inner-hero-media { min-height: 64svh; }
  .inner-hero-media::after { background: linear-gradient(180deg, rgba(10,10,10,.28), transparent 30%, rgba(10,10,10,.1)); }
  .inner-page .nav > a.active:not(.nav-cta)::after { display: none; }

  .page-intro, .editorial-statement-inner, .path-head, .topic-head, .crosslinks-inner { grid-template-columns: 1fr; gap: 38px; }
  .situations-head { grid-template-columns: 1fr; gap: 30px; }
  .situation-row { grid-template-columns: 42px 1fr; padding: 28px 0; }
  .situation-row > span { grid-row: 1 / span 2; padding-top: 4px; }
  .situation-row p { grid-column: 2; padding-left: 0; margin-top: 14px; }
  .editorial-statement-inner { min-height: 520px; align-content: center; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card, .path-card + .path-card { min-height: 230px; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .path-card:last-child { border-bottom: 0; }
  .path-card h3 { margin-top: 55px; }
  .focus-split { grid-template-columns: 1fr; }
  .focus-media { min-height: 60svh; }
  .focus-copy { padding: 76px var(--pad); }
  .topic-row { grid-template-columns: 42px 1fr; padding: 26px 0; }
  .topic-row > span { grid-row: 1 / span 2; padding-top: 2px; }
  .topic-row p { grid-column: 2; padding-left: 0; margin-top: 12px; }
  .audience-inner { grid-template-columns: 1fr; gap: 48px; }
  .crosslinks-links { gap: 16px 28px; }
}

@media (max-width: 480px) {
  .inner-hero-copy { min-height: 68svh; }
  .inner-hero h1 { font-size: 52px; }
  .page-intro-body h2, .situations-head h2, .path-head h2, .focus-copy h2, .topic-head h2, .audience-copy h2 { font-size: 48px; }
  .editorial-statement h2 { font-size: 52px; }
  .audience-row { grid-template-columns: 1fr; gap: 8px; }
}


/* Premium CSS arrow - prevents iOS emoji fallback */
.icon-arrow {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: currentColor;
  vertical-align: -2px;
  font-size: 0 !important;
  line-height: 0;
}

.icon-arrow--ne::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 6px;
  width: 12px;
  height: 1px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}

.icon-arrow--ne::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.home-page .index-links .icon-arrow {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  justify-self: end;
}

.home-page .index-links .icon-arrow--ne::before {
  width: 15px;
  top: 8px;
}

.home-page .index-links .icon-arrow--ne::after {
  width: 7px;
  height: 7px;
}

.contact-button .icon-arrow {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}
