:root {
  --ink: #111510; --ink-2: #1b211a; --olive: #4e5a3d; --olive-soft: #879476;
  --red: #b5232e; --cream: #f2eee4; --paper: #faf8f2; --line: rgba(17,21,16,.15);
  --display: "Barlow Condensed", Impact, sans-serif; --body: "Inter", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--body); }
a { color: inherit; } img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .7rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }
.utility-bar { min-height: 34px; padding: .4rem clamp(1.25rem,5vw,5.5rem); display: flex; justify-content: space-between; align-items: center; background: var(--red); color: white; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.utility-bar a { text-decoration: none; }
.site-header { height: 82px; padding: 0 clamp(1.25rem,5vw,5.5rem); display: flex; align-items: center; justify-content: space-between; background: rgba(250,248,242,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; font-family: var(--display); line-height: .8; letter-spacing: .04em; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; background: var(--ink); color: var(--cream); border-radius: 2px; font-size: 1.05rem; position: relative; }
.brand-mark::after { content: ""; position: absolute; right: 0; bottom: 0; border-style: solid; border-width: 0 0 11px 11px; border-color: transparent transparent var(--red) transparent; }
.brand strong { display: block; font-size: 1.35rem; } .brand small { display: block; margin-top: .35rem; color: var(--red); letter-spacing: .28em; font-size: .7rem; }
nav { display: flex; align-items: center; gap: 1.8rem; } nav a { text-decoration: none; font-size: .9rem; font-weight: 700; }
nav a:not(.nav-call):hover { color: var(--red); } .nav-call { padding: .7rem 1rem; background: var(--ink); color: white; }
.menu-toggle { display: none; background: none; border: 1px solid var(--ink); padding: .55rem .8rem; font: 700 .9rem var(--body); }
.hero { min-height: calc(100vh - 116px); display: grid; grid-template-columns: 1.08fr .92fr; background: var(--ink); color: white; overflow: hidden; }
.hero-copy { padding: clamp(4.5rem,8vw,8rem) clamp(1.4rem,6vw,7rem); align-self: center; position: relative; z-index: 1; }
.hero-copy::after { content: ""; position: absolute; width: 320px; height: 320px; left: -190px; bottom: -190px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.018); z-index: -1; }
.eyebrow { margin: 0 0 1.35rem; display: flex; align-items: center; gap: .7rem; color: var(--olive); text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .76rem; }
.eyebrow span { width: 30px; height: 3px; background: currentColor; } .hero .eyebrow { color: #c1c9b5; }
h1,h2,h3 { margin: 0; font-family: var(--display); line-height: .92; text-transform: uppercase; }
h1 { font-size: clamp(5.3rem,10vw,9.6rem); letter-spacing: -.035em; } h1 em { color: var(--red); font-style: normal; }
.hero-tagline { margin: 1.3rem 0 0; color: white; font: 700 clamp(1.35rem,2.3vw,2rem) var(--display); text-transform: uppercase; letter-spacing: .025em; }
.hero-intro { max-width: 630px; margin: 1rem 0 1.9rem; color: #c4c9bf; font-size: clamp(1rem,1.45vw,1.16rem); }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button { min-height: 52px; padding: .8rem 1.35rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; font: 800 .92rem var(--body); cursor: pointer; transition: transform .2s,background .2s; }
.button:hover { transform: translateY(-2px); } .button-primary { background: var(--red); color: white; } .button-secondary { border-color: rgba(255,255,255,.55); background: transparent; color: white; }
.hero-categories { margin-top: 2.2rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.14); display: flex; flex-wrap: wrap; gap: .6rem 1.1rem; color: #989f94; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-categories span::before { content: "/"; margin-right: .55rem; color: var(--red); }
.hero-visual { min-width: 0; padding: clamp(2rem,5vw,5rem); display: grid; place-items: center; background: var(--olive); position: relative; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(255,255,255,.06),transparent 40%),repeating-linear-gradient(135deg,transparent 0 28px,rgba(255,255,255,.025) 28px 29px); z-index: -1; }
.card-stage { width: min(100%,650px); padding: 1rem; background: #e9e2d6; box-shadow: 0 35px 80px rgba(0,0,0,.34); transform: none; }
.card-stage img { width: 100%; aspect-ratio: 1.6; object-fit: cover; border: 1px solid rgba(17,21,16,.18); }
.card-label { margin: 0 0 .8rem; color: var(--ink); font: 800 .72rem var(--body); letter-spacing: .13em; text-transform: uppercase; }
.card-contact { padding: .9rem .15rem .1rem; display: flex; justify-content: space-between; align-items: center; color: var(--ink); }
.card-contact span { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; } .card-contact a { color: var(--red); font: 800 1.45rem var(--display); text-decoration: none; }
.trust-strip { display: grid; grid-template-columns: repeat(3,1fr); background: var(--cream); border-bottom: 1px solid var(--line); color: var(--ink); text-align: center; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .76rem; }
.trust-strip span { padding: 1.1rem; border-right: 1px solid var(--line); }
.section { padding: clamp(5rem,9vw,8rem) clamp(1.4rem,7vw,8rem); }
.section-heading { max-width: 850px; margin-bottom: 3rem; } h2 { font-size: clamp(3.35rem,6.7vw,6.3rem); letter-spacing: -.03em; }
.section-heading>p:last-child,.about-copy>p { max-width: 700px; color: #595f56; font-size: 1.05rem; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 300px; padding: clamp(1.5rem,3vw,2.7rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s,color .25s; }
.service-card.featured,.service-card:hover { background: var(--ink); color: white; }
.card-index { margin: 0 0 auto; color: var(--red); font-family: var(--display); } .service-card h3 { font-size: clamp(2.2rem,4vw,3.4rem); }
.service-card>p:not(.card-index) { max-width: 470px; color: #686d64; } .service-card.featured>p:not(.card-index),.service-card:hover>p:not(.card-index) { color: #c8cbc3; }
.service-card a { margin-top: auto; font-weight: 800; text-decoration: none; } .service-card a span { color: var(--red); margin-left: .35rem; }
.training { background: var(--olive); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.eyebrow.light { color: #d6ddca; } .training-copy p:not(.eyebrow) { max-width: 590px; color: #e0e4da; font-size: 1.05rem; }
.button-light { margin-top: 1rem; background: var(--paper); color: var(--ink); }
.training-list { border-top: 1px solid rgba(255,255,255,.25); } .training-list p { margin: 0; padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,.25); font: 700 clamp(1.3rem,2.4vw,2rem) var(--display); text-transform: uppercase; }
.training-list span { margin-right: 1rem; color: #d8dcca; font: 700 .85rem var(--body); }
.about { background: var(--cream); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.about-flag { min-height: 390px; padding: clamp(2rem,5vw,4.5rem); background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: flex-end; border-top: 8px solid var(--red); position: relative; overflow: hidden; }
.about-flag::before { content: ""; position: absolute; width: 270px; height: 270px; right: -80px; top: -80px; border: 35px solid rgba(255,255,255,.04); border-radius: 50%; }
.about-flag span { color: var(--olive-soft); font: 800 1rem var(--body); letter-spacing: .18em; text-transform: uppercase; }
.about-flag strong { font: 800 clamp(5rem,10vw,8rem)/.85 var(--display); text-transform: uppercase; }
.about-flag small { margin-top: 1.4rem; color: #c4c9bf; font-size: .9rem; }
.about-copy blockquote { margin: 2.3rem 0 0; padding-left: 1.5rem; border-left: 5px solid var(--red); font: 700 clamp(1.35rem,2.4vw,1.9rem)/1.25 var(--display); text-transform: uppercase; }
.contact { background: var(--ink); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,8rem); }
.contact-intro>p:not(.eyebrow) { color: #b9bdb4; } .contact-links { margin-top: 2.5rem; display: grid; gap: .7rem; }
.contact-links a { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.15); text-decoration: none; } .contact-links small,.contact-links strong { display: block; }
.contact-links small { color: var(--olive-soft); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; } .contact-links strong { font: 700 clamp(1.15rem,2vw,1.6rem) var(--display); text-transform: uppercase; }
form { padding: clamp(1.4rem,4vw,3rem); background: var(--ink-2); border-top: 5px solid var(--red); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; margin-bottom: 1rem; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
input,select,textarea { width: 100%; margin-top: .45rem; border: 1px solid #51564d; border-radius: 0; background: var(--ink); color: white; padding: .9rem; font: 400 1rem/1.4 var(--body); }
input:focus,select:focus,textarea:focus { outline: 2px solid var(--olive-soft); outline-offset: 2px; }
.check { display: flex; align-items: flex-start; gap: .7rem; color: #c6c9c2; text-transform: none; letter-spacing: 0; font-weight: 500; } .check input { width: 18px; height: 18px; margin: .2rem 0 0; flex: 0 0 auto; }
.form-status { min-height: 1.4rem; margin: .8rem 0 0; color: #f0b7ba; }
footer { background: #0b0d0a; color: #b9bdb4; padding: 3rem clamp(1.4rem,7vw,8rem); display: grid; grid-template-columns: 1fr auto; gap: 1rem 3rem; align-items: end; font-size: .82rem; }
.footer-brand { color: white; } .legal { max-width: 700px; grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.25rem; }
@media (max-width:940px) {
  .menu-toggle { display: block; } nav { display: none; position: absolute; top: 82px; left: 0; right: 0; background: var(--paper); color: var(--ink); padding: 1.2rem; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
  nav.open { display: flex; } nav a { padding: .9rem; } .hero { grid-template-columns: 1fr; } .hero-copy { min-height: 650px; } .hero-visual { min-height: 560px; }
  .training,.about,.contact { grid-template-columns: 1fr; } .about-copy { order: -1; }
}
@media (max-width:620px) {
  .utility-bar { min-height: 31px; } .site-header { height: 72px; } nav { top: 72px; } .brand-mark { width: 38px; height: 38px; } .brand strong { font-size: 1.1rem; }
  h1 { font-size: clamp(4.5rem,22vw,6.6rem); } .hero-copy { min-height: 590px; padding-top: 4.5rem; padding-bottom: 4rem; } .hero-visual { min-height: 390px; padding: 1.4rem; }
  .card-stage { padding: .65rem; } .card-contact { align-items: flex-start; flex-direction: column; } .card-contact a { font-size: 1.2rem; }
  .trust-strip { grid-template-columns: 1fr; } .trust-strip span { border-right: 0; border-bottom: 1px solid var(--line); } .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; } .field-row { grid-template-columns: 1fr; gap: 0; } .contact-links strong { overflow-wrap: anywhere; } footer { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms !important; } }
