:root {
  --navy: #0C2340;
  --navy-deep: #08192e;
  --paper: #f4f2ed;
  --sand: #D1CCBD;
  --grey: #919388;
  --accent: #0C2340;
  --white: #fff;
  --ink: #0C2340;
  --container: min(92vw, 1480px);
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Montserrat", "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; background: var(--paper); color: var(--ink); font-weight: 400; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { display: block; }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: 132px 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; background: white; color: var(--navy); padding: 10px 16px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: white; transition: background .3s, color .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(244,242,237,.97); color: var(--navy); box-shadow: 0 1px 0 rgba(12,35,64,.08); backdrop-filter: blur(14px); }
.header-inner { height: 92px; display: grid; grid-template-columns: 240px 1fr 240px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); transition: border-color .3s; }
.site-header.is-scrolled .header-inner { border-color: transparent; }
.brand { width: 152px; position: relative; }
.brand-logo { width: 100%; transition: opacity .3s; }
.brand-logo--dark { position: absolute; inset: 0; opacity: 0; }
.site-header.is-scrolled .brand-logo--light { opacity: 0; }
.site-header.is-scrolled .brand-logo--dark { opacity: 1; }
.desktop-nav { display: flex; justify-content: center; gap: 36px; font-size: 10px; letter-spacing: .04em; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: currentColor; transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 18px; font-size: 10px; font-weight: 600; }
.header-cta svg, .button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle { display: none; background: transparent; border: 0; width: 36px; padding: 6px 0; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 7px 0; transition: transform .25s; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 900px; background: var(--navy); color: white; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size: 74px 74px; }
.hero-signal { position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; pointer-events: none; }
.hero-signal--one { width: 720px; height: 720px; right: -410px; top: -120px; }
.hero-signal--two { width: 860px; height: 860px; left: -650px; bottom: -620px; }
.hero-inner { position: relative; z-index: 2; min-height: 805px; padding-top: 150px; padding-bottom: 86px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 100px; align-items: center; }
.hero-copy { max-width: 900px; }
.eyebrow { display: flex; align-items: center; gap: 18px; margin: 0 0 38px; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow--light { color: rgba(255,255,255,.58); }
.eyebrow span { width: 36px; height: 1px; background: rgba(255,255,255,.5); }
.hero h1 { margin: 0; font-size: clamp(66px, 7.4vw, 118px); line-height: .98; letter-spacing: -.055em; font-weight: 400; max-width: 1040px; }
.hero h1 em { display: inline-block; font-style: normal; color: var(--sand); }
.hero-h1-line { display: block; }
@media (min-width: 901px) { .hero-h1-line { white-space: nowrap; } }
.hero-lead { max-width: 760px; margin: 40px 0 0; color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.85; }
.hero-subline { margin: 20px 0 0; color: white; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 38px; margin-top: 38px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 0; cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .02em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button--accent { background: var(--navy); color: white; }
.hero .button--accent { background: white; color: var(--navy); }
.hero .button--accent svg { stroke: var(--navy); }
.button--light { background: var(--paper); color: var(--navy); }
.text-link { display: inline-flex; gap: 16px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid rgba(12,35,64,.28); font-size: 10px; font-weight: 600; }
.text-link--light { color: rgba(255,255,255,.72); border-color: rgba(255,255,255,.28); }

.hero-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.hero-proof article { min-height: 124px; padding: 26px 28px; display: flex; flex-direction: column; justify-content: center; gap: 8px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-proof article:first-child { border-left: 0; }
.hero-proof strong { font-size: clamp(38px,4vw,62px); line-height: .95; font-weight: 500; letter-spacing: -.05em; }
.hero-proof span { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.66); }
.hero-proof small { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.42); }
.hero-proof-context span { font-size: 13px; text-transform: none; letter-spacing: 0; color: white; }

.proof { background: var(--sand); border-bottom: 1px solid rgba(12,35,64,.12); }
.proof-grid { min-height: 160px; display: grid; grid-template-columns: repeat(4,1fr); }
.proof article { padding: 34px 36px; border-left: 1px solid rgba(12,35,64,.14); display: flex; flex-direction: column; justify-content: center; }
.proof article:last-child { border-right: 1px solid rgba(12,35,64,.14); }
.proof strong { font-size: clamp(42px,4vw,62px); font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.proof span { margin-top: 11px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; color: rgba(12,35,64,.62); }
.proof-context small { font-size: 8px; text-transform: uppercase; letter-spacing: .16em; color: var(--navy); }
.proof-context span { margin-top: 15px; font-size: 13px; line-height: 1.5; text-transform: none; letter-spacing: 0; color: var(--navy); }

.section-index { margin: 0 0 24px; color: var(--grey); font-size: 8px; text-transform: uppercase; letter-spacing: .18em; font-weight: 600; }
.section-index--light { color: rgba(255,255,255,.42); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.section-heading h2, .statement-content h2, .process-intro h2, .company-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(38px,4.6vw,68px); line-height: 1.05; letter-spacing: -.045em; font-weight: 400; }
.section-heading > p { max-width: 500px; justify-self: end; margin: 0; color: var(--grey); font-size: 13px; line-height: 1.8; }
.section-heading--light h2 { color: white; }
.section-heading--light > p { color: rgba(255,255,255,.5); }

.project-types { background: var(--paper); }
.project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(12,35,64,.12); border: 1px solid rgba(12,35,64,.12); }
.project-card { position: relative; min-height: 520px; padding: 40px; display: grid; grid-template-rows: auto auto auto; overflow: hidden; }
.project-card--navy { background: var(--navy); color: white; }
.project-card--sand { background: var(--sand); color: var(--navy); }
.project-card--grey { background: var(--grey); color: white; }
.project-card-top { display: flex; justify-content: space-between; align-items: center; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 84px; }
.project-card-top span { color: rgba(255,255,255,.92); font-weight: 600; }
.project-card-top small { opacity: .72; font-size: inherit; }
.project-card-body { position: relative; z-index: 2; }
.project-card h3 { margin: 0 0 18px; min-height: 4.55em; font-size: clamp(25px,2.2vw,36px); line-height: 1.14; letter-spacing: -.035em; font-weight: 400; }
.project-card p { margin: 0; max-width: 500px; min-height: 5.4em; font-size: 12px; line-height: 1.72; opacity: .76; }
.project-card ul { position: relative; z-index: 2; margin: 34px 0 0; padding: 0; list-style: none; display: flex; gap: 8px; flex-wrap: wrap; align-self: end; }
.project-card li { padding: 7px 9px; border: 1px solid currentColor; opacity: .55; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.project-line { position: absolute; width: 340px; height: 340px; border: 1px solid currentColor; opacity: .08; border-radius: 50%; right: -120px; top: 100px; }
.project-line::after { content: ""; position: absolute; inset: 80px; border: 1px solid currentColor; border-radius: 50%; }

.statement { background: white; }
.statement-grid { display: grid; grid-template-columns: .4fr 1.6fr; gap: 80px; }
.statement-content { max-width: 1040px; }
.statement-content > p { max-width: 790px; margin: 36px 0 65px; color: var(--grey); font-size: 15px; line-height: 1.85; }
.principles { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(12,35,64,.14); }
.principles article { padding: 28px 32px 0 0; }
.principles article + article { border-left: 1px solid rgba(12,35,64,.14); padding-left: 32px; }
.principles span, .situation-card > span, .fact-grid span { color: currentColor; font-size: 9px; font-weight: 600; opacity: .86; }
.principles h3 { margin: 25px 0 10px; font-size: 15px; font-weight: 500; }
.principles p { margin: 0; color: var(--grey); font-size: 11px; line-height: 1.7; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(12,35,64,.12); border: 1px solid rgba(12,35,64,.12); }
.service-card { min-height: 480px; padding: 34px; background: var(--paper); display: flex; flex-direction: column; }
.service-card--featured { background: white; }
.service-card--accent { background: var(--navy); color: white; }
.service-number { margin-left: auto; font-size: 9px; color: var(--grey); }
.service-card--accent .service-number { color: rgba(255,255,255,.65); }
.service-kicker { margin: 66px 0 12px; color: var(--grey); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.service-card--accent .service-kicker { color: rgba(255,255,255,.65); }
.service-card h3 { margin: 0 0 18px; font-size: 27px; letter-spacing: -.035em; font-weight: 400; }
.service-card > p:not(.service-kicker) { margin: 0; color: var(--grey); font-size: 11px; line-height: 1.75; }
.service-card--accent > p:not(.service-kicker) { color: rgba(255,255,255,.75); }
.service-card ul { list-style: none; padding: 0; margin: 28px 0 30px; border-top: 1px solid rgba(12,35,64,.12); }
.service-card--accent ul { border-color: rgba(255,255,255,.22); }
.service-card li { padding: 9px 0; border-bottom: 1px solid rgba(12,35,64,.1); font-size: 9px; color: rgba(12,35,64,.7); }
.service-card--accent li { border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.82); }
.service-card a { margin-top: auto; font-size: 9px; font-weight: 600; }

.situations { background: var(--navy); color: white; }
.situation-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.14); }
.situation-card { min-height: 430px; padding: 38px; }
.situation-card + .situation-card { border-left: 1px solid rgba(255,255,255,.14); }
.situation-card h3 { margin: 64px 0 18px; font-size: 30px; font-weight: 400; letter-spacing: -.035em; }
.situation-card p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.75; }
.situation-card ul { list-style: none; padding: 0; margin: 38px 0 0; }
.situation-card li { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.11); font-size: 9px; color: rgba(255,255,255,.72); }

.process { background: white; }
.process-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; }
.process-intro { align-self: start; position: sticky; top: 135px; }
.process-intro > p:not(.section-index) { margin: 28px 0 32px; color: var(--grey); font-size: 12px; line-height: 1.8; max-width: 480px; }
.process-list { border-top: 1px solid rgba(12,35,64,.16); }
.process-list article { display: grid; grid-template-columns: 80px 1fr; gap: 26px; padding: 34px 0; border-bottom: 1px solid rgba(12,35,64,.16); }
.process-no { color: var(--navy); font-size: 10px; font-weight: 600; }
.process-list h3 { margin: 0 0 10px; font-size: 22px; font-weight: 400; letter-spacing: -.02em; }
.process-list p { margin: 0; color: var(--grey); font-size: 11px; line-height: 1.7; }

.company { position: relative; background: var(--navy-deep); color: white; overflow: hidden; }
.company-lines { position: absolute; inset: 0; opacity: .18; background: linear-gradient(115deg, transparent 0 45%, rgba(255,255,255,.14) 45% 45.08%, transparent 45.08% 100%); }
.company-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.company-copy > p:not(.section-index) { margin: 28px 0 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.85; max-width: 650px; }
.company-copy .button { margin-top: 38px; }
.company-facts { border-top: 1px solid rgba(255,255,255,.18); }
.contact-person { padding: 30px 0 34px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px 32px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-person small { grid-column: 1 / -1; color: rgba(255,255,255,.42); font-size: 8px; text-transform: uppercase; letter-spacing: .16em; }
.contact-person strong { font-size: 28px; font-weight: 400; letter-spacing: -.03em; }
.contact-person-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.contact-person a { color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.4; text-align: right; }
.fact-grid { display: grid; grid-template-columns: 1fr 1fr; }
.fact-grid article { padding: 28px 26px 28px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.fact-grid article:nth-child(even) { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.13); }
.fact-grid h3 { margin: 24px 0 8px; font-size: 15px; font-weight: 500; }
.fact-grid p { margin: 0; color: rgba(255,255,255,.46); font-size: 10px; line-height: 1.65; }

.contact { background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.contact-copy > p:not(.section-index) { margin: 28px 0 50px; max-width: 560px; color: var(--grey); font-size: 13px; line-height: 1.8; }
.contact-direct { border-top: 1px solid rgba(12,35,64,.16); }
.contact-direct > * { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(12,35,64,.16); }
.contact-direct small { font-size: 8px; color: var(--grey); text-transform: uppercase; letter-spacing: .14em; }
.contact-direct strong { font-size: 11px; text-align: right; font-weight: 500; line-height: 1.55; }
.contact-form { padding: 44px; background: white; border: 1px solid rgba(12,35,64,.12); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 30px; }
.contact-form label { display: flex; flex-direction: column; }
.contact-form label > span { margin-bottom: 9px; font-size: 8px; text-transform: uppercase; letter-spacing: .16em; color: var(--grey); font-weight: 600; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(12,35,64,.28); border-radius: 0; padding: 10px 0 13px; background: transparent; color: var(--navy); outline: none; font-size: 13px; transition: border-color .2s; }
.contact-form textarea { resize: vertical; min-height: 125px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--navy); }
.form-full { grid-column: 1 / -1; }
.consent { margin: 28px 0 30px; display: grid !important; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; }
.consent input { appearance: none; width: 16px; height: 16px; border: 1px solid rgba(12,35,64,.35); margin: 2px 0 0; padding: 0; }
.consent input:checked { background: var(--accent); border-color: var(--navy); box-shadow: inset 0 0 0 3px white; }
.consent span { margin: 0 !important; text-transform: none !important; letter-spacing: 0 !important; font-weight: 400 !important; line-height: 1.5; }
.consent a { text-decoration: underline; }
.form-submit { width: 100%; }
.form-note { margin: 16px 0 0; font-size: 9px; color: var(--grey); line-height: 1.6; }

.site-footer { background: var(--navy-deep); color: white; }
.footer-top { min-height: 245px; display: grid; grid-template-columns: 1fr 1.3fr 1fr; align-items: center; gap: 70px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-top img { width: 185px; }
.footer-top p { margin: 0; max-width: 500px; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.8; }
.back-top { justify-self: end; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.25); display: grid; place-items: center; transition: background .3s, color .3s; }
.back-top:hover { background: white; color: var(--navy); }
.footer-bottom { min-height: 86px; display: grid; grid-template-columns: 1.4fr auto 1fr; align-items: center; gap: 30px; color: rgba(255,255,255,.38); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom div { display: flex; gap: 28px; }
.footer-bottom > span:last-child { justify-self: end; }
.footer-credit { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.footer-credit a { color: rgba(255,255,255,.58); text-decoration: none; transition: color .2s ease; }
.footer-credit a:hover, .footer-credit a:focus-visible { color: white; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .78s var(--ease), transform .78s var(--ease); }
.reveal-delay { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .brand-logo, .site-header { transition: none; }
}

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 190px 1fr 190px; }
  .desktop-nav { gap: 22px; }
  .hero-inner { grid-template-columns: 1.15fr .85fr; gap: 55px; }
  .project-card { min-height: 520px; }
  .service-card { min-height: 500px; }
  .company-layout, .contact-layout, .process-layout { gap: 70px; }
}

@media (max-width: 900px) {
  .header-inner { height: 80px; grid-template-columns: 1fr auto; }
  .brand { width: 135px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; z-index: 2; }
  .site-header.menu-visible { color: white; }
  .site-header.menu-visible .brand-logo--light { opacity: 1; }
  .site-header.menu-visible .brand-logo--dark { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { display: flex; position: fixed; inset: 0; background: var(--navy); padding: 130px 5vw 42px; flex-direction: column; justify-content: space-between; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: clamp(26px,7vw,48px); letter-spacing: -.03em; }
  .mobile-menu-meta { display: flex; flex-direction: column; gap: 8px; color: rgba(255,255,255,.5); font-size: 12px; }

  .hero { min-height: auto; }
  .hero-inner { min-height: 0; padding-top: 145px; padding-bottom: 70px; grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { max-width: 800px; }
  .hero-proof { grid-template-columns: repeat(2,1fr); }
  .hero-proof article:nth-child(3) { border-top: 1px solid rgba(255,255,255,.12); }
  .section-heading, .statement-grid, .process-layout, .company-layout, .contact-layout { grid-template-columns: 1fr; }
  .section-heading > p { justify-self: start; }
  .project-grid, .service-grid, .situation-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 0; }
  .service-card { min-height: 0; }
  .service-kicker { margin-top: 38px; }
  .situation-card { min-height: 0; }
  .situation-card + .situation-card { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .process-intro { position: static; }
  .company-facts { margin-top: 20px; }
}

@media (max-width: 620px) {
  :root { --container: min(90vw,1480px); }
  .section-pad { padding: 84px 0; }
  .hero-grid { background-size: 54px 54px; }
  .hero-inner { padding-top: 125px; padding-bottom: 52px; gap: 34px; }
  .eyebrow { line-height: 1.7; flex-wrap: wrap; margin-bottom: 26px; }
  .eyebrow span { display: none; }
  .hero h1 { font-size: clamp(47px,13.5vw,68px); line-height: 1.02; }
  .hero-lead { margin-top: 30px; font-size: 14px; line-height: 1.75; }
  .hero-subline { line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-top: 28px; }
  .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .hero-proof article { min-height: 112px; padding: 22px 18px; }
  .hero-proof strong { font-size: 38px; }
  .hero-proof span { font-size: 10px; }
  .hero-proof-context span { font-size: 12px; }
  .section-heading { gap: 26px; margin-bottom: 44px; }
  .section-heading h2, .statement-content h2, .process-intro h2, .company-copy h2, .contact-copy h2 { font-size: 39px; }
  .statement-grid { gap: 22px; }
  .statement-content > p { margin: 28px 0 44px; }
  .principles { grid-template-columns: 1fr; }
  .principles article { padding: 24px 0; border-bottom: 1px solid rgba(12,35,64,.14); }
  .principles article + article { border-left: 0; padding-left: 0; }
  .project-card { min-height: 0; padding: 28px; }
  .project-card h3 { font-size: 29px; min-height: auto; }
  .project-card p { min-height: auto; }
  .project-card-top { margin-bottom: 52px; }
  .service-card, .situation-card { padding: 28px; }
  .situation-card h3 { margin-top: 40px; }
  .process-list article { grid-template-columns: 48px 1fr; }
  .contact-person { grid-template-columns: 1fr; }
  .contact-person-meta { align-items: flex-start; gap: 10px; }
  .contact-person a { text-align: left; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-grid article:nth-child(even) { padding-left: 0; border-left: 0; }
  .contact-form { padding: 28px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .footer-top { min-height: 260px; grid-template-columns: 1fr auto; gap: 28px; padding: 44px 0; }
  .footer-top p { grid-column: 1 / -1; grid-row: 2; }
  .footer-bottom { grid-template-columns: 1fr; gap: 16px; padding: 28px 0; }
  .footer-bottom > span:last-child { justify-self: start; }
}

/* Typography calibration for the WIPA visual system. */
:root {
  --type-label: 10px;
  --type-small: 12px;
  --type-body: 14px;
  --type-body-lg: 16px;
  --type-nav: 12px;
}

/* Navigation + compact controls */
.desktop-nav { font-size: var(--type-nav); gap: 38px; }
.header-cta { font-size: 11px; }
.button, .text-link { font-size: 11px; }
.eyebrow { font-size: var(--type-label); }
.hero-subline { font-size: var(--type-small); }
.hero-proof span { font-size: 10px; }
.hero-proof-context span { font-size: var(--type-body); }

/* Proof + section labels */
.section-index { font-size: var(--type-label); }
.section-heading > p { font-size: var(--type-body); line-height: 1.75; }

/* Client logo strip */
.clients { background: var(--paper); border-top: 1px solid rgba(12,35,64,.08); border-bottom: 1px solid rgba(12,35,64,.08); }
.clients-inner { padding: 32px 0 40px; }
.clients-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.clients-heading > span { font-size: var(--type-label); font-weight: 600; text-transform: uppercase; letter-spacing: .16em; color: var(--navy); }
.clients-heading small { font-size: 10px; color: var(--grey); }
.client-logos { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; }
.client-logo { min-height: 96px; padding: 20px 12px; display: grid; place-items: center; color: rgba(12,35,64,.54); font-size: clamp(15px,1.35vw,22px); font-weight: 600; letter-spacing: -.02em; text-align: center; }

.client-logo--tempos { font-size: clamp(13px,1.15vw,19px); letter-spacing: .03em; }
.client-logo--porr { font-weight: 600; letter-spacing: .08em; }
.client-logo--goldbeck { font-size: clamp(12px,1.02vw,17px); letter-spacing: .015em; }
.client-logo--zeppelin { letter-spacing: .06em; }

/* Project cards */
.project-card-top { font-size: 11px; }
.project-card p { font-size: 13px; line-height: 1.72; }
.project-card li { font-size: 10px; padding: 8px 10px; }

/* Statement / principles */
.statement-content > p { font-size: var(--type-body-lg); line-height: 1.8; }
.principles span, .situation-card > span, .fact-grid span { font-size: var(--type-label); }
.principles h3 { font-size: 17px; }
.principles p { font-size: 13px; line-height: 1.68; }

/* Service cards */
.service-number { font-size: var(--type-label); }
.service-kicker { font-size: var(--type-label); }
.service-card h3 { font-size: 29px; }
.service-card > p:not(.service-kicker) { font-size: 13px; line-height: 1.7; }
.service-card li { font-size: 11px; padding: 11px 0; line-height: 1.45; }
.service-card a { font-size: 11px; }

/* Project situations */
.situation-card p { font-size: var(--type-body); line-height: 1.7; }
.situation-card li { font-size: 11px; padding: 12px 0; line-height: 1.45; }

/* Process */
.process-intro > p:not(.section-index) { font-size: var(--type-body); line-height: 1.75; }
.process-no { font-size: 11px; }
.process-list h3 { font-size: 24px; }
.process-list p { font-size: 13px; line-height: 1.68; }

/* Company */
.company-copy > p:not(.section-index) { font-size: var(--type-body); line-height: 1.78; }
.contact-person small { font-size: var(--type-label); }
.contact-person a { font-size: var(--type-small); }
.fact-grid h3 { font-size: 17px; }
.fact-grid p { font-size: var(--type-small); line-height: 1.65; }

/* Contact */
.contact-copy > p:not(.section-index) { font-size: var(--type-body); line-height: 1.75; }
.contact-direct small { font-size: var(--type-label); }
.contact-direct strong { font-size: 13px; }
.contact-form label > span { font-size: var(--type-label); }
.contact-form input, .contact-form textarea, .contact-form select { font-size: var(--type-body); }
.form-note { font-size: 11px; }

/* Footer */
.footer-top p { font-size: 13px; line-height: 1.72; }
.footer-bottom { font-size: var(--type-label); }

@media (max-width: 900px) {
  .client-logos { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 24px; row-gap: 8px; }
}

@media (max-width: 620px) {
  .clients-inner { padding: 28px 0 30px; }
  .clients-heading { align-items: flex-start; flex-direction: column; gap: 8px; margin-bottom: 20px; }
  .client-logos { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 16px; row-gap: 4px; }
  .client-logo { min-height: 76px; font-size: 15px; padding: 16px 10px; }
  .project-card-top { font-size: 10px; }
  .project-card p, .service-card > p:not(.service-kicker), .principles p, .process-list p, .fact-grid p { font-size: 13px; }
  .service-card li, .situation-card li { font-size: 11px; }
}

.project-card--sand .project-card-top span { color: var(--navy); opacity: .88; }
.project-card--sand .project-card-top small { color: rgba(12,35,64,.56); opacity: 1; }
.project-card--grey .project-card-top span, .project-card--navy .project-card-top span { color: white; }

.service-card--accent .service-number, .situation-card > span, .company .fact-grid span, .company .contact-person small, .project-card--navy .project-card-top span, .project-card--grey .project-card-top span { color: rgba(255,255,255,.88); }
.service-card .service-number, .project-card--sand .project-card-top span, .process-no { color: var(--navy); }
.service-card--accent a, .project-card--navy li, .project-card--grey li { color: white; }
.service-card a { color: currentColor; }


/* V5 hero refinement */
.hero { min-height: 860px; }
.hero-grid { opacity: .24; }
.hero-signal { border-color: rgba(255,255,255,.14); }
.hero-signal--one { width: 840px; height: 840px; right: -575px; top: -210px; }
.hero-signal--two { display: none; }
.hero-inner { min-height: 0; padding-top: 148px; padding-bottom: 96px; grid-template-columns: 1fr; gap: 44px; align-items: start; }
.hero-copy { max-width: 1120px; }
.hero .eyebrow { max-width: 820px; margin-bottom: 34px; line-height: 1.5; }
.hero h1 { max-width: none; font-size: clamp(64px, 6.35vw, 102px); line-height: .95; letter-spacing: -.058em; }
.hero-lead { max-width: 820px; margin-top: 34px; font-size: 18px; line-height: 1.72; color: rgba(255,255,255,.72); }
.hero-actions { gap: 34px; margin-top: 34px; }
.hero-proof { width: 100%; max-width: 980px; grid-template-columns: repeat(3,minmax(0,1fr)); background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.14); }
.hero-proof article { min-height: 128px; padding: 24px 26px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-proof article:first-child { border-left: 0; }
.hero-proof strong { font-size: clamp(34px, 4vw, 60px); line-height: .94; }
.hero-proof span { font-size: 10px; line-height: 1.45; letter-spacing: .14em; color: rgba(255,255,255,.68); }
.hero-proof small { font-size: 9px; letter-spacing: .16em; color: rgba(255,255,255,.42); }
.hero-proof-context { justify-content: center; }
.hero-proof-context small { margin-bottom: 2px; }
.hero-proof-context span { font-size: 14px; line-height: 1.55; color: white; }

@media (max-width: 1180px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-proof { max-width: 900px; }
}

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-grid { opacity: .22; }
  .hero-signal--one { width: 760px; height: 760px; right: -560px; top: -160px; }
  .hero-inner { padding-top: 126px; padding-bottom: 56px; gap: 30px; }
  .hero-copy { max-width: none; }
  .hero h1 { max-width: 720px; font-size: clamp(52px, 10vw, 78px); line-height: .96; }
  .hero-lead { max-width: 660px; margin-top: 26px; font-size: 15px; line-height: 1.7; }
  .hero-actions { margin-top: 26px; gap: 18px; }
  .hero-proof { max-width: none; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero-proof article { min-height: 110px; padding: 20px 18px; }
  .hero-proof article:nth-child(3) { border-top: 1px solid rgba(255,255,255,.12); grid-column: 1 / -1; }
  .hero-proof strong { font-size: 34px; }
  .hero-proof span { font-size: 9px; }
  .hero-proof-context span { font-size: 13px; }
}

@media (max-width: 620px) {
  .hero { min-height: auto; }
  .hero-grid { background-size: 52px 52px; }
  .hero-signal--one { width: 620px; height: 620px; right: -500px; top: -95px; opacity: .55; }
  .hero-inner { padding-top: 114px; padding-bottom: 42px; gap: 24px; }
  .eyebrow { margin-bottom: 22px; font-size: 9px; line-height: 1.65; }
  .hero h1 { max-width: none; font-size: clamp(44px, 15.2vw, 70px); line-height: .98; }
  .hero-lead { margin-top: 24px; font-size: 14px; line-height: 1.65; }
  .hero-actions { margin-top: 24px; align-items: stretch; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof article { min-height: 102px; padding: 18px 16px; border-left: 0; }
  .hero-proof article + article { border-top: 1px solid rgba(255,255,255,.12); }
  .hero-proof strong { font-size: 32px; }
  .hero-proof span { font-size: 9px; letter-spacing: .12em; }
  .hero-proof-context span { font-size: 12px; line-height: 1.45; }
}


/* Legal pages */

.legal-page { background: var(--paper); color: var(--navy); min-height: 100vh; }
.legal-header { background: var(--navy); color: white; }
.legal-header .header-inner { height: 92px; }
.legal-header .brand-logo--light { opacity: 1; }
.legal-header .brand-logo--dark { opacity: 0; }
.legal-back { justify-self: end; font-size: 12px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.32); padding-bottom: 6px; }
.legal-main { padding: 150px 0 110px; }
.legal-wrap { max-width: 900px; }
.legal-kicker { margin: 0 0 20px; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; color: var(--grey); font-weight: 600; }
.legal-main h1 { margin: 0 0 56px; font-size: clamp(48px,7vw,88px); line-height: .98; letter-spacing: -.05em; font-weight: 400; }
.legal-section { padding: 30px 0; border-top: 1px solid rgba(12,35,64,.16); }
.legal-section h2 { margin: 0 0 16px; font-size: 24px; line-height: 1.25; font-weight: 500; letter-spacing: -.02em; }
.legal-section h3 { margin: 26px 0 10px; font-size: 17px; font-weight: 500; }
.legal-section p, .legal-section li { font-size: 14px; line-height: 1.75; color: rgba(12,35,64,.76); }
.legal-section p { margin: 0 0 12px; }
.legal-section ul { margin: 10px 0 14px; padding-left: 20px; }
.legal-section a { text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin-top: 36px; padding: 18px 20px; border: 1px solid rgba(12,35,64,.14); background: white; font-size: 12px; line-height: 1.65; color: rgba(12,35,64,.64); }
@media (max-width: 620px) {
  .legal-header .header-inner { height: 78px; }
  .legal-back { font-size: 11px; }
  .legal-main { padding: 112px 0 80px; }
  .legal-main h1 { margin-bottom: 42px; font-size: 48px; }
  .legal-section { padding: 26px 0; }
  .legal-section h2 { font-size: 21px; }
}


/* V6 color system: navy, white, sand — no red accents */
.hero .button--accent { background: #fff; color: var(--navy); }
.hero .button--accent:hover { background: var(--sand); color: var(--navy); }
.form-submit { background: var(--navy); color: #fff; }
.form-submit:hover { background: var(--navy-deep); color: #fff; }
.form-submit svg { stroke: #fff; }
.desktop-nav a::after { background: currentColor; opacity: .65; }
.hero-signal { border-color: rgba(255,255,255,.14); }
.company-lines { opacity: .10; background: linear-gradient(115deg, transparent 0 45%, rgba(255,255,255,.18) 45% 45.08%, transparent 45.08% 100%); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--navy); }
.consent input:checked { background: var(--navy); border-color: var(--navy); box-shadow: inset 0 0 0 3px white; }


/* SEO / AI-search content additions */
.clients-copy { margin: -10px 0 24px; max-width: 820px; color: var(--grey); font-size: 13px; line-height: 1.7; }
.faq { background: var(--paper); border-top: 1px solid rgba(12,35,64,.1); }
.faq-layout { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro h2 { margin: 0; max-width: 520px; font-size: clamp(42px,5vw,72px); line-height: 1; letter-spacing: -.045em; font-weight: 400; }
.faq-intro > p:not(.section-index) { margin: 28px 0 0; max-width: 440px; color: var(--grey); font-size: var(--type-body); line-height: 1.75; }
.faq-list { border-top: 1px solid rgba(12,35,64,.18); }
.faq-list details { border-bottom: 1px solid rgba(12,35,64,.18); }
.faq-list summary { position: relative; padding: 26px 52px 26px 0; cursor: pointer; list-style: none; font-size: 18px; line-height: 1.45; font-weight: 500; letter-spacing: -.015em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 24px; font-size: 25px; line-height: 1; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: -4px 54px 26px 0; max-width: 760px; color: var(--grey); font-size: 14px; line-height: 1.75; }
@media (max-width: 900px) {
  .faq-layout { grid-template-columns: 1fr; gap: 44px; }
  .faq-intro { position: static; }
}
@media (max-width: 620px) {
  .clients-copy { margin-top: -4px; margin-bottom: 18px; font-size: 12px; }
  .faq-intro h2 { font-size: 39px; }
  .faq-list summary { padding: 22px 42px 22px 0; font-size: 16px; }
  .faq-list summary::after { top: 21px; right: 2px; }
  .faq-list details p { margin: -2px 36px 22px 0; font-size: 13px; }
}

/* Desktop-only full viewport hero. Balance the full hero body vertically below the fixed header. */
@media (min-width: 901px) {
  .hero { min-height: 100vh; min-height: 100svh; }
  .hero-inner {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 92px;
    padding-bottom: 64px;
    align-content: center;
  }
}

/* Protect shorter laptop/desktop viewports from crowding. */
@media (min-width: 901px) and (max-height: 760px) {
  .hero-inner {
    align-content: start;
    padding-top: 118px;
    padding-bottom: 48px;
  }
}
