@font-face {
  font-family: "Bricolage";
  src: url("/assets/fonts/bricolage-grotesque.ttf") format("truetype");
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
}

:root {
  --paper: #f5f2e9;
  --ink: #252a25;
  --muted: #64675b;
  --accent: #c03b20;
  --orange: #e0502d;
  --line: #cbcabe;
  --dark: #252b26;
  --on-accent: #fff;
  --demo-text: #f5f2e9;
  --demo-button-ink: #252a25;
  --gutter: clamp(22px, 5.4vw, 88px);
  --font: "Bricolage", "Trebuchet MS", sans-serif;
  color-scheme: light;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

* { box-sizing: border-box; }
body { margin: 0; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a:hover { text-decoration-thickness: 2px; }
button:disabled { cursor: not-allowed; opacity: .55; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
::selection { color: var(--paper); background: var(--accent); }
[hidden] { display: none !important; }
h1, h2, h3, p, figure { margin: 0; }
svg { display: block; max-width: 100%; }
h1, h2, h3, p, a { overflow-wrap: anywhere; }
main, .site-header, .site-footer { max-width: 1600px; margin-inline: auto; }
.site-header, .site-footer, .hero, .section-pad { padding-inline: var(--gutter); }
.eyebrow { font-size: 11px; font-weight: 600; line-height: 1.6; letter-spacing: .09em; text-transform: uppercase; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; background: var(--ink); color: var(--paper); padding: 16px 22px; }
.skip-link:focus { top: 12px; }
.preview-notice { padding: 10px 24px; text-align: center; font-size: 13px; color: var(--on-accent); background: var(--accent); }
.storage-notice { max-width: 900px; margin: 12px auto; padding: 12px 24px; border: 1px solid var(--accent); font-size: 14px; }
.load-state, .no-script { min-height: 50vh; display: grid; place-content: center; gap: 25px; padding: 40px; text-align: center; }
.loading-mark { font-size: 110px; letter-spacing: -.09em; font-weight: 800; }
.loading-mark sup { color: var(--accent); font-size: .5em; }
.load-state button { justify-self: center; border: 1px solid; padding: 10px 25px; background: transparent; }
.site-header { min-height: 106px; display: flex; align-items: center; gap: 42px; }
.brand { font-size: 28px; font-weight: 750; letter-spacing: -.075em; text-decoration: none; white-space: nowrap; }
.brand > span:first-child { font-size: .68em; vertical-align: super; margin-inline: 1px; }
.brand-dot { color: var(--accent); }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(20px, 3vw, 46px); margin-left: auto; font-size: 13px; font-weight: 550; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: var(--accent); }
.language-switch { display: flex; align-items: center; gap: 3px; font-size: 11px; }
.language-switch button { min-width: 36px; min-height: 44px; border: 0; padding: 7px; color: var(--muted); background: transparent; font-size: 11px; }
.language-switch button[aria-pressed="true"] { font-weight: 800; color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.language-switch > span { color: var(--line); }
.header-controls { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.theme-control { display: flex; align-items: center; gap: 8px; font-size: 11px; }
.theme-control select { min-height: 36px; max-width: 104px; border: 1px solid var(--muted); border-radius: 0; padding: 7px 5px; background: var(--paper); color: var(--ink); font: inherit; cursor: pointer; }
.hero { padding-top: 14px; overflow: clip; }
.hero-topline { display: flex; align-items: baseline; justify-content: space-between; border-top: 1px solid var(--ink); padding-top: 20px; gap: 25px; }
.location { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; white-space: nowrap; }
.location-dot { width: 6px; height: 6px; border: 1px solid var(--accent); border-radius: 100%; }
.hero-grid { display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 7%; padding-top: 49px; }
.hero h1 { font-weight: 580; font-size: clamp(50px, 5.5vw, 89px); letter-spacing: -.065em; line-height: 1.02; }
.hero h1 > span { display: block; }
.hero h1 em { display: block; margin-top: 3px; color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.06em; }
.hero-intro { max-width: 405px; margin-top: 27px; font-size: 15px; line-height: 1.75; }
.hero-note { margin-top: 20px; font: italic 15px/1.6 Georgia, "Times New Roman", serif; color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 49px; padding: 13px 21px; font-weight: 550; font-size: 13px; text-decoration: none; border: 1px solid transparent; transition: background .18s, color .18s, transform .18s; }
.primary { color: var(--paper); background: var(--ink); margin-top: 25px; }
.primary:hover { background: var(--accent); transform: translateY(-2px); }
.primary > span:last-child { font-size: 21px; }
.idea-figure { transform: rotate(-3deg); padding: 17px 15px 12px; border: 1px solid #bcbeb0; background: #eeeee2; box-shadow: 5px 6px 0 -1px var(--paper), 5px 6px 0 0 #d2d1c4; }
.idea-figure figcaption { font-size: 10px; padding-left: 7px; }
.idea-drawing { width: 100%; height: auto; aspect-ratio: 440 / 330; margin-top: 13px; }
.idea-grid { color: #555e4d; }
.wire { fill: none; stroke: #919782; stroke-width: 1.5; }
.wire.dashed { stroke-dasharray: 4 5; stroke-width: 1; }
.accent-wire { stroke: var(--accent); stroke-width: 2; stroke-dasharray: 320; stroke-dashoffset: 0; animation: connect 2s ease-out both; }
.connection { stroke: var(--accent); fill: var(--paper); stroke-width: 2; }
.registration { stroke: #a4a799; stroke-width: 1; }
.idea-spark { fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.logic-shadow { fill: var(--ink); }
.logic-surface { fill: var(--paper); stroke: var(--ink); stroke-width: 1; }
.logic-brackets { fill: none; stroke: var(--ink); stroke-width: 2.5; }
.output-disc { fill: var(--accent); }
.output-tick { fill: none; stroke: var(--paper); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
/* Keep long editor labels inside their slots; the SVG description retains the full text. */
.diagram-label { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; max-height: 100%; overflow: hidden; color: var(--ink); font: 13px/16px var(--font); text-align: center; overflow-wrap: anywhere; }
.logic-label { background: var(--paper); font-size: 11.5px; line-height: 13px; }
.output-label { -webkit-line-clamp: 2; }
.figure-bottom { display: flex; align-items: center; justify-content: space-between; font-size: 10px; padding: 10px 6px 0; border-top: 1px solid #c8cabb; gap: 20px; }
.discipline-strip { margin-top: 65px; border-block: 1px solid var(--ink); padding-block: 19px; display: flex; align-items: center; justify-content: space-between; gap: 14px; text-transform: uppercase; font-size: 10px; font-weight: 550; letter-spacing: .1em; }
.discipline-strip > span:nth-child(even) { color: var(--accent); font-size: 20px; line-height: .6; }
.section-pad { padding-top: 98px; padding-bottom: 90px; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 24px; align-items: baseline; margin-bottom: 53px; }
h2 { font-size: clamp(34px, 4.2vw, 61px); line-height: 1.05; letter-spacing: -.055em; font-weight: 550; }
.section-heading > div > p { font-size: 14px; line-height: 1.7; max-width: 390px; margin-top: 19px; }
.project { display: grid; grid-template-columns: .42fr 1.58fr 1fr; gap: 32px; padding-block: 39px 45px; border-top: 1px solid var(--ink); }
.project-margin { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 24px; }
.project-index { font-size: 58px; font-weight: 450; letter-spacing: -.09em; line-height: 1; color: #797e69; }
.project-status { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; line-height: 1.5; }
.project-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; flex: 0 0 auto; background: var(--accent); }
.project-eyebrow { font-size: 10px; color: var(--accent); }
.project-name { font-size: clamp(31px, 3.2vw, 50px); line-height: 1.05; white-space: pre-line; font-weight: 550; letter-spacing: -.05em; margin-top: 20px; }
.project-summary { font-size: 14px; line-height: 1.8; max-width: 455px; margin-top: 21px; }
.text-link { display: inline-flex; justify-content: space-between; gap: 22px; font-size: 13px; font-weight: 650; padding: 12px 0; }
.project-link { margin-top: 19px; }
.project-detail { border-left: 1px solid var(--line); padding-left: 28px; display: flex; flex-direction: column; }
.project-technology { font-size: 10px; font-weight: 600; line-height: 1.7; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.project-features { padding: 0; margin: 20px 0; list-style: none; }
.project-features li { font-size: 12px; line-height: 1.65; padding-block: 9px; display: flex; gap: 10px; }
.project-features li::before { content: "+"; color: var(--accent); }
.project-note { margin-top: auto; font-size: 10px; line-height: 1.8; color: #65685d; }
.future-slot { display: grid; grid-template-columns: .42fr 1.58fr 1fr; gap: 32px; border-top: 1px dashed #b3b5a8; border-bottom: 1px solid var(--line); padding-block: 24px; align-items: center; color: #6b6e60; }
.future-plus { font-size: 28px; line-height: 1; font-weight: 300; }
.future-slot h3 { font-size: 19px; font-weight: 450; letter-spacing: -.03em; }
.future-slot p { font-size: 11px; line-height: 1.7; }
.demo-section { position: relative; color: var(--demo-text); background: var(--dark); overflow: hidden; padding-top: 63px; padding-bottom: 39px; }
.demo-section::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 7px; background: repeating-linear-gradient(135deg, #e0502d 0 7px, transparent 7px 15px); }
.demo-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.demo-header h2 { margin-top: 23px; max-width: 740px; font-size: clamp(33px, 4vw, 54px); }
.demo-header .eyebrow { color: #b5baa8; }
.simulation-badge { display: flex; align-items: center; gap: 9px; padding: 8px 11px; border: 1px solid #7e8677; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.simulation-badge > span:first-child { width: 6px; height: 6px; border: 1px solid #f29570; border-radius: 50%; }
.demo-intro { max-width: 650px; margin-top: 20px; font-size: 14px; line-height: 1.8; color: #c6cbbc; }
.flow-diagram { display: flex; align-items: center; justify-content: center; max-width: 890px; margin: 51px auto 44px; }
.flow-node { position: relative; min-width: 130px; width: 19%; aspect-ratio: 1; padding: 20px 14px 15px; border: 1px solid #636e5e; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #2c332b; transition: border-color .35s, background .35s; }
.node-number { position: absolute; top: 8px; left: 9px; font-family: "Courier New", monospace; font-size: 10px; color: #a0ac96; }
.flow-node svg { width: 84px; fill: none; stroke: #e2e6d5; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.flow-node > span:last-child { font-size: 11px; margin-top: 8px; }
.flow-wire { flex: 1; height: 1px; background: #697260; position: relative; }
.flow-wire > span { position: absolute; height: 3px; top: -1px; width: 0; background: #f0936f; transition: width .6s ease-out; }
.flow-wire i { position: absolute; right: -1px; top: -9px; font-style: normal; color: #c0c9b5; }
.signal-fill { transition: fill .25s; }
[data-step="1"] [data-node="1"], [data-step="2"] [data-node="1"], [data-step="2"] [data-node="2"], [data-step="3"] .flow-node { border-color: #f0936f; background: #3c392e; }
[data-step="1"] [data-node="1"] .signal-fill, [data-step="2"] .signal-fill, [data-step="3"] .signal-fill { fill: #f0936f; stroke: #f0936f; }
[data-step="2"] .flow-wire:first-of-type > span, [data-step="2"] [data-node="1"] + .flow-wire > span, [data-step="3"] .flow-wire > span { width: 100%; }
.demo-controls { display: flex; align-items: center; gap: 25px; }
.light { color: var(--demo-button-ink); background: var(--demo-text); }
.light:not(:disabled):hover { background: #f4a27d; }
.play-icon { font-size: 21px; }
.reset-button { background: transparent; border: 0; color: var(--demo-text); text-decoration: underline; text-underline-offset: 5px; font-size: 12px; min-height: 44px; padding: 10px; }
.demo-controls > p { font-family: "Courier New", monospace; font-size: 11px; line-height: 1.7; max-width: 340px; margin-left: auto; }
.demo-disclaimer { color: #abb5a0; border-top: 1px solid #505b49; margin-top: 29px; padding-top: 19px; font-size: 10px; line-height: 1.8; max-width: 100%; }
.demo-section :focus-visible { outline-color: #f4a27d; }
.about-section { display: grid; grid-template-columns: 1fr 2fr; gap: 26px; position: relative; padding-top: 106px; padding-bottom: 95px; }
.about-portrait { min-width: 0; padding-right: 32px; }
.portrait-frame { width: 100%; max-width: 280px; padding: 9px 9px 0; background: #e5e6d9; border: 1px solid #878e79; transform: rotate(-2deg); margin-top: 12px; }
.portrait-frame img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; filter: saturate(.75); }
.portrait-frame figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 3px; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.portrait-alias { font-weight: 650; }
.about-copy h2 { white-space: pre-line; font-size: clamp(34px, 4vw, 57px); margin-top: 23px; }
.about-body { font-size: 16px; line-height: 1.85; max-width: 670px; margin-top: 26px; }
.tool-line { margin-top: 34px; padding-top: 21px; border-top: 1px solid var(--line); }
.tool-line > p { font-size: 12px; line-height: 1.8; margin-top: 11px; }
.about-note { margin-top: 27px; max-width: 240px; font-family: Georgia, serif; font-size: 14px; font-style: italic; white-space: pre-line; line-height: 1.8; color: #6d715f; }
.credentials-section { padding-top: 47px; }
.credentials-group + .credentials-group { margin-top: 18px; }
.credentials-group-title { font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); padding-bottom: 4px; }
.credentials-list { list-style: none; margin: 0; padding: 0; }
.credential-item { display: grid; grid-template-columns: .42fr 1.58fr 1fr; gap: 32px; padding-block: 22px; border-top: 1px solid var(--line); align-items: center; }
.credential-item:last-child { border-bottom: 1px solid var(--line); }
.credential-index { font-size: 32px; font-weight: 450; letter-spacing: -.07em; line-height: 1; color: #797e69; }
.credential-name { font-size: clamp(19px, 1.9vw, 26px); font-weight: 550; letter-spacing: -.03em; line-height: 1.2; }
.credential-meta { margin-top: 9px; font-size: 11px; color: var(--muted); display: flex; gap: 8px; }
.credential-year::before { content: "·"; }
.credential-link { justify-self: start; }
.credential-link:hover { color: var(--accent); }
.credentials-empty { margin: 0; padding: 24px 0; border-top: 1px dashed #b3b5a8; color: #6b6e60; font-size: 12px; line-height: 1.7; }
.contact-section { background: #e8eadf; border-block: 1px solid #c4c8b5; padding-top: 47px; padding-bottom: 26px; }
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; align-items: end; gap: 10%; margin-top: 33px; }
.contact-grid h2 { font-size: clamp(36px, 4.3vw, 64px); max-width: 620px; }
.contact-grid > div > p { font-size: 14px; line-height: 1.8; max-width: 370px; }
#social-links { margin-top: 15px; }
.social-link { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-block: 14px; border-bottom: 1px solid #9aa18a; font-size: 17px; font-weight: 550; text-decoration: none; }
.social-link:hover { color: var(--accent); }
.footer-signoff { display: flex; justify-content: space-between; gap: 20px; margin-top: 57px; padding-top: 19px; border-top: 1px solid #b4bba4; font-size: 11px; line-height: 1.7; }
.footer-signoff a { text-decoration: none; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 27px; font-size: 10px; line-height: 1.6; color: var(--muted); }
.site-footer > span:first-child { color: var(--ink); font-weight: 650; }
.site-footer > span:last-child { font-size: 23px; color: var(--accent); }

@keyframes connect { from { stroke-dashoffset: 320; } to { stroke-dashoffset: 0; } }
@keyframes arrive { from { opacity: 0; transform: translateY(13px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: arrive .7s ease-out both; }
}
@media (min-width: 1600px) { main { border-inline: 1px solid var(--line); } }
@media (max-width: 980px) {
  .hero-grid { gap: 5%; }
  .hero h1 { font-size: clamp(48px, 6vw, 70px); }
  .hero-intro { font-size: 14px; }
  .idea-figure { padding: 12px 8px; }
  .figure-bottom { font-size: 8px; gap: 10px; }
  .hero-grid { padding-top: 38px; }
  .section-pad { padding-top: 68px; padding-bottom: 62px; }
  .project { grid-template-columns: 62px 1.4fr 1fr; gap: 24px; }
  .project-status { font-size: 9px; }
  .project-detail { padding-left: 18px; }
  .future-slot { grid-template-columns: 62px 1.4fr 1fr; gap: 24px; }
  .credential-item { grid-template-columns: 62px 1.4fr 1fr; gap: 24px; }
  .about-portrait { padding-right: 15px; }
  .about-note { font-size: 12px; }
  .demo-controls { flex-wrap: wrap; gap: 15px; }
  .demo-controls > p { flex: 1 1 200px; }
}
@media (max-width: 700px) {
  :root { scroll-padding-top: 16px; }
  .site-header { min-height: 82px; gap: 10px; flex-wrap: wrap; padding-top: 18px; padding-bottom: 14px; }
  .brand { font-size: 25px; }
  .main-nav { order: 3; width: 100%; margin: 0; justify-content: space-between; gap: 15px; font-size: 12px; border-top: 1px solid var(--line); padding-top: 13px; }
  .language-switch { margin-left: auto; }
  .header-controls { gap: 12px; }
  .theme-control > span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .hero { padding-top: 7px; }
  .hero-topline { padding-top: 17px; }
  .hero-topline .eyebrow { font-size: 9px; max-width: 230px; }
  .location { font-size: 10px; gap: 5px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding-top: 35px; }
  .hero h1 { font-size: clamp(43px, 10.4vw, 72px); }
  .hero-intro { max-width: 400px; font-size: 15px; margin-top: 22px; }
  .primary { margin-top: 23px; }
  .idea-figure { width: 92%; max-width: 385px; justify-self: end; margin-right: 9px; padding: 13px 10px 11px; }
  .figure-bottom { font-size: 9px; }
  .discipline-strip { margin-top: 39px; flex-wrap: wrap; justify-content: center; gap: 13px; padding-block: 17px; font-size: 8px; letter-spacing: .08em; }
  .discipline-strip > span:nth-child(6) { display: none; }
  .discipline-strip > span:last-child { width: 100%; text-align: center; }
  .section-heading { grid-template-columns: 1fr; gap: 19px; margin-bottom: 32px; }
  .section-heading > div > p { margin-top: 16px; }
  .section-pad { padding-top: 52px; padding-bottom: 47px; }
  .project { grid-template-columns: 1fr; gap: 24px; padding-top: 25px; padding-bottom: 29px; }
  .project-margin { flex-direction: row; align-items: center; }
  .project-index { font-size: 32px; }
  .project-status { font-size: 10px; }
  .project-name { font-size: clamp(31px, 8vw, 45px); margin-top: 16px; }
  .project-summary { font-size: 14px; margin-top: 17px; }
  .project-link { margin-top: 10px; }
  .project-detail { border-left: 0; border-top: 1px solid var(--line); padding: 18px 0 0; }
  .project-technology { border: 0; padding: 0; }
  .project-features { margin: 14px 0; }
  .project-features li { padding-block: 6px; }
  .project-note { max-width: 480px; }
  .future-slot { grid-template-columns: 22px 1fr; gap: 12px; }
  .future-slot p { grid-column: 2; max-width: 390px; }
  .credentials-section { padding-top: 30px; }
  .credential-item { grid-template-columns: 1fr; gap: 8px; padding-block: 18px; text-align: left; }
  .credential-index { font-size: 20px; }
  .credential-link { justify-self: start; margin-top: 4px; }
  .demo-header { flex-direction: column; gap: 19px; }
  .demo-header h2 { font-size: 36px; margin-top: 19px; }
  .demo-intro { font-size: 13px; }
  .flow-diagram { margin: 31px 0; }
  .flow-node { min-width: 0; width: 27%; padding: 18px 4px 12px; }
  .flow-node svg { width: 60px; }
  .flow-node > span:last-child { font-size: 9px; margin-top: 3px; text-align: center; }
  .node-number { font-size: 8px; top: 5px; left: 6px; }
  .flow-wire { min-width: 10px; }
  .demo-controls { gap: 12px; }
  .demo-controls .button { gap: 17px; padding-inline: 15px; font-size: 12px; }
  .demo-controls > p { flex-basis: 100%; max-width: 100%; min-height: 38px; margin-top: 7px; }
  .about-section { grid-template-columns: 1fr; }
  .about-copy { display: contents; }
  .about-copy > .eyebrow { grid-row: 1; }
  .about-copy h2 { grid-row: 2; font-size: 37px; margin-top: 0; }
  .about-portrait { grid-row: 3; display: grid; grid-template-columns: 1.1fr 1fr; gap: 25px; align-items: center; padding: 0; }
  .portrait-frame { margin-top: 0; }
  .portrait-frame figcaption { font-size: 8px; padding-block: 10px; }
  .about-note { margin-top: 0; font-size: 13px; }
  .about-body { grid-row: 4; margin-top: 0; font-size: 15px; }
  .tool-line { grid-row: 5; margin-top: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 27px; }
  .contact-grid h2 { font-size: 40px; max-width: 410px; }
  .contact-grid > div > p { max-width: 390px; }
  .footer-signoff { margin-top: 39px; font-size: 10px; }
  .site-footer { flex-wrap: wrap; gap: 12px; padding-block: 22px; }
  .site-footer > span:nth-child(2) { order: 3; width: 100%; font-size: 9px; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 40px; }
  .hero-topline { gap: 8px; }
  .hero-topline .eyebrow { font-size: 8px; }
  .location { font-size: 9px; }
  .about-note { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header, .button, .demo-controls, .skip-link, .site-footer, .future-slot { display: none; }
  .section-pad { padding-block: 30px; }
  .hero-grid { padding-top: 20px; }
  .demo-section { color: #000; background: #fff; border: 1px solid; }
  .demo-intro, .demo-disclaimer { color: #333; }
  .project, .about-section { break-inside: avoid; }
}
