:root {
  --ink: #041f2d;
  --ink-soft: #073247;
  --panel: #0a354a;
  --ivory: #f3eee5;
  --paper: #e9e3d8;
  --muted: #b8c8cf;
  --gold: #d89b24;
  --gold-light: #efc56d;
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(7,9,13,.15);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 92px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 130px 0; }

.skip-link {
  position: fixed; left: 18px; top: -80px; z-index: 9999;
  background: var(--gold); color: var(--ink); padding: 10px 16px;
}
.skip-link:focus { top: 18px; }

.page-noise {
  position: fixed; inset: 0; z-index: 1000; pointer-events: none; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.is-scrolled {
  background: rgba(7,9,13,.88); border-color: var(--line); backdrop-filter: blur(18px);
}
.header-shell {
  width: min(1320px, calc(100% - 48px)); margin: auto; min-height: 92px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.brand img { width: 290px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; letter-spacing: .04em; }
.main-nav > a:not(.nav-cta) { color: rgba(255,255,255,.75); position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover { color: white; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { border: 1px solid rgba(216,155,36,.6); padding: 12px 18px; color: var(--gold-light); transition: .25s ease; }
.nav-cta:hover { background: var(--gold); color: var(--ink); }
.nav-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 9px; cursor: pointer; }
.nav-toggle span { display: block; height: 1px; background: white; margin: 8px 0; transition: .3s; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; inset: 0 0 0 42%; background: url('../images/hero.webp') center 28% / cover no-repeat; z-index: -3; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background:
  linear-gradient(90deg, #07090d 0%, #07090d 36%, rgba(7,9,13,.88) 52%, rgba(7,9,13,.17) 78%, rgba(7,9,13,.3) 100%),
  linear-gradient(0deg, rgba(7,9,13,.6) 0%, transparent 35%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(transparent, var(--ink)); z-index: -1; }
.hero-grid { min-height: 100svh; display: grid; align-items: center; padding-top: 100px; }
.hero-copy { max-width: 680px; padding: 90px 0 70px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; text-transform: uppercase; font-size: 11px; font-weight: 600; letter-spacing: .23em; color: var(--gold-light); }
.eyebrow span { width: 44px; height: 1px; background: var(--gold); }
.eyebrow.dark { color: #775513; }
.hero h1 { margin: 0; font: 600 clamp(56px, 6.2vw, 94px)/.93 var(--serif); letter-spacing: -.045em; max-width: 780px; }
.hero-lead { margin: 30px 0 0; max-width: 610px; color: rgba(255,255,255,.68); font-size: 17px; }
.hero-actions { display: flex; gap: 14px; align-items: center; margin-top: 40px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 25px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 700; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #100c04; }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,.2); color: white; }
.button-ghost:hover { border-color: var(--gold); color: var(--gold-light); }
.hero-signals { margin-top: 65px; display: flex; gap: 0; width: min(620px, 100%); border-top: 1px solid var(--line); padding-top: 22px; }
.hero-signals div { flex: 1; display: flex; gap: 12px; min-width: 0; }
.hero-signals div + div { border-left: 1px solid var(--line); padding-left: 24px; }
.hero-signals strong { color: var(--gold); font: 600 24px/1 var(--serif); }
.hero-signals span { color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.45; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue { position: absolute; left: 34px; bottom: 48px; display: flex; align-items: center; gap: 12px; transform: rotate(-90deg); transform-origin: left center; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; color: rgba(255,255,255,.45); }
.scroll-cue span { width: 48px; height: 1px; background: rgba(255,255,255,.25); }

.intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 690px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 78% 48%, rgba(216,155,36,.12), transparent 34%),
    linear-gradient(105deg, #07090d 0%, #080b10 52%, #0b0f16 100%);
}
.intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 10% 2% 8% auto;
  width: min(760px, 52vw);
  border: 1px solid rgba(239,197,109,.15);
  background:
    linear-gradient(135deg, rgba(239,197,109,.055), transparent 34%),
    linear-gradient(315deg, rgba(216,155,36,.035), transparent 44%);
  box-shadow: inset 0 0 80px rgba(216,155,36,.03), 0 40px 100px rgba(0,0,0,.3);
  pointer-events: none;
}
.intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, hsl(200, 80%, 10%) 0%, rgba(7,9,13,.98) 31%, rgba(7,9,13,.82) 48%, rgba(7,9,13,.36) 66%, rgba(7,9,13,.10) 84%, rgba(7,9,13,.05) 100%),
    linear-gradient(180deg, rgba(7,9,13,.16), rgba(7,9,13,.48));
  pointer-events: none;
}
.intro-justice-media {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: min(880px, 61vw);
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background: #0a0d12;
}
.intro-justice-media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,9,13,.84) 0%, rgba(7,9,13,.36) 27%, rgba(7,9,13,.08) 58%, rgba(7,9,13,.08) 100%),
    linear-gradient(180deg, rgba(7,9,13,.28) 0%, transparent 30%, transparent 70%, rgba(7,9,13,.36) 100%),
    radial-gradient(circle at 72% 48%, rgba(216,155,36,.10), transparent 42%);
}
.intro-justice-media::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 8% 5% 8% 18%;
  border: 1px solid rgba(239,197,109,.18);
  box-shadow: inset 0 0 70px rgba(216,155,36,.035), 0 26px 70px rgba(0,0,0,.28);
}
.intro-justice-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  opacity: 1;
  transform: scale(1.035);
  filter: brightness(.66) contrast(1.18) saturate(.72) sepia(.08);
}
.intro-justice-media span {
  position: absolute;
  z-index: 4;
  right: 7%;
  bottom: 8%;
  padding: 9px 14px;
  border-top: 1px solid rgba(239,197,109,.58);
  color: rgba(239,197,109,.9);
  background: rgba(7,9,13,.38);
  backdrop-filter: blur(6px);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .23em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0,0,0,.95);
}
.intro-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .78fr 2.15fr .9fr;
  gap: clamp(38px, 5vw, 74px);
  align-items: start;
}
.section-kicker { color: var(--gold-light); text-transform: uppercase; letter-spacing: .17em; font-size: 11px; padding-top: 12px; }
.intro-copy { max-width: 720px; }
.intro-copy h2, .section-heading h2, .method-heading h2 { margin: 0; font: 600 clamp(42px, 5vw, 70px)/1.02 var(--serif); letter-spacing: -.035em; }
.intro-copy h2 { text-shadow: 0 18px 40px rgba(0,0,0,.58); }
.intro-copy p { margin: 30px 0 0; max-width: 680px; color: rgba(255,255,255,.66); }
.intro-note {
  border: 1px solid rgba(239,197,109,.22);
  border-left: 2px solid rgba(239,197,109,.58);
  padding: 24px 24px 24px 26px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  background: rgba(7,9,13,.60);
  box-shadow: 0 20px 60px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter: blur(12px);
}
.intro-note a { display: inline-flex; gap: 12px; color: var(--gold-light); margin-top: 18px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }

.practice { 
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, #071c26 0%, #0a0e15 48%, #07090d 100%);
  color: var(--ivory);
}
.method, .structure { background: var(--paper); color: var(--ink); }
.practice::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .36;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, black 22%, black 80%, transparent);
}
.practice::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(216,155,36,.12), transparent 33%),
    radial-gradient(circle at 8% 78%, rgba(122,18,36,.16), transparent 28%);
}
.practice-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.practice-orb-one { width: 420px; height: 420px; right: -180px; top: 80px; background: radial-gradient(circle, rgba(216,155,36,.08), transparent 68%); }
.practice-orb-two { width: 350px; height: 350px; left: -150px; bottom: 30px; background: radial-gradient(circle, rgba(143,20,40,.1), transparent 68%); }
.practice-shell { position: relative; }
.practice-heading { max-width: 850px; margin: 0 auto 70px; text-align: center; }
.practice-kicker { margin: 0 0 15px; display: flex; justify-content: center; align-items: center; gap: 16px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .24em; font-size: 10px; font-weight: 700; }
.practice-kicker span { width: 38px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.practice-kicker span:last-child { transform: scaleX(-1); }
.practice-heading h2 { margin: 0; font: 600 clamp(52px, 6vw, 82px)/.95 var(--serif); letter-spacing: -.045em; }
.practice-heading h2 em { color: var(--gold); font-style: normal; text-shadow: 0 0 35px rgba(216,155,36,.12); }
.practice-heading > p:not(.practice-kicker) { max-width: 690px; margin: 24px auto 0; color: rgba(255,255,255,.56); font-size: 14px; }
.practice-heading-mark { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 9px; }
.practice-heading-mark span { width: 76px; height: 1px; background: linear-gradient(90deg, transparent, rgba(216,155,36,.7)); }
.practice-heading-mark span:last-child { transform: scaleX(-1); }
.practice-heading-mark i { width: 8px; height: 8px; border: 1px solid var(--gold); transform: rotate(45deg); }
.practice-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.practice-card {
  --pointer-x: 50%;
  --pointer-y: 50%;
  min-height: 390px;
  padding: 28px 26px 25px;
  border: 1px solid rgba(216,155,36,.2);
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012) 45%, rgba(0,0,0,.08)),
    rgba(13,17,24,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 24px 60px rgba(0,0,0,.12);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  backdrop-filter: blur(12px);
  transition: transform .42s cubic-bezier(.2,.8,.2,1), border-color .35s ease, box-shadow .42s ease, background .35s ease;
}
.practice-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(360px circle at var(--pointer-x) var(--pointer-y), rgba(216,155,36,.18), transparent 45%);
  transition: opacity .35s ease;
}
.practice-card::after {
  content: attr(data-number);
  position: absolute;
  right: -12px;
  bottom: -47px;
  z-index: -2;
  color: rgba(255,255,255,.025);
  font: 700 155px/1 var(--serif);
  letter-spacing: -.08em;
  transition: color .35s ease, transform .55s cubic-bezier(.2,.8,.2,1);
}
.practice-card:hover, .practice-card:focus-within {
  transform: translateY(-10px);
  border-color: rgba(239,197,109,.74);
  background:
    linear-gradient(145deg, rgba(216,155,36,.09), rgba(255,255,255,.025) 46%, rgba(0,0,0,.08)),
    rgba(13,17,24,.9);
  box-shadow: 0 28px 70px rgba(0,0,0,.38), 0 0 0 1px rgba(216,155,36,.08), 0 0 34px rgba(216,155,36,.1);
}
.practice-card:hover::before, .practice-card:focus-within::before { opacity: 1; }
.practice-card:hover::after, .practice-card:focus-within::after { color: rgba(216,155,36,.055); transform: translate(-8px, -6px); }
.practice-card > * { position: relative; z-index: 1; }
.practice-card .practice-index { position: absolute; top: 27px; right: 25px; color: rgba(255,255,255,.27); font-size: 9px; font-weight: 700; letter-spacing: .19em; transition: color .3s ease; }
.practice-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 0 43px;
  border: 1px solid rgba(216,155,36,.35);
  border-radius: 50%;
  color: var(--gold-light);
  background: rgba(7,9,13,.48);
  box-shadow: inset 0 0 0 7px rgba(216,155,36,.025);
  transition: transform .45s cubic-bezier(.2,.8,.2,1), border-color .35s ease, background .35s ease, box-shadow .35s ease, color .35s ease;
}
.practice-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.practice-card h3 { margin: auto 0 15px; max-width: 250px; color: var(--ivory); font: 600 30px/1.02 var(--serif); letter-spacing: -.025em; }
.practice-card p { margin: 0; color: rgba(255,255,255,.49); font-size: 12.5px; line-height: 1.72; transition: color .35s ease; }
.practice-link { margin-top: 26px; display: flex; align-items: center; gap: 11px; width: max-content; max-width: 100%; color: var(--gold-light); text-transform: uppercase; letter-spacing: .16em; font-size: 8.5px; font-weight: 700; }
.practice-link i { order: -1; width: 27px; height: 1px; background: currentColor; transform-origin: left; transition: width .35s ease; }
.practice-link b { font-size: 13px; font-weight: 400; transform: translate(-5px, -1px); opacity: 0; transition: transform .35s ease, opacity .35s ease; }
.practice-card:hover .practice-icon, .practice-card:focus-within .practice-icon { transform: translateY(-4px) rotate(-4deg) scale(1.06); color: #fff1c7; border-color: var(--gold-light); background: rgba(216,155,36,.13); box-shadow: 0 0 26px rgba(216,155,36,.18), inset 0 0 0 7px rgba(216,155,36,.04); }
.practice-card:hover .practice-index, .practice-card:focus-within .practice-index { color: var(--gold-light); }
.practice-card:hover p, .practice-card:focus-within p { color: rgba(255,255,255,.67); }
.practice-card:hover .practice-link i, .practice-card:focus-within .practice-link i { width: 40px; }
.practice-card:hover .practice-link b, .practice-card:focus-within .practice-link b { transform: translate(0, -1px); opacity: 1; }

.profile { display: grid; grid-template-columns: 1.05fr .95fr; padding: 0; min-height: 860px; }
.profile-photo { position: relative; min-height: 860px; overflow: hidden; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.profile-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,9,13,.65), transparent 35%); }
.photo-caption { position: absolute; z-index: 2; left: 42px; bottom: 35px; font: 600 30px/1 var(--serif); }
.photo-caption span { display: block; margin-top: 8px; font: 500 9px/1.4 var(--sans); text-transform: uppercase; letter-spacing: .2em; color: var(--gold-light); }
.profile-content { padding: 130px clamp(48px, 8vw, 140px); display: flex; flex-direction: column; justify-content: center; background: var(--ink-soft); }
.profile-content h2 { margin: 0; font: 600 clamp(54px, 6vw, 88px)/.95 var(--serif); }
.profile-role { color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; margin: 18px 0 35px; }
.profile-content > p:not(.eyebrow):not(.profile-role) { max-width: 610px; color: rgba(255,255,255,.52); }
.profile-intro { color: rgba(255,255,255,.78) !important; font-size: 18px; }
.profile-content blockquote { margin: 40px 0; padding: 0 0 0 24px; border-left: 1px solid var(--gold); font: 500 25px/1.25 var(--serif); max-width: 590px; }
.text-link { display: inline-flex; gap: 15px; align-items: center; color: var(--gold-light); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; width: max-content; border-bottom: 1px solid rgba(216,155,36,.35); padding-bottom: 8px; }

.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.method-heading { position: sticky; top: 140px; align-self: start; }
.method-list { border-top: 1px solid var(--line-dark); }
.method-item { display: grid; grid-template-columns: 80px 1fr; gap: 30px; padding: 45px 0; border-bottom: 1px solid var(--line-dark); }
.method-item > span { font: 600 32px/1 var(--serif); color: var(--gold); }
.method-item h3 { margin: 0 0 12px; font: 600 34px/1 var(--serif); }
.method-item p { margin: 0; max-width: 640px; color: rgba(7,9,13,.58); }

.statement { min-height: 720px; position: relative; display: grid; align-items: center; overflow: hidden; }
.statement > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.statement-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,9,13,.92) 0%, rgba(7,9,13,.78) 47%, rgba(7,9,13,.18) 100%), linear-gradient(0deg, rgba(7,9,13,.4), transparent); }
.statement-content { position: relative; z-index: 2; }
.statement-content p { color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; }
.statement-content h2 { max-width: 760px; margin: 20px 0 42px; font: 600 clamp(44px, 5.2vw, 75px)/1 var(--serif); letter-spacing: -.035em; }

.gallery { display: grid; grid-template-columns: 1.35fr .75fr; grid-template-rows: 420px 420px; gap: 18px; }
.gallery figure { margin: 0; position: relative; overflow: hidden; background: #d7d0c4; }
.gallery-main { grid-row: 1 / 3; }
.gallery figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.gallery-main img { object-position: center 20%; }
.gallery-tall img { object-position: center 18%; }
.gallery-small img { object-position: center 25%; }
.gallery figure:hover img { transform: scale(1.035); }
.gallery figcaption { position: absolute; inset: auto 18px 18px; background: rgba(7,9,13,.78); color: white; backdrop-filter: blur(10px); width: max-content; padding: 9px 13px; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }

.faq { background: var(--ink-soft); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-heading { position: sticky; top: 140px; align-self: start; }
.faq-heading h2 { margin: 0 0 25px; font: 600 clamp(54px, 6vw, 82px)/.95 var(--serif); }
.faq-heading > p:last-child { color: rgba(255,255,255,.48); max-width: 390px; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 30px 0; font: 600 25px/1.15 var(--serif); }
summary::-webkit-details-marker { display: none; }
summary span { font: 300 28px/1 var(--sans); color: var(--gold); transition: transform .3s; }
details[open] summary span { transform: rotate(45deg); }
details p { color: rgba(255,255,255,.52); margin: -8px 0 30px; max-width: 720px; }

.contact { padding: 0; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 920px; }
.contact-visual { min-height: 920px; position: relative; overflow: hidden; }
.contact-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.contact-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(7,9,13,.4)); }
.contact-panel { padding: 110px clamp(48px, 7vw, 120px); background: #0b0e14; }
.contact-copy h2 { margin: 0; max-width: 720px; font: 600 clamp(48px, 5.5vw, 78px)/.98 var(--serif); letter-spacing: -.035em; }
.contact-copy > p:last-child { color: rgba(255,255,255,.5); max-width: 620px; }
.contact-form { margin-top: 42px; display: grid; gap: 18px; max-width: 760px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label:not(.consent) { display: grid; gap: 8px; color: rgba(255,255,255,.6); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; background: transparent; color: white; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); border-radius: 0; padding: 11px 0 13px; outline: none; text-transform: none; letter-spacing: normal; font-size: 14px; }
.contact-form select { color-scheme: dark; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold); }
.contact-form textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.43); font-size: 11px; text-transform: none; letter-spacing: 0; }
.consent input { width: 16px; height: 16px; margin-top: 3px; accent-color: var(--gold); }
.contact-form .button { width: max-content; margin-top: 8px; }
.form-status { min-height: 24px; margin: 0; color: var(--gold-light); font-size: 12px; }
.form-status.is-error { color: #ff9b8e; }
.contact-data { margin-top: 55px; padding-top: 30px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.contact-data span { display: block; color: var(--gold-light); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; margin-bottom: 9px; }
.contact-data a, .contact-data p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; word-break: break-word; }

.site-footer { padding: 65px 0 25px; background: #05070a; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 50px; padding-bottom: 45px; }
.footer-top img { width: 300px; }
.footer-top p { margin: 0; color: rgba(255,255,255,.42); font-size: 12px; max-width: 500px; }
.back-top { color: var(--gold-light); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; gap: 30px; justify-content: space-between; color: rgba(255,255,255,.32); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 95;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 11px;
}
.whatsapp-alert {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 235px;
  padding: 13px 36px 13px 15px;
  border: 1px solid rgba(239,197,109,.24);
  border-radius: 16px 16px 4px 16px;
  color: white;
  background: rgba(10,13,19,.94);
  box-shadow: 0 18px 50px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(16px);
  transform-origin: bottom right;
  animation: whatsappAlertIn .65s .8s both cubic-bezier(.2,.8,.2,1);
}
.whatsapp-alert::after { content: ""; position: absolute; right: 22px; bottom: -7px; width: 13px; height: 13px; border-right: 1px solid rgba(239,197,109,.24); border-bottom: 1px solid rgba(239,197,109,.24); background: rgba(10,13,19,.94); transform: rotate(45deg); }
.whatsapp-alert.is-closed { display: none; }
.whatsapp-alert strong { display: block; font-size: 11px; line-height: 1.25; letter-spacing: .02em; }
.whatsapp-alert small { display: block; margin-top: 3px; color: rgba(255,255,255,.5); font-size: 9px; line-height: 1.3; }
.whatsapp-status { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #e35a4f; box-shadow: 0 0 0 5px rgba(227,90,79,.1), 0 0 18px rgba(227,90,79,.75); animation: statusPulse 2s infinite; }
.whatsapp-alert-close { position: absolute; top: 5px; right: 8px; width: 24px; height: 24px; border: 0; padding: 0; background: transparent; color: rgba(255,255,255,.4); cursor: pointer; font-size: 18px; line-height: 1; transition: color .2s ease; }
.whatsapp-alert-close:hover { color: white; }
.whatsapp-button {
  position: relative;
  min-width: 64px;
  height: 64px;
  padding: 0 19px;
  border: 1px solid rgba(239,197,109,.65);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #10130d;
  background: linear-gradient(145deg, #f1ca72, #cf8e19);
  box-shadow: 0 16px 40px rgba(0,0,0,.4), 0 0 0 6px rgba(216,155,36,.07), 0 0 35px rgba(216,155,36,.2);
  overflow: hidden;
  transition: gap .35s ease, transform .3s ease, box-shadow .3s ease;
}
.whatsapp-button::before { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(7,9,13,.3); border-radius: inherit; pointer-events: none; }
.whatsapp-button svg { position: relative; z-index: 2; width: 31px; height: 31px; fill: currentColor; flex: 0 0 auto; }
.whatsapp-label { position: relative; z-index: 2; max-width: 0; overflow: hidden; opacity: 0; white-space: nowrap; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; transition: max-width .4s ease, opacity .25s ease; }
.whatsapp-button:hover, .whatsapp-button:focus-visible { gap: 10px; transform: translateY(-4px); box-shadow: 0 22px 48px rgba(0,0,0,.45), 0 0 0 7px rgba(216,155,36,.09), 0 0 42px rgba(216,155,36,.3); }
.whatsapp-button:hover .whatsapp-label, .whatsapp-button:focus-visible .whatsapp-label { max-width: 90px; opacity: 1; }
.whatsapp-rings { position: absolute; inset: -1px; border-radius: inherit; border: 1px solid rgba(239,197,109,.35); animation: whatsappRing 2.3s infinite; }
@keyframes whatsappAlertIn { from { opacity: 0; transform: translateY(12px) scale(.92); } to { opacity: 1; transform: none; } }
@keyframes whatsappRing { 0%, 30% { opacity: .75; transform: scale(1); } 75%, 100% { opacity: 0; transform: scale(1.35); } }
@keyframes statusPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(.78); } }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.practice-card.reveal:nth-child(2), .practice-card.reveal:nth-child(6) { transition-delay: .07s; }
.practice-card.reveal:nth-child(3), .practice-card.reveal:nth-child(7) { transition-delay: .14s; }
.practice-card.reveal:nth-child(4), .practice-card.reveal:nth-child(8) { transition-delay: .21s; }

@media (max-width: 1300px) {
  .practice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
  .main-nav { gap: 18px; }
  .brand img { width: 235px; }
  .practice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intro-grid { grid-template-columns: .7fr 2fr; }
  .intro-note { grid-column: 2; }
  .intro::before { width: min(690px, 58vw); }
  .intro-justice-media { width: 66vw; }
  .profile-content { padding: 100px 60px; }
  .contact { grid-template-columns: .7fr 1.3fr; }
  .contact-panel { padding-inline: 60px; }
}

@media (max-width: 860px) {
  .practice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .practice-card { min-height: 365px; }
  :root { --shell: min(100% - 34px, 740px); }
  .section { padding: 90px 0; }
  .header-shell { width: calc(100% - 34px); min-height: 78px; }
  .brand img { width: 220px; }
  .nav-toggle { display: block; z-index: 3; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 100px 34px 50px; background: rgba(7,9,13,.98); transform: translateX(100%); transition: transform .35s ease; font: 600 38px/1 var(--serif); }
  .main-nav.is-open { transform: none; }
  .main-nav .nav-cta { font: 700 10px/1 var(--sans); margin-top: 15px; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }

  .hero-media { inset: 0; background-position: 57% 28%; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,9,13,.95), rgba(7,9,13,.65) 68%, rgba(7,9,13,.38)), linear-gradient(0deg, rgba(7,9,13,.8), transparent 48%); }
  .hero-copy { max-width: 630px; padding-top: 130px; }
  .hero h1 { font-size: clamp(53px, 11vw, 78px); max-width: 620px; }
  .scroll-cue { display: none; }
  .intro-grid, .method-grid, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .intro-note { grid-column: auto; max-width: 430px; }
  .intro { min-height: 720px; }
  .intro::before { inset: 18% -8% 7% auto; width: 78vw; }
  .intro::after { background: linear-gradient(90deg, hsla(200, 84%, 10%, 0.99) 0%, rgba(7,9,13,.95) 45%, rgba(7,9,13,.56) 72%, rgba(7,9,13,.18) 100%), linear-gradient(180deg, rgba(7,9,13,.18), rgba(7,9,13,.62)); }
  .intro-justice-media { width: 78vw; }
  .intro-justice-media img { object-position: 63% center; }
  .intro-justice-media span { right: 7%; }

  .profile { grid-template-columns: 1fr; }
  .profile-photo { min-height: 700px; }
  .profile-content { padding: 90px var(--shell); }
  .method-heading, .faq-heading { position: static; }
  .statement { min-height: 650px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 620px 360px; }
  .gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .contact { grid-template-columns: 1fr; }
  .contact-visual { min-height: 680px; }
  .contact-panel { padding: 90px 34px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-wrap: wrap; justify-content: flex-start; }
}

@media (max-width: 560px) {
  .brand img { width: 185px; }
  .hero-grid { align-items: end; }
  .hero-copy { padding: 125px 0 50px; }
  .hero h1 { font-size: 51px; }
  .hero-lead { font-size: 14px; }
  .hero-signals { margin-top: 38px; }
  .hero-signals div { display: block; }
  .hero-signals div + div { padding-left: 12px; }
  .hero-signals strong { display: block; margin-bottom: 8px; }
  .hero-signals span { font-size: 8px; }
  .button { width: 100%; }
  .intro { min-height: 760px; }
  .intro::before { inset: 35% -32% 4% auto; width: 720px; }
  .intro::after { background: linear-gradient(180deg, hsla(200, 80%, 10%, 0.99) 0%, rgba(7,9,13,.93) 43%, rgba(7,9,13,.50) 67%, rgba(7,9,13,.26) 100%), linear-gradient(90deg, rgba(7,9,13,.82), rgba(7,9,13,.12)); }
  .intro-justice-media { inset: auto 0 0 0; width: 100%; height: 54%; }
  .intro-justice-media::before { background: linear-gradient(180deg, rgba(7,9,13,.86) 0%, rgba(7,9,13,.22) 42%, rgba(7,9,13,.12) 100%), linear-gradient(90deg, rgba(7,9,13,.34), rgba(7,9,13,.04)); }
  .intro-justice-media::after { inset: 7% 5% 7%; }
  .intro-justice-media img { object-position: 64% center; filter: brightness(.64) contrast(1.2) saturate(.72) sepia(.08); }
  .intro-justice-media span { display: none; }
  .practice-grid { grid-template-columns: 1fr; gap: 14px; }
  .practice-card { min-height: 335px; }
  .practice-heading { margin-bottom: 48px; }
  .practice-kicker { letter-spacing: .18em; }
  .profile-photo { min-height: 590px; }
  .profile-content { padding: 80px 24px; }
  .method-item { grid-template-columns: 48px 1fr; gap: 16px; }
  .method-item h3 { font-size: 29px; }
  .statement { min-height: 620px; }
  .statement-overlay { background: rgba(7,9,13,.72); }
  .gallery { grid-template-columns: 1fr; grid-template-rows: 520px 520px 420px; }
  .gallery-main { grid-column: auto; }
  .field-row, .contact-data { grid-template-columns: 1fr; }
  .contact-visual { min-height: 570px; }
  .contact-panel { padding: 80px 24px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .whatsapp-alert { min-width: 215px; }
  .whatsapp-button { min-width: 58px; height: 58px; padding: 0 16px; }
  .whatsapp-button:hover .whatsapp-label, .whatsapp-button:focus-visible .whatsapp-label { max-width: 0; opacity: 0; }
  .footer-top img { width: 250px; }
}

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


/* Acesso reservado ao portal */
.nav-client-access { color: var(--gold-light) !important; position: relative; }
.nav-client-access::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); transform: scaleX(0); transition: transform .3s ease; }
.nav-client-access:hover::after { transform: scaleX(1); }
.footer-actions { display: flex; align-items: center; gap: 24px; }
.footer-actions > a:first-child { color: var(--gold-light); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
@media (max-width: 900px) { .footer-actions { align-items: flex-end; flex-direction: column; gap: 12px; } }


/* =========================================================
   Identidade Alexandra Menezes — azul profundo + acessibilidade
   Referência visual: azul petróleo/navy usado nas redes sociais.
   ========================================================= */
.site-header.is-scrolled{background:rgba(4,31,45,.92)}
.hero-shade{background:linear-gradient(90deg,#041f2d 0%,#041f2d 34%,rgba(4,31,45,.90) 51%,rgba(4,31,45,.22) 78%,rgba(4,31,45,.36) 100%),linear-gradient(0deg,rgba(4,31,45,.72) 0%,transparent 38%)}
.intro{background:radial-gradient(circle at 88% 28%,rgba(20,92,120,.20),transparent 32%),linear-gradient(105deg,#041f2d 0%,#062b3d 52%,#07354d 100%)}
.practices{background:linear-gradient(180deg,#031b28 0%,#06293b 48%,#041f2d 100%)}
.statement{background-color:#062b3d}
.contact-panel{background:linear-gradient(145deg,#07354d,#041f2d)}
.site-footer{background:#031924}

/* Tamanhos mínimos de leitura no site institucional */
.main-nav{font-size:15px}
.eyebrow,.section-kicker{font-size:13px}
.hero-lead,.intro-copy p,.profile-copy p,.statement-content p,.contact-copy>p,.faq details p{font-size:17px}
.practice-card p{font-size:15px;line-height:1.72}
.practice-link{font-size:12px}
.button{font-size:13px;min-height:50px}
.contact-form label{font-size:13px}
.contact-form input,.contact-form select,.contact-form textarea{font-size:16px;min-height:48px}
.contact-data span,.footer-bottom,.footer-top p{font-size:13px}
.whatsapp-alert strong{font-size:14px}
.whatsapp-alert small{font-size:12px}
.whatsapp-label{font-size:11px}
.profile-role{font-size:15px!important}

@media(max-width:760px){
  body{font-size:17px}
  .main-nav{font-size:16px}
  .hero-lead,.intro-copy p,.profile-copy p,.statement-content p,.contact-copy>p{font-size:16px}
}
