@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

:root {
  --ink: #f3f2ef;
  --muted: #aaa9a5;
  --dim: #737478;
  --graphite: #0b0c0e;
  --panel: #121417;
  --panel-soft: #181a1e;
  --light: #e9e9e5;
  --light-ink: #141619;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.23);
  --brand: #9d1834;
  --brand-bright: #bd2546;
  --shell: 78rem;
  --header-height: 4.75rem;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-synthesis: none;
  line-height: 1.5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--graphite); color: var(--ink); }
body[data-menu-open] { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
figure { margin: 0; }
.page-shell { width: min(calc(100% - 3rem), var(--shell)); max-width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; padding: .7rem 1rem; background: #fff; color: #111; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.reveal-ready .reveal { opacity: 0; transform: translateY(1.5rem); transition: opacity .7s ease, transform .7s ease; }
.reveal-ready .reveal.is-visible { opacity: 1; transform: none; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; border-bottom: 1px solid var(--line); transition: background .25s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(11,12,14,.92); backdrop-filter: blur(16px); }
.nav-shell { width: min(calc(100% - 3rem), var(--shell)); max-width: var(--shell); min-height: var(--header-height); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.site-logo { display: block; flex: 0 0 8.75rem; width: 8.75rem; max-width: 8.75rem; overflow: hidden; filter: brightness(0) invert(1); }
.site-logo img { width: 8.75rem; max-width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.5vw, 2.5rem); }
.site-nav a { color: #c5c5c2; font-size: .79rem; font-weight: 600; letter-spacing: .035em; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: #fff; }
.site-nav .nav-contact { padding: .65rem .95rem; border: 1px solid var(--line-strong); color: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; }

@media (min-width: 801px) {
  .site-header .menu-toggle { display: none !important; }
  .site-header .site-nav { display: flex !important; transform: none !important; }
}

.eyebrow, .product-code, .section-number, .footer-label { font-size: .69rem; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { margin: 0 0 1.4rem; color: #c7c7c3; }
.section-number { margin: 0; color: var(--dim); }
.section { padding: clamp(5rem, 8vw, 8rem) 0; }
.section-heading { display: grid; grid-template-columns: minmax(9rem, .45fr) 1.55fr; gap: 3rem; align-items: start; margin-bottom: clamp(3.5rem, 7vw, 6rem); }
.section-heading > :last-child { max-width: 52rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.45rem, 4.3vw, 4.5rem); font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 12.5rem; gap: 1.5rem; padding: .9rem 1rem; border: 1px solid transparent; font-size: .78rem; font-weight: 650; letter-spacing: .025em; text-decoration: none; transition: background .2s ease, border-color .2s ease; }
.button-primary { background: var(--brand); color: #fff; }
.button-primary:hover { background: var(--brand-bright); }
.button-outline { border-color: var(--line-strong); }
.button-outline:hover { border-color: #fff; }
.text-link { display: inline-flex; justify-content: space-between; gap: 2rem; padding: .65rem 0; border-bottom: 1px solid var(--line-strong); color: #dededa; font-size: .8rem; font-weight: 600; text-decoration: none; }
.text-link:hover { border-color: var(--brand-bright); }

/* Homepage hero */
.hero { position: relative; min-height: min(52rem, 100svh); overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 76% 48%, #24262b 0, #121316 28%, #0b0c0e 62%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; pointer-events: none; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 7.5rem 7.5rem; mask-image: linear-gradient(90deg, transparent, #000 40%, #000); }
.hero-grid { min-height: min(52rem, 100svh); padding-top: var(--header-height); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(28rem, .95fr); align-items: center; gap: 2rem; }
.hero-copy { position: relative; z-index: 4; padding: 5rem 0; }
.hero h1 { max-width: 43rem; margin: 0; font-size: clamp(3.5rem, 5.6vw, 6rem); font-weight: 500; letter-spacing: -.065em; line-height: .96; }
.hero h1 span { color: #9fa0a2; }
.hero-intro { max-width: 35rem; margin: 2rem 0 0; color: #b7b8b7; font-size: clamp(1rem, 1.5vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.5rem; }
.hero-visual { position: relative; align-self: stretch; min-height: 36rem; }
.hero-product { position: absolute; filter: drop-shadow(0 2rem 3rem rgba(0,0,0,.5)); }
.hero-spcm { z-index: 2; right: 6%; bottom: 0; width: min(56%, 25rem); }
.hero-mfc { z-index: 3; right: 45%; bottom: 5%; width: min(32%, 14rem); }
.hero-product img { width: 100%; height: auto; }
.hero-orbit { position: absolute; right: -7rem; top: 19%; width: 41rem; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.hero-orbit::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(157,24,52,.5); border-radius: inherit; }
.hero-annotation { position: absolute; z-index: 5; right: 0; bottom: 2.5rem; margin: 0; padding-left: 1rem; border-left: 1px solid var(--brand); color: #aaa; font-size: .67rem; letter-spacing: .08em; line-height: 1.6; text-transform: uppercase; }
.hero-annotation span { display: block; margin-bottom: .25rem; color: #fff; }

/* Homepage sections */
.instruments-section { background: var(--light); color: var(--light-ink); }
.instruments-section .eyebrow { color: var(--brand); }
.instrument-feature { min-height: 34rem; display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; background: #d9d9d5; }
.instrument-feature + .instrument-feature { margin-top: 2rem; }
.instrument-copy { position: relative; z-index: 2; padding: clamp(2rem, 5vw, 5rem); align-self: center; }
.product-code { margin-bottom: 2rem; color: var(--brand); }
.instrument-copy h3 { margin-bottom: 1.5rem; font-size: clamp(2.5rem, 4.3vw, 4.5rem); font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.instrument-copy > p:not(.product-code) { max-width: 29rem; color: #55585b; line-height: 1.7; }
.instrument-copy .text-link { margin-top: 1.4rem; border-color: rgba(0,0,0,.25); color: #17191b; }
.instrument-image { position: relative; min-height: 32rem; overflow: hidden; background: radial-gradient(circle at center, #27292d, #101114 70%); }
.instrument-image img { position: absolute; inset: 2rem 0 0; width: 100%; height: calc(100% - 2rem); object-fit: contain; }
.instrument-spcm { background: #15171a; color: var(--ink); }
.instrument-spcm .instrument-copy { order: 2; }
.instrument-spcm .instrument-copy > p:not(.product-code) { color: var(--muted); }
.instrument-spcm .instrument-copy .text-link { color: #fff; border-color: var(--line-strong); }

.software-section { overflow: hidden; background: #101114; }
.software-copy { display: grid; grid-template-columns: .45fr .8fr .75fr; gap: 3rem; align-items: end; margin-bottom: 4rem; }
.software-copy h2 { margin-bottom: 0; }
.software-copy > p:last-child { margin-bottom: .5rem; color: var(--muted); line-height: 1.75; }
.software-frame { width: min(100%, 76rem); margin-inline: auto; padding: .35rem; border: 1px solid var(--line); border-radius: .4rem; background: #07090b; box-shadow: 0 2rem 6rem rgba(0,0,0,.45); }
.frame-bar { height: 2.25rem; display: flex; align-items: center; gap: .45rem; padding: 0 .75rem; border-bottom: 1px solid var(--line); }
.frame-bar span { width: .45rem; aspect-ratio: 1; border-radius: 50%; background: #55585b; }
.frame-bar p { margin: 0 0 0 auto; color: var(--dim); font-size: .65rem; letter-spacing: .08em; }
.software-frame img { width: 100%; height: auto; }

.engineering-section { padding: 0; background: var(--light); color: var(--light-ink); }
.engineering-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
.engineering-image { min-height: 42rem; }
.engineering-image img { width: 100%; height: 100%; object-fit: cover; }
.engineering-copy { align-self: center; max-width: 42rem; padding: clamp(4rem, 8vw, 8rem); }
.engineering-copy .eyebrow { color: var(--brand); }
.engineering-copy > p:not(.eyebrow,.section-number) { max-width: 34rem; color: #5b5d60; line-height: 1.75; }
.engineering-copy .button { margin-top: 1.4rem; border-color: rgba(0,0,0,.28); }

.principles-section { background: #0b0c0e; }
.principles-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.principles-list li { min-height: 7.5rem; display: grid; grid-template-columns: .25fr .75fr 1fr; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); }
.principles-list span { color: var(--brand-bright); font-size: .72rem; }
.principles-list h3 { margin: 0; font-size: clamp(1.4rem, 2.5vw, 2.2rem); font-weight: 500; letter-spacing: -.03em; }
.principles-list p { max-width: 30rem; margin: 0; color: var(--muted); }

.closing-cta { padding: clamp(6rem, 10vw, 10rem) 0; overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(circle at 85% 50%, rgba(157,24,52,.3), transparent 32%), #121417; }
.closing-cta h2 { font-size: clamp(3.25rem, 6.5vw, 7rem); }
.closing-cta h2 span { color: #85868a; }
.closing-cta .button { margin-top: 2rem; }

/* Interior pages */
.page-hero, .product-hero { position: relative; overflow: hidden; padding: calc(var(--header-height) + clamp(5rem, 9vw, 9rem)) 0 clamp(5rem, 9vw, 9rem); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 30%, #25272b 0, #121316 30%, #0b0c0e 70%); }
.page-hero::after, .product-hero::after { content: ""; position: absolute; inset: 0; opacity: .1; pointer-events: none; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 8rem 8rem; }
.page-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .55fr 1.45fr; gap: 3rem; }
.page-hero h1 { max-width: 52rem; margin: 0; font-size: clamp(3.25rem, 5.8vw, 5.8rem); font-weight: 500; letter-spacing: -.062em; line-height: .97; }
.page-hero .lead { max-width: 42rem; margin: 2rem 0 0; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.product-hero { padding-bottom: 0; }
.product-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 2rem; }
.product-hero-copy { padding-bottom: clamp(5rem, 9vw, 9rem); }
.product-hero h1 { margin: 0 0 1.5rem; font-size: clamp(3.25rem, 5.8vw, 5.8rem); font-weight: 500; letter-spacing: -.062em; line-height: .96; }
.product-hero-copy > p:not(.eyebrow,.product-code) { max-width: 36rem; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.product-hero-image { align-self: stretch; min-height: 36rem; max-height: 44rem; }
.product-hero-image img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.product-nav { position: relative; z-index: 2; border-top: 1px solid var(--line); }
.product-nav .page-shell { min-height: 4rem; display: flex; align-items: center; gap: 2rem; }
.product-nav a { color: var(--muted); font-size: .7rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.product-nav a:hover { color: #fff; }

.light-section { background: var(--light); color: var(--light-ink); }
.dark-section { background: var(--graphite); color: var(--ink); }
.content-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); }
.content-grid .content-copy { max-width: 48rem; }
.content-copy > p { color: #55585b; font-size: 1.05rem; line-height: 1.8; }
.dark-section .content-copy > p { color: var(--muted); }
.capability-list { margin: 3rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(0,0,0,.18); }
.dark-section .capability-list { border-color: var(--line); }
.capability-list li { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(0,0,0,.18); }
.dark-section .capability-list li { border-color: var(--line); }
.capability-list span { color: var(--brand); font-size: .72rem; }
.capability-list p { margin: 0; }
.media-split { display: grid; grid-template-columns: 1fr 1fr; }
.media-split figure { min-height: 36rem; max-height: 44rem; overflow: hidden; }
.media-split figure img { width: 100%; height: 100%; object-fit: cover; }
.media-copy { align-self: center; padding: clamp(3rem, 7vw, 7rem); }
.media-copy > p { max-width: 37rem; color: var(--muted); line-height: 1.8; }
.light-section .media-copy > p { color: #55585b; }
.wide-media { margin-top: 4rem; }
.wide-media img { width: 100%; height: auto; }
.technical-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; align-items: center; }
.technical-panel figure { padding: 2rem; background: #fff; }
.technical-panel figure img { width: 100%; height: auto; }
.technical-copy > p { color: var(--muted); line-height: 1.75; }
.spec-table { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.spec-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.spec-row p { margin: 0; color: var(--muted); font-size: .82rem; }
.spec-row p:last-child { color: #fff; text-align: right; }
.spec-note { margin-top: 1rem; color: var(--dim); font-size: .72rem; }
.download-link { margin-top: 1.5rem; }

.process-list { counter-reset: process; margin: 4rem 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { counter-increment: process; display: grid; grid-template-columns: .2fr .6fr 1.2fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.process-list li::before { content: "0" counter(process); color: var(--brand-bright); font-size: .72rem; }
.process-list h3 { margin: 0; font-size: 1.5rem; font-weight: 500; }
.process-list p { margin: 0; color: var(--muted); }

.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.team-card { border-top: 1px solid var(--line); padding-top: 1rem; }
.team-card img { width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; filter: saturate(.7); }
.team-card h3 { margin: 1.3rem 0 .3rem; font-size: 1.4rem; font-weight: 500; }
.team-card p { margin: 0; color: var(--muted); font-size: .83rem; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 10vw, 10rem); }
.contact-method { padding: 2rem 0; border-top: 1px solid var(--line); }
.contact-method h2 { font-size: 2rem; }
.contact-method p { color: var(--muted); }
.email-link { display: inline-block; margin-top: .8rem; color: #fff; font-size: clamp(1.2rem, 2.5vw, 2rem); text-decoration-color: var(--brand); text-underline-offset: .4rem; }
.contact-notes { margin: 0; padding: 0; list-style: none; }
.contact-notes li { padding: 1.25rem 0; border-top: 1px solid var(--line); color: var(--muted); }
.contact-notes strong { display: block; margin-bottom: .3rem; color: #fff; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { padding: 5rem 0 2rem; border-top: 1px solid var(--line); background: #08090a; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 3rem; }
.footer-brand img {
  display: block;
  width: 10rem;
  height: 4.34375rem;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}
.footer-brand p { max-width: 20rem; margin-top: 1.5rem; color: var(--dim); font-size: .8rem; }
.footer-grid > div:not(.footer-brand) { display: flex; align-items: flex-start; flex-direction: column; gap: .65rem; }
.footer-label { margin-bottom: .5rem; color: var(--dim); }
.footer-grid a { color: #bbb; font-size: .78rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--dim); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { text-decoration: none; }

@media (max-width: 1000px) {
  .site-nav { gap: 1.15rem; }
  .site-nav a { font-size: .72rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(24rem, .85fr); }
  .software-copy { grid-template-columns: .35fr 1fr; }
  .software-copy > p:last-child { grid-column: 2; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 800px) {
  .page-shell, .nav-shell { width: min(calc(100% - 2rem), var(--shell)); }
  .site-logo { position: relative; z-index: 23; }
  .menu-toggle { position: relative; z-index: 23; display: grid; width: 2.5rem; height: 2.5rem; padding: .65rem .4rem; align-content: space-between; }
  .menu-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; transition: transform .2s ease; }
  .site-nav { position: fixed; z-index: 22; inset: 0; display: flex; align-items: flex-start; flex-direction: column; gap: 1.3rem; min-height: 100vh; min-height: 100dvh; padding: calc(var(--header-height) + 3rem) 2rem 2rem; overflow-y: auto; overscroll-behavior: contain; background: #08090a; visibility: hidden; transform: translateX(100%); transition: transform .3s ease, visibility 0s linear .3s; }
  .site-nav a { font-size: 1.4rem; }
  body[data-menu-open] .site-header,
  body[data-menu-open] .site-header.is-scrolled { position: fixed; z-index: 1000; inset: 0; width: 100%; height: 100vh; height: 100dvh; background: #08090a; backdrop-filter: none; -webkit-backdrop-filter: none; }
  body[data-menu-open] .site-nav { visibility: visible; transform: translateX(0); transition-delay: 0s; }
  body[data-menu-open] .menu-toggle span:first-child { transform: translateY(.58rem) rotate(45deg); }
  body[data-menu-open] .menu-toggle span:nth-child(2) { opacity: 0; }
  body[data-menu-open] .menu-toggle span:nth-child(3) { transform: translateY(-.58rem) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid { min-height: 52rem; grid-template-columns: 1fr; align-content: start; }
  .hero-copy { padding: 5rem 0 0; }
  .hero-visual { min-height: 25rem; }
  .hero-spcm { right: 4%; width: 45%; }
  .hero-mfc { right: 43%; width: 28%; }
  .section-heading, .content-grid, .page-hero-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .instrument-feature, .media-split, .engineering-grid, .technical-panel, .product-hero-grid { grid-template-columns: 1fr; }
  .instrument-feature { min-height: 0; }
  .instrument-image { min-height: 31rem; }
  .instrument-spcm .instrument-copy { order: 0; }
  .software-copy { grid-template-columns: 1fr; gap: 1rem; }
  .software-copy > p:last-child { grid-column: auto; }
  .engineering-image { min-height: 32rem; }
  .principles-list li { grid-template-columns: .2fr .8fr; padding: 1.5rem 0; }
  .principles-list p { grid-column: 2; }
  .product-hero-copy { padding-top: 1rem; padding-bottom: 2rem; }
  .product-hero-image { min-height: 25rem; max-height: 30rem; }
  .product-nav .page-shell { overflow-x: auto; }
  .process-list li { grid-template-columns: 2rem 1fr; }
  .process-list p { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  :root { --header-height: 4.25rem; }
  .page-shell, .nav-shell { width: min(calc(100% - 1.5rem), var(--shell)); }
  .site-logo { flex-basis: 7.25rem; width: 7.25rem; max-width: 7.25rem; }
  .site-logo img { width: 7.25rem; }
  .hero-grid { min-height: 45rem; }
  .hero-copy { padding-top: 3.75rem; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 3.8rem); }
  .hero-intro { font-size: .98rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-visual { min-height: 18rem; }
  .hero-spcm { right: -2rem; width: 55%; }
  .hero-mfc { right: 43%; width: 36%; }
  .hero-annotation { display: none; }
  .section { padding: 4.5rem 0; }
  .section-heading { margin-bottom: 2.75rem; }
  h2 { font-size: clamp(2.25rem, 10vw, 3.2rem); }
  .instrument-copy { padding: 2rem 1.4rem; }
  .instrument-image { min-height: 22rem; }
  .engineering-image { min-height: 25rem; }
  .media-split figure { min-height: 23rem; max-height: 28rem; }
  .page-hero, .product-hero { padding-top: calc(var(--header-height) + 4rem); padding-bottom: 4rem; }
  .page-hero h1, .product-hero h1 { font-size: clamp(2.75rem, 12vw, 3.8rem); }
  .page-hero .lead, .product-hero-copy > p:not(.eyebrow,.product-code) { font-size: 1rem; }
  .closing-cta { padding: 5.5rem 0; }
  .closing-cta h2 { font-size: clamp(2.8rem, 12vw, 4rem); }
  .product-nav { display: none; }
  .spec-row { grid-template-columns: 1fr; gap: .3rem; }
  .spec-row p:last-child { text-align: left; }
  .team-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal-ready .reveal { opacity: 1; transform: none; transition: none; }
}
