.home-request-band{padding:clamp(72px,9vw,128px) 0;background:#eae5d7;border-bottom:1px solid rgba(26,31,27,.14)}.home-request-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:clamp(50px,8vw,110px);align-items:center}.home-request-copy h2{max-width:18ch;margin:14px 0 24px}.home-request-copy p{color:#5c6159;margin-bottom:28px}.home-iceberg{background:#0e3a33;color:#f3f0e7;padding:28px;border:1px solid rgba(14,58,51,.2);box-shadow:0 22px 60px -38px rgba(14,58,51,.65)}.iceberg-visible{background:#f3f0e7;color:#1a1f1b;padding:22px 24px;text-align:center;clip-path:polygon(24% 100%,50% 0,76% 100%)}.iceberg-visible span,.iceberg-visible b,.iceberg-hidden span{display:block}.iceberg-visible span,.iceberg-hidden span{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase}.iceberg-visible b{font-size:.75rem;margin-top:8px}.iceberg-line{height:38px;display:flex;align-items:center;gap:12px;color:#cba862;font-size:.64rem;letter-spacing:.13em;text-transform:uppercase}.iceberg-line:before,.iceberg-line:after{content:"";height:1px;background:#cba862;flex:1}.iceberg-hidden{padding:26px 34px 34px;background:rgba(255,255,255,.04);clip-path:polygon(16% 0,84% 0,100% 100%,0 100%)}.iceberg-hidden span{text-align:center;color:#cba862}.iceberg-hidden ul{list-style:none;margin:20px auto 0;max-width:300px}.iceberg-hidden li{padding:8px 0;border-top:1px solid rgba(243,240,231,.16);font-size:.78rem;text-align:center}@media(max-width:860px){.home-request-grid{grid-template-columns:1fr}.home-iceberg{max-width:560px;width:100%;margin:auto}}@media(max-width:560px){.home-iceberg{padding:18px}.iceberg-visible{clip-path:none}.iceberg-hidden{clip-path:none;padding:24px 18px}}

/* === VS HOMEPAGE ELEVATION 20260809 START === */
.home-request-grid{row-gap:clamp(52px,7vw,86px)}
.request-outcome{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:minmax(240px,.65fr) minmax(0,1.35fr);
  gap:clamp(34px,6vw,84px);
  padding-top:clamp(34px,5vw,58px);
  border-top:1px solid rgba(44,54,47,.18)
}
.request-outcome-kicker{
  display:block;
  color:#8b6a2c;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.17em;
  text-transform:uppercase
}
.request-outcome h3{max-width:17ch;margin-top:12px;font-size:clamp(1.7rem,2.4vw,2.55rem);line-height:1.04}
.request-outcome-ledger{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(139,106,44,.32)}
.request-outcome-ledger article{min-width:0;padding:24px 24px 0 0}
.request-outcome-ledger article+article{padding-left:24px;border-left:1px solid rgba(44,54,47,.12)}
.request-outcome-ledger strong{display:block;color:#1a251f;font-family:var(--display),Georgia,serif;font-size:1.18rem;font-weight:400;line-height:1.15}
.request-outcome-ledger span{display:block;margin-top:11px;color:#5c6159;font-family:var(--editorial),Georgia,serif;font-size:.93rem;line-height:1.58}

body.home-premium .phase-evidence li{grid-template-columns:1fr;position:relative;padding:25px 0 25px 42px;align-items:start}
body.home-premium .phase-evidence li::before{content:"";position:absolute;left:0;top:33px;width:22px;height:1px;background:#a67b32}
body.home-premium .phase-evidence h3{font-size:clamp(1.22rem,1.6vw,1.52rem);line-height:1.12}
body.home-premium .phase-evidence p{margin-top:8px;max-width:54ch;font-family:var(--editorial),Georgia,serif;line-height:1.62}

body.home-premium .signature-standards{grid-column:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:-1px;background:rgba(232,204,137,.25);border:1px solid rgba(232,204,137,.32)}
body.home-premium .signature-standards a{display:flex;min-height:190px;flex-direction:column;padding:28px;color:#fff7e5;background:rgba(4,24,21,.78);transition:background .2s ease,transform .2s ease}
body.home-premium .signature-standards a:hover{background:rgba(28,67,59,.92);transform:translateY(-2px)}
body.home-premium .signature-standards span{color:#d9bb7c;font-size:.65rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
body.home-premium .signature-standards strong{margin-top:18px;font-family:var(--display),Georgia,serif;font-size:clamp(1.2rem,1.6vw,1.48rem);font-weight:400;line-height:1.12}
body.home-premium .signature-standards em{margin-top:auto;padding-top:24px;color:rgba(255,247,229,.66);font-family:var(--editorial),Georgia,serif;font-size:.86rem;font-style:normal}

body.home-premium .audience-actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px 22px;margin-top:26px}
body.home-premium .audience-actions .btn{min-height:48px;padding:0 22px}
body.home-premium .audience-actions .link-arrow{margin-top:0}
body.home-premium .briefing-preview-link{display:inline-flex;margin-top:18px;color:#6f5422;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-decoration:underline;text-underline-offset:4px;text-transform:uppercase}
body.home-premium .briefing-preview-link+.briefing-form{margin-top:22px}
body.home-premium .provenance-link{margin-top:28px}
body.home-premium .cta-band h2{max-width:13ch}
body.home-premium .seo-next-steps h2{max-width:16ch}

@media(max-width:980px){
  .request-outcome{grid-template-columns:1fr}
  .request-outcome h3{max-width:24ch}
  body.home-premium .signature-standards{grid-column:auto}
}
@media(max-width:700px){
  .request-outcome-ledger{grid-template-columns:1fr}
  .request-outcome-ledger article,.request-outcome-ledger article+article{padding:20px 0;border-left:0;border-bottom:1px solid rgba(44,54,47,.12)}
  .request-outcome-ledger article:last-child{border-bottom:0}
  body.home-premium .signature-standards{grid-template-columns:1fr}
  body.home-premium .signature-standards a{min-height:160px}
}
@media(max-width:560px){
  .request-outcome{gap:26px}
  body.home-premium .audience-actions{align-items:stretch;flex-direction:column}
  body.home-premium .audience-actions .btn,body.home-premium .audience-actions .link-arrow{width:100%;justify-content:center}
}
/* === VS HOMEPAGE ELEVATION 20260809 END === */
