
:root{
  --aubergine:#1F3650;
  --aubergine-dark:#14273B;
  --terracotta:#B7925B;
  --terracotta-soft:#D6C1A0;
  --ivory:#F3F0EA;
  --paper:#FCFBF8;
  --sage:#C8D0D7;
  --sage-dark:#6C7987;
  --ink:#24313E;
  --muted:#5D6875;
  --line:rgba(31,54,80,.12);
  --shadow:0 20px 54px rgba(20,39,59,.10);
  --radius:28px;
  --container:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Manrope",Arial,sans-serif;line-height:1.65}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:var(--container);margin-inline:auto}
.skip-link{position:fixed;left:12px;top:-80px;z-index:999;background:var(--aubergine);color:#fff;padding:10px 16px;border-radius:10px}
.skip-link:focus{top:12px}
.utility-bar{background:var(--aubergine-dark);color:#F7F0E7;font-size:12px;letter-spacing:.05em}
.utility-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,253,249,.93);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav-wrap{min-height:84px;display:flex;align-items:center;gap:30px}
.brand{width:310px;color:var(--aubergine);display:flex;align-items:center}
.brand img{width:100%;height:auto;object-fit:contain}
.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:28px}
.nav-link{font-size:14px;font-weight:600;position:relative;padding:32px 0}
.nav-link:after{content:"";position:absolute;left:0;right:100%;bottom:24px;height:2px;background:var(--terracotta);transition:.25s}
.nav-link:hover:after,.nav-link.active:after{right:0}
.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 22px;font-size:14px;font-weight:700;transition:.25s}
.nav-cta{background:var(--aubergine);color:#fff;box-shadow:0 10px 26px rgba(20,39,59,.14)}
.nav-cta:hover,.button-primary:hover{transform:translateY(-2px);background:var(--aubergine-dark)}
.menu-button,.mobile-menu{display:none}
.hero{min-height:720px;background:linear-gradient(180deg,#F8F6F2 0%, #F3F0EA 100%);position:relative;overflow:hidden;display:flex;align-items:center}
.hero:before{content:"";position:absolute;width:530px;height:530px;border:1px solid rgba(75,30,50,.16);border-radius:50%;right:-100px;top:80px}
.hero:after{content:"";position:absolute;width:240px;height:240px;background:var(--terracotta);border-radius:50%;right:155px;bottom:-110px;opacity:.9}
.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:70px;align-items:center;padding:90px 0}
.eyebrow{display:flex;align-items:center;gap:12px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--aubergine)}
.eyebrow:before{content:"";width:42px;height:1px;background:var(--terracotta)}
h1,h2,h3,.display{font-family:"Fraunces",Georgia,serif;line-height:1.08;margin:0;color:var(--aubergine-dark)}
.hero h1{font-size:clamp(54px,7vw,96px);letter-spacing:-.045em;max-width:850px;margin:24px 0 30px}
.hero h1 em{font-style:normal;color:var(--terracotta)}
.hero-copy{font-size:18px;max-width:680px;color:var(--muted)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:36px}
.button-primary{background:var(--aubergine);color:#fff}
.button-secondary{border:1px solid var(--aubergine);color:var(--aubergine)}
.button-secondary:hover{background:var(--aubergine);color:#fff}
.hero-art{height:470px;position:relative;z-index:2}
.orbit{position:absolute;border:1px solid rgba(75,30,50,.25);border-radius:50%}
.orbit.one{width:420px;height:420px;right:0;top:15px}
.orbit.two{width:310px;height:310px;right:55px;top:70px}
.orbit.three{width:190px;height:190px;right:115px;top:130px;background:var(--aubergine)}
.hero-card{position:absolute;left:-10px;bottom:25px;width:290px;background:rgba(252,251,248,.97);box-shadow:var(--shadow);border-radius:24px;padding:28px;border:1px solid var(--line)}
.hero-card strong{font-family:"Fraunces",Georgia,serif;color:var(--aubergine);font-size:23px;display:block;margin-bottom:8px}
.hero-card p{margin:0;color:var(--muted);font-size:14px}
.section{padding:110px 0}
.section-sm{padding:80px 0}
.section-tint{background:var(--ivory)}
.section-dark{background:var(--aubergine-dark);color:#fff}
.section-dark h2,.section-dark h3{color:#fff}
.section-head{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;margin-bottom:56px;align-items:end}
.section-head h2{font-size:clamp(42px,5vw,66px);letter-spacing:-.035em}
.section-head p{margin:0;color:var(--muted);font-size:17px;max-width:680px}
.section-dark .section-head p{color:rgba(255,255,255,.72)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:32px;min-height:320px;display:flex;flex-direction:column;transition:.3s;box-shadow:0 10px 24px rgba(20,39,59,.04)}
.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent}
.icon{width:54px;height:54px;border-radius:18px;background:var(--ivory);display:grid;place-items:center;color:var(--aubergine)}
.icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.service-card h3{font-size:27px;margin:24px 0 14px}
.service-card p{color:var(--muted);font-size:14px;margin:0 0 24px}
.card-link{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:var(--aubergine);font-weight:700;font-size:13px}
.card-link svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.7}
.manifesto{display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:center}
.manifesto-quote{font-family:"Fraunces",Georgia,serif;font-size:clamp(43px,5vw,72px);line-height:1.05;color:#fff}
.manifesto-quote span{color:var(--terracotta-soft)}
.manifesto-list{display:grid;gap:18px}
.manifesto-item{padding:20px 0;border-bottom:1px solid rgba(255,255,255,.16)}
.manifesto-item strong{display:block;color:#fff;margin-bottom:5px}
.manifesto-item span{font-size:14px;color:rgba(255,255,255,.7)}
.capability-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.capability{border:1px solid var(--line);border-radius:24px;padding:30px;display:grid;grid-template-columns:58px 1fr;gap:20px;background:#fff}
.capability-number{font-family:"Fraunces",Georgia,serif;font-size:32px;color:var(--terracotta)}
.capability h3{font-size:25px;margin-bottom:8px}
.capability p{margin:0;color:var(--muted);font-size:14px}
.approach{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.step{padding:34px 28px;border-right:1px solid var(--line)}
.step:last-child{border-right:0}
.step span{display:block;color:var(--terracotta);font-size:12px;letter-spacing:.14em;font-weight:700;margin-bottom:18px}
.step h3{font-size:24px;margin-bottom:10px}
.step p{font-size:13px;color:var(--muted);margin:0}
.people-preview{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.person-feature{border-radius:28px;overflow:hidden;background:var(--ivory);display:grid;grid-template-columns:.45fr .55fr;min-height:390px}
.person-monogram{background:var(--aubergine);display:grid;place-items:center;color:var(--terracotta-soft);font-family:"Fraunces",Georgia,serif;font-size:88px}
.person-copy{padding:36px}
.person-copy .role{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--terracotta);font-weight:700}
.person-copy h3{font-size:34px;margin:12px 0 15px}
.person-copy p{font-size:14px;color:var(--muted)}
.cta-band{background:var(--terracotta);padding:70px 0;color:var(--aubergine-dark)}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.cta-inner h2{font-size:clamp(38px,5vw,64px);max-width:760px}
.cta-inner .button{background:var(--aubergine-dark);color:#fff;flex:none}
.page-hero{padding:110px 0 80px;background:var(--ivory);position:relative;overflow:hidden}
.page-hero:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:var(--sage);right:-100px;top:-130px;opacity:.45}
.page-hero h1{font-size:clamp(54px,7vw,90px);max-width:900px;margin:22px 0}
.page-hero p{font-size:18px;color:var(--muted);max-width:760px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.prose h2{font-size:45px;margin-bottom:24px}
.prose h3{font-size:28px;margin:34px 0 12px}
.prose p{color:var(--muted)}
.value-list{display:grid;gap:14px}
.value-card{border-left:3px solid var(--terracotta);padding:14px 0 14px 22px}
.value-card strong{display:block;color:var(--aubergine);margin-bottom:4px}
.value-card span{color:var(--muted);font-size:14px}
.detail-services{display:grid;gap:20px}
.detail-card{display:grid;grid-template-columns:280px 1fr;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#fff}
.detail-label{padding:34px;background:var(--aubergine);color:#fff}
.detail-label .icon{background:rgba(255,255,255,.12);color:var(--terracotta-soft)}
.detail-label h2{font-size:30px;color:#fff;margin-top:24px}
.detail-body{padding:36px 42px}
.detail-body p{color:var(--muted);margin-top:0}
.detail-body ul{columns:2;column-gap:40px;padding-left:20px;margin-bottom:0}
.detail-body li{break-inside:avoid;margin-bottom:10px;color:#4e494d;font-size:14px}
.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.person-card{border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#fff}
.person-head{display:grid;grid-template-columns:130px 1fr;background:var(--ivory)}
.person-initials{min-height:140px;background:var(--aubergine);display:grid;place-items:center;color:var(--terracotta-soft);font-family:"Fraunces",Georgia,serif;font-size:48px}
.person-title{padding:26px}
.person-title h2{font-size:32px;margin-bottom:8px}
.person-title p{margin:0;color:var(--terracotta);font-size:13px;font-weight:700}
.person-body{padding:28px}
.person-body p{color:var(--muted);font-size:14px}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.tag{background:var(--ivory);border-radius:999px;padding:7px 11px;font-size:11px;font-weight:700;color:var(--aubergine)}
.career-grid,.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}
.info-panel{background:linear-gradient(180deg,var(--aubergine),var(--aubergine-dark));color:#fff;border-radius:28px;padding:40px;align-self:start;box-shadow:0 16px 38px rgba(20,39,59,.12)}
.info-panel h2{color:#fff;font-size:38px}
.info-panel p{color:rgba(255,255,255,.72)}
.info-panel .mini{padding:18px 0;border-top:1px solid rgba(255,255,255,.15)}
.info-panel .mini strong{display:block;color:var(--terracotta-soft);font-size:12px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px}
.form-card{border:1px solid var(--line);border-radius:28px;padding:42px;background:#fff;box-shadow:0 16px 38px rgba(20,39,59,.06)}
.form-card h2{font-size:42px;margin-bottom:8px}
.form-card>p{color:var(--muted);margin-bottom:30px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field.full{grid-column:1/-1}
label{display:block;font-size:12px;font-weight:700;color:var(--aubergine);margin-bottom:7px}
input,select,textarea{width:100%;border:1px solid var(--line);background:var(--paper);border-radius:14px;padding:14px 15px;color:var(--ink)}
textarea{min-height:140px;resize:vertical}
input:focus,select:focus,textarea:focus{outline:2px solid var(--terracotta-soft);border-color:var(--terracotta)}
.form-card .button{border:0;cursor:pointer;margin-top:18px}
.address-card{padding:28px 0;border-bottom:1px solid var(--line)}
.address-card:last-child{border-bottom:0}
.address-card h3{font-size:26px;margin-bottom:8px}
.address-card p{color:var(--muted);margin:0}
.legal{max-width:850px}
.legal h1{font-size:58px;margin-bottom:16px}
.legal h2{font-size:30px;margin-top:40px}
.legal p,.legal li{color:var(--muted)}
.site-footer{background:#16283B;color:rgba(255,255,255,.78);padding:70px 0 24px}
.footer-grid{display:grid;grid-template-columns:1fr 1fr .7fr;gap:70px}
.footer-brand img{width:270px;filter:brightness(0) invert(1) contrast(1.08);opacity:.95}
.footer-brand p{max-width:360px}
.site-footer h3{font-family:"Manrope",Arial,sans-serif;color:#fff;font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}
.footer-subhead{margin-top:28px}
.site-footer a:hover{color:var(--terracotta-soft)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;gap:25px;font-size:11px}
.fade-up{opacity:0;transform:translateY(22px);transition:.7s ease}
.fade-up.visible{opacity:1;transform:none}
@media(max-width:980px){
  .desktop-nav,.nav-cta,.utility-office{display:none}
  .menu-button{display:flex;margin-left:auto;background:none;border:0;width:42px;height:42px;flex-direction:column;justify-content:center;gap:6px;cursor:pointer}
  .menu-button span{width:26px;height:2px;background:var(--aubergine);display:block}
  .mobile-menu{display:none;padding:0 20px 24px;background:var(--paper);border-top:1px solid var(--line)}
  .mobile-menu.open{display:grid}
  .mobile-link{padding:15px 0;border-bottom:1px solid var(--line);font-weight:700}
  .mobile-cta{margin-top:18px;background:var(--aubergine);color:#fff;border-radius:999px;padding:13px 18px;text-align:center;font-weight:700}
  .hero-grid,.section-head,.manifesto,.two-col,.career-grid,.contact-grid{grid-template-columns:1fr}
  .hero{min-height:auto}
  .hero-grid{padding:75px 0 95px;gap:20px}
  .hero-art{height:350px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .approach{grid-template-columns:repeat(2,1fr)}
  .step:nth-child(2){border-right:0}
  .step:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .people-preview,.team-grid{grid-template-columns:1fr}
  .detail-card{grid-template-columns:1fr}
  .detail-body ul{columns:1}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
}
@media(max-width:640px){
  :root{--container:min(100% - 28px,1180px)}
  .utility-inner{min-height:31px;font-size:10px}
  .nav-wrap{min-height:72px}
  .brand{width:205px}
  .hero h1{font-size:50px}
  .hero-copy{font-size:16px}
  .hero-art{height:285px}
  .orbit.one{width:280px;height:280px;right:-35px}
  .orbit.two{width:210px;height:210px;right:0;top:50px}
  .orbit.three{width:125px;height:125px;right:42px;top:92px}
  .hero-card{width:220px;padding:20px;bottom:0}
  .section,.section-sm{padding:76px 0}
  .section-head{gap:20px;margin-bottom:38px}
  .section-head h2{font-size:40px}
  .service-grid,.capability-grid,.approach{grid-template-columns:1fr}
  .service-card{min-height:auto}
  .step{border-right:0;border-bottom:1px solid var(--line)!important}
  .step:last-child{border-bottom:0!important}
  .manifesto{gap:45px}
  .person-feature{grid-template-columns:1fr}
  .person-monogram{min-height:180px}
  .cta-inner{align-items:flex-start;flex-direction:column}
  .page-hero{padding:80px 0 55px}
  .page-hero h1{font-size:48px}
  .detail-body,.detail-label,.form-card,.info-panel{padding:27px}
  .person-head{grid-template-columns:95px 1fr}
  .person-title{padding:20px}
  .person-title h2{font-size:25px}
  .form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .footer-grid{grid-template-columns:1fr;gap:35px}
  .footer-brand{grid-column:auto}
  .footer-bottom{flex-direction:column}
  .footer-links{line-height:2}
}


/* Firm metrics */
.metrics-section{
  position:relative;
  background:var(--paper);
  padding:76px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  overflow:hidden;
}
.metrics-section:after{
  content:"";
  position:absolute;
  width:440px;
  height:440px;
  border-radius:50%;
  background:rgba(170,181,168,.22);
  right:-190px;
  top:-240px;
}
.metrics-intro{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:34px;
  position:relative;
  z-index:1;
}
.metrics-intro h2{
  font-size:clamp(32px,4vw,52px);
  max-width:680px;
}
.metrics-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  position:relative;
  z-index:1;
  background:rgba(255,253,249,.92);
}
.metric-card{background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(243,240,234,.96));
  min-height:190px;
  padding:34px 28px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border-right:1px solid var(--line);
}
.metric-card:last-child{border-right:0}
.metric-card strong{
  font-family:"Fraunces",Georgia,serif;
  color:var(--terracotta);
  font-size:clamp(48px,5vw,70px);
  line-height:1;
  margin-bottom:13px;
}
.metric-card span{
  color:var(--aubergine-dark);
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

/* IPR service and industry exposure */
.service-card.service-wide{
  grid-column:span 2;
  background:linear-gradient(135deg,var(--ivory),#fff);
}
.industry-section{
  padding-top:82px;
  padding-bottom:82px;
  background:var(--paper);
}
.industry-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px 34px 30px 34px;box-shadow:0 10px 24px rgba(20,39,59,.04);
  max-width:1120px;
}
.industry-panel h2{
  font-size:clamp(36px,4vw,56px);
  margin:18px 0 22px;
}
.industry-panel p{
  margin:0;
  font-family:"Fraunces",Georgia,serif;
  color:var(--aubergine-dark);
  font-size:clamp(20px,2.15vw,28px);
  line-height:1.55;
}
.industry-panel p span{
  color:var(--terracotta);
  padding:0 5px;
}

@media(max-width:980px){
  .metrics-grid{grid-template-columns:repeat(2,1fr)}
  .metric-card:nth-child(2){border-right:0}
  .metric-card:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media(max-width:640px){
  .brand{width:240px}
  .metrics-intro{align-items:flex-start;flex-direction:column}
  .metrics-grid{grid-template-columns:1fr}
  .metric-card{background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(243,240,234,.96));
    min-height:140px;
    border-right:0;
    border-bottom:1px solid var(--line)!important;
  }
  .metric-card:last-child{border-bottom:0!important}
  .service-card.service-wide{grid-column:auto}
  .industry-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px 34px 30px 34px;box-shadow:0 10px 24px rgba(20,39,59,.04);padding-left:22px}
}

.metrics-intro{
  margin-bottom:38px;
}
.metrics-grid{
  box-shadow:0 18px 44px rgba(20,39,59,.06);
}
.metric-card strong{
  color:var(--aubergine);
}
.metric-card span{
  color:var(--muted);
}
.hero-card strong{
  color:var(--aubergine-dark);
}
.hero-card p{
  color:var(--muted);
}
.utility-bar{
  background:#16283B;
}
.section-dark{
  background:linear-gradient(180deg,#1B3149 0%, #14273B 100%);
}
.cta-band{
  background:linear-gradient(90deg,#D6C1A0 0%, #E9E0D0 100%);
}
.cta-inner .button{
  background:var(--aubergine);
}
