:root {
  --ink: #050505;
  --paper: #ffffff;
  --soft: #f5f5f3;
  --soft-2: #ececea;
  --muted: #676767;
  --line: #dcdcd8;
  --line-dark: #292929;
  --blue: #2667ff;
  --blue-dark: #1748bd;
  --green: #35dd8d;
  --danger: #d92d20;
  --warning: #d97706;
  --radius: 10px;
  --max: 1240px;
  --shadow: 0 20px 60px rgba(0,0,0,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--blue); color: white; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); background: var(--ink); color: #fff; padding: 10px 14px; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; line-height: 1; letter-spacing: .17em; text-transform: uppercase; font-weight: 800; }
.eyebrow::before { content: ""; width: 8px; height: 8px; background: currentColor; border-radius: 50%; }
.display { margin: 0; font-size: clamp(54px, 8.4vw, 132px); line-height: .88; letter-spacing: -.07em; font-weight: 700; }
.h1 { margin: 0; font-size: clamp(48px, 7vw, 104px); line-height: .92; letter-spacing: -.06em; }
.h2 { margin: 0; font-size: clamp(38px, 5vw, 72px); line-height: .98; letter-spacing: -.05em; }
.h3 { margin: 0; font-size: clamp(24px, 3vw, 38px); line-height: 1.05; letter-spacing: -.035em; }
.lead { margin: 0; max-width: 760px; font-size: clamp(19px, 2vw, 27px); line-height: 1.45; color: #474747; letter-spacing: -.02em; }
.muted { color: var(--muted); }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border-radius: 7px; border: 1px solid var(--ink); font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #262626; }
.btn-light { background: #fff; color: var(--ink); border-color: #fff; }
.btn-outline { background: transparent; }
.btn-blue { color: white; background: var(--blue); border-color: var(--blue); }
.btn-sm { min-height: 38px; padding: 0 13px; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 750; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.91); border-bottom: 1px solid rgba(5,5,5,.09); backdrop-filter: blur(18px); }
.nav-shell { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-lockup, .footer-lockup { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-lockup img, .footer-lockup img { width: 42px; height: 42px; object-fit: contain; flex: none; }
.brand-type { display: grid; gap: 1px; line-height: 1; }
.brand-type strong { font-size: 16px; letter-spacing: -.025em; }
.brand-type small { font-size: 9px; letter-spacing: .24em; text-transform: uppercase; font-weight: 800; opacity: .64; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.nav-links a { position: relative; }
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: white; border-radius: 7px; align-items: center; justify-content: center; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 18px; height: 1.5px; background: var(--ink); transition: .25s; }
.menu-toggle span { position: relative; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -6px; } .menu-toggle span::after { top: 6px; }
.menu-open .menu-toggle span { background: transparent; }.menu-open .menu-toggle span::before { transform: translateY(6px) rotate(45deg); }.menu-open .menu-toggle span::after { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; inset: 77px 0 0; z-index: 99; background: white; padding: 30px 20px; }
.mobile-menu a { display: flex; justify-content: space-between; padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 28px; font-weight: 680; letter-spacing: -.04em; }
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(0,0,0,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,.045) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-inner { position: relative; min-height: calc(100vh - 76px); padding: 86px 0 54px; display: grid; grid-template-rows: auto 1fr auto; }
.hero-top { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; }
.hero-copy { align-self: center; display: grid; gap: 38px; padding: 65px 0 75px; }
.hero-copy .display span { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--ink); }
.metric { padding: 21px 0; display: grid; gap: 6px; }
.metric + .metric { padding-left: 24px; border-left: 1px solid var(--ink); }
.metric strong { font-size: 25px; letter-spacing: -.03em; }.metric span { color: var(--muted); font-size: 13px; }
.orbit { position: absolute; right: -3%; top: 14%; width: min(42vw, 600px); aspect-ratio: 1; border: 1px solid rgba(5,5,5,.15); border-radius: 50%; animation: spin 24s linear infinite; }
.orbit::before, .orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(5,5,5,.14); }
.orbit::before { inset: 13%; }.orbit::after { inset: 30%; }
.orbit-dot { position: absolute; width: 17px; height: 17px; border-radius: 50%; background: var(--blue); top: 48%; left: -8px; box-shadow: 0 0 0 10px rgba(38,103,255,.12); }
@keyframes spin { to { transform: rotate(360deg); } }
.logo-strip { background: var(--ink); color: white; overflow: hidden; border-bottom: 1px solid #222; }
.marquee { display: flex; width: max-content; animation: marquee 26s linear infinite; }
.marquee span { padding: 23px 36px; font-size: 14px; letter-spacing: .16em; text-transform: uppercase; font-weight: 750; white-space: nowrap; }
.marquee span::after { content: "✦"; margin-left: 72px; color: var(--blue); }
@keyframes marquee { to { transform: translateX(-50%); } }
.section { padding: 120px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--ink); color: white; }
.section-head { display: grid; grid-template-columns: .8fr 1.4fr; gap: 60px; align-items: start; margin-bottom: 72px; }
.section-head .lead { justify-self: end; }
.service-grid { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 100px 1fr 1fr 48px; gap: 24px; align-items: center; min-height: 158px; border-bottom: 1px solid var(--ink); transition: background .25s, color .25s, padding .25s; }
.service-row:hover { background: var(--ink); color: white; padding: 0 24px; }
.service-row .num { color: var(--muted); font-variant-numeric: tabular-nums; }.service-row h3 { font-size: clamp(25px, 3vw, 43px); letter-spacing: -.045em; margin: 0; }.service-row p { margin: 0; color: var(--muted); line-height: 1.65; }.service-row:hover p,.service-row:hover .num { color: #aaa; }.service-row .arrow { font-size: 30px; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.project-card { position: relative; display:block; min-height: 480px; overflow: hidden; border: 1px solid var(--line-dark); background: #111; color: white; isolation:isolate; }
.project-card.wide { grid-column: 1 / -1; min-height: 610px; }
.project-card > img { position:absolute; inset:0; width:100%; height:100%; max-width:none; object-fit:contain; object-position:center; background:#111; transition:transform .6s cubic-bezier(.2,.7,.2,1); }
.project-card:hover > img { transform: scale(1.025); }
.project-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.93)); }
.project-info { position: absolute; z-index: 2; inset: auto 30px 28px; display: grid; gap: 9px; }
.project-info-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.project-info h3 { margin: 0; font-size: clamp(28px,3vw,42px); letter-spacing: -.045em; }.project-info p { margin: 0; color: #c9c9c9; max-width: 600px; line-height: 1.5; }
.project-tag { font-size: 11px; letter-spacing: .13em; text-transform: uppercase; border: 1px solid rgba(255,255,255,.4); padding: 7px 9px; border-radius: 999px; }
.project-arrow { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: #000; background: white; font-size: 21px; flex: none; }
.project-empty { grid-column: 1/-1; padding: 80px 20px; border: 1px dashed #555; text-align: center; color: #aaa; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.process-card { min-height: 350px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }
.process-card + .process-card { border-left: 1px solid var(--line); }.process-card .step { color: var(--blue); font-weight: 800; }.process-card h3 { font-size: 30px; letter-spacing: -.04em; margin: 0 0 14px; }.process-card p { color: var(--muted); line-height: 1.65; margin: 0; }
.quote-band { padding: 95px 0; background: var(--blue); color: white; }.quote { max-width: 1000px; margin: 0; font-size: clamp(36px,5.4vw,78px); line-height: 1.04; letter-spacing: -.055em; }
.cta-section { position: relative; overflow: hidden; background: var(--ink); color: white; padding: 130px 0; }.cta-section::after { content:""; position:absolute; width:600px; height:600px; border:1px solid #333; border-radius:50%; right:-180px; top:-230px; box-shadow: 0 0 0 70px rgba(255,255,255,.02), 0 0 0 150px rgba(255,255,255,.015); }.cta-inner { position: relative; z-index: 1; display: grid; gap: 34px; }
.site-footer { background: var(--ink); color: white; border-top: 1px solid #292929; padding: 70px 0 28px; }.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 55px; }.footer-brand .footer-lockup img { width:48px; height:48px; }.footer-brand .brand-type strong { font-size:18px; }.footer-brand .brand-type small { color:#aaa; }.footer-brand p { max-width: 420px; color: #8f8f8f; line-height: 1.65; margin: 24px 0; }.footer-col { display: grid; align-content: start; gap: 13px; }.footer-col strong { font-size: 12px; color: #777; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 8px; }.footer-col a { color: #c8c8c8; font-size: 14px; }.footer-col a:hover { color: white; }.footer-bottom { border-top: 1px solid #2b2b2b; margin-top: 65px; padding-top: 24px; display: flex; justify-content: space-between; color: #777; font-size: 12px; }
.page-hero { padding: 115px 0 85px; border-bottom: 1px solid var(--line); }.page-hero .h1 { max-width: 1050px; }.page-hero .lead { margin-top: 35px; }.page-hero.dark { background: var(--ink); color: white; border-color: #282828; }.page-hero.dark .lead { color: #a7a7a7; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }.prose { font-size: 18px; line-height: 1.8; color: #3f3f3f; }.prose h2 { color: var(--ink); font-size: 35px; letter-spacing: -.04em; margin: 55px 0 18px; }.prose h3 { color: var(--ink); font-size: 23px; margin: 35px 0 12px; }.prose p { margin: 0 0 20px; }.prose ul { padding-left: 20px; }.prose li { margin-bottom: 9px; }.legal-meta { border: 1px solid var(--line); background: var(--soft); padding: 25px; position: sticky; top: 105px; }.legal-meta strong { display: block; margin-bottom: 10px; }.legal-meta a { color: var(--blue); }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.value-card { min-height: 280px; background: var(--soft); border: 1px solid var(--line); padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }.value-card .icon { font-size: 32px; }.value-card h3 { font-size: 28px; letter-spacing: -.04em; margin: 0 0 12px; }.value-card p { margin: 0; line-height: 1.65; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; }.contact-note { font-size: 18px; line-height: 1.7; color: var(--muted); }.contact-list { margin-top: 45px; border-top: 1px solid var(--ink); }.contact-list div { padding: 20px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 15px; }.form-card { border: 1px solid var(--line); padding: 34px; background: white; box-shadow: 0 16px 40px rgba(0,0,0,.05); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.field { display: grid; gap: 8px; }.field.full { grid-column: 1/-1; }.field label { font-size: 13px; font-weight: 750; }.field input,.field textarea,.field select { width: 100%; border: 1px solid #cfcfca; border-radius: 6px; background: #fff; padding: 13px 14px; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }.field input:focus,.field textarea:focus,.field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(38,103,255,.12); }.field textarea { min-height: 160px; resize: vertical; }.field small { color: var(--muted); }.check-row { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 13px; line-height: 1.5; }.check-row input { margin-top: 3px; }.form-status { display: none; padding: 13px 15px; border-radius: 6px; font-size: 14px; }.form-status.show { display: block; }.form-status.success { background: #e8fff2; color: #12663c; border: 1px solid #9ee7bf; }.form-status.error { background: #fff0ef; color: #8d2119; border: 1px solid #f0b5af; }.hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.insight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.insight-card { border: 1px solid var(--line); min-height: 380px; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }.insight-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.insight-art { min-height: 190px; background: var(--ink); color: white; padding: 24px; display: flex; align-items: end; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; background-image: radial-gradient(circle at 20% 20%, rgba(38,103,255,.8), transparent 28%), linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: auto, 28px 28px, 28px 28px; }.insight-body { padding: 24px; display: grid; gap: 16px; flex:1; }.insight-body h3 { margin:0; font-size:26px; letter-spacing:-.04em; }.insight-body p { margin:0; color:var(--muted); line-height:1.6; }.insight-meta { display:flex; justify-content:space-between; margin-top:auto; font-size:12px; color:var(--muted); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }
.cookie-banner { position: fixed; z-index: 150; left: 18px; right: 18px; bottom: 18px; max-width: 650px; margin-left: auto; background: var(--ink); color: white; border: 1px solid #444; padding: 18px; display: none; gap: 18px; align-items: center; box-shadow: var(--shadow); }.cookie-banner.show { display: flex; }.cookie-banner p { margin:0; color:#bbb; line-height:1.5; font-size:13px; }.cookie-banner a { color:white; text-decoration:underline; }
/* Admin */
.admin-body { background: #f2f2ef; min-height: 100vh; }.admin-login { min-height: 100vh; display: grid; place-items: center; padding: 20px; }.admin-login-card { width: min(100%, 440px); background: white; border: 1px solid var(--line); padding: 38px; box-shadow: var(--shadow); }.admin-login-card > img { width:64px; height:64px; object-fit:contain; margin-bottom:32px; }.admin-login-card h1 { margin:0 0 8px; letter-spacing:-.04em; }.admin-login-card p { margin:0 0 28px; color:var(--muted); }.admin-shell { display:none; min-height:100vh; grid-template-columns: 250px 1fr; }.admin-shell.show { display:grid; }.admin-sidebar { background:var(--ink); color:white; padding:26px 20px; display:flex; flex-direction:column; position:sticky; top:0; height:100vh; }.admin-sidebar > img { width:54px; height:54px; object-fit:contain; margin:4px 8px 45px; }.admin-nav { display:grid; gap:7px; }.admin-nav button { border:0; background:transparent; color:#aaa; padding:12px 13px; border-radius:6px; text-align:left; font-weight:700; }.admin-nav button.active,.admin-nav button:hover { background:#202020; color:#fff; }.admin-user { margin-top:auto; border-top:1px solid #292929; padding-top:18px; display:grid; gap:11px; color:#aaa; font-size:12px; }.admin-main { padding:34px; min-width:0; }.admin-topbar { display:flex; justify-content:space-between; align-items:center; margin-bottom:28px; gap:20px; }.admin-topbar h1 { margin:0; font-size:36px; letter-spacing:-.05em; }.admin-panel { display:none; }.admin-panel.active { display:block; }.stat-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-bottom:24px; }.stat-card { background:#fff; border:1px solid var(--line); padding:20px; }.stat-card span { color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.1em; }.stat-card strong { display:block; margin-top:10px; font-size:30px; }.admin-table-wrap { background:white; border:1px solid var(--line); overflow:auto; }.admin-table { width:100%; border-collapse:collapse; min-width:850px; }.admin-table th { background:#fafafa; text-align:left; padding:13px 15px; border-bottom:1px solid var(--line); color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.08em; }.admin-table td { padding:14px 15px; border-bottom:1px solid #ededeb; vertical-align:top; font-size:14px; }.admin-table tr:last-child td { border-bottom:0; }.badge { display:inline-flex; padding:5px 8px; border-radius:999px; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.05em; }.badge.new { background:#e8f0ff; color:#2356c9; }.badge.read { background:#eee; color:#555; }.badge.archived { background:#fff4db; color:#865a00; }.actions { display:flex; gap:6px; flex-wrap:wrap; }.icon-btn { border:1px solid var(--line); background:white; border-radius:5px; padding:7px 9px; font-size:12px; }.icon-btn:hover { border-color:var(--ink); }.project-thumb { width:100px; height:64px; object-fit:contain; background:#111; border:1px solid #ddd; }.admin-toolbar { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:14px; }.admin-toolbar p { color:var(--muted); margin:0; }.modal { position:fixed; inset:0; z-index:300; background:rgba(0,0,0,.6); display:none; align-items:center; justify-content:center; padding:20px; }.modal.show { display:flex; }.modal-card { width:min(720px,100%); max-height:90vh; overflow:auto; background:white; border:1px solid #bbb; padding:28px; }.modal-head { display:flex; justify-content:space-between; align-items:center; margin-bottom:24px; }.modal-head h2 { margin:0; letter-spacing:-.04em; }.close-btn { width:38px; height:38px; border:1px solid var(--line); background:white; font-size:21px; }.admin-empty { padding:55px; text-align:center; color:var(--muted); }.loading-overlay { position:fixed; inset:0; z-index:500; display:grid; place-items:center; background:rgba(255,255,255,.8); font-weight:800; }.loading-overlay[hidden] { display:none; }
@media (max-width: 980px) {
  .nav-links { display:none; }.menu-toggle { display:flex; }.mobile-menu.show { display:block; }
  .hero-inner { min-height:auto; padding-top:70px; }.orbit { opacity:.45; right:-30%; top:12%; width:75vw; }.hero-copy { padding:75px 0 95px; }.hero-bottom { grid-template-columns:1fr; }.metric + .metric { border-left:0; border-top:1px solid var(--ink); padding-left:0; }
  .section-head,.split,.contact-layout { grid-template-columns:1fr; gap:35px; }.section-head .lead { justify-self:start; }.service-row { grid-template-columns:60px 1fr 40px; }.service-row p { display:none; }
  .process-grid { grid-template-columns:1fr 1fr; }.process-card:nth-child(3) { border-left:0; border-top:1px solid var(--line); }.process-card:nth-child(4) { border-top:1px solid var(--line); }
  .footer-grid { grid-template-columns:1fr 1fr; }.value-grid,.insight-grid { grid-template-columns:1fr 1fr; }
  .admin-shell.show { grid-template-columns:1fr; }.admin-sidebar { position:relative; height:auto; flex-direction:row; align-items:center; flex-wrap:wrap; }.admin-sidebar > img { margin:0 auto 0 0; width:48px; height:48px; }.admin-nav { display:flex; }.admin-user { width:100%; margin-top:15px; }.stat-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 680px) {
  .container { width:min(calc(100% - 28px), var(--max)); }.nav-shell { height:68px; }.brand-lockup img { width:38px; height:38px; }.brand-type strong { font-size:14px; }.mobile-menu { inset:69px 0 0; }
  .hero-top { flex-direction:column; }.hero-copy { gap:28px; padding:55px 0 75px; }.hero-actions .btn { width:100%; }.display { font-size:clamp(50px,17vw,82px); }
  .section { padding:82px 0; }.section-head { margin-bottom:48px; }.service-row { grid-template-columns:44px 1fr 28px; min-height:125px; }.service-row:hover { padding:0 10px; }
  .work-grid { grid-template-columns:1fr; }.project-card,.project-card.wide { grid-column:auto; min-height:410px; }.project-info { inset:auto 19px 20px; }.project-info-top { align-items:end; }.project-info p { font-size:14px; }.project-tag { display:none; }
  .process-grid,.value-grid,.insight-grid { grid-template-columns:1fr; }.process-card + .process-card,.process-card:nth-child(3) { border-left:0; border-top:1px solid var(--line); }
  .footer-grid { grid-template-columns:1fr; gap:35px; }.footer-bottom { flex-direction:column; gap:10px; }.page-hero { padding:82px 0 62px; }
  .form-grid { grid-template-columns:1fr; }.field.full { grid-column:auto; }.form-card { padding:22px; }.cookie-banner { flex-direction:column; align-items:stretch; }
  .admin-main { padding:20px 14px; }.admin-sidebar { padding:16px 14px; }.admin-nav { width:100%; overflow:auto; }.admin-topbar { align-items:flex-start; flex-direction:column; }.stat-grid { grid-template-columns:1fr 1fr; }.modal-card { padding:20px; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } .reveal { opacity:1; transform:none; } }
