/*
Theme Name: Zoomix Demo
Theme URI: https://zhouwen.cc/
Author: Codex
Description: Zoomix 摄像机中文产品官网演示主题。
Version: 2.0.1
Text Domain: zoomix-demo
*/

:root {
  --ink: #111214;
  --paper: #f4f4f2;
  --white: #fff;
  --muted: #686b70;
  --line: rgba(17,18,20,.13);
  --dark: #08090b;
  --dark-2: #111318;
  --blue: #1ed7f2;
  --blue-2: #72edff;
  --max: 1280px;
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 56px), var(--max)); margin-inline: auto; }
.site-main { overflow: clip; }
.section { padding: 130px 0; }
.eyebrow { display: inline-block; color: #51545a; font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .2em; }
.eyebrow--light { color: rgba(255,255,255,.72); }
.display-title { margin: 18px 0 0; font-size: clamp(48px, 7.3vw, 102px); line-height: .96; letter-spacing: -.065em; font-weight: 650; }
.display-lead { max-width: 760px; margin: 34px 0 0 auto; color: var(--muted); font-size: clamp(18px, 2vw, 25px); line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 13px; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 14px; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: #fff; }
.pill { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; font-size: 14px; font-weight: 750; }
.pill--light { color: #101216; background: #fff; border-color: #fff; }
.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Global navigation */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 72px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); transition: color .25s, background .25s, border-color .25s; }
.site-header.is-scrolled, body:not(.home) .site-header { color: var(--ink); background: rgba(255,255,255,.92); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 72px; display: flex; align-items: center; justify-content: space-between; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 900; letter-spacing: .12em; }
.brand-mark { width: 29px; height: 29px; display: flex; align-items: center; justify-content: center; gap: 2px; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark i { display: block; width: 7px; height: 7px; border: 1.5px solid currentColor; border-radius: 50%; }
.nav-links { height: 100%; display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 650; }
.nav-links > a, .nav-group > a { display: flex; align-items: center; height: 100%; }
.nav-links > a:hover, .nav-group > a:hover { opacity: .65; }
.nav-group { position: relative; height: 100%; }
.subnav { position: absolute; top: 71px; left: 50%; min-width: 290px; padding: 12px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 0 0 18px 18px; box-shadow: 0 24px 50px rgba(0,0,0,.12); transform: translate(-50%, 8px); opacity: 0; visibility: hidden; transition: .2s ease; }
.nav-group:hover .subnav, .nav-group:focus-within .subnav { transform: translate(-50%, 0); opacity: 1; visibility: visible; }
.subnav a { display: block; padding: 12px 14px; border-radius: 10px; }
.subnav a:hover { background: #f2f3f4; }
.subnav small { display: block; margin-bottom: 2px; color: #8a8d92; font-size: 10px; letter-spacing: .08em; }
.subnav strong { font-size: 14px; }
.nav-cta { height: 36px !important; padding: 0 17px; color: var(--ink) !important; background: #fff; border-radius: 999px; }
.is-scrolled .nav-cta, body:not(.home) .nav-cta { color: #fff !important; background: var(--ink); }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 0; border: 0; color: inherit; background: transparent; }
.menu-toggle span { display: block; width: 21px; height: 1.5px; margin: 5px auto; background: currentColor; transition: .2s; }

/* Hero */
.hero { min-height: 860px; height: 100svh; max-height: 1080px; position: relative; display: flex; align-items: center; color: #fff; background: #030407; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.67) 32%, rgba(0,0,0,.08) 68%, rgba(0,0,0,.12) 100%), linear-gradient(0deg, rgba(0,0,0,.38), transparent 35%); }
.hero-content { position: relative; z-index: 2; padding-top: 60px; }
.hero h1 { margin: 20px 0 0; font-size: clamp(60px, 9vw, 132px); line-height: .87; letter-spacing: -.07em; font-weight: 680; }
.hero-tagline { margin: 28px 0 0; font-size: clamp(25px, 3.2vw, 46px); line-height: 1.08; letter-spacing: -.04em; font-weight: 580; }
.hero-desc { max-width: 490px; margin: 22px 0 0; color: rgba(255,255,255,.67); font-size: 15px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.hero-content > small { display: block; margin-top: 30px; color: rgba(255,255,255,.42); font-size: 11px; }
.hero-index { position: absolute; z-index: 2; right: max(28px, calc((100vw - var(--max))/2)); bottom: 35px; display: flex; align-items: center; gap: 12px; font-size: 11px; }
.hero-index strong { color: #fff; }
.hero-index em { color: rgba(255,255,255,.45); font-style: normal; }
.hero-index span { width: 80px; height: 1px; background: rgba(255,255,255,.3); position: relative; }
.hero-index span::before { content: ""; position: absolute; inset: 0 66% 0 0; background: #fff; }

.product-nav { position: sticky; z-index: 80; top: 72px; height: 56px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.product-nav .container { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.product-nav strong { font-size: 14px; }
.product-nav div div { display: flex; gap: 26px; color: #666a70; font-size: 12px; }
.product-nav a:hover { color: var(--ink); }

/* Intro and product */
.intro { background: #fff; }
.intro .container { padding-top: 15px; }
.product-section { padding-top: 40px; background: #fff; }
.product-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 46px; }
.product-head h2 { margin: 12px 0 0; font-size: clamp(44px, 6vw, 82px); line-height: 1; letter-spacing: -.055em; }
.product-head > div:last-child { text-align: right; }
.product-head p { margin: 0 0 14px; color: var(--muted); }
.product-canvas { min-height: 760px; border-radius: var(--radius); position: relative; overflow: hidden; background: #090b0f; }
.product-canvas > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transform: scale(.91); }
.image-note { position: absolute; left: 28px; bottom: 24px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .17em; }
.floating-spec { position: absolute; min-width: 135px; padding: 17px 19px; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: rgba(10,12,16,.42); backdrop-filter: blur(12px); }
.floating-spec b { display: block; font-size: 29px; line-height: 1; }
.floating-spec small { color: rgba(255,255,255,.55); font-size: 10px; }
.floating-spec--one { top: 38px; left: 38px; }
.floating-spec--two { right: 38px; bottom: 38px; }
.product-copy { max-width: 850px; margin-top: 42px; color: var(--muted); font-size: 19px; }
.product-copy ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 26px 0 0; padding: 0; list-style: none; }
.product-copy li { padding-top: 15px; color: var(--ink); border-top: 1px solid var(--line); font-size: 14px; }

/* Feature storytelling */
.feature-section { color: #fff; background: var(--dark); }
.feature-section .eyebrow { color: rgba(255,255,255,.5); }
.section-heading { margin-bottom: 65px; }
.feature-stack { display: grid; gap: 20px; }
.feature-panel { min-height: 560px; padding: 56px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); position: relative; overflow: hidden; background: var(--dark-2); }
.feature-copy { position: relative; z-index: 2; max-width: 610px; }
.feature-copy > span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.feature-copy h3 { margin: 180px 0 18px; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }
.feature-copy p { max-width: 570px; margin: 0; color: rgba(255,255,255,.55); font-size: 17px; }
.tracking-visual { position: absolute; inset: 0 0 0 54%; background: radial-gradient(circle at 50% 50%, rgba(30,215,242,.14), transparent 50%), repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 70px), repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 70px); }
.target-box { position: absolute; width: 170px; height: 240px; left: 50%; top: 50%; border: 1px solid var(--blue); transform: translate(-50%,-50%); box-shadow: 0 0 40px rgba(30,215,242,.12); }
.target-box::before, .target-box::after { content: ""; position: absolute; width: 18px; height: 18px; border-color: var(--blue); }
.target-box::before { left: -1px; top: -1px; border-left: 3px solid; border-top: 3px solid; }
.target-box::after { right: -1px; bottom: -1px; border-right: 3px solid; border-bottom: 3px solid; }
.tracking-visual b { position: absolute; left: 50%; top: calc(50% + 132px); transform: translateX(-50%); color: var(--blue); font-size: 10px; letter-spacing: .15em; }
.tracking-visual small { position: absolute; right: 25px; bottom: 22px; color: rgba(255,255,255,.35); }
.feature-panel--split { background: radial-gradient(circle at 80% 45%, rgba(86,79,255,.22), transparent 32%), #111319; }
.lens-pair { position: absolute; right: 9%; top: 50%; display: flex; gap: 28px; transform: translateY(-50%); }
.lens-pair i { width: 150px; height: 150px; border: 18px solid #242831; border-radius: 50%; background: radial-gradient(circle, #03070c 15%, #102c49 24%, #27194e 34%, #090a0d 48%); box-shadow: 0 0 0 1px #545963, inset 0 0 35px #000, 0 28px 70px rgba(0,0,0,.5); }
.feature-panel--connect { min-height: 500px; background: linear-gradient(145deg, #171a20, #0d0f13); }
.feature-panel--connect .feature-copy h3 { margin-top: 115px; }
.port-list { position: absolute; right: 55px; top: 50%; width: 38%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; transform: translateY(-50%); }
.port-list span { padding: 19px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: rgba(255,255,255,.7); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; }

/* Specs and vision */
.specs-section { background: #e9eaeb; }
.specs-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.specs-intro { position: sticky; top: 165px; align-self: start; }
.specs-intro h2 { margin: 18px 0 25px; font-size: clamp(43px, 5vw, 68px); line-height: 1.03; letter-spacing: -.05em; }
.specs-intro p { color: var(--muted); }
.demo-chip { display: inline-flex; margin-top: 22px; padding: 8px 12px; color: #53575d; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { padding: 22px 3px; border-bottom: 1px solid rgba(17,18,20,.14); text-align: left; vertical-align: top; font-size: 14px; }
.spec-table th { width: 34%; color: #777a80; font-weight: 500; }
.spec-table td { font-weight: 650; }
.vision { padding: 180px 0; text-align: center; background: #fff; }
.vision blockquote { max-width: 1150px; margin: 38px auto 28px; font-size: clamp(40px, 6vw, 86px); line-height: 1.12; letter-spacing: -.06em; font-weight: 560; }
.vision p { color: var(--muted); font-size: 13px; }

/* Solutions */
.solutions-section { background: #f1f1ef; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.solution-card { min-height: 390px; padding: 38px; border-radius: 20px; position: relative; overflow: hidden; background: #fff; }
.solution-card > span, .solution-card--image div > span { color: #777a80; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.solution-card h3 { margin: 90px 0 13px; font-size: 40px; line-height: 1; letter-spacing: -.045em; }
.solution-card p { max-width: 390px; color: var(--muted); }
.solution-card > b { position: absolute; right: 30px; bottom: 20px; color: #e2e3e4; font-size: 95px; line-height: 1; font-weight: 500; }
.solution-card--image { min-height: 600px; grid-row: span 2; padding: 0; color: #fff; background: #08090b; }
.solution-card--image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.solution-card--image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.87), transparent 62%); }
.solution-card--image div { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 40px; }
.solution-card--image h3 { margin-top: 14px; }
.solution-card--image p { color: rgba(255,255,255,.65); }
.solution-card--image > small { position: absolute; z-index: 2; right: 22px; top: 20px; color: rgba(255,255,255,.45); }

/* News and downloads */
.news-section { background: #fff; }
.section-heading--row { display: flex; align-items: flex-end; justify-content: space-between; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { min-height: 330px; padding: 28px; border-top: 1px solid var(--ink); background: #f5f5f3; }
.news-card > span { color: #777a80; font-size: 10px; letter-spacing: .12em; }
.news-card h3 { margin: 54px 0 16px; font-size: 27px; line-height: 1.25; letter-spacing: -.03em; }
.news-card p { color: var(--muted); font-size: 14px; }
.news-card .text-link { margin-top: 30px; }
.download-section { color: #fff; background: var(--dark); }
.download-section .eyebrow { color: rgba(255,255,255,.5); }
.download-section .section-heading p { color: rgba(255,255,255,.5); }
.download-orbit { width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--blue); font-size: 28px; }
.download-list { border-top: 1px solid rgba(255,255,255,.18); }
.download-row { min-height: 108px; display: grid; grid-template-columns: 1.4fr .5fr .7fr 48px; gap: 20px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); }
.download-row small { color: var(--blue); font-size: 10px; letter-spacing: .12em; }
.download-row h3 { margin: 6px 0 0; font-size: 20px; }
.download-row > span { color: rgba(255,255,255,.48); font-size: 12px; }
.download-row > a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--blue); }

/* FAQ and contact */
.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-intro { position: sticky; top: 160px; align-self: start; }
.faq-intro h2 { margin: 17px 0; font-size: clamp(48px, 6vw, 80px); line-height: 1; letter-spacing: -.055em; }
.faq-intro p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 27px 0; border: 0; color: var(--ink); background: none; display: flex; justify-content: space-between; gap: 25px; text-align: left; font-size: 17px; font-weight: 700; cursor: pointer; }
.faq-question::after { content: "+"; color: #777; font-size: 24px; line-height: 1; font-weight: 400; transition: transform .2s; }
.faq-item.is-open .faq-question::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .3s ease; }
.faq-answer-inner { padding: 0 55px 25px 0; }
.faq-answer p { margin-top: 0; }
.contact-section { padding: 150px 0; color: #fff; background: radial-gradient(circle at 80% 30%, rgba(30,215,242,.17), transparent 25%), #07080a; }
.contact-section h2 { margin: 28px 0; font-size: clamp(52px, 8vw, 110px); line-height: .96; letter-spacing: -.065em; }
.contact-section p { max-width: 600px; color: rgba(255,255,255,.55); }
.contact-section .pill { margin-top: 28px; }

/* Footer */
.site-footer { padding: 70px 0 30px; color: #d7d8da; background: #111316; }
.footer-top { padding-bottom: 58px; display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { color: #fff; font-size: 18px; }
.footer-top p { margin: 0; color: #fff; text-align: right; font-size: 19px; }
.footer-top small { color: rgba(255,255,255,.4); font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; padding: 55px 0 80px; }
.footer-grid h3 { margin: 0 0 18px; color: #fff; font-size: 12px; }
.footer-grid a, .footer-grid span { display: block; margin: 9px 0; color: rgba(255,255,255,.46); font-size: 12px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.33); font-size: 11px; }

/* Inner posts */
.article-shell { min-height: 80vh; padding: 150px 0 100px; }
.article-shell article { max-width: 850px; }
.article-shell h1 { margin: 24px 0; font-size: clamp(44px, 7vw, 82px); line-height: 1.04; letter-spacing: -.055em; }
.article-content { color: #565a60; font-size: 18px; }
.article-content img { border-radius: 18px; }

@media (max-width: 980px) {
  .section { padding: 100px 0; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 72px; left: 0; right: 0; height: auto; max-height: calc(100vh - 72px); padding: 22px 28px 34px; color: var(--ink); background: #fff; border-top: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; }
  .nav-links.is-open { display: flex; }
  .nav-links > a, .nav-group, .nav-group > a { height: auto; }
  .nav-links > a, .nav-group > a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 18px; color: #fff !important; background: var(--ink); justify-content: center; border: 0 !important; }
  .subnav { position: static; min-width: 0; padding: 0 0 10px; border: 0; border-radius: 0; box-shadow: none; transform: none; opacity: 1; visibility: visible; background: transparent; }
  .subnav a { padding: 8px 0 8px 16px; }
  .product-canvas { min-height: 620px; }
  .feature-panel { min-height: 520px; }
  .tracking-visual { left: 48%; opacity: .7; }
  .feature-copy { max-width: 55%; }
  .lens-pair { right: 4%; gap: 12px; }
  .lens-pair i { width: 105px; height: 105px; border-width: 13px; }
  .specs-layout, .faq-layout { grid-template-columns: 1fr; gap: 55px; }
  .specs-intro, .faq-intro { position: static; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body.admin-bar .site-header { top: 46px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 76px 0; }
  .display-title { font-size: 48px; }
  .display-lead { margin-left: 0; font-size: 17px; }
  .hero { min-height: 760px; max-height: none; }
  .hero-media { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.32)), linear-gradient(0deg, rgba(0,0,0,.65), transparent 45%); }
  .hero-content { padding-top: 40px; }
  .hero h1 { font-size: 60px; }
  .hero-tagline { font-size: 27px; }
  .hero-desc { max-width: 310px; font-size: 13px; }
  .hero-index { right: 18px; bottom: 18px; }
  .product-nav { top: 72px; overflow-x: auto; }
  .product-nav .container { width: max-content; min-width: 100%; padding: 0 14px; gap: 35px; }
  .product-nav div div { gap: 20px; }
  .product-head { align-items: flex-start; flex-direction: column; gap: 22px; }
  .product-head > div:last-child { text-align: left; }
  .product-canvas { min-height: 480px; width: calc(100% - 20px); }
  .product-canvas > img { transform: scale(1.08); }
  .floating-spec { min-width: 105px; padding: 12px; }
  .floating-spec b { font-size: 21px; }
  .floating-spec--one { left: 14px; top: 14px; }
  .floating-spec--two { right: 14px; bottom: 14px; }
  .product-copy { font-size: 16px; }
  .product-copy ul { grid-template-columns: 1fr; }
  .feature-panel { min-height: 560px; padding: 28px; }
  .feature-copy { max-width: none; }
  .feature-copy h3, .feature-panel--connect .feature-copy h3 { margin-top: 45px; font-size: 42px; }
  .feature-copy p { font-size: 15px; }
  .tracking-visual { inset: auto 0 0; height: 48%; opacity: .7; }
  .target-box { width: 110px; height: 145px; }
  .tracking-visual b { top: calc(50% + 85px); }
  .lens-pair { right: auto; left: 50%; top: auto; bottom: 55px; transform: translateX(-50%); }
  .lens-pair i { width: 100px; height: 100px; }
  .port-list { right: 28px; left: 28px; top: auto; bottom: 30px; width: auto; transform: none; }
  .port-list span { padding: 12px; }
  .spec-table th, .spec-table td { display: block; width: 100%; padding: 0; border: 0; }
  .spec-table th { padding-top: 18px; }
  .spec-table td { padding: 5px 0 18px; border-bottom: 1px solid var(--line); }
  .vision { padding: 100px 0; text-align: left; }
  .vision blockquote { font-size: 40px; }
  .solution-grid, .news-grid { grid-template-columns: 1fr; }
  .solution-card, .solution-card--image { min-height: 420px; grid-row: auto; }
  .solution-card:not(.solution-card--image) { min-height: 300px; }
  .solution-card h3 { margin-top: 70px; }
  .section-heading--row { align-items: flex-start; flex-direction: column; gap: 30px; }
  .news-card { min-height: 290px; }
  .download-row { grid-template-columns: 1fr auto; padding: 20px 0; }
  .download-row > span { display: none; }
  .faq-layout { gap: 42px; }
  .contact-section { padding: 100px 0; }
  .contact-section h2 { font-size: 55px; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 25px; }
  .footer-top p { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
