:root{
  --navy:#0b2439;
  --navy-2:#102f49;
  --navy-3:#173d5b;
  --gold:#ddc8a2;
  --gold-strong:#c8a66f;
  --ivory:#f5f1e9;
  --paper:#fbfaf6;
  --mist:#dde8ed;
  --blue-mist:#d7e5ee;
  --slate:#6e8291;
  --ink:#11202d;
  --line:rgba(11,36,57,.16);
  --line-light:rgba(255,255,255,.17);
  --glass:rgba(250,250,247,.72);
  --glass-dark:rgba(18,49,73,.58);
  --shadow:0 30px 90px rgba(6,22,35,.2);
  --serif:"Cardo",Georgia,serif;
  --sans:"Manrope",Arial,sans-serif;
  --radius:26px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.55;
  overflow-x:hidden;
  text-rendering:optimizeLegibility;
}
body.menu-open{overflow:hidden}
img{display:block;width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{color:inherit}
section[id]{scroll-margin-top:100px}
::selection{background:var(--gold);color:var(--navy)}

.skip-link{
  position:fixed;
  z-index:999;
  left:16px;
  top:16px;
  padding:12px 18px;
  border-radius:100px;
  background:#fff;
  color:var(--navy);
  transform:translateY(-150%);
  transition:transform .2s;
}
.skip-link:focus{transform:none}
.shell{width:min(1380px,calc(100% - 64px));margin-inline:auto}
.section-light{background:var(--paper)}
.section-ivory{background:var(--ivory)}
.section-navy{background:var(--navy);color:#fff}
.glass-panel{
  border:1px solid rgba(255,255,255,.28);
  background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.065));
  box-shadow:0 28px 80px rgba(0,0,0,.14);
  -webkit-backdrop-filter:blur(22px) saturate(130%);
  backdrop-filter:blur(22px) saturate(130%);
}
.material-symbols-rounded{
  font-size:20px;
  font-variation-settings:"wght" 300,"FILL" 0,"GRAD" 0,"opsz" 24;
}
.eyebrow{
  margin:0 0 22px;
  color:var(--slate);
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.17em;
  line-height:1.35;
  text-transform:uppercase;
}
.section-navy .eyebrow,.contact-section .eyebrow,.hero .eyebrow{color:var(--gold)}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:var(--serif);font-weight:400}
h2{
  margin-bottom:0;
  font-size:clamp(3.4rem,6.3vw,6.9rem);
  letter-spacing:-.045em;
  line-height:.9;
}
h2 em,h1 em{color:var(--gold-strong);font-weight:400}
.section-navy h2 em,.contact-section h2 em{color:var(--gold)}
.large-copy{
  font-family:var(--serif);
  font-size:clamp(1.55rem,2.25vw,2.45rem);
  letter-spacing:-.025em;
  line-height:1.3;
}
.button{
  min-height:54px;
  padding:0 23px;
  border:1px solid transparent;
  border-radius:100px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  font-size:.77rem;
  font-weight:700;
  letter-spacing:.015em;
  cursor:pointer;
  transition:transform .28s ease,background-color .28s ease,color .28s ease,border-color .28s ease;
}
.button:hover{transform:translateY(-3px)}
.button .material-symbols-rounded{font-size:18px;transition:transform .25s}
.button:hover .material-symbols-rounded{transform:translateX(3px)}
.button-gold{background:var(--gold);color:var(--navy);border-color:var(--gold)}
.button-gold:hover{background:#f0dfc0;border-color:#f0dfc0}
.button-glass{
  color:#fff;
  border-color:rgba(255,255,255,.3);
  background:rgba(255,255,255,.08);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}
.button-glass:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.5)}
.button-small{min-height:44px;padding-inline:18px}
.text-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding-bottom:5px;
  border-bottom:1px solid rgba(255,255,255,.42);
  font-size:.78rem;
  font-weight:700;
  transition:gap .25s,border-color .25s;
}
.text-link:hover{gap:14px;border-color:currentColor}
.text-link-dark{border-color:rgba(11,36,57,.3);color:var(--navy)}
.text-link .material-symbols-rounded{font-size:17px}

/* Header */
.site-header{
  position:fixed;
  z-index:100;
  top:17px;
  left:0;
  width:100%;
  padding-inline:0;
  pointer-events:none;
}
.header-glass{
  min-height:70px;
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  pointer-events:auto;
}
.brand,
.header-nav-cluster{
  min-height:70px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:22px;
  background:rgba(9,32,50,.76);
  box-shadow:0 18px 45px rgba(3,17,28,.18);
  -webkit-backdrop-filter:blur(24px) saturate(140%);
  backdrop-filter:blur(24px) saturate(140%);
  transition:background .3s,border-color .3s,box-shadow .3s,color .3s;
}
.site-header.scrolled .brand,
.site-header.scrolled .header-nav-cluster{
  background:rgba(245,241,233,.88);
  border-color:rgba(11,36,57,.1);
  box-shadow:0 15px 40px rgba(11,36,57,.12);
  color:var(--navy);
}
.brand{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:max-content;
  padding:8px 21px 8px 8px;
}
.header-nav-cluster{
  flex:1;
  display:flex;
  align-items:center;
  gap:25px;
  padding:8px 9px 8px 24px;
}
.brand-emblem{
  width:53px;
  height:53px;
  border-radius:50%;
  overflow:hidden;
  background:var(--navy);
  border:1px solid rgba(226,199,147,.55);
  box-shadow:inset 0 0 0 3px rgba(255,255,255,.035),0 5px 16px rgba(3,17,28,.2);
  display:block;
  position:relative;
}
.brand-emblem img{
  position:absolute;
  width:106px;
  max-width:none;
  height:106px;
  left:50%;
  top:-8px;
  object-fit:cover;
  transform:translateX(-50%);
}
.brand-type{display:grid;line-height:1;text-transform:uppercase}
.brand-type strong{font:400 1rem var(--serif);letter-spacing:.095em}
.brand-type small{margin-top:6px;font-size:.45rem;letter-spacing:.27em;color:var(--gold)}
.site-header.scrolled .brand-type small{color:#9b7a47}
.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:31px}
.desktop-nav a{position:relative;font-size:.72rem;font-weight:600}
.desktop-nav a:after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:-7px;
  height:1px;
  background:currentColor;
  transition:right .25s;
}
.desktop-nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:8px}
.language-switch{
  padding:3px;
  display:flex;
  gap:2px;
  border:1px solid rgba(255,255,255,.19);
  border-radius:100px;
  background:rgba(255,255,255,.06);
}
.site-header.scrolled .language-switch{border-color:var(--line);background:rgba(11,36,57,.035)}
.language-switch button{
  width:34px;
  height:34px;
  padding:0;
  border:0;
  border-radius:50%;
  background:transparent;
  color:inherit;
  font-size:.63rem;
  font-weight:700;
  cursor:pointer;
}
.language-switch button[aria-pressed="true"]{background:var(--gold);color:var(--navy)}
.header-cta{background:#fff;color:var(--navy)}
.site-header.scrolled .header-cta{background:var(--navy);color:#fff}
.menu-button{
  width:48px;
  height:48px;
  padding:0;
  border:1px solid rgba(255,255,255,.2);
  border-radius:15px;
  background:rgba(255,255,255,.08);
  display:none;
  place-content:center;
  gap:6px;
  cursor:pointer;
}
.menu-button span{width:19px;height:1px;background:currentColor;display:block;transition:.25s}
.menu-open .menu-button span:first-child{transform:translateY(3.5px) rotate(45deg)}
.menu-open .menu-button span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.mobile-menu{
  position:fixed;
  z-index:-1;
  inset:82px 17px auto;
  padding:30px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:25px;
  background:rgba(245,241,233,.96);
  box-shadow:var(--shadow);
  -webkit-backdrop-filter:blur(24px);
  backdrop-filter:blur(24px);
  color:var(--navy);
  opacity:0;
  visibility:hidden;
  transform:translateY(-12px);
  transition:.25s;
  pointer-events:auto;
}
.menu-open .mobile-menu{opacity:1;visibility:visible;transform:none}
.mobile-menu nav{display:grid}
.mobile-menu nav a{
  padding:13px 0;
  border-bottom:1px solid var(--line);
  font:400 1.85rem var(--serif);
}
.mobile-menu>.button{width:100%;margin-top:24px}

/* Hero */
.hero{
  min-height:100svh;
  padding:160px 0 34px;
  position:relative;
  overflow:hidden;
  background:var(--navy);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.hero-photo{position:absolute;inset:0 0 0 42%;overflow:hidden}
.hero-photo img{height:100%;object-fit:cover;object-position:50% 34%;filter:saturate(.84) contrast(1.02)}
.hero-vignette{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,var(--navy) 0%,rgba(11,36,57,.97) 31%,rgba(11,36,57,.55) 53%,rgba(11,36,57,.06) 77%),
    linear-gradient(0deg,rgba(5,20,32,.72),transparent 31%);
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.14;
  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='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
  mix-blend-mode:soft-light;
}
.hero-orbit{
  position:absolute;
  border:1px solid rgba(221,200,162,.16);
  border-radius:50%;
  pointer-events:none;
}
.hero-orbit-one{width:560px;height:560px;left:-310px;top:11%}
.hero-orbit-two{width:840px;height:840px;left:-445px;top:-2%}
.hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.4fr) 330px;
  gap:clamp(50px,9vw,150px);
  align-items:end;
}
.hero-copy{max-width:850px}
.hero-eyebrow{margin-bottom:26px}
.hero h1{
  max-width:850px;
  margin:0 0 31px;
  font-size:clamp(4.4rem,7.45vw,8rem);
  letter-spacing:-.055em;
  line-height:.84;
}
.hero h1 span,.hero h1 em{display:block}
.hero h1 em{margin-left:9%;font-size:.88em}
.hero-dek{
  max-width:650px;
  margin-bottom:34px;
  color:rgba(255,255,255,.74);
  font-size:clamp(.98rem,1.25vw,1.2rem);
  line-height:1.65;
}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.hero-profile{
  margin-bottom:5px;
  padding:25px;
  border-radius:var(--radius);
}
.hero-profile-top{
  padding-bottom:17px;
  border-bottom:1px solid rgba(255,255,255,.17);
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.62);
  font-size:.65rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.status-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(221,200,162,.12)}
.hero-profile>div:nth-child(2){padding:20px 0 17px}
.hero-profile strong{font:400 1.45rem var(--serif)}
.hero-profile p{margin:3px 0 0;color:rgba(255,255,255,.57);font-size:.72rem}
.hero-profile ul{margin:0;padding:0;list-style:none;display:flex;gap:6px;flex-wrap:wrap}
.hero-profile li{padding:7px 9px;border:1px solid rgba(255,255,255,.14);border-radius:100px;color:rgba(255,255,255,.78);font-size:.61rem}
.trust-rail{
  position:relative;
  z-index:2;
  margin-top:52px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.18);
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.trust-rail>div{padding-right:22px;display:flex;align-items:center;gap:13px}
.trust-rail>div+div{padding-left:28px;border-left:1px solid rgba(255,255,255,.16)}
.trust-rail strong{font:400 1.45rem var(--serif);color:var(--gold)}
.trust-rail span{max-width:130px;color:rgba(255,255,255,.56);font-size:.64rem;line-height:1.4}

/* Clarity */
.clarity-section{padding:145px 0}
.clarity-grid{display:grid;grid-template-columns:.93fr 1.07fr;gap:8vw}
.section-intro h2{position:sticky;top:130px}
.clarity-copy{padding-top:52px}
.clarity-copy>.large-copy{max-width:720px;margin-bottom:60px}
.principles{border-top:1px solid var(--line)}
.principles article{
  padding:25px 0;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:65px 1fr;
  gap:20px;
}
.principle-number{color:#9e7e4c;font-size:.66rem;font-weight:700}
.principles h3{margin:0 0 6px;font-size:1.4rem}
.principles p{max-width:580px;margin:0;color:var(--slate);font-size:.88rem}

/* Expertise */
.expertise{padding:140px 0;position:relative;overflow:hidden}
.expertise:before{
  content:"";
  position:absolute;
  width:900px;
  height:900px;
  right:-450px;
  top:-380px;
  border:1px solid rgba(221,200,162,.1);
  border-radius:50%;
  box-shadow:0 0 0 120px rgba(221,200,162,.025),0 0 0 240px rgba(221,200,162,.018);
}
.section-heading{
  margin-bottom:65px;
  display:grid;
  grid-template-columns:1.45fr .55fr;
  gap:8vw;
  align-items:end;
}
.section-heading h2{max-width:940px}
.section-heading>p{margin:0 0 3px;color:var(--slate);font-size:.94rem;line-height:1.7}
.section-heading-light>p{color:rgba(255,255,255,.55)}
.expertise-workspace{
  min-height:690px;
  display:grid;
  grid-template-columns:.98fr 1.02fr;
  gap:12px;
}
.expertise-tabs{border-top:1px solid rgba(255,255,255,.17)}
.expertise-tab{
  width:100%;
  min-height:102px;
  padding:20px 8px;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.17);
  background:transparent;
  display:grid;
  grid-template-columns:45px 1fr auto;
  gap:16px;
  align-items:center;
  text-align:left;
  cursor:pointer;
  transition:padding .3s,color .3s,background .3s;
}
.expertise-tab:hover,.expertise-tab.active{padding-left:23px;background:rgba(255,255,255,.055)}
.expertise-tab>span{color:var(--gold);font-size:.63rem}
.expertise-tab strong{font:400 clamp(1.35rem,2vw,2.05rem) var(--serif)}
.expertise-tab i{opacity:.35;transition:transform .25s,opacity .25s}
.expertise-tab.active i,.expertise-tab:hover i{opacity:1;transform:translateX(4px)}
.expertise-detail{
  padding:clamp(35px,5vw,68px);
  border-radius:30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.expertise-detail-head{margin-bottom:55px;display:flex;align-items:center;justify-content:space-between}
.expertise-detail-head>.material-symbols-rounded{
  width:58px;
  height:58px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--gold);
  font-size:26px;
}
.expertise-detail-head small{color:rgba(255,255,255,.47);font-size:.6rem;letter-spacing:.15em;text-transform:uppercase}
.expertise-detail h3{max-width:600px;margin-bottom:19px;font-size:clamp(2.5rem,4.5vw,4.7rem);line-height:.95;letter-spacing:-.04em}
.expertise-detail>p{max-width:590px;margin-bottom:31px;color:rgba(255,255,255,.65);font-size:.92rem}
.expertise-detail ul{
  margin:0 0 45px;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px 25px;
}
.expertise-detail li{position:relative;padding-left:17px;color:rgba(255,255,255,.82);font-size:.77rem;line-height:1.55}
.expertise-detail li:before{content:"";position:absolute;left:0;top:.64em;width:5px;height:5px;border:1px solid var(--gold);transform:rotate(45deg)}
.expertise-detail .text-link{align-self:flex-start}

/* About */
.about{padding:150px 0}
.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:9vw;align-items:center}
.about-visual{position:relative;padding:0 0 38px 38px}
.about-visual:before{
  content:"";
  position:absolute;
  left:0;
  top:38px;
  right:38px;
  bottom:0;
  border:1px solid rgba(155,122,71,.35);
}
.about-image{position:relative;height:min(800px,75vw);overflow:hidden}
.about-image img{height:100%;object-fit:cover;object-position:center 22%}
.about-caption{
  position:absolute;
  right:-26px;
  bottom:15px;
  width:250px;
  padding:19px 21px;
  border-color:rgba(11,36,57,.12);
  border-radius:17px;
  background:rgba(245,241,233,.78);
  color:var(--navy);
}
.about-caption span{display:block;color:var(--slate);font-size:.61rem;text-transform:uppercase;letter-spacing:.1em}
.about-caption strong{display:block;margin-top:5px;font:400 1rem var(--serif)}
.about-content h2{margin-bottom:37px}
.about-content>.large-copy{margin-bottom:27px}
.about-content>p:not(.eyebrow):not(.large-copy){max-width:690px;color:var(--slate);font-size:.92rem}
.credentials{margin:42px 0 35px;border-top:1px solid var(--line)}
.credentials>div{
  padding:17px 0;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:130px 1fr;
  gap:22px;
}
.credentials dt{color:var(--slate);font-size:.64rem;text-transform:uppercase;letter-spacing:.09em}
.credentials dd{margin:0;font-size:.82rem;font-weight:600}

/* Recognition */
.recognition{padding:135px 0}
.recognition-grid{border-top:1px solid var(--line)}
.recognition-item{
  position:relative;
  padding:34px 0;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:65px 1fr auto;
  gap:25px;
  align-items:center;
  transition:padding .3s,background .3s;
}
.recognition-item:hover{padding-left:22px;padding-right:22px;background:rgba(215,229,238,.32)}
.recognition-index{color:#9e7e4c;font-size:.66rem;font-weight:700}
.recognition-item small{color:var(--slate);font-size:.59rem;letter-spacing:.08em;text-transform:uppercase}
.recognition-item h3{margin:5px 0 7px;font-size:clamp(1.55rem,2.5vw,2.45rem)}
.recognition-item p{max-width:800px;margin:0;color:var(--slate);font-size:.78rem}
.recognition-item>.material-symbols-rounded{font-size:22px;transition:transform .25s}
.recognition-item:hover>.material-symbols-rounded{transform:translate(4px,-4px)}

/* Experience */
.experience-strip{padding:75px 0}
.experience-inner{text-align:center}
.experience-inner .eyebrow{margin-bottom:30px}
.experience-line{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap}
.experience-line span{font:400 clamp(1.35rem,2.25vw,2.35rem) var(--serif)}
.experience-line i{width:6px;height:6px;border:1px solid var(--gold);transform:rotate(45deg)}
.experience-note{max-width:820px;margin:36px auto 0;color:rgba(255,255,255,.5);font-size:.72rem}

/* Process */
.process{padding:140px 0}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.process-grid article{
  min-height:390px;
  padding:28px;
  border:1px solid var(--line);
  position:relative;
  display:flex;
  flex-direction:column;
  transition:background .3s,transform .3s;
}
.process-grid article:hover{background:var(--paper);transform:translateY(-6px)}
.process-grid article>span{color:#9e7e4c;font-size:.65rem;font-weight:700}
.process-icon{
  width:58px;
  height:58px;
  margin:48px 0 auto;
  border:1px solid var(--line);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#9e7e4c;
}
.process-grid h3{margin:42px 0 8px;font-size:2rem}
.process-grid p{max-width:330px;margin:0;color:var(--slate);font-size:.82rem}

/* Insights */
.insights{padding:140px 0}
.insights .section-heading{align-items:end}
.reels-grid{
  display:grid;
  grid-template-columns:1.22fr repeat(3,.76fr);
  gap:10px;
}
.reel-card{
  min-height:550px;
  position:relative;
  overflow:hidden;
  background:var(--navy);
}
.reel-card img{
  position:absolute;
  inset:0;
  height:100%;
  object-fit:cover;
  transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .35s;
}
.reel-card:hover img{transform:scale(1.045);filter:saturate(1.08)}
.reel-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,20,31,.04),rgba(7,20,31,.1) 40%,rgba(7,20,31,.91))}
.reel-play{
  position:absolute;
  top:18px;
  right:18px;
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:50%;
  background:rgba(9,32,50,.25);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  color:#fff;
  display:grid;
  place-items:center;
  transition:transform .3s,background .3s;
}
.reel-card:hover .reel-play{transform:scale(1.08);background:var(--gold);color:var(--navy)}
.reel-copy{position:absolute;z-index:2;left:22px;right:22px;bottom:23px;color:#fff}
.reel-copy small{color:var(--gold);font-size:.57rem;letter-spacing:.08em;text-transform:uppercase}
.reel-copy h3{margin:8px 0 0;font-size:clamp(1.35rem,2vw,2.05rem);line-height:1.05}
.articles{
  margin-top:100px;
  padding-top:55px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:.5fr 1.5fr;
  gap:8vw;
}
.articles-intro>p:last-child{max-width:330px;color:var(--slate);font-size:.82rem}
.article-list{border-top:1px solid var(--line)}
.article-list a{
  min-height:83px;
  padding:15px 0;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:45px 1fr auto;
  gap:18px;
  align-items:center;
  transition:padding .25s,background .25s;
}
.article-list a:hover{padding-left:15px;padding-right:15px;background:rgba(215,229,238,.3)}
.article-list a>span{color:#9e7e4c;font-size:.62rem}
.article-list strong{font:400 clamp(1.05rem,1.5vw,1.35rem) var(--serif)}
.article-list i{font-style:normal;font-size:19px}

/* Contact */
.contact-section{
  min-height:850px;
  padding:130px 0;
  position:relative;
  overflow:hidden;
  background:var(--navy);
  color:#fff;
  display:flex;
  align-items:center;
}
.contact-photo{position:absolute;inset:0 52% 0 0}
.contact-photo img{height:100%;object-fit:cover;object-position:center 40%;filter:saturate(.75)}
.contact-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,24,38,.22),var(--navy) 55%),
    linear-gradient(0deg,rgba(7,24,38,.65),transparent);
}
.contact-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:10vw;
  align-items:center;
}
.contact-copy h2{margin-bottom:34px}
.contact-copy>p:not(.eyebrow){max-width:550px;color:rgba(255,255,255,.62)}
.contact-direct{margin-top:42px;display:flex;gap:28px;flex-wrap:wrap}
.contact-direct a{display:flex;align-items:center;gap:12px}
.contact-direct>a>.material-symbols-rounded{
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--gold);
}
.contact-direct small{display:block;color:rgba(255,255,255,.45);font-size:.56rem;letter-spacing:.08em;text-transform:uppercase}
.contact-direct strong{display:block;margin-top:3px;font-size:.74rem}
.contact-form{padding:38px;border-radius:28px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.contact-form label{display:block;margin-bottom:19px}
.contact-form label>span{display:block;margin-bottom:8px;color:rgba(255,255,255,.7);font-size:.64rem;font-weight:600}
.contact-form input,.contact-form select,.contact-form textarea{
  width:100%;
  min-height:52px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:10px;
  outline:0;
  background:rgba(255,255,255,.08);
  color:#fff;
  transition:border-color .2s,background .2s,box-shadow .2s;
}
.contact-form textarea{min-height:115px;resize:vertical}
.contact-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--gold) 50%),linear-gradient(135deg,var(--gold) 50%,transparent 50%);background-position:calc(100% - 18px) 22px,calc(100% - 13px) 22px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}
.contact-form option{background:var(--navy);color:#fff}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--gold);background:rgba(255,255,255,.12);box-shadow:0 0 0 3px rgba(221,200,162,.12)}
.form-submit{width:100%;border:0}
.form-note{display:block;margin-top:11px;color:rgba(255,255,255,.4);font-size:.57rem;text-align:center}

/* Footer */
.footer{padding:80px 0 25px;background:#071a29;color:#fff}
.footer-top{display:grid;grid-template-columns:.7fr .8fr 1fr;gap:9vw;align-items:start}
.footer-brand img{width:190px;height:190px;object-fit:cover}
.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.footer-nav>div{display:grid;align-content:start}
.footer small{margin-bottom:15px;color:rgba(255,255,255,.4);font-size:.58rem;letter-spacing:.12em;text-transform:uppercase}
.footer-nav a{margin-bottom:9px;font:400 1.15rem var(--serif);color:rgba(255,255,255,.8)}
.footer-address p{margin-bottom:13px;color:rgba(255,255,255,.67);font-size:.75rem;line-height:1.75}
.footer-address>span{color:var(--gold);font-size:.62rem}
.footer-bottom{
  margin-top:65px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.13);
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:45px;
  align-items:start;
  color:rgba(255,255,255,.38);
  font-size:.58rem;
}
.footer-bottom p{max-width:570px;margin:0 auto}
.footer-bottom>a{display:flex;align-items:center;gap:7px;color:rgba(255,255,255,.65)}
.footer-bottom .material-symbols-rounded{font-size:15px}
.mobile-contact-dock{display:none}

[data-reveal]{will-change:transform,opacity}

@media (max-width:1120px){
  .shell{width:min(100% - 40px,980px)}
  .desktop-nav{display:none}
  .header-nav-cluster{flex:0 0 auto;margin-left:auto;padding-left:9px}
  .header-actions{margin-left:auto}
  .menu-button{display:grid}
  .hero-inner{grid-template-columns:1fr 280px;gap:40px}
  .hero h1{font-size:clamp(4.4rem,8.5vw,7.2rem)}
  .hero-profile{padding:20px}
  .trust-rail>div{display:block}.trust-rail strong,.trust-rail span{display:block}.trust-rail span{margin-top:4px}
  .section-heading{grid-template-columns:1.25fr .75fr}
  .expertise-workspace{grid-template-columns:.9fr 1.1fr}
  .reels-grid{grid-template-columns:1fr 1fr}.reel-card{min-height:650px}
  .contact-grid{gap:6vw}
  .footer-top{gap:5vw}
}

@media (max-width:820px){
  .shell{width:min(100% - 32px,720px)}
  .header-cta{display:none}
  .hero{min-height:980px;padding-top:128px}
  .hero-photo{inset:0}
  .hero-photo img{object-position:56% 15%}
  .hero-vignette{background:linear-gradient(180deg,rgba(11,36,57,.12) 0%,rgba(11,36,57,.17) 37%,rgba(11,36,57,.96) 69%,var(--navy) 100%)}
  .hero-inner{display:block;margin-top:auto}
  .hero-copy{padding-top:430px}
  .hero-profile{display:none}
  .trust-rail{grid-template-columns:1fr 1fr;gap:0}
  .trust-rail>div{padding:15px}.trust-rail>div+div{padding-left:15px}
  .trust-rail>div:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.16)}
  .trust-rail>div:nth-child(4){border-top:1px solid rgba(255,255,255,.16)}
  .clarity-section,.expertise,.about,.recognition,.process,.insights{padding:100px 0}
  .clarity-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:65px}
  .section-intro h2{position:static}
  .clarity-copy{padding-top:0}
  .section-heading{grid-template-columns:1fr;gap:25px;margin-bottom:45px}
  .section-heading>p{max-width:520px}
  .expertise-workspace{display:block;min-height:0}
  .expertise-tabs{margin-bottom:14px}
  .expertise-tab{min-height:84px}
  .expertise-detail{min-height:570px}
  .about-visual{width:min(570px,100%)}
  .about-image{height:700px}
  .about-caption{right:-5px}
  .process-grid{grid-template-columns:1fr}
  .process-grid article{min-height:300px}
  .process-icon{margin-top:30px}
  .reels-grid{grid-template-columns:1fr 1fr}
  .reel-card{min-height:610px}
  .articles{grid-template-columns:1fr;gap:30px;margin-top:70px}
  .contact-section{padding:100px 0}
  .contact-photo{inset:0}
  .contact-overlay{background:linear-gradient(180deg,rgba(7,24,38,.55),rgba(11,36,57,.96) 48%,var(--navy))}
  .contact-copy{padding-top:180px}
  .contact-form{width:100%;max-width:650px}
  .footer-top{grid-template-columns:1fr 1fr}.footer-address{grid-column:span 2}
  .footer-bottom{grid-template-columns:1fr;gap:12px}.footer-bottom p{margin:0}
}

@media (max-width:560px){
  body{padding-bottom:76px}
  .shell{width:calc(100% - 24px)}
  .site-header{top:8px}
  .header-glass{min-height:62px;gap:7px}
  .brand,.header-nav-cluster{min-height:62px;border-radius:18px}
  .brand{gap:9px;padding:6px 13px 6px 6px}
  .header-nav-cluster{padding:6px}
  .brand-emblem{width:48px;height:48px}
  .brand-emblem img{width:96px;height:96px;top:-7px}
  .brand-type strong{font-size:.76rem;letter-spacing:.075em}.brand-type small{font-size:.38rem;letter-spacing:.2em}
  .header-actions{gap:5px}
  .language-switch button{width:30px;height:30px}
  .menu-button{width:46px;height:46px;border-radius:13px}
  .mobile-menu{inset:76px 8px auto;padding:24px}
  .hero{min-height:860px;padding:100px 0 22px}
  .hero-photo img{object-position:52% 8%}
  .hero-copy{padding-top:375px}
  .hero h1{margin-bottom:21px;font-size:3.55rem;line-height:.85}
  .hero h1 em{margin-left:7%;font-size:.88em}
  .hero-eyebrow{max-width:270px;margin-bottom:17px;font-size:.59rem}
  .hero-dek{font-size:.83rem;line-height:1.55;margin-bottom:23px}
  .hero-actions{display:grid;grid-template-columns:1.2fr .8fr;gap:7px}
  .hero-actions .button{min-height:51px;padding-inline:12px;font-size:.68rem}
  .trust-rail{margin-top:27px;padding-top:0;border:1px solid rgba(255,255,255,.13);border-radius:17px;overflow:hidden}
  .trust-rail>div{min-height:69px;padding:11px 13px!important}
  .trust-rail>div:nth-child(2){border-left:1px solid rgba(255,255,255,.13)}
  .trust-rail strong{font-size:1.08rem}.trust-rail span{font-size:.53rem}
  h2{font-size:3.15rem}
  .eyebrow{font-size:.59rem;margin-bottom:16px}
  .large-copy{font-size:1.45rem}
  .clarity-section,.expertise,.about,.recognition,.process,.insights{padding:75px 0}
  .clarity-grid{gap:45px}
  .clarity-copy>.large-copy{margin-bottom:38px}
  .principles article{grid-template-columns:42px 1fr;padding:21px 0}
  .principles h3{font-size:1.22rem}
  .section-heading{margin-bottom:35px}
  .section-heading>p{font-size:.81rem}
  .expertise-workspace{margin:0 -12px}
  .expertise-tab{min-height:76px;padding:15px 12px;grid-template-columns:34px 1fr auto}
  .expertise-tab:hover,.expertise-tab.active{padding-left:18px}
  .expertise-tab strong{font-size:1.18rem}
  .expertise-detail{min-height:520px;padding:27px;border-radius:23px}
  .expertise-detail-head{margin-bottom:38px}
  .expertise-detail h3{font-size:2.55rem}
  .expertise-detail ul{grid-template-columns:1fr;margin-bottom:33px}
  .about-grid{gap:50px}
  .about-visual{padding:0 0 26px 23px}
  .about-visual:before{top:25px;right:25px}
  .about-image{height:500px}
  .about-caption{width:215px;right:5px;bottom:7px}
  .about-content h2{margin-bottom:25px}
  .about-content>.large-copy{font-size:1.35rem}
  .credentials>div{grid-template-columns:95px 1fr;gap:12px}
  .recognition-item{grid-template-columns:34px 1fr auto;gap:12px;padding:24px 0}
  .recognition-item p{display:none}
  .recognition-item h3{font-size:1.45rem}
  .recognition-item small{font-size:.51rem}
  .experience-strip{padding:55px 0}
  .experience-line{display:grid;gap:10px}.experience-line i{margin:auto}
  .experience-line span{font-size:1.45rem}
  .process-grid{gap:8px}
  .process-grid article{min-height:285px;padding:23px}
  .reels-grid{display:flex;gap:9px;margin:0 -12px;padding:0 12px 12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .reels-grid::-webkit-scrollbar{display:none}
  .reel-card{flex:0 0 79%;min-height:560px;scroll-snap-align:center}
  .reel-card-featured{flex-basis:86%}
  .articles{margin-top:55px;padding-top:38px}
  .article-list a{grid-template-columns:30px 1fr auto;gap:9px;min-height:73px}
  .article-list strong{font-size:1rem}
  .contact-section{min-height:920px;padding:75px 0}
  .contact-copy{padding-top:210px}
  .contact-grid{gap:38px}
  .contact-direct{gap:16px}
  .contact-direct strong{font-size:.66rem}
  .contact-form{padding:21px;border-radius:22px}
  .form-row{grid-template-columns:1fr}
  .contact-form label{margin-bottom:15px}
  .footer{padding-top:60px}
  .footer-top{grid-template-columns:1fr;gap:38px}
  .footer-brand img{width:165px;height:165px}
  .footer-address{grid-column:auto}
  .footer-bottom{margin-top:45px}
  .mobile-contact-dock{
    position:fixed;
    z-index:90;
    left:7px;
    right:7px;
    bottom:7px;
    padding:7px;
    border:1px solid rgba(255,255,255,.62);
    border-radius:20px;
    background:rgba(245,241,233,.86);
    box-shadow:0 15px 35px rgba(7,24,38,.22);
    -webkit-backdrop-filter:blur(20px) saturate(130%);
    backdrop-filter:blur(20px) saturate(130%);
    display:grid;
    grid-template-columns:1.4fr .6fr;
    gap:7px;
    transform:translateY(110%);
    transition:transform .3s;
  }
  .mobile-contact-dock.visible{transform:none}
  .mobile-contact-dock a{min-height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.72rem;font-weight:700}
  .mobile-contact-dock a:first-child{background:var(--gold);color:var(--navy)}
  .mobile-contact-dock a:last-child{background:var(--navy);color:#fff}
}

@media (max-width:390px){
  .brand{padding-right:10px}
  .brand-type small{display:none}
  .brand-type strong{font-size:.68rem;letter-spacing:.055em}
  .language-switch button{width:27px;height:30px}
}

@media (max-width:340px){
  .brand{width:62px;padding:6px;justify-content:center}
  .brand-type{display:none}
}

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

/* -------------------------------------------------------------------------- */
/* Multipage editorial system                                                 */
/* -------------------------------------------------------------------------- */

[hidden]{display:none!important}
body[data-page]{background:var(--paper)}
body[data-page] h2{
  font-size:clamp(2.8rem,4.8vw,5.2rem);
  line-height:.94;
}
body[data-page] h1 span,
body[data-page] h1 em{display:block}
body[data-page] h1 em{font-style:italic}
.button-navy{background:var(--navy);border-color:var(--navy);color:#fff}
.button-navy:hover{background:var(--navy-3);border-color:var(--navy-3)}
.desktop-nav a.active:after{right:0;background:var(--gold)}
.mobile-menu a.active{color:#98743e}
.compact-section{padding:108px 0}
.compact-heading{
  margin-bottom:46px;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr);
  gap:8vw;
  align-items:end;
}
.compact-heading h2{max-width:900px}
.compact-heading>p{
  max-width:470px;
  margin:0;
  color:var(--slate);
  font-size:.86rem;
  line-height:1.8;
}
.compact-heading .text-link{justify-self:end}

/* Home — cinematic hero and decision widget */
.modern-hero{
  min-height:860px;
  position:relative;
  overflow:hidden;
  background:var(--navy);
  color:#fff;
}
.modern-hero__media{
  position:absolute;
  inset:0 0 0 22%;
  overflow:hidden;
  will-change:clip-path;
}
.modern-hero__media img{
  height:100%;
  object-fit:cover;
  object-position:52% 30%;
  filter:saturate(.83) contrast(1.03);
  will-change:transform;
}
.modern-hero__wash{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,var(--navy) 0%,rgba(11,36,57,.98) 37%,rgba(11,36,57,.78) 50%,rgba(11,36,57,.24) 65%,rgba(11,36,57,.05) 82%),
    linear-gradient(0deg,rgba(4,17,28,.68),transparent 42%);
}
.modern-hero__grid{
  min-height:860px;
  padding:155px 0 62px;
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(350px,430px);
  gap:6vw;
  align-items:end;
}
.modern-hero__copy{max-width:790px;padding-bottom:38px}
.modern-hero .eyebrow{margin-bottom:25px;color:var(--gold)}
.modern-hero h1{
  max-width:810px;
  margin:0 0 30px;
  font-size:clamp(4.6rem,7.25vw,8rem);
  letter-spacing:-.052em;
  line-height:.83;
}
.modern-hero h1 em{
  margin-left:5%;
  color:var(--gold);
  font-size:.83em;
}
.hero-summary{
  max-width:640px;
  margin-bottom:32px;
  color:rgba(255,255,255,.7);
  font-size:.95rem;
  line-height:1.75;
}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.priority-widget{
  padding:19px;
  border-radius:24px;
  align-self:center;
}
.widget-label{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:13px;
  color:rgba(255,255,255,.66);
  font-size:.61rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.status-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 0 5px rgba(221,200,162,.12);
  flex:0 0 auto;
}
.priority-widget h2{
  max-width:410px;
  margin-bottom:14px;
  font-size:1.62rem!important;
  line-height:.98;
}
.priority-options{
  position:relative;
  padding:4px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:17px;
  background:rgba(4,19,30,.21);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:3px;
}
.priority-options button{
  min-width:0;
  min-height:56px;
  padding:7px 6px;
  position:relative;
  z-index:1;
  border:0;
  border-radius:13px;
  background:transparent;
  color:rgba(255,255,255,.54);
  display:grid;
  place-items:center;
  align-content:center;
  gap:5px;
  font-size:.58rem;
  font-weight:700;
  line-height:1.25;
  cursor:pointer;
  transition:color .25s;
}
.priority-options button .material-symbols-rounded{font-size:22px}
.priority-options button.active{color:var(--navy)}
.priority-indicator{
  position:absolute;
  z-index:0;
  left:4px;
  top:4px;
  bottom:4px;
  border-radius:13px;
  background:linear-gradient(145deg,#f3e3c7,var(--gold));
  box-shadow:0 9px 25px rgba(0,0,0,.16);
  will-change:transform;
}
.priority-result{
  margin-top:12px;
  padding:13px;
  border-radius:16px;
  background:rgba(5,20,32,.33);
}
.priority-result small{
  display:block;
  margin-bottom:6px;
  color:var(--gold);
  font-size:.55rem;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.priority-result strong{display:block;font:400 1.2rem var(--serif);line-height:1.08}
.priority-result p{margin:5px 0 9px;color:rgba(255,255,255,.62);font-size:.61rem;line-height:1.38}
.triage-microgrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  margin-bottom:10px;
}
.triage-microgrid>div{
  min-height:50px;
  padding:8px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:13px;
  background:rgba(255,255,255,.06);
}
.triage-microgrid span{
  display:block;
  margin-bottom:4px;
  color:var(--gold);
  font-size:.49rem;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.triage-microgrid b{
  display:block;
  color:rgba(255,255,255,.79);
  font-size:.52rem;
  line-height:1.25;
}
.priority-result a{
  min-height:36px;
  padding:0 12px;
  border-radius:12px;
  background:rgba(221,200,162,.14);
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#fff;
  font-size:.66rem;
  font-weight:800;
}
.priority-result a .material-symbols-rounded{font-size:17px}

.signal-bar{background:var(--ivory);border-bottom:1px solid var(--line)}
.signal-bar__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.signal-bar__grid>div{
  min-height:116px;
  padding:26px 28px;
  border-right:1px solid var(--line);
  display:flex;
  align-items:center;
  gap:15px;
}
.signal-bar__grid>div:first-child{border-left:1px solid var(--line)}
.signal-bar strong{color:var(--navy);font:400 2.3rem var(--serif);white-space:nowrap}
.signal-bar span{max-width:130px;color:var(--slate);font-size:.61rem;font-weight:600;line-height:1.45}

.home-practices{background:var(--paper)}
.practice-preview-grid{
  display:grid;
  grid-template-columns:1.15fr .9fr 1fr 1.05fr;
  gap:10px;
}
.practice-preview-card{
  min-height:360px;
  padding:25px;
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:23px;
  background:#fff;
  display:flex;
  flex-direction:column;
  transition:transform .35s ease,box-shadow .35s ease,background .35s ease;
}
.practice-preview-card:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:2px;
  background:var(--gold-strong);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .4s ease;
}
.practice-preview-card:hover,
.practice-preview-card:focus-visible{transform:translateY(-7px);box-shadow:0 25px 60px rgba(7,27,42,.12)}
.practice-preview-card:hover:before,
.practice-preview-card:focus-visible:before{transform:scaleX(1)}
.practice-preview-card>span:first-child{
  width:47px;
  height:47px;
  border-radius:15px;
  background:var(--ivory);
  display:grid;
  place-items:center;
  color:var(--navy);
  transition:transform .35s;
}
.practice-preview-card:hover>span:first-child{transform:rotate(-4deg)}
.practice-preview-card small{margin:65px 0 15px;color:var(--gold-strong);font-size:.58rem}
.practice-preview-card h3{margin-bottom:13px;font-size:2rem;line-height:1.03}
.practice-preview-card p{margin-bottom:25px;color:var(--slate);font-size:.72rem;line-height:1.7}
.practice-preview-card>i{margin-top:auto;align-self:flex-end;transition:transform .25s}
.practice-preview-card:hover>i{transform:translateX(5px)}
.practice-preview-card--dark{background:var(--navy);color:#fff}
.practice-preview-card--dark>span:first-child{background:rgba(255,255,255,.1);color:var(--gold)}
.practice-preview-card--dark p{color:rgba(255,255,255,.58)}

.founder-compact{padding:100px 0;background:#e5edf1}
.founder-compact__grid{display:grid;grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);gap:9vw;align-items:center}
.founder-compact__image{
  min-height:650px;
  position:relative;
  overflow:hidden;
  border-radius:190px 190px 24px 24px;
}
.founder-compact__image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(6,22,35,.55),transparent 40%);
  pointer-events:none;
}
.founder-compact__image img{height:650px;object-fit:cover;object-position:center 18%;filter:saturate(.82)}
.image-chip{position:absolute;z-index:2;left:20px;right:20px;bottom:20px;padding:17px 19px;border-radius:18px;color:#fff}
.image-chip span{display:block;color:var(--gold);font-size:.54rem;text-transform:uppercase;letter-spacing:.09em}
.image-chip strong{display:block;margin-top:3px;font:400 1.25rem var(--serif)}
.founder-compact__copy{max-width:690px}
.founder-compact__copy h2{margin-bottom:28px}
.founder-compact__copy>p:not(.eyebrow){max-width:610px;color:#4f6879;font-size:.87rem;line-height:1.85}
.proof-links{margin:33px 0;display:grid;border-top:1px solid var(--line)}
.proof-links a{min-height:59px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:.72rem;font-weight:700}
.proof-links i{font-size:17px}

.home-insights{background:var(--paper)}
.insight-preview-grid{display:grid;grid-template-columns:1.2fr 1fr .9fr;gap:10px}
.insight-preview-card{
  min-height:530px;
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:var(--navy);
  color:#fff;
}
.insight-preview-card>img{height:100%;object-fit:cover;filter:saturate(.82);transition:transform .65s ease}
.insight-preview-card:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(0deg,rgba(5,20,32,.94),transparent)}
.insight-preview-card:hover>img{transform:scale(1.035)}
.insight-preview-card>div:last-child{position:absolute;z-index:2;left:24px;right:24px;bottom:24px}
.insight-preview-card small{color:var(--gold);font-size:.58rem;text-transform:uppercase;letter-spacing:.08em}
.insight-preview-card h3{margin:10px 0 0;font-size:2rem;line-height:1.05}
.reel-play{
  width:51px;
  height:51px;
  position:absolute;
  z-index:3;
  top:20px;
  right:20px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:50%;
  background:rgba(7,27,42,.35);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  display:grid;
  place-items:center;
  color:#fff;
  transition:transform .28s,background .28s;
}
.insight-preview-card:hover .reel-play,
.insight-library-card:hover .reel-play{transform:scale(1.08);background:var(--gold);color:var(--navy)}
.insight-preview-card--article{
  padding:25px;
  border:1px solid var(--line);
  background:var(--ivory);
  color:var(--navy);
  display:flex;
  flex-direction:column;
}
.insight-preview-card--article:after{display:none}
.insight-preview-card--article>div:last-child{position:static;margin-top:auto}
.article-symbol{
  width:76px;
  height:76px;
  border:1px solid var(--line);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--gold-strong);
}
.article-symbol .material-symbols-rounded{font-size:30px}
.insight-preview-card--article h3{font-size:2.15rem}
.insight-preview-card--article .text-link{margin-top:25px}

.compact-cta{padding:30px 0;background:var(--navy);color:#fff}
.compact-cta__inner{
  min-height:300px;
  padding:48px 55px;
  border-radius:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  background:
    linear-gradient(115deg,rgba(255,255,255,.11),rgba(255,255,255,.025)),
    var(--navy-2);
}
.compact-cta__inner:before{
  content:"";
  width:1px;
  align-self:stretch;
  order:1;
  background:linear-gradient(transparent,var(--gold),transparent);
}
.compact-cta__inner>div{max-width:850px}
.compact-cta__inner .eyebrow{color:var(--gold)}
.compact-cta__inner h2{max-width:850px;font-size:clamp(2.7rem,4.7vw,5rem)}
.compact-cta__inner .button{order:2;flex:0 0 auto}

/* Shared inner-page heroes */
.page-hero{
  min-height:710px;
  position:relative;
  overflow:hidden;
  background:var(--navy);
  color:#fff;
}
.page-hero__media{position:absolute;inset:0 0 0 50%;overflow:hidden;will-change:clip-path}
.page-hero__media img{height:100%;object-fit:cover;object-position:center;filter:saturate(.75);will-change:transform}
.page-hero__shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,var(--navy) 0%,rgba(11,36,57,.97) 43%,rgba(11,36,57,.3) 73%),
    linear-gradient(0deg,rgba(5,20,32,.62),transparent 38%);
}
.page-hero__inner{
  min-height:710px;
  padding:165px 0 60px;
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,360px);
  gap:7vw;
  align-items:end;
}
.page-hero__copy{max-width:900px}
.page-hero .eyebrow{color:var(--gold)}
.page-hero h1{
  margin:0 0 28px;
  font-size:clamp(4.5rem,7.5vw,8rem);
  letter-spacing:-.055em;
  line-height:.84;
}
.page-hero h1 em{margin-left:6%;color:var(--gold);font-size:.85em}
.page-hero__copy>p:last-child{max-width:620px;margin:0;color:rgba(255,255,255,.66);font-size:.9rem;line-height:1.75}
.page-hero__index{
  min-height:126px;
  padding:20px;
  border-radius:22px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:16px;
  align-items:center;
}
.page-hero__index>span{font:400 3.25rem var(--serif);color:var(--gold)}
.page-hero__index small{display:block;color:rgba(255,255,255,.48);font-size:.54rem;letter-spacing:.07em;text-transform:uppercase}
.page-hero__index strong{display:block;margin-top:4px;font-size:.69rem}
.page-hero__index i{font-size:18px}

/* Expertise */
.practice-navigator{padding:110px 0;background:var(--ivory)}
.practice-console{
  min-height:650px;
  border:1px solid var(--line);
  border-radius:30px;
  overflow:hidden;
  background:#fff;
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  box-shadow:0 35px 90px rgba(11,36,57,.1);
}
.practice-console__nav{padding:12px;background:#f0ece3}
.practice-console__nav button{
  width:100%;
  min-height:96px;
  padding:17px 18px;
  border:0;
  border-bottom:1px solid rgba(11,36,57,.1);
  background:transparent;
  display:grid;
  grid-template-columns:34px 1fr auto;
  gap:14px;
  align-items:center;
  text-align:left;
  cursor:pointer;
  transition:background .28s,color .28s,border-radius .28s;
}
.practice-console__nav button:last-child{border-bottom:0}
.practice-console__nav button small{color:#9a7a48;font-size:.57rem}
.practice-console__nav button span{font:400 1.36rem var(--serif);line-height:1.08}
.practice-console__nav button i{font-size:17px;opacity:.35;transition:transform .25s,opacity .25s}
.practice-console__nav button:hover i{opacity:1;transform:translateX(4px)}
.practice-console__nav button.active{border-bottom-color:transparent;border-radius:16px;background:var(--navy);color:#fff}
.practice-console__nav button.active i{color:var(--gold);opacity:1}
.practice-console__detail{
  min-width:0;
  padding:58px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 90% 5%,rgba(221,200,162,.15),transparent 25%),
    var(--navy);
  color:#fff;
}
.practice-console__detail:after{
  content:"";
  position:absolute;
  right:-140px;
  bottom:-140px;
  width:320px;
  height:320px;
  border:1px solid rgba(221,200,162,.13);
  border-radius:50%;
  pointer-events:none;
}
.practice-console__topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:70px}
.practice-console__topline>span{
  width:55px;
  height:55px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:17px;
  display:grid;
  place-items:center;
  color:var(--gold);
  font-size:27px;
}
.practice-console__topline small{color:rgba(255,255,255,.45);font-size:.56rem;letter-spacing:.11em;text-transform:uppercase}
.practice-console__detail h3{max-width:670px;margin-bottom:17px;font-size:clamp(3rem,4.2vw,4.8rem);line-height:.93}
.practice-console__detail>p{max-width:630px;margin-bottom:31px;color:rgba(255,255,255,.58);font-size:.84rem;line-height:1.75}
.practice-console__detail ul{margin:0 0 39px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:11px 28px;list-style:none}
.practice-console__detail li{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.77);font-size:.7rem}
.practice-console__detail li:before{content:"—";margin-right:9px;color:var(--gold)}

.matter-path{
  padding:115px 0;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(7,25,39,.97),rgba(11,36,57,.9)),
    url("/assets/detail-laptop.jpg") center/cover;
  color:#fff;
}
.matter-path__heading{max-width:850px}
.matter-path .eyebrow{color:var(--gold)}
.matter-path__rail{
  height:1px;
  margin:68px 0 -1px;
  background:rgba(255,255,255,.14);
}
.matter-path__rail i{width:100%;height:1px;display:block;background:linear-gradient(90deg,var(--gold),#f5e7cf)}
.matter-path__steps{display:grid;grid-template-columns:repeat(3,1fr)}
.matter-path__steps article{
  min-height:325px;
  padding:35px;
  position:relative;
  border-left:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.025);
  transition:background .5s,border-color .5s;
}
.matter-path__steps article:last-child{border-right:1px solid rgba(255,255,255,.14)}
.matter-path__steps article:before{
  content:"";
  width:9px;
  height:9px;
  position:absolute;
  top:-4px;
  left:-5px;
  border-radius:50%;
  background:rgba(255,255,255,.32);
  transition:background .35s,box-shadow .35s;
}
.matter-path__steps article.is-active{background:rgba(255,255,255,.075)}
.matter-path__steps article.is-active:before{background:var(--gold);box-shadow:0 0 0 7px rgba(221,200,162,.12)}
.matter-path__steps small{color:var(--gold);font-size:.59rem}
.matter-path__steps>article>.material-symbols-rounded{
  width:47px;
  height:47px;
  margin:62px 0 22px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:15px;
  display:grid;
  place-items:center;
  color:var(--gold);
}
.matter-path__steps h3{margin-bottom:11px;font-size:2rem}
.matter-path__steps p{max-width:330px;color:rgba(255,255,255,.54);font-size:.72rem;line-height:1.7}

.scope-grid-section{background:var(--paper)}
.scope-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.scope-grid details{
  min-height:155px;
  padding:0 25px;
  border:1px solid var(--line);
  border-radius:19px;
  background:#fff;
  transition:background .3s,border-color .3s;
}
.scope-grid details[open]{background:var(--ivory);border-color:rgba(200,166,111,.46)}
.scope-grid summary{
  min-height:153px;
  display:grid;
  grid-template-columns:36px 1fr auto;
  gap:15px;
  align-items:center;
  cursor:pointer;
  list-style:none;
}
.scope-grid summary::-webkit-details-marker{display:none}
.scope-grid summary>span{color:var(--gold-strong);font-size:.58rem}
.scope-grid summary>strong{font:400 1.72rem var(--serif)}
.scope-grid summary i{width:37px;height:37px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:17px}
.scope-grid details>p{max-width:630px;margin:-25px 50px 31px;color:var(--slate);font-size:.76rem;line-height:1.75}

/* About */
.founder-hero{
  min-height:870px;
  position:relative;
  overflow:hidden;
  background:var(--navy);
  color:#fff;
}
.founder-hero__portrait{position:absolute;inset:0 0 0 48%;overflow:hidden;will-change:clip-path}
.founder-hero__portrait img{height:100%;object-fit:cover;object-position:center 18%;filter:saturate(.78);will-change:transform}
.founder-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,var(--navy) 0%,rgba(11,36,57,.98) 41%,rgba(11,36,57,.54) 64%,rgba(11,36,57,.08) 83%),
    linear-gradient(0deg,rgba(5,20,32,.82),transparent 43%);
}
.founder-hero__content{
  min-height:870px;
  padding:160px 0 55px;
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,390px);
  gap:7vw;
  align-items:end;
}
.founder-hero__copy{max-width:850px;padding-bottom:88px}
.founder-hero .eyebrow{color:var(--gold)}
.founder-hero h1{
  margin:0 0 28px;
  font-size:clamp(4.7rem,7.6vw,8.3rem);
  letter-spacing:-.055em;
  line-height:.83;
}
.founder-hero h1 em{margin-left:5%;color:var(--gold);font-size:.86em}
.founder-hero__copy>p:not(.eyebrow){max-width:650px;color:rgba(255,255,255,.66);font-size:.91rem;line-height:1.75}
.founder-hero__roles{margin-top:29px;display:flex;gap:7px;flex-wrap:wrap}
.founder-hero__roles span{padding:8px 12px;border:1px solid rgba(255,255,255,.18);border-radius:100px;color:rgba(255,255,255,.68);font-size:.59rem}
.founder-hero__facts{padding:22px;border-radius:24px}
.founder-hero__facts>div{padding:21px 4px;border-bottom:1px solid rgba(255,255,255,.15)}
.founder-hero__facts>div:first-child{padding-top:4px}
.founder-hero__facts>div:last-child{padding-bottom:4px;border-bottom:0}
.founder-hero__facts strong{display:block;color:var(--gold);font:400 2.4rem var(--serif)}
.founder-hero__facts span{display:block;margin-top:3px;color:rgba(255,255,255,.57);font-size:.61rem}

.founder-story{background:var(--paper)}
.founder-story__grid{display:grid;grid-template-columns:1fr 1fr;gap:11vw}
.founder-story__lead h2{font-size:clamp(3.2rem,5.1vw,5.7rem)}
.founder-story__body{padding-top:48px}
.founder-story__body>p{color:#536b7b;font-size:.87rem;line-height:1.85}
.founder-story__note{margin:38px 0 0;padding:24px 0 0;border-top:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start}
.founder-story__note span{color:var(--gold-strong)}
.founder-story__note p{margin:0;color:#385163;font-size:.83rem;line-height:1.7}

.experience-timeline{padding:110px 0;background:#e5edf1}
.experience-timeline__list{border-top:1px solid var(--line)}
.experience-timeline__list article{
  min-height:150px;
  padding:25px 0;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:80px 1fr 70px;
  gap:28px;
  align-items:center;
}
.experience-timeline__list article>small{color:var(--gold-strong);font-size:.61rem}
.experience-timeline__list h3{margin-bottom:8px;font-size:2rem}
.experience-timeline__list p{max-width:750px;margin:0;color:#607684;font-size:.74rem;line-height:1.7}
.experience-timeline__list article>span{
  width:51px;
  height:51px;
  justify-self:end;
  border:1px solid var(--line);
  border-radius:17px;
  display:grid;
  place-items:center;
  color:var(--navy);
}

.public-record{background:var(--paper)}
.record-grid{
  position:relative;
  padding-left:30px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.record-grid:before{
  content:"";
  width:2px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  background:linear-gradient(var(--gold),var(--gold-strong));
  transform:scaleY(0);
  transform-origin:top;
  transition:transform 1.1s cubic-bezier(.22,1,.36,1);
}
.record-grid.ledger-active:before{transform:scaleY(1)}
.record-grid>a{
  min-height:340px;
  padding:27px;
  position:relative;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  display:flex;
  flex-direction:column;
  transition:transform .3s,box-shadow .3s;
}
.record-grid>a:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(8,27,42,.11)}
.record-grid>a:before{
  content:"";
  width:10px;
  height:10px;
  position:absolute;
  left:-36px;
  top:31px;
  border:2px solid var(--paper);
  border-radius:50%;
  background:var(--gold-strong);
}
.record-grid>a>small{color:var(--gold-strong);font-size:.58rem;letter-spacing:.09em;text-transform:uppercase}
.record-grid>a>span{width:47px;height:47px;margin:52px 0 23px;border-radius:15px;background:var(--ivory);display:grid;place-items:center;color:var(--navy)}
.record-grid h3{margin-bottom:11px;font-size:2rem;line-height:1.05}
.record-grid p{color:var(--slate);font-size:.71rem;line-height:1.7}
.record-grid>a>i{margin-top:auto;align-self:flex-end;font-size:18px}

/* Insights */
.insights-hero{
  min-height:610px;
  padding:165px 0 68px;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(115deg,var(--navy) 0%,var(--navy-2) 75%,#1e4866 100%);
  color:#fff;
}
.insights-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(125deg,transparent 55%,rgba(221,200,162,.08));
}
.insights-hero__grid{
  min-height:375px;
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,390px);
  gap:8vw;
  align-items:end;
}
.insights-hero .eyebrow{color:var(--gold)}
.insights-hero h1{margin:0;font-size:clamp(4.9rem,8.4vw,9.3rem);letter-spacing:-.06em;line-height:.8}
.insights-hero h1 em{margin-left:7%;color:var(--gold);font-size:.8em}
.insights-hero__aside{padding:25px;border-radius:23px}
.insights-hero__aside>span{width:48px;height:48px;border:1px solid rgba(255,255,255,.18);border-radius:15px;display:grid;place-items:center;color:var(--gold)}
.insights-hero__aside p{margin:34px 0;color:rgba(255,255,255,.62);font-size:.78rem;line-height:1.75}
.insights-hero__aside a{padding-top:16px;border-top:1px solid rgba(255,255,255,.17);display:flex;align-items:center;justify-content:space-between;font-size:.7rem;font-weight:700}
.insights-hero__aside i{font-size:17px}

.insights-library{background:var(--paper)}
.insights-toolbar{margin-bottom:43px;display:flex;align-items:end;justify-content:space-between;gap:30px}
.insights-toolbar h2{font-size:clamp(2.8rem,4vw,4.3rem)}
.filter-chips{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.filter-chips button{
  min-height:42px;
  padding:0 16px;
  border:1px solid var(--line);
  border-radius:100px;
  background:transparent;
  color:var(--slate);
  font-size:.65rem;
  font-weight:700;
  cursor:pointer;
  transition:.25s;
}
.filter-chips button:hover,.filter-chips button.active{border-color:var(--navy);background:var(--navy);color:#fff}
.insight-library-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:10px}
.insight-library-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  display:flex;
  flex-direction:column;
  transition:transform .35s,box-shadow .35s;
}
.insight-library-card:nth-child(1){grid-column:span 5}
.insight-library-card:nth-child(2){grid-column:span 3}
.insight-library-card:nth-child(3){grid-column:span 4}
.insight-library-card:nth-child(4){grid-column:span 4}
.insight-library-card:nth-child(5){grid-column:span 3}
.insight-library-card:nth-child(6){grid-column:span 5}
.insight-library-card:hover{transform:translateY(-6px);box-shadow:0 25px 65px rgba(7,25,39,.12)}
.insight-library-card__media{height:430px;position:relative;overflow:hidden;background:var(--navy)}
.insight-library-card--lead .insight-library-card__media{height:430px}
.insight-library-card__media img{height:100%;object-fit:cover;filter:saturate(.82);transition:transform .55s}
.insight-library-card:hover img{transform:scale(1.035)}
.insight-library-card__body{min-height:205px;padding:23px;display:flex;flex-direction:column;flex:1}
.insight-library-card__body small{color:var(--gold-strong);font-size:.56rem;letter-spacing:.075em;text-transform:uppercase}
.insight-library-card__body h3{margin:10px 0 30px;font-size:1.85rem;line-height:1.08}
.insight-library-card--lead .insight-library-card__body h3{font-size:2.35rem}
.insight-library-card__body>span{margin-top:auto;font-size:.65rem;font-weight:700}
.filter-empty{padding:35px;border:1px dashed var(--line);border-radius:18px;color:var(--slate);text-align:center}

.reading-room{padding:110px 0;background:var(--ivory)}
.reading-room__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:10vw}
.reading-room__intro{position:sticky;top:130px;align-self:start}
.reading-room__intro h2{margin-bottom:25px}
.reading-room__intro>p:last-child{max-width:430px;color:var(--slate);font-size:.8rem;line-height:1.8}
.reading-list{border-top:1px solid var(--line)}
.reading-list a{
  min-height:145px;
  padding:24px 0;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px 25px;
  align-content:center;
  transition:padding-left .3s;
}
.reading-list a:hover{padding-left:12px}
.reading-list small{grid-column:1/3;color:var(--gold-strong);font-size:.57rem;text-transform:uppercase;letter-spacing:.07em}
.reading-list h3{margin:0;font-size:2rem;line-height:1.06}
.reading-list i{align-self:center;font-size:19px}

.article-detail{background:var(--paper);padding:170px 0 120px}
.article-detail__grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:8vw;align-items:start}
.article-detail__back{display:inline-flex;align-items:center;gap:10px;margin-bottom:45px;color:var(--navy);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.article-detail__header{max-width:900px;margin-bottom:52px}
.article-detail__header .eyebrow{color:var(--gold-strong)}
.article-detail__header h1{margin:0 0 22px;font-size:clamp(3.2rem,6vw,6.5rem);line-height:.9}
.article-detail__header p{max-width:760px;color:#526a7b;font-size:1rem;line-height:1.75}
.article-detail__body{max-width:840px}
.article-detail__body h2{margin:44px 0 14px;font-size:2.1rem}
.article-detail__body p{color:#3f586a;font-size:.95rem;line-height:1.85}
.article-detail__body ul{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:12px}
.article-detail__body li{position:relative;padding-left:28px;color:#3f586a;font-size:.92rem;line-height:1.7}
.article-detail__body li::before{content:"";position:absolute;left:0;top:.7em;width:8px;height:8px;border-radius:50%;background:var(--gold)}
.article-detail__aside{position:sticky;top:120px;border-left:1px solid var(--line);padding-left:28px}
.article-detail__aside small{display:block;margin-bottom:12px;color:var(--gold-strong);font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.13em}
.article-detail__aside p{margin:0 0 22px;color:#506879;font-size:.82rem;line-height:1.7}
.article-detail__aside .button{width:100%;justify-content:center}

/* Contact */
.contact-hero{
  min-height:670px;
  position:relative;
  overflow:hidden;
  background:var(--navy);
  color:#fff;
}
.contact-hero__media{position:absolute;inset:0 0 0 48%;overflow:hidden;will-change:clip-path}
.contact-hero__media img{height:100%;object-fit:cover;object-position:center 38%;filter:saturate(.75);will-change:transform}
.contact-hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,var(--navy) 0%,rgba(11,36,57,.98) 43%,rgba(11,36,57,.31) 72%),linear-gradient(0deg,rgba(5,20,32,.6),transparent 40%);
}
.contact-hero__inner{min-height:670px;padding:165px 0 65px;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end}
.contact-hero .eyebrow{color:var(--gold)}
.contact-hero h1{max-width:950px;margin:0 0 27px;font-size:clamp(4.7rem,7.6vw,8rem);letter-spacing:-.055em;line-height:.83}
.contact-hero h1 em{margin-left:5%;color:var(--gold);font-size:.86em}
.contact-hero__inner>p:last-child{max-width:610px;margin:0;color:rgba(255,255,255,.66);font-size:.88rem;line-height:1.75}

.consultation-section{padding:110px 0;background:#e5edf1}
.consultation-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:7vw;align-items:start}
.consultation-direct{padding-top:20px}
.consultation-direct h2{margin-bottom:38px;font-size:clamp(3rem,4.5vw,4.9rem)}
.channel-list{display:grid;border-top:1px solid var(--line)}
.channel-list a{
  min-height:75px;
  padding:12px 0;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:45px 1fr auto;
  gap:13px;
  align-items:center;
}
.channel-list>a>span{
  width:42px;
  height:42px;
  border:1px solid var(--line);
  border-radius:14px;
  display:grid;
  place-items:center;
  color:var(--navy);
}
.channel-list small{display:block;color:var(--slate);font-size:.54rem;text-transform:uppercase;letter-spacing:.08em}
.channel-list strong{display:block;margin-top:2px;font-size:.7rem}
.channel-list i{font-size:17px}
.response-note{margin-top:26px;padding:18px;border-color:rgba(11,36,57,.12);border-radius:17px;background:rgba(255,255,255,.4);box-shadow:none;display:flex;gap:13px;align-items:flex-start}
.response-note p{margin:0;color:#5d7381;font-size:.65rem;line-height:1.65}

.consultation-form{
  padding:40px;
  border:1px solid rgba(11,36,57,.12);
  border-radius:28px;
  background:var(--navy);
  box-shadow:0 35px 90px rgba(7,25,39,.16);
  color:#fff;
}
.consultation-form__head{margin-bottom:32px}
.consultation-form__head small{color:var(--gold);font-size:.58rem;text-transform:uppercase;letter-spacing:.08em}
.consultation-form__head h2{margin-top:13px;font-size:clamp(2.5rem,3.8vw,4rem);line-height:.98}
.consultation-form label{display:block;margin-bottom:17px}
.consultation-form label>span{display:block;margin-bottom:8px;color:rgba(255,255,255,.64);font-size:.61rem;font-weight:600}
.consultation-form__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.consultation-form input,.consultation-form select,.consultation-form textarea{
  width:100%;
  min-height:54px;
  padding:13px 15px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:12px;
  outline:0;
  background:rgba(255,255,255,.07);
  color:#fff;
  transition:border-color .2s,background .2s,box-shadow .2s;
}
.consultation-form textarea{min-height:125px;resize:vertical}
.consultation-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--gold) 50%),linear-gradient(135deg,var(--gold) 50%,transparent 50%);background-position:calc(100% - 18px) 23px,calc(100% - 13px) 23px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}
.consultation-form option{background:var(--navy);color:#fff}
.consultation-form input:focus,.consultation-form select:focus,.consultation-form textarea:focus{border-color:var(--gold);background:rgba(255,255,255,.11);box-shadow:0 0 0 3px rgba(221,200,162,.11)}
.consultation-form__submit{width:100%;border:0}
.consultation-form__note{display:block;margin-top:11px;color:rgba(255,255,255,.4);font-size:.56rem;text-align:center}

.contact-faq{background:var(--paper)}
.contact-faq__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:10vw}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;font:400 1.55rem var(--serif)}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary i{width:36px;height:36px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:17px}
.faq-list details>p{max-width:680px;margin:-8px 55px 28px 0;color:var(--slate);font-size:.75rem;line-height:1.75}
.office-strip{padding:48px 0;background:var(--ivory);border-top:1px solid var(--line)}
.office-strip__grid{display:grid;grid-template-columns:1.2fr .5fr .5fr;gap:60px;align-items:end}
.office-strip small{display:block;margin-bottom:8px;color:var(--gold-strong);font-size:.55rem;text-transform:uppercase;letter-spacing:.09em}
.office-strip p{margin:0;color:var(--slate);font-size:.69rem;line-height:1.7}
.office-strip strong{font:400 1.45rem var(--serif)}
.office-strip a{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid var(--line);font-size:.68rem;font-weight:700}
.office-strip i{font-size:17px}

/* Shared footer and transition polish */
body[data-page] .footer{padding-top:67px}
body[data-page] .footer-brand img{width:150px;height:150px;border-radius:50%;object-fit:cover}
body[data-page] .footer-top{grid-template-columns:.65fr .9fr 1fr;gap:7vw}
body[data-page] .footer-bottom{margin-top:52px}
.case-transition{
  position:fixed;
  z-index:9999;
  inset:0;
  background:var(--navy);
  color:var(--gold);
  display:grid;
  place-items:center;
  pointer-events:none;
  will-change:transform;
}
.case-transition i{
  width:min(320px,55vw);
  height:1px;
  position:absolute;
  background:var(--gold);
  transform-origin:left;
}
.case-transition span{margin-top:48px;font:400 .76rem var(--sans);letter-spacing:.24em;text-transform:uppercase}

.reel-modal{
  position:fixed;
  z-index:1200;
  inset:0;
  padding:24px;
  background:rgba(3,14,23,.84);
  -webkit-backdrop-filter:blur(18px) saturate(90%);
  backdrop-filter:blur(18px) saturate(90%);
  display:grid;
  place-items:center;
}
.reel-modal__dialog{
  width:min(1020px,100%);
  max-height:calc(100svh - 48px);
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.2);
  border-radius:29px;
  background:var(--navy);
  box-shadow:0 50px 140px rgba(0,0,0,.5);
  color:#fff;
  display:grid;
  grid-template-columns:minmax(330px,460px) 1fr;
}
.reel-modal__close{
  width:46px;
  height:46px;
  position:absolute;
  z-index:5;
  top:15px;
  right:15px;
  padding:0;
  border:1px solid rgba(255,255,255,.32);
  border-radius:50%;
  background:rgba(7,24,38,.67);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  transition:background .25s,transform .25s;
}
.reel-modal__close:hover{background:var(--gold);color:var(--navy);transform:rotate(5deg)}
.reel-modal__player{
  min-height:min(760px,calc(100svh - 48px));
  position:relative;
  background:#000;
  display:grid;
}
.reel-modal__player iframe{
  width:100%;
  height:100%;
  min-height:min(760px,calc(100svh - 48px));
  position:relative;
  z-index:2;
  border:0;
  background:#000;
}
.reel-modal__loading{
  position:absolute;
  z-index:1;
  inset:0;
  display:grid;
  place-items:center;
  align-content:center;
  gap:13px;
  color:rgba(255,255,255,.5);
}
.reel-modal__loading>span{
  width:33px;
  height:33px;
  border:2px solid rgba(255,255,255,.14);
  border-top-color:var(--gold);
  border-radius:50%;
  animation:reel-spin .9s linear infinite;
}
.reel-modal__loading small{font-size:.58rem}
@keyframes reel-spin{to{transform:rotate(360deg)}}
.reel-modal__info{padding:70px 50px 45px;display:flex;flex-direction:column;justify-content:center}
.reel-modal__info .eyebrow{color:var(--gold)}
.reel-modal__info h2{max-width:500px;margin-bottom:25px;font-size:clamp(3rem,4.4vw,4.8rem)!important}
.reel-modal__info>p:not(.eyebrow){max-width:470px;color:rgba(255,255,255,.57);font-size:.78rem;line-height:1.75}
.reel-modal__info .button{margin-top:30px;align-self:flex-start}
body.reel-open{overflow:hidden}

/* Wills-first service system */
.desktop-nav{gap:24px}
.practice-preview-grid--focused{grid-template-columns:1.45fr .78fr .78fr}
.practice-preview-card--featured{min-height:420px;padding:32px}
.practice-preview-card--featured small{margin-top:82px}
.practice-preview-card--featured h3{max-width:620px;font-size:clamp(2.5rem,3.5vw,4rem)}
.practice-preview-card--featured p{max-width:610px;font-size:.78rem}
.practice-console--focused .practice-console__nav{display:grid;grid-template-rows:repeat(3,1fr)}
.practice-console--focused .practice-console__nav button{min-height:0}
.scope-grid--focused details:first-child{grid-column:1/3}

.page-hero--wills .page-hero__media img{object-position:center 20%}
.wills-hero-actions{margin-top:31px}
.wills-intro{background:var(--paper)}
.wills-intro__grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(450px,1.1fr);
  gap:9vw;
  align-items:start;
}
.wills-intro__grid>div:first-child{position:sticky;top:120px}
.wills-summary-card{
  padding:42px;
  border:1px solid var(--line);
  border-radius:28px;
  background:var(--navy);
  color:#fff;
  box-shadow:0 30px 80px rgba(11,36,57,.13);
}
.wills-summary-card__lead{margin-bottom:31px;color:rgba(255,255,255,.68);font-size:.9rem;line-height:1.85}
.wills-summary-card ol{margin:0;padding:0;border-top:1px solid rgba(255,255,255,.14);list-style:none}
.wills-summary-card li{min-height:84px;border-bottom:1px solid rgba(255,255,255,.14);display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:center}
.wills-summary-card li span{color:var(--gold);font-size:.58rem}
.wills-summary-card li strong{font:400 1.45rem var(--serif);line-height:1.15}
.wills-summary-card>small{display:block;margin-top:25px;color:rgba(255,255,255,.42);font-size:.58rem;line-height:1.6}

.wills-no-will{background:#e7eef2}
.wills-no-will__heading{margin-bottom:46px}
.wills-consequence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.wills-consequence-grid article{
  min-height:390px;
  padding:28px;
  border:1px solid rgba(11,36,57,.1);
  border-radius:22px;
  background:rgba(255,255,255,.72);
  display:flex;
  flex-direction:column;
}
.wills-consequence-grid article>span{width:50px;height:50px;border-radius:16px;background:var(--navy);display:grid;place-items:center;color:var(--gold);font-size:24px}
.wills-consequence-grid article small{margin:55px 0 11px;color:var(--gold-strong);font-size:.57rem}
.wills-consequence-grid h3{margin-bottom:13px;font-size:2rem;line-height:1.07}
.wills-consequence-grid p{margin:0;color:var(--slate);font-size:.72rem;line-height:1.77}
.wills-no-will__note{margin-top:12px;padding:24px;border:1px solid rgba(11,36,57,.12);border-radius:20px;background:var(--navy);color:#fff;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:start}
.wills-no-will__note>span{width:42px;height:42px;border:1px solid rgba(255,255,255,.16);border-radius:13px;display:grid;place-items:center;color:var(--gold)}
.wills-no-will__note strong{display:block;margin:3px 0 8px;font:400 1.35rem var(--serif)}
.wills-no-will__note p{max-width:800px;margin:0;color:rgba(255,255,255,.62);font-size:.7rem;line-height:1.75}
.wills-no-will__note a{min-height:42px;padding:0 15px;border:1px solid rgba(221,200,162,.35);border-radius:999px;display:flex;align-items:center;gap:8px;color:var(--gold);font-size:.63rem;font-weight:700;white-space:nowrap}
.wills-no-will__note a i{font-size:16px}

.wills-asset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.wills-asset-grid article{
  min-height:310px;
  padding:29px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  display:flex;
  flex-direction:column;
  transition:transform .3s,box-shadow .3s;
}
.wills-asset-grid article:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(11,36,57,.1)}
.wills-asset-grid article>span{width:50px;height:50px;border-radius:16px;background:var(--ivory);display:grid;place-items:center;color:var(--gold-strong);font-size:25px}
.wills-asset-grid article small{margin:55px 0 12px;color:var(--gold-strong);font-size:.57rem}
.wills-asset-grid h3{margin-bottom:12px;font-size:2rem;line-height:1.05}
.wills-asset-grid p{margin:0;color:var(--slate);font-size:.73rem;line-height:1.75}

.wills-routes{padding:120px 0;background:var(--navy);color:#fff}
.wills-routes__head{max-width:930px;margin-bottom:58px}
.wills-routes .eyebrow{color:var(--gold)}
.wills-routes__head h2{margin-bottom:27px}
.wills-routes__head>p:last-child{max-width:660px;color:rgba(255,255,255,.56);font-size:.84rem;line-height:1.8}
.wills-route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.wills-route-grid article{
  min-height:370px;
  padding:28px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  display:flex;
  flex-direction:column;
  transition:background .3s,border-color .3s,transform .3s;
}
.wills-route-grid article:hover{transform:translateY(-6px);border-color:rgba(221,200,162,.5);background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.04))}
.wills-route-grid article small{color:var(--gold);font-size:.57rem}
.wills-route-grid article>span{width:50px;height:50px;margin:55px 0 22px;border:1px solid rgba(255,255,255,.16);border-radius:16px;display:grid;place-items:center;color:var(--gold);font-size:25px}
.wills-route-grid h3{margin-bottom:14px;font-size:2.15rem;line-height:1.05}
.wills-route-grid p{margin:0;color:rgba(255,255,255,.56);font-size:.72rem;line-height:1.78}
.wills-routes__note{margin-top:12px;padding:20px 23px;border:1px solid rgba(221,200,162,.28);border-radius:18px;background:rgba(221,200,162,.08);display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}
.wills-routes__note span{color:var(--gold)}
.wills-routes__note p{margin:0;color:rgba(255,255,255,.65);font-size:.7rem;line-height:1.7}

.wills-comparison{padding:120px 0;background:var(--paper)}
.wills-comparison__head{max-width:930px;margin-bottom:55px}
.wills-comparison__head h2{margin-bottom:24px}
.wills-comparison__head>p:last-child{max-width:720px;color:var(--slate);font-size:.84rem;line-height:1.8}
.wills-comparison__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.wills-comparison__grid article{padding:34px;border:1px solid var(--line);border-radius:25px;background:var(--ivory)}
.wills-comparison__grid article:first-child{background:var(--navy);color:#fff}
.wills-comparison__label{margin-bottom:46px;display:flex;align-items:center;gap:12px}
.wills-comparison__label span{width:47px;height:47px;border-radius:14px;background:var(--gold);display:grid;place-items:center;color:var(--navy);font-size:.62rem;font-weight:800;letter-spacing:.08em}
.wills-comparison__label small{font-size:.61rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.wills-comparison__grid h3{max-width:550px;margin-bottom:25px;font-size:2.65rem;line-height:1.05}
.wills-comparison__grid ul{margin:0;padding:0;list-style:none}
.wills-comparison__grid li{padding:15px 0 15px 24px;position:relative;border-top:1px solid var(--line);color:var(--slate);font-size:.71rem;line-height:1.7}
.wills-comparison__grid li:before{content:"check";position:absolute;top:15px;left:0;color:var(--gold-strong);font:300 17px "Material Symbols Rounded"}
.wills-comparison__grid article:first-child li{border-color:rgba(255,255,255,.13);color:rgba(255,255,255,.65)}
.wills-comparison__grid article:first-child li:before{color:var(--gold)}
.wills-comparison__note{margin-top:12px;padding:23px;border:1px solid var(--line);border-radius:20px;background:#fff;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:17px;align-items:start}
.wills-comparison__note>span{width:42px;height:42px;border-radius:13px;background:var(--navy);display:grid;place-items:center;color:var(--gold)}
.wills-comparison__note p{max-width:760px;margin:5px 0 0;color:var(--slate);font-size:.7rem;line-height:1.74}
.wills-comparison__note>div{display:grid;gap:5px}
.wills-comparison__note a{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#785a2e;font-size:.62rem;font-weight:700;white-space:nowrap}
.wills-comparison__note a i{font-size:16px}

.wills-fit{background:#e5edf1}
.wills-fit__grid{display:grid;grid-template-columns:minmax(0,.83fr) minmax(430px,1.17fr);gap:9vw;align-items:start}
.wills-fit__intro{position:sticky;top:120px}
.wills-fit__intro h2{margin-bottom:27px}
.wills-fit__intro>p:last-child{max-width:560px;color:#536b7a;font-size:.85rem;line-height:1.82}
.wills-fit__list{margin:0;padding:0;border-top:1px solid var(--line);list-style:none}
.wills-fit__list li{min-height:104px;padding:20px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center}
.wills-fit__list span{width:34px;height:34px;border-radius:50%;background:var(--navy);display:grid;place-items:center;color:var(--gold);font-size:17px}
.wills-fit__list p{margin:0;font:400 1.45rem var(--serif);line-height:1.25}

.wills-process{padding:115px 0;background:var(--ivory)}
.wills-process__head{max-width:870px;margin-bottom:55px}
.wills-process__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.wills-process__grid article{min-height:350px;padding:30px;border-left:1px solid var(--line);display:flex;flex-direction:column}
.wills-process__grid article:last-child{border-right:1px solid var(--line)}
.wills-process__grid small{color:var(--gold-strong);font-size:.58rem}
.wills-process__grid article>span{width:49px;height:49px;margin:70px 0 22px;border:1px solid var(--line);border-radius:15px;display:grid;place-items:center;color:var(--gold-strong);font-size:24px}
.wills-process__grid h3{margin-bottom:10px;font-size:2rem}
.wills-process__grid p{margin:0;color:var(--slate);font-size:.7rem;line-height:1.75}

.wills-documents{background:var(--paper)}
.wills-documents__grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(520px,1.25fr);gap:8vw;align-items:start}
.wills-documents__grid>div:first-child h2{margin-bottom:27px}
.wills-documents__grid>div:first-child>p:last-child{max-width:570px;color:var(--slate);font-size:.85rem;line-height:1.82}
.wills-documents__cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.wills-documents__cards article{min-height:480px;padding:31px;border:1px solid var(--line);border-radius:24px;background:var(--ivory)}
.wills-documents__cards article>span{width:52px;height:52px;border-radius:16px;background:var(--navy);display:grid;place-items:center;color:var(--gold);font-size:25px}
.wills-documents__cards h3{margin:64px 0 18px;font-size:2.5rem}
.wills-documents__cards ul{margin:0;padding:0;list-style:none}
.wills-documents__cards li{padding:13px 0;border-bottom:1px solid var(--line);color:#526a79;font-size:.7rem;line-height:1.55}
.wills-documents__cards li:before{content:"—";margin-right:9px;color:var(--gold-strong)}
.wills-documents__note{grid-column:2;padding:20px 22px;border:1px solid rgba(11,36,57,.1);border-radius:18px;background:#e7eef2;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}
.wills-documents__note span{color:var(--gold-strong)}
.wills-documents__note p{margin:0;color:var(--slate);font-size:.68rem;line-height:1.73}

.wills-faq__disclaimer{max-width:480px;margin-top:25px;color:var(--slate);font-size:.72rem;line-height:1.75}
.wills-sources{padding:50px 0;background:var(--paper);border-top:1px solid var(--line)}
.wills-sources__inner{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:start}
.wills-sources__inner>div:first-child>p:last-child{max-width:570px;margin:0;color:var(--slate);font-size:.72rem;line-height:1.75}
.wills-sources__inner>div:last-child{border-top:1px solid var(--line)}
.wills-sources__inner a{min-height:61px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:.72rem;font-weight:700}
.wills-sources__inner a i{font-size:17px}

.article-key-answer{margin-bottom:42px;padding:27px;border-left:3px solid var(--gold-strong);background:var(--ivory)}
.article-key-answer small{display:block;margin-bottom:9px;color:var(--gold-strong);font-size:.59rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.article-key-answer p{margin:0!important;color:#354e5f!important;font:400 1.2rem var(--serif)!important;line-height:1.5!important}
.article-source-note{margin-top:48px!important;padding-top:23px;border-top:1px solid var(--line);font-size:.72rem!important}
.article-source-note a,.inline-link{color:#876430;text-decoration:underline;text-underline-offset:3px}
.article-detail__secondary-cta{width:100%;margin-top:10px}

@media (max-width:1120px){
  .modern-hero__grid{grid-template-columns:minmax(0,1fr) 370px;gap:35px}
  .modern-hero h1{font-size:clamp(4.5rem,7.8vw,7rem)}
  .practice-preview-grid{grid-template-columns:1fr 1fr}
  .practice-preview-card--featured{grid-column:1/3}
  .practice-preview-card{min-height:315px}
  .practice-preview-card small{margin-top:45px}
  .insight-preview-grid{grid-template-columns:1fr 1fr}
  .insight-preview-card--article{grid-column:1/3;min-height:350px}
  .founder-compact__grid{gap:6vw}
  .page-hero__inner{grid-template-columns:1fr 320px}
  .practice-console{grid-template-columns:.8fr 1.2fr}
  .practice-console__detail{padding:45px}
  .insight-library-grid{grid-template-columns:1fr 1fr}
  .insight-library-card:nth-child(n){grid-column:auto;display:flex}
  .consultation-grid{gap:5vw}
  .wills-asset-grid,.wills-route-grid{grid-template-columns:1fr 1fr}
  .wills-consequence-grid{grid-template-columns:1fr 1fr}
  .wills-process__grid{grid-template-columns:1fr 1fr}
  .wills-process__grid article:nth-child(2){border-right:1px solid var(--line)}
  .wills-process__grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .wills-documents__grid{grid-template-columns:1fr;gap:50px}
  .wills-documents__note{grid-column:auto}
}

@media (max-width:900px){
  .compact-section,.practice-navigator,.experience-timeline,.reading-room,.consultation-section{padding:86px 0}
  .compact-heading{grid-template-columns:1fr;gap:23px}
  .compact-heading .text-link{justify-self:start}
  .modern-hero{min-height:1120px}
  .modern-hero__media{inset:0 0 auto;height:640px}
  .modern-hero__media img{object-position:55% 18%}
  .modern-hero__wash{background:linear-gradient(180deg,rgba(11,36,57,.08) 0%,rgba(11,36,57,.27) 35%,var(--navy) 56%,var(--navy) 100%)}
  .modern-hero__grid{min-height:1120px;padding:520px 0 55px;grid-template-columns:1fr;gap:35px}
  .modern-hero__copy{padding:0}
  .priority-widget{max-width:680px}
  .signal-bar__grid{grid-template-columns:1fr 1fr}
  .signal-bar__grid>div:nth-child(3){border-left:1px solid var(--line)}
  .signal-bar__grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .founder-compact__grid{grid-template-columns:1fr;gap:55px}
  .founder-compact__image{width:min(610px,100%)}
  .founder-compact__copy{max-width:none}
  .page-hero{min-height:820px}
  .page-hero__media{inset:0;height:100%}
  .page-hero__shade{background:linear-gradient(180deg,rgba(11,36,57,.1) 0%,rgba(11,36,57,.26) 36%,var(--navy) 70%)}
  .page-hero__inner{min-height:820px;padding:440px 0 50px;grid-template-columns:1fr;gap:35px}
  .page-hero__index{max-width:500px}
  .practice-console{display:block}
  .practice-console__nav{display:grid;grid-template-columns:1fr 1fr;gap:6px}
  .practice-console__nav button{min-height:88px;border:1px solid rgba(11,36,57,.09);border-radius:14px}
  .practice-console__detail{min-height:600px}
  .matter-path__steps article{padding:28px}
  .scope-grid{grid-template-columns:1fr}
  .scope-grid--focused details:first-child{grid-column:auto}
  .founder-hero{min-height:1060px}
  .founder-hero__portrait{inset:0 0 auto;height:630px}
  .founder-hero:after{background:linear-gradient(180deg,rgba(11,36,57,.08),rgba(11,36,57,.19) 36%,var(--navy) 62%)}
  .founder-hero__content{min-height:1060px;padding:500px 0 50px;grid-template-columns:1fr;gap:32px}
  .founder-hero__copy{padding:0}
  .founder-hero__facts{max-width:620px;display:grid;grid-template-columns:repeat(3,1fr)}
  .founder-hero__facts>div{padding:8px 16px;border-right:1px solid rgba(255,255,255,.15);border-bottom:0}
  .founder-hero__facts>div:last-child{border-right:0}
  .founder-story__grid,.reading-room__grid,.contact-faq__grid{grid-template-columns:1fr;gap:45px}
  .founder-story__body{padding-top:0}
  .article-detail{padding:130px 0 90px}
  .article-detail__grid{grid-template-columns:minmax(0,1fr);gap:55px}
  .article-detail__grid>div{min-width:0}
  .article-detail__aside{position:static;border-left:0;border-top:1px solid var(--line);padding:28px 0 0}
  .record-grid{grid-template-columns:1fr}
  .record-grid>a{min-height:260px}
  .record-grid>a>span{margin:35px 0 20px}
  .insights-hero__grid{grid-template-columns:1fr;gap:40px}
  .insights-hero__aside{max-width:530px}
  .insights-toolbar{display:block}
  .filter-chips{margin-top:25px;justify-content:flex-start}
  .reading-room__intro{position:static}
  .contact-hero__media{inset:0}
  .contact-hero__overlay{background:linear-gradient(180deg,rgba(11,36,57,.1),rgba(11,36,57,.28) 38%,var(--navy) 76%)}
  .contact-hero__inner{padding-top:350px}
  .consultation-grid{grid-template-columns:1fr;gap:55px}
  .consultation-direct{padding-top:0}
  .office-strip__grid{grid-template-columns:1fr 1fr}
  .office-strip__grid>a{grid-column:1/3}
  .compact-cta__inner:before{display:none}
  .reel-modal__dialog{width:min(760px,100%);grid-template-columns:minmax(300px,.9fr) 1.1fr}
  .reel-modal__info{padding:60px 28px 35px}
  .reel-modal__info h2{font-size:2.8rem!important}
  .wills-intro__grid,.wills-fit__grid{grid-template-columns:1fr;gap:48px}
  .wills-intro__grid>div:first-child,.wills-fit__intro{position:static}
  .wills-no-will__note,.wills-comparison__note{grid-template-columns:auto 1fr}
  .wills-no-will__note a,.wills-comparison__note>div{grid-column:2;justify-self:start}
  .wills-comparison{padding:90px 0}
  .wills-comparison__grid{grid-template-columns:1fr}
  .wills-routes{padding:90px 0}
  .wills-process{padding:90px 0}
  .wills-sources__inner{grid-template-columns:1fr;gap:30px}
}

@media (max-width:620px){
  body[data-page] h2{font-size:2.85rem}
  .compact-section,.practice-navigator,.experience-timeline,.reading-room,.consultation-section{padding:70px 0}
  .compact-heading{margin-bottom:32px}
  .modern-hero{min-height:1050px}
  .modern-hero__media{height:535px}
  .modern-hero__media img{object-position:56% 14%}
  .modern-hero__grid{min-height:1050px;padding:410px 0 38px}
  .modern-hero h1{font-size:3.7rem;line-height:.85}
  .modern-hero h1 em{margin-left:2%}
  .hero-summary{font-size:.79rem}
  .hero-actions{display:grid;grid-template-columns:1.15fr .85fr}
  .hero-actions .button{padding-inline:13px;font-size:.63rem}
  .priority-widget{padding:17px;border-radius:22px}
  .priority-widget h2{font-size:1.9rem!important}
  .priority-options button{min-height:72px;padding-inline:4px;font-size:.51rem}
  .priority-result{padding:16px}
  .triage-microgrid{grid-template-columns:1fr;gap:7px}
  .triage-microgrid>div{min-height:0;padding:10px}
  .signal-bar__grid>div{min-height:100px;padding:17px;display:block}
  .signal-bar strong{font-size:1.85rem}
  .signal-bar span{display:block;margin-top:3px;font-size:.52rem}
  .practice-preview-grid{display:flex;margin:0 -12px;padding:0 12px 13px;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .practice-preview-grid::-webkit-scrollbar{display:none}
  .practice-preview-card{flex:0 0 84%;min-height:330px;scroll-snap-align:center}
  .practice-preview-card--featured{min-height:430px;padding:25px;grid-column:auto}
  .practice-preview-card--featured small{margin-top:65px}
  .practice-preview-card--featured h3{font-size:2.45rem}
  .founder-compact{padding:70px 0}
  .founder-compact__image{min-height:490px;border-radius:120px 120px 22px 22px}
  .founder-compact__image img{height:490px}
  .insight-preview-grid{display:flex;margin:0 -12px;padding:0 12px 13px;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .insight-preview-grid::-webkit-scrollbar{display:none}
  .insight-preview-card,.insight-preview-card--article{flex:0 0 85%;min-height:500px;grid-column:auto;scroll-snap-align:center}
  .compact-cta{padding:12px 0}
  .compact-cta__inner{min-height:360px;padding:30px 24px;display:block}
  .compact-cta__inner h2{font-size:2.75rem}
  .compact-cta__inner .button{margin-top:30px}
  .page-hero{min-height:760px}
  .page-hero__inner{min-height:760px;padding:390px 0 38px}
  .page-hero h1{font-size:3.65rem}
  .page-hero__copy>p:last-child{font-size:.78rem}
  .page-hero__index{min-height:105px}
  .page-hero__index>span{font-size:2.4rem}
  .practice-console{margin:0 -12px;border-radius:22px}
  .practice-console__nav{grid-template-columns:1fr;padding:8px}
  .practice-console__nav button{min-height:69px}
  .practice-console__nav button span{font-size:1.17rem}
  .practice-console__detail{min-height:560px;padding:27px 21px}
  .practice-console__topline{margin-bottom:46px}
  .practice-console__detail h3{font-size:2.8rem}
  .practice-console__detail ul{grid-template-columns:1fr}
  .matter-path{padding:75px 0}
  .matter-path__rail{width:1px;height:720px;position:absolute;left:25px;margin:0;background:rgba(255,255,255,.14)}
  .matter-path__rail i{width:1px;height:100%}
  .matter-path__steps{display:block;margin-top:45px;padding-left:26px}
  .matter-path__steps article{min-height:250px;border-top:1px solid rgba(255,255,255,.14);border-right:1px solid rgba(255,255,255,.14)}
  .matter-path__steps article:before{top:-5px;left:-5px}
  .matter-path__steps>article>.material-symbols-rounded{margin:34px 0 18px}
  .scope-grid summary{min-height:132px;grid-template-columns:28px 1fr auto}
  .scope-grid summary>strong{font-size:1.45rem}
  .scope-grid details>p{margin:-15px 0 27px}
  .founder-hero{min-height:1000px}
  .founder-hero__portrait{height:560px}
  .founder-hero__portrait img{object-position:center 11%}
  .founder-hero__content{min-height:1000px;padding:440px 0 38px}
  .founder-hero h1{font-size:3.65rem}
  .founder-hero__copy>p:not(.eyebrow){font-size:.78rem}
  .founder-hero__facts{display:block}
  .founder-hero__facts>div{padding:12px 3px;border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}
  .founder-hero__facts>div:last-child{border-bottom:0}
  .experience-timeline__list article{grid-template-columns:42px 1fr;gap:15px}
  .experience-timeline__list article>span{display:none}
  .experience-timeline__list h3{font-size:1.55rem}
  .record-grid{padding-left:20px}
  .record-grid>a:before{left:-26px}
  .insights-hero{min-height:640px;padding:135px 0 45px}
  .insights-hero__grid{min-height:460px}
  .insights-hero h1{font-size:4.1rem}
  .filter-chips{display:grid;grid-template-columns:repeat(3,1fr)}
  .filter-chips button{padding-inline:8px}
  .insight-library-grid{display:flex;margin:0 -12px;padding:0 12px 14px;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .insight-library-grid::-webkit-scrollbar{display:none}
  .insight-library-card,.insight-library-card--lead,.insight-library-card:nth-child(4),.insight-library-card:nth-child(6){flex:0 0 84%;display:flex;grid-row:auto;scroll-snap-align:center}
  .insight-library-card__media,.insight-library-card--lead .insight-library-card__media,.insight-library-card:nth-child(4) .insight-library-card__media,.insight-library-card:nth-child(6) .insight-library-card__media{height:440px;min-height:0}
  .reading-list a{min-height:125px}
  .reading-list h3{font-size:1.55rem}
  .article-detail{padding:115px 0 70px}
  .article-detail__header h1{font-size:3.05rem}
  .article-detail__body h2{font-size:1.65rem}
  .contact-hero{min-height:730px}
  .contact-hero__inner{min-height:730px;padding:360px 0 42px}
  .contact-hero h1{font-size:3.65rem}
  .contact-hero__inner>p:last-child{font-size:.77rem}
  .consultation-form{padding:23px 17px;border-radius:22px}
  .consultation-form__row{grid-template-columns:1fr}
  .consultation-form__head h2{font-size:2.55rem}
  .contact-faq__grid{gap:25px}
  .faq-list summary{min-height:85px;font-size:1.3rem}
  .office-strip__grid{grid-template-columns:1fr;gap:30px}
  .office-strip__grid>a{grid-column:auto}
  body[data-page] .footer-top{grid-template-columns:1fr}
  body[data-page] .footer-brand img{width:130px;height:130px}
  .reel-modal{padding:0;align-items:end}
  .reel-modal__dialog{
    width:100%;
    max-height:100svh;
    border-width:1px 0 0;
    border-radius:25px 25px 0 0;
    display:block;
    overflow-y:auto;
  }
  .reel-modal__player{min-height:70svh}
  .reel-modal__player iframe{min-height:70svh}
  .reel-modal__info{padding:30px 22px 38px}
  .reel-modal__info h2{font-size:2.55rem!important}
  .reel-modal__info .button{width:100%}
  .wills-intro__grid{gap:32px}
  .wills-summary-card{padding:25px 20px;border-radius:22px}
  .wills-summary-card li{min-height:92px;grid-template-columns:34px 1fr}
  .wills-summary-card li strong{font-size:1.25rem}
  .wills-consequence-grid{grid-template-columns:1fr}
  .wills-consequence-grid article{min-height:340px;padding:24px}
  .wills-no-will__note,.wills-comparison__note{padding:20px;grid-template-columns:1fr}
  .wills-no-will__note a,.wills-comparison__note>div{grid-column:auto}
  .wills-comparison{padding:72px 0}
  .wills-comparison__grid article{padding:25px 22px}
  .wills-comparison__grid h3{font-size:2.25rem}
  .wills-comparison__label{margin-bottom:35px}
  .wills-asset-grid,.wills-route-grid{grid-template-columns:1fr}
  .wills-asset-grid article{min-height:285px;padding:24px}
  .wills-route-grid article{min-height:335px;padding:24px}
  .wills-routes{padding:72px 0}
  .wills-routes__head{margin-bottom:38px}
  .wills-fit__grid{gap:30px}
  .wills-fit__list li{min-height:92px}
  .wills-fit__list p{font-size:1.25rem}
  .wills-process{padding:72px 0}
  .wills-process__grid{grid-template-columns:1fr}
  .wills-process__grid article,.wills-process__grid article:nth-child(n){min-height:285px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
  .wills-process__grid article:last-child{border-bottom:0}
  .wills-process__grid article>span{margin:45px 0 20px}
  .wills-documents__grid{gap:34px}
  .wills-documents__cards{grid-template-columns:1fr}
  .wills-documents__cards article{min-height:420px;padding:25px}
  .wills-sources{padding:38px 0}
  .article-key-answer{padding:21px}
}
