*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--white:#ffffff;--black:#0a0a0a;--red:#A31E26;--red2:#8a191f;--grey:#6b6b6b;--line:#e5e5e5;--light:#f7f7f7;--nav-h:56px}
html{scroll-behavior:smooth}
body{background:var(--white);color:var(--black);font-family:'Jost',sans-serif;font-weight:300;font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.eye{font-size:0.58rem;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:var(--red);display:block;margin-bottom:14px}
.eye--light{color:rgba(255,255,255,0.55)}
.reveal{opacity:1;transform:none}
@media(prefers-reduced-motion:no-preference){
  .reveal{opacity:0;transform:translateY(22px);transition:opacity 0.65s ease,transform 0.65s ease}
  .reveal.d1{transition-delay:0.1s}.reveal.d2{transition-delay:0.2s}.reveal.d3{transition-delay:0.3s}
  .reveal.visible{opacity:1;transform:none}
}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:200;height:56px;background:var(--white);border-bottom:2px solid var(--black);display:flex;align-items:center;padding:0 60px;justify-content:space-between}
.nav-logo{text-decoration:none;flex-shrink:0;display:flex;align-items:center;height:56px;padding:8px 0}
.nav-logo-img{height:36px;width:auto;display:block}
.nav-menu{display:flex;align-items:center;height:56px;flex:1;justify-content:center}
.nav-item{position:relative;height:56px;display:flex;align-items:center}
.nav-item>a{font-size:.6rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--grey);text-decoration:none;padding:0 16px;height:56px;display:flex;align-items:center;transition:color .2s;white-space:nowrap}
.nav-item>a:hover,.nav-item:hover>a{color:var(--black)}
.nav-dropdown{position:absolute;top:56px;left:0;background:var(--white);border:2px solid var(--black);border-top:none;min-width:240px;display:none;flex-direction:column;z-index:300}
.nav-item:hover .nav-dropdown{display:flex}
.nav-dropdown a{font-size:.6rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--grey);text-decoration:none;padding:11px 18px;border-bottom:1px solid var(--line);transition:background .15s,color .15s;white-space:nowrap}
.nav-dropdown a:last-child{border-bottom:none}
.nav-dropdown a:hover{background:var(--black);color:var(--white)}
.nav-right{display:flex;align-items:center;gap:20px;flex-shrink:0}
.nav-right a{font-size:.6rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--grey);text-decoration:none;transition:color .2s}
.nav-right a:hover{color:var(--black)}
.nav-cta{background:var(--red)!important;color:var(--white)!important;padding:9px 20px!important;font-weight:500!important;transition:background .2s!important}
.nav-cta:hover{background:var(--red2)!important}
.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;-webkit-tap-highlight-color:transparent}
.nav-toggle span{width:22px;height:1.5px;background:var(--black);display:block;transition:all .25s}
.nav-toggle.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.nav-toggle.open span:nth-child(2){opacity:0}
.nav-toggle.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
.mobile-nav{display:none;position:fixed;top:56px;left:0;right:0;bottom:0;background:var(--white);border-top:2px solid var(--black);z-index:199;overflow-y:auto;padding:0 24px 40px}
.mobile-nav.open{display:block}
.mobile-nav a{display:flex;align-items:center;font-size:.72rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--grey);text-decoration:none;padding:15px 0;border-bottom:1px solid var(--line);min-height:44px}
.mobile-nav a:hover{color:var(--black)}
.mobile-nav-section{font-size:.55rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--red);padding:22px 0 6px}

/* HERO */
/* HERO CHECKERED */
.hero{padding-top:var(--nav-h);display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto}
.hero-cell{padding:72px 80px;display:flex;flex-direction:column;justify-content:center}
.hero-cell--white{background:var(--white);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.hero-cell--black{background:var(--black);border-bottom:1px solid var(--line);padding:72px 80px}
.hero-cell--light{background:var(--light);border-right:1px solid var(--line)}
.hero-cell--red{background:var(--red)}
.hero-cell-h{font-family:'Libre Baskerville',serif;font-size:1.2rem;font-weight:400;color:rgba(255,255,255,0.75);line-height:1.55}
.hero-cell-h--white{color:rgba(255,255,255,0.9)}
.hero-kicker{display:flex;align-items:center;gap:18px;margin-bottom:36px}
.hero-kicker-bar{width:28px;height:2px;background:var(--red);flex-shrink:0}
.hero-kicker-txt{font-size:0.58rem;font-weight:400;letter-spacing:0.2em;text-transform:uppercase;color:var(--grey)}
.hero-h1{font-family:'Libre Baskerville',serif;font-size:clamp(3rem,5.2vw,6rem);font-weight:400;line-height:1.0;color:var(--black);letter-spacing:-0.02em;margin-bottom:28px}
.hero-h1 em{font-style:italic;color:var(--red)}
.hero-sub{font-size:0.92rem;font-weight:300;color:var(--grey);line-height:1.95;max-width:480px}
.hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:20px;padding-top:36px;border-top:1px solid var(--line);margin-top:36px}
.hero-tags{display:flex;flex-direction:column;gap:4px}
.hero-tag{font-size:0.58rem;font-weight:400;letter-spacing:0.14em;text-transform:uppercase;color:var(--grey)}
.hero-contact{display:flex;flex-direction:column;gap:5px;align-items:flex-end}
.hero-contact a{font-size:0.68rem;font-weight:300;color:var(--grey);text-decoration:none;transition:color 0.2s}
.hero-contact a:hover{color:var(--black)}


.hero-right{background:var(--black);display:flex;flex-direction:column;justify-content:center;padding:80px 72px;gap:40px}
.hero-stat-block{padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,0.1)}
.hero-stat-block:last-of-type{border-bottom:none;padding-bottom:0}
.hero-stat-n{font-family:'Libre Baskerville',serif;font-size:3.5rem;font-weight:400;color:var(--white);line-height:1;margin-bottom:8px}
.hero-stat-n span{font-size:2rem}
.hero-stat-l{font-size:0.58rem;font-weight:500;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.4)}
.hero-panel-quote{font-family:'Libre Baskerville',serif;font-size:1rem;font-weight:400;font-style:italic;color:rgba(255,255,255,0.5);line-height:1.7;padding-top:32px;border-top:1px solid rgba(255,255,255,0.1)}

/* FORM */
.form-eye{font-size:0.55rem;font-weight:500;letter-spacing:0.2em;text-transform:uppercase;color:var(--red);margin-bottom:10px}
.form-h{font-family:'Libre Baskerville',serif;font-size:1.6rem;font-weight:400;color:var(--white);line-height:1.2;margin-bottom:7px}
.form-sub{font-size:0.76rem;font-weight:300;color:rgba(255,255,255,0.62);margin-bottom:28px;line-height:1.6}
.f-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.f-group{display:flex;flex-direction:column;margin-bottom:14px}
.f-group label{font-size:0.52rem;font-weight:500;letter-spacing:0.16em;text-transform:uppercase;color:rgba(255,255,255,0.28);margin-bottom:7px}
.f-group input,.f-group select,.f-group textarea{background:none;border:none;border-bottom:1px solid rgba(255,255,255,0.13);padding:9px 0;font-size:0.88rem;font-family:'Jost',sans-serif;color:var(--white);font-weight:300;outline:none;transition:border-color 0.2s;border-radius:0;width:100%;-webkit-appearance:none;appearance:none}
.f-group textarea{resize:none;height:80px;border:1px solid rgba(255,255,255,0.13);padding:9px}
.f-group select option{background:var(--black)}
.job-filter-select option{background:var(--black);color:var(--white)}
.f-group input::placeholder,.f-group textarea::placeholder{color:rgba(255,255,255,0.18)}
.f-group input:focus,.f-group select:focus,.f-group textarea:focus{border-bottom-color:var(--red)}
.f-btn{width:100%;background:var(--red);color:var(--white);border:none;padding:14px;margin-top:6px;font-family:'Jost',sans-serif;font-size:0.63rem;font-weight:500;letter-spacing:0.2em;text-transform:uppercase;cursor:pointer;transition:background 0.2s}
.f-btn:hover{background:var(--red2)}
.f-lock{font-size:0.58rem;color:rgba(255,255,255,0.2);text-align:left;margin-top:11px}
.f-success{display:none;text-align:left;padding:44px 0}
.f-check{width:38px;height:38px;border:1px solid rgba(255,255,255,0.15);display:flex;align-items:center;justify-content:center;margin:0 0 16px;color:rgba(255,255,255,0.45)}
.f-success h3{font-family:'Libre Baskerville',serif;font-size:1.25rem;font-weight:400;color:var(--white);margin-bottom:8px}
.f-success p{font-size:0.74rem;color:rgba(255,255,255,0.3);font-weight:300}

/* PROOF */
.proof{padding:52px 100px;border-bottom:1px solid var(--line);border-top:3px solid var(--red)}
.proof-text{font-family:'Libre Baskerville',serif;font-size:clamp(1rem,1.8vw,1.45rem);font-weight:400;font-style:italic;color:var(--black);line-height:1.4;text-align:center;display:block;max-width:100%;white-space:nowrap}
.proof-text strong{font-style:normal;color:var(--red);font-weight:700}

/* WHY JOIN */
.why{border-bottom:1px solid var(--line)}
.why-head{display:grid;grid-template-columns:340px 1fr;border-bottom:1px solid var(--line)}
.why-head-left{padding:68px 48px 68px 100px;border-right:1px solid var(--line)}
.why-head-h{font-family:'Libre Baskerville',serif;font-size:clamp(1.4rem,2.2vw,1.7rem);font-weight:400;color:var(--black);line-height:1.2;letter-spacing:-0.01em}
.why-head-h em{font-style:italic}
.why-head-right{padding:68px 100px 68px 80px;display:flex;align-items:center}
.why-head-sub{font-size:0.9rem;font-weight:300;color:var(--grey);line-height:1.95}
.why-items{display:grid;grid-template-columns:repeat(3,1fr)}
.why-item{padding:48px 44px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;transition:background 0.22s}
.why-item:hover{background:var(--light)}
.why-item:nth-child(3n){border-right:none}
.why-item:nth-child(4),.why-item:nth-child(5),.why-item:nth-child(6){border-bottom:none}
.why-item::before{content:'';position:absolute;top:0;left:0;width:3px;height:0;background:var(--red);transition:height 0.3s ease}
.why-item:hover::before{height:100%}
.why-item-num{font-family:'Libre Baskerville',serif;font-size:0.72rem;color:var(--line);letter-spacing:0.04em;margin-bottom:18px}
.why-item-title{font-size:0.86rem;font-weight:500;color:var(--black);letter-spacing:0.02em;margin-bottom:11px}
.why-item-body{font-size:0.8rem;font-weight:300;color:var(--grey);line-height:1.85}


/* JOB BOARD FILTERS */
.job-search {height: 101% !Important;
}
.job-filters{display:flex;gap:12px;padding:28px 100px;border-bottom:1px solid var(--line);background:var(--red);}
.job-search-wrap{position:relative;flex:1;min-width:200px}
.job-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#aaa;pointer-events:none}
.job-search{width:100%;padding:12px 14px 12px 40px !important;border:none;background:var(--white);font-family:'Jost',sans-serif;font-size:0.82rem;font-weight:300;color:var(--black);outline:none;transition:border-color 0.2s;border-radius:0;-webkit-appearance:none;border-bottom:2px solid transparent}
.job-search:focus{border-bottom-color:var(--black)}
.job-search::placeholder{color:#aaa}
.job-filter-select{width:auto;padding:12px 36px 12px 14px;border:none;background:var(--white);font-family:'Jost',sans-serif;font-size:0.78rem;font-weight:300;color:var(--black);outline:none;cursor:pointer;transition:border-bottom-color 0.2s;border-radius:0;-webkit-appearance:none;appearance:none;border-bottom:2px solid transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}
.job-filter-select:focus{border-bottom-color:var(--black)}
.job-filter-clear{padding:12px 20px;border:1px solid rgba(255,255,255,0.5);background:none;font-family:'Jost',sans-serif;font-size:0.72rem;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;color:var(--white);cursor:pointer;transition:background 0.2s,color 0.2s,border-color 0.2s;white-space:nowrap}
.job-filter-clear:hover{background:rgba(255,255,255,0.15);border-color:var(--white)}
.position-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;padding:40px 100px;border-bottom:1px solid var(--line);transition:background 0.2s}
.position-item:hover{background:var(--light)}
.position-item:last-child{border-bottom:none}
.position-item.hidden{display:none}
.job-none{padding:56px 100px;text-align:center}
.job-none p{font-size:0.9rem;font-weight:300;color:var(--grey);line-height:1.8}

/* MISSION */
.mission{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}
.mission-left{background:var(--black);padding:100px 80px 100px 100px;display:flex;flex-direction:column;justify-content:center}
.mission-eye{font-size:0.58rem;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:var(--red);margin-bottom:20px}
.mission-h{font-family:'Libre Baskerville',serif;font-size:clamp(1.9rem,3vw,2.8rem);font-weight:400;color:var(--white);line-height:1.1;margin-bottom:28px}
.mission-h em{font-style:italic}
.mission-body{font-size:0.9rem;font-weight:300;color:rgba(255,255,255,0.55);line-height:1.95}
.mission-right{padding:100px 80px;display:flex;flex-direction:column;justify-content:center;background:var(--light)}
.mission-right-h{font-family:'Libre Baskerville',serif;font-size:1.5rem;font-weight:400;color:var(--black);line-height:1.2;margin-bottom:24px}
.mission-right p{font-size:0.9rem;font-weight:300;color:var(--grey);line-height:1.95;margin-bottom:18px}
.mission-right p:last-child{margin-bottom:0}
.mission-right strong{font-weight:500;color:var(--black)}

/* OPEN POSITIONS */
.positions{border-bottom:1px solid var(--line)}
.positions-head{display:grid;grid-template-columns:340px 1fr;border-bottom:1px solid var(--line)}
.positions-head-left{padding:68px 60px 68px 100px;border-right:1px solid rgba(255,255,255,0.1);background:var(--black)}
.positions-head-h{font-family:'Libre Baskerville',serif;font-size:1.95rem;font-weight:400;color:var(--white);line-height:1.15}
.positions-head-h em{font-style:italic}
.positions-head-right{padding:68px 100px 68px 80px;display:flex;align-items:center;background:var(--black)}
.positions-head-sub{font-size:0.9rem;font-weight:300;color:rgba(255,255,255,0.72);line-height:1.95}
.positions-list{display:flex;flex-direction:column}
.position-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;padding:40px 100px;border-bottom:1px solid var(--line);transition:background 0.2s}
.position-item:hover{background:var(--light)}
.position-item:last-child{border-bottom:none}
.position-meta{display:flex;gap:12px;margin-bottom:10px}
.position-tag{font-size:0.52rem;font-weight:500;letter-spacing:0.16em;text-transform:uppercase;color:var(--grey);background:var(--line);padding:4px 10px}
.position-tag-type{background:var(--black);color:var(--white)}
.position-title{font-family:'Libre Baskerville',serif;font-size:1.25rem;font-weight:400;color:var(--black);margin-bottom:8px}
.position-body{font-size:0.82rem;font-weight:300;color:var(--grey);line-height:1.75;max-width:640px}
.position-apply{font-size:0.62rem;font-weight:500;letter-spacing:0.16em;text-transform:uppercase;color:var(--white);background:var(--red);padding:12px 24px;text-decoration:none;white-space:nowrap;transition:background 0.2s;flex-shrink:0}
.position-apply:hover{background:var(--red2)}

/* CTA */
.cta{border-bottom:2px solid var(--black)}
.cta-left{padding:80px 100px;display:flex;flex-direction:column;justify-content:center}
.cta-eye{font-size:0.55rem;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:var(--red);margin-bottom:20px}
.cta-h{font-family:'Libre Baskerville',serif;font-size:clamp(2rem,3.2vw,3rem);font-weight:400;color:var(--black);line-height:1.1;margin-bottom:28px}
.cta-h em{font-style:italic;color:var(--red)}
.cta-body{font-size:0.88rem;font-weight:300;color:var(--grey);line-height:1.95;margin-bottom:36px}
.cta-contacts{display:flex;flex-direction:column;gap:12px}
.cta-contact-a{font-family:'Libre Baskerville',serif;font-size:1.1rem;font-weight:400;color:var(--black);text-decoration:none;transition:color 0.2s}
.cta-contact-a:hover{color:var(--red)}

/* FOOTER */
footer{border-top:2px solid var(--black)}
.footer-main{padding:60px 100px;display:grid;grid-template-columns:300px 1fr 1fr 1fr;gap:60px;border-bottom:1px solid var(--line)}
.footer-logo-img{height:36px;width:auto;display:block;margin-bottom:18px}
.footer-tagline{font-size:.78rem;font-weight:300;color:var(--grey);line-height:1.85;margin-bottom:22px;max-width:260px}
.footer-social{display:flex;gap:8px;flex-wrap:wrap}
.footer-social-a{width:32px;height:32px;border:1px solid var(--black);background:var(--black);display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--white);transition:background .2s,border-color .2s}
.footer-social-a:hover{background:var(--red);border-color:var(--red)}
.footer-col{display:flex;flex-direction:column}
.footer-col-title{font-size:.56rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--black);margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--line)}
.footer-col a{font-size:.75rem;font-weight:300;color:var(--grey);text-decoration:none;padding:5px 0;line-height:1.4;transition:color .2s}
.footer-col a:hover{color:var(--red)}
.footer-bottom{padding:18px 100px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer-copy{font-size:.6rem;font-weight:300;color:var(--grey);letter-spacing:.04em}
.footer-bottom-links{display:flex;gap:24px}
.footer-bottom-links a{font-size:.6rem;font-weight:300;color:var(--grey);text-decoration:none;transition:color .2s}
.footer-bottom-links a:hover{color:var(--black)}

/* RESPONSIVE 1100px */
/* ═══ RESPONSIVE 1100px ═══ */
@media(max-width:1100px){
.hero {
   display:flex !important;
        flex-direction: column !Important;
}
.hero-kicker-txt {
    white-space: inherit !Important;
}
.proof-text {
    white-space: inherit !Important;
}

  nav{padding:0 24px}
  .nav-menu{display:none}
  .nav-toggle{display:flex}
  .nav-right .nav-hide{display:none}
  /* hero */
  .hero-left{padding:56px 24px}
  .hero-bottom{flex-direction:column;align-items:flex-start}
  .hero-contact{align-items:flex-start}
  .hero-h1{font-size:clamp(2.8rem,6vw,5rem)}
  /* proof */
  .proof{padding:36px 32px}
  /* why */
  .why-head{grid-template-columns:1fr}
  .why-head-left{padding:52px 32px;border-right:none;border-bottom:1px solid var(--line)}
  .why-head-right{padding:36px 32px}
  .why-items{grid-template-columns:1fr 1fr}
  .why-item:nth-child(odd){border-right:1px solid var(--line)}
  .why-item:nth-child(even){border-right:none}
  .why-item:nth-child(n){border-bottom:1px solid var(--line)}
  .why-item:nth-last-child(-n+2){border-bottom:none}
  /* job filters */
  .positions-head{grid-template-columns:1fr}
  .positions-head-left{padding:52px 32px;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}
  .positions-head-right{padding:36px 32px}
  .positions-head-sub{color:rgba(255,255,255,0.7)}
  .job-filters{padding:20px 24px;gap:10px}
  .job-search-wrap{min-width:0;flex:1}
  .job-search-wrap{min-width:100%;flex:none;order:-1}
  .position-item{padding:36px 24px;grid-template-columns:1fr;gap:20px}
  .position-apply{align-self:flex-start}
  .job-none{padding:40px 24px}
  /* mission */
  .mission{grid-template-columns:1fr}
  .mission-left{padding:72px 32px}
  .mission-right{padding:56px 32px}
  /* cta */
  .cta{grid-template-columns:1fr}
  .cta-left{padding:56px 32px}
  /* footer */
  .cta-band{padding:72px 24px}
  .footer-main{padding:44px 24px;grid-template-columns:1fr 1fr;gap:32px}
  .footer-bottom{padding:16px 24px;flex-direction:column;align-items:flex-start}
}

/* ═══ RESPONSIVE 640px ═══ */
@media(max-width:640px){
.cta-band {
    background: var(--black);
    border-top: 2px solid var(--black);
    padding: 100px 20px !Important;
}
  /* hero */
  .hero-h1{font-size:2.6rem}
  .hero-cell{padding:40px 20px}
  .f-row{grid-template-columns:1fr}
  /* proof */
  .proof{padding:28px 20px}
  /* why */
  .why-head-left{padding:44px 20px}
  .why-head-right{padding:32px 20px}
  .why-items{grid-template-columns:1fr}
  .why-item{border-right:none!important;border-bottom:1px solid var(--line)!important;padding:36px 20px}
  .why-item:last-child{border-bottom:none!important}
  /* job filters — stack all vertically */
  .job-filters{flex-direction:column;align-items:stretch;padding:16px 20px;gap:8px}
  .job-search-wrap{min-width:100%}
  .job-filter-select{width:100%}
  .job-filter-clear{width:100%}
  .position-item{padding:28px 20px}
  .job-none{padding:32px 20px}
  /* mission */
  .mission-left{padding:56px 20px}
  .mission-right{padding:44px 20px}
  /* cta */
  .cta-left{padding:48px 20px}
  /* footer */
  .cta-band{padding:56px 20px}
  .footer-main{grid-template-columns:1fr;padding:40px 20px}
  .footer-bottom-links{flex-wrap:wrap;gap:14px}
}

/* ═══ RESPONSIVE 480px ═══ */
@media(max-width:480px){
  .hero-h1{font-size:2.2rem}
  .hero-left{padding:44px 16px}
  .proof{padding:24px 16px}
  .position-item{padding:24px 16px}
  .job-filters{padding:14px 16px}
}

/* ═══ RESPONSIVE 375px ═══ */
@media(max-width:375px){
  .hero-h1{font-size:1.9rem}
  nav{padding:0 16px}
  .footer-main{padding:32px 16px}
  .footer-bottom{padding:14px 16px}
}

@media print{nav,footer{display:none}.hero{padding-top:0}}

/* CTA BAND */
.cta-band{background:var(--black);border-top:2px solid var(--black);padding:100px}
.cta-band-inner{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:640px;margin:0 auto}
.cta-band-eye{font-size:0.55rem;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:var(--red);margin-bottom:20px}
.cta-band-h{font-family:'Libre Baskerville',serif;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:400;color:var(--white);line-height:1.1;margin-bottom:20px}
.cta-band-h em{font-style:italic;color:var(--red)}
.cta-band-body{font-size:0.92rem;font-weight:300;color:rgba(255,255,255,0.6);line-height:1.9;margin-bottom:36px}
.cta-band-btn{font-size:0.65rem;font-weight:500;letter-spacing:0.2em;text-transform:uppercase;color:var(--white);background:var(--red);padding:14px 40px;text-decoration:none;display:inline-block;transition:background 0.2s}
.cta-band-btn:hover{background:var(--red2)}