:root {
  --green: #123b35;
  --green-deep: #092a26;
  --green-soft: #dfe9e5;
  --gold: #c9a24a;
  --gold-soft: #dfc17c;
  --ink: #17211f;
  --muted: #5d6865;
  --line: #d8dfdc;
  --paper: #f3f5f1;
  --white: #ffffff;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; }
[id] { scroll-margin-top: 104px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: #fff; color: #111; font-weight: 800; text-decoration: none; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; min-height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 6px max(28px, calc((100vw - var(--max)) / 2)); background: rgba(9,42,38,.97); color: #fff; border-bottom: 3px solid var(--gold); backdrop-filter: blur(12px); }
.brand { flex: 0 0 260px; width: 260px; align-self: stretch; display: flex; align-items: center; padding: 1px 0; }
.brand img { width: 100%; height: 116px; object-fit: contain; object-position: left center; }
nav { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 650; }
nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-phone { color: var(--gold); font-weight: 800; white-space: nowrap; }
.nav-cta { padding: 13px 20px; background: var(--gold); color: var(--green-deep); }
.menu-button { display: none; border: 1px solid #555; background: transparent; color: #fff; padding: 9px 13px; font: inherit; }

.hero { position: relative; min-height: 700px; display: grid; align-items: end; overflow: hidden; background: var(--green-deep); }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,42,38,.98) 0%, rgba(9,42,38,.88) 40%, rgba(9,42,38,.34) 72%), url("assets/team.webp") center 30% / cover no-repeat; transform: scale(1.01); }
.hero-copy { position: relative; z-index: 1; width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 118px 0 90px; color: #fff; }
.eyebrow { margin: 0 0 16px; color: #585858; font-size: .875rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow, .service-card-accent .eyebrow { color: var(--gold); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(3rem, 6vw, 5.6rem); font-weight: 800; }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: 1.65rem; }
.hero-lead { max-width: 790px; margin: 0 0 34px; color: #edf3f0; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 23px; text-decoration: none; font-weight: 800; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--gold); color: var(--green-deep); }
.button-secondary { border: 1px solid rgba(255,255,255,.65); color: #fff; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); width: min(var(--max), calc(100% - 56px)); margin: -1px auto 0; border-bottom: 1px solid var(--line); }
.trust-strip div { padding: 32px 28px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { color: var(--muted); font-size: .9rem; }

.section { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 120px 0; }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; margin-bottom: 56px; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -18px; }
.section-intro h2 { margin-bottom: 0; }
.section-intro > p:last-child { max-width: 520px; margin: 8px 0 0 auto; color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 520px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); background: #fff; }
.service-card-dark { background: var(--green); color: #fff; border-color: var(--green); }
.service-card-accent { background: var(--gold); border-color: var(--gold); }
.service-number { display: block; margin-bottom: 76px; color: #686868; font-size: .875rem; font-weight: 800; }
.service-card-accent .service-number { color: #6a5a00; }
.service-card p { color: var(--muted); }
.service-card-dark p { color: #c8c8c8; }
.service-card ul { margin: 28px 0 0; padding: 24px 0 0 20px; border-top: 1px solid rgba(120,120,120,.35); }
.service-link { display: inline-block; margin-top: auto; padding-top: 28px; font-weight: 800; text-underline-offset: 5px; }
.service-card-dark .service-link { color: var(--gold); }

.audiences { padding: 86px max(28px, calc((100vw - var(--max)) / 2)); background: var(--gold); border-top: 8px solid var(--green); }
.audiences .eyebrow { color: #665600; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(20,20,20,.35); }
.audience-grid div { padding: 28px 34px 4px 0; }
.audience-grid strong, .audience-grid span { display: block; }
.audience-grid strong { margin-bottom: 10px; font-size: 1.08rem; }
.audience-grid span { max-width: 340px; color: #514600; font-size: .94rem; }

.process { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 110px max(28px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.process-copy p:last-child { color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid #cfcfcb; }
.process-list li:last-child { border-bottom: 1px solid #cfcfcb; }
.process-list > li > span { color: #666; font-size: .875rem; font-weight: 800; }
.process-list strong { font-size: 1.08rem; }
.process-list p { margin: 4px 0 0; color: var(--muted); font-size: .94rem; }

.company { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; }
.company-text { padding-top: 36px; color: var(--muted); font-size: 1.08rem; }
.company-photo { margin: 40px 0 0; }
.company-photo img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-bottom: 8px solid var(--gold); }
.company-photo figcaption { margin-top: 12px; color: var(--muted); font-size: .88rem; }
.company-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.company-facts span { padding: 9px 13px; background: var(--green-soft); color: var(--green-deep); font-size: .85rem; font-weight: 800; }

.region { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 92px max(28px, calc((100vw - var(--max)) / 2)); background: var(--green); color: #fff; border-top: 8px solid var(--gold); }
.region h2 { margin-bottom: 0; }
.region .eyebrow { color: var(--gold); }
.region > div:last-child { align-self: center; color: #dfe9e5; font-size: 1.08rem; }
.region strong { color: #fff; }

.contact { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; padding: 100px max(28px, calc((100vw - var(--max)) / 2)); background: var(--green-deep); color: #fff; }
.contact h2 { max-width: 650px; margin-bottom: 18px; }
.contact > div > p:last-child { max-width: 570px; color: #bcbcbc; }
.contact-links { display: grid; align-content: start; margin-top: 34px; }
.contact-links a, .contact-links > p { display: grid; grid-template-columns: 90px 1fr; gap: 20px; margin: 0; padding: 20px 0; border-top: 1px solid #444; text-decoration: none; }
.contact-links span { color: #b5b5b5; font-size: .875rem; text-transform: uppercase; letter-spacing: .07em; }
.contact-links strong { font-size: 1.05rem; }
.contact-links a:hover strong { color: var(--gold); }

.contact-form { padding: 36px; background: #fff; color: var(--ink); }
.form-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.form-heading h3 { margin: 0; }
.form-heading p { max-width: 300px; margin: 0; color: var(--muted); font-size: .875rem; text-align: right; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 7px; font-size: .9rem; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 50px; border: 1px solid #aaa; border-radius: 0; background: #fff; color: var(--ink); padding: 12px 13px; font: inherit; }
.contact-form textarea { min-height: 142px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #111; outline: 3px solid rgba(0,103,197,.22); outline-offset: 1px; }
.form-wide { grid-column: 1 / -1; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form .privacy-check { display: flex; grid-template-columns: none; flex-direction: row; align-items: flex-start; gap: 11px; font-weight: 500; }
.privacy-check input { flex: 0 0 20px; width: 20px; min-height: 20px; margin: 2px 0 0; }
.privacy-check a { font-weight: 750; text-underline-offset: 3px; }
.form-submit { margin-top: 24px; border: 0; cursor: pointer; font-size: 1rem; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .875rem; }
.form-result { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: var(--paper); }
.form-result-card { width: min(650px, 100%); padding: clamp(30px, 6vw, 60px); background: #fff; border-top: 8px solid var(--gold); }
.form-result-card h1 { color: var(--ink); font-size: clamp(2.2rem, 6vw, 4rem); }
.form-result-card p { color: var(--muted); }

.subpage-hero { padding: 108px max(28px, calc((100vw - var(--max)) / 2)) 88px; background: linear-gradient(125deg, var(--green-deep), var(--green)); color: #fff; border-bottom: 8px solid var(--gold); }
.subpage-hero .eyebrow { color: var(--gold); }
.subpage-hero h1 { max-width: 930px; margin-bottom: 24px; font-size: clamp(2.8rem, 6vw, 5.3rem); }
.subpage-hero > p:last-of-type { max-width: 760px; color: #d1d1d1; font-size: 1.18rem; }
.breadcrumb { margin: 0 0 46px; color: #bdbdbd; font-size: .9rem; }
.breadcrumb a { text-underline-offset: 4px; }
.subpage-content { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 92px 0 110px; }
.content-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 86px; }
.content-main { max-width: 720px; }
.content-main h2 { margin: 64px 0 18px; font-size: clamp(2rem, 4vw, 3.2rem); }
.content-main h2:first-child { margin-top: 0; }
.content-main h3 { margin: 34px 0 10px; font-size: 1.3rem; }
.content-main p, .content-main li { color: #4f4f4f; }
.content-main li + li { margin-top: 8px; }
.service-aside { align-self: start; position: sticky; top: 152px; padding: 32px; background: var(--gold); border-top: 7px solid var(--green); }
.service-aside h2 { font-size: 1.65rem; }
.service-aside p { color: #514600; }
.service-aside .button { width: 100%; margin-top: 8px; background: var(--green-deep); color: #fff; }
.faq { margin-top: 38px; border-top: 1px solid var(--line); }
.faq details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 800; }
.faq details p { margin-bottom: 0; }

footer { display: flex; justify-content: space-between; gap: 24px; padding: 30px max(28px, calc((100vw - var(--max)) / 2)); background: #061d1a; color: #bdc9c5; font-size: .875rem; border-top: 1px solid rgba(255,255,255,.1); }
footer div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; }
footer a { text-underline-offset: 4px; }

.legal { max-width: 860px; }
.legal h1 { color: var(--ink); font-size: clamp(2.8rem, 6vw, 5rem); }
.legal h2 { margin: 42px 0 10px; font-size: 1.35rem; letter-spacing: -.015em; }
.legal h3 { margin: 28px 0 8px; font-size: 1.08rem; }
.legal p, .legal li { color: #444; }
.legal p, .legal ul { max-width: 76ch; }
.legal a { text-underline-offset: 3px; }
.legal-back { margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--line); font-weight: 700; }

@media (max-width: 980px) {
  .site-header { min-height: 100px; padding: 5px 20px; }
  .brand { flex-basis: 174px; width: 174px; }
  .brand img { height: 88px; }
  .menu-button { display: block; }
  nav { position: absolute; top: 100px; left: 0; right: 0; display: none; align-items: stretch; padding: 18px 20px 24px; background: var(--green-deep); border-bottom: 3px solid var(--gold); }
  nav.open { display: grid; }
  nav a { padding: 10px 4px; }
  .nav-cta { padding: 12px; text-align: center; }
  .hero { min-height: 720px; }
  .hero-image { background: linear-gradient(0deg, rgba(9,42,38,.99) 0%, rgba(9,42,38,.72) 60%, rgba(9,42,38,.15) 100%), url("assets/team.webp") 62% top / cover no-repeat; }
  .hero-copy { width: calc(100% - 40px); padding: 310px 0 54px; }
  h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .trust-strip { grid-template-columns: 1fr; width: calc(100% - 40px); }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); padding-inline: 0; }
  .section { width: calc(100% - 40px); padding: 82px 0; }
  .section-intro, .service-grid, .audience-grid, .process, .company, .region, .contact { grid-template-columns: 1fr; }
  .section-intro { gap: 20px; }
  .section-intro .eyebrow { margin-bottom: 0; }
  .section-intro > p:last-child { margin-left: 0; }
  .service-card { min-height: auto; }
  .service-number { margin-bottom: 48px; }
  .audiences { padding: 66px 20px; }
  .audience-grid div { padding: 24px 0; border-bottom: 1px solid rgba(20,20,20,.25); }
  .process, .region, .contact { gap: 48px; padding: 78px 20px; }
  .contact-form { padding: 28px 20px; }
  .form-heading { display: block; }
  .form-heading p { margin-top: 8px; text-align: left; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .company { gap: 20px; }
  .company-text { padding-top: 0; }
  .subpage-hero { padding: 76px 20px 62px; }
  .breadcrumb { margin-bottom: 32px; }
  .subpage-content { width: calc(100% - 40px); padding: 68px 0 82px; }
  .content-grid { grid-template-columns: 1fr; gap: 54px; }
  .service-aside { position: static; }
  footer { flex-direction: column; padding-inline: 20px; }
  footer div { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
