:root {
  --forest: #1b3d2e;
  --forest-deep: #152f24;
  --anthracite: #2e2e2e;
  --sage: #8ca986;
  --sandbeige: #c9c29a;
  --sand-soft: #ede8dc;
  --paper: #faf9f6;
  --white: #fff;
  --muted: #60685f;
  --line: #dce0d7;
  --content: 1240px;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 105px; }
body { margin: 0; background: var(--paper); color: var(--anthracite); font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-underline-offset: 5px; }
button, input { font: inherit; }
button { cursor: pointer; }
button, a, input { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--forest); outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--forest); }
h2 { margin-bottom: 0; font-size: clamp(2rem, 3.6vw, 3.25rem); font-weight: 600; line-height: 1.13; letter-spacing: -.048em; text-wrap: balance; }
h3 { line-height: 1.22; font-weight: 600; letter-spacing: -.035em; }
.container { width: min(calc(100% - 112px), var(--content)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 12px 18px; background: white; z-index: 2000; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(250,249,246,.96); border-bottom: 1px solid rgba(27,61,46,.09); backdrop-filter: blur(16px); }
.header-inner { min-height: 94px; display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.brand { display: block; flex-shrink: 0; width: 254px; margin-left: -11px; }
.brand img { width: 100%; }
.nav { display: flex; align-items: center; gap: 34px; }
.nav a { font-size: .875rem; font-weight: 500; text-decoration: none; color: #414a42; padding: 12px 0; transition: color .2s; white-space: nowrap; }
.nav a:hover, .nav a[aria-current="location"] { color: var(--forest); text-decoration: underline; text-decoration-thickness: 1px; }
.nav .nav-cta { background: var(--forest); color: var(--white); border-radius: 4px; padding: 12px 19px; display: inline-flex; gap: 20px; align-items: center; }
.nav .nav-cta:hover { background: var(--forest-deep); text-decoration: none; color: white; }
.nav-cta span { font-size: 1.15rem; }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 4px; min-height: 44px; padding: 8px 12px; background: transparent; color: var(--forest); align-items: center; gap: 12px; font-size: .875rem; }
.menu-lines { position: relative; display: block; width: 18px; height: 12px; border-block: 1.5px solid currentColor; }
.menu-lines::after { content: ""; position: absolute; left: 0; right: 0; top: 4px; border-top: 1.5px solid currentColor; }
.hero { position: relative; isolation: isolate; min-height: 665px; background: var(--sand-soft); overflow: hidden; }
.hero-landscape { position: absolute; inset: 0; z-index: -2; }
.hero-landscape img { height: 100%; width: 100%; object-fit: cover; object-position: center 60%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(249,247,238,.75) 0%, rgba(249,247,238,.44) 38%, rgba(249,247,238,0) 76%); }
.hero-content { display: flex; justify-content: space-between; padding-top: 79px; padding-bottom: 164px; gap: 40px; }
.eyebrow { display: flex; align-items: center; gap: 15px; font-size: .75rem; line-height: 1.7; font-weight: 600; text-transform: uppercase; letter-spacing: .155em; color: #53614f; margin-bottom: 22px; }
.short-line { display: inline-block; flex-shrink: 0; width: 29px; height: 1px; background: currentColor; }
.hero h1 { font-size: clamp(4.2rem, 6.65vw, 6.15rem); line-height: 1.015; letter-spacing: -.064em; font-weight: 650; margin: 0 0 26px; }
.sage-dot { color: #688363; }
.hero-description { color: #354538; font-size: 1.125rem; line-height: 1.6; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 32px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 54px; padding: 14px 24px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-size: .9375rem; font-weight: 500; transition: background .2s, box-shadow .2s; }
.btn span { font-size: 1.2rem; line-height: 1; }
.btn-primary { background: var(--forest); color: var(--white); }
.btn-primary:hover { background: var(--forest-deep); box-shadow: 0 5px 18px #17392c20; }
.text-link { display: inline-flex; align-items: center; gap: 20px; font-size: .875rem; text-decoration: none; font-weight: 500; color: var(--forest); min-height: 44px; }
.text-link:hover { text-decoration: underline; }
.hero-aside { padding-top: 7px; display: flex; flex-direction: column; align-items: flex-start; gap: 17px; font-size: .8125rem; font-weight: 500; line-height: 2.05; letter-spacing: .2em; text-transform: uppercase; color: #354b38; padding-right: 32px; }
.hero-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 19px 0; color: white; background: linear-gradient(0deg, #14291ac4, #14291a08); }
.hero-caption .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .75rem; letter-spacing: .035em; }
.hero-caption a { display: inline-flex; gap: 22px; align-items: center; min-height: 28px; text-decoration: none; }
.hero-caption a:hover { text-decoration: underline; }
.principles { border-bottom: 1px solid var(--line); background: #f2f2ec; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 29px; }
.principles-grid > div { display: flex; align-items: flex-start; gap: 22px; padding-inline: 32px; border-right: 1px solid #d4dbcf; }
.principles-grid > div:first-child { padding-left: 0; }
.principles-grid > div:last-child { border: 0; padding-right: 0; }
.index { font-size: .75rem; color: #60705a; font-variant-numeric: tabular-nums; letter-spacing: .08em; }
.principles .index { padding-top: 4px; }
.principles p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.principles strong { color: var(--forest); font-size: 1.125rem; font-weight: 600; letter-spacing: -.02em; }
.principles p > span { font-size: .8125rem; color: var(--muted); }
.section { padding-block: 106px; }
.section-header { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 100px; margin-bottom: 48px; }
.section-intro { font-size: 1.0625rem; line-height: 1.75; color: var(--muted); margin: 0; max-width: 470px; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { display: flex; flex-direction: column; padding: 29px 28px 31px; border: 1px solid #dce0d7; border-radius: 6px; background: #f0f2eb; }
.service-card:nth-child(2) { background: #f1f0e8; border-color: #dfdfd3; }
.service-card:nth-child(3) { background: #ebece4; border-color: #dadcd0; }
.service-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 36px; }
.service-icon { color: var(--forest); width: 35px; height: 35px; }
.service-number { color: #677562; font-size: .75rem; line-height: 1; }
.service-card .service-category { color: #53684d; font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 9px; }
.service-card h3 { font-size: 1.7rem; margin-bottom: 16px; }
.service-card p { color: #515b50; font-size: 1rem; line-height: 1.7; margin-bottom: 28px; }
.service-list { padding: 23px 0 0; margin: auto 0 0; border-top: 1px solid #1b3d2e24; list-style: none; font-size: .8125rem; line-height: 1.6; color: #3a4d36; }
.service-list li { position: relative; padding-left: 19px; margin-bottom: 7px; }
.service-list li::before { content: ""; width: 6px; height: 3px; position: absolute; left: 0; top: 8px; border-left: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(-45deg); }
.services-note { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 31px; color: #5d6858; font-size: .8125rem; }
.applications-section { padding-top: 10px; }
.applications-layout { display: grid; grid-template-columns: 1fr 1.05fr; gap: 100px; border-top: 1px solid var(--line); padding-top: 64px; }
.applications-layout .section-intro { margin-top: 25px; max-width: 405px; }
.applications-list { margin: 0; }
.applications-list > div { border-bottom: 1px solid var(--line); padding-block: 23px; }
.applications-list > div:first-child { padding-top: 0; }
.applications-list dt { display: flex; gap: 23px; align-items: center; font-size: 1.1875rem; line-height: 1.4; font-weight: 600; letter-spacing: -.025em; color: var(--forest); }
.applications-list dd { margin: 10px 0 0 41px; font-size: .9375rem; color: var(--muted); line-height: 1.65; }
.approach-section { background: var(--forest); color: #ebeee6; }
.approach-section h2, .approach-section h3 { color: #f5f4ea; }
.approach-section .eyebrow { color: #b8c5aa; }
.approach-section .section-intro { color: #cad2c5; }
.approach-section .section-header { margin-bottom: 62px; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; list-style: none; padding: 0; margin: 0; }
.process-step { min-width: 0; display: flex; flex-direction: column; }
.step-track { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; color: #c9c9a6; font-size: .75rem; letter-spacing: .1em; }
.step-track::after { content: ""; height: 1px; background: #f4f3e63b; flex: 1; }
.process-step h3 { font-size: 1.5rem; margin-bottom: 15px; }
.process-step p { color: #c9d2c4; font-size: .9375rem; line-height: 1.75; margin-bottom: 27px; }
.step-result { display: block; margin-top: auto; color: #d1d3b4; font-size: .75rem; }
.origin-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 87px; align-items: center; }
.origin-visual { position: relative; min-height: 450px; align-self: stretch; border-radius: 6px; overflow: hidden; background: var(--sand-soft); }
.origin-landscape { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.origin-label { position: absolute; left: 23px; right: 23px; bottom: 23px; padding: 20px; display: flex; align-items: center; gap: 15px; color: var(--forest); background: #faf9f3ed; backdrop-filter: blur(8px); border-radius: 3px; }
.origin-label svg { width: 25px; height: 25px; flex-shrink: 0; }
.origin-label span { font-size: .75rem; }
.origin-label strong { display: block; font-size: .8125rem; font-weight: 600; margin-top: 3px; }
.origin-copy h2 { font-size: clamp(1.95rem, 2.75vw, 2.7rem); margin-bottom: 27px; }
.origin-copy > p:not(.eyebrow) { font-size: 1rem; color: var(--muted); margin-bottom: 19px; }
.origin-signature { display: flex; gap: 17px; align-items: center; margin-top: 31px; padding-top: 25px; border-top: 1px solid var(--line); }
.origin-signature img { width: 59px; height: 59px; object-fit: contain; }
.origin-signature span { font-size: .875rem; font-weight: 500; color: var(--forest); }
.origin-signature small { display: block; color: var(--muted); font-size: .75rem; font-weight: 400; margin-top: 3px; }
.contact-section { padding-block: 74px; background: var(--sand-soft); border-block: 1px solid #dedacb; }
.contact-inner { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: center; }
.contact-inner h2 { font-size: clamp(2.25rem, 4.1vw, 3.625rem); }
.contact-inner p:not(.eyebrow) { margin: 22px 0 0; color: #55604f; }
.contact-action { justify-self: end; display: flex; flex-direction: column; gap: 15px; align-items: center; }
.contact-action .btn { min-width: 246px; min-height: 62px; }
.contact-subline { font-size: .75rem; color: #56604e; text-align: center; max-width: 250px; }
.site-footer { padding-top: 44px; background: var(--paper); }
.footer-top { display: flex; gap: 50px; align-items: center; padding-bottom: 32px; }
.footer-brand { display: block; width: 247px; margin-left: -11px; }
.footer-top > p { border-left: 1px solid var(--line); padding-left: 34px; margin: 0; font-size: .875rem; color: #5e6959; }
.back-to-top { margin-left: auto; font-size: .8125rem; display: flex; gap: 25px; align-items: center; min-height: 44px; text-decoration: none; color: var(--forest); }
.back-to-top:hover { text-decoration: underline; }
.footer-bottom { border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 22px; font-size: .75rem; color: #66705f; }
.footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.footer-links a, .footer-links button { font-size: .8125rem; padding: 9px 0; border: 0; background: none; text-decoration: none; color: #56634f; }
.footer-links a:hover, .footer-links button:hover { text-decoration: underline; }
.footer-location { letter-spacing: .025em; }
/* Legal pages share the same visual language and work independently. */
.legal-hero { padding: 76px 0 84px; }
.legal-shell { width: min(calc(100% - 64px), 860px); margin: auto; }
.legal-shell h1 { font-size: clamp(2rem, 5vw, 4.2rem); line-height: 1.12; letter-spacing: -.05em; overflow-wrap: anywhere; margin-bottom: 30px; }
.legal-shell h2 { font-size: 1.4rem; letter-spacing: -.02em; margin: 34px 0 13px; }
.legal-shell h3 { font-size: 1.2rem; margin: 26px 0 10px; }
.legal-shell p, .legal-shell li { color: #56614f; overflow-wrap: anywhere; }
.legal-box { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.legal-warning { padding: 18px 22px; margin-bottom: 26px; border: 1px solid #d8cc9b; border-radius: 4px; background: #f5efd9; color: #625228; font-size: .875rem; overflow-wrap: anywhere; }
.legal-note { border-left: 2px solid var(--sage); padding: 13px 20px; margin-top: 26px; font-size: .875rem; }
.legal-list { padding-left: 22px; }
.legal-page .nav { display: flex; }
.legal-page .footer-grid { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding-bottom: 35px; }
.footer-meta { color: var(--muted); font-size: .8125rem; margin-top: 12px; }
/* Equally prominent accept and reject choices. */
.consent-banner { position: fixed; z-index: 200; bottom: 20px; left: 20px; width: min(422px, calc(100% - 40px)); max-height: calc(100svh - 40px); overflow-y: auto; opacity: 0; transform: translateY(8px); transition: opacity .18s, transform .18s; }
.consent-banner.is-visible { opacity: 1; transform: none; }
.consent-card { padding: 23px; background: #fdfdf9; border: 1px solid #d5dccc; border-radius: 6px; box-shadow: 0 10px 45px #172d2130; }
.consent-card .consent-kicker { color: #61765a; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 7px; }
.consent-card h2 { font-size: 1.1875rem; line-height: 1.35; letter-spacing: -.025em; margin: 0 0 10px; }
.consent-card p { font-size: .8125rem; line-height: 1.65; margin: 0; color: #5d6856; }
.consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 19px; }
.consent-actions button, .dialog-actions button { min-height: 44px; border: 1px solid var(--forest); border-radius: 3px; padding: 9px 12px; font-weight: 500; font-size: .8125rem; }
.consent-primary, .consent-reject { background: var(--forest); color: white; }
.consent-primary:hover, .consent-reject:hover { background: var(--forest-deep); }
.consent-secondary { background: transparent; color: var(--forest); }
.consent-secondary:hover { background: #e8ecdf; }
.consent-actions .consent-secondary { grid-column: 1 / -1; border: 0; min-height: 36px; padding: 3px; text-decoration: underline; text-underline-offset: 4px; }
.consent-dialog { width: min(calc(100% - 32px), 610px); max-height: 85svh; overflow-y: auto; border: 1px solid var(--line); border-radius: 7px; padding: 0; color: var(--anthracite); background: var(--paper); }
.consent-dialog::backdrop { background: #0d201ab3; backdrop-filter: blur(5px); }
.dialog-inner { padding: 30px; }
.dialog-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; margin-bottom: 22px; }
.dialog-head .eyebrow { margin-bottom: 8px; }
.dialog-head h2 { font-size: 1.6rem; }
.dialog-close { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: var(--forest); border-radius: 3px; font-size: 1.5rem; flex-shrink: 0; }
.dialog-inner > p { color: var(--muted); font-size: .9375rem; }
.consent-category { display: grid; grid-template-columns: 1fr auto; gap: 25px; padding: 22px 0; border-top: 1px solid var(--line); align-items: center; }
.consent-category h3 { font-size: 1rem; margin: 0 0 7px; }
.consent-category p { margin: 0; font-size: .875rem; color: var(--muted); overflow-wrap: anywhere; }
.switch { position: relative; width: 48px; height: 44px; display: inline-block; cursor: pointer; }
.switch input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; }
.switch span { position: absolute; top: 8px; left: 0; right: 0; height: 28px; border-radius: 30px; background: #b6c0b0; pointer-events: none; }
.switch span::after { content: ""; position: absolute; width: 22px; height: 22px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: transform .15s; }
.switch input:checked + span { background: var(--forest); }
.switch input:checked + span::after { transform: translateX(20px); }
.switch input:focus-visible + span { outline: 2px solid var(--forest); outline-offset: 5px; }
.switch input:disabled + span { opacity: .6; }
.dialog-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; border-top: 1px solid var(--line); padding-top: 22px; }
/* Content remains visible without JavaScript or when animations are disabled. */
html[data-comfort-consent="granted"] { scroll-behavior: smooth; }
.reveal-pending { opacity: 0; transform: translateY(16px); }
.reveal-active { transition: opacity .55s ease, transform .55s ease; }
@media (max-width: 1160px) {
  .container { width: calc(100% - 72px); }
  .nav { gap: 22px; }
  .brand { width: 222px; }
  .nav .nav-cta { padding-inline: 14px; gap: 12px; }
  .section-header, .applications-layout { gap: 60px; }
  .service-card { padding-inline: 23px; }
  .service-card h3 { font-size: 1.45rem; }
  .origin-layout { gap: 55px; }
  .principles-grid > div { padding-inline: 20px; gap: 16px; }
  .footer-location { display: none; }
}
@media (max-width: 960px) {
  .header-inner { min-height: 80px; }
  .site-header:has(.menu-button) .header-inner { flex-wrap: wrap; gap: 0; }
  .nav { gap: 21px; }
  .menu-enhanced .menu-button { display: inline-flex; }
  .site-header:has(.menu-button) .nav { width: 100%; padding-bottom: 18px; justify-content: space-between; }
  .menu-enhanced .site-header:has(.menu-button) .nav { display: none; position: absolute; left: 24px; right: 24px; top: 79px; width: auto; padding: 16px; border: 1px solid var(--line); background: var(--paper); border-radius: 5px; box-shadow: 0 12px 30px #183b2520; }
  .menu-enhanced .site-header:has(.menu-button) .nav[data-open="true"] { display: flex; flex-direction: column; align-items: stretch; gap: 4px; }
  .menu-enhanced .nav a { padding: 13px 15px; }
  .hero { min-height: 640px; }
  .hero h1 { font-size: 5rem; }
  .hero-content { padding-top: 65px; }
  .hero-aside { padding-right: 0; }
  .section { padding-block: 80px; }
  .section-header { gap: 45px; }
  .services-grid { gap: 14px; }
  .service-card { padding: 23px 20px; }
  .service-card h3 { font-size: 1.4rem; }
  .service-list { font-size: .8125rem; }
  .applications-section { padding-top: 0; }
  .applications-layout { gap: 40px; padding-top: 55px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
  .origin-layout { gap: 35px; }
  .origin-label { left: 15px; right: 15px; bottom: 15px; padding: 15px; }
  .origin-label strong { font-size: .75rem; }
  .contact-inner { gap: 35px; }
  .footer-top { gap: 24px; }
  .footer-top > p { padding-left: 24px; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .brand { width: 214px; margin-left: -9px; }
  .hero { min-height: 700px; }
  .hero-content { padding-top: 52px; padding-bottom: 230px; }
  .hero-landscape img { object-position: 63% center; }
  .hero::before { background: linear-gradient(180deg, #faf7edcc 0%, #faf7edb0 38%, #faf7ed00 79%); }
  .hero h1 { font-size: clamp(3.55rem, 10.8vw, 5rem); }
  .hero .eyebrow { font-size: .6875rem; letter-spacing: .12em; gap: 11px; }
  .hero .short-line { width: 22px; }
  .hero-description { font-size: 1rem; line-height: 1.7; }
  .hero-aside { display: none; }
  .hero-actions { gap: 13px 25px; margin-top: 26px; }
  .hero-caption a { display: none; }
  .hero-caption .container { font-size: .6875rem; }
  .principles-grid { grid-template-columns: 1fr; padding-block: 9px; }
  .principles-grid > div, .principles-grid > div:first-child, .principles-grid > div:last-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid #d4dbcf; gap: 20px; }
  .principles-grid > div:last-child { border-bottom: 0; }
  .principles p { flex-direction: row; align-items: baseline; flex-wrap: wrap; gap: 3px 12px; }
  .principles strong { font-size: 1rem; min-width: 116px; }
  .principles p > span { font-size: .75rem; }
  .section { padding-block: 65px; }
  .eyebrow { margin-bottom: 18px; font-size: .6875rem; letter-spacing: .13em; }
  .section-header { grid-template-columns: 1fr; gap: 23px; margin-bottom: 32px; }
  .section-intro { font-size: 1rem; max-width: 540px; }
  .services-grid { grid-template-columns: 1fr; gap: 17px; }
  .service-card { padding: 27px; }
  .service-top { margin-bottom: 22px; }
  .service-card h3 { font-size: 1.75rem; }
  .service-card p { font-size: 1rem; }
  .service-list { font-size: .875rem; }
  .services-note { font-size: .75rem; gap: 10px; text-align: center; }
  .services-note .short-line { width: 18px; }
  .applications-section { padding-top: 0; }
  .applications-layout { grid-template-columns: 1fr; gap: 36px; padding-top: 48px; }
  .applications-list dt { font-size: 1.125rem; }
  .approach-section .section-header { margin-bottom: 39px; }
  .process-grid { gap: 38px 26px; }
  .process-step h3 { font-size: 1.35rem; }
  .process-step p { font-size: .9375rem; }
  .origin-layout { grid-template-columns: 1fr; gap: 38px; }
  .origin-visual { min-height: 360px; }
  .origin-copy h2 { font-size: clamp(1.9rem, 5.5vw, 2.7rem); }
  .origin-label strong { font-size: .8125rem; }
  .contact-section { padding-block: 57px; }
  .contact-inner { grid-template-columns: 1fr; gap: 30px; }
  .contact-action { justify-self: start; align-items: flex-start; }
  .contact-subline { text-align: left; }
  .footer-top { flex-wrap: wrap; gap: 15px 30px; padding-bottom: 22px; }
  .footer-brand { width: 217px; margin-left: -9px; }
  .footer-top > p { display: none; }
  .footer-bottom { flex-wrap: wrap; justify-content: flex-start; gap: 9px 30px; }
  .footer-links { gap: 20px; }
  .legal-page .header-inner { flex-wrap: wrap; gap: 0 20px; padding-block: 10px; }
  .legal-page .nav { flex-wrap: wrap; gap: 24px; position: static; padding: 0; }
  .legal-shell { width: calc(100% - 40px); }
  .legal-box { padding: 23px; }
  .legal-hero { padding: 46px 0 55px; }
  .legal-page .footer-grid { flex-wrap: wrap; }
}
@media (max-width: 420px) {
  .hero { min-height: 660px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 3.5rem); }
  .desktop-break { display: none; }
  .hero-description br { display: none; }
  .hero-content { padding-top: 40px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step p { max-width: 34ch; }
  .step-track { margin-bottom: 18px; }
  .consent-banner { bottom: 10px; left: 10px; width: calc(100% - 20px); }
  .consent-card { padding: 19px; }
  .dialog-inner { padding: 21px; }
  .dialog-head h2 { font-size: 1.4rem; }
  .dialog-actions { flex-direction: column; }
  .origin-visual { min-height: 315px; }
  .back-to-top { gap: 9px; font-size: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal-pending { opacity: 1; transform: none; }
}
@media print {
  .site-header { position: static; }
  .hero { min-height: auto; }
  .hero-content { padding: 30px 0; }
  .hero-landscape, .hero-caption, .nav, .menu-button, .consent-banner, .consent-dialog, .back-to-top, [data-open-consent] { display: none !important; }
  .section { padding-block: 30px; }
  .reveal-pending { opacity: 1; transform: none; }
  .approach-section { background: white; }
  .approach-section h2, .approach-section h3, .approach-section p, .step-result, .step-track { color: #1b3d2e; }
}
