:root {
  --bg: #101210;
  --panel: #191c18;
  --line: #373e33;
  --white: #f1f0e8;
  --muted: #a6afa0;
  --orange: #ff642e;
  --display: 'Barlow Condensed', Impact, 'Arial Narrow', sans-serif;
  --gutter: clamp(24px, 5vw, 96px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--bg); color: var(--white); font-family: Manrope, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange); }
button { font: inherit; }
img { display: block; max-width: 100%; }
figure, p { margin: 0; }
p { font-size: 18px; line-height: 1.7; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 600; }
h2 { font-size: clamp(80px, 7.6vw, 128px); line-height: .94; letter-spacing: -.018em; }
h3 { font-size: clamp(44px, 4vw, 64px); line-height: 1; letter-spacing: -.01em; }
::selection { background: var(--orange); color: var(--bg); }
.muted { color: var(--muted); }
.orange { color: var(--orange); }
.flag { display: inline-block; flex-shrink: 0; width: 27px; height: 18px; background: linear-gradient(#0057b7 0 50%, #ffd700 50% 100%); }
.header { height: 100px; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); background: var(--bg); position: sticky; top: 0; z-index: 20; }
.logo { display: flex; align-items: center; gap: 15px; flex-shrink: 0; }
.logo img { width: 43px; height: auto; }
.logo span { font: 600 36px/1 var(--display); letter-spacing: 2px; }
.desktop-nav { display: flex; gap: 28px; }
.desktop-nav a { font-size: 14px; }
.nav-brief { font-size: 14px; font-weight: 600; border: 1px solid #6b735e; padding: 16px 22px; display: flex; gap: 25px; }
.nav-brief span { color: var(--orange); }
.menu-toggle { display: none; }
.mobile-nav[hidden] { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1fr; }
.hero-copy { padding: 56px 38px 66px var(--gutter); min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 500; }
.hero h1 { font-size: clamp(88px, 8.8vw, 154px); line-height: .85; letter-spacing: -.022em; margin: 40px 0 36px; }
.hero-description { font-size: 17px; line-height: 1.8; max-width: 490px; color: #bac3b2; }
.hero-description strong { display: block; color: var(--white); font-weight: 600; margin-bottom: 8px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 24px; margin-top: 34px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 56px; padding: 18px 24px; font-size: 14px; font-weight: 600; }
.primary { background: var(--orange); color: var(--bg); }
.primary:hover { background: #ff7a4c; color: var(--bg); }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 52px; padding: 13px 0; border-bottom: 1px solid #747c68; font-size: 14px; font-weight: 500; }
.section { padding: 104px var(--gutter); border-bottom: 1px solid var(--line); }
.section-title { font: 600 38px/1.1 var(--display); text-transform: uppercase; color: var(--orange); margin: 0 0 36px; }
.roots { border-top: 1px solid var(--line); }
.roots-grid { display: grid; grid-template-columns: 1.1fr 1fr; grid-template-areas: 'headline proof' 'headline story'; column-gap: clamp(48px, 6vw, 110px); row-gap: 42px; }
.roots h2 { grid-area: headline; font-size: clamp(86px, 7.8vw, 134px); }
.experience { grid-area: proof; display: flex; gap: 24px; align-items: center; }
.experience > strong { display: block; font: 600 clamp(146px, 13vw, 208px)/.82 var(--display); color: var(--orange); letter-spacing: -.05em; }
.experience > div { max-width: 250px; }
.experience-years { display: block; font: 600 44px/1 var(--display); color: var(--orange); margin-bottom: 12px; }
.experience p { font-size: 18px; line-height: 1.5; color: var(--white); }
.roots-story { grid-area: story; max-width: 550px; }
.roots-story p { color: #b4beaa; margin-bottom: 22px; }
.roots-story p:last-child { margin-bottom: 0; }
.roots-story .lead { font-size: 28px; line-height: 1.4; color: var(--white); margin-bottom: 28px; }
.section-heading { margin-bottom: 64px; }
.section-heading > p { max-width: 630px; color: #b4beaa; margin-top: 30px; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.capability-card { min-width: 0; padding: 44px 52px 44px 0; border-bottom: 1px solid var(--line); }
.capability-card:nth-child(even) { padding-left: 52px; padding-right: 0; border-left: 1px solid var(--line); }
.capability-card p { max-width: 440px; margin-top: 24px; color: #b4beaa; }
.photo-diptych { display: grid; grid-template-columns: 1.15fr 1fr; gap: 20px; margin-top: 64px; }
.photo-diptych figure { min-width: 0; overflow: hidden; }
.photo-diptych img { width: 100%; height: 360px; object-fit: cover; filter: grayscale(.65) brightness(.88); }
.photo-diptych figure:nth-child(2) img { object-position: center; filter: grayscale(.5) brightness(.95); }
.engagement { background: #151911; }
.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.engagement-grid article { min-width: 0; padding-top: 32px; border-top: 1px solid #606a55; }
.engagement-grid h3 { font-size: clamp(42px, 4vw, 64px); }
.engagement-grid p { margin-top: 26px; color: #b4beaa; }
.process-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; }
.process-heading h2 { font-size: clamp(70px, 6.6vw, 112px); }
.process-heading p { max-width: 370px; color: #b4beaa; margin-top: 30px; }
.process-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 36px; }
.process-list li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; }
.step-number { font: 500 32px/1 var(--display); color: var(--orange); margin-top: 3px; }
.process-list h3 { font-size: 40px; }
.process-list p { color: #b4beaa; font-size: 17px; margin-top: 12px; }
.people-section { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.people-photo { position: relative; min-width: 0; overflow: hidden; }
.people-photo img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 46% center; filter: grayscale(.5) brightness(.87); }
.people-copy { padding: 84px var(--gutter) 88px 56px; background: #1a1f16; min-width: 0; }
.people-copy h2 { font-size: clamp(80px, 7vw, 116px); margin-bottom: 36px; }
.people-copy > p:not(.section-title) { max-width: 480px; color: #b4beaa; margin-top: 22px; }
.people-copy > .lead { font-size: 25px; line-height: 1.5; color: var(--white) !important; }
.final-section { position: relative; overflow: hidden; padding: 112px var(--gutter); }
.final-network { position: absolute; inset: 0; opacity: .13; pointer-events: none; }
.final-network svg { width: 100%; height: 100%; }
.final-content { position: relative; max-width: 1160px; margin: auto; text-align: center; }
.final-content h2 { font-size: clamp(84px, 8vw, 140px); line-height: .96; }
.contact-concepts { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 720px; margin: 54px auto 0; text-align: left; }
.contact-concepts > div { padding: 26px; border: 1px solid #626d54; background: #101210ee; }
.contact-concepts p { font-size: 20px; display: flex; justify-content: space-between; gap: 20px; }
.contact-concepts p > span { color: var(--orange); }
footer { padding: 46px var(--gutter) 36px; border-top: 1px solid var(--line); background: #0c0f0b; }
.footer-main { display: flex; align-items: center; gap: 42px; }
.footer-main > p { color: #b4beaa; font-size: 16px; line-height: 1.6; }
.footer-origin { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.footer-bottom { display: flex; gap: 24px; justify-content: space-between; margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.footer-bottom p, .footer-links { font-size: 14px; line-height: 1.6; color: #a6afa0; }
.footer-links { display: flex; gap: 28px; }
.footer-links a { text-decoration: underline; text-underline-offset: 5px; }
.skip-link { position: absolute; top: -80px; left: 20px; padding: 15px; background: var(--orange); color: var(--bg); z-index: 40; }
.skip-link:focus { top: 8px; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--orange); outline-offset: 5px; }

@media (max-width: 1200px) and (min-width: 761px) {
  .header { gap: 22px; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a, .nav-brief { font-size: 14px; }
  .nav-brief { gap: 16px; padding: 14px 16px; }
  .logo img { width: 35px; }
  .logo span { font-size: 32px; }
  .hero-copy { padding-right: 28px; }
  .hero h1 { font-size: 8.5vw; }
  .hero-description { font-size: 16px; }
  h2 { font-size: 7.7vw; }
  .roots h2 { font-size: 7.8vw; }
  .roots-grid { column-gap: 40px; }
  .experience { gap: 16px; }
  .experience > strong { font-size: 14vw; }
  .experience-years { font-size: 36px; }
  .experience p { font-size: 16px; }
  .roots-story .lead { font-size: 24px; }
  .engagement-grid { gap: 26px; }
  .engagement-grid h3 { font-size: 4.2vw; }
  .process-grid { gap: 42px; }
  .process-heading h2 { font-size: 6.6vw; }
  .process-list li { grid-template-columns: 30px 1fr; gap: 16px; }
  .process-list h3 { font-size: 32px; }
  .people-copy { padding: 64px 36px; }
  .people-copy h2 { font-size: 7.2vw; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 1000px) and (min-width: 761px) {
  .nav-brief { display: none; }
  .header { height: 88px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .section-heading > p { max-width: 590px; }
  .section-heading h2 { font-size: 9.4vw; }
  .capability-card { padding-right: 30px; }
  .capability-card:nth-child(even) { padding-left: 30px; }
  .capability-card h3 { font-size: 44px; }
  .roots-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 50px; }
  .process-heading h2 { font-size: 9.4vw; }
  .process-list { grid-template-columns: 1fr 1fr; gap: 38px; }
  .people-copy .section-title { font-size: 34px; }
  .people-copy { padding-left: 28px; padding-right: 28px; }
  .photo-diptych img { height: 290px; }
}
@media (max-width: 760px) {
  :root { --gutter: 24px; }
  html { scroll-padding-top: 100px; }
  p { font-size: 16px; line-height: 1.75; }
  .header { height: 80px; gap: 20px; }
  .logo { gap: 12px; }
  .logo img { width: 35px; }
  .logo span { font-size: 32px; }
  .desktop-nav, .nav-brief { display: none; }
  .menu-toggle { display: flex; flex-direction: column; gap: 7px; justify-content: center; align-items: flex-end; height: 46px; width: 46px; padding: 10px; border: 1px solid #58634e; background: transparent; cursor: pointer; }
  .menu-toggle span { height: 1px; width: 23px; background: var(--white); }
  .menu-toggle span:last-child { width: 16px; }
  .mobile-nav { position: fixed; top: 80px; left: 0; right: 0; z-index: 19; padding: 18px var(--gutter) 28px; background: var(--bg); border-bottom: 1px solid var(--line); }
  .mobile-nav a { display: block; padding: 16px 0; font: 500 34px/1.1 var(--display); text-transform: uppercase; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 32px var(--gutter) 46px; }
  .eyebrow { font-size: 15px; }
  .hero h1 { font-size: clamp(74px, 21.4vw, 144px); margin: 34px 0; line-height: .85; }
  .hero-description { font-size: 16px; max-width: 540px; line-height: 1.75; }
  .hero-description strong { margin-bottom: 12px; }
  .hero-actions { gap: 14px 20px; margin-top: 30px; }
  .button { font-size: 14px; gap: 16px; padding: 16px 18px; min-height: 54px; }
  .text-link { font-size: 14px; gap: 12px; }
  .section { padding: 64px var(--gutter); }
  .section-title { font-size: 32px; margin-bottom: 30px; }
  h2 { font-size: clamp(56px, 16.5vw, 108px); line-height: .95; }
  .roots-grid { display: flex; flex-direction: column; gap: 38px; }
  .roots h2 { font-size: clamp(62px, 17.5vw, 115px); }
  .experience { width: 100%; gap: 24px; padding: 4px 0; }
  .experience > strong { font-size: clamp(134px, 37vw, 190px); }
  .experience > div { max-width: 225px; }
  .experience-years { font-size: 34px; margin-bottom: 10px; }
  .experience p { font-size: 16px; line-height: 1.55; }
  .roots-story { max-width: 580px; }
  .roots-story .lead { font-size: 23px; line-height: 1.4; margin-bottom: 24px; }
  .roots-story p { margin-bottom: 20px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading > p { max-width: 550px; margin-top: 28px; padding: 0; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card, .capability-card:nth-child(even) { border-left: 0; padding: 34px 0; }
  .capability-card h3 { font-size: clamp(43px, 12.3vw, 66px); }
  .capability-card p { margin-top: 20px; max-width: 540px; }
  .photo-diptych { grid-template-columns: 1fr; gap: 18px; margin-top: 40px; }
  .photo-diptych img { height: clamp(255px, 71vw, 450px); }
  .engagement-grid { grid-template-columns: 1fr; gap: 34px; }
  .engagement-grid article { padding-top: 30px; }
  .engagement-grid h3 { font-size: clamp(45px, 13vw, 72px); }
  .engagement-grid p { max-width: 540px; margin-top: 20px; }
  .process-grid { grid-template-columns: 1fr; gap: 44px; }
  .process-heading h2 { font-size: clamp(56px, 16.5vw, 108px); }
  .process-heading p { max-width: 500px; margin-top: 28px; }
  .process-list { gap: 32px; }
  .process-list li { grid-template-columns: 30px 1fr; gap: 18px; }
  .step-number { font-size: 28px; }
  .process-list h3 { font-size: clamp(32px, 9.2vw, 48px); }
  .process-list p { font-size: 16px; margin-top: 12px; }
  .people-section { grid-template-columns: 1fr; }
  .people-copy { order: -1; padding: 64px var(--gutter); }
  .people-copy .section-title { margin-top: 0; }
  .people-copy h2 { font-size: clamp(62px, 17.5vw, 115px); margin-bottom: 30px; }
  .people-copy > p:not(.section-title) { max-width: 540px; margin-top: 22px; }
  .people-copy > .lead { font-size: 23px; }
  .people-photo { height: clamp(360px, 100vw, 540px); }
  .people-photo img { object-position: 48% center; }
  .final-section { padding: 72px var(--gutter); }
  .final-content { text-align: left; }
  .final-content h2 { font-size: clamp(52px, 15.4vw, 104px); line-height: .98; }
  .contact-concepts { grid-template-columns: 1fr; gap: 16px; margin-top: 38px; }
  .contact-concepts > div { padding: 23px; }
  .contact-concepts p { font-size: 19px; }
  footer { padding: 40px var(--gutter) 30px; }
  .footer-main { flex-wrap: wrap; gap: 28px; }
  .footer-main > p { font-size: 15px; }
  .footer-origin { width: 100%; margin: 0; }
  .footer-bottom { display: block; margin-top: 30px; padding-top: 25px; }
  .footer-bottom p { font-size: 14px; max-width: 410px; }
  .footer-links { flex-wrap: wrap; gap: 18px 24px; margin-top: 22px; font-size: 14px; }
}
@media (max-width: 370px) {
  :root { --gutter: 22px; }
  .hero-actions { gap: 16px; }
  .hero .text-link { min-height: 44px; }
  .experience { gap: 18px; }
  .experience > strong { font-size: 128px; }
  .experience p { font-size: 16px; }
  .process-list li { gap: 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
