
:root {
  --background: #f8f7f3;
  --foreground: #10212b;
  --primary: #063d60;
  --primary-foreground: #ffffff;
  --secondary: #eeeae2;
  --secondary-foreground: #10212b;
  --muted: #eeeae2;
  --muted-foreground: #52616a;
  --accent: #0b668f;
  --accent-foreground: #ffffff;
  --border: #ced2cf;
  --input: #ced2cf;
  --ring: #0b668f;
  --card: #ffffff;
  --card-foreground: #10212b;
  --popover: #ffffff;
  --popover-foreground: #10212b;
  --destructive: #9b2f2f;
  --radius: 0.2rem;
  --shell: 90rem;
  --gutter: clamp(1.25rem, 4vw, 3.5rem);
}

.dark {
  --background: #0b1921;
  --foreground: #f8f7f3;
  --primary: #b7d1dc;
  --primary-foreground: #0b1921;
  --secondary: #10212b;
  --secondary-foreground: #f8f7f3;
  --muted: #162933;
  --muted-foreground: #b1bec4;
  --accent: #8ab8cc;
  --accent-foreground: #0b1921;
  --border: #31414a;
  --input: #31414a;
  --ring: #8ab8cc;
  --card: #10212b;
  --card-foreground: #f8f7f3;
  --popover: #10212b;
  --popover-foreground: #f8f7f3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-body), Arial, sans-serif; line-height: 1.62; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
h1, h2, h3 { margin: 0; font-family: var(--font-display), Arial, sans-serif; font-weight: 500; letter-spacing: -0.045em; line-height: 1.04; overflow-wrap: anywhere; hyphens: auto; }
h1 { font-size: clamp(3rem, 5.5vw, 6rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: clamp(1.4rem, 2vw, 2rem); }
p { max-width: 68ch; }
:focus-visible { outline: 2px solid var(--ring); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: #fff; color: var(--primary); }
.skip-link:focus { top: 1rem; }
.review-bar { min-height: 1.9rem; padding: .4rem var(--gutter); background: #10212b; color: #dce4e7; text-align: center; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.shell { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--gutter); }
.shell-pad { padding-inline: var(--gutter); }
.section { padding-block: clamp(5rem, 11vw, 10rem); }
.eyebrow { margin: 0 0 1.5rem; color: var(--primary); font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 50; height: 5rem; padding-inline: var(--gutter); display: grid; grid-template-columns: 13.75rem 1fr auto; align-items: center; background: rgb(248 247 243 / 96%); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
.site-header nav { display: flex; justify-content: center; gap: clamp(1.2rem, 2.5vw, 2.6rem); }
.site-header nav a { padding: .6rem 0; border-bottom: 1px solid transparent; font-size: .82rem; }
.site-header nav a:hover { border-color: currentColor; }
.brand, .brand-crop { display: block; width: 11.6rem; height: 3.4rem; }
.brand-crop { position: relative; overflow: hidden; }
.brand-crop img { position: absolute; left: 0; top: 50%; width: 11.6rem; height: 11.6rem; max-width: none; transform: translateY(-50%); }
.header-actions { display: flex; align-items: center; gap: 1.1rem; }
.locale { font-size: .75rem; font-style: normal; }
.locale i { color: #879199; font-style: normal; }
.button { display: inline-flex; min-height: 3.25rem; padding: 0 1.75rem; align-items: center; justify-content: center; border: 1px solid var(--primary); border-radius: 2px; background: var(--primary); color: var(--primary-foreground); font-weight: 600; transition: background .2s, transform .2s; }
.button:hover { background: #10212b; border-color: #10212b; transform: translateY(-1px); }
.button--small { min-height: 2.75rem; padding-inline: 1.25rem; font-size: .82rem; }
.text-link { display: inline-block; padding: .3rem 0; border-bottom: 1px solid currentColor; font-weight: 600; }
.text-link span { margin-left: .75rem; }
.mobile-nav { position: relative; display: none; }
.mobile-nav summary { width: 2.75rem; height: 2.75rem; padding: .62rem; cursor: pointer; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { display: block; width: 1.5rem; height: 1px; margin: .32rem auto; background: currentColor; transition: transform .2s, opacity .2s; }
.mobile-nav[open] summary span:first-child { transform: translateY(.39rem) rotate(45deg); }
.mobile-nav[open] summary span:nth-child(2) { opacity: 0; }
.mobile-nav[open] summary span:last-child { transform: translateY(-.39rem) rotate(-45deg); }
.mobile-nav nav { position: absolute; top: calc(100% + 1.12rem); right: 0; width: min(18rem, calc(100vw - 2rem)); padding: 1rem 1.25rem; display: grid; background: var(--background); border: 1px solid var(--border); box-shadow: 0 1.25rem 3rem rgb(16 33 43 / 14%); }
.mobile-nav nav a { padding: .75rem 0; border-bottom: 1px solid var(--border); font-size: .9rem; }
.mobile-nav nav a:last-child { border-bottom: 0; }
.hero { min-height: calc(100svh - 6.9rem); display: grid; grid-template-columns: minmax(27rem, 5fr) 7fr; border-bottom: 1px solid var(--border); }
.hero-copy { padding-top: clamp(4.5rem, 10vh, 8rem); padding-bottom: 5.5rem; display: flex; flex-direction: column; justify-content: center; }
.hero-lead { max-width: 34rem; margin: 2.25rem 0; color: var(--muted-foreground); font-size: clamp(1rem, 1.4vw, 1.25rem); }
.actions { display: flex; align-items: center; gap: 1.9rem; flex-wrap: wrap; }
.hero-media { position: relative; min-height: 42rem; margin: 0; overflow: hidden; background: #10212b; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgb(4 14 20 / 72%)); }
.hero-media > img { height: 100%; object-fit: cover; }
.hero-media figcaption { position: absolute; left: clamp(1.5rem, 4vw, 3.75rem); bottom: clamp(1.5rem, 5vw, 4rem); z-index: 2; display: grid; color: #fff; }
.hero-media small { font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; }
.hero-media strong { font: 500 clamp(1.7rem, 3vw, 3rem) var(--font-display), Arial, sans-serif; }
.hero-media span { opacity: .8; }
.intro-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(3rem, 8vw, 7.5rem); }
.intro-options { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.intro-options article { padding-top: 1rem; border-top: 1px solid var(--foreground); }
.intro-options article > span { color: var(--muted-foreground); font-size: .7rem; }
.intro-options h3 { margin: 1.75rem 0 1.25rem; }
.intro-options p { color: var(--muted-foreground); }
.section-heading--top { align-items: flex-start; }
.section-heading--top > div { max-width: 48rem; }
.section-heading--top > p { max-width: 29rem; margin: 3.3rem 0 0; color: var(--muted-foreground); font-size: 1.05rem; }
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--foreground); }
.sector-grid article { min-height: 20rem; padding: 1.5rem clamp(1rem, 2vw, 2rem) 2rem; border-right: 1px solid var(--border); display: flex; flex-direction: column; }
.sector-grid article:last-child { border-right: 0; }
.sector-grid article > span, .process-list > li > span { color: var(--muted-foreground); font-size: .7rem; letter-spacing: .1em; }
.sector-grid h3 { margin-top: auto; }
.sector-grid p { margin-bottom: 0; color: var(--muted-foreground); }
.projects { background: var(--secondary); }
.section-heading { margin-bottom: clamp(3rem, 7vw, 6.25rem); display: flex; justify-content: space-between; align-items: flex-end; gap: 2.5rem; }
.section-heading > * { min-width: 0; }
.section-heading h2 { overflow-wrap: anywhere; hyphens: auto; }
.project-grid { display: grid; grid-template-columns: 7fr 5fr; align-items: start; gap: clamp(1.5rem, 4vw, 4rem); }
.project-card a { display: block; }
.project-card img { aspect-ratio: 4/3; object-fit: cover; transition: transform .55s ease; }
.project-card a:hover img { transform: scale(1.01); }
.project-card--lead { grid-row: span 2; }
.project-card--lead img { aspect-ratio: 1/1.12; }
.project-card--portrait { width: 80%; margin-left: auto; }
.project-card--portrait img { aspect-ratio: 4/5; }
.project-meta { display: grid; margin-top: 1rem; }
.project-meta small { color: var(--muted-foreground); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.project-meta strong { font: 500 clamp(1.5rem, 2.4vw, 2.5rem) var(--font-display), Arial, sans-serif; }
.process { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(3rem, 8vw, 7.5rem); }
.process-heading { max-width: 34rem; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--foreground); }
.process-list li { padding: 2rem 0; display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; border-bottom: 1px solid var(--border); }
.process-list h3 { margin-bottom: .65rem; }
.process-list p { margin: 0; color: var(--muted-foreground); }
.start-panel { padding-block: clamp(6rem, 14vw, 12.5rem); background: var(--primary); color: #fff; }
.start-panel .eyebrow { color: #a7ccdb; }
.start-panel p:not(.eyebrow) { margin: 1.75rem 0 2.4rem; color: #d5e0e5; font-size: 1.2rem; }
.button--light { background: #fff; border-color: #fff; color: #10212b; }
.button[aria-disabled='true'] { cursor: not-allowed; }
.site-footer { padding-block: 5rem; background: #0b1921; color: #dfe6e9; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 4rem; }
.brand-crop--footer { filter: brightness(0) invert(1); opacity: .88; }
.footer-grid > div:last-child { display: flex; flex-direction: column; gap: .6rem; }
.footer-grid strong { color: #84949b; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid span { font-size: .82rem; }
.consent-notice { position: fixed; left: 50%; bottom: 1rem; z-index: 80; width: min(52rem, calc(100% - 2rem)); padding: 1.15rem 1.25rem; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.5rem; transform: translateX(-50%); background: #fff; border: 1px solid var(--border); box-shadow: 0 1.5rem 4rem rgb(16 33 43 / 18%); }
.consent-notice strong { font-family: var(--font-display), Arial, sans-serif; font-size: 1.2rem; }
.consent-notice p { margin: .25rem 0 0; color: var(--muted-foreground); font-size: .83rem; line-height: 1.45; }
.consent-actions { display: flex; gap: .6rem; }
.native-button { min-height: 2.75rem; padding: 0 1rem; border: 1px solid var(--primary); border-radius: 2px; background: var(--primary); color: #fff; cursor: pointer; font-weight: 600; }
.native-button--outline { background: transparent; color: var(--foreground); border-color: var(--border); }
.native-button:disabled { cursor: not-allowed; opacity: .45; }
.inquiry-shell { min-height: 100svh; display: grid; grid-template-columns: minmax(22rem, 5fr) minmax(34rem, 7fr); }
.inquiry-intro { min-height: 100svh; padding: clamp(2rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; background: var(--primary); color: #fff; }
.inquiry-intro .eyebrow { margin-top: auto; color: #a7ccdb; }
.inquiry-intro h1 { max-width: 43rem; font-size: clamp(2.8rem, 5vw, 5.5rem); }
.inquiry-intro > p:not(.eyebrow) { color: #d5e0e5; font-size: 1.08rem; }
.form-brand { margin-bottom: auto; font-weight: 600; }
.preview-guard { margin-top: 3rem; display: grid; gap: .15rem; color: #d5e0e5; }
.preview-guard strong { color: #a7ccdb; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.inquiry-card { width: min(100%, 48rem); margin: auto; padding: clamp(2rem, 6vw, 6rem); }
.step-meta { margin-bottom: 1rem; display: flex; justify-content: space-between; color: var(--muted-foreground); font-size: .8rem; }
.step-meta strong { color: var(--foreground); }
.inquiry-progress { width: 100%; height: .3rem; overflow: hidden; border: 0; border-radius: 0; accent-color: var(--primary); }
.inquiry-progress::-webkit-progress-bar { background: var(--secondary); }
.inquiry-progress::-webkit-progress-value { background: var(--primary); }
.inquiry-card form { margin-top: clamp(2.5rem, 7vh, 5rem); }
.inquiry-card fieldset { margin: 0; padding: 0; border: 0; }
.inquiry-card legend { margin-bottom: 2rem; font: 500 clamp(2rem, 4vw, 3.5rem) var(--font-display), Arial, sans-serif; letter-spacing: -.04em; line-height: 1.08; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.inquiry-card label { font-size: .82rem; font-weight: 600; }
.field { display: grid; gap: .55rem; }
.inquiry-card input:not([type='checkbox']), .inquiry-card textarea, .inquiry-card select { width: 100%; min-height: 3.25rem; padding: .65rem .75rem; border: 1px solid var(--border); border-radius: 2px; background: transparent; color: var(--foreground); font: 400 1rem var(--font-body), Arial, sans-serif; }
.inquiry-card input[type='checkbox'] { width: 1.1rem; height: 1.1rem; accent-color: var(--primary); }
.inquiry-card textarea { padding: .8rem; background: transparent; resize: vertical; }
.inquiry-card small { color: var(--muted-foreground); font-weight: 400; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.check-grid label, .design-check { width: 100%; min-height: 3.5rem; padding: .85rem 1rem; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: .75rem; background: #fff; border: 1px solid var(--border); }
.design-check { margin-top: 1.5rem; }
.form-note, .form-status { padding: .9rem 1rem; background: var(--secondary); color: var(--muted-foreground); font-size: .85rem; }
.form-status { border-left: 3px solid var(--accent); }
.form-actions { margin-top: 2rem; display: flex; justify-content: space-between; gap: 1rem; }
.form-actions button { min-height: 3.25rem; min-width: 8rem; border-radius: 2px; }
.breadcrumbs { padding-top: 2rem; display: flex; gap: .65rem; color: var(--muted-foreground); font-size: .78rem; }
.breadcrumbs a { border-bottom: 1px solid transparent; }
.breadcrumbs a:hover { border-color: currentColor; }
.page-hero { padding-top: clamp(5rem, 10vw, 9rem); padding-bottom: clamp(4rem, 9vw, 8rem); display: grid; grid-template-columns: 5fr 7fr; gap: 2rem; border-bottom: 1px solid var(--border); }
.page-hero > * { min-width: 0; }
.page-hero .eyebrow { grid-column: 1 / -1; }
.page-hero h1 { max-width: 57rem; font-size: clamp(3.2rem, 6vw, 6.5rem); }
.page-hero > p:last-child { align-self: end; margin: 0 0 .5rem; color: var(--muted-foreground); font-size: clamp(1rem, 1.5vw, 1.25rem); }
.page-grid { padding-block: clamp(4rem, 9vw, 8rem); display: grid; grid-template-columns: repeat(3, 1fr); }
.page-grid article { min-height: 23rem; padding: 1.5rem clamp(1rem, 2.5vw, 2.25rem) 2rem; display: flex; flex-direction: column; border-top: 1px solid var(--foreground); border-right: 1px solid var(--border); }
.page-grid article:nth-child(3n) { border-right: 0; }
.page-grid article > span, .page-grid article small { color: var(--muted-foreground); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.page-grid article h2 { margin-top: auto; font-size: clamp(1.65rem, 2.5vw, 2.7rem); }
.page-grid article p { margin-bottom: 0; color: var(--muted-foreground); }
.content-depth { padding-block: clamp(4.5rem, 9vw, 8.5rem); background: var(--surface); border-top: 1px solid var(--border); }
.content-depth__intro { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.45fr); column-gap: clamp(2rem, 8vw, 8rem); align-items: start; }
.content-depth__intro .eyebrow { grid-column: 1; }
.content-depth__intro h2 { grid-column: 2; grid-row: 1 / span 2; margin: 0; max-width: 18ch; font-size: clamp(2.2rem, 4.8vw, 5rem); line-height: .98; letter-spacing: -.045em; }
.content-depth__intro > p:last-child { grid-column: 2; max-width: 42rem; margin: 2rem 0 0; color: var(--muted-foreground); font-size: 1.05rem; }
.content-depth__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(3.5rem, 7vw, 6.5rem); border-top: 1px solid var(--foreground); }
.content-depth__grid article { padding: 1.5rem clamp(1rem, 2.5vw, 2.25rem) 1rem; border-right: 1px solid var(--border); }
.content-depth__grid article:last-child { border-right: 0; }
.content-depth__grid article > span { color: var(--muted-foreground); font-size: .7rem; letter-spacing: .1em; }
.content-depth__grid h3 { margin: 3.5rem 0 1rem; font-size: clamp(1.45rem, 2vw, 2rem); }
.content-depth__grid p { color: var(--muted-foreground); }
.content-depth__grid ul { margin: 1.75rem 0 0; padding: 0; list-style: none; }
.content-depth__grid li { position: relative; padding: .75rem 0 .75rem 1.25rem; border-top: 1px solid var(--border); }
.content-depth__grid li::before { content: ""; position: absolute; left: 0; top: 1.15rem; width: .35rem; height: .35rem; background: var(--accent); border-radius: 50%; }
.group-affiliation { padding-block: clamp(4.5rem, 9vw, 8rem); color: #f3f7f8; background: #0c3f59; }
.group-affiliation__inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr); gap: clamp(3rem, 9vw, 9rem); align-items: end; }
.group-affiliation .eyebrow { color: rgba(243,247,248,.7); }
.group-affiliation h2 { margin: 1.25rem 0 0; max-width: 15ch; color: inherit; font-size: clamp(2.4rem, 5vw, 5.5rem); line-height: .95; letter-spacing: -.05em; }
.group-affiliation__inner > div:last-child > p { max-width: 38rem; margin: 0 0 2rem; color: rgba(243,247,248,.82); font-size: 1.05rem; }
.group-affiliation .button { border-color: rgba(255,255,255,.55); }
.evidence-note { margin-bottom: clamp(4rem, 9vw, 8rem); padding-block: 1.5rem; display: grid; grid-template-columns: 1fr 3fr; border-block: 1px solid var(--border); }
.evidence-note strong { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.evidence-note p { margin: 0; color: var(--muted-foreground); }
.page-cta { padding-block: clamp(5rem, 11vw, 9rem); background: var(--primary); color: #fff; }
.page-cta .shell { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; }
.page-cta h2 { max-width: 55rem; }
.filter-summary { padding-block: 1.2rem; display: flex; flex-wrap: wrap; gap: 1.5rem; border-block: 1px solid var(--border); color: var(--muted-foreground); font-size: .78rem; }
.filter-summary strong { color: var(--foreground); }
.portfolio-list { padding-block: clamp(4rem, 9vw, 8rem); display: grid; gap: clamp(3rem, 8vw, 7rem); }
.portfolio-list article { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.portfolio-list article:nth-child(even) img { order: 2; }
.portfolio-list img { aspect-ratio: 16/11; object-fit: cover; }
.portfolio-list small { color: var(--muted-foreground); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.portfolio-list h2 { margin: 1rem 0; }
.portfolio-list p { color: var(--muted-foreground); }
.status-chip { display: inline-block; margin-top: 1rem; padding: .35rem .55rem; background: var(--secondary); color: var(--muted-foreground); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 65.625rem) {
  .site-header { grid-template-columns: 11rem 1fr; }
  .site-header nav { display: none; }
  .header-actions { justify-self: end; }
  .mobile-nav { display: block; }
  .site-header .mobile-nav[open] nav { display: grid; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 38rem; }
  .hero-media { min-height: 40rem; }
  .intro-grid { grid-template-columns: 1fr; }
  .sector-grid { grid-template-columns: 1fr 1fr; }
  .sector-grid article:nth-child(2) { border-right: 0; }
  .sector-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .process { grid-template-columns: 1fr; }
  .inquiry-shell { grid-template-columns: 1fr; }
  .inquiry-intro { min-height: 34rem; }
  .page-grid { grid-template-columns: 1fr 1fr; }
  .page-grid article:nth-child(3n) { border-right: 1px solid var(--border); }
  .page-grid article:nth-child(2n) { border-right: 0; }
  .content-depth__intro { grid-template-columns: 1fr; }
  .content-depth__intro .eyebrow, .content-depth__intro h2, .content-depth__intro > p:last-child { grid-column: 1; grid-row: auto; }
  .content-depth__intro h2 { margin-top: 1rem; }
  .content-depth__grid { grid-template-columns: 1fr; }
  .content-depth__grid article { border-right: 0; border-bottom: 1px solid var(--border); padding-inline: 0; }
  .content-depth__grid article:last-child { border-bottom: 0; }
  .content-depth__grid h3 { margin-top: 2rem; }
  .group-affiliation__inner { grid-template-columns: 1fr; align-items: start; }
  .project-card--lead { grid-column: 1 / -1; grid-row: auto; }
  .project-card--lead img { aspect-ratio: 16/9; }
  .project-card--portrait { width: 100%; }
}

@media (max-width: 43.75rem) {
  .review-bar { font-size: .56rem; line-height: 1.4; }
  .site-header { height: 4.25rem; padding-inline: 1rem; grid-template-columns: 8.2rem 1fr; }
  .brand, .brand-crop { width: 8.2rem; height: 2.75rem; }
  .brand-crop img { width: 8.2rem; height: 8.2rem; }
  .header-actions { gap: .3rem; }
  .locale { display: none; }
  .button--small { min-height: 2.5rem; padding-inline: .75rem; font-size: .68rem; }
  .hero { min-height: auto; }
  .hero-copy { min-height: auto; padding-top: 4.5rem; padding-bottom: 4rem; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-lead { margin: 1.75rem 0; }
  .hero-media { min-height: 31rem; }
  .hero-media > img { object-position: 55% center; }
  .section { padding-block: 5rem; }
  .intro-options, .project-grid { grid-template-columns: 1fr; }
  .section-heading--top > p { margin-top: 0; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector-grid article { min-height: 15rem; border-right: 0; border-bottom: 1px solid var(--border); }
  .project-card--lead { grid-column: auto; }
  .project-card img, .project-card--lead img, .project-card--portrait img { aspect-ratio: 4/5; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .consent-notice { grid-template-columns: 1fr; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .inquiry-intro { min-height: 30rem; padding: 2rem 1.25rem; }
  .field-grid, .check-grid { grid-template-columns: 1fr; }
  .inquiry-card { padding: 3rem 1.25rem; }
  .page-hero, .portfolio-list article { grid-template-columns: 1fr; }
  .page-hero .eyebrow { grid-column: auto; }
  .page-grid { grid-template-columns: 1fr; }
  .page-grid article { min-height: 18rem; border-right: 0 !important; }
  .evidence-note { grid-template-columns: 1fr; gap: .75rem; }
  .page-cta .shell { align-items: flex-start; flex-direction: column; }
  .portfolio-list article:nth-child(even) img { order: 0; }
}

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