
:root{
  --navy:#071525;--navy2:#0b1b2d;--red:#b70d15;--red2:#d71920;
  --gold:#f5c542;--cream:#f7f1e7;--ink:#111827;--muted:#586273;
  --white:#fff;--line:#ddd4c7;--max:1180px;--radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 48px));margin:auto}

.site-header{position:relative;z-index:50;background:var(--navy);color:#fff}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{font-weight:950;letter-spacing:.035em;font-size:1.08rem;line-height:1}
.brand span{display:block;margin-top:6px;font-size:.61rem;letter-spacing:.16em;font-weight:800;opacity:.72}
.nav-links{display:flex;align-items:center;gap:31px}
.nav-links a{font-weight:800;font-size:.91rem;color:#eef2f6;position:relative;padding:29px 0 24px}
.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:12px;height:3px;border-radius:3px;background:var(--gold);transform:scaleX(0);transition:transform .2s}
.nav-links a:hover,.nav-links a.active{color:var(--gold)}
.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}
.menu-button{display:none;border:0;background:transparent;color:#fff;font-size:1.55rem}

.hero,.page-hero{position:relative;overflow:hidden;background-image:url("assets/home-background.svg"),linear-gradient(120deg,#92080e 0%,#c80f17 58%,#a80910 100%);background-size:cover,cover;background-position:center,center;background-repeat:no-repeat;color:#fff}
.home-hero{background-image:url("assets/home-background.svg"),linear-gradient(120deg,#92080e 0%,#c80f17 58%,#a80910 100%)}
.hero:before,.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 50%,rgba(255,255,255,.018) 50%,transparent 66%);pointer-events:none}
.hero-rings,.page-rings{position:absolute;width:760px;height:760px;right:-360px;top:-290px;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 52px rgba(255,255,255,.027),0 0 0 105px rgba(255,255,255,.017),0 0 0 165px rgba(255,255,255,.011)}
.hero-inner{min-height:600px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:35px;padding:70px 0;position:relative;z-index:2}
.hero-copy{padding-left:2px}
.eyebrow{color:var(--gold);font-size:.76rem;font-weight:950;letter-spacing:.105em;text-transform:uppercase}
.hero h1{font-size:clamp(3.3rem,5.7vw,5.45rem);line-height:.94;letter-spacing:-.055em;margin:17px 0 25px}
.hero h1 span,.page-hero h1 span,.about-hero h1 span{color:var(--gold)}
.hero-copy p{font-size:1.08rem;max-width:555px;margin:0;color:#fff;opacity:.95}
.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;background:var(--gold);color:#111;font-weight:900;margin-top:25px;transition:transform .2s,box-shadow .2s}
.button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.16)}
.button.red{background:var(--red);color:#fff}

.hero-art{display:flex;justify-content:center;align-items:center;position:relative}
.logo-stage{min-height:500px}
.official-logo{width:min(490px,92%);position:relative;z-index:3;filter:drop-shadow(0 24px 28px rgba(0,0,0,.32))}
.stage-hat{position:absolute;z-index:2;width:145px}
.stage-hat img{width:100%;filter:drop-shadow(0 12px 12px rgba(0,0,0,.25))}
.stage-hat-left{left:4%;bottom:72px;transform:rotate(-13deg)}
.stage-hat-right{right:4%;bottom:66px;transform:rotate(11deg)}
.stage-hat-bottom{width:165px;left:50%;bottom:18px;transform:translateX(-50%) rotate(-2deg);z-index:4}

.section{padding:82px 0}
.section-heading{max-width:780px;margin-bottom:34px}
.section-heading .eyebrow{color:var(--red)}
h2{font-size:clamp(2.35rem,4vw,3.35rem);line-height:1.02;letter-spacing:-.045em;margin:8px 0 17px}
.section-heading p{margin:0;color:#283548}
.home-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.home-card{background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:var(--radius);padding:30px;min-height:245px;box-shadow:0 14px 38px rgba(7,21,37,.08);transition:transform .2s,box-shadow .2s}
.home-card:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(7,21,37,.12)}
.card-label{display:block;color:var(--red);font-size:.7rem;font-weight:950;letter-spacing:.11em}
.home-card h3{font-size:1.65rem;line-height:1.05;letter-spacing:-.035em;margin:10px 0 12px}
.home-card p{color:#5b6573;margin:0;max-width:340px}
.card-arrow{display:inline-block;margin-top:20px;color:#8a6400;font-weight:900;font-size:.9rem}

.red-band{background:linear-gradient(120deg,#8f080e,#c40e16);color:#fff;position:relative;overflow:hidden}
.red-band:after{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-290px;top:-230px;box-shadow:0 0 0 52px rgba(255,255,255,.025),0 0 0 105px rgba(255,255,255,.016)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;position:relative;z-index:1}
.red-band h2{margin-bottom:18px}
.red-band h2 span{color:var(--gold)}
.red-band p{max-width:610px;font-size:1.05rem}
.band-lightbulb{display:flex;justify-content:flex-end;align-items:center;min-height:0;overflow:visible}
.band-lightbulb img{width:min(320px,90%);max-width:none;height:auto;aspect-ratio:2/3;object-fit:contain;filter:drop-shadow(0 23px 28px rgba(0,0,0,.30))}
/* Home "Big ideas" band: less empty red above the copy */
.home-band.section{padding:56px 0}
.home-band .about-grid{align-items:center;gap:40px}
.home-band .band-lightbulb{min-height:0}

/* Match Home structure, but top-align copy (shorter page headlines were vertically centered and looked pushed down) */
.page-hero-grid{min-height:600px;display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:35px;padding:70px 0;position:relative;z-index:2}
.page-hero-copy,.page-hero-grid > div:first-child{padding-left:2px}
.page-word{font-size:clamp(2.25rem,3.6vw,3.15rem);line-height:1;font-weight:950;letter-spacing:.055em;text-transform:uppercase;color:var(--gold);margin:0 0 12px}
.page-hero h1{font-size:clamp(3rem,5vw,4.7rem);line-height:.96;letter-spacing:-.055em;margin:0 0 22px}
.page-hero p{font-size:1.08rem;max-width:650px;margin:0;color:#fff;opacity:.95}
.page-hero-art{min-height:370px;display:flex;align-items:center;justify-content:center;position:relative;align-self:center}
.page-hero-art img{filter:drop-shadow(0 23px 28px rgba(0,0,0,.3))}
.cap-art img{width:min(650px,108%);max-width:none;height:auto;object-fit:contain}
.mailbox-art img{width:min(400px,108%);max-width:none;height:auto;object-fit:contain}

/* Compact red heroes — same height + mailbox-matched art size across all main pages */
.page-hero--compact .page-hero-grid,
.page-hero--compact .hero-inner{min-height:420px;padding:56px 0}
.page-hero--compact .page-hero-art,
.page-hero--compact .logo-stage{min-height:300px}
.page-hero--compact .mailbox-art img,
.page-hero--compact .official-logo,
.page-hero--compact .career-pyramid-stage .hat-pyramid,
.page-hero--compact .about-lightbulb-stage .about-lightbulb,
.page-hero--compact .apps-phone-art img{
  width:min(320px,90%);
  max-width:none;
  height:auto;
  margin-right:0;
  object-fit:contain;
}
.page-hero--compact .career-pyramid-stage,
.page-hero--compact .about-lightbulb-stage,
.page-hero--compact .apps-phone-art{min-height:300px}
.phone-art img{width:min(400px,108%);max-width:none;height:auto;object-fit:contain}

.about-pyramid-stage{min-height:470px;overflow:visible}
.about-pyramid-stage .hat-pyramid{width:min(650px,108%);max-width:none;height:auto;filter:drop-shadow(0 23px 28px rgba(0,0,0,.30));object-fit:contain}


.story-section{background:var(--cream)}
.story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}
.story-copy{font-size:1.06rem;color:#293548;max-width:680px}
.story-copy p{margin:0 0 20px}
.mission-section{background:linear-gradient(120deg,#8e080e,#c40e16);color:#fff;padding:86px 0}
.mission-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr;gap:18px}
.mission-grid h2{font-size:clamp(2.5rem,4vw,3.8rem)}
.mission-grid h2 span{color:var(--gold)}
.mission-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:26px;min-height:240px}
.mission-number{color:var(--gold);font-size:.76rem;font-weight:950;letter-spacing:.12em}
.mission-card h3{font-size:1.35rem;margin:38px 0 9px}
.mission-card p{color:#f3dfe0;margin:0}
.values-section{background:#fff}
.about-values{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.about-values article{padding:28px 28px 35px;min-height:300px;border-right:1px solid var(--line)}
.about-values article:last-child{border-right:0}
.value-badge{width:175px;height:155px;display:flex;align-items:center;justify-content:center;margin:0 0 4px -8px;overflow:visible}
.value-badge img{display:block;width:100%;height:100%;object-fit:contain;max-width:none;filter:drop-shadow(0 10px 12px rgba(0,0,0,.16))}
.about-values h3{font-size:1.2rem;margin:0 0 9px}
.about-values p{margin:0;color:#556071}

.content{max-width:850px}
.content h2{margin-top:0}
.content p,.content li{color:#394250}
.apps-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:20px}
.app-card{background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:var(--radius);padding:28px;box-shadow:0 14px 38px rgba(7,21,37,.08);min-height:300px}
.app-card.featured{display:grid;grid-template-columns:130px 1fr;gap:25px;align-items:center;position:relative;overflow:hidden}
.app-card.featured:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--gold)}
.app-icon{width:130px;aspect-ratio:1;border-radius:28px;background:#d8891c;display:grid;place-items:center;color:#fff;font-size:3.2rem}
.status{display:inline-block;padding:5px 9px;border-radius:999px;background:#f5e2a0;color:#6c5100;font-size:.64rem;font-weight:950;text-transform:uppercase;letter-spacing:.06em}
.status.dark{background:var(--red);color:#fff}
.app-card h3{font-size:1.55rem;line-height:1.05;margin:10px 0}
.app-card p{color:#596273;margin:0}
.placeholder{height:135px;display:grid;place-items:center;background:#f0e9df;border-radius:18px;font-size:4rem;margin-bottom:22px}
.app-card .button{margin-top:18px}

.newsletter{background:var(--navy2);color:#fff;padding:44px 0}
.newsletter-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}
.newsletter h3{font-size:1.15rem;margin:0 0 6px}
.newsletter p{margin:0;color:#d3dae4}
.newsletter form{display:flex;gap:10px;width:min(520px,100%)}
.newsletter input{flex:1;min-width:0;border:1px solid #405066;background:#102033;color:#fff;padding:13px 17px;border-radius:999px;outline:none}
.newsletter button{border:0;border-radius:999px;background:var(--gold);font-weight:900;padding:0 22px;cursor:pointer}
footer{background:#04101d;color:#fff;padding:52px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:38px}
.footer-grid strong{font-size:.82rem;letter-spacing:.03em}
.footer-grid p{color:#c2cad4;max-width:350px}
.footer-links{display:grid;gap:8px;color:#b8c0ca;margin-top:8px}
.footer-links a:hover{color:var(--gold)}
.copyright{grid-column:1/-1;border-top:1px solid #263447;margin-top:22px;padding-top:18px;color:#8f9aaa;font-size:.8rem}

@media(max-width:900px){
  .nav{min-height:70px}
  .menu-button{display:block}
  .nav-links{display:none;position:absolute;left:0;right:0;top:70px;background:var(--navy);padding:12px 24px 20px;flex-direction:column;align-items:stretch;gap:0}
  .nav-links.open{display:flex}
  .nav-links a{padding:13px 0}
  .nav-links a:after{bottom:5px}
  .hero-inner,.page-hero-grid,.about-grid{grid-template-columns:1fr}
  .hero-inner,.page-hero-grid{padding:60px 0}
  .hero-art{order:2}
  .logo-stage{min-height:420px}
  .page-hero-grid{min-height:auto}
  .page-hero-art{min-height:310px;order:2}
  .page-hero h1{font-size:3.8rem}
  .page-word{font-size:2.55rem}
  .home-cards{grid-template-columns:1fr}
  .about-grid{gap:35px}
  .story-grid{grid-template-columns:1fr;gap:25px}
  .mission-grid{grid-template-columns:1fr 1fr}
  .mission-grid>div:first-child{grid-column:1/-1}
  .about-values{grid-template-columns:1fr 1fr}
  .about-values article:nth-child(2){border-right:0}
  .about-values article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .apps-grid{grid-template-columns:1fr}
  .newsletter-inner{align-items:flex-start;flex-direction:column}
  .newsletter form{width:100%}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr}
}
@media(max-width:680px){
  .container{width:min(var(--max),calc(100% - 32px))}
  .hero-inner,.page-hero-grid{padding:50px 0}
  .hero h1{font-size:3.35rem}
  .hero-copy p,.page-hero p{font-size:1rem}
  .logo-stage{min-height:300px}
  .official-logo{width:88%}
  .stage-hat{width:95px}
  .stage-hat-left{left:0;bottom:43px}
  .stage-hat-right{right:0;bottom:38px}
  .stage-hat-bottom{width:105px;bottom:5px}
  .page-hero h1{font-size:3.05rem}
  .page-word{font-size:2rem}
  .page-hero-art{min-height:245px}
  .cap-art img{width:min(620px,112%);max-width:none}
  .mailbox-art img{width:min(400px,112%);max-width:none}
  .phone-art img{width:min(400px,112%);max-width:none}
  .about-pyramid-stage{min-height:330px}
  .about-pyramid-stage .hat-pyramid{width:min(620px,112%)}
  .band-lightbulb{min-height:0}
  .band-lightbulb img{width:min(320px,90%)}
  .mission-grid,.about-values{grid-template-columns:1fr}
  .mission-grid>div:first-child{grid-column:auto}
  .about-values article{border-right:0!important;border-bottom:1px solid var(--line)}
  .about-values article:last-child{border-bottom:0}
  .value-badge{width:185px;height:160px;margin-left:-10px}
  .app-card.featured{grid-template-columns:1fr}
  .app-icon{width:115px}
  .newsletter form{flex-direction:column}
  .newsletter button{height:46px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .copyright{grid-column:1/-1}
}

/* Apps page hero artwork */
.app-hero-visual{
  width:100%;
  overflow:hidden;
  background:#a80910;
  line-height:0;
}
.app-hero-visual img{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
}
@media (max-width:700px){
  .app-hero-visual img{
    width:auto;
    min-width:100%;
    height:560px;
    object-fit:cover;
    object-position:center center;
  }
}

/* 2026-08-29 hero refinements */
.home-eyebrow{
  font-size:clamp(2.25rem,3.6vw,3.15rem);
  line-height:1;
  font-weight:950;
  letter-spacing:.055em;
  text-transform:uppercase;
  margin:0 0 12px;
}
.about-lightbulb-stage{min-height:500px;min-width:0;overflow:visible;justify-content:flex-end}
.about-lightbulb-stage .about-lightbulb{width:min(430px,100%);max-width:none;height:auto;object-fit:contain;filter:drop-shadow(0 23px 28px rgba(0,0,0,.30))}
.career-pyramid-stage{min-height:470px;overflow:visible}
.career-pyramid-stage .hat-pyramid{width:min(650px,108%);max-width:none;height:auto;object-fit:contain;filter:drop-shadow(0 23px 28px rgba(0,0,0,.30))}
/* Fill the right column like Home/About art — right-pinned, no left overflow into the copy */
.apps-phone-art{min-height:500px;min-width:0;overflow:visible;justify-content:flex-end}
.apps-phone-art img{width:min(560px,100%);max-width:none;height:auto;object-fit:contain;margin-right:-28px;filter:drop-shadow(0 23px 28px rgba(0,0,0,.30))}
@media(max-width:900px){
  .home-eyebrow{font-size:2.55rem}
  .about-lightbulb-stage,.career-pyramid-stage{min-height:380px}
  .about-lightbulb-stage .about-lightbulb{width:min(400px,96%)}
  .career-pyramid-stage .hat-pyramid{width:min(620px,112%)}
  .apps-phone-art{min-height:390px;justify-content:center}
  .apps-phone-art img{width:min(480px,92%);margin-right:0}
  .page-hero--compact .mailbox-art img,
  .page-hero--compact .official-logo,
  .page-hero--compact .career-pyramid-stage .hat-pyramid,
  .page-hero--compact .about-lightbulb-stage .about-lightbulb,
  .page-hero--compact .apps-phone-art img{width:min(320px,90%);margin-right:0}
  .page-hero--compact .apps-phone-art{justify-content:center}
}
@media(max-width:680px){
  .home-eyebrow{font-size:2rem}
  .about-lightbulb-stage{min-height:330px}
  .about-lightbulb-stage .about-lightbulb{width:min(400px,112%)}
  .career-pyramid-stage{min-height:330px}
  .career-pyramid-stage .hat-pyramid{width:min(620px,112%)}
  .apps-phone-art{min-height:310px}
  .apps-phone-art img{width:min(400px,92%)}
  .page-hero--compact .mailbox-art img,
  .page-hero--compact .official-logo,
  .page-hero--compact .career-pyramid-stage .hat-pyramid,
  .page-hero--compact .about-lightbulb-stage .about-lightbulb,
  .page-hero--compact .apps-phone-art img{width:min(320px,90%)}
}
