@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700&family=Source+Sans+3:ital,wght@0,400;0,600;1,400&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Source Sans 3',system-ui,sans-serif;font-size:17px;line-height:1.65;color:#121316;background:#FAFBFC;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:currentColor;text-decoration:none}
a:hover{opacity:.88}
ul{list-style:none}
h1,h2,h3{font-family:'Outfit',system-ui,sans-serif;font-weight:600;line-height:1.12;letter-spacing:-.02em}
h1{font-size:clamp(2.1rem,4.8vw,4rem)}
h2{font-size:clamp(1.65rem,3.2vw,2.5rem)}
h3{font-size:clamp(1.15rem,2vw,1.4rem)}
p{margin-bottom:1rem}
p:last-child{margin-bottom:0}
.container{width:min(1140px,92vw);margin-inline:auto}
.eyebrow{font-family:'Source Sans 3',sans-serif;font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase}
.surface-charcoal{background:#121316;color:#E8EAED}
.surface-paper{background:#FAFBFC;color:#121316}
.surface-steel{background:#2A2D33;color:#E8EAED}
.surface-coral{background:#E8574A;color:#121316}
.surface-charcoal .eyebrow,.surface-steel .eyebrow{color:#E8574A}
.surface-paper .eyebrow{color:#2A2D33}
.btn{display:inline-block;padding:.85rem 1.65rem;font-family:'Source Sans 3',sans-serif;font-size:14px;font-weight:600;border-radius:3px;border:1px solid transparent;cursor:pointer;transition:background .25s,border-color .25s,transform .2s}
.btn-primary{background:#E8574A;color:#121316;border-color:#E8574A}
.btn-secondary{background:transparent;border-color:currentColor;color:inherit}
.btn:hover{transform:translateY(-1px)}
.btn-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}
.site-header{padding:1.1rem 0;position:fixed;top:0;left:0;right:0;z-index:200;transition:background .35s,box-shadow .35s,padding .35s}
.site-header.is-sticky{background:rgba(18,19,22,.94);backdrop-filter:blur(14px);box-shadow:0 1px 0 rgba(232,234,237,.08);padding:.75rem 0}
.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{font-family:'Outfit',sans-serif;font-size:1.3rem;font-weight:600;letter-spacing:-.03em}
.logo span{color:#E8574A}
.nav-list{display:flex;flex-wrap:wrap;gap:.25rem 1.5rem;font-size:14px;font-weight:600}
.nav-list a{padding:.2rem 0;border-bottom:1px solid transparent;opacity:.85}
.nav-list a:hover,.nav-list a[aria-current="page"]{opacity:1;border-bottom-color:#E8574A}
.nav-toggle{display:none;background:none;border:1px solid rgba(232,234,237,.35);color:inherit;padding:.45rem .7rem;font-size:13px;cursor:pointer;border-radius:3px}
.hero-pulse-deck{min-height:100vh;position:relative;display:flex;align-items:flex-end;padding:7rem 0 4rem;overflow:hidden}
.hero-pulse-deck::after{content:'';position:absolute;bottom:3rem;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(232,87,74,.45) 20%,rgba(232,87,74,.45) 80%,transparent);pointer-events:none;z-index:2}
.hero-pulse-bg{position:absolute;inset:0;background:#121316 center/cover no-repeat;transform:scale(1.02)}
.hero-pulse-overlay{position:absolute;inset:0;background:linear-gradient(115deg,rgba(18,19,22,.94) 0%,rgba(18,19,22,.55) 45%,rgba(18,19,22,.78) 100%)}
.hero-pulse-inner{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:1fr auto;align-items:end;gap:2rem}
.frosted-badge-wrap{justify-self:end;align-self:start;margin-bottom:auto;display:flex;flex-direction:column;align-items:flex-end;gap:.65rem}
.frosted-badge{padding:.7rem 1.15rem;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:rgba(42,45,51,.55);backdrop-filter:blur(16px);border:1px solid rgba(232,234,237,.14);border-radius:4px;color:#E8EAED}
.pulse-rail{display:flex;gap:.5rem;font-size:10px;font-weight:600;letter-spacing:.06em;color:rgba(232,234,237,.55);border-top:1px solid rgba(232,87,74,.5);padding-top:.45rem}
.pulse-rail span{color:#E8574A;opacity:.75}
.hero-pulse-copy{max-width:680px;padding-bottom:1rem}
.hero-pulse-copy .eyebrow{display:block;margin-bottom:1rem;color:#E8574A}
.hero-pulse-copy h1{margin-bottom:1.25rem}
.hero-pulse-copy h1 em{font-style:normal;color:#E8574A}
.hero-pulse-copy .lead{font-size:1.08rem;opacity:.82;max-width:560px}
.hero-pulse-trust{margin-top:2.5rem;padding-top:1rem;font-size:12px;opacity:.55;border-top:1px solid rgba(232,234,237,.12)}
.section{padding:5.5rem 0}
.section-lg{padding:6.5rem 0}
.section-header{margin-bottom:3rem;max-width:720px}
.section-header h2{margin-top:.65rem}
.hairline{width:100%;height:1px;background:rgba(42,45,51,.12);margin:2rem 0}
.surface-charcoal .hairline,.surface-steel .hairline{background:rgba(232,234,237,.12)}
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.stat-item{padding:1.75rem 0;border-top:1px solid rgba(232,87,74,.35)}
.surface-paper .stat-item{border-top-color:rgba(42,45,51,.15)}
.stat-num{font-family:'Outfit',sans-serif;font-size:2.35rem;font-weight:600;color:#E8574A;line-height:1}
.stat-label{font-size:14px;opacity:.72;margin-top:.45rem}
.pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.pillar-card{padding:1.75rem;border:1px solid rgba(232,234,237,.12);position:relative;background:rgba(42,45,51,.35)}
.surface-paper .pillar-card{border-color:rgba(42,45,51,.1);background:#fff}
.pillar-card .num{font-family:'Outfit',sans-serif;font-size:2.75rem;opacity:.07;position:absolute;top:.35rem;right:.85rem;line-height:1}
.pillar-card h3{margin-bottom:.65rem}
.cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.cap-card{padding:1.75rem 1.5rem;border:1px solid rgba(42,45,51,.1);background:#fff;position:relative}
.cap-card::before{content:attr(data-num);position:absolute;top:-.35rem;right:.85rem;font-family:'Outfit',sans-serif;font-size:3.5rem;opacity:.05;line-height:1}
.cap-card h3{margin-bottom:.6rem;font-size:1.05rem}
.work-teaser{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.work-card{border:1px solid rgba(42,45,51,.1);overflow:hidden;background:#fff}
.work-card img{width:100%;height:220px;object-fit:cover}
.work-card-body{padding:1.5rem}
.work-card-body .tag{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#E8574A;margin-bottom:.45rem}
.split-media{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.split-media img{border:1px solid rgba(42,45,51,.12)}
.faq-mini details{border-bottom:1px solid rgba(42,45,51,.12);padding:1.15rem 0}
.faq-mini summary{font-weight:600;cursor:pointer;list-style:none}
.faq-mini summary::-webkit-details-marker{display:none}
.faq-mini p{margin-top:.85rem;font-size:16px;opacity:.88}
.cta-band{text-align:center;padding:4.5rem 0}
.cta-band h2{margin-bottom:.85rem}
.cta-band p{max-width:540px;margin:0 auto 1.75rem;opacity:.82}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.content-block h2{margin-bottom:1rem}
.content-block h3{margin:1.75rem 0 .65rem}
.service-block{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(42,45,51,.1)}
.service-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.service-block img{width:100%;height:280px;object-fit:cover;margin:1.25rem 0;border:1px solid rgba(42,45,51,.1)}
.case-study{margin-bottom:3.5rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(42,45,51,.08)}
.case-study:last-child{border-bottom:none}
.case-meta{display:flex;flex-wrap:wrap;gap:1rem;margin:.85rem 0;font-size:13px;font-weight:600;color:#E8574A}
.case-study img{width:100%;height:300px;object-fit:cover;margin:1.25rem 0;border:1px solid rgba(42,45,51,.1)}
.about-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:3rem;align-items:center}
.about-grid img{border:1px solid rgba(42,45,51,.12)}
.contact-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:3rem}
.contact-grid > div{min-width:0}
.contact-info address{font-style:normal;line-height:1.85;margin:1.25rem 0}
.contact-info a{text-decoration:underline;text-underline-offset:3px}
.form-group{margin-bottom:1.15rem}
.form-group > label{display:block;font-size:13px;font-weight:600;margin-bottom:.35rem}
.form-group input:not([type="checkbox"]):not([type="radio"]),.form-group select,.form-group textarea{width:100%;padding:.7rem .95rem;font-family:inherit;font-size:16px;border:1px solid rgba(42,45,51,.22);background:#fff;color:#121316;border-radius:3px}
.form-group textarea{min-height:140px;resize:vertical}
.form-check{display:flex;gap:.75rem;align-items:flex-start;font-size:14px;line-height:1.55;max-width:100%}
.form-check input[type="checkbox"]{width:1.125rem;height:1.125rem;margin-top:.2rem;flex-shrink:0;padding:0;border-radius:2px;accent-color:#E8574A}
.form-check label{flex:1;min-width:0;overflow-wrap:break-word;word-break:break-word;font-weight:400;margin-bottom:0}
.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}
.faq-list details{border-bottom:1px solid rgba(42,45,51,.1);padding:1.35rem 0}
.faq-list summary{font-family:'Outfit',sans-serif;font-size:1.08rem;font-weight:600;cursor:pointer;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list .answer{margin-top:.85rem;padding-right:1.5rem}
.legal-content h2{font-size:1.3rem;margin:2.25rem 0 .85rem}
.legal-content h3{font-size:1.05rem;margin:1.5rem 0 .65rem}
.legal-content ul,.legal-content ol{margin:1rem 0 1rem 1.5rem}
.legal-content li{margin-bottom:.45rem;list-style:disc}
.legal-content ol li{list-style:decimal}
.page-hero{padding:8rem 0 3rem}
.page-hero h1{margin-top:.65rem}
.page-hero .lead{opacity:.78;max-width:620px;margin-top:.85rem}
.page-hero-img{width:100%;max-height:340px;object-fit:cover;margin-top:2rem;border:1px solid rgba(42,45,51,.1)}
.site-footer{padding:3.5rem 0 2rem;font-size:14px;line-height:1.7}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2.25rem;margin-bottom:2rem}
.footer-brand .logo{margin-bottom:.85rem;display:inline-block}
.footer-nav a{display:block;padding:.2rem 0;font-size:14px;opacity:.85}
.footer-disclaimer{font-size:12px;opacity:.65;border-top:1px solid rgba(232,234,237,.1);padding-top:1.25rem;margin-top:1.25rem;line-height:1.6}
.footer-copy{margin-top:.85rem;font-size:12px;opacity:.5}
.page-404,.page-thanks{min-height:65vh;display:flex;align-items:center;text-align:center;padding:8rem 0 4rem}
.page-404 h1,.page-thanks h1{margin-bottom:.85rem}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:1.15rem;background:#2A2D33;color:#E8EAED;border-top:1px solid rgba(232,87,74,.25);box-shadow:0 -6px 28px rgba(0,0,0,.25)}
.cookie-inner{width:min(1140px,92vw);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}
.cookie-inner p{font-size:14px;max-width:660px;margin:0}
.cookie-actions{display:flex;flex-wrap:wrap;gap:.45rem}
.cookie-actions button{padding:.55rem 1rem;font-size:13px;font-weight:600;border:1px solid rgba(232,234,237,.35);background:transparent;color:inherit;cursor:pointer;border-radius:3px}
.cookie-actions .accept-all{background:#E8574A;color:#121316;border-color:#E8574A}
.cookie-modal{display:none;position:fixed;inset:0;z-index:1001;background:rgba(18,19,22,.72);align-items:center;justify-content:center;padding:1rem}
.cookie-modal.is-open{display:flex}
.cookie-panel{background:#FAFBFC;color:#121316;padding:1.75rem;max-width:460px;width:100%;border-radius:4px;border:1px solid rgba(42,45,51,.12)}
.cookie-panel h3{margin-bottom:.85rem}
.cookie-panel label{display:flex;gap:.65rem;margin-bottom:.85rem;font-size:14px;align-items:flex-start}
.js .reveal{opacity:1;transform:none;transition:opacity .65s ease,transform .65s ease}
@media (prefers-reduced-motion:no-preference){
  .js .reveal:not(.is-visible){opacity:0;transform:translateY(14px)}
}
@media (prefers-reduced-motion:reduce){
  .js .reveal{transition:none}
  html{scroll-behavior:auto}
}
@media (max-width:900px){
  .hero-pulse-inner,.split-media,.two-col,.work-teaser,.about-grid,.contact-grid,.pillars,.cap-grid,.stats-row,.footer-grid{grid-template-columns:1fr}
  .frosted-badge-wrap{justify-self:start;align-items:flex-start}
  .hero-pulse-deck{min-height:88vh;padding-top:6rem}
  .nav-toggle{display:block}
  .nav-list{display:none;position:absolute;top:100%;left:0;right:0;background:#121316;padding:1.25rem;flex-direction:column;border-top:1px solid rgba(232,234,237,.1)}
  .nav-list.is-open{display:flex}
  .section{padding:3.75rem 0}
  .page-hero{padding-top:6.5rem}
}
