:root {
  --ink: #10130f;
  --ink-soft: #171b17;
  --paper: #f1f0e9;
  --paper-2: #e7e5dc;
  --paper-dim: #b8bbb3;
  --muted: #6f756e;
  --acid: #c9f43d;
  --acid-ink: #4b6200;
  --line: rgba(16, 19, 15, .18);
  --line-light: rgba(241, 240, 233, .2);
  --font-sans: "Bricolage Grotesque", Arial, sans-serif;
  --font-serif: "Instrument Serif", Georgia, serif;
  --font-mono: "DM Mono", monospace;
  --shell: min(1380px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
body::selection { color: var(--ink); background: var(--acid); }
a { color: inherit; text-decoration: none; }
button, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--acid-ink); outline-offset: 4px; }
.chat-shell :focus-visible, .skill-window :focus-visible { outline-color: var(--acid); }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
.page-noise { position: fixed; z-index: 20; inset: 0; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.site-header { display: flex; height: 76px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { display: grid; width: 28px; height: 28px; place-items: center; color: var(--ink); background: var(--acid); font-family: var(--font-mono); font-size: 10px; letter-spacing: -.11em; }
.desktop-nav { display: flex; gap: 30px; margin-left: 100px; }
.desktop-nav a, .nav-chat { color: var(--muted); font-family: var(--font-mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; transition: color .2s ease; }
.desktop-nav a:hover, .nav-chat:hover { color: var(--ink); }
.nav-chat { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); }
.status-dot { display: inline-block; width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px rgba(201, 244, 61, .7); animation: blink 2.6s ease-in-out infinite; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 248px; min-height: min(720px, calc(100svh - 76px)); gap: clamp(48px, 8vw, 120px); align-items: center; overflow: hidden; padding: clamp(70px, 9vw, 116px) 0 72px; }
.hero-grid { display: none; }
.hero-copy, .hero-portrait-wrap, .hero-note { position: relative; z-index: 1; }
.hero-copy { max-width: 900px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--acid-ink); font-family: var(--font-mono); font-size: 9px; letter-spacing: .07em; line-height: 1.4; text-transform: uppercase; }
.hero-location { margin: 12px 0 38px; color: var(--muted); font-family: var(--font-mono); font-size: 8px; letter-spacing: .075em; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(70px, 8.3vw, 124px); font-weight: 650; letter-spacing: -.09em; line-height: .86; text-wrap: balance; }
h1 em, h2 em { color: var(--acid-ink); font-family: var(--font-serif); font-weight: 400; letter-spacing: -.055em; }
.hero-intro { max-width: 590px; margin: 31px 0 0; color: #3f463f; font-size: clamp(16px, 1.3vw, 19px); letter-spacing: -.03em; line-height: 1.48; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 33px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 15px; padding: 0 18px; font-family: var(--font-mono); font-size: 9px; letter-spacing: .035em; text-transform: uppercase; transition: transform .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--acid); }
.button-primary:hover { background: #d9ff5c; }
.button-quiet { min-height: auto; padding: 8px 0; border-bottom: 1px solid var(--ink); color: var(--ink); }
.button-quiet:hover { color: var(--acid-ink); }
.hero-tape { display: none; }
.hero-portrait-wrap { align-self: end; width: 100%; margin-bottom: 34px; }
.portrait-label-top { display: none; }
.portrait-frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--ink-soft); }
.hero-portrait { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 48% 50%; filter: saturate(.8) contrast(1.02); transform: scale(1.04); }
.portrait-scan, .portrait-orbit { display: none; }
.portrait-label { display: flex; justify-content: space-between; gap: 8px; margin-top: 10px; color: var(--muted); font-family: var(--font-mono); font-size: 7px; letter-spacing: .045em; }
.hero-note { position: absolute; right: 0; bottom: 18px; color: var(--muted); font-family: var(--font-mono); font-size: 8px; letter-spacing: .045em; }
.hero-note span { color: var(--acid-ink); }

.proof-strip { color: var(--paper); background: var(--ink); }
.proof-track { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { display: flex; min-height: 96px; align-items: center; gap: 12px; padding: 18px clamp(12px, 2vw, 28px); border-right: 1px solid var(--line-light); }
.proof-item:first-child { border-left: 1px solid var(--line-light); }
.proof-item strong { color: var(--acid); font-size: clamp(26px, 2.7vw, 42px); letter-spacing: -.08em; line-height: .92; }
.proof-item span { max-width: 105px; color: var(--paper-dim); font-family: var(--font-mono); font-size: 8px; letter-spacing: .03em; line-height: 1.35; text-transform: uppercase; }

.section { padding-top: clamp(92px, 9vw, 132px); }
.section h2, .contact h2 { margin: 0; font-size: clamp(52px, 6vw, 88px); font-weight: 630; letter-spacing: -.08em; line-height: .9; text-wrap: balance; }

.chat-section { padding-top: clamp(82px, 8vw, 116px); }
.chat-heading { display: grid; grid-template-columns: 1fr .68fr; gap: 50px; align-items: end; margin-bottom: 36px; }
.chat-heading h2 { margin-top: 14px; }
.chat-heading > p { max-width: 420px; margin: 0 0 3px; color: #4d544d; font-size: 14px; letter-spacing: -.02em; line-height: 1.55; }
.chat-shell { overflow: hidden; color: var(--paper); background: var(--ink-soft); }
.chat-rail { padding: 17px 24px; border-bottom: 1px solid var(--line-light); }
.chat-rail > div:first-child { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.chat-rail-label { margin-right: 9px; color: #8f978e; font-family: var(--font-mono); font-size: 8px; letter-spacing: .07em; }
.prompt-chip { padding: 9px 12px; border: 1px solid var(--line-light); color: var(--paper-dim); background: transparent; font-size: 10px; line-height: 1.35; transition: color .2s ease, border-color .2s ease; }
.prompt-chip:hover { border-color: var(--acid); color: var(--acid); }
.chat-rail-bottom, .chat-panel-top { display: none; }
.chat-panel { display: flex; min-width: 0; flex-direction: column; }
.messages { min-height: 290px; max-height: 470px; padding: 32px clamp(22px, 4vw, 56px); overflow: auto; scrollbar-color: var(--acid) transparent; scrollbar-width: thin; }
.message { width: fit-content; max-width: min(760px, 92%); margin-bottom: 27px; }
.message-label { display: block; margin-bottom: 8px; color: var(--acid); font-family: var(--font-mono); font-size: 8px; letter-spacing: .065em; }
.message-copy { font-size: 14px; letter-spacing: -.015em; line-height: 1.65; }
.message-copy p, .message-copy h3, .message-copy h4, .message-copy ul, .message-copy ol, .message-copy blockquote { margin: 0; }
.message-copy p + p, .message-copy p + ul, .message-copy p + ol, .message-copy ul + p, .message-copy ol + p, .message-copy blockquote + p { margin-top: 12px; }
.message-copy h3, .message-copy h4 { margin-bottom: 8px; color: var(--paper); font-size: 15px; line-height: 1.3; }
.message-copy ul, .message-copy ol { padding-left: 21px; }
.message-copy li + li { margin-top: 4px; }
.message-copy blockquote { padding-left: 13px; border-left: 2px solid var(--acid); color: var(--paper-dim); }
.message-copy strong, .message-copy a { color: var(--acid); }
.message-copy a { text-decoration: underline; text-underline-offset: 3px; }
.message-copy code { padding: 2px 4px; color: var(--acid); background: rgba(201,244,61,.1); font-family: var(--font-mono); font-size: .86em; }
.message-user { margin-left: auto; padding: 13px 15px; color: var(--ink); background: var(--acid); }
.message-user .message-label, .message-user .message-copy strong, .message-user .message-copy a { color: var(--acid-ink); }
.message-loading .message-copy { color: #8f978e; font-family: var(--font-mono); font-size: 10px; }
.chat-consent { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 11px 24px; border-top: 1px solid var(--line-light); color: #8f978e; font-size: 9px; line-height: 1.45; }
.chat-consent label { display: flex; gap: 8px; max-width: 730px; }
.chat-consent input { width: 14px; height: 14px; flex: 0 0 auto; margin: 0; accent-color: var(--acid); }
.chat-consent a { color: var(--paper-dim); text-decoration: underline; }
.chat-form { display: flex; gap: 12px; padding: 12px 14px 8px; border-top: 1px solid var(--line-light); }
.chat-form textarea { min-width: 0; max-height: 130px; flex: 1; padding: 9px 10px; resize: none; border: 0; outline: 0; color: var(--paper); background: transparent; font-size: 14px; line-height: 1.45; }
.chat-form textarea::placeholder { color: #737b73; }
.chat-form textarea:disabled { cursor: not-allowed; }
.chat-form button { display: inline-flex; min-height: 40px; align-items: center; align-self: flex-end; gap: 10px; padding: 0 13px; border: 0; color: var(--ink); background: var(--acid); font-family: var(--font-mono); font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }
.chat-form button:disabled { color: #6d736d; background: #303630; cursor: not-allowed; }
.chat-status { min-height: 29px; margin: 0; padding: 2px 24px 12px; color: #8f978e; font-family: var(--font-mono); font-size: 8px; letter-spacing: .025em; }
.chat-status[data-type="success"] { color: var(--acid); }
.chat-status[data-type="error"] { color: #ff9a82; }

.section-heading { display: grid; grid-template-columns: .56fr 1.08fr .64fr; gap: 40px; align-items: end; margin-bottom: 46px; }
.section-heading h2 { max-width: 720px; }
.section-heading > p:last-child { max-width: 280px; margin: 0 0 3px; color: #4d544d; font-size: 14px; line-height: 1.55; }
.eyebrow span { color: var(--muted); }
.section-index { margin: 13px 0 0; color: var(--muted); font-family: var(--font-mono); font-size: 8px; letter-spacing: .055em; }
.work-grid { border-top: 1px solid var(--line); }
.case-card { position: relative; display: grid; min-height: 245px; grid-template-columns: 150px minmax(0, 1fr) 280px; color: var(--ink); background: transparent; border-bottom: 1px solid var(--line); transition: background .25s ease; }
.case-card:hover { background: rgba(16,19,15,.035); }
.case-topline { display: block; padding: 31px 22px 31px 0; color: var(--muted); font-family: var(--font-mono); font-size: 8px; letter-spacing: .07em; }
.case-topline span { display: block; }
.case-topline span + span { margin-top: 11px; color: var(--acid-ink); }
.case-body { width: auto; padding: 31px 42px; border-left: 1px solid var(--line); }
.case-kicker { margin: 0 0 14px; color: var(--muted); font-family: var(--font-mono); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.case-body h3 { max-width: 720px; margin: 0; font-size: clamp(31px, 3.2vw, 48px); font-weight: 620; letter-spacing: -.065em; line-height: .96; }
.case-body > p:last-child { max-width: 590px; margin: 17px 0 0; color: #4b524b; font-size: 13px; letter-spacing: -.015em; line-height: 1.55; }
.case-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding: 31px 0 31px 32px; border-left: 1px solid var(--line); color: var(--muted); font-family: var(--font-mono); font-size: 8px; letter-spacing: .06em; }
.case-footer span:last-child { color: var(--acid-ink); font-size: 18px; }
.case-shape { display: none; }
.disclaimer { margin: 15px 0 0; color: var(--muted); font-family: var(--font-mono); font-size: 8px; letter-spacing: .035em; }

.system { margin-top: clamp(100px, 10vw, 145px); padding: clamp(84px, 9vw, 128px) 0; color: var(--ink); background: var(--paper-2); }
.system-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 8vw, 120px); }
.system-aside { position: sticky; top: 36px; align-self: start; }
.system-aside h2 { margin-top: 17px; }
.system-aside > p:last-child { max-width: 340px; margin: 26px 0 0; color: #4c534c; font-size: 14px; line-height: 1.6; }
.system-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.system-list li { display: grid; grid-template-columns: 50px 1fr 22px; gap: 16px; padding: 25px 0 28px; border-bottom: 1px solid var(--line); }
.system-list li > span { padding-top: 5px; color: var(--acid-ink); font-family: var(--font-mono); font-size: 9px; }
.system-list h3 { margin: 0; font-size: clamp(24px, 2.5vw, 35px); letter-spacing: -.06em; }
.system-list p { max-width: 480px; margin: 8px 0 0; color: #4c534c; font-size: 13px; line-height: 1.55; }
.system-list i { align-self: center; font-style: normal; }

.experience-header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.experience-header h2 { max-width: 760px; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.experience-card { min-height: 310px; padding: 23px 26px 26px; border-right: 1px solid var(--line); }
.experience-card:first-child { border-left: 1px solid var(--line); }
.experience-year { color: var(--muted); font-family: var(--font-mono); font-size: 9px; }
.experience-card h3 { margin: 83px 0 4px; font-size: 26px; letter-spacing: -.065em; }
.experience-card p { margin: 0; color: #4d544d; font-size: 12px; }
.experience-card small { color: var(--muted); }
.experience-card ul { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 23px 0 0; padding: 0; list-style: none; }
.experience-card li { color: var(--muted); font-family: var(--font-mono); font-size: 8px; letter-spacing: .03em; text-transform: uppercase; }

.skill-window { overflow: hidden; color: var(--paper); background: var(--ink-soft); }
.window-bar { display: flex; height: 40px; align-items: center; gap: 6px; padding: 0 16px; border-bottom: 1px solid var(--line-light); }
.window-bar span { width: 7px; height: 7px; border: 1px solid #7f887f; border-radius: 50%; }
.window-bar span:first-child { border-color: var(--acid); }
.window-bar p { margin: 0 auto; color: #8f978e; font-family: var(--font-mono); font-size: 8px; }
.skill-content { display: grid; min-height: 440px; grid-template-columns: .46fr 1.54fr; }
.skill-number { display: flex; align-items: flex-end; padding: 38px 32px; border-right: 1px solid var(--line-light); color: var(--acid); font-size: clamp(78px, 10vw, 142px); font-weight: 700; letter-spacing: -.12em; line-height: .8; }
.skill-number span { color: var(--paper); opacity: .45; }
.skill-copy { max-width: 760px; padding: 61px 8% 44px; }
.skill-copy .eyebrow { color: var(--acid); }
.skill-copy h2 { margin-top: 18px; }
.skill-copy h2 em { color: var(--acid); }
.skill-copy > p:not(.eyebrow) { max-width: 560px; margin: 24px 0 0; color: var(--paper-dim); font-size: 14px; line-height: 1.62; }
.install-box { display: flex; gap: 14px; align-items: stretch; margin-top: 29px; padding: 10px 10px 10px 14px; border: 1px solid var(--line-light); }
.install-box code { flex: 1; color: var(--paper-dim); font-family: var(--font-mono); font-size: 9px; line-height: 1.55; overflow-wrap: anywhere; }
.copy-button { min-width: 58px; border: 1px solid var(--acid); color: var(--acid); background: transparent; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.copy-button:hover { color: var(--ink); background: var(--acid); }
.skill-actions { display: flex; flex-wrap: wrap; gap: 27px; margin-top: 20px; }
.text-link { color: var(--paper); font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; }
.text-link span { color: var(--acid); }

.contact { padding-top: clamp(100px, 11vw, 155px); padding-bottom: 64px; }
.contact-rule { height: 1px; margin-bottom: 42px; background: var(--line); }
.contact h2 { max-width: 800px; margin-top: 23px; font-size: clamp(66px, 9vw, 128px); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 37px; }
.contact-actions a { padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-family: var(--font-mono); font-size: 10px; }
.contact-actions span { color: var(--acid-ink); }
.site-footer { display: flex; gap: 20px; justify-content: space-between; padding: 18px 0 24px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--font-mono); font-size: 8px; letter-spacing: .06em; }
.site-footer a { text-decoration: underline; }

.privacy h1 em { color: var(--acid-ink) !important; }
.privacy p, .privacy li { color: #4d544d !important; }
.privacy a { color: var(--acid-ink) !important; }
.privacy .back { color: var(--ink) !important; }

.reveal { opacity: 1; transform: translateY(0); }
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.1,1); }
.js .reveal.in-view { opacity: 1; transform: translateY(0); }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: .35; } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 48px, 1380px); }
  .hero { grid-template-columns: minmax(0, 1fr) 210px; gap: 45px; }
  .hero h1 { font-size: clamp(65px, 9vw, 100px); }
  .case-card { grid-template-columns: 120px minmax(0, 1fr) 220px; }
  .case-body { padding-inline: 30px; }
  .case-footer { padding-left: 24px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 38px, 1380px); }
  .site-header { height: 70px; }
  .desktop-nav { display: none; }
  .hero { display: grid; min-height: 0; grid-template-columns: minmax(0, 1fr) 120px; gap: 28px 20px; align-items: end; padding: 58px 0 48px; }
  .hero-copy { grid-column: 1 / -1; }
  .hero h1 { max-width: 680px; font-size: clamp(60px, 12.5vw, 88px); }
  .hero-portrait-wrap { grid-column: 2; grid-row: 2; width: 120px; margin: 0; }
  .portrait-label { display: none; }
  .hero-note { display: none; }
  .hero-intro { grid-column: 1; }
  .proof-track { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2n + 1) { border-left: 1px solid var(--line-light); }
  .proof-item:nth-child(n + 3) { border-top: 1px solid var(--line-light); }
  .chat-heading, .section-heading { grid-template-columns: 1fr; gap: 21px; }
  .chat-heading > p, .section-heading > p:last-child { max-width: 540px; }
  .chat-rail > div:first-child { align-items: stretch; }
  .chat-rail-label { width: 100%; margin-bottom: 2px; }
  .prompt-chip { flex: 1; min-width: 160px; text-align: left; }
  .work-grid { border-top: 1px solid var(--line); }
  .case-card { display: block; min-height: 0; padding: 27px 0; }
  .case-topline { display: flex; justify-content: space-between; padding: 0 0 23px; }
  .case-topline span + span { margin: 0; }
  .case-body { padding: 0; border: 0; }
  .case-footer { margin-top: 26px; padding: 0; border: 0; }
  .system { margin-top: 95px; }
  .system-inner { grid-template-columns: 1fr; gap: 46px; }
  .system-aside { position: static; }
  .experience-header { display: grid; gap: 23px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card, .experience-card:first-child { min-height: 210px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
  .experience-card h3 { margin-top: 44px; }
  .skill-content { grid-template-columns: 1fr; }
  .skill-number { display: none; }
  .skill-copy { padding: 50px 8% 42px; }
}

@media (max-width: 520px) {
  :root { --shell: calc(100vw - 32px); }
  .brand > span:last-child { display: none; }
  .nav-chat { font-size: 8px; }
  .hero { display: block; padding-top: 44px; }
  .hero-location { margin-bottom: 27px; }
  .hero h1 { font-size: clamp(52px, 15vw, 73px); }
  .hero-intro { margin-top: 25px; font-size: 15px; }
  .hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
  .button-primary { flex: 1; }
  .button-quiet { flex: 0 0 auto; font-size: 8px; }
  .hero-portrait-wrap { width: 104px; margin: 34px 0 0 auto; }
  .portrait-frame { aspect-ratio: 1; border-radius: 50%; }
  .proof-item { min-height: 86px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; padding: 12px; }
  .proof-item strong { font-size: 31px; }
  .section { padding-top: 78px; }
  .section h2 { font-size: clamp(43px, 13vw, 60px); }
  .chat-section { padding-top: 72px; }
  .chat-heading > p { font-size: 13px; }
  .chat-rail { padding: 14px 16px; }
  .prompt-chip { min-width: 135px; padding: 9px; font-size: 9px; }
  .messages { min-height: 250px; max-height: 410px; padding: 23px 16px; }
  .message { max-width: 95%; }
  .message-copy { font-size: 13px; }
  .chat-consent { padding: 11px 16px; font-size: 8px; }
  .chat-form { padding: 9px 8px 4px; }
  .chat-form textarea { font-size: 12px; }
  .chat-status { padding: 4px 16px 10px; font-size: 8px; }
  .case-card { padding: 25px 0; }
  .case-body h3 { font-size: 34px; }
  .case-body > p:last-child { font-size: 12px; }
  .case-footer { font-size: 7px; }
  .system { margin-top: 78px; padding: 72px 0; }
  .system-list li { grid-template-columns: 34px 1fr 15px; gap: 9px; }
  .system-list h3 { font-size: 25px; }
  .system-list p { font-size: 12px; }
  .skill-copy { padding: 42px 20px 33px; }
  .install-box { gap: 8px; }
  .install-box code { font-size: 8px; }
  .copy-button { min-width: 46px; }
  .contact { padding-top: 86px; }
  .contact h2 { font-size: clamp(58px, 18vw, 86px); }
  .contact-actions { display: grid; gap: 14px; }
  .site-footer { flex-wrap: wrap; font-size: 7px; }
  .site-footer span:nth-child(2) { width: 100%; order: 3; }
}

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