:root {
  color-scheme: dark;
  --bg: #111214;
  --surface: #18191c;
  --border: #303136;
  --text: #eeeff1;
  --muted: #a3a5ad;
  --faint: #858891;
  --accent: #c5b2e8;
  --green: #9dbdaa;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { font: inherit; color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
::selection { background: #c5b2e840; color: #fff; }
svg { display: block; flex-shrink: 0; }
button svg { pointer-events: none; }
h1, h2, h3, p { margin: 0; }
[hidden] { display: none !important; }
.container { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.section-spacing { padding-block: 112px; }
.eyebrow { color: var(--muted); font: 500 10px/1.8 var(--mono); letter-spacing: 1.3px; }
.status-dot { display: inline-block; width: 6px; height: 6px; background: var(--green); border-radius: 50%; flex-shrink: 0; }
.skip-link { position: fixed; z-index: 30; top: 12px; left: 12px; padding: 10px 18px; color: var(--bg); background: var(--accent); transform: translateY(-150%); border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

/* A neutral palette and deliberate type hierarchy keep the focus on the product. */
.site-header { position: sticky; top: 0; z-index: 20; background: #111214f5; border-bottom: 1px solid #ffffff0c; backdrop-filter: blur(16px); }
.header-inner { display: flex; height: 88px; align-items: center; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 750 24px/1 var(--mono); letter-spacing: -1px; }
.brand-mark { width: 24px; height: 24px; color: var(--accent); }
.header-caption { border-left: 1px solid var(--border); padding-left: 23px; color: var(--faint); font-size: 12px; }
.navigation { display: flex; align-items: center; gap: 27px; margin-left: auto; color: #bfc0c6; font-size: 13px; }
.navigation a, .footer-top a, .text-link { transition: color 160ms; }
.navigation a:hover, .footer-top a:hover { color: #fff; }
.github-nav span { margin-left: 4px; color: var(--faint); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; font-weight: 550; line-height: 1.2; white-space: nowrap; transition: background 160ms, border-color 160ms; }
.button svg { width: 18px; height: 18px; }
.button-small { min-height: 39px; padding-inline: 16px; color: #18191c; background: #eeeff1; font-size: 12px; }
.button-small:hover { background: #fff; }
.button-primary { color: #211a2a; background: #d2c3ec; border-color: #d2c3ec; }
.button-primary:hover { background: #e1d6f4; border-color: #e1d6f4; }
.button-arrow { margin-left: 16px; font-size: 19px; font-weight: 400; }
.button-secondary { color: #dadbe0; border-color: #414249; background: transparent; }
.button-secondary:hover { background: #232428; border-color: #686970; }
.menu-toggle { display: none; }

.hero { padding-block: 83px 97px; }
.hero-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hero-topline .eyebrow { display: flex; align-items: center; gap: 11px; font-size: 10px; color: #bcbfc5; }
.release-badge { display: inline-flex; align-items: center; gap: 9px; border: 1px solid #35363c; border-radius: 4px; padding: 4px 9px; color: #aaaeb7; font: 10px/1.5 var(--mono); }
.release-badge:hover { border-color: #71717b; color: var(--text); }
.badge-version { color: #8f929c; }
.hero-intro { display: grid; grid-template-columns: 1.55fr 1fr; align-items: end; gap: 64px; margin-top: 45px; }
.hero h1 { font-size: clamp(65px, 6.4vw, 94px); line-height: 1.075; font-weight: 540; letter-spacing: -.062em; }
.hero h1 > span { color: var(--accent); }
.hero-content { padding-bottom: 4px; }
.hero-description { max-width: 410px; color: #adb0b7; font-size: 17px; line-height: 1.8; letter-spacing: -.12px; }
.hero-actions { display: flex; gap: 11px; margin-top: 27px; }
.hero-note { display: flex; gap: 9px; align-items: center; color: var(--faint); margin-top: 17px; font-size: 11px; }
.hero-note > span { color: #6e717a; }

.provider-section { display: flex; align-items: center; justify-content: space-between; gap: 44px; padding-block: 38px; border-block: 1px solid var(--border); }
.provider-intro > p:last-child { margin-top: 4px; color: var(--faint); font-size: 12px; }
.provider-list { display: flex; align-items: center; gap: 48px; }
.provider { display: flex; align-items: center; gap: 9px; font-size: 24px; font-weight: 550; letter-spacing: -.7px; color: #b9bcc5; }
.provider svg { width: 26px; height: 26px; }
.provider-openai img { display: block; width: 105px; height: auto; }
.provider-claude { font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 500; }
.provider-router { font-size: 23px; letter-spacing: -.9px; }

h2 { font-size: clamp(40px, 4vw, 52px); line-height: 1.15; letter-spacing: -.045em; font-weight: 530; }
.muted-heading { color: #8a8d98; }
.workflow-section { margin-top: 112px; background: #17181b; border-block: 1px solid #2c2d32; }
.workflow-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; }
.workflow-intro h2 { margin-top: 22px; }
.workflow-intro > p:not(.eyebrow) { max-width: 385px; margin-top: 24px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.text-link { display: inline-flex; align-items: center; gap: 18px; color: #d7caeb; font-size: 13px; }
.text-link:hover { color: #fff; }
.workflow-intro .text-link { margin-top: 28px; }
.workflow-decoration { display: flex; align-items: center; gap: 18px; width: 280px; margin-top: 56px; color: #989aa4; font: 11px var(--mono); }
.workflow-decoration b { display: flex; justify-content: center; align-items: center; width: 42px; height: 42px; border: 1px solid #49434f; border-radius: 5px; color: var(--accent); background: #222127; font-size: 25px; font-weight: 400; }
.workflow-decoration i { height: 1px; flex: 1; background: #414249; position: relative; }
.workflow-decoration i::after { content: ""; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; border-top: 1px solid #80818a; border-right: 1px solid #80818a; transform: rotate(45deg); }
.workflow-steps { margin: 0; padding: 0; list-style: none; }
.workflow-steps li { display: flex; gap: 23px; position: relative; padding-bottom: 37px; }
.workflow-steps li:last-child { padding-bottom: 0; }
.workflow-steps li:not(:last-child)::before { content: ""; position: absolute; top: 37px; left: 17px; bottom: 6px; width: 1px; background: #34353c; }
.step-number { display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; flex-shrink: 0; border: 1px solid #41424a; border-radius: 5px; color: #c0c1ca; background: #202125; font: 10px var(--mono); }
.workflow-steps li > div { min-width: 0; }
.workflow-steps h3 { margin-block: 2px 10px; font-size: 18px; font-weight: 550; letter-spacing: -.3px; }
.workflow-steps p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.workflow-steps code { display: block; padding: 11px 13px; border: 1px solid #37383e; border-radius: 4px; margin-top: 15px; background: #111214; color: #c7c3cf; font: 11px/1.8 var(--mono); overflow-wrap: anywhere; }
.workflow-steps code > span { color: var(--accent); margin-right: 9px; }
.step-result { display: flex; align-items: center; gap: 8px; margin-top: 16px; color: #a6b8ad; font: 11px var(--mono); }

.install-intro { text-align: center; }
.install-intro h2 { margin-top: 20px; }
.install-intro > p:last-child { color: var(--muted); font-size: 15px; margin-top: 20px; }
.install-card { max-width: 880px; margin: 45px auto 0; border: 1px solid #45444d; border-radius: 7px; background: #151619; overflow: hidden; }
.install-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; height: 58px; padding: 0 28px; background: #1e1e22; border-bottom: 1px solid #37383e; }
.install-tabs { display: flex; align-self: stretch; gap: 28px; }
.install-tabs button { position: relative; display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 0; padding: 0; color: #9c9ca8; font: 12px var(--mono); }
.install-tabs button:hover { color: #fff; }
.install-tabs button[aria-selected="true"] { color: #dfd0f1; }
.install-tabs button[aria-selected="true"]::after { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: var(--accent); }
.install-tabs button svg { width: 18px; height: 18px; }
.install-source-label { color: #8e909b; font: 9px var(--mono); letter-spacing: 1px; }
.install-panel { padding: 30px 28px 24px; }
.code-block { position: relative; }
.copy-button { position: absolute; right: 0; top: -5px; display: flex; gap: 7px; align-items: center; min-height: 34px; border: 1px solid #45434d; border-radius: 4px; background: #232228; color: #bbb3c7; padding: 6px 10px; font: 10px var(--mono); }
.copy-button:hover { background: #302b39; border-color: #72667f; }
.copy-button svg { width: 14px; height: 14px; }
.copy-button.is-copied { color: var(--green); border-color: #5f7c68; }
pre { margin: 0; padding-bottom: 6px; overflow-x: auto; }
.code-block code { color: #d8d2e1; font: 13px/2.2 var(--mono); }
.code-comment { display: inline-block; padding-right: 94px; margin-bottom: 15px; color: #8a8697; font-size: 11px; }
.install-requirements { display: flex; gap: 9px; align-items: flex-start; border-top: 1px solid #303137; padding-top: 19px; margin-top: 19px; }
.requirements-icon { color: #a3a1ae; font-size: 14px; }
.install-requirements p { color: #95939f; font-size: 12px; line-height: 1.9; }
.launch-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 28px; background: #1c1c21; border-top: 1px solid #37353f; }
.launch-row > div:first-child { display: flex; align-items: center; gap: 10px; color: #b1abbc; font-size: 12px; }
.launch-command { display: flex; align-items: center; gap: 20px; padding: 7px 10px; border: 1px solid #49404f; border-radius: 4px; background: #26222c; }
.launch-command code { color: #d4c5e5; font: 12px var(--mono); }
.icon-copy { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 0; padding: 5px; background: transparent; color: #ae98be; }
.icon-copy:hover, .icon-copy.is-copied { color: #fff; }
.icon-copy svg { width: 15px; height: 15px; }
.install-footnote { text-align: center; margin-top: 24px; color: #98949f; font-size: 12px; line-height: 2; }
.install-footnote a { color: #cfc2e3; white-space: nowrap; }
.install-footnote a:hover { text-decoration: underline; text-underline-offset: 3px; }

.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; border-top: 1px solid var(--border); }
.faq-heading h2 { margin-top: 22px; }
.faq-heading .text-link { margin-top: 28px; }
.faq-list details { border-bottom: 1px solid #34333a; }
.faq-list details:first-child { border-top: 1px solid #34333a; }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-block: 22px; cursor: pointer; color: #d6d1df; font-size: 16px; font-weight: 450; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { position: relative; display: block; width: 14px; height: 14px; flex-shrink: 0; }
.faq-list summary > span::before, .faq-list summary > span::after { content: ""; position: absolute; background: #a99ab8; top: 6px; left: 1px; width: 12px; height: 1px; }
.faq-list summary > span::after { transform: rotate(90deg); transition: transform 150ms; }
.faq-list details[open] summary > span::after { transform: rotate(0); }
.faq-list details > p { padding-bottom: 25px; padding-right: 25px; color: #a4a0ac; font-size: 14px; line-height: 1.9; }
.faq-list code { padding: 2px 4px; background: #26222b; border-radius: 3px; color: #cdb8df; font: 12px var(--mono); overflow-wrap: anywhere; }

.closing-section { padding-block: 83px; background: #1b191f; border-block: 1px solid #39313f; }
.closing-layout { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.closing-section h2 { margin-top: 18px; font-size: clamp(44px, 5vw, 68px); letter-spacing: -.05em; }
.closing-section h2 > span { color: var(--accent); }
.closing-section .button { min-width: 191px; }
.closing-note { text-align: center; margin-top: 15px; color: #a397ab; font-size: 11px; }
.site-footer { padding-block: 42px 29px; }
.footer-top { display: flex; align-items: center; gap: 33px; padding-bottom: 34px; }
.footer-top .brand { font-size: 21px; }
.footer-top .brand-mark { width: 20px; height: 20px; }
.footer-top > p { color: #9c93a3; font-size: 12px; }
.footer-top nav { display: flex; gap: 27px; margin-left: auto; color: #b7a9c2; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid #2d2734; padding-top: 24px; color: #95869f; font: 9px/1.7 var(--mono); }
.footer-bottom > span:nth-child(2) { display: flex; align-items: center; gap: 9px; letter-spacing: 1px; font-size: 8px; }
.footer-bottom > span:nth-child(2) .status-dot { width: 4px; height: 4px; }
.footer-bottom a:hover { color: #e2cdeb; }
.toast { position: fixed; bottom: 24px; left: 50%; z-index: 40; width: max-content; max-width: calc(100% - 32px); padding: 12px 21px; border: 1px solid #64596c; border-radius: 5px; background: #292330; color: #e9dff2; font-size: 13px; text-align: center; box-shadow: 0 6px 30px #0005; opacity: 0; transform: translate(-50%, 15px); pointer-events: none; transition: opacity 180ms, transform 180ms; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1200px) {
  .container { width: calc(100% - 80px); }
  .header-caption { display: none; }
  .hero-intro { gap: 42px; grid-template-columns: 1.4fr 1fr; }
  .hero h1 { font-size: clamp(61px, 6.65vw, 80px); }
  .hero-description { font-size: 16px; }
  .hero-actions .button { padding-inline: 15px; font-size: 12px; }
  .hero-actions .button-arrow { margin-left: 8px; }
  .provider-list { gap: 30px; }
  .provider { font-size: 20px; }
  .provider-claude { font-size: 24px; }
  .provider-router { font-size: 19px; }
  .provider svg { width: 23px; height: 23px; }
  .provider-intro > p:last-child { font-size: 11px; }
  .provider-intro .eyebrow { font-size: 9px; }
  .workflow-layout { gap: 70px; }
  .faq-section { gap: 70px; }
}
@media (max-width: 960px) {
  .container { width: calc(100% - 64px); }
  .section-spacing { padding-block: 88px; }
  .header-inner { height: 78px; gap: 23px; }
  .navigation { gap: 20px; font-size: 12px; }
  .hero { padding-block: 60px 72px; }
  .hero-intro { grid-template-columns: 1fr; gap: 30px; margin-top: 34px; }
  .hero h1 { font-size: 86px; }
  .hero-content { display: grid; grid-template-columns: 1fr auto; column-gap: 34px; align-items: start; }
  .hero-description { grid-row: span 2; max-width: 380px; }
  .hero-actions { margin-top: 4px; }
  .hero-note { margin-top: 13px; }
  .provider-section { display: block; padding-block: 33px; }
  .provider-intro { display: flex; justify-content: space-between; align-items: center; }
  .provider-intro > p:last-child { margin-top: 0; }
  .provider-list { margin-top: 24px; justify-content: space-between; }
  .provider { font-size: 23px; }
  .provider-claude { font-size: 26px; }
  .provider-router { font-size: 22px; }
  .workflow-section { margin-top: 88px; }
  .workflow-layout { gap: 45px; }
  .workflow-intro > p:not(.eyebrow) { font-size: 14px; }
  .workflow-steps li { gap: 17px; }
  .workflow-steps h3 { font-size: 16px; }
  .workflow-steps p { font-size: 13px; }
  .workflow-steps code { font-size: 10px; }
  h2 { font-size: 41px; }
  .faq-section { gap: 45px; }
  .faq-list summary { font-size: 14px; }
  .faq-list details > p { font-size: 13px; }
  .footer-top { gap: 22px; flex-wrap: wrap; }
  .footer-top nav { gap: 19px; }
}
@media (max-width: 800px) {
  .header-inner { height: 72px; gap: 15px; }
  .header-cta { margin-left: auto; }
  .js .menu-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 39px; height: 39px; border: 1px solid #44434b; border-radius: 4px; background: transparent; }
  .menu-toggle span { width: 14px; height: 1px; background: #d0c8d9; transition: transform 150ms; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .js .navigation { display: none; position: absolute; top: 72px; left: 0; right: 0; margin: 0; padding: 16px 32px 23px; background: #19191d; border-bottom: 1px solid #48424f; box-shadow: 0 14px 24px #0003; }
  .js .navigation.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .js .navigation a { padding: 12px 0; font-size: 14px; }
  .hero-content { display: block; }
  .hero-description { max-width: 550px; font-size: 17px; }
  .hero-actions { margin-top: 27px; }
  .hero-actions .button { padding-inline: 20px; font-size: 13px; }
  .hero-note { margin-top: 16px; }
  .workflow-layout { grid-template-columns: 1fr; gap: 48px; }
  .workflow-intro > p:not(.eyebrow) { max-width: 500px; font-size: 15px; }
  .workflow-decoration { display: none; }
  .workflow-steps h3 { font-size: 18px; }
  .workflow-steps p { font-size: 14px; }
  .workflow-steps code { font-size: 12px; }
  .faq-section { grid-template-columns: 1fr; gap: 37px; }
  .faq-list summary { font-size: 16px; }
  .faq-list details > p { font-size: 14px; }
  .closing-section h2 { font-size: 48px; }
  .closing-section .eyebrow { font-size: 8px; }
  .footer-top nav { margin-left: 0; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 92px; }
  .container { width: calc(100% - 40px); }
  .section-spacing { padding-block: 64px; }
  .brand { font-size: 22px; gap: 8px; }
  .brand-mark { width: 21px; height: 21px; }
  .header-inner { gap: 12px; }
  .header-cta { padding-inline: 12px; min-height: 37px; font-size: 11px; }
  .js .menu-toggle { height: 37px; width: 37px; }
  .js .navigation { padding-inline: 20px; }
  body:not(.js) .header-inner { height: auto; padding-block: 17px; flex-wrap: wrap; }
  body:not(.js) .navigation { order: 3; width: 100%; justify-content: space-between; margin-top: 12px; gap: 12px; font-size: 11px; }
  .hero { padding-block: 44px 52px; }
  .hero-topline { gap: 12px; }
  .hero-topline .eyebrow { font-size: 8px; letter-spacing: 1px; gap: 8px; }
  .release-badge { gap: 6px; font-size: 8px; padding: 4px 7px; }
  .hero-intro { gap: 23px; margin-top: 31px; }
  .hero h1 { font-size: clamp(44px, 11vw, 66px); line-height: 1.1; letter-spacing: -.057em; }
  .hero-description { font-size: 15px; max-width: 400px; line-height: 1.8; }
  .hero-actions { margin-top: 25px; gap: 10px; }
  .hero-actions .button { min-height: 47px; padding-inline: 15px; font-size: 12px; }
  .hero-note { font-size: 10px; }
  .provider-section { padding-block: 30px 34px; }
  .provider-intro { display: block; }
  .provider-intro .eyebrow { font-size: 8px; }
  .provider-intro > p:last-child { margin-top: 5px; font-size: 12px; }
  .provider-list { display: grid; grid-template-columns: 1fr 1fr; row-gap: 24px; column-gap: 20px; margin-top: 27px; }
  .provider { font-size: 23px; gap: 10px; }
  .provider-claude { font-size: 25px; }
  .provider-router { font-size: 21px; }
  .provider svg { width: 24px; height: 24px; }
  .eyebrow { font-size: 9px; }
  h2 { font-size: 39px; }
  .workflow-section { margin-top: 64px; }
  .workflow-layout { gap: 37px; }
  .workflow-intro h2 { margin-top: 18px; }
  .workflow-intro > p:not(.eyebrow) { margin-top: 20px; font-size: 14px; }
  .workflow-intro .text-link { margin-top: 21px; }
  .workflow-steps li { gap: 16px; padding-bottom: 32px; }
  .workflow-steps h3 { font-size: 16px; }
  .workflow-steps p { font-size: 13px; }
  .workflow-steps code { font-size: 10px; padding-inline: 10px; }
  .step-number { width: 30px; height: 30px; font-size: 9px; }
  .workflow-steps li:not(:last-child)::before { left: 14px; }
  .step-result { font-size: 10px; }
  .install-intro { text-align: left; }
  .install-intro > p:last-child { font-size: 14px; margin-top: 17px; }
  .install-card { margin-top: 30px; border-radius: 5px; }
  .install-toolbar { padding-inline: 16px; height: 53px; }
  .install-tabs { gap: 22px; }
  .install-tabs button { font-size: 11px; gap: 6px; }
  .install-source-label { font-size: 7px; letter-spacing: .6px; }
  .install-panel { padding: 21px 16px 18px; }
  .code-block { padding-top: 34px; }
  .code-block code { font-size: 11px; line-height: 2.3; }
  .code-comment { padding-right: 0; font-size: 9px; margin-bottom: 10px; }
  .copy-button { top: -5px; min-height: 32px; }
  .install-requirements p { font-size: 11px; }
  .launch-row { padding: 15px 16px; flex-wrap: wrap; gap: 13px; }
  .launch-row > div:first-child { font-size: 11px; }
  .launch-command { width: 100%; justify-content: space-between; padding-block: 6px; }
  .install-footnote { text-align: left; font-size: 11px; }
  .install-footnote a { white-space: normal; }
  .faq-heading h2 { margin-top: 18px; }
  .faq-heading .text-link { margin-top: 21px; }
  .faq-list summary { font-size: 14px; padding-block: 21px; }
  .faq-list details > p { font-size: 13px; padding-right: 8px; }
  .faq-list code { font-size: 11px; }
  .closing-section { padding-block: 57px; }
  .closing-layout { flex-direction: column; align-items: flex-start; gap: 28px; }
  .closing-section h2 { margin-top: 17px; font-size: 47px; }
  .closing-section .eyebrow { font-size: 8px; }
  .closing-section .button { min-width: 182px; }
  .closing-note { text-align: left; font-size: 10px; margin-top: 13px; }
  .site-footer { padding-block: 33px 25px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 19px; padding-bottom: 28px; }
  .footer-top > p { font-size: 11px; margin-top: -5px; }
  .footer-top nav { font-size: 11px; gap: 27px; }
  .footer-bottom { flex-wrap: wrap; gap: 19px; padding-top: 24px; font-size: 8px; }
  .footer-bottom > span:first-child { flex-basis: 100%; }
  .footer-bottom > span:nth-child(2) { font-size: 7px; letter-spacing: .8px; }
  .footer-bottom a { margin-left: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
