/* Self-hosted Latin and Latin Extended fonts. Licenses: assets/fonts/OFL-*.txt */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("assets/fonts/space-grotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02FF,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("assets/fonts/space-grotesk-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02FF,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-mono-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02FF,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-mono-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-mono-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02FF,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-mono-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* DATA SPACE — logo-derived emerald/mint palette and Gablegrid-style grid. */
:root {
  color-scheme: dark;
  --bg: #292b2a;
  --bg-deep: #202421;
  --panel: #303632;
  --panel-raised: #39413b;
  --text: #f4f8f5;
  --muted: #c3d0c7;
  --faint: #afc2b6;
  --accent: #54d69b;
  --accent-hover: #a8f8c8;
  --accent-ink: #0d2819;
  --link: #a8f8c8;
  --border: rgba(235, 248, 239, .12);
  --border-strong: rgba(235, 248, 239, .24);
  --field-border: #809a8a;
  --grid-line: rgba(168, 248, 200, .09);
  --header-bg: rgba(41, 43, 42, .94);
  --heading: "Space Grotesk", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --mono: "IBM Plex Mono", Consolas, monospace;
}
:root[data-theme="light"] {
  color-scheme: light;
  --bg: #f3f8f5;
  --bg-deep: #e7f0ea;
  --panel: #fff;
  --panel-raised: #e6f1ea;
  --text: #173222;
  --muted: #486251;
  --faint: #4d6857;
  --accent: #067349;
  --accent-hover: #045f3c;
  --accent-ink: #fff;
  --link: #056d43;
  --border: rgba(23, 50, 34, .15);
  --border-strong: rgba(23, 50, 34, .28);
  --field-border: #738c7c;
  --grid-line: rgba(6, 115, 73, .075);
  --header-bg: rgba(243, 248, 245, .94);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6.5rem; }
body {
  margin: 0;
  background-color: var(--bg);
  background-image: linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 64px 64px;
  background-position: center top;
  color: var(--text);
  font: 400 1rem/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
}
[hidden] { display: none !important; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--heading); font-weight: 600; line-height: 1.15; }
h1, h2 { letter-spacing: -.01em; }
p { color: var(--muted); }
a { color: inherit; text-decoration: none; text-underline-offset: .25em; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
button { color: inherit; }
button, a, summary, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--link);
  outline-offset: 4px;
}
::selection { color: var(--bg-deep); background: var(--link); }
.container { width: 100%; max-width: 1120px; padding-inline: 28px; margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: .5rem; left: 1rem; padding: .75rem 1rem; background: var(--accent); color: var(--accent-ink); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--header-bg); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { flex-shrink: 0; display: inline-flex; align-items: center; min-height: 44px; gap: .27em; font: 700 1.15rem/1 var(--heading); letter-spacing: .025em; color: var(--text); }
.wordmark span { color: var(--accent); }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav > a { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); font-size: .92rem; }
.main-nav > a:hover { color: var(--text); }
.main-nav .nav-contact { border: 1px solid var(--accent); border-radius: 3px; padding: 9px 18px; color: var(--accent); font: 500 .875rem/1.5 var(--mono); }
.main-nav .nav-contact:hover { background: var(--accent); color: var(--accent-ink); }
.header-controls { display: none; }
.menu-toggle, .theme-toggle { display: none; background: transparent; border: 1px solid var(--border-strong); border-radius: 3px; min-height: 44px; padding: .5rem .75rem; font: 400 .875rem/1.5 var(--mono); }
.js .theme-toggle { display: inline-flex; align-items: center; }
.menu-lines { display: grid; gap: 5px; width: 16px; }
.menu-lines span { height: 1px; width: 100%; background: currentColor; transition: transform .15s; }
.menu-toggle[aria-expanded="true"] .menu-lines span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines span:last-child { transform: translateY(-3px) rotate(-45deg); }
.hero { padding: 140px 0 80px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 60px; align-items: center; }
.eyebrow { margin-bottom: 18px; color: var(--link); font: 400 .8125rem/1.6 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1.05; }
h1 > span { color: var(--accent); }
.hero-description { max-width: 46ch; margin-top: 26px; font-size: 1.1rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 48px; padding: 13px 24px; border: 1px solid transparent; border-radius: 3px; font: 500 .875rem/1.5 var(--mono); transition: background .15s, border-color .15s; }
.button-primary { color: var(--accent-ink); background: var(--accent); }
.button-primary:hover { background: var(--accent-hover); }
.button-secondary { color: var(--text); background: transparent; border-color: var(--border-strong); }
.button-secondary:hover { background: var(--panel-raised); border-color: var(--faint); }
.text-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; color: var(--link); font-size: .875rem; font-weight: 500; }
.text-link:hover { text-decoration: underline; }
.technology-list { display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; margin: 30px 0 0; padding: 0; color: var(--faint); font: 400 .8125rem/1.6 var(--mono); }
.architecture-figure { min-width: 0; padding: 22px 20px 18px; background: var(--panel); border: 1px solid var(--border-strong); border-radius: 6px; }
.pipeline-heading { display: flex; justify-content: space-between; gap: 12px; color: var(--faint); font: 400 .75rem/1.6 var(--mono); }
.pipeline-heading span:last-child { white-space: nowrap; color: var(--accent); }
.pipeline { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; padding: 26px 0 23px; margin: 0; list-style: none; }
.pipeline::before { content: ""; position: absolute; height: 1px; top: 44px; left: 12%; right: 12%; background: var(--accent); opacity: .5; }
.pipeline::after { content: ""; position: absolute; top: 41px; left: 12%; height: 7px; width: 7px; background: var(--link); border-radius: 50%; opacity: 0; animation: signal 4.5s ease-in-out 1 .5s; }
.pipeline li { position: relative; z-index: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 7px; text-align: center; }
.pipeline-node { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 5px; color: var(--accent); background: var(--bg-deep); border: 1px solid var(--accent); border-radius: 3px; font: 500 .8125rem/1 var(--mono); }
.pipeline strong { font: 600 .875rem/1.5 var(--heading); }
.pipeline li > span:last-child { color: var(--faint); font-size: .75rem; line-height: 1.5; overflow-wrap: anywhere; }
.architecture-figure figcaption { padding-top: 14px; border-top: 1px solid var(--border); color: var(--muted); font: 400 .75rem/1.65 var(--mono); }
@keyframes signal { 0% { left: 12%; opacity: 0; } 8% { opacity: 1; } 90% { opacity: 1; } 100% { left: 86%; opacity: 0; } }
.section { padding-block: 96px; }
.section-tight { padding-block: 64px; }
h2 { font-size: clamp(2rem, 3.3vw, 2.8rem); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 50px; margin-bottom: 40px; }
.section-heading > p { max-width: 44ch; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--border-strong); border-radius: 6px; overflow: clip; background: var(--panel); align-items: start; }
.service { min-width: 0; height: 100%; }
.service + .service { border-left: 1px solid var(--border-strong); }
.service summary { display: block; list-style: none; padding: 32px 28px 24px; }
summary::-webkit-details-marker { display: none; }
.service summary:focus-visible { outline-offset: -6px; }
.service summary:hover { background: var(--panel-raised); }
.service-number { display: block; margin-bottom: 22px; color: var(--link); font: 400 .75rem/1.6 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.service-title { display: block; color: var(--text); font: 600 1.35rem/1.2 var(--heading); }
.service-description { display: block; color: var(--muted); margin-top: 17px; font-size: 1rem; line-height: 1.65; }
.details-prompt { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 25px; color: var(--link); font: 400 .8125rem/1.6 var(--mono); }
.plus { display: inline-block; flex-shrink: 0; font: 400 1.4rem/1 var(--body); transition: transform .15s; }
details[open] > summary .plus { transform: rotate(45deg); }
.service-body { padding: 0 28px 28px; }
.service-body > p { padding-top: 24px; border-top: 1px solid var(--border); }
.service-body h3 { margin-top: 22px; font-size: 1rem; }
.service-body ul { margin: 12px 0 16px; padding-left: 20px; color: var(--muted); }
.service-body li + li { margin-top: 6px; }
.credentials-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; padding: 36px 0; margin: 0 0 64px; border-top: 1px solid var(--border-strong); border-bottom: 1px solid var(--border-strong); }
.credentials-strip dt { color: var(--accent); font: 600 2.1rem/1.2 var(--heading); }
.credentials-strip dd { margin: 10px 0 0; max-width: 20ch; color: var(--muted); font-size: .875rem; line-height: 1.6; }
.section-divider { height: 48px; margin-bottom: -1px; background: var(--panel); clip-path: polygon(0 100%, 50% 0, 100% 100%); }
.experience-section { background: var(--panel); }
.experience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px; }
.experience-item { min-width: 0; padding-top: 24px; border-top: 1px solid var(--border-strong); }
.profile-meta { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 24px; color: var(--link); font: 400 .75rem/1.6 var(--mono); }
.profile-meta span:last-child { color: var(--faint); }
.experience-item h3 { margin-bottom: 18px; font-size: 1.6rem; }
.credential-list { list-style: none; padding: 0; margin: 24px 0 18px; }
.credential-list li { display: flex; flex-direction: column; gap: 5px; padding: 15px 0; border-top: 1px solid var(--border); }
.credential-list li span:first-child { color: var(--text); font-weight: 500; }
.credential-list li span:last-child { color: var(--faint); font: 400 .8125rem/1.6 var(--mono); }
.file-type { padding: 2px 5px; color: var(--faint); border: 1px solid var(--border-strong); border-radius: 2px; font: 400 .75rem/1.3 var(--mono); }
.about-section { background: var(--bg-deep); }
.about-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px; }
.founder-name { margin-top: 32px; color: var(--text); font: 600 1.35rem/1.4 var(--heading); }
.founder-role { margin: 7px 0 24px; color: var(--link); font: 400 .8125rem/1.6 var(--mono); }
.about-intro > p + p:not(.founder-role) { margin-top: 18px; }
.profile-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 23px; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 20px; padding: 22px 0; border-top: 1px solid var(--border); }
.process-number { padding-top: 3px; color: var(--accent); font: 400 .8125rem/1.6 var(--mono); }
.process-list h3 { margin-bottom: 8px; font-size: 1.15rem; }
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 70px; }
.section-intro { margin-top: 24px; }
.faq-item { border-bottom: 1px solid var(--border-strong); }
.faq-item:first-child { border-top: 1px solid var(--border-strong); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 22px 0; list-style: none; font-weight: 500; line-height: 1.6; }
.faq-item summary .plus { color: var(--accent); }
.faq-item > p { padding: 0 28px 24px 0; }
.contact-section { background: var(--panel); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 70px; align-items: start; }
.contact-copy > p:not(.eyebrow) { margin-top: 24px; }
.contact-email { display: inline-flex; align-items: center; min-height: 44px; margin-top: 18px; color: var(--link); font-size: 1rem; overflow-wrap: anywhere; }
.contact-email:hover { text-decoration: underline; }
.contact-copy .contact-location { color: var(--faint); font-size: .875rem; line-height: 1.7; }
.contact-form { display: grid; min-width: 0; gap: 18px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-field { min-width: 0; }
.form-field label, #manual-copy label { display: block; margin-bottom: 8px; font-size: .875rem; line-height: 1.6; }
.optional { color: var(--faint); font-size: .8125rem; }
input, select, textarea { display: block; width: 100%; max-width: 100%; min-height: 48px; padding: 12px; color: var(--text); background: var(--bg-deep); border: 1px solid var(--field-border); border-radius: 3px; font-size: 1rem; line-height: 1.5; }
select { padding-right: 24px; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { color: var(--faint); opacity: 1; }
input:hover, select:hover, textarea:hover { border-color: var(--faint); }
.form-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.form-note, .form-status { font-size: .875rem; line-height: 1.65; }
.form-note a { color: var(--link); text-decoration: underline; }
.form-status:empty { display: none; }
.form-status:not(:empty) { padding: 12px 14px; color: var(--text); background: var(--bg-deep); border-left: 2px solid var(--link); }
.no-script-note a { color: var(--link); text-decoration: underline; }
.site-footer { padding: 48px 0 24px; }
.footer-main { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 50px; }
.footer-brand > p { margin-top: 13px; font-size: .875rem; line-height: 1.8; }
.footer-label { margin-bottom: 8px; color: var(--faint); font: 400 .75rem/1.6 var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.footer-nav a, .footer-connect a { display: flex; width: fit-content; align-items: center; gap: 8px; min-height: 44px; max-width: 100%; color: var(--muted); font-size: .875rem; overflow-wrap: anywhere; }
.footer-nav a:hover, .footer-connect a:hover { color: var(--link); text-decoration: underline; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 24px; position: relative; }
.footer-bottom::before { content: ""; position: absolute; top: 0; left: 28px; right: 28px; height: 1px; background: var(--border); }
.footer-bottom p, .footer-bottom > a { color: var(--faint); font-size: .8125rem; }
.footer-bottom > a { display: inline-flex; gap: 8px; align-items: center; min-height: 44px; }
.footer-bottom .theme-toggle { margin-left: auto; color: var(--muted); font-size: .8125rem; }
@media (max-width: 62rem) {
  .main-nav { gap: 20px; }
  .header-inner { gap: 16px; }
  .hero-actions .button { padding-inline: 18px; }
  .service summary { padding-inline: 22px; }
  .service-body { padding-inline: 22px; }
  .faq-grid, .contact-grid { gap: 42px; }
}
@media (max-width: 56.25rem) {
  .hero { padding-top: 88px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  h1 { font-size: clamp(2.4rem, 7vw, 4.2rem); }
  .hero-description { max-width: 56ch; }
  .architecture-figure { width: 100%; max-width: 580px; }
  .section-heading { gap: 32px; }
  .credentials-strip { gap: 24px; }
}
@media (max-width: 53.125rem) {
  .about-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .about-intro { max-width: 60ch; }
}
@media (max-width: 51.25rem) {
  .header-inner { flex-wrap: wrap; padding-block: 12px; min-height: 72px; }
  .main-nav { order: 3; width: 100%; flex-wrap: wrap; padding-bottom: 8px; margin-left: 0; }
  .js .main-nav { display: none; flex-direction: column; align-items: stretch; gap: 4px; }
  .js .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 10px 12px; }
  .main-nav .nav-contact { justify-content: center; margin-top: 6px; }
  .js .header-controls { display: block; margin-left: auto; }
  .js .menu-toggle { display: inline-flex; align-items: center; gap: 12px; }
}
@media (max-width: 50rem) {
  .service-grid { grid-template-columns: minmax(0, 1fr); }
  .service + .service { border-left: 0; border-top: 1px solid var(--border-strong); }
  .service summary { padding: 28px; }
  .service-title br { display: none; }
  .service-number { margin-bottom: 14px; }
  .service-description { max-width: 58ch; }
  .details-prompt { margin-top: 20px; }
  .service-body { padding-inline: 28px; }
  .experience-grid { gap: 32px; }
  .faq-grid, .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .contact-copy { max-width: 50ch; }
}
@media (max-width: 43.75rem) {
  .container { padding-inline: 24px; }
  .section { padding-block: 64px; }
  .section-tight { padding-block: 48px; }
  .section-heading, .experience-grid { grid-template-columns: minmax(0, 1fr); }
  .section-heading { align-items: start; gap: 22px; }
  .credentials-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; margin-bottom: 48px; }
  .experience-grid { gap: 40px; }
  .form-row { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; gap: 10px 20px; }
  .footer-bottom > p { width: 100%; }
  .footer-bottom .theme-toggle { margin-left: 0; }
  .footer-bottom > a { margin-left: auto; }
  .footer-bottom::before { left: 24px; right: 24px; }
}
@media (max-width: 35rem) {
  html { scroll-padding-top: 6rem; }
  .hero { padding: 64px 0 48px; }
  h1 { font-size: clamp(2.3rem, 9.2vw, 3.2rem); line-height: 1.1; }
  h2 { font-size: 2rem; }
  .hero-description { font-size: 1rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .eyebrow { font-size: .75rem; }
  .architecture-figure { padding: 20px; }
  .pipeline-heading { flex-wrap: wrap; }
  .pipeline { display: flex; flex-direction: column; gap: 20px; }
  .pipeline::before { width: 1px; height: auto; top: 44px; bottom: 42px; left: 18px; right: auto; }
  .pipeline::after { display: none; }
  .pipeline li { display: grid; grid-template-columns: 36px 1fr; column-gap: 18px; row-gap: 2px; text-align: left; }
  .pipeline-node { grid-row: 1 / 3; margin-bottom: 0; }
  .pipeline strong { font-size: 1rem; }
  .pipeline li > span:last-child { font-size: .8125rem; overflow-wrap: normal; }
  .section-divider { height: 32px; }
  .contact-email { font-size: .95rem; }
  .footer-main { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .footer-brand { grid-column: auto; }
  .form-actions > .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  :root { --text: #173222; --muted: #486251; --faint: #486251; --link: #056d43; --accent: #067349; --bg: #fff; --bg-deep: #fff; --panel: #fff; --border: #c6d5cb; --border-strong: #c6d5cb; color-scheme: light; }
  body { background: #fff; font-size: 10pt; }
  .site-header { position: static; background: #fff; }
  .main-nav, .header-controls, .theme-toggle, .hero-actions, .contact-form, .skip-link, .section-divider { display: none !important; }
  .hero, .section { padding-block: 24px; }
  h1 { font-size: 32pt; }
  h2 { font-size: 24pt; }
  .hero-grid, .about-grid, .contact-grid, .faq-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .architecture-figure { max-width: 100%; break-inside: avoid; }
  .pipeline::after { display: none; }
  .credentials-strip { margin-bottom: 20px; }
  .site-footer { padding-block: 20px; }
}
