:root{
  --paper:#f1eadf;
  --surface:#faf6ee;
  --surface-strong:#fffaf2;
  --surface-soft:#e8dcc8;
  --surface-muted:#f3ebde;
  --ink:#18231f;
  --muted:#66716b;
  --line:#d5c6ad;
  --line-soft:rgba(168,137,82,.22);
  --brand:#77623d;
  --brand-dark:#14231f;
  --teal:#405f57;
  --blue:#4f5d59;
  --gold:#a8834a;
  --gold-soft:#d7c197;
  --charcoal:#111916;
  --charcoal-2:#22332c;
  --shadow:0 18px 42px rgba(17,25,22,.11);
  --page-width:100%;
  --page-fluid:100%;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    linear-gradient(180deg,#f3ede3 0%,#ebe2d4 48%,#f8f4ec 100%);
  color:var(--ink);
  font-family:"Noto Sans SC","Source Han Sans SC","Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;
  font-size:16px;
  line-height:1.72;
  font-weight:400;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
p,li{
  font-size:16px;
  line-height:1.76;
  margin-top:0;
}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:none;color:var(--brand-dark)}
img{max-width:100%;display:block}
.site-header{
  position:relative;
  top:auto;
  z-index:20;
  display:grid;
  grid-template-columns:minmax(150px,1fr) max-content max-content;
  align-items:center;
  gap:24px;
  width:min(var(--page-width),var(--page-fluid));
  margin:0 auto;
  padding:0 clamp(26px,4.2vw,64px);
  min-height:58px;
  background:rgba(17,25,22,.97);
  border:1px solid rgba(168,137,82,.22);
  border-bottom:0;
  border-radius:0;
  backdrop-filter:blur(18px);
  box-shadow:0 12px 34px rgba(16,24,23,.12);
}
.brand{
  display:flex;
  flex-direction:column;
  color:#f7f0e5;
  font-weight:800;
  line-height:1.08;
  min-width:150px;
  justify-self:start;
}
.brand span{font-size:15px}
.brand small{font-weight:500;color:#b9c2bc;font-size:10.5px;margin-top:3px}
.site-nav{
  display:grid;
  grid-template-columns:repeat(7,76px);
  align-items:center;
  justify-content:end;
  gap:0;
  width:532px;
  min-width:532px;
  font-size:13px;
  justify-self:end;
}
.site-nav a,
.site-nav a:visited,
.site-nav a:focus,
.site-nav a:active{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#e7e4da;
  width:76px;
  height:58px;
  padding:0;
  border-radius:0;
  border-bottom:0;
  line-height:1;
  white-space:nowrap;
  background:transparent;
  outline:0;
}
.site-nav a:hover{background:transparent;color:#fffaf2}
.language-switch{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0;
  min-width:74px;
  height:32px;
  border:1px solid rgba(231,228,218,.26);
  background:rgba(255,250,242,.06);
  justify-self:end;
}
.language-switch a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:36px;
  height:30px;
  padding:0 8px;
  color:#d9d4c7;
  font-size:12px;
  font-weight:700;
  line-height:1;
}
.language-switch a[aria-current="true"]{
  color:#111916;
  background:#f7f0e5;
}
.site-header,
.hero,
.trust-band,
.section,
.entity-strip,
.site-footer{
  width:min(var(--page-width),var(--page-fluid));
  margin-left:auto;
  margin-right:auto;
}
.section[id]{scroll-margin-top:88px}
.hero{
  margin:0 auto;
  min-height:520px;
  display:grid;
  align-items:center;
  position:relative;
  overflow:hidden;
  background:var(--charcoal);
  border:1px solid rgba(168,137,82,.16);
  border-top:0;
}
.hero picture{position:absolute;inset:0}
.hero img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.68;
  filter:saturate(.9) contrast(1.02) brightness(1.08);
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(10,16,15,.88) 0%,rgba(17,29,26,.70) 48%,rgba(17,29,26,.12) 100%),
    linear-gradient(0deg,rgba(8,13,13,.48) 0%,rgba(16,24,23,.02) 64%);
}
.hero-copy{
  position:relative;
  z-index:1;
  width:auto;
  margin:0;
  padding:72px clamp(52px,5vw,92px) 50px;
  color:#fff;
}
.kicker{
  margin:0 0 14px;
  color:var(--gold);
  font-weight:800;
  font-size:12px;
  letter-spacing:0;
}
.hero h1{
  font-size:36px;
  line-height:1.22;
  max-width:900px;
  margin:0 0 12px;
  letter-spacing:0;
  font-weight:800;
}
.hero p{
  font-size:16px;
  line-height:1.72;
  max-width:820px;
  margin:0 0 18px;
  color:#f2f3ef;
  font-weight:500;
}
.hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  width:auto;
  max-width:900px;
  margin:16px 0 22px;
  border:0;
  background:transparent;
  box-shadow:none;
}
.hero-proof span{
  display:flex;
  flex-direction:column;
  gap:5px;
  min-height:0;
  padding:11px 14px;
  margin-right:0;
  border:1px solid rgba(232,218,190,.28);
  border-radius:6px;
  background:rgba(255,255,255,.085);
  backdrop-filter:blur(8px);
}
.hero-proof span:last-child{margin-right:0}
.hero-proof strong{
  color:#fff;
  font-size:13px;
  line-height:1.42;
}
.hero-proof small{
  color:#bfc8c2;
  font-size:12px;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.mail-status{
  min-height:24px;
  margin:12px 0 0;
  color:#f7e8c6;
  font-size:14px;
  line-height:1.5;
  font-weight:600;
}
.hero + .section{padding-top:64px}
.hero-home{
  min-height:520px;
}
.hero-home .hero-copy{
  padding:72px clamp(52px,5vw,92px) 50px;
}
.hero-home h1{
  font-size:36px;
  line-height:1.22;
  max-width:900px;
  font-weight:800;
}
.hero-home p{
  font-size:16px;
  line-height:1.72;
  max-width:820px;
}
.hero-compact{
  min-height:520px;
  align-items:center;
}
.hero-detail{
  min-height:520px;
  background:var(--charcoal);
  border-bottom:1px solid #0c1110;
}
.hero-detail img{
  opacity:.46;
  filter:saturate(.72) contrast(1.04);
}
.hero-detail:after{
  display:block;
  background:
    linear-gradient(90deg,rgba(8,13,13,.96) 0%,rgba(16,24,23,.86) 52%,rgba(16,24,23,.38) 100%),
    linear-gradient(0deg,rgba(8,13,13,.72) 0%,rgba(16,24,23,.04) 58%);
}
.hero-detail .hero-copy{
  padding:72px clamp(52px,5vw,92px) 50px;
  color:#fff;
}
.hero-detail .kicker{
  display:block;
  font-size:12px;
  margin-bottom:14px;
}
.hero-detail h1{
  font-size:36px;
  line-height:1.22;
  max-width:900px;
  margin-bottom:12px;
  font-weight:800;
  color:#fff;
}
.hero-detail p{
  font-size:16px;
  line-height:1.72;
  max-width:820px;
  color:#f2f3ef;
  margin-bottom:18px;
  font-weight:500;
}
.hero-detail .button{
  min-height:40px;
  padding:9px 15px;
  box-shadow:0 8px 24px rgba(0,0,0,.16);
  background:rgba(255,255,255,.09);
  color:#fff;
  border-color:rgba(220,208,181,.72);
}
.hero-detail .button.primary{
  background:var(--brand);
  color:#fff;
  border-color:var(--brand);
}
.hero-detail .button:hover{
  background:var(--surface-strong);
  color:var(--brand);
  border-color:var(--surface-strong);
}
.hero-detail + .section{
  padding-top:64px;
}
.hero-compact img{
  opacity:.44;
  filter:saturate(.72) contrast(1.04);
}
.hero-compact:after{
  background:
    linear-gradient(90deg,rgba(8,13,13,.96) 0%,rgba(14,22,21,.88) 54%,rgba(14,22,21,.46) 100%),
    linear-gradient(0deg,rgba(8,13,13,.76) 0%,rgba(16,24,23,.08) 62%);
}
.hero-compact .hero-copy{
  width:auto;
  margin:0;
  padding:72px clamp(52px,5vw,92px) 50px;
}
.hero-compact .kicker{font-size:11px;margin-bottom:10px}
.hero-compact h1{
  font-size:36px;
  line-height:1.22;
  max-width:900px;
  margin-bottom:12px;
}
.hero-compact p{
  font-size:16px;
  line-height:1.72;
  max-width:820px;
  margin-bottom:14px;
}
.hero-compact .hero-proof{
  display:flex;
  width:auto;
  max-width:860px;
  gap:0;
  margin:13px 0 16px;
  border:0;
  background:transparent;
  box-shadow:none;
}
.hero-compact .hero-proof span{
  min-height:0;
  padding:0 18px 0 0;
  margin-right:18px;
  flex:0 1 auto;
  border-right:1px solid rgba(213,190,141,.34);
}
.hero-compact .hero-proof span:last-child{border-right:0;margin-right:0;padding-right:0}
.hero-compact .hero-proof strong{font-size:12px}
.hero-compact .hero-proof small{font-size:11px}
.hero-compact .hero-actions{gap:9px}
.hero-compact .button{
  min-height:44px;
  padding:10px 18px;
}
.hero-compact + .section{padding-top:64px}
.hero-profile{
  min-height:520px;
}
.hero-profile .hero-bg{
  z-index:0;
}
.hero-profile .hero-bg img{
  opacity:.76;
  filter:saturate(.92) contrast(1.04) brightness(1.08);
}
.hero-profile:after{
  z-index:1;
  background:
    radial-gradient(ellipse at 20% 56%,rgba(215,193,151,.08) 0%,rgba(215,193,151,.035) 34%,rgba(13,28,24,.025) 58%,rgba(13,28,24,0) 82%),
    linear-gradient(270deg,rgba(10,22,19,.76) 0%,rgba(13,28,24,.48) 44%,rgba(13,28,24,.08) 70%,rgba(13,28,24,0) 100%),
    linear-gradient(0deg,rgba(10,22,19,.28) 0%,rgba(16,24,23,0) 64%);
}
.hero-profile .hero-copy{
  z-index:3;
  max-width:54%;
  margin-left:44%;
  padding-top:82px;
  padding-bottom:74px;
}
.hero-profile .kicker{
  font-size:13px;
  margin-bottom:16px;
}
.hero-profile h1{
  font-size:42px;
  line-height:1.16;
  margin-bottom:14px;
}
.hero-profile p{
  max-width:680px;
  font-size:17.5px;
  line-height:1.78;
  margin-bottom:20px;
}
.hero-profile .hero-proof{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:720px;
  gap:10px;
  margin:20px 0 24px;
}
.hero-profile .hero-proof span{
  padding:13px 16px;
  min-width:0;
}
.hero-profile .hero-proof strong{
  font-size:14px;
}
.hero-profile .button{
  min-height:48px;
  padding:12px 21px;
  font-size:14.5px;
}
.hero-profile .hero-actions{
  max-width:720px;
}
.hero-profile .primary-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:4px;
}
.hero-profile .secondary-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  max-width:470px;
  margin-top:10px;
}
.hero-profile .primary-actions .button,
.hero-profile .secondary-actions .button{
  width:100%;
  min-width:0;
  white-space:normal;
  text-align:center;
}
.hero-profile .secondary-actions .button{
  min-height:44px;
  background:rgba(255,255,255,.055);
}
.hero-profile .hero-portrait{
  position:absolute;
  z-index:2;
  left:clamp(124px,14vw,232px);
  bottom:0;
  width:auto;
  height:min(96%,620px);
  max-width:42%;
  object-fit:contain;
  object-position:center bottom;
  opacity:1;
  filter:saturate(.86) contrast(.98) brightness(.9) drop-shadow(0 0 4px rgba(8,13,13,.34)) drop-shadow(0 20px 32px rgba(0,0,0,.36));
}
.hero-about{
  min-height:490px;
}
.hero-about .hero-bg img{
  opacity:.72;
  object-position:center;
  filter:saturate(.86) contrast(1.06) brightness(.78);
}
.hero-about:after{
  background:
    linear-gradient(90deg,rgba(8,14,13,.76) 0%,rgba(10,18,17,.58) 36%,rgba(10,18,17,.76) 100%),
    linear-gradient(0deg,rgba(8,13,13,.22) 0%,rgba(8,13,13,.08) 62%);
}
.hero-about-panel{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(420px,500px) minmax(0,640px);
  align-items:center;
  justify-content:start;
  gap:clamp(34px,4vw,56px);
  width:min(1180px,calc(100% - 70px));
  margin:0 auto;
  min-height:490px;
  padding:28px 0 0;
}
.hero-about-photo{
  align-self:end;
  justify-self:center;
  width:min(500px,40vw);
  margin:0 0 -6px;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.hero-about-photo img{
  width:100%;
  height:auto;
  max-height:610px;
  object-fit:contain;
  object-position:center bottom;
  display:block;
  opacity:1;
  filter:saturate(.9) contrast(1.02) brightness(.92) drop-shadow(0 18px 28px rgba(0,0,0,.36));
}
.hero-about .hero-copy{
  width:auto;
  max-width:640px;
  margin:0;
  padding:0;
}
.hero-about-facts{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:2px 0 18px;
}
.hero-about-facts span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:6px 12px;
  border:1px solid rgba(229,218,193,.34);
  border-radius:4px;
  background:rgba(255,255,255,.065);
  color:#f7f0e5;
  font-size:13px;
  font-weight:750;
  line-height:1.35;
}
@media (min-width: 1280px){
  .hero-profile .hero-portrait{
    left:clamp(144px,13vw,248px);
    height:min(94%,610px);
  }
  .hero-profile .hero-copy{
    max-width:52%;
    margin-left:45%;
  }
  .hero-about-panel{
    grid-template-columns:minmax(440px,520px) minmax(0,650px);
    gap:clamp(36px,4vw,58px);
    width:min(1220px,calc(100% - 76px));
  }
  .hero-about-photo{
    width:520px;
  }
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 18px;
  border:1px solid rgba(229,218,193,.62);
  color:#f8f1e7;
  background:rgba(255,250,242,.055);
  border-radius:4px;
  font-weight:650;
  line-height:1.35;
  letter-spacing:0;
  text-shadow:0 1px 1px rgba(0,0,0,.16);
  box-shadow:0 8px 18px rgba(0,0,0,.11);
}
.button:hover{background:var(--surface-strong);color:var(--brand);border-color:var(--surface-strong)}
.button.primary{
  background:linear-gradient(180deg,rgba(123,99,59,.94) 0%,rgba(103,82,48,.94) 100%);
  border-color:rgba(215,193,151,.5);
}
.button.primary:hover{background:var(--surface-strong);color:var(--brand)}
.section{
  width:min(var(--page-width),var(--page-fluid));
  margin:0 auto;
  padding:62px clamp(34px,5vw,92px);
  background:rgba(250,246,238,.98);
  border-left:1px solid rgba(213,198,173,.72);
  border-right:1px solid rgba(213,198,173,.72);
  border-bottom:1px solid var(--line);
}
.section:nth-of-type(odd){
  background:rgba(243,235,222,.98);
}
.section-head{
  max-width:820px;
  margin-bottom:22px;
}
.section h2{
  font-size:29px;
  line-height:1.28;
  margin:0;
  font-weight:780;
  letter-spacing:0;
}
.section h2:after{
  content:"";
  display:block;
  width:70px;
  height:2px;
  background:linear-gradient(90deg,var(--gold),rgba(64,95,87,.62));
  margin-top:14px;
}
.section h3{
  font-size:19px;
  line-height:1.38;
  margin:0 0 10px;
  font-weight:800;
}
.entity-strip{
  width:min(var(--page-width),var(--page-fluid));
  margin:0 auto;
  padding:30px clamp(34px,5vw,92px);
  display:grid;
  grid-template-columns:1.6fr 1fr;
  gap:32px;
  background:var(--surface);
  border:1px solid rgba(213,198,173,.72);
  border-top:0;
  border-radius:0;
}
.entity-strip h2{
  font-size:24px;
  margin:0 0 8px;
}
.entity-strip p{
  margin:0;
  color:#34413d;
}
.entity-strip nav{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  align-content:start;
}
.entity-strip a{
  padding:12px 14px;
  border:1px solid var(--line);
  background:var(--surface-strong);
  color:var(--brand-dark);
  font-weight:800;
  border-radius:3px;
}
.entity-strip a:hover{border-color:var(--gold);color:var(--brand)}
.subpage-intro{
  width:min(var(--page-width),var(--page-fluid));
  margin:0 auto;
  padding:34px clamp(34px,5vw,92px) 30px;
  display:grid;
  grid-template-columns:1fr;
  align-items:start;
  background:
    linear-gradient(90deg,rgba(250,246,238,.98) 0%,rgba(247,240,229,.96) 58%,rgba(240,230,214,.92) 100%);
  border:1px solid rgba(213,198,173,.64);
  border-top:0;
}
.subpage-intro > div:first-child{
  max-width:900px;
}
.subpage-intro h1{
  max-width:860px;
  margin:0 0 10px;
  font-size:30px;
  line-height:1.22;
  font-weight:820;
}
.subpage-intro h1:after{
  content:"";
  display:block;
  width:70px;
  height:2px;
  margin-top:14px;
  background:linear-gradient(90deg,var(--gold),rgba(64,95,87,.62));
}
.subpage-intro p:not(.kicker){
  max-width:820px;
  margin:0;
  color:#34413d;
  font-size:15px;
  line-height:1.72;
}
.subpage-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.subpage-actions .button{
  min-height:38px;
  padding:8px 14px;
  color:var(--brand-dark);
  background:rgba(255,250,242,.74);
  border-color:rgba(168,137,82,.45);
  box-shadow:0 8px 18px rgba(16,24,23,.08);
}
.subpage-actions .button.primary{
  color:#fff;
  background:var(--brand);
  border-color:var(--brand);
}
.subpage-actions .button:hover{
  color:#fff;
  background:#14231f;
  border-color:#14231f;
}
.subpage-actions .button.primary:hover{
  color:#fff;
  background:#14231f;
  border-color:#14231f;
}
.section.subpage-dense{
  padding-top:30px;
  padding-bottom:38px;
}
.subpage-dense .section-head{
  max-width:none;
  margin-bottom:16px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
}
.subpage-dense .section-head h2{
  font-size:25px;
}
.subpage-dense .section-head p:not(.kicker){
  max-width:520px;
  margin:0;
  color:#4a5752;
  font-size:14px;
  line-height:1.62;
}
.subpage-directory,
.subpage-records{
  display:grid;
  border:1px solid rgba(213,198,173,.70);
  background:rgba(255,252,247,.42);
  box-shadow:0 12px 28px rgba(16,24,23,.035);
}
.subpage-directory{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.subpage-records{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.subpage-directory article,
.subpage-directory a,
.subpage-records article,
.subpage-records a{
  min-height:132px;
  padding:18px 20px;
  border-right:1px solid rgba(213,198,173,.58);
  border-bottom:1px solid rgba(213,198,173,.58);
  color:var(--ink);
  text-decoration:none;
}
.subpage-directory article:nth-child(3n),
.subpage-directory a:nth-child(3n),
.subpage-records article:nth-child(2n),
.subpage-records a:nth-child(2n){border-right:0}
.subpage-directory article:nth-last-child(-n+3),
.subpage-directory a:nth-last-child(-n+3),
.subpage-records article:nth-last-child(-n+2),
.subpage-records a:nth-last-child(-n+2){border-bottom:0}
.subpage-directory span,
.subpage-records span{
  display:block;
  margin-bottom:14px;
  color:var(--gold);
  font-size:12px;
  line-height:1;
  font-weight:850;
}
.subpage-directory h3,
.subpage-records h3{
  margin:0 0 8px;
  color:var(--charcoal);
  font-size:18px;
  line-height:1.35;
}
.subpage-directory p,
.subpage-records p{
  margin:0;
  color:#34413d;
  font-size:14px;
  line-height:1.66;
}
.subpage-directory a:hover,
.subpage-records a:hover{
  background:rgba(168,137,82,.08);
}
.subpage-records .card-cta{
  display:inline-flex;
  margin-top:12px;
  color:var(--brand);
  font-size:13px;
  font-weight:850;
}
.lead{
  font-size:17px;
  line-height:1.78;
  color:#24322f;
  max-width:980px;
}
.trust-band{
  width:min(var(--page-width),var(--page-fluid));
  margin:0 auto;
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.35fr 1fr .8fr 1.1fr;
  gap:0;
  background:var(--surface);
  border:1px solid var(--line);
  border-top:0;
  border-radius:0;
  box-shadow:none;
  overflow:hidden;
}
.trust-band div{
  padding:16px 20px;
  border-right:1px solid var(--line);
}
.trust-band div:last-child{border-right:0}
.trust-band span{
  display:block;
  margin-bottom:5px;
  color:var(--gold);
  font-size:12px;
  font-weight:850;
}
.trust-band strong{
  display:block;
  color:var(--charcoal);
  font-size:15px;
  line-height:1.45;
}
.section.intelligence-band{
  background:
    linear-gradient(180deg,rgba(250,246,238,.98) 0%,rgba(243,235,222,.98) 52%,rgba(237,226,208,.98) 100%);
  color:var(--charcoal);
  border-color:var(--line);
}
.intelligence-band .section-head{
  max-width:1120px;
}
.intelligence-band h2,
.intelligence-band h3{
  color:var(--charcoal);
}
.intelligence-band p{
  color:#2f3b37;
}
.intelligence-band .kicker{
  color:var(--gold);
}
.intelligence-band h2:after{
  background:linear-gradient(90deg,var(--gold),rgba(118,90,49,.72));
}
.entity-dashboard{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:stretch;
}
.entity-card{
  border:1px solid var(--line-soft);
  background:rgba(255,250,242,.78);
  border-radius:8px;
  padding:28px;
  box-shadow:0 18px 38px rgba(16,24,23,.07);
}
.entity-card.primary{
  display:grid;
  align-content:space-between;
  min-height:310px;
}
.entity-card .lead{
  color:#24322f;
  max-width:980px;
}
.entity-facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:22px;
}
.entity-facts div{
  border:1px solid var(--line-soft);
  background:rgba(246,238,226,.86);
  border-radius:6px;
  padding:14px 15px;
}
.entity-facts span{
  display:block;
  color:var(--gold);
  font-size:12px;
  font-weight:850;
  margin-bottom:5px;
}
.entity-facts strong{
  display:block;
  color:var(--charcoal);
  line-height:1.45;
}
.coverage-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.coverage-grid div{
  min-height:130px;
  padding:18px;
  border-radius:7px;
  border:1px solid var(--line-soft);
  background:rgba(246,238,226,.86);
}
.coverage-grid strong{
  display:block;
  color:var(--brand-dark);
  font-size:32px;
  line-height:1;
  margin-bottom:10px;
}
.coverage-grid span{
  display:block;
  color:var(--gold);
  font-weight:850;
  margin-bottom:7px;
}
.coverage-grid p{
  margin:0;
  color:#33413c;
  font-size:14px;
}
.source-matrix{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  border:1px solid var(--line);
  background:var(--surface-strong);
}
.source-matrix div{
  min-height:170px;
  padding:24px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.source-matrix div:nth-child(4n){
  border-right:0;
}
.source-matrix div:nth-last-child(-n+4){
  border-bottom:0;
}
.source-matrix span{
  display:block;
  color:var(--gold);
  font-size:12px;
  font-weight:850;
  margin-bottom:10px;
}
.source-matrix strong{
  display:block;
  color:var(--brand-dark);
  font-size:18px;
  line-height:1.35;
  margin-bottom:8px;
}
.source-matrix p{
  margin:0;
  color:#34413d;
}
.query-map{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.query-map article{
  padding:20px;
  min-height:190px;
  border:1px solid var(--line);
  border-radius:7px;
  background:linear-gradient(180deg,var(--surface-strong) 0%,var(--surface) 100%);
}
.query-map span{
  display:block;
  color:var(--gold);
  font-size:12px;
  font-weight:850;
  margin-bottom:8px;
}
.query-map strong{
  display:block;
  color:var(--brand-dark);
  font-size:17px;
  line-height:1.38;
  margin-bottom:8px;
}
.query-map p{
  margin:0;
  color:#34413d;
  font-size:15px;
}
.evidence-panel{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:24px;
  align-items:start;
  padding:24px;
  background:linear-gradient(180deg,rgba(255,250,242,.74),rgba(250,246,238,.42));
  border:1px solid rgba(213,198,173,.72);
  border-radius:6px;
}
.evidence-panel>.evidence-table{
  grid-template-columns:1fr 1fr;
}
.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.info-matrix{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.info-matrix article{
  position:relative;
  min-height:164px;
  padding:24px;
  background:linear-gradient(180deg,var(--surface-strong) 0%,var(--surface) 100%);
  border:1px solid var(--line);
  border-radius:6px;
  box-shadow:0 10px 28px rgba(16,24,23,.055);
}
.info-matrix article:before{
  content:"";
  position:absolute;
  left:26px;
  top:0;
  width:42px;
  height:3px;
  background:var(--gold);
}
.info-matrix p{margin:0;color:#36413e}
.evidence-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.evidence-table div{
  background:linear-gradient(180deg,var(--surface-strong) 0%,var(--surface) 100%);
  border:1px solid var(--line);
  border-radius:6px;
  padding:19px 21px;
  box-shadow:0 8px 20px rgba(16,24,23,.04);
}
.evidence-table strong{display:block;margin-bottom:8px;color:var(--brand-dark)}
.evidence-table p{margin:0;color:#33403c}
.role-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.public-roles-layout{
  display:grid;
  grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);
  gap:22px;
  align-items:stretch;
}
.public-role-feature,
.public-role-columns article{
  border:1px solid var(--line-soft);
  border-radius:8px;
  background:rgba(255,250,242,.78);
  box-shadow:0 12px 28px rgba(16,24,23,.045);
}
.public-role-feature{
  padding:26px;
  border-top:4px solid rgba(168,137,82,.58);
}
.public-role-feature h3,
.public-role-columns h3{
  margin:0 0 14px;
  color:var(--brand-dark);
  font-size:20px;
}
.public-role-feature .check-list{
  margin-top:18px;
}
.public-role-columns{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.public-role-columns article{
  padding:24px;
}
.public-role-columns ul{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}
.public-role-columns li{
  position:relative;
  padding-left:18px;
  font-size:15px;
  line-height:1.62;
}
.public-role-columns li:before{
  content:"";
  position:absolute;
  left:0;
  top:.74em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--teal);
}
.case-summary{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:0;
  border:1px solid var(--line);
  border-radius:4px;
  background:var(--surface-strong);
  box-shadow:0 16px 36px rgba(16,24,23,.055);
  overflow:hidden;
}
.case-summary>div{
  background:transparent;
  border:0;
  border-right:1px solid var(--line);
  border-radius:0;
  padding:26px;
  box-shadow:none;
}
.case-summary>div:last-child{border-right:0}
.case-summary span{
  display:block;
  margin-bottom:10px;
  color:var(--gold);
  font-size:12px;
  font-weight:800;
  letter-spacing:0;
}
.case-summary strong{
  display:block;
  font-size:26px;
  line-height:1.25;
  color:var(--brand-dark);
}
.case-summary p{margin:0;color:#34413d;font-size:17px;line-height:1.72}
.case-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  border:1px solid var(--line);
  background:var(--surface-strong);
  box-shadow:0 18px 44px rgba(16,24,23,.08);
}
.case-grid article{
  min-height:260px;
  padding:26px 24px;
  border-right:1px solid var(--line);
  background:linear-gradient(180deg,var(--surface-strong) 0%,var(--surface-muted) 100%);
}
.case-grid article:last-child{border-right:0}
.case-grid span{
  display:inline-flex;
  margin-bottom:18px;
  color:var(--gold);
  font-size:13px;
  font-weight:900;
  letter-spacing:0;
}
.case-grid h3{
  font-size:20px;
  margin-bottom:14px;
}
.case-grid p{
  margin:0;
  color:#35423e;
}
.card{
  position:relative;
  background:linear-gradient(180deg,var(--surface-strong) 0%,var(--surface) 100%);
  border:1px solid rgba(213,198,173,.92);
  border-radius:6px;
  padding:22px;
  box-shadow:0 10px 28px rgba(16,24,23,.055);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.card:hover{
  transform:translateY(-1px);
  border-color:rgba(155,114,47,.45);
  box-shadow:var(--shadow);
}
.category-link-card{
  display:flex;
  flex-direction:column;
  color:var(--ink);
  text-decoration:none;
}
.category-link-card:hover,
.category-link-card:focus-visible{
  color:var(--ink);
}
.category-link-card:focus-visible{
  outline:3px solid rgba(168,131,74,.36);
  outline-offset:3px;
}
.category-link-card .card-cta{
  display:inline-flex;
  align-items:center;
  margin-top:auto;
  padding-top:12px;
  color:var(--brand);
  font-weight:800;
}
.category-link-card .card-cta:after{
  content:"›";
  margin-left:6px;
}
.card:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:3px;
  background:linear-gradient(90deg,var(--gold),rgba(64,95,87,.62));
  opacity:.85;
}
.inline-note-detail{
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid rgba(168,137,82,.26);
}
.inline-note-rich{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 24px;
}
.inline-note-rich section{
  min-width:0;
}
.inline-note-rich h4{
  margin:0 0 8px;
  color:var(--brand-dark);
  font-size:15px;
  line-height:1.45;
}
.inline-note-rich p{
  margin:0;
  color:#35423e;
  font-size:15px;
  line-height:1.76;
}
.topic-guidance .inline-note-rich{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.inline-note-boundary{
  margin:16px 0 0;
  padding-top:12px;
  border-top:1px dashed rgba(168,137,82,.28);
  color:var(--muted);
  font-size:13px;
  line-height:1.65;
}
.inline-note-list{
  display:grid;
  gap:22px;
}
.inline-note-card{
  position:relative;
  display:grid;
  padding:24px 26px;
  background:linear-gradient(180deg,var(--surface-strong) 0%,var(--surface) 100%);
  border:1px solid rgba(213,198,173,.92);
  border-left:3px solid rgba(168,131,74,.72);
  border-radius:4px;
  box-shadow:0 10px 24px rgba(16,24,23,.045);
}
.inline-note-card:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:2px;
  background:linear-gradient(90deg,var(--gold),rgba(64,95,87,.46));
  opacity:.55;
}
.inline-note-card > .kicker{
  margin-bottom:10px;
}
.inline-note-card h3{
  max-width:820px;
  margin:0 0 12px;
  color:var(--ink);
  font-size:21px;
  line-height:1.35;
}
.inline-note-card > p:not(.kicker):not(.inline-note-boundary){
  max-width:820px;
  margin:0;
  color:#35423e;
}
.media-card{
  display:grid;
  grid-template-rows:205px auto;
  padding:0;
  overflow:hidden;
}
.media-card:before{z-index:1}
.media-card img{
  width:100%;
  height:205px;
  object-fit:cover;
  filter:saturate(.78) contrast(1.06);
}
.media-card div{padding:22px}
.article-card{
  min-height:190px;
  display:flex;
  flex-direction:column;
}
.article-card .kicker{
  margin-bottom:12px;
}
.article-card p:not(.kicker){
  margin:0;
  color:#34413d;
}
.article-card a{
  margin-top:auto;
}
.media-card a,.card a,.text-link{
  display:inline-flex;
  margin-top:8px;
  font-weight:800;
  color:var(--brand);
}
.article-card a{margin-top:auto}
.media-card a:after,.card a:after,.text-link:after{
  content:"›";
  margin-left:6px;
}
.copy-toast{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(20,32,28,.42);
  opacity:0;
  pointer-events:none;
  transform:translateY(6px);
  transition:opacity .18s ease, transform .18s ease;
}
.copy-toast-message{
  position:relative;
  z-index:1;
  min-width:128px;
  padding:18px 30px;
  border:1px solid rgba(20,32,28,.16);
  border-radius:999px;
  color:#14211d;
  background:#fffaf3;
  box-shadow:0 22px 60px rgba(20,32,28,.36);
  font-size:18px;
  font-weight:900;
  line-height:1.2;
  text-align:center;
}
.copy-toast.is-visible{
  opacity:1;
  transform:translateY(0);
}
.faq-answer-list{
  display:grid;
  gap:22px;
}
.faq-answer-card{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  padding:0;
  overflow:visible;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  border-top:1px solid rgba(174,133,64,.42);
}
.card.faq-answer-card,
.card.faq-answer-card:hover{
  background:transparent;
  border-right:0;
  border-left:0;
  border-radius:0;
  box-shadow:none;
  transform:none;
}
.faq-answer-header{
  padding:26px 0 22px;
  border-bottom:1px solid rgba(213,198,173,.78);
  background:transparent;
}
.faq-answer-header .kicker{
  margin-bottom:12px;
}
.faq-answer-card h3{
  margin:0;
  max-width:920px;
  font-size:22px;
  line-height:1.45;
}
.faq-answer-insights{
  display:grid;
}
.faq-professional-answer{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
}
.faq-answer-insight{
  display:grid;
  grid-template-columns:minmax(116px,.18fr) minmax(0,1fr);
  gap:24px;
  min-height:0;
  padding:18px 0;
  border-bottom:1px solid rgba(213,198,173,.48);
}
.faq-answer-insight:last-child{
  border-bottom:0;
}
.faq-professional-answer h4{
  margin:0;
  color:var(--brand);
  font-size:14px;
  line-height:1.6;
  font-weight:800;
}
.faq-professional-answer p{
  margin:0;
  color:#34413d;
}
.faq-answer-footer{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:18px 0 24px;
  border-top:1px solid rgba(213,198,173,.72);
  background:transparent;
}
.faq-answer-footer .tag-list{
  max-width:520px;
}
.faq-answer-linkset{
  display:grid;
  gap:10px;
  justify-items:end;
}
.related-case-row{
  display:flex;
  align-items:baseline;
  justify-content:flex-end;
  gap:14px;
  color:#5f6a65;
}
.related-case-row strong{
  color:var(--brand);
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}
.related-case-row nav,
.related-case-row .resource-link-group{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px 16px;
}
.related-case-row a{
  color:#72592f;
  font-weight:800;
}
.faq-answer-footer .hero-actions{
  justify-content:flex-end;
  gap:14px 18px;
}
.case-child-page .subpage-intro{
  min-height:auto;
}
.case-child-intro{
  border-bottom:1px solid var(--line);
}
.case-child-brief{
  display:grid;
  grid-template-columns:minmax(260px,.46fr) minmax(0,1fr);
  gap:28px;
  padding:24px 0 28px;
  border-top:1px solid rgba(174,133,64,.42);
  border-bottom:1px solid rgba(213,198,173,.62);
  margin-bottom:26px;
}
.case-child-brief h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.28;
}
.case-child-brief p{
  margin:0;
  color:#34413d;
}
.case-child-summary-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid rgba(174,133,64,.42);
  border-bottom:1px solid rgba(213,198,173,.62);
  margin-bottom:26px;
}
.case-child-timeline{
  display:grid;
  gap:0;
  border-top:1px solid rgba(174,133,64,.42);
  border-bottom:1px solid rgba(213,198,173,.62);
  margin-bottom:26px;
}
.case-child-timeline>div{
  display:grid;
  grid-template-columns:110px minmax(120px,.24fr) minmax(0,1fr);
  gap:18px;
  padding:16px 0;
  border-bottom:1px solid rgba(213,198,173,.48);
}
.case-child-timeline>div:last-child{
  border-bottom:0;
}
.case-child-timeline span{
  color:var(--brand);
  font-size:13px;
  font-weight:800;
}
.case-child-timeline strong{
  color:#13221f;
}
.case-child-timeline p{
  margin:0;
  color:#34413d;
}
.case-child-analysis-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid rgba(174,133,64,.42);
  border-left:1px solid rgba(213,198,173,.62);
  margin-bottom:28px;
}
.case-child-analysis-grid article{
  display:grid;
  align-content:start;
  gap:10px;
  padding:20px 22px;
  border-right:1px solid rgba(213,198,173,.62);
  border-bottom:1px solid rgba(213,198,173,.62);
  background:rgba(255,252,247,.5);
}
.case-child-analysis-grid strong{
  color:var(--brand);
  font-size:15px;
  font-weight:800;
}
.case-child-analysis-grid p{
  margin:0;
  color:#34413d;
}
.case-child-summary-grid>div{
  display:grid;
  gap:9px;
  padding:18px 20px;
  border-right:1px solid rgba(213,198,173,.62);
}
.case-child-summary-grid>div:last-child{
  border-right:0;
}
.case-child-summary-grid span{
  color:var(--brand);
  font-weight:800;
  font-size:13px;
}
.case-child-summary-grid strong{
  color:#13221f;
  font-size:17px;
}
.case-child-summary-grid p{
  margin:0;
  color:#34413d;
}
.case-child-story{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin-bottom:28px;
}
.case-child-boundary{
  display:grid;
  gap:8px;
  padding:18px 20px;
  margin-bottom:28px;
  border:1px solid rgba(174,133,64,.42);
  background:rgba(255,250,242,.72);
  border-radius:6px;
}
.case-child-boundary strong{
  color:var(--brand);
  font-size:15px;
}
.case-child-boundary p{
  margin:0;
  color:#34413d;
}
.case-child-story article{
  display:grid;
  align-content:start;
  gap:10px;
  padding:22px 24px;
  background:rgba(255,250,242,.56);
  border:1px solid rgba(213,198,173,.86);
  border-radius:6px;
}
.case-child-story h3{
  margin:0;
  font-size:20px;
  line-height:1.35;
}
.case-child-story p{
  margin:0;
  color:#34413d;
}
.case-child-record{
  border-top:1px solid rgba(174,133,64,.42);
}
.case-child-row{
  display:grid;
  grid-template-columns:minmax(132px,.2fr) minmax(0,1fr);
  gap:26px;
  padding:18px 0;
  border-bottom:1px solid rgba(213,198,173,.62);
}
.case-child-row:last-child{
  border-bottom:0;
}
.case-child-row strong,
.case-child-links strong{
  color:var(--brand);
  font-size:14px;
  font-weight:800;
}
.case-child-row p{
  margin:0;
  color:#34413d;
}
.case-child-row .tag-list{
  gap:8px;
}
.case-child-links{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid rgba(174,133,64,.42);
}
.case-child-links>div{
  display:grid;
  gap:12px;
  padding:18px 20px;
  border-right:1px solid rgba(213,198,173,.62);
}
.case-child-links>div:last-child{
  border-right:0;
}
.case-child-links nav{
  display:grid;
  gap:8px;
}
.case-child-links a{
  color:#72592f;
  font-weight:800;
}
.tag-list{display:flex;flex-wrap:wrap;gap:10px}
.tag-list span{
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:999px;
  padding:7px 12px;
  color:#20322d;
  font-weight:650;
  line-height:1.5;
}
.check-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 18px;
  padding-left:0;
  list-style:none;
}
.check-list li{
  position:relative;
  background:rgba(255,250,242,.74);
  border:1px solid var(--line);
  border-radius:4px;
  padding:14px 16px 14px 42px;
}
.check-list li:before{
  content:"";
  position:absolute;
  left:17px;
  top:23px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--teal);
}
.question-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.question-grid a,.question-list a{
  display:block;
  background:linear-gradient(180deg,var(--surface-strong) 0%,var(--surface) 100%);
  border:1px solid var(--line);
  border-radius:6px;
  padding:16px 17px;
  color:var(--ink);
  font-size:16px;
  line-height:1.68;
  box-shadow:0 8px 20px rgba(16,24,23,.04);
}
.question-grid a:hover,.question-list a:hover{
  border-color:rgba(64,95,87,.34);
  background:var(--surface-strong);
  color:var(--brand);
}
.question-list{display:grid;gap:10px}
.question-list span{
  display:inline-flex;
  width:38px;
  color:var(--brand);
  font-weight:800;
}
.question-entry-panel{
  display:block;
  margin-top:18px;
}
.question-entry-panel summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 14px;
  list-style:none;
  cursor:pointer;
}
.question-entry-panel summary::-webkit-details-marker{display:none}
.question-entry-panel summary h2{
  margin:0;
}
.question-entry-panel summary h2:after{
  content:"";
  display:block;
  width:70px;
  height:2px;
  margin-top:14px;
  background:linear-gradient(90deg,var(--gold),rgba(64,95,87,.62));
}
.question-entry-panel summary span{
  flex:0 0 auto;
  color:var(--brand);
  font-size:13px;
  font-weight:850;
}
.section-more{
  margin:16px 0 0;
}
.split{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.split>div{
  background:var(--surface-strong);
  border:1px solid var(--line);
  border-radius:4px;
  padding:24px;
  box-shadow:0 10px 28px rgba(23,32,31,.05);
}

body.home-page main{
  background:
    linear-gradient(180deg,rgba(250,246,238,.42) 0%,rgba(232,220,200,.44) 54%,rgba(248,244,236,.78) 100%);
}
.home-page .trust-band{
  background:linear-gradient(180deg,var(--surface-strong) 0%,var(--surface-muted) 100%);
  border-color:var(--line-soft);
  box-shadow:0 14px 30px rgba(17,25,22,.065);
}
.home-page .section{
  position:relative;
  overflow:hidden;
}
.home-page .section-head{
  max-width:880px;
  margin-bottom:30px;
}
.home-page .section-head .kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}
.home-page .section-head .kicker:after{
  content:"";
  display:block;
  width:34px;
  height:1px;
  background:currentColor;
  opacity:.72;
}
.home-page .section h2{
  font-size:34px;
  letter-spacing:0;
}
.home-page .section h2:after{
  width:86px;
  height:3px;
  background:linear-gradient(90deg,var(--gold),rgba(64,95,87,.72));
}
.section.home-authority{
  background:
    radial-gradient(circle at 9% 16%,rgba(168,137,82,.16) 0,rgba(168,137,82,0) 31%),
    linear-gradient(135deg,#111916 0%,#1e2d27 50%,#2f4038 100%);
  color:#f5eee2;
  border-color:rgba(168,137,82,.2);
}
.home-authority:before{
  content:"";
  position:absolute;
  inset:20px;
  border:1px solid rgba(215,193,151,.13);
  pointer-events:none;
}
.home-authority .section-head,
.home-authority .entity-dashboard{
  position:relative;
  z-index:1;
}
.home-authority h2,
.home-authority h3{
  color:#fff7ea;
}
.home-authority p{
  color:#dfe5df;
}
.home-authority .kicker,
.home-authority .entity-facts span,
.home-authority .coverage-grid span{
  color:var(--gold);
}
.home-authority h2:after{
  background:linear-gradient(90deg,var(--gold),rgba(215,193,151,.62));
}
.home-authority .entity-card{
  border-color:rgba(215,193,151,.22);
  background:rgba(255,250,242,.065);
  box-shadow:0 22px 46px rgba(0,0,0,.18);
  backdrop-filter:blur(8px);
}
.home-authority .entity-card.primary{
  border-left:4px solid rgba(215,193,151,.58);
}
.home-authority .entity-card .lead{
  color:#fff7ea;
  font-size:18px;
}
.home-authority .entity-facts div,
.home-authority .coverage-grid div{
  border-color:rgba(215,193,151,.2);
  background:rgba(255,250,242,.07);
}
.home-authority .entity-facts strong,
.home-authority .coverage-grid strong{
  color:#fff;
}
.home-authority .coverage-grid p{
  color:#d7dfd8;
}
.home-profile-map{
  background:
    linear-gradient(180deg,var(--surface) 0%,var(--surface-muted) 100%);
}
.home-profile-map .source-matrix{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  border:0;
  background:transparent;
}
.home-profile-map .source-matrix div{
  position:relative;
  min-height:188px;
  padding:24px 22px;
  border:1px solid rgba(215,193,151,.2);
  border-radius:8px;
  background:linear-gradient(135deg,var(--brand-dark) 0%,#2b3d35 100%);
  box-shadow:0 20px 44px rgba(0,0,0,.14);
}
.home-profile-map .source-matrix div:before{
  content:"";
  position:absolute;
  left:22px;
  top:0;
  width:44px;
  height:3px;
  background:linear-gradient(90deg,var(--gold),rgba(64,95,87,.55));
}
.home-profile-map .source-matrix div strong{
  color:#fff7ea;
}
.home-profile-map .source-matrix div p{
  color:#dce2dc;
}
.home-scenarios{
  background:var(--surface);
}
.home-scenarios .query-map{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  border:1px solid var(--line-soft);
  background:var(--surface-strong);
  box-shadow:0 16px 38px rgba(17,25,22,.065);
}
.home-scenarios .query-map article{
  position:relative;
  min-height:236px;
  padding:26px 22px;
  border:0;
  border-right:1px solid rgba(213,198,173,.72);
  border-radius:0;
  background:linear-gradient(180deg,var(--surface-strong) 0%,var(--surface-muted) 100%);
  box-shadow:none;
}
.home-scenarios .query-map article:last-child{
  border-right:0;
}
.home-scenarios .query-map article:before{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  top:0;
  height:3px;
  background:rgba(168,137,82,.42);
}
.home-scenarios .query-map article:nth-child(even){
  background:linear-gradient(180deg,#f4eddf 0%,var(--surface) 100%);
}
.home-scenarios .query-map span{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  border:1px solid rgba(168,137,82,.3);
  border-radius:50%;
  color:var(--brand-dark);
  background:var(--surface-strong);
  font-size:14px;
}
.home-services{
  background:
    linear-gradient(180deg,var(--surface-muted) 0%,var(--surface) 100%);
}
.home-services .card-grid,
.home-cases .card-grid{
  gap:24px;
}
.home-services .article-card,
.home-cases .article-card{
  min-height:260px;
  padding:30px;
  border-radius:8px;
}
.home-services .article-card{
  background:linear-gradient(135deg,var(--brand-dark) 0%,#2c4038 100%);
  border-color:rgba(215,193,151,.22);
  box-shadow:0 20px 44px rgba(0,0,0,.16);
}
.home-services .article-card h3,
.home-services .article-card p:not(.kicker),
.home-services .article-card a{
  color:#fff7ea;
}
.home-services .article-card .kicker{
  color:var(--gold);
}
.home-evidence{
  background:#f4eddf;
}
.home-evidence .evidence-panel{
  grid-template-columns:.86fr 1.14fr;
  gap:28px;
  padding:30px;
  border:1px solid var(--line-soft);
  border-radius:10px;
  background:
    linear-gradient(135deg,rgba(255,250,242,.9) 0%,rgba(235,224,205,.82) 100%);
  box-shadow:0 18px 42px rgba(17,25,22,.07);
}
.home-evidence .evidence-table div{
  border-color:var(--line-soft);
  background:rgba(255,250,242,.74);
}
.home-cases{
  background:var(--surface);
  color:var(--ink);
}
.home-cases .case-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.home-cases .case-grid article:nth-child(3){
  border-right:0;
}
.home-cases h2,
.home-cases h3{
  color:var(--brand-dark);
}
.home-cases p{
  color:#34413d;
}
.home-cases .kicker,
.home-cases .article-card a{
  color:var(--gold);
}
.home-cases .case-grid a,
.home-cases .article-card a{
  color:var(--brand);
}
.home-cases .article-card{
  background:linear-gradient(180deg,var(--surface-strong) 0%,var(--surface) 100%);
  border-color:rgba(213,198,173,.92);
  box-shadow:0 10px 28px rgba(16,24,23,.055);
}
.home-cases .article-card p:not(.kicker){
  color:#34413d;
}
.home-faq{
  background:var(--surface);
}
.home-faq .question-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.home-faq .question-grid a{
  position:relative;
  min-height:92px;
  padding:20px 22px 20px 52px;
  border-color:var(--line-soft);
  background:linear-gradient(180deg,var(--surface-strong) 0%,#f6eee2 100%);
}
.home-faq .question-grid a:before{
  content:"";
  position:absolute;
  left:22px;
  top:27px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--brand);
  box-shadow:0 0 0 6px rgba(118,90,49,.1);
}
.home-next{
  background:
    radial-gradient(circle at 86% 20%,rgba(168,137,82,.12) 0,rgba(168,137,82,0) 30%),
    linear-gradient(180deg,#f2eadc 0%,var(--surface) 100%);
}
.home-next .split>div{
  border-radius:8px;
  border-color:var(--line-soft);
  background:rgba(255,250,242,.84);
}
.fact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.fact-grid div{
  background:var(--surface-strong);
  border:1px solid var(--line);
  border-radius:4px;
  padding:20px;
}
.fact-grid span{display:block;color:var(--muted);font-size:13px;margin-bottom:6px}
.fact-grid strong{font-size:18px}
.timeline{display:grid;gap:14px}
.timeline div{
  display:grid;
  grid-template-columns:190px 1fr;
  gap:18px;
  background:var(--surface-strong);
  border:1px solid var(--line);
  border-radius:4px;
  padding:19px;
}
.timeline time{font-weight:800;color:var(--brand)}
.profile-layout{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);
  gap:22px;
  align-items:stretch;
}
.profile-layout figure{
  margin:0;
  overflow:hidden;
  background:var(--surface-strong);
  border:1px solid var(--line);
  border-radius:6px;
  box-shadow:0 16px 34px rgba(16,24,23,.08);
}
.profile-layout img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.profile-layout figcaption{
  min-height:46px;
  display:flex;
  align-items:center;
  padding:10px 14px;
  color:#34413d;
  font-size:13px;
  line-height:1.45;
  background:var(--surface);
  border-top:1px solid var(--line);
}
.profile-main{
  min-height:560px;
}
.profile-main img{
  aspect-ratio:4/5;
}
.profile-gallery{
  display:grid;
  gap:22px;
}
.profile-gallery figure{
  min-height:269px;
}
.profile-gallery img{
  aspect-ratio:16/11;
  object-position:center 24%;
}
.profile-compact{
  grid-template-columns:minmax(220px,320px) minmax(0,1fr);
  align-items:center;
  gap:28px;
  max-width:960px;
}
.profile-compact .profile-main{
  min-height:0;
}
.profile-compact .profile-main img{
  height:320px;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center 18%;
}
.profile-summary-card{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.profile-summary-card div{
  min-height:88px;
  padding:18px;
  border:1px solid var(--line-soft);
  border-radius:6px;
  background:rgba(255,250,242,.78);
}
.profile-summary-card div:last-child{
  grid-column:1/-1;
}
.profile-summary-card span{
  display:block;
  margin-bottom:6px;
  color:var(--muted);
  font-size:13px;
}
.profile-summary-card strong{
  display:block;
  color:var(--ink);
  font-size:17px;
  line-height:1.45;
}
.profile-inner{
  width:100%;
  margin:0;
}
.profile-inner .section-head{
  max-width:820px;
}
.profile-panel{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:34px;
  align-items:center;
  width:100%;
  padding:30px;
  border:1px solid var(--line-soft);
  border-radius:10px;
  background:
    linear-gradient(135deg,rgba(255,250,242,.88) 0%,rgba(241,232,216,.72) 100%);
  box-shadow:0 18px 40px rgba(16,24,23,.07);
}
.profile-panel-photo{
  margin:0;
  overflow:hidden;
  aspect-ratio:4/5;
  border-radius:8px;
  border:1px solid rgba(168,137,82,.22);
  background:var(--surface-strong);
}
.profile-panel-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 18%;
}
.profile-panel-copy{
  max-width:none;
}
.profile-panel-copy .kicker{
  margin-bottom:8px;
}
.profile-panel-copy h3{
  margin:0 0 10px;
  color:var(--brand-dark);
  font-size:24px;
  line-height:1.32;
}
.profile-panel-copy p{
  max-width:760px;
  color:#34413d;
}
.profile-meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin:18px 0 16px;
  padding:15px 0;
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
}
.profile-meta div{
  padding-right:18px;
}
.profile-meta dt{
  margin:0 0 4px;
  color:var(--muted);
  font-size:12px;
}
.profile-meta dd{
  margin:0;
  color:var(--ink);
  font-weight:800;
  line-height:1.45;
}
.contact-identity{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(240px,360px);
  gap:32px;
  align-items:center;
}
.contact-identity .contact-identity-copy{
  max-width:760px;
}
.contact-identity figure{
  margin:0;
  overflow:hidden;
  border-radius:6px;
  border:1px solid var(--line);
  box-shadow:0 16px 34px rgba(16,24,23,.08);
  background:var(--surface-strong);
}
.contact-identity img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center 24%;
}
.contact-prep{
  background:rgba(243,235,222,.98);
}
.prep-checklist{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:34px;
  align-items:start;
  margin-top:10px;
}
.prep-group{
  border-top:2px solid rgba(119,98,61,.68);
  padding-top:20px;
}
.prep-group h3{
  margin:0 0 16px;
  color:var(--ink);
  font-size:22px;
  line-height:1.3;
}
.prep-group ol,
.prep-group ul{
  display:grid;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
}
.prep-group li{
  display:grid;
  grid-template-columns:minmax(108px,136px) minmax(0,1fr);
  gap:18px;
  padding:16px 0;
  border-top:1px solid rgba(168,137,82,.24);
}
.prep-group li:first-child{
  border-top:0;
}
.prep-group strong{
  color:var(--ink);
  font-size:16px;
  line-height:1.55;
}
.prep-group span{
  color:#26332e;
  font-size:15px;
  line-height:1.78;
}
.numbered{display:grid;gap:12px}
.numbered p{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:12px;
  margin:0;
  background:var(--surface-strong);
  border:1px solid var(--line);
  border-radius:4px;
  padding:16px 17px;
}
.numbered span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--brand-dark),var(--brand));
  color:#fff;
  font-weight:800;
}
.table-like{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.table-like div{
  background:var(--surface-strong);
  border:1px solid var(--line);
  border-radius:4px;
  padding:22px;
}
.search-panel{
  display:grid;
  gap:16px;
}
.search-form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  background:var(--surface-strong);
  border:1px solid var(--line);
  border-radius:6px;
  padding:12px;
  box-shadow:0 10px 28px rgba(16,24,23,.055);
}
.search-form input{
  width:100%;
  min-height:44px;
  border:1px solid var(--line);
  border-radius:4px;
  padding:0 14px;
  color:var(--ink);
  background:var(--surface);
  font:inherit;
}
.search-form button{
  min-height:44px;
  border:1px solid var(--brand);
  border-radius:4px;
  padding:0 18px;
  color:#fff;
  background:var(--brand);
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.search-results{
  display:grid;
  gap:10px;
}
.search-result{
  display:block;
  background:linear-gradient(180deg,var(--surface-strong) 0%,var(--surface) 100%);
  border:1px solid var(--line);
  border-radius:6px;
  padding:16px 18px;
  color:var(--ink);
}
.search-result:hover{
  border-color:rgba(155,114,47,.45);
  color:var(--ink);
  box-shadow:0 10px 28px rgba(16,24,23,.055);
}
.search-result strong{
  display:block;
  margin-bottom:6px;
  color:var(--brand-dark);
}
.search-result span{
  display:block;
  color:var(--muted);
  font-size:14px;
}
.search-empty{
  padding:16px 18px;
  border:1px solid var(--line);
  border-radius:6px;
  background:var(--surface-strong);
  color:var(--muted);
}
.site-footer{
  width:min(var(--page-width),var(--page-fluid));
  margin:0 auto;
  padding:44px clamp(34px,5vw,92px);
  background:var(--charcoal);
  color:#f4f5ef;
  border-radius:0;
  box-shadow:0 22px 54px rgba(16,24,23,.18);
}
.site-footer a{color:#f4f5ef}
.footer-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px}
.footer-links .legal-note{
  position:relative;
  display:inline-flex;
  align-items:center;
  padding:0;
  border:0;
  background:transparent;
  color:#f4f5ef;
  font:inherit;
  font-weight:700;
  line-height:1.5;
  cursor:help;
}
.footer-links .legal-note:focus-visible{
  outline:2px solid rgba(215,193,151,.78);
  outline-offset:4px;
}
.footer-links .legal-note::after{
  content:attr(data-note);
  position:absolute;
  left:50%;
  bottom:calc(100% + 10px);
  z-index:60;
  width:min(280px,72vw);
  padding:10px 12px;
  border:1px solid rgba(215,193,151,.38);
  border-radius:4px;
  background:#fffaf2;
  color:var(--brand-dark);
  box-shadow:0 14px 30px rgba(16,24,23,.24);
  font-size:13px;
  font-weight:600;
  line-height:1.55;
  white-space:normal;
  text-align:left;
  opacity:0;
  pointer-events:none;
  transform:translate(-50%,6px);
  transition:opacity .16s ease,transform .16s ease;
}
.footer-links .legal-note::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:calc(100% + 4px);
  z-index:61;
  width:10px;
  height:10px;
  background:#fffaf2;
  border-right:1px solid rgba(215,193,151,.38);
  border-bottom:1px solid rgba(215,193,151,.38);
  opacity:0;
  pointer-events:none;
  transform:translate(-50%,6px) rotate(45deg);
  transition:opacity .16s ease,transform .16s ease;
}
.footer-links .legal-note:hover::after,
.footer-links .legal-note:focus-visible::after,
.footer-links .legal-note:hover::before,
.footer-links .legal-note:focus-visible::before{
  opacity:1;
  transform:translate(-50%,0);
}
.footer-links .legal-note:hover::before,
.footer-links .legal-note:focus-visible::before{
  transform:translate(-50%,0) rotate(45deg);
}
.fine-print{color:#cdd4cf;font-size:13px;max-width:900px}
.mobile-dock,.mobile-menu{display:none}
.mobile-text{display:none}
.mobile-hero-profile-card{display:none}
.mobile-hero-portrait{display:none}
.desktop-text{display:inline}
@media (max-width: 980px){
  .card-grid,.question-grid,.fact-grid,.info-matrix,.role-groups{grid-template-columns:repeat(2,minmax(0,1fr))}
  .faq-professional-answer{grid-template-columns:1fr}
  .faq-answer-insight:nth-child(n){border-bottom:1px solid rgba(213,198,173,.48)}
  .faq-answer-insight:last-child{border-bottom:0}
  .faq-answer-footer{display:grid}
  .faq-answer-footer .hero-actions{justify-content:flex-start}
  .source-matrix,.query-map{grid-template-columns:repeat(2,minmax(0,1fr))}
  .source-matrix div:nth-child(4n){border-right:1px solid var(--line)}
  .source-matrix div:nth-child(2n){border-right:0}
  .source-matrix div:nth-last-child(-n+4){border-bottom:1px solid var(--line)}
  .source-matrix div:nth-last-child(-n+2){border-bottom:0}
  .entity-dashboard{grid-template-columns:1fr}
  .case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .case-grid article:nth-child(2){border-right:0}
  .case-grid article{border-bottom:1px solid var(--line)}
  .case-grid article:nth-child(n+3){border-bottom:0}
}
@media (max-width: 860px){
  :root{
    --page-fluid:calc(100vw - 30px);
  }
  .prep-checklist{
    grid-template-columns:1fr;
    gap:24px;
  }
  .prep-group li{
    grid-template-columns:1fr;
    gap:6px;
    padding:14px 0;
  }
  .inline-note-rich{
    grid-template-columns:1fr;
    gap:14px;
  }
  .inline-note-card{
    padding:20px;
  }
  body{
    font-size:15px;
    line-height:1.66;
    overflow-x:hidden;
    background:#f6f5f0;
    padding-bottom:68px;
  }
  p,li{
    font-size:15px;
    line-height:1.66;
  }
  .desktop-text{display:none}
  .mobile-text{display:inline}
  .site-header{
    position:sticky;
    top:0;
    width:auto;
    margin:0;
    display:grid;
    grid-template-columns:1fr auto auto;
    align-items:center;
    gap:12px;
    min-height:0;
    padding:11px 15px;
    background:rgba(16,24,23,.98);
    border-left:0;
    border-right:0;
    border-bottom:1px solid rgba(155,114,47,.36);
    border-radius:0;
    box-shadow:0 8px 22px rgba(16,24,23,.2);
  }
  .brand{
    min-width:0;
    padding:0;
  }
  .brand span{font-size:16px}
  .brand small{font-size:11px;margin-top:3px}
  .site-nav{display:none}
  .language-switch{
    min-width:66px;
    height:30px;
  }
  .language-switch a{
    min-width:32px;
    height:28px;
    padding:0 7px;
    font-size:11px;
  }
  .mobile-menu{
    display:block;
    position:relative;
  }
  .mobile-menu summary{
    list-style:none;
    min-height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 13px;
    border:1px solid rgba(213,190,141,.36);
    border-radius:999px;
    color:#fff;
    font-size:13px;
    font-weight:800;
    cursor:pointer;
    user-select:none;
    background:rgba(255,255,255,.055);
  }
  .mobile-menu summary::-webkit-details-marker{display:none}
  .mobile-menu nav{
    position:absolute;
    right:0;
    top:42px;
    width:188px;
    display:grid;
    gap:6px;
    padding:9px;
    background:rgba(16,24,23,.98);
    border:1px solid rgba(213,190,141,.26);
    border-radius:8px;
    box-shadow:0 18px 36px rgba(0,0,0,.28);
  }
  .mobile-menu nav a{
    min-height:36px;
    display:flex;
    align-items:center;
    padding:0 11px;
    color:#f7f4ec;
    border-radius:5px;
    font-size:13px;
    font-weight:800;
    background:rgba(255,255,255,.045);
  }
  .hero,
  .hero-home,
  .hero-detail,
  .hero-compact,
  .hero-profile{
    min-height:0;
    border-bottom:0;
    width:calc(100vw - 30px);
    margin:14px auto 0;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 16px 38px rgba(16,24,23,.12);
  }
  .hero img{
    opacity:.62;
    object-position:64% center;
    filter:saturate(.86) contrast(1.08);
  }
  .hero-profile .hero-bg img{
    opacity:.66;
    filter:saturate(.92) contrast(1.04) brightness(1.06);
  }
  .hero-profile .hero-portrait{
    left:auto;
    right:-6%;
    height:86%;
    max-width:none;
    opacity:.28;
    filter:saturate(.96) contrast(1.04) drop-shadow(0 12px 22px rgba(0,0,0,.22));
  }
  .hero-about{
    min-height:0;
  }
  .hero-about .hero-bg img{
    opacity:.64;
    object-position:center;
    filter:saturate(.86) contrast(1.08) brightness(.82);
  }
  .hero-about-panel{
    grid-template-columns:150px minmax(0,1fr);
    gap:18px;
    width:auto;
    padding:28px 18px;
  }
  .hero-about-photo{
    width:150px;
    align-self:start;
  }
  .hero-about-photo img{
    opacity:1;
    object-position:center 16%;
    filter:saturate(.92) contrast(1.03) brightness(.96);
  }
  .hero-about .hero-copy{
    width:auto;
    max-width:100%;
    margin:0;
    padding:0;
  }
  .hero:after,
  .hero-detail:after,
  .hero-compact:after,
  .hero-profile:after{
    background:
      linear-gradient(180deg,rgba(8,13,13,.66) 0%,rgba(10,18,17,.48) 58%,rgba(10,18,17,.46) 100%),
      linear-gradient(90deg,rgba(10,22,19,.76) 0%,rgba(10,22,19,.58) 42%,rgba(16,24,23,.08) 100%);
  }
  .hero-copy,
  .hero-home .hero-copy,
  .hero-detail .hero-copy,
  .hero-compact .hero-copy,
  .hero-profile .hero-copy{
    width:auto;
    max-width:100%;
    margin-left:0;
    padding:24px 14px 18px;
  }
  .hero-profile{
    min-height:460px;
  }
  .hero-profile .hero-copy{
    padding:34px 22px 28px;
  }
  .hero .kicker{
    margin-bottom:8px;
    font-size:11px;
  }
  .hero h1,
  .hero-home h1,
  .hero-detail h1,
  .hero-compact h1{
    max-width:100%;
    font-size:25px;
    line-height:1.16;
    margin-bottom:9px;
    overflow-wrap:anywhere;
  }
  .hero p,
  .hero-home p,
  .hero-detail p,
  .hero-compact p{
    max-width:100%;
    font-size:15px;
    line-height:1.64;
    margin-bottom:12px;
    font-weight:500;
  }
  .hero-home p{display:block;overflow:visible}
  .hero-actions{
    display:flex;
    gap:8px;
    width:100%;
  }
  .hero-profile .primary-actions{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:9px;
    margin-top:4px;
  }
  .hero-profile .secondary-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
    max-width:360px;
    margin-top:9px;
  }
  .button,
  .hero-detail .button,
  .hero-compact .button{
    width:auto;
    flex:1 1 0;
    min-height:42px;
    padding:9px 10px;
    border-radius:4px;
    font-size:14px;
    font-weight:650;
    line-height:1.35;
    box-shadow:none;
  }
  .hero-proof,
  .hero-compact .hero-proof{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    overflow:visible;
    gap:7px;
    margin:14px 0 16px;
    width:100%;
  }
  .hero-home .hero-proof{
    display:flex;
  }
  .hero-proof::-webkit-scrollbar,
  .hero-compact .hero-proof::-webkit-scrollbar{display:none}
  .hero-proof span,
  .hero-compact .hero-proof span{
    min-height:0;
    margin:0;
    padding:10px 11px;
    border:1px solid rgba(213,190,141,.18);
    border-radius:4px;
    background:rgba(255,255,255,.045);
  }
  .hero-proof span:last-child,
  .hero-compact .hero-proof span:last-child{
    border:1px solid rgba(213,190,141,.2);
  }
  .hero-proof strong,
  .hero-compact .hero-proof strong{font-size:12px;line-height:1.35}
  .hero-proof small,
  .hero-compact .hero-proof small{font-size:10.5px}
  .hero + .section,
  .hero-detail + .section,
  .hero-compact + .section{
    padding-top:28px;
  }
  .section{
    width:calc(100vw - 30px);
    padding:34px 0;
    background:transparent;
    border-left:0;
    border-right:0;
    border-bottom:0;
  }
  .trust-band{
    width:calc(100vw - 30px);
    margin:12px auto 0;
    grid-template-columns:1fr 1fr;
    border-radius:9px;
    overflow:hidden;
    box-shadow:0 12px 28px rgba(16,24,23,.09);
  }
  .trust-band div{
    padding:12px 13px;
    border-right:1px solid var(--line);
    border-bottom:1px solid var(--line);
  }
  .trust-band div:nth-child(2n){border-right:0}
  .trust-band div:nth-last-child(-n+2){border-bottom:0}
  .trust-band span{font-size:10.5px;margin-bottom:3px}
  .trust-band strong{font-size:12.5px;line-height:1.35}
  .evidence-panel{
    grid-template-columns:1fr;
    gap:14px;
    padding:14px;
    border-radius:8px;
  }
  .evidence-panel>.evidence-table{
    grid-template-columns:1fr;
  }
  .section-head{
    margin-bottom:14px;
  }
  .section h2{
    font-size:23px;
    line-height:1.25;
  }
  .section h2:after{
    width:46px;
    margin-top:9px;
  }
  .section h3{font-size:17px;line-height:1.34}
  .lead{font-size:15px;line-height:1.7}
  .card-grid,.info-matrix,.role-groups{
    grid-template-columns:1fr;
  }
  .faq-answer-card{
    grid-template-columns:1fr;
  }
  .faq-answer-header{
    grid-row:auto;
    padding:18px;
    border-right:0;
    border-bottom:1px solid rgba(213,198,173,.72);
  }
  .faq-answer-card h3{
    font-size:17px;
    line-height:1.42;
  }
  .faq-professional-answer{
    grid-template-columns:1fr;
  }
  .faq-answer-insights,
  .faq-answer-footer{
    grid-column:1;
  }
  .faq-answer-insight:nth-child(n){
    grid-template-columns:1fr;
    gap:6px;
    min-height:0;
    padding:16px 18px;
    border-right:0;
    border-bottom:1px solid rgba(213,198,173,.48);
  }
  .faq-answer-insight:last-child{
    border-bottom:0;
  }
  .faq-professional-answer h4{
    font-size:13px;
  }
  .faq-answer-footer{
    padding:16px 18px 18px;
  }
  .faq-answer-linkset,
  .related-case-row,
  .related-case-row nav,
  .related-case-row .resource-link-group{
    justify-items:start;
    justify-content:flex-start;
  }
  .related-case-row{
    display:grid;
    gap:8px;
  }
  .case-child-row{
    grid-template-columns:1fr;
    gap:6px;
    padding:16px 0;
  }
  .case-child-summary-grid,
  .case-child-story,
  .case-child-brief,
  .case-child-analysis-grid{
    grid-template-columns:1fr;
  }
  .case-child-timeline>div{
    grid-template-columns:1fr;
    gap:6px;
  }
  .case-child-summary-grid>div{
    border-right:0;
    border-bottom:1px solid rgba(213,198,173,.62);
    padding:16px 0;
  }
  .case-child-summary-grid>div:last-child{
    border-bottom:0;
  }
  .case-child-story article{
    padding:18px;
  }
  .case-child-links{
    grid-template-columns:1fr;
  }
  .case-child-links>div{
    border-right:0;
    border-bottom:1px solid rgba(213,198,173,.62);
    padding:16px 0;
  }
  .case-child-links>div:last-child{
    border-bottom:0;
  }
  .source-matrix,.query-map,.coverage-grid,.entity-facts{
    grid-template-columns:1fr;
  }
  .source-matrix div,
  .source-matrix div:nth-child(2n),
  .source-matrix div:nth-child(4n),
  .source-matrix div:nth-last-child(-n+2),
  .source-matrix div:nth-last-child(-n+4){
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .source-matrix div:last-child{
    border-bottom:0;
  }
  .entity-card{
    padding:18px;
  }
  .fact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .profile-layout,
  .contact-identity{
    grid-template-columns:1fr;
    gap:18px;
  }
  .profile-main{
    min-height:0;
  }
  .profile-gallery{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .profile-gallery figure{
    min-height:0;
  }
  .profile-gallery img{
    aspect-ratio:4/5;
  }
  .contact-identity figure{
    max-width:360px;
  }
  .question-grid,.split,.table-like,.evidence-table{
    grid-template-columns:1fr;
  }
  .card,
  .info-matrix article,
  .evidence-table div,
  .split>div,
  .fact-grid div,
  .table-like div{
    padding:16px;
    border-radius:7px;
    box-shadow:0 10px 22px rgba(16,24,23,.055);
  }
  .search-form{
    grid-template-columns:1fr;
    padding:10px;
  }
  .search-form input,
  .search-form button{
    min-height:42px;
  }
  .card:before{height:2px}
  .article-card{
    min-height:0;
  }
  .article-card .kicker{
    margin-bottom:7px;
    font-size:10px;
  }
  .article-card h3,
  .card h3{
    margin-bottom:7px;
  }
  .article-card p:not(.kicker),
  .card p{
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-size:14.5px;
    line-height:1.62;
  }
  .faq-answer-card p:not(.kicker){
    display:block;
    -webkit-line-clamp:unset;
    -webkit-box-orient:initial;
    overflow:visible;
  }
  .card a,
  .media-card a,
  .text-link{
    margin-top:8px;
    font-size:14px;
  }
  .card-grid,
  .info-matrix,
  .evidence-table,
  .role-groups,
  .question-grid{
    gap:12px;
  }
  .info-matrix article{
    min-height:0;
  }
  .info-matrix article:before{
    left:14px;
    width:32px;
    height:2px;
  }
  .question-grid a,
  .question-list a{
    min-height:46px;
    padding:13px 14px;
    font-size:15px;
    line-height:1.6;
  }
  .question-list span{
    width:30px;
  }
  .tag-list{gap:8px}
  .tag-list span{
    padding:5px 9px;
    font-size:13px;
  }
  .entity-strip{
    width:calc(100vw - 30px);
    grid-template-columns:1fr;
    gap:14px;
    padding:18px 0 0;
    margin-bottom:40px;
    background:transparent;
    border-left:0;
    border-right:0;
    border-bottom:0;
  }
  .entity-strip h2{font-size:20px}
  .entity-strip p{font-size:14px}
  .entity-strip nav{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .entity-strip a{
    min-height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
    text-align:center;
    font-size:13px;
  }
  .case-summary,.case-grid{grid-template-columns:1fr}
  .case-summary>div{border-right:0;border-bottom:1px solid var(--line)}
  .case-summary>div:last-child{border-bottom:0}
  .case-grid article{min-height:auto;border-right:0;border-bottom:1px solid var(--line)}
  .case-grid article:last-child{border-bottom:0}
  .check-list{grid-template-columns:1fr}
  .timeline div{grid-template-columns:1fr}
  .media-card{grid-template-rows:178px auto}
  .case-summary>div{
    padding:17px;
  }
  .case-summary span{margin-bottom:6px}
  .case-summary strong{font-size:21px}
  .case-summary p{font-size:14px}
  .case-grid article{
    padding:17px 14px;
  }
  .case-grid span{margin-bottom:9px}
  .case-grid h3{font-size:17px;margin-bottom:8px}
  .check-list{
    gap:8px;
  }
  .check-list li{
    padding:11px 12px 11px 34px;
    font-size:13.5px;
  }
  .check-list li:before{
    left:14px;
    top:20px;
    width:8px;
    height:8px;
  }
  .timeline{
    gap:9px;
  }
  .timeline div{
    padding:13px;
    gap:4px;
  }
  .timeline time{font-size:13px}
  .numbered p{
    grid-template-columns:32px 1fr;
    padding:12px;
    font-size:13.5px;
  }
  .numbered span{
    width:26px;
    height:26px;
    align-self:start;
    font-size:13px;
  }
  .site-footer{
    width:auto;
    margin:0;
    padding:28px 14px 82px;
    border-radius:0;
    box-shadow:none;
  }
  .footer-links{
    gap:10px 14px;
  }
  .mobile-dock{
    position:fixed;
    left:12px;
    right:12px;
    bottom:8px;
    z-index:30;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:5px;
    padding:6px;
    background:rgba(16,24,23,.96);
    border:1px solid rgba(213,190,141,.28);
    border-radius:14px;
    box-shadow:0 14px 34px rgba(0,0,0,.24);
    backdrop-filter:blur(16px);
  }
  .mobile-dock a{
    min-height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:11.5px;
    font-weight:800;
    border-radius:9px;
    background:rgba(255,255,255,.06);
  }
  .mobile-dock a:last-child{
    background:var(--brand);
  }
}
@media (max-width: 520px){
  :root{--page-fluid:calc(100vw - 28px)}
  .site-header{
    padding:11px 14px;
  }
  .brand{padding-left:0;padding-right:0}
  .hero-copy,
  .hero-home .hero-copy,
  .hero-detail .hero-copy,
  .hero-compact .hero-copy,
  .hero-profile .hero-copy,
  .subpage-intro,
  .entity-strip{
    width:calc(100vw - 28px);
  }
  .hero,
  .hero-home,
  .hero-detail,
  .hero-compact,
  .hero-profile,
  .section{
    width:calc(100vw - 28px);
  }
  .hero-copy,
  .hero-home .hero-copy,
  .hero-detail .hero-copy,
  .hero-compact .hero-copy,
  .hero-profile .hero-copy{
    width:auto;
    padding:24px 14px 20px;
  }
  .hero h1,
  .hero-home h1,
  .hero-detail h1,
  .hero-compact h1,
  .hero-profile h1{
    font-size:24px;
  }
  .subpage-intro{
    padding:34px 18px 24px;
  }
  .subpage-intro h1{
    font-size:26px;
  }
  .hero-profile .hero-portrait{
    left:auto;
    right:-10%;
    height:78%;
    opacity:.24;
  }
  .hero-about .hero-bg img{
    opacity:.54;
    object-position:center;
  }
  .hero-about-panel{
    grid-template-columns:1fr;
    gap:16px;
    padding:24px 14px;
  }
  .hero-about-photo{
    width:min(170px,55vw);
  }
  .hero-about .hero-copy{
    padding:0;
  }
  .hero-profile{
    min-height:500px;
  }
  .hero-profile .primary-actions{
    grid-template-columns:1fr;
    gap:8px;
  }
  .hero-profile .secondary-actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:100%;
    gap:8px;
  }
  .hero-profile .primary-actions .button,
  .hero-profile .secondary-actions .button{
    min-height:40px;
    padding:8px 10px;
    font-size:13px;
  }
  .profile-gallery{
    grid-template-columns:1fr;
  }
  .hero-actions{display:flex}
  .hero-proof,
  .hero-compact .hero-proof{
    gap:8px;
  }
  .hero-proof span,
  .hero-compact .hero-proof span{
    flex:1 1 calc(50% - 7px);
    padding:9px 10px;
  }
  .section{
    padding:32px 0;
  }
  .section h2{
    font-size:22px;
  }
  .card,
  .info-matrix article,
  .evidence-table div,
  .split>div,
  .fact-grid div,
  .table-like div{
    padding:16px;
  }
  .card-grid,.info-matrix,.role-groups{grid-template-columns:1fr}
  .fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .article-card p:not(.kicker),
  .card p{
    -webkit-line-clamp:3;
  }
  .faq-answer-card p:not(.kicker){
    display:block;
    -webkit-line-clamp:unset;
    -webkit-box-orient:initial;
    overflow:visible;
  }
  .question-grid,.evidence-table,.split,.table-like,.check-list{
    grid-template-columns:1fr;
  }
  .entity-strip nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 380px){
  .card-grid,.fact-grid,.info-matrix,.role-groups{
    grid-template-columns:1fr;
  }
  .mobile-dock{
    left:6px;
    right:6px;
    bottom:6px;
  }
  .mobile-dock a{
    font-size:11px;
  }
}
@media (max-width: 980px){
  .home-profile-map .source-matrix,
  .home-scenarios .query-map,
  .home-faq .question-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-scenarios .query-map{
    gap:14px;
    border:0;
    background:transparent;
    box-shadow:none;
  }
  .home-scenarios .query-map article,
  .home-scenarios .query-map article:last-child{
    border:1px solid var(--line-soft);
    border-radius:8px;
  }
  .home-scenarios .query-map article:nth-child(5){
    grid-column:1/-1;
  }
  .home-evidence .evidence-panel{
    grid-template-columns:1fr;
  }
}
@media (max-width: 860px){
  .home-page .section{
    padding-left:14px;
    padding-right:14px;
  }
  .home-page .section-head{
    margin-bottom:18px;
  }
  .home-authority:before{
    inset:10px;
  }
  .home-authority .entity-card.primary{
    border-left:1px solid rgba(215,193,151,.22);
    border-top:4px solid rgba(215,193,151,.58);
  }
  .home-profile-map .source-matrix,
  .home-scenarios .query-map,
  .home-faq .question-grid,
  .home-services .card-grid,
  .home-cases .card-grid{
    grid-template-columns:1fr;
  }
  .home-scenarios .query-map article:nth-child(5){
    grid-column:auto;
  }
  .home-profile-map .source-matrix div,
  .home-services .article-card,
  .home-cases .article-card,
  .home-faq .question-grid a{
    min-height:0;
  }
  .home-services .article-card,
  .home-cases .article-card{
    padding:18px;
  }
  .home-evidence .evidence-panel{
    padding:16px;
  }
}

@media (max-width: 900px){
  .profile-compact{
    grid-template-columns:minmax(180px,260px) minmax(0,1fr);
    max-width:100%;
    gap:18px;
  }
  .profile-compact .profile-main img{
    height:260px;
  }
  .profile-summary-card{
    grid-template-columns:1fr;
  }
  .profile-summary-card div:last-child{
    grid-column:auto;
  }
  .profile-panel{
    grid-template-columns:220px minmax(0,1fr);
    gap:20px;
    padding:20px;
  }
  .profile-meta{
    grid-template-columns:1fr;
    gap:10px;
  }
  .profile-meta div{
    padding-right:0;
  }
  .public-roles-layout{
    grid-template-columns:1fr;
  }
}

.knowledge-lines{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 34px;
  padding:6px 0 16px;
  border-top:1px solid var(--line);
  border-bottom:1px solid rgba(168,137,82,.2);
}
.knowledge-lines div{
  min-height:0;
  padding:18px 0;
  background:transparent;
  border:0;
  border-top:1px solid rgba(168,137,82,.16);
  border-radius:0;
  box-shadow:none;
}
.knowledge-lines div:nth-child(-n+2){
  border-top:0;
}
.knowledge-lines div:nth-child(even){
  padding-left:26px;
  border-left:1px solid rgba(168,137,82,.2);
}
.knowledge-lines strong{
  margin-bottom:8px;
  color:var(--brand-dark);
  font-size:17px;
}
.knowledge-lines p{
  color:#2f3e3a;
  line-height:1.82;
}
.question-head{
  margin-top:34px;
}
@media (max-width: 860px){
  .knowledge-lines{
    grid-template-columns:1fr;
    gap:0;
  }
  .knowledge-lines div,
  .knowledge-lines div+div{
    padding:14px 0;
    border-left:0;
    border-top:1px solid rgba(168,137,82,.18);
    box-shadow:none;
  }
  .knowledge-lines div:first-child{
    border-top:0;
  }
}

@media (max-width: 640px){
  .profile-compact{
    grid-template-columns:1fr;
  }
  .profile-compact .profile-main{
    max-width:260px;
  }
  .profile-compact .profile-main img{
    height:260px;
  }
  .profile-summary-card div{
    min-height:0;
    padding:14px;
  }
  .profile-panel{
    grid-template-columns:1fr;
    padding:16px;
  }
  .profile-panel-photo{
    width:180px;
    max-width:62vw;
  }
  .profile-panel-copy h3{
    font-size:20px;
  }
  .public-role-columns{
    grid-template-columns:1fr;
  }
  .public-role-feature,
  .public-role-columns article{
    padding:18px;
  }
}

/* Global first-screen consistency layer. Keep page content unique, unify the shell. */
@media (min-width:861px){
  .site-header{
    position:relative;
    z-index:20;
    display:grid;
    grid-template-columns:minmax(160px,1fr) 532px max-content;
    align-items:center;
    gap:18px;
    width:100%;
    min-height:60px;
    margin:0 auto;
    padding:0 clamp(28px,4.2vw,64px);
    background:rgba(17,25,22,.98);
    border:1px solid rgba(168,137,82,.22);
    border-bottom:0;
    border-radius:0;
    box-shadow:0 12px 34px rgba(16,24,23,.12);
  }
  .brand{
    min-width:160px;
    padding:0;
    color:#f7f0e5;
    line-height:1.08;
  }
  .brand span{font-size:15px;line-height:1;font-weight:800}
  .brand small{margin-top:3px;font-size:10.5px;font-weight:600;color:#b9c2bc}
  .site-nav{
    display:grid;
    grid-template-columns:repeat(7,76px);
    align-items:stretch;
    justify-content:end;
    gap:0;
    width:532px;
    min-width:532px;
    height:60px;
    font-size:13px;
    font-weight:800;
  }
  .site-nav a,
  .site-nav a:visited,
  .site-nav a:focus,
  .site-nav a:active{
    display:flex;
    align-items:center;
    justify-content:center;
    width:76px;
    height:60px;
    padding:0;
    color:#e7e4da;
    background:transparent;
    border:0;
    border-radius:0;
    line-height:1;
    white-space:nowrap;
    outline:0;
  }
  .site-nav a:hover,
  .site-nav a.is-active,
  .site-nav a[aria-current="page"]{
    color:#fffaf2;
    background:rgba(255,250,242,.055);
    box-shadow:inset 0 -2px 0 var(--gold);
  }
  .language-switch{
    grid-column:3;
    justify-self:end;
  }

  html[lang="en"] .site-header{
    grid-template-columns:minmax(140px,1fr) 668px max-content;
    gap:14px;
  }
  html[lang="en"] .site-nav{
    grid-template-columns:64px 66px 112px 86px 158px 112px 70px;
    width:668px;
    min-width:0;
    font-size:12px;
  }
  html[lang="en"] .site-nav a,
  html[lang="en"] .site-nav a:visited,
  html[lang="en"] .site-nav a:focus,
  html[lang="en"] .site-nav a:active{
    width:auto;
    min-width:0;
    padding:0 7px;
  }

  .hero,
  .hero-home,
  .hero-detail,
  .hero-compact,
  .hero-profile,
  .hero-about{
    position:relative;
    display:grid;
    align-items:stretch;
    width:100%;
    min-height:520px;
    margin:0 auto;
    overflow:hidden;
    background:var(--charcoal);
    border:1px solid rgba(168,137,82,.16);
    border-top:0;
    border-radius:0;
    box-shadow:none;
  }
  .hero picture,
  .hero .hero-bg,
  .hero-detail picture,
  .hero-compact picture,
  .hero-about .hero-bg,
  .hero-profile .hero-bg{
    position:absolute;
    inset:0;
  }
  .hero picture img,
  .hero .hero-bg img,
  .hero-detail img,
  .hero-compact img,
  .hero-about .hero-bg img,
  .hero-profile .hero-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    opacity:.64;
    filter:saturate(.86) contrast(1.04) brightness(.96);
  }
  .hero:after,
  .hero-detail:after,
  .hero-compact:after,
  .hero-profile:after,
  .hero-about:after{
    content:"";
    display:block;
    position:absolute;
    inset:0;
    background:
      linear-gradient(90deg,rgba(8,13,13,.90) 0%,rgba(16,24,23,.76) 50%,rgba(16,24,23,.28) 100%),
      linear-gradient(0deg,rgba(8,13,13,.48) 0%,rgba(16,24,23,.04) 62%);
  }
  .hero-copy,
  .hero-home .hero-copy,
  .hero-detail .hero-copy,
  .hero-compact .hero-copy,
  .hero-profile .hero-copy,
  .hero-about .hero-copy{
    position:relative;
    z-index:2;
    width:min(900px,calc(100% - clamp(56px,10vw,128px)));
    min-height:100%;
    max-width:900px;
    margin:0;
    padding:72px clamp(52px,5vw,92px) 50px;
    color:#fff;
  }
  .hero .kicker,
  .hero-detail .kicker,
  .hero-compact .kicker,
  .hero-profile .kicker,
  .hero-about .kicker{
    display:block;
    margin:0 0 14px;
    color:var(--gold);
    font-size:12px;
    font-weight:800;
    letter-spacing:0;
  }
  .hero h1,
  .hero-home h1,
  .hero-detail h1,
  .hero-compact h1,
  .hero-profile h1,
  .hero-about h1{
    max-width:900px;
    margin:0 0 12px;
    color:#fff;
    font-size:36px;
    font-weight:800;
    line-height:1.22;
    letter-spacing:0;
  }
  .hero p,
  .hero-home p,
  .hero-detail p,
  .hero-compact p,
  .hero-profile p,
  .hero-about p{
    max-width:820px;
    margin:0 0 18px;
    color:#f2f3ef;
    font-size:16px;
    font-weight:500;
    line-height:1.72;
  }
  .hero-actions,
  .hero-detail .hero-actions,
  .hero-compact .hero-actions,
  .hero-profile .hero-actions,
  .hero-about .hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:14px;
  }
  .button,
  .hero-detail .button,
  .hero-compact .button,
  .hero-profile .button,
  .hero-about .button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:10px 22px;
    border:1px solid rgba(255,250,242,.62);
    border-radius:4px;
    color:#fffaf2;
    background:rgba(255,255,255,.06);
    font-size:14px;
    font-weight:800;
    line-height:1.25;
    box-shadow:none;
  }
  .hero .button:not(.primary),
  .hero-detail .button:not(.primary),
  .hero-compact .button:not(.primary),
  .hero-profile .button:not(.primary),
  .hero-about .button:not(.primary){
    color:#fffaf2;
    background:#14231f;
    border-color:rgba(215,193,151,.74);
    box-shadow:0 10px 22px rgba(16,24,23,.2);
  }
  .button.primary,
  .hero-detail .button.primary,
  .hero-compact .button.primary,
  .hero-profile .button.primary,
  .hero-about .button.primary{
    color:#fff;
    background:var(--brand);
    border-color:var(--brand);
  }
  .button:hover,
  .button.primary:hover,
  .hero-detail .button:hover,
  .hero-compact .button:hover,
  .hero-profile .button:hover,
  .hero-about .button:hover{
    color:var(--brand);
    background:var(--surface-strong);
    border-color:var(--surface-strong);
  }
  .hero .button:not(.primary):hover,
  .hero-detail .button:not(.primary):hover,
  .hero-compact .button:not(.primary):hover,
  .hero-profile .button:not(.primary):hover,
  .hero-about .button:not(.primary):hover{
    color:#fff;
    background:#1b332d;
    border-color:rgba(215,193,151,.9);
  }
  .hero-proof,
  .hero-compact .hero-proof,
  .hero-profile .hero-proof,
  .hero-about-facts{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    width:auto;
    max-width:900px;
    margin:16px 0 22px;
    border:0;
    background:transparent;
    box-shadow:none;
  }
  .hero-proof span,
  .hero-compact .hero-proof span,
  .hero-profile .hero-proof span,
  .hero-about-facts span{
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:54px;
    padding:11px 14px;
    margin:0;
    color:#fff;
    border:1px solid rgba(232,218,190,.28);
    border-radius:6px;
    background:rgba(255,255,255,.085);
    backdrop-filter:blur(8px);
  }
  .hero-proof strong,
  .hero-compact .hero-proof strong,
  .hero-profile .hero-proof strong{
    color:#fff;
    font-size:13px;
    line-height:1.42;
  }
  .hero-proof small,
  .hero-compact .hero-proof small,
  .hero-profile .hero-proof small{
    color:#bfc8c2;
    font-size:12px;
  }
  .hero + .section,
  .hero-detail + .section,
  .hero-compact + .section{
    padding-top:64px;
  }

  .hero-profile .hero-portrait{
    position:absolute;
    z-index:3;
    left:auto;
    right:clamp(58px,9vw,148px);
    bottom:0;
    width:auto;
    height:93%;
    max-width:38vw;
    object-fit:contain;
    object-position:bottom center;
    opacity:.88;
    filter:saturate(.94) contrast(1.01) brightness(.98) drop-shadow(0 16px 24px rgba(0,0,0,.18));
  }
  .hero-profile .primary-actions{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    width:min(720px,100%);
    max-width:720px;
    margin-top:4px;
  }
  .hero-profile .secondary-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    width:min(470px,100%);
    max-width:470px;
    margin-top:10px;
  }
  .hero-profile .primary-actions .button,
  .hero-profile .secondary-actions .button{
    width:100%;
    min-width:0;
    min-height:44px;
    white-space:normal;
    text-align:center;
  }
  .hero-about-panel{
    position:relative;
    z-index:2;
    display:block;
    width:100%;
    min-height:100%;
    margin:0;
    padding:0;
  }
  .hero-about-photo{
    position:absolute;
    z-index:3;
    right:clamp(46px,8vw,130px);
    bottom:0;
    width:clamp(220px,25vw,340px);
    margin:0;
    border:0;
    background:transparent;
    box-shadow:none;
    opacity:.88;
  }
  .hero-about-photo img{
    width:100%;
    height:auto;
    aspect-ratio:auto;
    object-fit:contain;
    object-position:bottom center;
    filter:saturate(.94) contrast(1.01) brightness(.98) drop-shadow(0 16px 24px rgba(0,0,0,.18));
  }
}

@media (min-width:861px) and (max-width:1280px){
  html[lang="en"] .site-header{
    position:sticky;
    top:0;
    grid-template-columns:1fr auto auto;
    gap:12px;
    min-height:0;
    padding:11px 15px;
    border-left:0;
    border-right:0;
    border-bottom:1px solid rgba(155,114,47,.36);
    box-shadow:0 8px 22px rgba(16,24,23,.2);
  }
  html[lang="en"] .site-nav{display:none}
  html[lang="en"] .language-switch{
    grid-column:2;
    min-width:66px;
    height:30px;
  }
  html[lang="en"] .language-switch a{
    min-width:32px;
    height:28px;
    padding:0 7px;
    font-size:11px;
  }
  html[lang="en"] .mobile-menu{
    display:block;
    position:relative;
    grid-column:3;
    justify-self:end;
  }
  html[lang="en"] .mobile-menu summary{
    list-style:none;
    min-height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 13px;
    border:1px solid rgba(213,190,141,.36);
    border-radius:999px;
    color:#fff;
    font-size:13px;
    font-weight:800;
    cursor:pointer;
    user-select:none;
    background:rgba(255,255,255,.055);
  }
  html[lang="en"] .mobile-menu summary::-webkit-details-marker{display:none}
  html[lang="en"] .mobile-menu nav{
    position:absolute;
    right:0;
    top:42px;
    width:218px;
    display:grid;
    gap:0;
    padding:8px;
    background:rgba(17,25,22,.98);
    border:1px solid rgba(213,190,141,.28);
    border-radius:8px;
    box-shadow:0 18px 34px rgba(16,24,23,.24);
  }
  html[lang="en"] .mobile-menu nav a{
    display:flex;
    align-items:center;
    min-height:40px;
    padding:0 12px;
    color:#f7f0e5;
    font-size:13px;
    font-weight:750;
    border-radius:5px;
  }
  html[lang="en"] .mobile-menu nav a:hover,
  html[lang="en"] .mobile-menu nav a.is-active,
  html[lang="en"] .mobile-menu nav a[aria-current="page"]{
    background:rgba(255,250,242,.07);
    color:#fff;
  }
}

@media (max-width:860px){
  .site-header{
    min-height:57px;
    background:rgba(17,25,22,.98);
  }
  .mobile-menu nav a.is-active,
  .mobile-menu nav a[aria-current="page"],
  .mobile-dock a.is-active,
  .mobile-dock a[aria-current="page"]{
    color:#fff;
    background:var(--brand);
  }
  .hero,
  .hero-home,
  .hero-detail,
  .hero-compact,
  .hero-profile,
  .hero-about{
    min-height:430px;
    width:calc(100vw - 30px);
    margin:14px auto 0;
    border-radius:10px;
    background:var(--charcoal);
    border:1px solid rgba(168,137,82,.16);
    overflow:hidden;
  }
  .hero:after,
  .hero-detail:after,
  .hero-compact:after,
  .hero-profile:after,
  .hero-about:after{
    background:
      linear-gradient(180deg,rgba(8,13,13,.70) 0%,rgba(10,18,17,.56) 58%,rgba(10,18,17,.48) 100%),
      linear-gradient(90deg,rgba(10,22,19,.78) 0%,rgba(10,22,19,.58) 46%,rgba(16,24,23,.10) 100%);
  }
  .hero-copy,
  .hero-home .hero-copy,
  .hero-detail .hero-copy,
  .hero-compact .hero-copy,
  .hero-profile .hero-copy,
  .hero-about .hero-copy{
    width:auto;
    max-width:100%;
    margin:0;
    padding:28px 18px 22px;
  }
  .hero h1,
  .hero-home h1,
  .hero-detail h1,
  .hero-compact h1,
  .hero-profile h1,
  .hero-about h1{
    max-width:100%;
    font-size:25px;
    line-height:1.16;
  }
  .hero p,
  .hero-home p,
  .hero-detail p,
  .hero-compact p,
  .hero-profile p,
  .hero-about p{
    max-width:100%;
    font-size:15px;
    line-height:1.64;
  }
  .hero-about-panel{
    display:block;
    width:auto;
    padding:0;
  }
  .hero-about-photo,
  .hero-profile .hero-portrait{
    right:-24%;
    left:auto;
    height:78%;
    max-width:none;
    opacity:.24;
  }
}

/* CTA rows: keep secondary buttons visible outside the first-screen hero too. */
.hero-actions .button:not(.primary){
  color:#fffaf2;
  background:#14231f;
  border-color:rgba(215,193,151,.78);
  box-shadow:0 10px 22px rgba(16,24,23,.18);
}
.hero-actions .button:not(.primary):hover{
  color:#fff;
  background:#1b332d;
  border-color:rgba(215,193,151,.92);
}

@media (min-width:981px){
  .profile-section + .section .card-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .profile-section + .section + .section .case-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

.home-page .hero-profile .primary-actions .button,
.home-page .hero-profile .secondary-actions .button{
  color:#fffaf2;
  background:#14231f;
  border-color:rgba(215,193,151,.78);
  box-shadow:0 10px 22px rgba(16,24,23,.2);
}
.home-page .hero-profile .primary-actions .button:hover,
.home-page .hero-profile .secondary-actions .button:hover{
  color:#fff;
  background:#1b332d;
  border-color:rgba(215,193,151,.92);
}

@media (min-width:1200px){
  .home-page .hero-profile .hero-copy{
    width:100%;
    max-width:none;
    padding-right:clamp(260px,30vw,620px);
  }
  .home-page .hero-profile h1,
  .home-page .hero-profile p,
  .home-page .hero-profile .hero-proof{
    max-width:none;
  }
  .home-page .hero-profile .hero-proof{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    width:100%;
  }
  .home-page .hero-profile .primary-actions,
  .home-page .hero-profile .secondary-actions{
    max-width:none;
    width:100%;
  }
}

@media (min-width:981px){
  html[lang="en"] .home-page .hero-profile .hero-copy{
    width:min(660px,calc(100% - clamp(460px,42vw,620px)));
    max-width:660px;
    padding-right:0;
  }
  html[lang="en"] .home-page .hero-profile h1{
    max-width:660px;
    overflow-wrap:normal;
  }
  html[lang="en"] .home-page .hero-profile p,
  html[lang="en"] .home-page .hero-profile .hero-proof{
    max-width:620px;
  }
  html[lang="en"] .home-page .hero-profile .hero-proof{
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:min(620px,100%);
  }
  html[lang="en"] .home-page .hero-profile .primary-actions{
    width:min(620px,100%);
    max-width:620px;
  }
  html[lang="en"] .home-page .hero-profile .secondary-actions{
    width:min(430px,100%);
    max-width:430px;
  }
  html[lang="en"] .home-page .hero-profile .hero-portrait{
    right:clamp(12px,4vw,70px);
    max-width:34vw;
  }
}

@media (max-width:860px){
  .subpage-intro{
    grid-template-columns:1fr;
    align-items:start;
    gap:18px;
  }
  .subpage-dense .section-head{
    display:block;
  }
  .subpage-dense .section-head p:not(.kicker){
    margin-top:8px;
  }
  .subpage-directory,
  .subpage-records{
    grid-template-columns:1fr;
  }
  .subpage-directory article,
  .subpage-directory a,
  .subpage-records article,
  .subpage-records a{
    min-height:auto;
    border-right:0;
    border-bottom:1px solid rgba(213,198,173,.72);
  }
  .subpage-directory article:last-child,
  .subpage-directory a:last-child,
  .subpage-records article:last-child,
  .subpage-records a:last-child{
    border-bottom:0;
  }
}

@media (max-width:520px){
}

@media (max-width:860px){
  /* mobile home lightweight redesign */
  body.home-page{
    background:#e8e0d5;
    padding-bottom:76px;
  }
  body.home-page main{
    background:#f4efe7;
  }
  .home-page .site-header{
    position:sticky;
    top:0;
    width:100%;
    margin:0;
    min-height:64px;
    padding:14px 18px 12px;
    background:rgba(17,25,22,.98);
    border:0;
    border-bottom:1px solid rgba(213,190,141,.28);
    border-radius:0;
    box-shadow:none;
  }
  .home-page .brand{
    color:#fffaf3;
  }
  .home-page .brand span{
    color:#fffaf3;
    font-size:18px;
  }
  .home-page .brand small{
    color:#cbd3ce;
    font-size:11px;
  }
  .home-page .language-switch{
    min-width:62px;
    height:34px;
    border-color:rgba(150,120,72,.18);
    background:rgba(255,250,243,.72);
  }
  .home-page .language-switch a{
    height:32px;
    min-width:30px;
    color:#48564f;
  }
  .home-page .language-switch a[aria-current="true"]{
    color:#fff;
    background:#14211d;
  }
  .home-page .mobile-menu summary{
    min-height:34px;
    padding:0 12px;
    color:#fffaf3;
    border-color:rgba(213,190,141,.32);
    background:rgba(255,250,243,.08);
  }
  .home-page .mobile-menu nav{
    background:rgba(17,25,22,.98);
    border-color:rgba(213,190,141,.24);
    box-shadow:0 16px 34px rgba(20,32,28,.16);
  }
  .home-page .mobile-menu nav a{
    color:#fffaf3;
    background:transparent;
  }
  .home-page .mobile-menu nav a.is-active,
  .home-page .mobile-menu nav a[aria-current="page"]{
    color:#fff;
    background:#14211d;
  }
  .home-page .hero-profile{
    display:flex;
    flex-direction:column;
    width:calc(100vw - 30px);
    min-height:0;
    margin:0 auto;
    overflow:visible;
    border:0;
    border-radius:0;
    background:#f4efe7;
    box-shadow:none;
  }
  .home-page .hero-profile:after{
    display:none;
  }
  .home-page .hero-profile .hero-copy{
    order:1;
    width:100%;
    max-width:none;
    min-height:0;
    padding:24px 18px 14px;
    color:#14211d;
  }
  .home-page .hero-profile .kicker{
    margin-bottom:12px;
    color:#9a743b;
    font-size:11px;
    letter-spacing:0;
  }
  .home-page .hero-profile h1{
    max-width:100%;
    margin-bottom:10px;
    color:#14211d;
    font-size:28px;
    line-height:1.15;
  }
  .home-page .hero-profile p{
    max-width:100%;
    margin-bottom:0;
    color:#31423b;
    font-size:14.5px;
    line-height:1.62;
    font-weight:600;
  }
  .home-page .hero-profile .hero-bg{
    display:none;
  }
  .home-page .hero-profile .hero-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    opacity:.82;
    filter:saturate(.9) contrast(1.02) brightness(.98);
  }
  .home-page .hero-profile .hero-portrait{
    display:none;
  }
  .home-page .mobile-hero-profile-card{
    display:grid;
    grid-template-columns:minmax(0,1fr) 96px;
    align-items:center;
    gap:12px;
    margin:16px 0 0;
    padding:18px 14px 0;
    overflow:hidden;
    border:1px solid rgba(150,120,72,.14);
    border-radius:14px;
    background:linear-gradient(135deg,#fffaf3 0%,#f2e7d8 100%);
    box-shadow:0 10px 24px rgba(30,42,37,.05);
  }
  .home-page .mobile-hero-profile-card span{
    display:block;
    margin-bottom:6px;
    color:#9a743b;
    font-size:11.5px;
    font-weight:800;
    line-height:1.2;
  }
  .home-page .mobile-hero-profile-card strong{
    display:block;
    color:#14211d;
    font-size:16px;
    font-weight:800;
    line-height:1.38;
  }
  .home-page .mobile-hero-profile-card small{
    display:block;
    margin-top:7px;
    padding-bottom:15px;
    color:#65726c;
    font-size:12.5px;
    line-height:1.55;
    font-weight:650;
  }
  .home-page .mobile-hero-profile-card .mobile-hero-portrait{
    align-self:end;
    display:block;
    position:relative;
    width:92px;
    height:112px;
    max-width:none;
    margin:0 0 -1px auto;
    object-fit:contain;
    object-position:bottom center;
    opacity:1;
    filter:saturate(.96) contrast(1.02) brightness(.99) drop-shadow(0 12px 22px rgba(20,32,28,.16));
  }
  .home-page .hero-profile .hero-proof{
    display:none;
  }
  .home-page .hero-profile .primary-actions{
    order:3;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    width:100%;
    max-width:none;
    margin:16px 0 0;
  }
  .home-page .hero-profile .primary-actions .button{
    min-height:86px;
    display:flex;
    flex-direction:column;
    gap:8px;
    align-items:flex-start;
    justify-content:center;
    padding:14px;
    border:1px solid rgba(150,120,72,.14);
    border-radius:12px;
    color:#14211d;
    background:#fffaf3;
    box-shadow:0 10px 24px rgba(30,42,37,.05);
    font-size:14px;
    line-height:1.35;
    text-align:left;
  }
  .home-page .hero-profile .primary-actions .button::after{
    content:attr(data-mobile-note);
    display:block;
    color:#65726c;
    font-size:12px;
    font-weight:650;
    line-height:1.45;
  }
  .home-page .hero-profile .primary-actions .button.primary{
    min-height:86px;
    color:#14211d;
    background:#fff5e6;
    border-color:rgba(150,120,72,.16);
  }
  .home-page .hero-profile .primary-actions .button:nth-child(3){
    grid-column:1 / -1;
    min-height:74px;
    color:#14211d;
    background:#fffaf3;
    border-color:rgba(150,120,72,.14);
  }
  .home-page .hero-profile .primary-actions .button:nth-child(3)::after{
    color:#65726c;
  }
  .home-page .hero-profile .secondary-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    width:100%;
    max-width:none;
    margin:10px 0 0;
  }
  .home-page .hero-profile .secondary-actions .button{
    min-height:40px;
    justify-content:space-between;
    padding:0;
    border:0;
    border-bottom:1px solid rgba(150,120,72,.2);
    border-radius:0;
    color:#14211d;
    background:transparent;
    box-shadow:none;
    font-size:13px;
  }
  .home-page .hero-profile .secondary-actions .button::after{
    content:"›";
    color:#9a743b;
    font-size:18px;
    line-height:1;
  }
  .home-page .trust-band{
    width:calc(100vw - 30px);
    margin:4px auto 0;
    display:grid;
    grid-template-columns:1fr;
    overflow:visible;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  .home-page .trust-band div{
    display:grid;
    grid-template-columns:74px minmax(0,1fr);
    gap:12px;
    align-items:center;
    min-height:56px;
    padding:10px 18px;
    border:0;
    border-bottom:1px solid rgba(150,120,72,.18);
    background:transparent;
  }
  .home-page .trust-band div:nth-last-child(-n+2){
    border-bottom:1px solid rgba(150,120,72,.18);
  }
  .home-page .trust-band div:last-child{
    border-bottom:0;
  }
  .home-page .trust-band span{
    margin:0;
    color:#9a743b;
    font-size:12px;
    font-weight:900;
  }
  .home-page .trust-band strong{
    color:#14211d;
    font-size:14px;
    line-height:1.35;
  }
  .home-page .section{
    width:calc(100vw - 30px);
    padding:28px 18px 0;
    background:#f4efe7;
  }
  .home-page .section-head{
    margin-bottom:12px;
  }
  .home-page .section-head .kicker{
    margin-bottom:8px;
  }
  .home-page .section-head .kicker:after{
    display:none;
  }
  .home-page .section h2{
    color:#14211d;
    font-size:22px;
    line-height:1.25;
  }
  .home-page .section h2:after{
    display:none;
  }
  .home-page .section .lead{
    color:#65726c;
    font-size:14px;
  }
  .home-page .home-services .card-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }
  .home-page .home-services .article-card{
    min-height:0;
    padding:18px 16px;
    border:1px solid rgba(150,120,72,.14);
    border-radius:12px;
    background:#fffaf3;
    box-shadow:0 10px 24px rgba(30,42,37,.05);
  }
  .home-page .home-services .article-card:first-child{
    min-height:0;
    background:#fff5e6;
  }
  .home-page .home-services .article-card:last-child{
    color:#14211d;
    background:#fffaf3;
    border-color:rgba(150,120,72,.14);
  }
  .home-page .home-services .article-card h3,
  .home-page .home-services .article-card p:not(.kicker),
  .home-page .home-services .article-card a{
    color:#14211d;
  }
  .home-page .home-services .article-card:last-child h3,
  .home-page .home-services .article-card:last-child p:not(.kicker),
  .home-page .home-services .article-card:last-child a{
    color:#14211d;
  }
  .home-page .home-services .article-card .kicker{
    color:#9a743b;
    font-size:10px;
  }
  .home-page .home-services .article-card h3{
    font-size:15px;
    line-height:1.32;
  }
  .home-page .home-services .article-card p:not(.kicker){
    display:block;
    margin-top:8px;
    overflow:visible;
    -webkit-line-clamp:unset;
    color:#65726c;
    font-size:12px;
    line-height:1.5;
  }
  .home-page .home-services .article-card a{
    margin-top:10px;
    font-size:12px;
  }
  .home-page .home-profile-map .source-matrix{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    border:0;
    background:transparent;
  }
  .home-page .home-profile-map .source-matrix div{
    min-height:0;
    padding:14px 12px;
    border:1px solid rgba(150,120,72,.14);
    border-radius:12px;
    background:#fffaf3;
    box-shadow:0 8px 20px rgba(30,42,37,.045);
  }
  .home-page .home-profile-map .source-matrix div:nth-child(n){
    border:1px solid rgba(150,120,72,.14);
  }
  .home-page .home-profile-map .source-matrix div:before{
    display:none;
  }
  .home-page .home-profile-map .source-matrix span{
    display:block;
    margin-bottom:7px;
    color:#9a743b;
    font-size:11px;
    font-weight:900;
  }
  .home-page .home-profile-map .source-matrix strong{
    display:block;
    color:#14211d;
    font-size:15px;
    line-height:1.32;
  }
  .home-page .home-profile-map .source-matrix p{
    display:-webkit-box;
    margin-top:7px;
    overflow:hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    color:#65726c;
    font-size:12px;
    line-height:1.5;
  }
  .home-page .mobile-dock{
    left:14px;
    right:14px;
    bottom:10px;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:4px;
    padding:5px;
    border:1px solid rgba(20,32,28,.14);
    border-radius:999px;
    background:rgba(255,250,243,.94);
    box-shadow:0 12px 34px rgba(20,32,28,.14);
  }
  .home-page .mobile-dock a{
    min-height:34px;
    color:#42504a;
    border-radius:999px;
    background:transparent;
    font-size:11px;
  }
  .home-page .mobile-dock a:last-child{
    color:#fff;
    background:#173a35;
  }
}

@media (max-width:520px){
  .home-page .hero-profile h1{
    font-size:28px;
  }
  .home-page .hero-profile .primary-actions .button{
    min-height:86px;
  }
}

@media (max-width:860px){
  /* mobile subpage lightweight redesign */
  body:not(.home-page){
    background:#e8e0d5;
    padding-bottom:76px;
  }
  body:not(.home-page) main{
    background:#f4efe7;
  }
  body:not(.home-page) .site-header{
    position:sticky;
    top:0;
    width:100%;
    margin:0;
    min-height:64px;
    padding:14px 18px 12px;
    background:rgba(17,25,22,.98);
    border:0;
    border-bottom:1px solid rgba(213,190,141,.28);
    border-radius:0;
    box-shadow:none;
  }
  body:not(.home-page) .brand{
    color:#fffaf3;
  }
  body:not(.home-page) .brand span{
    color:#fffaf3;
    font-size:18px;
  }
  body:not(.home-page) .brand small{
    color:#cbd3ce;
    font-size:11px;
  }
  body:not(.home-page) .language-switch{
    min-width:62px;
    height:34px;
    border-color:rgba(150,120,72,.18);
    background:rgba(255,250,243,.72);
  }
  body:not(.home-page) .language-switch a{
    height:32px;
    min-width:30px;
    color:#48564f;
  }
  body:not(.home-page) .language-switch a[aria-current="true"]{
    color:#fff;
    background:#14211d;
  }
  body:not(.home-page) .mobile-menu summary{
    min-height:34px;
    padding:0 12px;
    color:#fffaf3;
    border-color:rgba(213,190,141,.32);
    background:rgba(255,250,243,.08);
  }
  body:not(.home-page) .mobile-menu nav{
    background:rgba(17,25,22,.98);
    border-color:rgba(213,190,141,.24);
    box-shadow:0 16px 34px rgba(20,32,28,.16);
  }
  body:not(.home-page) .mobile-menu nav a{
    color:#fffaf3;
    background:transparent;
  }
  body:not(.home-page) .mobile-menu nav a.is-active,
  body:not(.home-page) .mobile-menu nav a[aria-current="page"]{
    color:#fff;
    background:#14211d;
  }
  body:not(.home-page) .hero,
  body:not(.home-page) .hero-detail,
  body:not(.home-page) .hero-compact,
  body:not(.home-page) .hero-about{
    width:calc(100vw - 30px);
    min-height:0;
    margin:0 auto;
    overflow:visible;
    border:0;
    border-radius:0;
    background:#f4efe7;
    box-shadow:none;
  }
  body:not(.home-page) .hero picture,
  body:not(.home-page) .hero-detail picture,
  body:not(.home-page) .hero-compact picture,
  body:not(.home-page) .hero-about picture{
    display:none;
  }
  body:not(.home-page) .hero:after,
  body:not(.home-page) .hero-detail:after,
  body:not(.home-page) .hero-compact:after,
  body:not(.home-page) .hero-about:after{
    display:none;
  }
  body:not(.home-page) .hero .hero-copy,
  body:not(.home-page) .hero-detail .hero-copy,
  body:not(.home-page) .hero-compact .hero-copy,
  body:not(.home-page) .hero-about .hero-copy{
    width:100%;
    max-width:none;
    margin:0;
    padding:24px 18px 16px;
    color:#14211d;
  }
  body:not(.home-page) .hero .kicker,
  body:not(.home-page) .hero-detail .kicker,
  body:not(.home-page) .hero-compact .kicker,
  body:not(.home-page) .hero-about .kicker,
  body:not(.home-page) .subpage-intro .kicker{
    margin-bottom:10px;
    color:#9a743b;
    font-size:11px;
    letter-spacing:0;
  }
  body:not(.home-page) .hero h1,
  body:not(.home-page) .hero-detail h1,
  body:not(.home-page) .hero-compact h1,
  body:not(.home-page) .hero-about h1,
  body:not(.home-page) .subpage-intro h1{
    max-width:100%;
    margin:0 0 10px;
    color:#14211d;
    font-size:26px;
    line-height:1.18;
    overflow-wrap:break-word;
  }
  body:not(.home-page) .hero p,
  body:not(.home-page) .hero-detail p,
  body:not(.home-page) .hero-compact p,
  body:not(.home-page) .hero-about p,
  body:not(.home-page) .subpage-intro p:not(.kicker){
    max-width:100%;
    margin:0;
    color:#31423b;
    font-size:14.5px;
    line-height:1.62;
    font-weight:600;
  }
  body:not(.home-page) .hero-proof,
  body:not(.home-page) .hero-compact .hero-proof{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    width:100%;
    margin:16px 0 0;
    overflow:visible;
  }
  body:not(.home-page) .hero-proof span,
  body:not(.home-page) .hero-compact .hero-proof span{
    min-height:0;
    margin:0;
    padding:12px;
    border:1px solid rgba(150,120,72,.14);
    border-radius:10px;
    background:#fffaf3;
    box-shadow:0 8px 20px rgba(30,42,37,.045);
  }
  body:not(.home-page) .hero-proof strong,
  body:not(.home-page) .hero-compact .hero-proof strong{
    color:#14211d;
    font-size:12.5px;
    line-height:1.35;
  }
  body:not(.home-page) .hero-proof small,
  body:not(.home-page) .hero-compact .hero-proof small{
    color:#65726c;
    font-size:11px;
    line-height:1.35;
  }
  body:not(.home-page) .hero-actions,
  body:not(.home-page) .subpage-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    width:100%;
    margin-top:14px;
  }
  body:not(.home-page) .hero-actions .button,
  body:not(.home-page) .hero-actions .button:not(.primary),
  body:not(.home-page) .subpage-actions .button,
  body:not(.home-page) .subpage-actions .button.primary{
    min-height:40px;
    justify-content:space-between;
    padding:0;
    border:0;
    border-bottom:1px solid rgba(150,120,72,.2);
    border-radius:0;
    color:#14211d;
    background:transparent;
    box-shadow:none;
    font-size:13px;
    text-shadow:none;
  }
  body:not(.home-page) .hero-actions .button:after,
  body:not(.home-page) .subpage-actions .button:after{
    content:"›";
    color:#9a743b;
    font-size:18px;
    line-height:1;
  }
  body:not(.home-page) .subpage-intro{
    width:calc(100vw - 30px);
    margin:0 auto;
    padding:24px 18px 16px;
    display:block;
    background:#f4efe7;
    border:0;
    box-shadow:none;
  }
  body:not(.home-page) .subpage-intro h1:after,
  body:not(.home-page) .section h2:after{
    display:none;
  }
  body:not(.home-page) .section{
    width:calc(100vw - 30px);
    padding:28px 18px 0;
    background:#f4efe7;
    border:0;
  }
  body:not(.home-page) .contact-identity figure{
    width:min(76vw, 300px);
    max-width:100%;
    margin:14px auto 0;
    box-shadow:0 10px 24px rgba(30,42,37,.06);
  }
  body:not(.home-page) .hero + .section,
  body:not(.home-page) .hero-detail + .section,
  body:not(.home-page) .hero-compact + .section{
    padding-top:18px;
  }
  body:not(.home-page) .section-head{
    margin-bottom:12px;
  }
  body:not(.home-page) .question-entry-panel{
    margin-top:14px;
    padding-bottom:22px;
  }
  body:not(.home-page) .question-entry-panel summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    min-height:54px;
    margin:0;
    padding:14px;
    border:1px solid rgba(150,120,72,.14);
    border-radius:12px;
    background:#fffaf3;
    box-shadow:0 8px 20px rgba(30,42,37,.045);
    cursor:pointer;
  }
  body:not(.home-page) .question-entry-panel summary::-webkit-details-marker{
    display:none;
  }
  body:not(.home-page) .question-entry-panel summary h2{
    margin:0;
    color:#14211d;
    font-size:18px;
    line-height:1.25;
  }
  body:not(.home-page) .question-entry-panel summary h2:after{
    display:none;
  }
  body:not(.home-page) .question-entry-panel summary span{
    display:none;
  }
  body:not(.home-page) .question-entry-panel summary::after{
    content:"展开";
    flex:0 0 auto;
    color:#9a743b;
    font-size:12px;
    font-weight:900;
  }
  body:not(.home-page) .question-entry-panel[open] summary::after{
    content:"收起";
  }
  body:not(.home-page) .question-entry-panel:not([open]) .question-list{
    display:none;
  }
  body:not(.home-page) .question-entry-panel .question-list{
    margin-top:10px;
  }
  body:not(.home-page) .section h2{
    color:#14211d;
    font-size:22px;
    line-height:1.25;
  }
  body:not(.home-page) .section h3{
    color:#14211d;
    font-size:16px;
    line-height:1.34;
  }
  body:not(.home-page) .lead{
    color:#65726c;
    font-size:14px;
    line-height:1.65;
  }
  body:not(.home-page) .card-grid,
  body:not(.home-page) .question-grid,
  body:not(.home-page) .info-matrix,
  body:not(.home-page) .role-groups,
  body:not(.home-page) .case-grid,
  body:not(.home-page) .subpage-directory,
  body:not(.home-page) .subpage-records{
    grid-template-columns:1fr;
    gap:10px;
    border:0;
    background:transparent;
    box-shadow:none;
  }
  body:not(.home-page) .article-card,
  body:not(.home-page) .card,
  body:not(.home-page) .faq-answer-card{
    min-height:0;
    padding:16px 14px;
    border:1px solid rgba(150,120,72,.14);
    border-radius:12px;
    background:#fffaf3;
    box-shadow:0 8px 20px rgba(30,42,37,.045);
  }
  body:not(.home-page) .article-card:before,
  body:not(.home-page) .card:before{
    display:none;
  }
  body:not(.home-page) .article-card .kicker,
  body:not(.home-page) .card .kicker,
  body:not(.home-page) .faq-answer-header .kicker{
    margin-bottom:7px;
    color:#9a743b;
    font-size:10.5px;
  }
  body:not(.home-page) .article-card h3,
  body:not(.home-page) .card h3,
  body:not(.home-page) .faq-answer-card h3{
    margin-bottom:8px;
    color:#14211d;
    font-size:16px;
    line-height:1.36;
  }
  body:not(.home-page) .article-card p:not(.kicker),
  body:not(.home-page) .card p{
    color:#65726c;
    font-size:13px;
    line-height:1.55;
  }
  body:not(.home-page) .article-card a,
  body:not(.home-page) .card a,
  body:not(.home-page) .text-link{
    margin-top:10px;
    color:#14211d;
    font-size:12px;
    font-weight:850;
  }
  body:not(.home-page) .question-grid a,
  body:not(.home-page) .question-list a,
  body:not(.home-page) .subpage-directory article,
  body:not(.home-page) .subpage-directory a,
  body:not(.home-page) .subpage-records article,
  body:not(.home-page) .subpage-records a{
    min-height:0;
    padding:14px;
    border:1px solid rgba(150,120,72,.14);
    border-radius:12px;
    background:#fffaf3;
    box-shadow:0 8px 20px rgba(30,42,37,.045);
  }
  body:not(.home-page) .faq-answer-card{
    display:block;
  }
  body:not(.home-page) .faq-answer-header,
  body:not(.home-page) .faq-answer-footer{
    padding:0;
    border:0;
    background:transparent;
  }
  body:not(.home-page) .faq-professional-answer{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:12px;
  }
  body:not(.home-page) .faq-answer-insight{
    min-height:0;
    padding:12px 0;
    border:0;
    border-top:1px solid rgba(150,120,72,.14);
  }
  body:not(.home-page) .source-matrix,
  body:not(.home-page) .query-map,
  body:not(.home-page) .coverage-grid,
  body:not(.home-page) .entity-facts{
    grid-template-columns:1fr;
    gap:10px;
    border:0;
    background:transparent;
  }
  body:not(.home-page) .source-matrix div,
  body:not(.home-page) .query-map div,
  body:not(.home-page) .coverage-grid div,
  body:not(.home-page) .entity-facts div{
    min-height:0;
    padding:14px;
    border:1px solid rgba(150,120,72,.14);
    border-radius:12px;
    background:#fffaf3;
    box-shadow:0 8px 20px rgba(30,42,37,.045);
  }
  body:not(.home-page) .mobile-dock{
    left:14px;
    right:14px;
    bottom:10px;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:4px;
    padding:5px;
    border:1px solid rgba(20,32,28,.14);
    border-radius:999px;
    background:rgba(255,250,243,.94);
    box-shadow:0 12px 34px rgba(20,32,28,.14);
  }
  body:not(.home-page) .mobile-dock a{
    min-height:34px;
    color:#42504a;
    border-radius:999px;
    background:transparent;
    font-size:11px;
  }
  body:not(.home-page) .mobile-dock a.is-active,
  body:not(.home-page) .mobile-dock a[aria-current="page"]{
    color:#14211d;
    background:#fff5e6;
  }
  body:not(.home-page) .mobile-dock a:last-child{
    color:#fff;
    background:#173a35;
  }
  body:not(.home-page) .site-footer{
    background:#14211d;
  }
}

@media (max-width:520px){
  body:not(.home-page) .hero-detail h1,
  body:not(.home-page) .hero-compact h1,
  body:not(.home-page) .hero-about h1,
  body:not(.home-page) .subpage-intro h1{
    font-size:26px;
  }
  body:not(.home-page) .hero-proof,
  body:not(.home-page) .hero-compact .hero-proof{
    grid-template-columns:1fr;
  }
}

/* pc restrained motion polish */
@media (min-width:861px){
  .site-nav a,
  .button,
  .language-switch a,
  .entity-strip a,
  .subpage-actions .button,
  .question-grid a,
  .question-list a,
  .subpage-directory a,
  .subpage-records a,
  .card,
  .article-card,
  .case-grid article,
  .source-matrix div,
  .entity-card,
  .entity-facts div,
  .trust-band div,
  .hero-proof span{
    transition:
      color .2s ease,
      background-color .2s ease,
      border-color .2s ease,
      box-shadow .22s ease,
      opacity .22s ease,
      transform .22s ease,
      filter .22s ease;
  }

  .site-nav a{
    position:relative;
  }

  .site-nav a::after{
    content:"";
    position:absolute;
    left:16px;
    right:16px;
    bottom:0;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(215,193,151,.92),transparent);
    transform:scaleX(0);
    transform-origin:center;
    transition:transform .24s ease;
  }

  .site-nav a:hover::after,
  .site-nav a.is-active::after,
  .site-nav a[aria-current="page"]::after{
    transform:scaleX(1);
  }

  .site-nav a:hover{
    background:rgba(255,250,242,.045);
  }

  .button,
  .subpage-actions .button{
    will-change:transform;
  }

  .button:hover,
  .button.primary:hover,
  .hero-detail .button:hover,
  .hero-compact .button:hover,
  .hero-profile .button:hover,
  .hero-about .button:hover,
  .subpage-actions .button:hover,
  .subpage-actions .button.primary:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 30px rgba(17,25,22,.14);
    border-color:rgba(215,193,151,.74);
  }

  .hero .button:not(.primary):hover,
  .hero-detail .button:not(.primary):hover,
  .hero-compact .button:not(.primary):hover,
  .hero-profile .button:not(.primary):hover,
  .hero-about .button:not(.primary):hover{
    background:rgba(255,250,242,.14);
    color:#fffaf2;
    border-color:rgba(215,193,151,.62);
  }

  .hero-profile .hero-bg img{
    animation:heroImageSettle 1.2s ease-out both;
    will-change:opacity,transform,filter;
  }

  .hero-profile .hero-portrait{
    animation:heroPortraitSettle .72s ease-out .12s both;
    will-change:opacity,transform,filter;
  }

  .hero-copy .kicker,
  .hero-copy h1,
  .hero-copy p,
  .hero-proof,
  .hero-actions{
    animation:copySettle .58s ease-out both;
  }

  .hero-copy h1{animation-delay:.08s}
  .hero-copy p{animation-delay:.14s}
  .hero-proof{animation-delay:.2s}
  .hero-actions{animation-delay:.26s}

  .hero-proof span:hover,
  .trust-band div:hover,
  .source-matrix div:hover,
  .entity-facts div:hover,
  .entity-card:hover,
  .case-grid article:hover{
    transform:translateY(-1px);
    border-color:rgba(168,131,74,.34);
    box-shadow:0 18px 38px rgba(17,25,22,.09);
  }

  .card:hover,
  .article-card:hover{
    transform:translateY(-2px);
    border-color:rgba(168,131,74,.36);
    box-shadow:0 22px 46px rgba(17,25,22,.13);
  }

  .card:hover:before,
  .article-card:hover:before{
    opacity:.95;
  }

  .section h2:after,
  .home-page .section h2:after,
  .home-page .section-head .kicker:after{
    transform-origin:left center;
    transition:opacity .24s ease,transform .24s ease,filter .24s ease;
  }

  .section:hover h2:after,
  .home-page .section:hover h2:after,
  .home-page .section:hover .section-head .kicker:after{
    opacity:1;
    filter:saturate(1.08) brightness(1.04);
    transform:scaleX(1.04);
  }

  .entity-strip a:hover,
  .question-grid a:hover,
  .question-list a:hover,
  .subpage-directory a:hover,
  .subpage-records a:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 30px rgba(17,25,22,.08);
  }
}

@keyframes heroImageSettle{
  from{
    opacity:.56;
    transform:scale(1.015);
    filter:saturate(.86) contrast(1) brightness(1.02);
  }
  to{
    opacity:.68;
    transform:scale(1);
    filter:saturate(.9) contrast(1.02) brightness(1.08);
  }
}

@keyframes heroPortraitSettle{
  from{
    opacity:0;
    transform:translate3d(0,10px,0);
    filter:saturate(.9) contrast(.96);
  }
  to{
    opacity:1;
    transform:translate3d(0,0,0);
    filter:saturate(1) contrast(1);
  }
}

@keyframes copySettle{
  from{
    opacity:0;
    transform:translate3d(0,8px,0);
  }
  to{
    opacity:1;
    transform:translate3d(0,0,0);
  }
}

@media (max-width:860px){
  body.home-page{
    background:#eee9e1;
    padding-bottom:76px;
  }
  body.home-page main{
    background:#eee9e1;
  }
  .home-page .site-header{
    grid-template-columns:minmax(0,1fr) auto;
    gap:14px;
    min-height:68px;
    padding:0 24px;
    background:#111916;
    border:0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .home-page .brand{
    display:block;
    min-width:0;
    color:#fff;
    line-height:1;
  }
  .home-page .brand span{
    display:block;
    color:#fff;
    font-size:16px;
    font-weight:900;
    line-height:1;
    white-space:nowrap;
  }
  .home-page .brand span:after{
    content:" / Daniel Xue";
  }
  html[lang="en"] .home-page .brand span:after{
    content:" / Xue Long";
  }
  .home-page .brand small{
    display:none;
  }
  .home-page .language-switch{
    min-width:82px;
    height:36px;
    border:1px solid rgba(255,255,255,.3);
    background:transparent;
  }
  .home-page .language-switch a{
    min-width:38px;
    height:34px;
    padding:0 6px;
    color:#fff;
    font-size:13px;
    font-weight:900;
  }
  .home-page .language-switch a[aria-current="true"]{
    color:#fff;
    background:transparent;
  }
  .home-page .mobile-menu{
    display:none;
  }
  .home-page .hero-profile{
    --mobile-hero-visual-height:clamp(560px,152vw,642px);
    display:block;
    width:100%;
    min-height:0;
    margin:0;
    overflow:hidden;
    border:0;
    background:#eee9e1;
    box-shadow:none;
  }
  .home-page .hero-profile .hero-bg,
  .home-page .hero-profile picture{
    display:block;
    position:absolute;
    inset:0 0 auto 0;
    height:var(--mobile-hero-visual-height);
    z-index:0;
  }
  .home-page .hero-profile .hero-bg img,
  .home-page .hero-profile picture img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    opacity:1;
    filter:saturate(.92) contrast(1.04) brightness(.68);
  }
  .home-page .hero-profile:after{
    display:block;
    z-index:1;
    inset:0 0 auto 0;
    height:var(--mobile-hero-visual-height);
    background:
      linear-gradient(90deg,rgba(7,11,10,.88) 0%,rgba(10,15,14,.66) 54%,rgba(10,15,14,.1) 100%),
      linear-gradient(0deg,rgba(6,10,9,.68) 0%,rgba(6,10,9,.06) 54%,rgba(6,10,9,.18) 100%);
  }
  .home-page .hero-profile .hero-copy{
    position:relative;
    z-index:3;
    width:100%;
    max-width:none;
    min-height:0;
    padding:var(--mobile-hero-visual-height) 0 0;
    color:#fff;
  }
  .home-page .hero-profile .kicker,
  .home-page .hero-profile .hero-copy > p:not(.kicker),
  .home-page .mobile-hero-profile-card,
  .home-page .hero-profile .secondary-actions{
    display:none;
  }
  .home-page .hero-profile h1{
    position:absolute;
    top:clamp(300px,78vw,342px);
    left:26px;
    right:24px;
    z-index:4;
    max-width:none;
    margin:0;
    color:#fff;
    font-size:clamp(31px,8.6vw,44px);
    line-height:1.08;
    font-weight:900;
    letter-spacing:0;
    text-shadow:0 3px 14px rgba(0,0,0,.54);
    white-space:nowrap;
  }
  html[lang="en"] .home-page .hero-profile h1{
    top:clamp(294px,76vw,334px);
    max-width:78%;
    font-size:clamp(29px,7.6vw,40px);
    white-space:normal;
  }
  .home-page .hero-profile .hero-portrait{
    display:block;
    position:absolute;
    z-index:2;
    right:clamp(-86px,-16vw,-52px);
    bottom:auto;
    top:34px;
    width:auto;
    height:clamp(500px,135vw,650px);
    max-width:none;
    object-fit:contain;
    object-position:center bottom;
    opacity:1;
    filter:saturate(.98) contrast(1.02) brightness(.96) drop-shadow(0 18px 28px rgba(0,0,0,.34));
  }
  .home-page .hero-profile .hero-proof{
    position:absolute;
    top:clamp(386px,101vw,446px);
    left:18px;
    right:18px;
    z-index:4;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    width:auto;
    max-width:560px;
    margin:0;
    padding:8px;
    border:1px solid rgba(255,255,255,.05);
    background:rgba(8,14,13,.58);
    box-shadow:0 18px 36px rgba(0,0,0,.12);
    backdrop-filter:blur(8px);
  }
  .home-page .hero-profile .hero-proof span{
    display:flex;
    min-width:0;
    min-height:68px;
    padding:10px 12px;
    gap:5px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:5px;
    background:rgba(255,255,255,.06);
    backdrop-filter:blur(6px);
  }
  .home-page .hero-profile .hero-proof strong{
    color:#fff;
    font-size:12.5px;
    line-height:1.36;
    font-weight:850;
  }
  .home-page .hero-profile .hero-proof small{
    color:#b9c3bd;
    font-size:11px;
    line-height:1.3;
    font-weight:650;
  }
  html[lang="en"] .home-page .hero-profile .hero-proof strong{
    font-size:11.5px;
  }
  html[lang="en"] .home-page .hero-profile .hero-proof small{
    font-size:10.5px;
  }
  .home-page .hero-profile .primary-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
    width:100%;
    max-width:none;
    margin:0;
    padding:38px clamp(26px,6vw,50px) 40px;
    background:#eee9e1;
  }
  .home-page .hero-profile .primary-actions .button{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    min-width:0;
    min-height:136px;
    padding:24px 30px;
    border:1px solid rgba(183,158,115,.2);
    border-radius:22px;
    color:#10211e;
    background:#fffaf3;
    box-shadow:0 18px 38px rgba(37,45,41,.08);
    font-size:24px;
    line-height:1.18;
    font-weight:900;
    text-align:left;
  }
  .home-page .hero-profile .primary-actions .button.primary{
    min-height:136px;
    color:#10211e;
    background:#fff6e8;
    border-color:rgba(183,158,115,.24);
  }
  .home-page .hero-profile .primary-actions .button:nth-child(3){
    grid-column:1 / -1;
    min-height:136px;
    color:#10211e;
    background:#fffdf8;
    border-color:rgba(183,158,115,.18);
  }
  .home-page .hero-profile .primary-actions .button::after{
    content:attr(data-mobile-note);
    display:block;
    margin-top:14px;
    color:#6f7c78;
    font-size:17px;
    line-height:1.36;
    font-weight:800;
  }
  html[lang="en"] .home-page .hero-profile .primary-actions .button{
    padding:22px 24px;
    font-size:18px;
    line-height:1.24;
  }
  html[lang="en"] .home-page .hero-profile .primary-actions .button::after{
    font-size:13.5px;
    line-height:1.34;
  }
  .home-page .trust-band{
    margin-top:0;
  }
}

@media (max-width:430px){
  .home-page .site-header{
    padding:0 20px;
  }
  .home-page .brand span{
    font-size:15px;
  }
  .home-page .hero-profile h1{
    left:22px;
    right:20px;
    font-size:clamp(30px,8.2vw,36px);
  }
  .home-page .hero-profile .hero-proof{
    left:18px;
    right:18px;
  }
  .home-page .hero-profile .primary-actions{
    gap:24px;
    padding:36px 22px 38px;
  }
  .home-page .hero-profile .primary-actions .button{
    min-height:124px;
    padding:21px 24px;
    border-radius:20px;
    font-size:22px;
  }
  .home-page .hero-profile .primary-actions .button:nth-child(3){
    min-height:124px;
  }
  .home-page .hero-profile .primary-actions .button::after{
    font-size:16px;
  }
}

@media (max-width:370px){
  .home-page .hero-profile{
    --mobile-hero-visual-height:548px;
  }
  .home-page .hero-profile h1{
    top:286px;
    font-size:30px;
  }
  .home-page .hero-profile .hero-proof{
    top:360px;
  }
  .home-page .hero-profile .hero-proof span{
    min-height:64px;
    padding:9px 10px;
  }
  .home-page .hero-profile .hero-proof strong{
    font-size:11.5px;
  }
  .home-page .hero-profile .hero-proof small{
    font-size:10px;
  }
  .home-page .hero-profile .primary-actions{
    gap:16px;
    padding-left:18px;
    padding-right:18px;
  }
  .home-page .hero-profile .primary-actions .button{
    padding:18px 20px;
    font-size:20px;
  }
  .home-page .hero-profile .primary-actions .button::after{
    font-size:14px;
  }
}

@media (max-width:860px){
  body.home-page .trust-band{
    display:none !important;
  }
}

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

.resource-archive{background:var(--surface);}
.resource-shell{width:min(100%,1120px);margin:0 auto;padding:64px clamp(24px,5vw,72px);}
.resource-summary{max-width:820px;color:var(--muted);}
.resource-meta{display:flex;flex-wrap:wrap;gap:10px 24px;color:var(--muted);font-size:14px;}
.resource-list{display:grid;gap:18px;margin-top:36px;}
.resource-card{padding:24px;border:1px solid var(--line);background:var(--surface-strong);}
.resource-article{max-width:860px;margin:0 auto;}
.resource-body{margin-top:36px;}
.resource-body h2,.resource-body h3{margin-top:2em;color:var(--brand-dark);}
.resource-machine-links{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:36px;font-size:14px;}
.resource-disclosure-inner{padding:20px 24px;border-left:3px solid var(--gold);background:var(--surface-muted);}

@media (max-width:860px){
  .resource-shell{padding:40px 22px;}
  .resource-card{padding:20px;}
  .resource-meta{display:grid;gap:6px;}
}

/* Homepage editorial redesign, 2026-09-08 */
.home-page .hero-profile{
  min-height:568px;
  align-items:center;
  isolation:isolate;
  border:0;
  background:#0d1715;
}
.home-page .hero-profile .hero-bg img{
  object-position:center center;
  opacity:.66;
  filter:saturate(.9) contrast(1.04) brightness(.9);
}
.home-page .hero-profile:after{
  display:block;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(8,13,12,.78) 0%,rgba(11,22,19,.62) 46%,rgba(11,22,19,.18) 100%),
    linear-gradient(0deg,rgba(6,10,9,.5) 0%,rgba(6,10,9,.04) 52%,rgba(6,10,9,.18) 100%);
}
.home-page .hero-profile .hero-copy{
  z-index:3;
  width:min(760px,calc(100% - clamp(430px,39vw,600px)));
  max-width:760px;
  min-height:auto;
  margin:0;
  padding:70px clamp(30px,5vw,72px) 78px;
}
.home-page .hero-profile .kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  margin:0 0 18px;
  padding:0 12px;
  color:#f0dcb3;
  background:rgba(255,250,242,.08);
  border:1px solid rgba(215,193,151,.26);
  border-radius:999px;
  font-size:12px;
}
.home-page .hero-profile h1{
  max-width:760px;
  margin-bottom:16px;
  color:#fffdf7;
  font-size:clamp(38px,3.7vw,54px);
  line-height:1.14;
  letter-spacing:0;
  text-wrap:balance;
  text-shadow:0 3px 18px rgba(0,0,0,.42);
}
.home-page .hero-profile p{
  max-width:720px;
  margin-bottom:24px;
  color:#f7f3ea;
  font-size:17px;
  line-height:1.78;
  font-weight:650;
  text-shadow:0 2px 12px rgba(0,0,0,.28);
}
.home-page .hero-profile .hero-proof{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  width:min(100%,760px);
  max-width:760px;
  margin:0 0 24px;
  overflow:hidden;
  border:1px solid rgba(232,218,190,.2);
  border-radius:8px;
  background:rgba(232,218,190,.18);
  box-shadow:0 18px 44px rgba(0,0,0,.16);
}
.home-page .hero-profile .hero-proof span{
  min-height:72px;
  padding:14px 16px;
  border:0;
  border-radius:0;
  background:rgba(255,250,242,.075);
  backdrop-filter:blur(10px);
}
.home-page .hero-profile .hero-proof strong{
  color:#fffaf2;
  font-size:13.5px;
  line-height:1.42;
}
.home-page .hero-profile .hero-proof small{
  margin-top:4px;
  color:#c9d1ca;
  font-size:12px;
  line-height:1.35;
}
.home-page .hero-profile .hero-proof a{
  color:#fffaf2;
  border-bottom:1px solid rgba(240,220,179,.62);
}
.home-page .hero-profile .hero-proof a:hover{
  color:#f0dcb3;
  border-bottom-color:#f0dcb3;
}
.home-page .hero-profile .hero-actions{
  max-width:420px;
}
.home-page .hero-profile .primary-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  width:min(420px,100%);
  max-width:420px;
  margin:0;
}
.home-page .hero-profile .primary-actions .button{
  width:100%;
  min-height:46px;
  padding:11px 18px;
  border-radius:6px;
  color:#fffaf2;
  background:rgba(255,250,242,.08);
  border:1px solid rgba(232,218,190,.46);
  box-shadow:none;
  font-size:14px;
  line-height:1.25;
  white-space:nowrap;
}
.home-page .hero-profile .primary-actions .button.primary{
  color:#10211e;
  background:#e6c98d;
  border-color:#e6c98d;
  box-shadow:0 14px 30px rgba(0,0,0,.18);
}
.home-page .hero-profile .primary-actions .button::after{
  display:none;
}
.home-page .hero-focus-links{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px 18px;
  max-width:720px;
  margin-top:20px;
  color:#d8ded8;
  font-size:14px;
  line-height:1.45;
  font-weight:750;
}
.home-page .hero-focus-links a{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  color:#e9efe8;
  border-bottom:1px solid rgba(215,193,151,.5);
}
.home-page .hero-focus-links a:hover{
  color:#f0dcb3;
  border-bottom-color:#f0dcb3;
}
.home-page .hero-focus-links .identity-note-link{
  color:#f0dcb3;
  border-bottom-color:rgba(240,220,179,.72);
}
.home-page .hero-focus-links .identity-note-link:before{
  content:"";
  width:1px;
  height:16px;
  margin-right:18px;
  background:rgba(232,218,190,.34);
}
.home-page .hero-profile .hero-portrait{
  right:clamp(36px,7vw,126px);
  bottom:0;
  height:min(91%,560px);
  max-width:34vw;
  opacity:.94;
  filter:saturate(.94) contrast(1.02) brightness(.94) drop-shadow(0 20px 30px rgba(0,0,0,.28));
}
.home-page .trust-band{
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:100%;
  margin:0 auto;
  border:0;
  border-top:1px solid rgba(168,137,82,.2);
  border-bottom:1px solid rgba(168,137,82,.18);
  background:#f6efe4;
  box-shadow:none;
}
.home-page .trust-band:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-42px;
  height:42px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(13,23,21,0),rgba(246,239,228,.92));
}
.home-page .trust-band div{
  min-height:78px;
  padding:16px clamp(18px,3.2vw,42px);
  border:0;
  border-right:1px solid rgba(168,137,82,.22);
  background:transparent;
}
.home-page .trust-band div:last-child{
  border-right:0;
}
.home-page .trust-band span{
  margin-bottom:5px;
  color:#9a743b;
  font-size:12px;
  line-height:1.25;
  font-weight:850;
}
.home-page .trust-band strong{
  color:#14211d;
  font-size:14.5px;
  line-height:1.4;
  font-weight:850;
}
.home-page .trust-band a{
  color:#14211d;
  border-bottom:1px solid rgba(154,116,59,.4);
}

@media (min-width:1200px){
  .home-page .hero-profile .hero-copy{
    width:min(800px,calc(100% - clamp(420px,38vw,600px)));
    max-width:800px;
    padding-right:0;
  }
  .home-page .hero-profile .hero-proof{
    width:min(100%,760px);
    max-width:760px;
  }
}

@media (min-width:861px) and (max-width:1080px){
  .home-page .hero-profile .hero-copy{
    width:min(670px,calc(100% - 330px));
    padding-left:34px;
    padding-right:0;
  }
  .home-page .hero-profile h1{
    font-size:38px;
  }
  .home-page .hero-profile .hero-proof{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-page .hero-profile .hero-portrait{
    right:-16px;
    max-width:36vw;
    opacity:.78;
  }
}

@media (max-width:860px){
  .home-page .hero-profile{
    --mobile-hero-visual-height:520px;
    display:block;
    width:100%;
    margin:0;
    overflow:hidden;
    background:#f4efe7;
  }
  .home-page .hero-profile .hero-bg,
  .home-page .hero-profile picture{
    display:block;
    position:absolute;
    inset:0 0 auto 0;
    height:var(--mobile-hero-visual-height);
  }
  .home-page .hero-profile .hero-bg img,
  .home-page .hero-profile picture img{
    object-position:center center;
    opacity:1;
    filter:saturate(.9) contrast(1.05) brightness(.72);
  }
  .home-page .hero-profile:after{
    display:block;
    height:var(--mobile-hero-visual-height);
    background:
      linear-gradient(90deg,rgba(7,11,10,.88) 0%,rgba(10,15,14,.64) 58%,rgba(10,15,14,.08) 100%),
      linear-gradient(0deg,rgba(6,10,9,.7) 0%,rgba(6,10,9,.08) 56%,rgba(6,10,9,.16) 100%);
  }
  .home-page .hero-profile .hero-copy{
    position:relative;
    z-index:3;
    width:100%;
    max-width:none;
    padding:var(--mobile-hero-visual-height) 0 0;
    color:#14211d;
  }
  .home-page .hero-profile .kicker,
  .home-page .hero-profile .hero-copy > p:not(.kicker),
  .home-page .mobile-hero-profile-card{
    display:none;
  }
  .home-page .hero-profile h1{
    position:absolute;
    top:310px;
    left:24px;
    right:24px;
    max-width:none;
    margin:0;
    color:#fff;
    font-size:clamp(31px,8.4vw,40px);
    line-height:1.1;
    text-shadow:0 3px 14px rgba(0,0,0,.54);
    white-space:nowrap;
  }
  .home-page .hero-profile .hero-portrait{
    display:block;
    position:absolute;
    z-index:2;
    right:clamp(-70px,-12vw,-36px);
    top:34px;
    bottom:auto;
    width:auto;
    height:clamp(460px,122vw,600px);
    max-width:none;
    opacity:1;
  }
  .home-page .hero-profile .hero-proof{
    position:absolute;
    top:384px;
    left:18px;
    right:18px;
    z-index:4;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1px;
    width:auto;
    max-width:560px;
    margin:0;
    padding:0;
    border:1px solid rgba(255,255,255,.12);
    border-radius:8px;
    background:rgba(245,239,228,.18);
    overflow:hidden;
    backdrop-filter:blur(8px);
  }
  .home-page .hero-profile .hero-proof span{
    min-height:58px;
    padding:9px 11px;
    border:0;
    background:rgba(8,14,13,.42);
  }
  .home-page .hero-profile .hero-proof strong{
    color:#fff;
    font-size:12px;
    line-height:1.32;
  }
  .home-page .hero-profile .hero-proof small{
    color:#c5cec8;
    font-size:10.5px;
  }
  .home-page .hero-profile .primary-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    width:100%;
    max-width:none;
    margin:0;
    padding:24px 20px 0;
    background:#f4efe7;
  }
  .home-page .hero-profile .primary-actions .button,
  .home-page .hero-profile .primary-actions .button.primary{
    min-height:54px;
    padding:12px 14px;
    border-radius:8px;
    color:#14211d;
    background:#fffaf3;
    border:1px solid rgba(150,120,72,.2);
    box-shadow:0 10px 24px rgba(30,42,37,.06);
    font-size:14.5px;
    line-height:1.3;
    text-align:center;
  }
  .home-page .hero-profile .primary-actions .button.primary{
    background:#ead19b;
    border-color:#d4b575;
  }
  .home-page .hero-focus-links{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin:14px 20px 22px;
    padding:0;
    border:0;
  }
  .home-page .hero-focus-links a{
    justify-content:space-between;
    min-height:42px;
    padding:0 12px;
    color:#14211d;
    border:1px solid rgba(150,120,72,.14);
    border-radius:8px;
    background:rgba(255,250,243,.72);
    font-size:13.5px;
    font-weight:850;
  }
  .home-page .hero-focus-links a:after{
    content:"›";
    color:#9a743b;
    font-size:18px;
    line-height:1;
  }
  .home-page .hero-focus-links .identity-note-link{
    color:#7b5b29;
    background:#fff5e3;
  }
  .home-page .hero-focus-links .identity-note-link:before{
    display:none;
  }
  body.home-page .trust-band{
    display:none !important;
  }
}

@media (max-width:430px){
  .home-page .hero-profile{
    --mobile-hero-visual-height:500px;
  }
  .home-page .hero-profile h1{
    top:292px;
    left:20px;
    right:20px;
    font-size:30px;
  }
  .home-page .hero-profile .hero-proof{
    top:360px;
  }
  .home-page .hero-profile .hero-proof span{
    min-height:56px;
  }
  .home-page .hero-profile .primary-actions{
    padding-left:18px;
    padding-right:18px;
  }
  .home-page .hero-focus-links{
    margin-left:18px;
    margin-right:18px;
  }
}

@media (max-width:370px){
  .home-page .hero-profile{
    --mobile-hero-visual-height:480px;
  }
  .home-page .hero-profile h1{
    top:280px;
    font-size:28px;
  }
  .home-page .hero-profile .hero-proof{
    top:342px;
    left:14px;
    right:14px;
  }
  .home-page .hero-profile .primary-actions{
    gap:10px;
    padding-left:14px;
    padding-right:14px;
  }
  .home-page .hero-profile .primary-actions .button,
  .home-page .hero-profile .primary-actions .button.primary{
    min-height:50px;
    padding:10px 12px;
    font-size:13.5px;
  }
  .home-page .hero-focus-links{
    margin-left:14px;
    margin-right:14px;
  }
}
