:root{color-scheme:dark;--forest:#0b211b;--ivory:#efedda;--white:#fafaf6;--sage:#b8cba0;--page-gutter:clamp(24px,4.25vw,80px);font-family:"Avenir Next",Avenir,"Segoe UI",sans-serif;color:var(--white);background:var(--forest);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--sage);outline-offset:6px}.icon-library{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:fixed;top:12px;left:12px;z-index:10;padding:12px 20px;background:var(--ivory);color:var(--forest);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}

.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(60px,5.55vw,104px);font-weight:400;letter-spacing:-.04em;line-height:1.03;margin:0 0 26px}h1 span{display:block;white-space:nowrap}
.audience-bar{display:grid;grid-template-columns:repeat(4,1fr);padding:30px calc(var(--page-gutter) - 12px);min-height:132px;background:linear-gradient(110deg,#0c241d,#0b211b);align-items:center}.audience-item{display:flex;align-items:center;gap:25px;min-height:62px;padding:0 30px;border-left:1px solid #345044}.audience-item:first-child{border:0;padding-left:0}.audience-item:last-child{padding-right:0}.audience-item>svg{width:44px;height:48px;flex-shrink:0;fill:none;stroke:#dfdfb8;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.audience-item h2{font-size:11px;font-weight:600;letter-spacing:.16em;line-height:1.6;margin:0 0 5px}.audience-item p{font-size:12px;color:#c8d0cb;line-height:1.7;margin:0;white-space:nowrap}
@media(min-width:1600px){.audience-bar{min-height:140px}.audience-item h2{font-size:12px}.audience-item p{font-size:13px}}
@media(max-width:1250px){.audience-item{gap:16px;padding:0 20px}.audience-item p{white-space:normal}}
@media(max-width:1000px){h1{font-size:clamp(54px,7.4vw,74px)}.audience-bar{grid-template-columns:1fr 1fr;padding:18px var(--page-gutter);gap:0}.audience-item{padding:20px 24px}.audience-item:nth-child(3){border-left:0;padding-left:0}.audience-item:nth-child(n+3){border-top:1px solid #345044}.audience-item:first-child{padding-top:20px;padding-bottom:20px}.audience-item p{font-size:13px}.audience-item h2{font-size:11px}}
@media(max-width:600px){:root{--page-gutter:24px}h1{font-size:clamp(38px,8.8vw,53px);letter-spacing:-.048em;line-height:1.09;margin-bottom:24px}.audience-bar{padding:10px 24px;grid-template-columns:1fr}.audience-item,.audience-item:first-child,.audience-item:nth-child(3){border-left:0;padding:22px 0;gap:23px}.audience-item+.audience-item{border-top:1px solid #345044}.audience-item>svg{width:36px;height:39px}.audience-item h2{font-size:10px}.audience-item p{font-size:12px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}

/* Premium hero polish: smoother image blend, editorial type and restrained motion. */
:root{
  --ease-out:cubic-bezier(.23,1,.32,1);
  --ease-in-out:cubic-bezier(.77,0,.175,1);
  --hero-image-shift:4vw;
}

h1{
  font-family:"Instrument Serif",Georgia,"Times New Roman",serif;
  font-size:clamp(64px,6.1vw,112px);
  line-height:.985;
  letter-spacing:-.035em;
  animation:hero-copy-in 520ms var(--ease-out) 80ms both;
}

.audience-bar{
  min-height:114px;
  padding-top:22px;
  padding-bottom:22px;
}
.audience-item{
  min-height:54px;
  gap:20px;
}
.audience-item>svg{width:39px;height:42px}
.audience-item h2{margin-bottom:3px}
.audience-item p{font-size:11.5px;line-height:1.55;color:rgba(200,208,203,.82)}

@keyframes hero-image-in{
  from{transform:translateX(var(--hero-image-shift)) scale(1.015)}
  to{transform:translateX(var(--hero-image-shift)) scale(1)}
}

@keyframes hero-copy-in{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}

@keyframes hero-fade-in{
  from{opacity:.72}
  to{opacity:1}
}

@media(min-width:1600px){
  .audience-bar{min-height:120px}
}

@media(max-width:1000px){
  :root{--hero-image-shift:3vw}
  .audience-item{padding-top:16px;padding-bottom:16px}
  .audience-item:first-child{padding-top:16px;padding-bottom:16px}
}

@media(max-width:600px){
  :root{--hero-image-shift:0%}

  h1{font-size:clamp(42px,10.8vw,54px);line-height:1.02;letter-spacing:-.035em}

  .audience-bar{padding-top:8px;padding-bottom:8px}
  .audience-item,.audience-item:first-child,.audience-item:nth-child(3){padding-top:18px;padding-bottom:18px;gap:19px}
  .audience-item>svg{width:32px;height:35px}
}

@keyframes hero-image-in-mobile{
  from{transform:scale(1.015)}
  to{transform:scale(1)}
}

@media(prefers-reduced-motion:reduce){

  .eyebrow,h1,.hero-description,.hero-actions,.credibility{
    animation:hero-fade-in 160ms ease-out both;
    transform:none;
  }

}

/* Expanded audience rail: numbered, architectural and deliberately understated. */
:root{
  --rail-gold:#dfc45c;
  --rail-divider:rgba(196,210,177,.18);
}

.audience-bar{
  position:relative;
  grid-template-columns:repeat(4,minmax(0,1fr));
  min-height:170px;
  padding:0 var(--page-gutter);
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%,rgba(53,91,69,.18),transparent 42%),
    linear-gradient(108deg,#08241c 0%,#0b2b21 48%,#082119 100%);
  border-top:1px solid rgba(212,192,106,.58);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}

.audience-bar::before{
  content:"";
  position:absolute;
  top:-1px;
  left:50%;
  width:20%;
  height:2px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,var(--rail-gold),transparent);
  opacity:.82;
}

.audience-item,
.audience-item:first-child,
.audience-item:last-child{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:28px 50px minmax(0,1fr);
  align-items:center;
  column-gap:clamp(13px,1.25vw,22px);
  min-height:116px;
  padding:27px clamp(18px,2.25vw,42px);
  overflow:hidden;
  border-left:1px solid var(--rail-divider);
}

.audience-item:first-child{
  border-left:0;
  padding-left:0;
}

.audience-item:last-child{padding-right:0}

.audience-number{
  position:relative;
  z-index:1;
  align-self:start;
  padding-top:5px;
  color:var(--rail-gold);
  font-family:"Instrument Serif",Georgia,serif;
  font-size:24px;
  font-variant-numeric:lining-nums tabular-nums;
  line-height:1;
  letter-spacing:-.025em;
}

.audience-icon{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:50px;
  height:56px;
}

.audience-icon svg{
  width:46px;
  height:50px;
  fill:none;
  stroke:#e8cf6a;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.audience-copy{
  position:relative;
  z-index:1;
  min-width:0;
}

.audience-item h2{
  margin:0 0 7px;
  color:#f3f1e5;
  font-size:11px;
  font-weight:650;
  letter-spacing:.15em;
  line-height:1.45;
}

.audience-item p{
  margin:0;
  color:rgba(218,224,216,.72);
  font-size:11.5px;
  line-height:1.55;
  white-space:normal;
}

.audience-item>.audience-watermark{
  position:absolute;
  z-index:0;
  right:18px;
  bottom:-30px;
  width:128px;
  height:128px;
  fill:none;
  stroke:rgba(197,211,180,.055);
  stroke-width:1.3;
  stroke-linecap:round;
  stroke-linejoin:round;
  pointer-events:none;
}

.audience-item:last-child>.audience-watermark{right:-25px}

@media(min-width:1600px){
  .audience-bar{min-height:178px}
  .audience-item{min-height:122px}
}

@media(max-width:1000px){
  .audience-bar{
    grid-template-columns:repeat(2,minmax(0,1fr));
    min-height:auto;
    padding:0 var(--page-gutter);
  }
  .audience-item,
  .audience-item:first-child,
  .audience-item:last-child{
    min-height:124px;
    padding:24px;
  }
  .audience-item:nth-child(odd){border-left:0}
  .audience-item:nth-child(even){border-left:1px solid var(--rail-divider)}
  .audience-item:nth-child(n+3){border-top:1px solid var(--rail-divider)}
}

@media(max-width:600px){
  .audience-bar{
    grid-template-columns:1fr;
    padding:0 24px;
  }
  .audience-item,
  .audience-item:first-child,
  .audience-item:nth-child(3),
  .audience-item:last-child{
    grid-template-columns:27px 44px minmax(0,1fr);
    min-height:112px;
    padding:23px 0;
    column-gap:14px;
    border-left:0;
  }
  .audience-item+.audience-item{border-top:1px solid var(--rail-divider)}
  .audience-number{font-size:21px}
  .audience-icon{width:44px;height:48px}
  .audience-icon svg{width:39px;height:43px}
  .audience-item h2{font-size:10px;margin-bottom:5px}
  .audience-item p{font-size:11px}
  .audience-item>.audience-watermark{
    right:10px;
    bottom:-24px;
    width:96px;
    height:96px;
  }
  .audience-item:last-child>.audience-watermark{right:-18px}
}

/* Keep the complete desktop hero within one browser viewport at 100% zoom. */

@media(min-width:1001px) and (max-height:1000px){

  h1{font-size:clamp(60px,5vw,88px);margin-bottom:20px}

  .audience-bar{min-height:150px;flex:0 0 150px}
  .audience-item,.audience-item:first-child,.audience-item:last-child{min-height:102px;padding-top:20px;padding-bottom:20px}
}

@media(min-width:1001px) and (max-height:850px){

  h1{font-size:clamp(58px,4.45vw,76px);line-height:.97;margin-bottom:17px}

  .audience-bar{min-height:138px;flex-basis:138px}
  .audience-item,.audience-item:first-child,.audience-item:last-child{min-height:94px;padding-top:16px;padding-bottom:16px}
  .audience-number{font-size:22px}
  .audience-icon{width:46px;height:50px}
  .audience-icon svg{width:42px;height:46px}
}

/* Site-wide typographic direction: condensed trade display type with a precise grotesk body. */
:root{
  --font-display:"Barlow Condensed","Arial Narrow",Impact,sans-serif;
  --font-body:"Manrope","Segoe UI",sans-serif;
  --type-gold:#d5b65f;
  font-family:var(--font-body);
}

body{font-family:var(--font-body);font-weight:400}

.navigation a,.button,.menu-toggle,.eyebrow,.credibility,.audience-item h2{
  font-family:var(--font-body);
  font-weight:700;
  text-transform:uppercase;
}

h1{
  font-family:var(--font-display);
  font-weight:700;
  font-style:normal;
  line-height:.88;
  letter-spacing:.005em;
  text-transform:uppercase;
}
h1 span:last-child{color:var(--type-gold)}

.audience-number{font-family:var(--font-display);font-weight:500}
.audience-item h2{font-family:var(--font-display);font-size:14px;letter-spacing:.08em}
.audience-item p{font-family:var(--font-body)}

@media(max-width:600px){
  h1{line-height:.9;letter-spacing:.005em}

  .audience-item h2{font-size:13px}

}
