
:root{--bg:#07110d;--bg2:#0a1711;--panel:#0e2018;--panel2:#132a20;--gold:#d9b65c;--gold2:#f5d77b;--green:#22c987;--text:#f3faf5;--muted:#adc0b6;--line:rgba(255,255,255,.12);--soft:rgba(255,255,255,.055);--shadow:0 24px 60px rgba(0,0,0,.34);--radius:22px;--max:1180px;--noise-size:72px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;background:radial-gradient(circle at 12% 0%,rgba(34,201,135,.14),transparent 32%),radial-gradient(circle at 86% 5%,rgba(217,182,92,.11),transparent 30%),linear-gradient(180deg,#04100b 0%,#07110d 54%,#091711 100%);color:var(--text);line-height:1.78;font-size:16px;min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.site-top{position:sticky;top:0;z-index:60;background:rgba(5,17,12,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.1)}.nav-wrap{max-width:var(--max);margin:0 auto;padding:11px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.2px;min-width:190px}.brand img{width:32px;height:32px;border-radius:9px;box-shadow:0 0 0 1px rgba(217,182,92,.38)}.nav{display:flex;align-items:center;justify-content:flex-end;gap:2px;white-space:nowrap}.nav a{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 10px;color:#d9e8df;border-radius:11px;font-size:14px}.nav a:hover,.nav a.active{background:rgba(217,182,92,.13);color:#fff}.menu-btn{display:none;height:38px;border:1px solid var(--line);color:#fff;background:rgba(255,255,255,.04);border-radius:12px;padding:0 12px;font-weight:800}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(135deg,rgba(13,31,23,.85),rgba(3,11,7,.95));}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 18%,rgba(217,182,92,.12),transparent 26%),linear-gradient(90deg,rgba(3,12,8,.96),rgba(3,12,8,.64));pointer-events:none}.hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:var(--noise-size) var(--noise-size);opacity:.25;pointer-events:none}.hero-inner{position:relative;z-index:2;max-width:var(--max);margin:0 auto;padding:58px 20px 64px;display:grid;grid-template-columns:.94fr 1.06fr;gap:32px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;padding:6px 12px;border:1px solid rgba(217,182,92,.36);border-radius:999px;color:var(--gold2);background:rgba(13,32,24,.7);font-size:13px}.hero h1{font-size:clamp(36px,5.2vw,68px);line-height:1.08;margin:20px 0 14px;letter-spacing:-.8px}.gold{background:linear-gradient(180deg,#fff4c4 0%,#dbb454 54%,#8d6821 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 18px 40px rgba(0,0,0,.28)}.hero p{color:#dce9e1;font-size:18px;margin:0;max-width:670px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 0}.hero-media{position:relative;border-radius:24px;background:rgba(255,255,255,.035);box-shadow:var(--shadow);overflow:hidden;padding:0}.hero-media img{width:100%;height:auto;object-fit:contain;object-position:center;border-radius:24px}.hero-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.note-pill{min-height:82px;padding:13px 14px;border:1px solid var(--line);border-radius:17px;background:rgba(9,30,20,.72)}.note-pill b{display:block;color:#fff;font-size:16px;line-height:1.3}.note-pill span{display:block;color:var(--muted);font-size:13px;line-height:1.55;margin-top:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:999px;min-height:46px;padding:12px 18px;font-weight:850;transition:.22s;cursor:pointer;line-height:1.2}.btn-primary{background:linear-gradient(135deg,#f7d876,#be9136);color:#09140e;box-shadow:0 16px 34px rgba(217,182,92,.22)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(217,182,92,.3)}.btn-ghost{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.055);color:#fff}.btn-ghost:hover{background:rgba(255,255,255,.12)}.btn-small{min-height:38px;padding:9px 14px;font-size:14px}.container{max-width:var(--max);margin:0 auto;padding:70px 20px}.section-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(135deg,rgba(16,37,28,.46),rgba(217,182,92,.045))}.section-title{margin:0 0 12px;font-size:clamp(28px,3.4vw,42px);line-height:1.18}.lead{color:var(--muted);font-size:17px;max-width:840px;margin:0 0 28px}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center}.split.reverse{grid-template-columns:.95fr 1.05fr}.panel,.card{background:linear-gradient(180deg,rgba(16,37,28,.94),rgba(7,22,15,.93));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.panel-pad,.card-pad{padding:26px}.prose p{color:#d8e6de;margin:0 0 17px}.prose h2,.prose h3{color:#fff}.visual-frame img{width:100%;aspect-ratio:16/9;object-fit:cover;object-position:center;border-radius:var(--radius)}.visual-frame.square img{aspect-ratio:1/1}.path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;counter-reset:path}.path-card{counter-increment:path;min-height:238px;padding:22px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.045);display:flex;flex-direction:column;align-items:flex-start}.path-card:before{content:counter(path);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#f7d876,#be9136);color:#09140e;font-weight:900;margin-bottom:14px}.path-card h3{margin:0 0 8px;font-size:20px;line-height:1.3}.path-card p{margin:0;color:#c8d8cf}.image-card{position:relative;min-height:320px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:#10251c;box-shadow:var(--shadow);display:flex;align-items:flex-end}.image-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:.35s}.image-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(2,13,8,.9));z-index:1}.image-card .content{position:relative;z-index:2;padding:24px;min-height:142px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}.image-card h3{margin:0 0 8px;font-size:24px;line-height:1.25}.image-card p{margin:0;color:#c9d8d0}.image-card:hover img{transform:scale(1.035)}.tile-link{position:absolute;inset:0;z-index:4}.mini-cta,.text-link{display:inline-flex;margin-top:14px;color:var(--gold2);font-weight:900}.news-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.news-card{height:100%;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,rgba(16,37,28,.95),rgba(8,21,15,.96));box-shadow:var(--shadow);overflow:hidden}.news-img{display:block;background:#06120d}.news-img img{width:100%;aspect-ratio:16/9;object-fit:cover;object-position:center}.news-body{padding:18px;display:flex;flex-direction:column;gap:9px;flex:1}.news-body h3{margin:0;font-size:18px;line-height:1.38;min-height:74px}.news-body p{margin:0;color:#c8d8cf;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:84px}.news-body .btn{margin-top:auto;align-self:flex-start}.article-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:13px;line-height:1.35}.tag{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;background:var(--gold2);color:#0b1510;font-weight:900}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.step{counter-increment:step;min-height:218px;padding:20px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.045)}.step:before{content:counter(step);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#f7d876,#be9136);color:#09140e;font-weight:900;margin-bottom:12px}.step h3{margin:0 0 8px;font-size:20px}.step p{margin:0;color:#c8d8cf}.risk-box{border-left:4px solid var(--gold);background:rgba(217,182,92,.09);padding:20px 22px;border-radius:16px;color:#eedfb4}.faq{display:grid;gap:12px}.faq details{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.045);padding:18px}.faq summary{cursor:pointer;font-weight:900;color:#fff;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";float:right;color:var(--gold2)}.faq details[open] summary:after{content:"−"}.faq p{margin:12px 0 0;color:#cbdad1}.breadcrumbs{font-size:14px;color:var(--muted);margin-bottom:16px}.breadcrumbs a{color:#d9e8df}.breadcrumbs span{margin:0 7px;color:#798b82}.page-hero{border-bottom:1px solid var(--line);background:radial-gradient(circle at 80% 8%,rgba(217,182,92,.12),transparent 34%),linear-gradient(180deg,rgba(13,32,24,.76),rgba(7,17,13,.22))}.page-hero .container{padding-top:54px;padding-bottom:42px}.page-hero h1{font-size:clamp(36px,5.2vw,60px);line-height:1.12;margin:10px 0}.article-office{border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,rgba(16,37,28,.88),rgba(6,18,12,.94));box-shadow:var(--shadow);overflow:hidden}.office-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.035)}.office-head strong{font-size:20px}.office-tabs{display:flex;gap:10px;flex-wrap:wrap}.office-tabs span{border:1px solid var(--line);border-radius:999px;padding:6px 10px;color:#d6e3dc;font-size:13px}.article-list{display:grid}.article-row{display:grid;grid-template-columns:240px 1fr;gap:22px;padding:20px 24px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.022);transition:.2s}.article-row:last-child{border-bottom:0}.article-row:hover{background:rgba(217,182,92,.062)}.article-thumb img{width:100%;aspect-ratio:16/9;object-fit:cover;object-position:center;border-radius:16px}.article-copy{display:flex;flex-direction:column;align-items:flex-start}.article-copy h3{margin:4px 0 7px;font-size:22px;line-height:1.34}.article-copy p{margin:0;color:#cbd9d1}.pagination{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:30px}.pagination a,.pagination span{border:1px solid var(--line);border-radius:12px;padding:9px 13px;background:rgba(255,255,255,.05)}.pagination .current{background:var(--gold);color:#08140e;font-weight:900}.article-head{max-width:920px;margin:0 auto}.article-head h1{font-size:clamp(32px,4.5vw,56px);line-height:1.16;margin:10px 0}.article-cover{border-radius:26px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);margin:0 0 30px}.article-cover img{width:100%;aspect-ratio:16/9;object-fit:cover;object-position:center}.article-body{max-width:920px;margin:0 auto}.article-body p{font-size:18px;color:#dce9e1;margin:0 0 21px}.related{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.search-box{display:flex;gap:12px;margin:24px 0}.search-box input{flex:1;min-height:48px;padding:13px 16px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#fff}.search-result{padding:18px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.045);margin:12px 0}.footer{border-top:1px solid var(--line);background:#050e0a}.footer-inner{max-width:var(--max);margin:auto;padding:36px 20px;display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:26px;color:#bdccc3}.footer h4{margin:0 0 10px;color:#fff}.footer a{display:block;color:#c8d5ce;margin:6px 0}.legal{font-size:13px;color:#96a79d}.fp-noise-layer{position:fixed;inset:0;pointer-events:none;z-index:1;opacity:.018;background-image:radial-gradient(circle at 20% 20%,#fff 0 1px,transparent 1px),radial-gradient(circle at 70% 40%,#f5d77b 0 1px,transparent 1px);background-size:47px 53px,83px 91px;mix-blend-mode:screen}.site-top,.hero,.container,.page-hero,.footer{position:relative;z-index:2}@media(max-width:1120px){.nav a{font-size:13px;padding:0 8px}.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.path-grid,.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-inner{grid-template-columns:1fr;gap:24px}.hero-media{max-width:900px}}@media(max-width:920px){.nav{position:absolute;top:60px;left:12px;right:12px;display:none;flex-direction:column;align-items:stretch;white-space:normal;background:#07130e;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow)}.nav.open{display:flex}.nav a{justify-content:flex-start;height:42px}.menu-btn{display:inline-flex;align-items:center}.brand{min-width:auto}.grid-2,.grid-3,.grid-4,.split,.split.reverse,.related{grid-template-columns:1fr}.article-row{grid-template-columns:1fr}.article-thumb img{height:auto}.footer-inner{grid-template-columns:1fr}.container{padding:54px 18px}.hero-inner{padding:42px 18px 52px}.hero-notes{grid-template-columns:1fr}.news-body h3,.news-body p{min-height:0}.image-card{min-height:290px}}@media(max-width:560px){body{font-size:15px}.hero h1{font-size:38px}.hero p{font-size:16px}.hero-actions{flex-direction:column}.btn{width:100%}.news-grid,.path-grid,.steps{grid-template-columns:1fr}.office-head{flex-direction:column;align-items:flex-start}.search-box{flex-direction:column}.section-title{font-size:29px}.article-body p{font-size:16.5px}.page-hero .container{padding-top:42px;padding-bottom:34px}.hero-media img{border-radius:18px}.hero-media{border-radius:18px}.image-card .content{padding:20px}}


/* v4 fine-tuning: alignment, media consistency, mobile stability */
.site-top{will-change:transform}.nav-wrap{min-height:62px}.brand span{line-height:1;white-space:nowrap}.nav a{line-height:1;letter-spacing:.1px}.hero-media{display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12)}.hero-media img{aspect-ratio:1916/821;background:#06120d}.hero-copy{min-width:0}.hero-copy p{max-width:620px}.path-card,.step,.news-card,.article-row,.image-card{content-visibility:auto;contain-intrinsic-size:320px}.news-card,.card,.panel,.article-office{transform:translateZ(0)}.news-img img,.article-thumb img,.article-cover img,.visual-frame img{background:#07130e}.news-body{min-height:286px}.news-body h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-body p{line-height:1.65}.article-copy{min-width:0}.article-copy h3 a{overflow-wrap:anywhere}.article-copy p{max-width:760px}.image-card .content{width:100%}.image-card h3,.image-card p{max-width:88%}.risk-box p:last-child,.prose p:last-child{margin-bottom:0}.footer-inner{align-items:start}.footer a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:4px}.btn:focus-visible,.nav a:focus-visible,.tile-link:focus-visible,.text-link:focus-visible{outline:2px solid var(--gold2);outline-offset:3px}.article-body h2,.article-body h3{scroll-margin-top:86px}.article-body p{overflow-wrap:break-word}.pagination a:hover{background:rgba(217,182,92,.13)}
@media(max-width:1120px){.nav-wrap{gap:12px}.hero-copy p{max-width:780px}.news-body{min-height:248px}.news-body h3{min-height:58px}.news-body p{min-height:66px}}
@media(max-width:920px){.site-top{position:sticky}.nav{max-height:calc(100vh - 80px);overflow:auto}.hero-inner{gap:28px}.hero-media{max-width:100%}.hero-notes{gap:10px}.split,.split.reverse{gap:22px}.article-row{padding:18px}.article-copy h3{font-size:21px}.office-head{padding:18px}.news-body{min-height:0}.news-body h3,.news-body p{min-height:0}.visual-frame img{border-radius:18px}.panel,.card{border-radius:20px}.related .news-card{min-height:auto}}
@media(max-width:560px){.nav-wrap{padding:9px 14px;min-height:58px}.brand{gap:8px}.brand span{font-size:15px;max-width:150px;overflow:hidden;text-overflow:ellipsis}.nav{top:58px;left:10px;right:10px}.hero-inner{padding:34px 14px 44px}.hero h1{font-size:34px;letter-spacing:-.4px}.hero p{font-size:15.5px;line-height:1.72}.eyebrow{font-size:12px;white-space:normal;width:auto}.container{padding:46px 14px}.section-title{font-size:27px}.lead{font-size:15.5px}.path-card,.step{min-height:auto}.image-card{min-height:260px}.image-card h3,.image-card p{max-width:100%}.news-card{border-radius:18px}.news-body{padding:16px}.article-row{padding:14px;gap:14px;border-radius:0}.article-copy h3{font-size:19px}.article-meta{font-size:12px}.office-head strong{font-size:18px}.office-tabs{gap:6px}.office-tabs span{font-size:12px}.article-head h1{font-size:30px}.article-body p{font-size:16px;line-height:1.82}.related{gap:14px}.footer-inner{padding:30px 14px}.hero-media img{border-radius:16px}.hero-media{border-radius:16px}.search-box input{min-width:0}}


/* v5 title consistency + v8 clean display */
.brand span{white-space:nowrap;max-width:360px;overflow:hidden;text-overflow:ellipsis}
@media(max-width:560px){.brand span{max-width:185px;font-size:14px}}


/* v8 final: remove visible debug marker side effects and control exact title wrapping */
.hero-title{max-width:760px;word-break:keep-all;overflow-wrap:normal}
.hero-title .title-piece{display:inline-block;white-space:nowrap}
.hero-title .title-sep{display:inline-block;margin:0 .06em;opacity:.92}
@media(max-width:1120px){.hero-title{max-width:900px}}
@media(max-width:560px){.hero-title{font-size:32px;line-height:1.13}.hero-title .title-piece{display:inline}.hero-title .title-sep{margin:0 .02em}}


/* v14: standard 404 support and cleaned legacy hero CSS */
.error-layout{min-height:calc(100vh - 62px);display:grid;place-items:center;padding:74px 20px}
.error-card{max-width:820px;width:100%;text-align:left;padding:38px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,rgba(16,37,28,.94),rgba(7,22,15,.94));box-shadow:var(--shadow)}
.error-code{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(217,182,92,.4);border-radius:999px;padding:6px 13px;color:var(--gold2);font-weight:900;background:rgba(217,182,92,.08);margin-bottom:18px}
.error-card h1{font-size:clamp(34px,5vw,58px);line-height:1.12;margin:0 0 14px}.error-card p{color:#d8e6de;margin:0 0 20px;font-size:17px}.error-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
@media(max-width:560px){.error-layout{padding:48px 14px}.error-card{padding:24px;border-radius:22px}.error-actions .btn{width:100%}}

/* v14: removed obsolete v10/v11 hero experiments; active hero uses pure background image only. */
/* v12: pure-background homepage hero. Background image is atmosphere only; all title/buttons stay as real HTML. */
.hero-bg{
  min-height:calc(100vh - 62px);
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  background:#020d08;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.hero-bg:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(2,13,8,.98) 0%,rgba(2,13,8,.92) 30%,rgba(2,13,8,.58) 56%,rgba(2,13,8,.18) 100%),
    linear-gradient(180deg,rgba(2,13,8,.22) 0%,rgba(2,13,8,.16) 52%,rgba(2,13,8,.70) 100%),
    url('../images/hero-bg-clean.webp');
  background-size:cover;
  background-position:center right;
  background-repeat:no-repeat;
  transform:scale(1.005);
  pointer-events:none;
}
.hero-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 22%,rgba(34,201,135,.13),transparent 36%),
    radial-gradient(circle at 74% 12%,rgba(217,182,92,.10),transparent 32%);
  pointer-events:none;
}
.hero-bg .hero-inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:var(--max);
  min-height:calc(100vh - 62px);
  padding:88px 20px 96px;
  display:grid;
  grid-template-columns:minmax(0,710px) minmax(240px,1fr);
  gap:36px;
  align-items:center;
}
.hero-bg .hero-copy{
  max-width:710px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}
.hero-bg .hero-copy:before{display:none;content:none}
.hero-bg .eyebrow{
  background:rgba(8,30,20,.62);
  border-color:rgba(217,182,92,.42);
  box-shadow:0 10px 30px rgba(0,0,0,.22);
}
.hero-bg .hero-title{
  max-width:760px;
  margin:20px 0 18px;
  line-height:1.08;
  letter-spacing:-.6px;
  text-shadow:0 20px 48px rgba(0,0,0,.52);
}
.hero-bg .hero-title-main,
.hero-bg .hero-title-sub{
  display:block;
  white-space:normal;
}
.hero-bg .hero-title-main{font-size:clamp(43px,4.6vw,64px)}
.hero-bg .hero-title-sub{font-size:clamp(39px,4.25vw,60px);margin-top:4px;line-height:1.08}
.hero-bg .hero-copy p{
  max-width:660px;
  color:#edf7f1;
  font-size:18px;
  line-height:1.86;
  text-shadow:0 2px 18px rgba(0,0,0,.62);
}
.hero-bg .hero-actions{margin-top:28px;gap:13px}
.hero-bg .btn-ghost{
  background:rgba(4,18,12,.42);
  border-color:rgba(255,255,255,.26);
  backdrop-filter:blur(10px);
}
.hero-bg .hero-notes{
  max-width:760px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}
.hero-bg .note-pill{
  min-height:78px;
  padding:13px 14px;
  background:rgba(4,22,14,.50);
  border:1px solid rgba(217,182,92,.18);
  box-shadow:0 16px 38px rgba(0,0,0,.20);
  backdrop-filter:blur(10px);
}
.hero-bg .note-pill b{font-size:15.5px;color:#fff2c1}
.hero-bg .note-pill span{font-size:12.5px;color:#cfe0d8}
@media(max-width:1120px){
  .hero-bg .hero-inner{grid-template-columns:1fr;max-width:940px;padding-top:74px;padding-bottom:74px}
  .hero-bg .hero-copy{max-width:760px}
}
@media(max-width:920px){
  .hero-bg{min-height:auto;align-items:flex-start}
  .hero-bg:before{
    background:
      linear-gradient(180deg,rgba(2,13,8,.88) 0%,rgba(2,13,8,.70) 50%,rgba(2,13,8,.94) 100%),
      url('../images/hero-bg-clean.webp');
    background-size:cover;
    background-position:62% center;
  }
  .hero-bg .hero-inner{min-height:auto;padding:56px 18px 64px;grid-template-columns:1fr}
  .hero-bg .hero-copy{max-width:100%}
  .hero-bg .hero-notes{grid-template-columns:1fr}
}
@media(max-width:560px){
  .hero-bg:before{background-position:70% center;filter:saturate(.96) brightness(.88)}
  .hero-bg .hero-inner{padding:42px 14px 52px}
  .hero-bg .hero-title-main{font-size:35px;line-height:1.13}
  .hero-bg .hero-title-sub{font-size:32px;line-height:1.13}
  .hero-bg .hero-copy p{font-size:15.5px;line-height:1.76}
  .hero-bg .hero-actions .btn{width:100%;max-width:320px;justify-content:center}
}

/* v13: desktop visual scale fix. Hero should feel like a designed website first screen, not an oversized empty background. */
@media (min-width: 921px){
  .site-top .nav-wrap{
    max-width:1360px;
    padding-left:28px;
    padding-right:28px;
  }
  .brand{min-width:320px;}
  .brand span{font-size:15px;line-height:1.25;}
  .nav a{font-size:14px;padding:0 11px;}
  .hero-bg{
    min-height:clamp(620px,72vh,760px);
    align-items:center;
  }
  .hero-bg:before{
    background:
      linear-gradient(90deg,rgba(2,13,8,.98) 0%,rgba(2,13,8,.92) 24%,rgba(2,13,8,.56) 50%,rgba(2,13,8,.10) 100%),
      linear-gradient(180deg,rgba(2,13,8,.10) 0%,rgba(2,13,8,.10) 58%,rgba(2,13,8,.52) 100%),
      url('../images/hero-bg-clean.webp');
    background-size:cover;
    background-position:center right;
    transform:none;
    filter:saturate(1.04) contrast(1.03) brightness(.98);
  }
  .hero-bg:after{
    background:
      radial-gradient(circle at 19% 35%,rgba(34,201,135,.12),transparent 34%),
      linear-gradient(90deg,rgba(2,13,8,.18),transparent 48%);
    opacity:.85;
  }
  .hero-bg .hero-inner{
    max-width:1360px;
    min-height:clamp(620px,72vh,760px);
    padding:58px 32px 64px;
    grid-template-columns:minmax(620px,760px) minmax(320px,1fr);
    gap:44px;
    align-items:center;
  }
  .hero-bg .hero-copy{
    max-width:760px;
  }
  .hero-bg .eyebrow{
    font-size:14px;
    padding:7px 14px;
  }
  .hero-bg .hero-title{
    margin:20px 0 18px;
    max-width:820px;
    letter-spacing:-.9px;
  }
  .hero-bg .hero-title-main{font-size:clamp(52px,4.1vw,76px);}
  .hero-bg .hero-title-sub{font-size:clamp(48px,3.85vw,70px);}
  .hero-bg .hero-copy p{
    max-width:720px;
    font-size:19px;
    line-height:1.82;
  }
  .hero-bg .hero-actions{margin-top:26px;gap:14px;}
  .hero-bg .hero-actions .btn{min-height:50px;padding:13px 21px;font-size:15.5px;}
  .hero-bg .hero-notes{
    margin-top:20px;
    gap:14px;
    max-width:760px;
  }
  .hero-bg .note-pill{
    min-height:92px;
    padding:15px 16px;
  }
  .hero-bg .note-pill b{font-size:16px;}
  .hero-bg .note-pill span{font-size:13px;line-height:1.55;}
}
@media (min-width: 1440px){
  .hero-bg .hero-inner{padding-left:36px;padding-right:36px;}
}
@media (max-width: 920px){
  .hero-bg{min-height:auto;}
  .hero-bg .hero-inner{padding-top:48px;padding-bottom:56px;}
}
