:root {
  --navy-1000: #071022;
  --navy-950: #0b1428;
  --navy-900: #111d36;
  --navy-800: #1b2b4a;
  --navy-700: #2b4065;
  --gold-700: #805913;
  --gold-600: #9d7020;
  --gold-500: #bc8a2f;
  --gold-400: #d5aa58;
  --gold-300: #e9cd91;
  --ink: #121b2e;
  --muted: #687185;
  --paper: #f4f4f1;
  --soft: #e9ebee;
  --white: #fff;
  --line: rgba(18, 27, 46, .14);
  --line-light: rgba(255, 255, 255, .14);
  --shadow: 0 28px 80px rgba(7, 16, 34, .15);
  --wrap: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 124px; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font: 400 16px/1.68 "Lato", Arial, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 4px; }

.wrap { width: min(var(--wrap), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; top: -70px; left: 18px; z-index: 1000; padding: 11px 16px; background: var(--gold-400); color: var(--navy-1000); font-weight: 900; transition: top .2s ease; }
.skip-link:focus { top: 14px; }

.reading-progress { position: fixed; inset: 0 0 auto; z-index: 1000; height: 3px; background: transparent; pointer-events: none; }
.reading-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--gold-500), var(--gold-300)); }

.topbar { position: relative; z-index: 102; background: var(--navy-1000); color: rgba(255,255,255,.66); }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.topbar p { margin: 0; }
.topbar-inner div { display: flex; align-items: center; gap: 22px; }
.topbar-inner a:hover { color: var(--gold-300); }
.topbar-inner span { color: var(--gold-300); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 36px rgba(7,16,34,.09); }
.header-inner { min-height: 91px; display: grid; grid-template-columns: 194px 1fr auto; align-items: center; gap: 34px; }
.brand { width: 185px; display: inline-flex; align-items: center; }
.brand img { width: 100%; height: auto; }

.desktop-nav { display: flex; justify-content: flex-end; align-items: center; gap: 25px; }
.desktop-nav a { position: relative; padding: 34px 0 31px; color: #656d7d; font-family: "Poppins", Arial, sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: .035em; }
.desktop-nav a::before { content: ""; position: absolute; right: 0; bottom: 24px; left: 0; height: 2px; background: var(--gold-500); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover { color: var(--navy-900); }
.desktop-nav a:hover::before, .desktop-nav a:focus-visible::before { transform: scaleX(1); }

.portal-link { min-height: 54px; display: flex; align-items: center; gap: 11px; padding: 0 15px; background: var(--navy-900); color: var(--white); border: 1px solid var(--navy-900); transition: background .2s ease, border-color .2s ease; }
.portal-link:hover { background: var(--gold-600); border-color: var(--gold-600); }
.portal-link img { width: 20px; height: 20px; }
.portal-link span { display: flex; flex-direction: column; font-family: "Poppins", Arial, sans-serif; font-size: .75rem; font-weight: 600; line-height: 1.25; }
.portal-link small { margin-top: 2px; color: rgba(255,255,255,.57); font-family: "Lato", Arial, sans-serif; font-size: .61rem; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; }

.menu-button { width: 46px; height: 46px; display: none; padding: 11px; background: transparent; border: 1px solid var(--line); cursor: pointer; }
.menu-button span { width: 22px; height: 2px; display: block; margin: 4px auto; background: var(--navy-900); transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { position: fixed; inset: 125px 0 auto; max-height: calc(100vh - 125px); overflow-y: auto; padding: 16px 30px 28px; background: var(--white); border-bottom: 3px solid var(--gold-500); box-shadow: var(--shadow); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--navy-900); font-family: "Poppins", Arial, sans-serif; font-weight: 600; }

.hero { position: relative; min-height: 770px; display: grid; align-items: center; overflow: hidden; background: var(--navy-950); color: var(--white); }
.hero::before { content: "AMARAL"; position: absolute; left: -30px; bottom: -88px; color: rgba(255,255,255,.025); font-family: "Poppins", Arial, sans-serif; font-size: clamp(9rem, 22vw, 22rem); font-weight: 700; letter-spacing: -.08em; line-height: .8; white-space: nowrap; }
.hero::after { content: ""; position: absolute; top: -220px; right: -180px; width: 680px; height: 680px; border: 1px solid rgba(213,170,88,.22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(213,170,88,.025), 0 0 0 160px rgba(213,170,88,.018); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(to right, transparent, #000 35%, #000); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(410px, .75fr); align-items: center; gap: 86px; padding: 92px 0 112px; }
.eyebrow, .kicker { margin: 0 0 21px; color: var(--gold-600); font-family: "Poppins", Arial, sans-serif; font-size: .74rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold-300); }
.eyebrow > span { width: 44px; height: 1px; background: var(--gold-400); }
.kicker-gold { color: var(--gold-300); }
.hero h1 { max-width: 780px; margin: 0; font-family: "Poppins", Arial, sans-serif; font-size: clamp(3.2rem, 5.3vw, 5.4rem); font-weight: 700; letter-spacing: -.052em; line-height: 1.02; }
.hero h1 em { color: var(--gold-300); font-style: normal; }
.hero-lead { max-width: 700px; margin: 29px 0 0; color: rgba(255,255,255,.68); font-size: 1.08rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; font-family: "Poppins", Arial, sans-serif; font-size: .79rem; font-weight: 600; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button img { width: 19px; height: 19px; }
.button-gold { background: var(--gold-500); color: var(--navy-1000); }
.button-gold:hover { background: var(--gold-300); }
.button-gold img { filter: brightness(0); }
.button-line { border-color: rgba(255,255,255,.34); color: var(--white); }
.button-line:hover { border-color: var(--gold-400); color: var(--gold-300); }
.button-light { background: var(--white); color: var(--navy-950); }
.button-light:hover { background: var(--gold-300); }

.hero-credentials { display: grid; grid-template-columns: 135px 1fr; gap: 28px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-credentials div { display: flex; flex-direction: column; }
.hero-credentials strong { color: var(--gold-300); font-family: "Poppins", Arial, sans-serif; font-size: .67rem; letter-spacing: .11em; text-transform: uppercase; }
.hero-credentials span { margin-top: 4px; color: rgba(255,255,255,.73); font-size: .88rem; }

.hero-stage { position: relative; min-height: 535px; display: flex; flex-direction: column; justify-content: space-between; padding: 38px; background: rgba(7,16,34,.38); border: 1px solid rgba(213,170,88,.24); }
.logo-plate { display: grid; place-items: center; padding: 18px 8px 30px; background: transparent; }
.logo-plate img { width: min(390px, 100%); height: auto; filter: drop-shadow(0 14px 22px rgba(0,0,0,.2)); }
.stage-index { display: grid; grid-template-columns: 1fr 1fr; margin-top: 18px; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.stage-index div { padding: 14px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.stage-index span { color: var(--gold-400); font-family: "Poppins", Arial, sans-serif; font-size: .6rem; }
.stage-index p { margin: 2px 0 0; color: rgba(255,255,255,.75); font-size: .8rem; }
.stage-rotator { min-height: 42px; display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 25px; }
.stage-rotator span { color: rgba(255,255,255,.42); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.stage-rotator strong { min-width: 140px; color: var(--gold-300); font-family: "Poppins", Arial, sans-serif; font-size: 1.08rem; text-align: right; transition: opacity .25s ease, transform .25s ease; }
.stage-rotator strong.changing { opacity: 0; transform: translateY(8px); }
.scroll-cue { position: absolute; right: 50%; bottom: 20px; z-index: 3; display: flex; align-items: center; gap: 12px; transform: translateX(50%); color: rgba(255,255,255,.48); font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue span { width: 38px; height: 1px; background: var(--gold-400); }

.credential-ribbon { background: var(--white); border-bottom: 1px solid var(--line); }
.ribbon-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ribbon-grid article { min-height: 126px; display: grid; grid-template-columns: 34px 1fr; gap: 15px; align-items: center; padding: 24px 27px; border-left: 1px solid var(--line); }
.ribbon-grid article:last-child { border-right: 1px solid var(--line); }
.ribbon-grid > article > span { color: var(--gold-600); font-family: "Poppins", Arial, sans-serif; font-size: .62rem; font-weight: 700; }
.ribbon-grid strong { display: block; color: var(--navy-900); font-family: "Poppins", Arial, sans-serif; font-size: .84rem; text-transform: uppercase; }
.ribbon-grid p { margin: 3px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.4; }

.section { padding: 120px 0; }
.office-section { background: var(--paper); }
.office-layout { display: grid; grid-template-columns: .92fr 1.08fr .58fr; gap: 72px; align-items: start; }
.office-intro h2, .section-title-row h2, .profile-content h2, .method-heading h2, .portal-copy h2, .contact-intro h2, .legal-page h1 { margin: 0; color: var(--navy-900); font-family: "Poppins", Arial, sans-serif; font-size: clamp(2.35rem, 4.15vw, 4rem); font-weight: 700; letter-spacing: -.045em; line-height: 1.06; text-transform: uppercase; }
.office-copy .large-copy { margin: 0 0 24px; color: var(--navy-900); font-size: 1.35rem; font-weight: 700; line-height: 1.45; }
.office-copy > p:not(.large-copy) { margin: 0; color: var(--muted); }
.arrow-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--navy-900); font-family: "Poppins", Arial, sans-serif; font-size: .8rem; font-weight: 600; }
.arrow-link:hover { color: var(--gold-600); }
.arrow-link img { width: 17px; height: 17px; }
.office-note { min-height: 275px; position: relative; display: flex; align-items: end; padding: 26px; overflow: hidden; background: var(--navy-900); color: var(--white); }
.office-note::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(213,170,88,.38); }
.note-mark { position: absolute; top: -20px; right: 3px; color: rgba(213,170,88,.15); font-family: "Poppins", Arial, sans-serif; font-size: 7rem; font-weight: 700; letter-spacing: -.12em; }
.office-note p { position: relative; z-index: 2; margin: 0; color: rgba(255,255,255,.73); font-size: .9rem; }

.practice-section { background: var(--navy-950); color: var(--white); }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 58px; }
.section-title-row h2 { max-width: 820px; }
.section-title-row > p { max-width: 380px; margin: 0 0 7px; color: var(--muted); }
.section-title-row.light h2 { color: var(--white); }
.section-title-row.light > p { color: rgba(255,255,255,.59); }
.practice-section .section-title-row h2 { color: var(--white); }
.practice-section .section-title-row > p { color: rgba(255,255,255,.58); }
.practice-accordion { border-top: 1px solid var(--line-light); }
.practice-item { border-bottom: 1px solid var(--line-light); }
.practice-item summary { min-height: 120px; display: grid; grid-template-columns: 55px 56px 1fr 38px; gap: 23px; align-items: center; padding: 25px 2px; cursor: pointer; list-style: none; }
.practice-item summary::-webkit-details-marker { display: none; }
.practice-number { color: var(--gold-400); font-family: "Poppins", Arial, sans-serif; font-size: .68rem; font-weight: 700; }
.practice-item summary > img { width: 38px; height: 38px; }
.practice-item h3 { margin: 0; font-family: "Poppins", Arial, sans-serif; font-size: clamp(1.35rem, 2.5vw, 2rem); font-weight: 600; letter-spacing: -.02em; text-transform: uppercase; }
.summary-plus { position: relative; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; }
.summary-plus::before, .summary-plus::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; background: var(--gold-300); transform: translate(-50%,-50%); }
.summary-plus::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }
.practice-item[open] .summary-plus::after { transform: translate(-50%,-50%) rotate(0); }
.practice-item[open] summary { color: var(--gold-300); }
.practice-body { display: grid; grid-template-columns: 1fr auto; gap: 44px; margin-left: 134px; padding: 0 0 36px; }
.practice-body p { max-width: 720px; margin: 0; color: rgba(255,255,255,.63); }
.practice-body > span { align-self: end; color: var(--gold-300); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }

.statement-section { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--gold-600), var(--gold-400)); color: var(--navy-1000); }
.statement-inner { min-height: 400px; position: relative; display: grid; place-items: center; padding: 70px 120px; text-align: center; }
.quote-symbol { position: absolute; top: -70px; left: 30px; color: rgba(255,255,255,.19); font-family: Georgia, serif; font-size: 18rem; line-height: 1; }
.statement-inner blockquote { position: relative; z-index: 2; max-width: 1050px; margin: 0; font-family: "Poppins", Arial, sans-serif; font-size: clamp(2rem, 4.2vw, 4rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.16; }
.statement-inner p { margin: 24px 0 0; font-size: .72rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }

.profile-section { background: var(--white); }
.profile-layout { display: grid; grid-template-columns: minmax(360px,.78fr) minmax(0,1.22fr); gap: 100px; align-items: center; }
.profile-visual { position: relative; min-height: 590px; display: grid; place-items: center; background: var(--paper); border: 1px solid var(--line); }
.profile-visual::before { content: ""; position: absolute; inset: 30px; border: 1px solid rgba(188,138,47,.42); }
.visual-frame { position: relative; z-index: 2; text-align: center; }
.visual-frame span { display: block; color: var(--navy-900); font-family: "Poppins", Arial, sans-serif; font-size: clamp(7rem, 13vw, 11rem); font-weight: 700; letter-spacing: -.12em; line-height: .78; }
.visual-frame p { margin: 40px 0 0; color: var(--gold-600); font-family: "Poppins", Arial, sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: .16em; }
.visual-label { position: absolute; right: -42px; bottom: 58px; padding: 16px 24px; background: var(--navy-900); color: var(--white); font-family: "Poppins", Arial, sans-serif; font-size: .68rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; box-shadow: var(--shadow); }
.profile-content h2 { max-width: 800px; }
.profile-content > p:not(.kicker) { margin: 23px 0 0; color: var(--muted); font-size: 1.03rem; }
.institutional-role { display: grid; grid-template-columns: 48px 1fr; gap: 19px; margin-top: 34px; padding: 25px; background: var(--paper); border-left: 3px solid var(--gold-500); }
.institutional-role img { width: 32px; height: 32px; }
.institutional-role strong { color: var(--navy-900); font-family: "Poppins", Arial, sans-serif; font-size: .84rem; text-transform: uppercase; }
.institutional-role p { margin: 5px 0 0; color: var(--muted); font-size: .9rem; }

.expertise-section { position: relative; overflow: hidden; background: var(--navy-900); color: var(--white); }
.expertise-section::after { content: "CA"; position: absolute; right: -70px; bottom: -160px; color: rgba(255,255,255,.025); font-family: "Poppins", Arial, sans-serif; font-size: 31rem; font-weight: 700; line-height: 1; }
.expertise-section .wrap { position: relative; z-index: 2; }
.expertise-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.expertise-card { min-height: 425px; display: flex; flex-direction: column; padding: 34px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.14); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.expertise-card:hover { transform: translateY(-8px); border-color: rgba(213,170,88,.56); background: rgba(255,255,255,.065); }
.expertise-card.featured { background: linear-gradient(145deg, var(--gold-600), var(--gold-400)); color: var(--navy-1000); border-color: transparent; }
.expertise-card > span { color: var(--gold-400); font-family: "Poppins", Arial, sans-serif; font-size: .65rem; font-weight: 700; }
.expertise-card.featured > span { color: rgba(7,16,34,.55); }
.expertise-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 52px 0 36px; border: 1px solid rgba(213,170,88,.48); }
.expertise-card.featured .expertise-icon { border-color: rgba(7,16,34,.32); }
.expertise-icon img { width: 34px; height: 34px; }
.expertise-card.featured img { filter: brightness(.12); }
.expertise-card h3 { margin: 0; font-family: "Poppins", Arial, sans-serif; font-size: 1.32rem; line-height: 1.35; text-transform: uppercase; }
.expertise-card p { margin: 18px 0 0; color: rgba(255,255,255,.6); font-size: .95rem; }
.expertise-card.featured p { color: rgba(7,16,34,.74); }

.method-section { background: var(--paper); }
.method-heading { display: grid; grid-template-columns: .52fr 1fr; column-gap: 70px; align-items: end; margin-bottom: 70px; }
.method-heading .kicker { grid-column: 1 / -1; }
.method-heading > p:last-child { max-width: 520px; margin: 0 0 6px; color: var(--muted); }
.method-track { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.method-track::before { content: ""; position: absolute; top: -2px; left: 0; width: 25%; height: 3px; background: var(--gold-500); }
.method-track li { min-height: 295px; padding: 35px 28px; border-right: 1px solid var(--line); }
.method-track li:first-child { border-left: 1px solid var(--line); }
.method-track li > span { color: var(--gold-600); font-family: "Poppins", Arial, sans-serif; font-size: 2.6rem; font-weight: 700; }
.method-track h3 { margin: 70px 0 0; color: var(--navy-900); font-family: "Poppins", Arial, sans-serif; font-size: 1.12rem; text-transform: uppercase; }
.method-track p { margin: 10px 0 0; color: var(--muted); font-size: .92rem; }

.editorial-section { background: var(--white); }
.editorial-section .section-title-row { align-items: center; }
.editorial-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 20px; }
.editorial-feature { min-height: 480px; display: flex; flex-direction: column; justify-content: end; padding: 42px; background: var(--navy-900); color: var(--white); }
.editorial-feature > span, .editorial-list article > span { color: var(--gold-300); font-family: "Poppins", Arial, sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.editorial-feature h3 { max-width: 690px; margin: 18px 0 0; font-family: "Poppins", Arial, sans-serif; font-size: clamp(1.8rem,3.3vw,3rem); line-height: 1.15; }
.editorial-feature p { max-width: 640px; margin: 20px 0 0; color: rgba(255,255,255,.63); }
.editorial-feature a { align-self: flex-start; margin-top: 26px; padding-bottom: 3px; border-bottom: 1px solid var(--gold-400); color: var(--gold-300); font-weight: 700; }
.editorial-list { display: grid; gap: 20px; }
.editorial-list article { min-height: 230px; padding: 34px; background: var(--paper); border-top: 4px solid var(--gold-500); }
.editorial-list article > span { color: var(--gold-600); }
.editorial-list h3 { margin: 24px 0 0; color: var(--navy-900); font-family: "Poppins", Arial, sans-serif; font-size: 1.18rem; line-height: 1.4; text-transform: uppercase; }
.editorial-list p { margin: 12px 0 0; color: var(--muted); font-size: .9rem; }

.portal-section { padding: 120px 0; overflow: hidden; background: linear-gradient(135deg,var(--gold-600),var(--gold-400)); color: var(--navy-1000); }
.portal-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; align-items: center; }
.portal-copy .kicker { color: rgba(7,16,34,.62); }
.development-badge { display: inline-block; padding: 7px 11px; background: rgba(255,255,255,.42); border: 1px solid rgba(7,16,34,.22); font-family: "Poppins", Arial, sans-serif; font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.portal-copy h2 { margin-top: 19px; color: var(--navy-1000); }
.portal-copy > p { margin: 23px 0 0; color: rgba(7,16,34,.72); }
.portal-copy .button { margin-top: 30px; }
.portal-concept { background: var(--white); box-shadow: 28px 28px 0 rgba(7,16,34,.14); }
.concept-bar { min-height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 16px; background: var(--navy-950); }
.concept-bar > span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.3); }
.concept-bar strong { margin-left: auto; color: rgba(255,255,255,.53); font-family: "Poppins", Arial, sans-serif; font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }
.concept-body { min-height: 430px; display: grid; grid-template-columns: 150px 1fr; }
.concept-body aside { display: flex; flex-direction: column; gap: 18px; padding: 24px 18px; background: var(--navy-900); color: rgba(255,255,255,.55); font-size: .7rem; }
.concept-logo { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 20px; border: 1px solid rgba(213,170,88,.5); color: var(--gold-300); font-family: "Poppins", Arial, sans-serif; font-weight: 700; }
.concept-content { padding: 36px; }
.concept-content > p { margin: 0; color: var(--gold-600); font-family: "Poppins", Arial, sans-serif; font-size: .59rem; font-weight: 700; letter-spacing: .13em; }
.concept-content h3 { max-width: 440px; margin: 10px 0 0; color: var(--navy-900); font-family: "Poppins", Arial, sans-serif; font-size: 1.5rem; line-height: 1.25; text-transform: uppercase; }
.concept-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.concept-cards div { min-height: 140px; padding: 20px; background: var(--paper); border: 1px solid var(--line); }
.concept-cards img { width: 28px; height: 28px; }
.concept-cards strong { display: block; margin-top: 16px; color: var(--navy-900); font-size: .83rem; }
.concept-cards span { color: var(--muted); font-size: .7rem; }
.concept-lines { margin-top: 30px; }
.concept-lines span { width: 100%; height: 8px; display: block; margin-top: 10px; background: var(--soft); }
.concept-lines span:nth-child(2) { width: 82%; }
.concept-lines span:nth-child(3) { width: 56%; }

.contact-section { background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.contact-intro > p:not(.kicker) { margin: 23px 0 0; color: var(--muted); font-size: 1.04rem; }
.contact-intro .button { margin-top: 30px; }
.contact-directory { display: grid; grid-template-columns: 1fr 1fr; font-style: normal; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-directory a { min-height: 175px; display: grid; grid-template-columns: 24px 34px 1fr auto; gap: 15px; align-items: start; padding: 27px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.contact-directory a:hover { position: relative; z-index: 2; transform: translateY(-4px); background: #fffdf8; }
.contact-directory a > span { color: var(--gold-600); font-family: "Poppins", Arial, sans-serif; font-size: .57rem; font-weight: 700; }
.contact-directory img { width: 26px; height: 26px; }
.contact-directory small { display: block; color: var(--gold-600); font-family: "Poppins", Arial, sans-serif; font-size: .61rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-directory strong { display: block; margin-top: 8px; overflow-wrap: anywhere; color: var(--navy-900); font-size: .9rem; line-height: 1.45; }
.contact-directory b { color: var(--gold-600); font-weight: 400; }

.security-note { background: var(--navy-800); color: var(--white); }
.security-note .wrap { min-height: 96px; display: flex; align-items: center; gap: 18px; }
.security-note img { width: 31px; height: 31px; }
.security-note p { margin: 0; color: rgba(255,255,255,.67); font-size: .9rem; }
.security-note strong { color: var(--gold-300); }

.site-footer { background: var(--navy-1000); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .7fr; gap: 70px; padding-top: 76px; padding-bottom: 58px; }
.footer-brand img { width: 228px; height: auto; }
.footer-brand p { margin: 23px 0 3px; font-weight: 700; }
.footer-brand span { color: rgba(255,255,255,.5); font-size: .84rem; }
.footer-grid nav { display: flex; flex-direction: column; gap: 8px; }
.footer-grid nav strong { margin-bottom: 12px; color: var(--gold-300); font-family: "Poppins", Arial, sans-serif; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid nav a { color: rgba(255,255,255,.6); font-size: .88rem; }
.footer-grid nav a:hover { color: var(--gold-300); }
.footer-bottom { display: flex; justify-content: space-between; gap: 42px; padding: 24px 0 27px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { max-width: 650px; margin: 0; color: rgba(255,255,255,.4); font-size: .75rem; }
.footer-bottom p:last-child { text-align: right; }

.whatsapp-float { position: fixed; right: 21px; bottom: 21px; z-index: 80; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--gold-500); box-shadow: 0 14px 36px rgba(7,16,34,.34); transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px); background: var(--gold-300); }
.whatsapp-float img { width: 27px; height: 27px; filter: brightness(0); }

.privacy-notice { position: fixed; right: 100px; bottom: 21px; left: 21px; z-index: 75; max-width: 850px; display: flex; align-items: center; gap: 24px; margin-right: auto; padding: 16px 18px 16px 21px; background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--gold-500); box-shadow: var(--shadow); }
.privacy-notice[hidden] { display: none; }
.privacy-notice p { margin: 0; color: var(--muted); font-size: .84rem; }
.privacy-notice a { color: var(--navy-900); text-decoration: underline; }
.privacy-notice button { flex: 0 0 auto; min-height: 40px; padding: 0 18px; background: var(--navy-900); border: 0; color: var(--white); font-weight: 700; cursor: pointer; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .72s ease, transform .72s ease; }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }

.legal-header { background: var(--white); border-bottom: 1px solid var(--line); }
.legal-header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.legal-header .brand { width: 190px; }
.legal-back { color: var(--navy-900); font-family: "Poppins", Arial, sans-serif; font-size: .78rem; font-weight: 600; }
.legal-back:hover { color: var(--gold-600); }
.legal-page { min-height: 70vh; padding: 90px 0 110px; background: var(--paper); }
.legal-page .container, .container { width: min(920px, calc(100% - 64px)); margin-inline: auto; }
.legal-page h1 { margin-bottom: 30px; }
.legal-page h2 { margin: 42px 0 12px; color: var(--navy-900); font-family: "Poppins", Arial, sans-serif; font-size: 1.18rem; text-transform: uppercase; }
.legal-page p, .legal-page li { color: var(--muted); }
.legal-page a { color: var(--gold-600); text-decoration: underline; }
.legal-meta { color: var(--gold-600)!important; font-family: "Poppins", Arial, sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.error-page { min-height: calc(100vh - 92px); display: grid; place-items: center; padding: 70px 0; background: var(--navy-950); color: var(--white); text-align: center; }
.error-code { margin: 0; color: rgba(213,170,88,.15); font-family: "Poppins", Arial, sans-serif; font-size: clamp(8rem,23vw,18rem); font-weight: 700; line-height: .75; }
.error-page h1 { margin: 30px 0 0; font-family: "Poppins", Arial, sans-serif; font-size: clamp(2rem,5vw,4rem); text-transform: uppercase; }
.error-page p { max-width: 620px; margin: 18px auto 30px; color: rgba(255,255,255,.65); }

@media (max-width: 1140px) {
  .header-inner { grid-template-columns: 175px 1fr auto; gap: 20px; }
  .brand { width: 168px; }
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: .66rem; }
  .portal-link { padding-inline: 11px; }
  .hero-layout { gap: 50px; }
  .office-layout { gap: 45px; }
  .portal-layout, .contact-layout { gap: 55px; }
}

@media (max-width: 980px) {
  .wrap { width: min(var(--wrap), calc(100% - 44px)); }
  .desktop-nav, .portal-link { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: block; }
  .hero-layout, .office-layout, .profile-layout, .portal-layout, .contact-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 72px; }
  .hero-copy { max-width: 820px; }
  .hero-stage { max-width: 670px; width: 100%; }
  .ribbon-grid { grid-template-columns: 1fr 1fr; }
  .ribbon-grid article:nth-child(3), .ribbon-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .office-note { max-width: 430px; }
  .practice-body { grid-template-columns: 1fr; }
  .profile-visual { max-width: 650px; min-height: 500px; }
  .visual-label { right: 20px; }
  .expertise-grid { grid-template-columns: 1fr 1fr; }
  .expertise-card:last-child { grid-column: 1 / -1; }
  .method-heading { grid-template-columns: 1fr; }
  .method-heading > p:last-child { margin-top: 22px; }
  .method-track { grid-template-columns: 1fr 1fr; }
  .method-track li:nth-child(3) { border-left: 1px solid var(--line); }
  .method-track li:nth-child(3), .method-track li:nth-child(4) { border-top: 1px solid var(--line); }
  .editorial-grid { grid-template-columns: 1fr; }
  .portal-layout { gap: 65px; }
  .contact-directory { max-width: 800px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 78px; }
  .wrap, .legal-page .container, .container { width: min(100% - 30px, var(--wrap)); }
  .topbar { display: none; }
  .header-inner { min-height: 78px; }
  .brand { width: 150px; }
  .mobile-nav { inset-block-start: 78px; max-height: calc(100vh - 78px); padding-inline: 20px; }
  .hero { min-height: auto; }
  .hero-layout { padding: 75px 0 88px; }
  .hero h1 { font-size: clamp(2.55rem,12vw,3.6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-credentials { grid-template-columns: 1fr; gap: 13px; }
  .hero-stage { min-height: 465px; padding: 25px; }
  .logo-plate { padding: 10px 0 24px; }
  .stage-rotator { align-items: flex-start; flex-direction: column; }
  .stage-rotator strong { text-align: left; }
  .scroll-cue { display: none; }
  .ribbon-grid { grid-template-columns: 1fr; }
  .ribbon-grid article { min-height: 94px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .office-intro h2, .section-title-row h2, .profile-content h2, .method-heading h2, .portal-copy h2, .contact-intro h2, .legal-page h1 { font-size: clamp(2rem,9vw,2.8rem); }
  .section-title-row { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 42px; }
  .practice-item summary { grid-template-columns: 32px 42px 1fr 34px; gap: 12px; min-height: 105px; }
  .practice-item h3 { font-size: 1.05rem; }
  .practice-item summary > img { width: 30px; height: 30px; }
  .practice-body { margin-left: 86px; padding-right: 10px; }
  .statement-inner { min-height: 370px; padding: 70px 8px; }
  .statement-inner blockquote { font-size: clamp(1.75rem,8vw,2.6rem); }
  .profile-visual { min-height: 400px; }
  .visual-label { right: 10px; bottom: 25px; max-width: 230px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card, .expertise-card:last-child { grid-column: auto; min-height: 360px; }
  .expertise-icon { margin: 40px 0 30px; }
  .method-track { grid-template-columns: 1fr; }
  .method-track li, .method-track li:nth-child(3) { min-height: 225px; border-left: 1px solid var(--line); border-top: 0; border-bottom: 1px solid var(--line); }
  .method-track h3 { margin-top: 45px; }
  .editorial-feature { min-height: 430px; padding: 30px 25px; }
  .portal-concept { box-shadow: 12px 12px 0 rgba(7,16,34,.14); }
  .concept-body { min-height: 0; grid-template-columns: 1fr; }
  .concept-body aside { display: none; }
  .concept-content { padding: 27px 20px; }
  .concept-cards { grid-template-columns: 1fr; }
  .contact-directory { grid-template-columns: 1fr; }
  .contact-directory a { min-height: 145px; }
  .security-note .wrap { align-items: flex-start; padding-top: 22px; padding-bottom: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; padding-top: 58px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .footer-bottom p:last-child { text-align: left; }
  .whatsapp-float { right: 15px; bottom: 15px; width: 54px; height: 54px; }
  .privacy-notice { right: 15px; bottom: 82px; left: 15px; align-items: stretch; flex-direction: column; gap: 12px; }
  .privacy-notice button { width: 100%; }
  .legal-header-inner { min-height: 78px; }
  .legal-header .brand { width: 150px; }
  .legal-page { padding: 70px 0 90px; }
}

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

@media print {
  .topbar, .site-header, .whatsapp-float, .privacy-notice, .reading-progress, .hero-actions { display: none!important; }
  .hero, .practice-section, .statement-section, .expertise-section, .portal-section, .site-footer { background: #fff!important; color: #000!important; }
  .hero { min-height: auto; }
  .reveal { opacity: 1!important; transform: none!important; }
}
