:root {
  --paper: #f2f1ec;
  --paper-deep: #dedfd8;
  --ink: #101310;
  --ink-soft: #555b55;
  --forest: #1f654d;
  --forest-dark: #164838;
  --line: rgba(16, 19, 16, 0.22);
  --line-light: rgba(242, 241, 236, 0.22);
  --gutter: clamp(1.4rem, 4vw, 5.5rem);
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; overflow-wrap: anywhere; }
button, input, textarea { font: inherit; }
::selection { background: var(--forest); color: #fff; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: 1rem;
  padding: 0.8rem 1rem;
  background: var(--ink);
  color: #fff;
  transform: translateY(-200%);
}
.skip-link:focus { transform: none; }

.masthead {
  position: sticky;
  z-index: 50;
  top: 0;
  width: 100%;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(16px);
}
.masthead-inner {
  min-height: 74px;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.wordmark {
  width: max-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-family: var(--display);
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 1;
  text-decoration: none;
}
.masthead-inner > .wordmark { align-self: center; }
.wordmark span { font-family: var(--body); font-weight: 400; }
.wordmark b { color: var(--forest); }
.nav { display: flex; gap: clamp(1.3rem, 3.5vw, 4.2rem); }
.nav a, .nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav a { position: relative; }
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--forest);
  transition: right 180ms ease;
}
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.nav-cta { justify-self: end; gap: 0.7rem; }
.nav-cta span { color: var(--forest); font-size: 1rem; }
.menu-toggle, .mobile-nav { display: none; }

.hero {
  width: 100%;
  min-height: min(860px, calc(100svh - 74px));
  padding: 0 var(--gutter);
  display: flex;
  flex-direction: column;
}
.hero-meta {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero-layout {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(330px, 0.62fr);
  gap: clamp(2.5rem, 7vw, 9rem);
}
.hero-copy {
  padding: clamp(4rem, 9vh, 7.5rem) 0 clamp(4rem, 8vh, 6.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.eyebrow {
  margin: 0 0 clamp(1.5rem, 3vw, 2.8rem);
  color: var(--forest);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 1250px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 7.1vw, 9rem);
  font-weight: 900;
  letter-spacing: -0.078em;
  line-height: 0.88;
}
.hero h1 span {
  color: var(--forest);
  display: block;
}
.hero-lede {
  max-width: 720px;
  margin: clamp(2rem, 4vw, 3.8rem) 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.4vw, 1.4rem);
  line-height: 1.48;
}
.button {
  min-height: 54px;
  margin-top: 2rem;
  padding: 0 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: var(--ink);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}
.button:hover, .button:focus-visible { background: var(--forest); transform: translateY(-2px); }
.hero-panel {
  min-height: 100%;
  padding: clamp(2rem, 4vw, 4.2rem) 0 clamp(2.5rem, 5vw, 5rem) clamp(1.5rem, 3vw, 3.5rem);
  border-left: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.panel-head { display: flex; justify-content: space-between; gap: 1rem; }
.panel-head span, .panel-head strong {
  font-size: 0.63rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.panel-head span { color: var(--ink-soft); }
.panel-head strong { color: var(--forest); }
.hero-panel ol { margin: clamp(2rem, 5vh, 4rem) 0; padding: 0; list-style: none; }
.hero-panel li {
  padding: 1.25rem 0;
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  border-top: 1px solid var(--line);
}
.hero-panel li:last-child { border-bottom: 1px solid var(--line); }
.hero-panel li > span { color: var(--forest); font-size: 0.64rem; font-weight: 800; }
.hero-panel li strong { font-size: clamp(1.1rem, 1.55vw, 1.55rem); letter-spacing: -0.04em; }
.hero-panel li small { grid-column: 2; margin-top: 0.2rem; color: var(--ink-soft); font-size: 0.73rem; }
.hero-panel > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-transform: uppercase;
}

.proofbar {
  min-height: 62px;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--forest);
  color: #fff;
}
.proofbar span { font-size: 0.67rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.proof-dot { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: currentColor; opacity: 0.55; }

.section { width: 100%; padding: clamp(5.5rem, 8vw, 9rem) var(--gutter); }
.section-dark { background: var(--ink); color: var(--paper); }
.section-marker, .contact-marker {
  padding-bottom: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.section-dark .section-marker { border-color: var(--line-light); }
.section-marker span, .contact-marker span {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section-marker span:first-child { color: var(--forest); }
.section-dark .section-marker span:first-child { color: #84ad9b; }
.section-marker span:last-child { color: var(--ink-soft); }
.section-dark .section-marker span:last-child { color: rgba(242, 241, 236, 0.55); }

.company-grid {
  padding: clamp(3.8rem, 7vw, 7rem) 0 clamp(4rem, 7vw, 6.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(380px, 0.55fr);
  gap: clamp(3rem, 9vw, 11rem);
  align-items: end;
}
.company h2, .expertise h2, .portfolio h2, .model h2, .contact h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 6.25vw, 7.8rem);
  font-weight: 900;
  letter-spacing: -0.073em;
  line-height: 0.91;
}
.company-copy { max-width: 670px; }
.company-copy p { margin: 0; font-size: clamp(1rem, 1.25vw, 1.23rem); line-height: 1.58; }
.company-copy p + p { margin-top: 1.5rem; color: var(--ink-soft); }
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
}
.principles article {
  min-height: 260px;
  padding: 1.5rem clamp(1.2rem, 2.5vw, 2.7rem) 2rem 0;
  border-right: 1px solid var(--line);
}
.principles article + article { padding-left: clamp(1.2rem, 2.5vw, 2.7rem); }
.principles article:last-child { border-right: 0; }
.principles span, .row-number { color: var(--forest); font-size: 0.65rem; font-weight: 800; }
.principles h3 { margin: 3.3rem 0 0.7rem; font-size: clamp(1.3rem, 1.8vw, 1.8rem); letter-spacing: -0.04em; }
.principles p { max-width: 370px; margin: 0; color: var(--ink-soft); }

.expertise-intro {
  padding: clamp(4rem, 7vw, 7rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.45fr);
  gap: clamp(3rem, 9vw, 12rem);
  align-items: end;
}
.expertise-intro p { max-width: 550px; margin: 0; color: rgba(242, 241, 236, 0.62); font-size: clamp(1rem, 1.25vw, 1.22rem); }
.expertise-list { border-top: 1px solid var(--line-light); }
.expertise-list article {
  min-height: 140px;
  padding: 1.7rem 0;
  display: grid;
  grid-template-columns: 6vw minmax(260px, 0.8fr) minmax(300px, 0.95fr) auto;
  gap: clamp(1.5rem, 3vw, 4rem);
  align-items: center;
  border-bottom: 1px solid var(--line-light);
}
.expertise-list .row-number { color: #84ad9b; }
.expertise-list h3 { margin: 0; font-size: clamp(1.45rem, 2.2vw, 2.35rem); letter-spacing: -0.045em; }
.expertise-list p { max-width: 620px; margin: 0; color: rgba(242, 241, 236, 0.62); }
.row-tag { color: rgba(242, 241, 236, 0.48); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; text-align: right; }

.portfolio-intro {
  padding: clamp(4rem, 7vw, 6.5rem) 0 clamp(3.5rem, 6vw, 5.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.48fr);
  gap: clamp(3rem, 9vw, 12rem);
  align-items: end;
}
.portfolio-intro p { max-width: 550px; margin: 0; color: var(--ink-soft); font-size: clamp(1rem, 1.25vw, 1.22rem); }
.reference-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.reference-card {
  min-height: clamp(380px, 38vw, 540px);
  padding: clamp(1.4rem, 2.4vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  transition: background 200ms ease, color 200ms ease;
}
.reference-card:last-child { border-right: 0; }
.reference-featured { background: var(--forest); color: #fff; }
.reference-card:hover, .reference-card:focus-visible { background: var(--ink); color: var(--paper); }
.reference-top { display: flex; align-items: center; justify-content: space-between; }
.reference-top span, .reference-meta { font-size: 0.63rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.reference-top b { font-size: 1.2rem; font-weight: 400; transition: transform 180ms ease; }
.reference-card:hover .reference-top b { transform: translate(3px, -3px); }
.reference-body h3 { margin: 0 0 1.5rem; font-size: clamp(2rem, 3.25vw, 4rem); letter-spacing: -0.06em; line-height: 0.98; }
.reference-body p { max-width: 440px; margin: 0; color: var(--ink-soft); }
.reference-featured .reference-body p { color: rgba(255, 255, 255, 0.8); }
.reference-card:hover .reference-body p { color: rgba(242, 241, 236, 0.7); }

.model { background: var(--paper-deep); }
.model-grid {
  padding-top: clamp(4rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.9fr);
  gap: clamp(4rem, 10vw, 13rem);
  align-items: start;
}
.model ol { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.model li { padding: 1.55rem 0; display: grid; grid-template-columns: 3.2rem 1fr; border-bottom: 1px solid var(--line); }
.model li > span { color: var(--forest); font-size: 0.65rem; font-weight: 800; }
.model h3 { margin: 0 0 0.35rem; font-size: clamp(1.3rem, 1.7vw, 1.7rem); letter-spacing: -0.035em; }
.model li p { margin: 0; color: var(--ink-soft); }

.contact {
  width: 100%;
  padding: clamp(4rem, 7vw, 7rem) var(--gutter) clamp(4.5rem, 8vw, 8rem);
  background: var(--forest-dark);
  color: #fff;
}
.contact-marker { border-color: rgba(255, 255, 255, 0.3); }
.contact-marker span { color: rgba(255, 255, 255, 0.7); }
.contact-grid {
  padding-top: clamp(4rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.48fr);
  gap: clamp(3rem, 9vw, 12rem);
  align-items: start;
}
.contact h2 { max-width: 1300px; font-size: clamp(3.1rem, 6.4vw, 8rem); }
.contact-form { position: relative; display: grid; gap: 1.25rem; }
.contact-form > p:first-child { max-width: 460px; margin: 0 0 0.5rem; color: rgba(255, 255, 255, 0.67); font-size: 1.05rem; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-field { display: grid; gap: 0.45rem; }
.contact-field > span { color: rgba(255, 255, 255, 0.72); font-size: 0.64rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.contact-field small { color: rgba(255, 255, 255, 0.72); font: inherit; }
.contact-field input, .contact-field textarea {
  width: 100%;
  padding: 0.75rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  line-height: 1.5;
}
.contact-field input:focus, .contact-field textarea:focus { border-color: #fff; }
.contact-field textarea { min-height: 7rem; resize: vertical; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.turnstile-slot { width: 100%; min-height: 1px; }
.contact-submit {
  min-height: 52px;
  padding: 0 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid #fff;
  background: #fff;
  color: var(--forest-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-submit:hover:not(:disabled), .contact-submit:focus-visible { background: transparent; color: #fff; }
.contact-submit:disabled { cursor: wait; opacity: 0.65; }
.contact-status { min-height: 1.3rem; margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 0.76rem; }
.contact-status.is-success { color: #b7efce; }
.contact-status.is-error { color: #ffd0ca; }
.contact-privacy { margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 0.68rem; line-height: 1.55; }
.contact-privacy a { color: inherit; text-underline-offset: 0.2em; }

footer {
  width: 100%;
  min-height: 190px;
  padding: 2.5rem var(--gutter);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  background: var(--ink);
  color: var(--paper);
}
.wordmark-footer { font-size: 1.8rem; }
footer p { margin: 0.75rem 0 0; color: rgba(242, 241, 236, 0.52); font-size: 0.74rem; }
.footer-links { display: flex; align-items: center; gap: clamp(1.2rem, 2.5vw, 3rem); }
.footer-links span, .footer-links a { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; }
.footer-links a { min-width: 44px; min-height: 44px; padding-inline: 0.35rem; display: inline-flex; align-items: center; justify-content: center; }
.analytics-settings {
  min-height: 44px;
  padding: 0 0.35rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.consent-banner {
  position: fixed;
  z-index: 90;
  right: var(--gutter);
  bottom: 1.5rem;
  left: var(--gutter);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid rgba(242, 241, 236, 0.34);
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 18px 60px rgba(16, 19, 16, 0.28);
}
.consent-banner[hidden] { display: none; }
.consent-banner strong { display: block; font-size: 0.92rem; }
.consent-banner p { margin: 0.25rem 0 0; color: rgba(242, 241, 236, 0.68); font-size: 0.82rem; }
.consent-banner a { color: #fff; }
.consent-actions { display: flex; align-items: center; gap: 0.75rem; flex: 0 0 auto; }
.consent-actions button {
  min-height: 44px;
  padding: 0 1rem;
  border: 1px solid rgba(242, 241, 236, 0.44);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.consent-actions .consent-accept { border-color: var(--forest); background: var(--forest); color: #fff; }

.legal-page { min-height: 100vh; }
.legal-page .masthead-inner { grid-template-columns: 1fr auto; }
.legal-main { width: 100%; padding: clamp(4rem, 8vw, 8rem) var(--gutter); }
.legal-hero { padding-bottom: clamp(3rem, 6vw, 6rem); border-bottom: 1px solid var(--ink); }
.legal-hero .eyebrow { margin-bottom: 1.4rem; }
.legal-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(3.7rem, 8vw, 8.5rem); letter-spacing: -0.075em; line-height: 0.9; }
.legal-hero p { max-width: 620px; margin: 2rem 0 0; color: var(--ink-soft); }
.legal-content { max-width: 940px; margin-left: auto; padding-top: clamp(3rem, 6vw, 6rem); }
.legal-content section { padding: 2rem 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 1rem; font-size: clamp(1.35rem, 2vw, 2rem); letter-spacing: -0.035em; }
.legal-content p { margin: 0; color: var(--ink-soft); }
.legal-content p + p { margin-top: 0.8rem; }
.legal-content a { color: var(--forest); }

.error-main {
  min-height: calc(100svh - 264px);
  padding: clamp(5rem, 12vw, 11rem) var(--gutter);
  display: flex;
  align-items: center;
}
.error-content { max-width: 980px; }
.error-code { margin-bottom: 1.4rem; }
.error-main h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 10vw, 10rem);
  letter-spacing: -0.075em;
  line-height: 0.9;
}
.error-main p { max-width: 620px; margin: 2rem 0 0; color: var(--ink-soft); font-size: clamp(1rem, 1.4vw, 1.25rem); }

:focus-visible { outline: 3px solid var(--forest); outline-offset: 4px; }
.section-dark :focus-visible, .contact :focus-visible, footer :focus-visible { outline-color: #fff; }

@media (max-width: 1050px) {
  .nav { display: none; }
  .masthead-inner { grid-template-columns: 1fr auto; }
  .nav-cta { display: none; }
  .legal-page .nav-cta { display: inline-flex; }
  .menu-toggle {
    min-width: 72px;
    min-height: 44px;
    padding: 0;
    display: grid;
    grid-template-columns: auto 24px;
    grid-template-rows: 2px 2px;
    align-content: center;
    align-items: center;
    justify-items: end;
    gap: 7px 0.9rem;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
  }
  .menu-label { grid-row: 1 / 3; align-self: center; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; line-height: 1; text-transform: uppercase; }
  .menu-line { width: 24px; height: 2px; border-radius: 1px; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] .menu-line:nth-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-line:nth-child(3) { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-nav {
    padding: 0 var(--gutter);
    display: grid;
    grid-template-rows: repeat(4, 0fr);
    border-top: 0 solid var(--line);
    overflow: hidden;
    transition: grid-template-rows 200ms ease, border-width 200ms ease;
  }
  .mobile-nav a {
    min-height: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 0 solid var(--line);
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
  }
  .menu-open .mobile-nav { grid-template-rows: repeat(4, 1fr); border-top-width: 1px; }
  .menu-open .mobile-nav a { min-height: 58px; border-bottom-width: 1px; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { min-height: 650px; }
  .hero-panel { min-height: 430px; padding-left: 0; border-top: 1px solid var(--ink); border-left: 0; }
  .company-grid, .expertise-intro, .portfolio-intro, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .expertise-list article { grid-template-columns: 3rem minmax(220px, 0.75fr) 1fr; }
  .row-tag { grid-column: 2 / -1; text-align: left; }
  .model-grid { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 760px) {
  :root { --gutter: 1.25rem; }
  .masthead-inner { min-height: 66px; }
  .hero-meta { min-height: 54px; }
  .hero-meta span:last-child { display: none; }
  .hero-copy { min-height: 580px; padding: 4.2rem 0 3.5rem; }
  .hero h1 { font-size: clamp(3.25rem, 16.5vw, 5.3rem); line-height: 0.9; }
  .hero-lede { font-size: 1rem; }
  .hero-panel { min-height: 390px; padding: 2rem 0 2.5rem; }
  .proofbar { min-height: 56px; justify-content: flex-start; gap: 1rem; overflow: hidden; white-space: nowrap; }
  .proofbar > span:nth-child(n + 5) { display: none; }
  .section { padding-top: 4.8rem; padding-bottom: 4.8rem; }
  .section-marker span:last-child, .contact-marker span:last-child { display: none; }
  .company h2, .expertise h2, .portfolio h2, .model h2, .contact h2 { font-size: clamp(2.75rem, 13.5vw, 4.5rem); }
  .company-grid { padding: 3.5rem 0; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article + article { min-height: auto; padding: 1.5rem 0 2.2rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles h3 { margin-top: 1.8rem; }
  .expertise-intro, .portfolio-intro { padding: 3.5rem 0; }
  .expertise-list article { padding: 1.8rem 0; grid-template-columns: 2.5rem 1fr; gap: 1rem; }
  .expertise-list p, .row-tag { grid-column: 2; }
  .reference-grid { grid-template-columns: 1fr; }
  .reference-card { min-height: 320px; border-right: 0; border-bottom: 1px solid var(--line); }
  .reference-card:last-child { border-bottom: 0; }
  .reference-body h3 { font-size: clamp(2.3rem, 11vw, 3.4rem); }
  .model-grid { padding-top: 3.5rem; }
  .contact { padding-top: 3.8rem; padding-bottom: 4.5rem; }
  .contact-grid { padding-top: 3.5rem; }
  .contact-form-grid { grid-template-columns: 1fr; }
  footer { min-height: 240px; align-items: flex-start; flex-direction: column; }
  .footer-links { width: 100%; justify-content: space-between; flex-wrap: wrap; }
  .consent-banner { right: 1rem; bottom: 1rem; left: 1rem; align-items: stretch; flex-direction: column; gap: 1rem; }
  .consent-actions { align-items: stretch; flex-direction: column-reverse; }
  .legal-main { padding-top: 3.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
