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

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',system-ui,sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:currentColor;text-decoration:none}
a:hover{opacity:.85}
ul{list-style:none}
h1,h2,h3{font-family:'Newsreader',Georgia,serif;font-weight:600;line-height:1.15}
h1{font-size:clamp(2.25rem,5vw,4.5rem)}
h2{font-size:clamp(1.75rem,3.5vw,2.75rem)}
h3{font-size:clamp(1.25rem,2vw,1.5rem)}
p{margin-bottom:1rem}
p:last-child{margin-bottom:0}
.container{width:min(1140px,92vw);margin-inline:auto}
.eyebrow{font-family:'DM Sans',sans-serif;font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}
.surface-midnight{background:#0E1420;color:#F6F0E8}
.surface-parchment{background:#F6F0E8;color:#0E1420}
.surface-slate{background:#1E2A38;color:#F6F0E8}
.surface-terracotta{background:#C4694A;color:#0E1420}
.surface-midnight .eyebrow,.surface-slate .eyebrow{color:#C4694A}
.surface-parchment .eyebrow{color:#1E2A38}
.btn{display:inline-block;padding:.85rem 1.75rem;font-family:'DM Sans',sans-serif;font-size:15px;font-weight:600;border-radius:2px;border:1px solid transparent;cursor:pointer;transition:filter .25s,box-shadow .25s}
.btn-primary{background:#C4694A;color:#0E1420;border-color:#C4694A}
.btn-secondary{background:transparent;border-color:currentColor}
.btn:hover{filter:brightness(1.08);box-shadow:0 4px 20px rgba(0,0,0,.15)}
.btn-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}
.site-header{padding:1.25rem 0;position:relative;z-index:100}
.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{font-family:'Newsreader',serif;font-size:1.35rem;font-weight:600;letter-spacing:-.02em}
.logo span{color:#C4694A}
.nav-list{display:flex;flex-wrap:wrap;gap:.25rem 1.75rem;font-size:15px;font-weight:600}
.nav-list a{padding:.25rem 0;border-bottom:1px solid transparent}
.nav-list a:hover,.nav-list a[aria-current="page"]{border-bottom-color:currentColor}
.nav-toggle{display:none;background:none;border:1px solid currentColor;color:inherit;padding:.5rem .75rem;font-size:14px;cursor:pointer;border-radius:2px}
.hero-radar{min-height:94vh;display:flex;flex-direction:column;position:relative;overflow:hidden}
.hero-radar::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 70% 40%,rgba(196,105,74,.05) 0%,transparent 55%),radial-gradient(circle at 30% 70%,rgba(196,105,74,.04) 0%,transparent 45%);pointer-events:none}
.hero-radar::after{content:'';position:absolute;top:50%;left:55%;width:min(680px,90vw);aspect-ratio:1;border:1px solid rgba(196,105,74,.12);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}
.hero-top{display:flex;justify-content:space-between;align-items:center;padding:2rem 0 1rem;border-bottom:1px solid rgba(196,105,74,.35);position:relative;z-index:2}
.hero-top .est{color:#C4694A;font-size:12px;font-weight:600;letter-spacing:.15em}
.hero-body{flex:1;display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:2rem;padding:3rem 0 4rem;position:relative;z-index:2}
.hero-copy{max-width:620px;padding-bottom:2rem}
.hero-copy h1 em{font-style:italic;color:#C4694A}
.hero-copy .lead{font-size:1.1rem;opacity:.82;max-width:540px;margin-top:1.5rem}
.hero-photo{position:relative;align-self:end;margin-bottom:-2rem}
.hero-photo img{border:1px solid rgba(196,105,74,.5);width:100%;max-height:520px;object-fit:cover}
.hero-trust{padding:1rem 0;font-size:12px;color:#9A9488;border-top:1px solid rgba(196,105,74,.25);position:relative;z-index:2}
.section{padding:6rem 0}
.section-lg{padding:7.5rem 0}
.section-header{margin-bottom:3.5rem;max-width:720px}
.section-header h2{margin-top:.75rem}
.hairline{width:100%;height:1px;background:rgba(196,105,74,.35);margin:2rem 0}
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.stat-item{padding:2rem 0;border-top:1px solid rgba(196,105,74,.3)}
.stat-num{font-family:'Newsreader',serif;font-size:2.5rem;font-weight:600;color:#C4694A;line-height:1}
.stat-label{font-size:14px;opacity:.75;margin-top:.5rem}
.pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.pillar-card{padding:2rem;border:1px solid rgba(196,105,74,.2);position:relative}
.pillar-card .num{font-family:'Newsreader',serif;font-size:3rem;opacity:.08;position:absolute;top:.5rem;right:1rem;line-height:1}
.pillar-card h3{margin-bottom:.75rem}
.cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.cap-card{padding:2rem 1.75rem;border:1px solid rgba(196,105,74,.15);position:relative;overflow:hidden}
.cap-card::before{content:attr(data-num);position:absolute;top:-.5rem;right:1rem;font-family:'Newsreader',serif;font-size:4rem;opacity:.06;line-height:1}
.cap-card h3{margin-bottom:.75rem;font-size:1.15rem}
.work-teaser{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}
.work-card{border:1px solid rgba(196,105,74,.2);overflow:hidden}
.work-card img{width:100%;height:220px;object-fit:cover}
.work-card-body{padding:1.75rem}
.work-card-body .tag{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4694A;margin-bottom:.5rem}
.faq-mini details{border-bottom:1px solid rgba(30,42,56,.15);padding:1.25rem 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:1rem;font-size:16px;opacity:.9}
.cta-band{text-align:center;padding:5rem 0}
.cta-band h2{margin-bottom:1rem}
.cta-band p{max-width:560px;margin:0 auto 2rem;opacity:.85}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.content-block h2{margin-bottom:1.25rem}
.content-block h3{margin:2rem 0 .75rem}
.service-block{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(30,42,56,.12)}
.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.5rem 0;border:1px solid rgba(196,105,74,.2)}
.case-study{margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(30,42,56,.1)}
.case-study:last-child{border-bottom:none}
.case-meta{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0;font-size:14px;font-weight:600;color:#C4694A}
.case-study img{width:100%;height:300px;object-fit:cover;margin:1.5rem 0}
.about-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}
.about-grid img{border:1px solid rgba(196,105,74,.25)}
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem}
.contact-grid > div{min-width:0}
.contact-info address{font-style:normal;line-height:1.8;margin:1.5rem 0}
.contact-info a{text-decoration:underline;text-underline-offset:3px}
.form-group{margin-bottom:1.25rem}
.form-group > label{display:block;font-size:14px;font-weight:600;margin-bottom:.4rem}
.form-group input:not([type="checkbox"]):not([type="radio"]),.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;font-family:inherit;font-size:16px;border:1px solid rgba(30,42,56,.25);background:#fff;color:#0E1420;border-radius:2px}
.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:#C4694A}
.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(30,42,56,.12);padding:1.5rem 0}
.faq-list summary{font-family:'Newsreader',serif;font-size:1.15rem;font-weight:600;cursor:pointer;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list .answer{margin-top:1rem;padding-right:2rem}
.legal-content h2{font-size:1.35rem;margin:2.5rem 0 1rem}
.legal-content h3{font-size:1.1rem;margin:1.75rem 0 .75rem}
.legal-content ul,.legal-content ol{margin:1rem 0 1rem 1.5rem}
.legal-content li{margin-bottom:.5rem;list-style:disc}
.legal-content ol li{list-style:decimal}
.page-hero{padding:5rem 0 3rem}
.page-hero h1{margin-top:.75rem}
.page-hero .lead{opacity:.8;max-width:640px;margin-top:1rem}
.site-footer{padding:4rem 0 2rem;font-size:14px;line-height:1.7}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}
.footer-brand .logo{margin-bottom:1rem;display:inline-block}
.footer-nav a{display:block;padding:.25rem 0;font-size:14px}
.footer-disclaimer{font-size:12px;opacity:.7;border-top:1px solid rgba(196,105,74,.2);padding-top:1.5rem;margin-top:1.5rem;line-height:1.6}
.footer-copy{margin-top:1rem;font-size:12px;opacity:.55}
.page-404{min-height:70vh;display:flex;align-items:center;text-align:center;padding:4rem 0}
.page-404 h1{margin-bottom:1rem}
.page-thanks{min-height:60vh;display:flex;align-items:center;text-align:center;padding:4rem 0}
.page-thanks h1{margin-bottom:1rem}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:1.25rem;background:#1E2A38;color:#F6F0E8;border-top:1px solid rgba(196,105,74,.3);box-shadow:0 -8px 32px rgba(0,0,0,.2)}
.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:680px;margin:0}
.cookie-actions{display:flex;flex-wrap:wrap;gap:.5rem}
.cookie-actions button{padding:.6rem 1.1rem;font-size:13px;font-weight:600;border:1px solid currentColor;background:transparent;color:inherit;cursor:pointer;border-radius:2px}
.cookie-actions .accept-all{background:#C4694A;color:#0E1420;border-color:#C4694A}
.cookie-modal{display:none;position:fixed;inset:0;z-index:1001;background:rgba(14,20,32,.7);align-items:center;justify-content:center;padding:1rem}
.cookie-modal.is-open{display:flex}
.cookie-panel{background:#F6F0E8;color:#0E1420;padding:2rem;max-width:480px;width:100%;border-radius:2px}
.cookie-panel h3{margin-bottom:1rem}
.cookie-panel label{display:flex;gap:.75rem;margin-bottom:1rem;font-size:14px;align-items:flex-start}
.js .reveal{opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease}
@media (prefers-reduced-motion:no-preference){
  .js .reveal:not(.is-visible){opacity:0;transform:translateY(16px)}
}
@media (prefers-reduced-motion:reduce){
  .js .reveal{transition:none}
  html{scroll-behavior:auto}
}
@media (max-width:900px){
  .hero-body,.two-col,.work-teaser,.about-grid,.contact-grid,.pillars,.cap-grid,.stats-row,.footer-grid{grid-template-columns:1fr}
  .hero-radar{min-height:80vh}
  .hero-photo{margin-bottom:0}
  .nav-toggle{display:block}
  .nav-list{display:none;position:absolute;top:100%;left:0;right:0;background:#0E1420;padding:1.5rem;flex-direction:column;border-top:1px solid rgba(196,105,74,.25)}
  .nav-list.is-open{display:flex}
  .section{padding:4rem 0}
}
