@import url('https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600&family=Geist+Mono:wght@400;500&display=swap');

:root {
    --bg: #09090b;
    --bg-deep: #060608;
    --panel: #101014;
    --panel-raised: #15151a;
    --ink: #f4f4f5;
    --ink-soft: #d4d4d8;
    --muted: #92929d;
    --faint: #666671;
    --line: rgba(255, 255, 255, .085);
    --line-soft: rgba(255, 255, 255, .05);
    --violet: #8b7cf6;
    --violet-light: #aaa0ff;
    --green: #52d69b;
    --danger: #ff7a89;
    --font: "Geist", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --mono: "Geist Mono", "SFMono-Regular", Consolas, monospace;
    --shell: min(1180px, calc(100% - 48px));
    --radius: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: var(--font); font-feature-settings: "liga" 1; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 70% 8%, rgba(113, 92, 220, .08), transparent 27%), radial-gradient(circle at 5% 65%, rgba(82, 214, 155, .025), transparent 24%); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: rgba(139, 124, 246, .55); }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-150%); background: white; color: black; border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 0; width: 100%; background: rgba(9, 9, 11, .78); border-bottom: 1px solid var(--line-soft); backdrop-filter: blur(18px); }
.nav-shell { width: var(--shell); height: 68px; margin: auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 600; letter-spacing: -.45px; }
.brand-mark { width: 23px; height: 23px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; align-items: end; padding: 4px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 6px; background: #121217; box-shadow: inset 0 0 8px rgba(255,255,255,.04); }
.brand-mark i { display: block; height: 8px; background: var(--ink); border-radius: 1px; }
.brand-mark i:nth-child(2) { height: 13px; background: var(--violet-light); }
.brand-mark i:nth-child(3) { height: 10px; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { color: var(--muted); font-size: 13px; font-weight: 500; transition: color .18s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--ink); }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 19px; border: 1px solid rgba(255,255,255,.72); border-radius: 7px; background: var(--ink); color: #111114; font-size: 14px; font-weight: 600; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); background: white; }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible, a:focus-visible { outline: 2px solid var(--violet-light); outline-offset: 3px; }
.button-small { min-height: 36px; padding: 0 14px; font-size: 12px; }
.button-ghost { background: rgba(255,255,255,.025); color: var(--ink-soft); border-color: var(--line); }
.button-ghost:hover { color: white; background: rgba(255,255,255,.065); border-color: rgba(255,255,255,.16); }
.menu-button { display: none; }

.hero { position: relative; min-height: 820px; padding: 176px 0 118px; border-bottom: 1px solid var(--line-soft); overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .3; pointer-events: none; background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero::after { content: ""; position: absolute; width: 650px; height: 650px; left: 58%; top: 2%; border-radius: 50%; background: rgba(114, 88, 239, .08); filter: blur(120px); pointer-events: none; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr); align-items: center; gap: 88px; }
.eyebrow, .kicker { font-family: var(--mono); color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.022); }
.eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 760px; margin: 28px 0 27px; font-size: clamp(50px, 5.5vw, 78px); line-height: .98; letter-spacing: -.063em; font-weight: 500; }
h1 em, h2 em { color: var(--muted); font-style: normal; font-weight: 300; }
.hero-copy > p { max-width: 580px; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.65; letter-spacing: -.015em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 38px; color: var(--faint); font-size: 11px; }
.trust-line span { display: flex; align-items: center; gap: 7px; }
.trust-line b { width: 4px; height: 4px; border-radius: 50%; background: var(--faint); }
.build-window { position: relative; transform: perspective(900px) rotateY(-2deg); border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(13,13,17,.88); box-shadow: 0 35px 90px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.045); overflow: hidden; }
.build-window::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; pointer-events: none; background: linear-gradient(120deg, rgba(255,255,255,.06), transparent 25%); }
.window-bar { height: 46px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }
.window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #3d3d44; }
.window-bar code { margin-left: auto; color: var(--faint); font: 10px var(--mono); }
.window-body { padding: 30px 0 0; font: 12px/2.3 var(--mono); }
.code-line { display: grid; grid-template-columns: 48px 1fr; padding: 0 24px 0 0; color: #c8c8cf; }
.code-line.indent span:nth-child(2) { padding-left: 22px; }
.line-no { color: #44444e; text-align: center; user-select: none; }
.code-muted { color: #5c5c66; }
.code-violet { color: var(--violet-light); font-style: normal; }
.code-green { color: #77d9ad; font-style: normal; }
.deploy-row { display: flex; align-items: center; gap: 10px; margin-top: 27px; padding: 15px 18px; border-top: 1px solid var(--line); background: rgba(255,255,255,.018); color: var(--muted); font-size: 10px; }
.status-dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; box-shadow: 0 0 10px rgba(82,214,155,.5); }
.deploy-time { margin-left: auto; color: var(--faint); }

.section { padding: 124px 0; border-bottom: 1px solid var(--line-soft); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 48px; align-items: start; margin-bottom: 56px; }
.section-index { display: inline-block; margin-right: 13px; color: var(--violet-light); font: 10px var(--mono); }
.section-heading h2, .solutions-copy h2, .quote-intro h2 { margin-bottom: 0; font-size: clamp(36px, 4.2vw, 56px); line-height: 1.04; font-weight: 500; letter-spacing: -.048em; }
.section-heading > p { color: var(--muted); font-size: 15px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; grid-column: span 4; min-height: 430px; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); overflow: hidden; transition: background .2s ease; }
.service-card:hover { background: rgba(255,255,255,.028); }
.service-featured { grid-column: span 8; display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; }
.service-wide { grid-column: span 8; min-height: 315px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; }
.card-number { position: absolute; right: 20px; top: 20px; color: #4f4f58; font: 10px var(--mono); }
.service-card h3 { margin: 20px 0 11px; font-size: 23px; line-height: 1.15; font-weight: 500; letter-spacing: -.035em; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 26px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 6px 9px; color: #a7a7b0; font: 10px var(--mono); border: 1px solid var(--line); border-radius: 4px; background: rgba(255,255,255,.018); }
.service-symbol { width: 37px; height: 37px; display: grid; place-items: center; margin-top: 72px; color: var(--ink-soft); font: 15px var(--mono); border: 1px solid rgba(255,255,255,.14); border-radius: 7px; box-shadow: inset 0 0 15px rgba(255,255,255,.025); }
.service-wide .service-symbol { margin-top: 0; }
.cart-symbol { font-size: 24px; }
.card-visual { align-self: center; margin-top: 35px; }
.browser-visual { height: 205px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: #0b0b0e; box-shadow: 0 25px 50px rgba(0,0,0,.3); overflow: hidden; }
.browser-top { display: flex; align-items: center; gap: 5px; height: 25px; padding: 0 8px; border-bottom: 1px solid var(--line); }
.browser-top i { width: 4px; height: 4px; border-radius: 50%; background: #44444c; }
.browser-page { padding: 34px 25px; }
.browser-page span { display: block; width: 40px; height: 5px; margin-bottom: 14px; background: var(--violet); border-radius: 2px; }
.browser-page strong { display: block; width: 76%; height: 13px; margin-bottom: 9px; background: #d7d7db; border-radius: 2px; }
.browser-page p { width: 90%; height: 6px; margin-bottom: 22px; background: #33333b; border-radius: 2px; }
.browser-page button { width: 56px; height: 18px; padding: 0; border: 0; border-radius: 3px; background: var(--ink); }
.card-copy { align-self: end; }
.service-coming { background-image: repeating-linear-gradient(135deg, transparent 0 16px, rgba(255,255,255,.018) 16px 17px); }
.coming-badge { position: absolute; left: 30px; top: 30px; padding: 6px 8px; color: var(--violet-light); border: 1px solid rgba(139,124,246,.32); border-radius: 4px; background: rgba(139,124,246,.08); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .1em; }

.solutions { background: var(--bg-deep); }
.solutions-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.solutions-copy { position: sticky; top: 120px; align-self: start; }
.solutions-copy h2 { margin: 30px 0 24px; }
.solutions-copy > p { max-width: 480px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.text-link { display: inline-flex; gap: 16px; margin-top: 18px; padding-bottom: 7px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; }
.text-link span { color: var(--violet-light); }
.solution-list { border-top: 1px solid var(--line); }
.solution-list article { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.solution-list article > span { color: var(--faint); font: 10px var(--mono); }
.solution-list h3 { margin-bottom: 12px; font-size: 22px; font-weight: 500; letter-spacing: -.025em; }
.solution-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.section-heading.compact { grid-template-columns: .85fr 2.15fr; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 70px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-track::before { content: ""; position: absolute; top: -1px; left: 0; width: 20%; height: 1px; background: var(--violet-light); }
.process-track li { position: relative; min-height: 220px; padding: 29px 26px 20px 0; border-right: 1px solid var(--line-soft); }
.process-track li:not(:first-child) { padding-left: 25px; }
.process-track li::before { content: ""; position: absolute; width: 5px; height: 5px; top: -3px; left: 0; background: var(--bg); border: 1px solid #696972; border-radius: 50%; }
.process-track li:first-child::before { background: var(--violet-light); border-color: var(--violet-light); box-shadow: 0 0 13px rgba(139,124,246,.7); }
.process-track span { display: block; margin-bottom: 36px; color: var(--faint); font: 10px var(--mono); }
.process-track b { display: block; margin-bottom: 12px; font-size: 15px; font-weight: 500; }
.process-track p { max-width: 170px; color: var(--muted); font-size: 12px; line-height: 1.6; }

.quote-section { position: relative; background: #08080a; }
.quote-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 49.95%, var(--line-soft) 50%, transparent 50.05%); }
.quote-layout { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.quote-intro { position: sticky; top: 120px; }
.quote-intro h2 { margin: 30px 0 23px; font-size: clamp(44px, 5vw, 64px); }
.quote-intro > p { max-width: 410px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.response-note { display: flex; align-items: center; gap: 14px; margin-top: 44px; color: var(--violet-light); }
.response-note > span { font: 19px var(--mono); }
.response-note b, .response-note small { display: block; }
.response-note b { margin-bottom: 4px; color: var(--ink-soft); font-size: 13px; font-weight: 500; }
.response-note small { color: var(--faint); font-size: 11px; }
.quote-panel { padding: 38px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.018); box-shadow: inset 0 1px rgba(255,255,255,.025); }
.form-notice { margin-bottom: 24px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink-soft); background: rgba(255,255,255,.025); font-size: 13px; line-height: 1.5; }
.form-notice.success { color: #b8f0d6; border-color: rgba(82,214,155,.25); background: rgba(82,214,155,.07); }
.form-notice.error { color: #ffc2c8; border-color: rgba(255,122,137,.24); background: rgba(255,122,137,.07); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 18px; }
.form-grid label { display: grid; gap: 8px; color: #bebec6; font-size: 11px; font-weight: 500; }
.form-grid sup { color: var(--violet-light); }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 6px; background: #0d0d11; color: var(--ink); transition: border-color .18s, background .18s; }
.form-grid input, .form-grid select { height: 45px; padding: 0 13px; }
.form-grid textarea { resize: vertical; min-height: 126px; padding: 13px; line-height: 1.5; }
.form-grid input:hover, .form-grid select:hover, .form-grid textarea:hover { border-color: rgba(255,255,255,.17); }
.form-grid input[aria-invalid="true"], .form-grid select[aria-invalid="true"], .form-grid textarea[aria-invalid="true"] { border-color: rgba(255,122,137,.55); }
.form-grid label > small { color: var(--danger); font-size: 10px; line-height: 1.4; }
.form-full { grid-column: 1 / -1; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.submit-button { width: 100%; height: 49px; display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding: 0 18px; border: 0; border-radius: 6px; background: var(--ink); color: #0d0d10; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; transition: background .18s, transform .18s; }
.submit-button:hover { transform: translateY(-1px); background: white; }
.submit-button:disabled { color: #77777f; background: #242429; cursor: wait; transform: none; }
.privacy-note { margin: 13px 0 0; color: var(--faint); font-size: 9px; line-height: 1.5; text-align: center; }

.site-footer { padding: 54px 0; background: var(--bg-deep); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .8fr; gap: 40px; align-items: start; }
.footer-grid > div:first-child p { margin: 16px 0 0; color: var(--faint); font-size: 12px; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 28px; }
.footer-nav a { color: var(--muted); font-size: 12px; }
.footer-nav a:hover { color: var(--ink); }
.copyright { margin: 0; color: var(--faint); font: 10px/1.8 var(--mono); text-align: right; }

.admin-body { min-height: 100vh; background: var(--bg-deep); }
.admin-shell { width: min(1500px, calc(100% - 48px)); margin-inline: auto; }
.admin-header { border-bottom: 1px solid var(--line); background: var(--bg); }
.admin-header .admin-shell { height: 66px; display: flex; align-items: center; justify-content: space-between; }
.admin-label { color: var(--faint); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.admin-main { padding-block: 65px; }
.admin-title { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 32px; }
.admin-title h1 { margin: 14px 0 8px; font-size: clamp(32px, 4vw, 48px); font-weight: 500; letter-spacing: -.05em; }
.admin-title p { margin: 0; color: var(--muted); font-size: 13px; }
.request-count { flex: 0 0 auto; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font: 10px var(--mono); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 9px; background: var(--panel); }
table { width: 100%; min-width: 1350px; border-collapse: collapse; }
th, td { padding: 15px 14px; border-bottom: 1px solid var(--line-soft); text-align: left; vertical-align: top; }
th { position: sticky; top: 0; color: var(--faint); background: #111115; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
td { color: #aaaab3; font-size: 12px; line-height: 1.5; }
td strong, td a { color: var(--ink-soft); font-weight: 500; }
td a:hover { color: white; text-decoration: underline; }
.mono { color: var(--faint); font: 10px var(--mono); white-space: nowrap; }
.description-cell { min-width: 220px; max-width: 320px; }
.empty-state { padding: 60px 20px; color: var(--faint); text-align: center; }
.status { display: inline-flex; padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; font: 9px var(--mono); white-space: nowrap; }
.status-new { color: #c7c0ff; border-color: rgba(139,124,246,.3); background: rgba(139,124,246,.08); }
.status-reviewing { color: #f1d290; }
.status-quoted { color: #b5d7ff; }
.status-approved { color: #a9e7ca; }
.status-closed { color: #8c8c94; }

@media (max-width: 1024px) {
    .hero { min-height: auto; }
    .hero-layout { grid-template-columns: 1fr 400px; gap: 45px; }
    .section-heading { grid-template-columns: .7fr 1.8fr; }
    .section-heading > p { grid-column: 2; }
    .service-card { grid-column: span 6; }
    .service-featured, .service-wide { grid-column: span 12; }
    .solutions-layout, .quote-layout { gap: 55px; }
    .process-track { grid-template-columns: repeat(3, 1fr); }
    .process-track li { border-bottom: 1px solid var(--line-soft); }
}

@media (max-width: 768px) {
    :root { --shell: min(100% - 32px, 620px); }
    html { scroll-padding-top: 67px; }
    .nav-shell { height: 62px; gap: 14px; }
    .nav-cta { margin-left: auto; }
    .menu-button { width: 40px; height: 40px; display: grid; place-content: center; gap: 5px; padding: 0; border: 1px solid var(--line); border-radius: 7px; background: transparent; }
    .menu-button i { display: block; width: 15px; height: 1px; background: var(--ink-soft); transition: transform .18s; }
    .menu-button[aria-expanded="true"] i:first-of-type { transform: translateY(3px) rotate(45deg); }
    .menu-button[aria-expanded="true"] i:last-of-type { transform: translateY(-3px) rotate(-45deg); }
    .main-nav { position: fixed; inset: 62px 0 auto; display: none; padding: 18px 16px 25px; background: rgba(9,9,11,.98); border-bottom: 1px solid var(--line); }
    .main-nav.is-open { display: grid; }
    .main-nav a { min-height: 44px; display: flex; align-items: center; padding: 0 10px; border-bottom: 1px solid var(--line-soft); font-size: 14px; }
    .menu-open { overflow: hidden; }
    .hero { padding: 132px 0 75px; }
    .hero-layout { grid-template-columns: 1fr; gap: 55px; }
    .hero h1 { font-size: clamp(48px, 12vw, 70px); }
    .build-window { width: min(100%, 510px); transform: none; }
    .section { padding: 88px 0; }
    .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 25px; }
    .section-heading > p { grid-column: auto; max-width: 520px; }
    .service-card, .service-featured, .service-wide { grid-column: span 12; }
    .service-featured { grid-template-columns: 1fr 1fr; }
    .solutions-layout, .quote-layout { grid-template-columns: 1fr; }
    .solutions-copy, .quote-intro { position: static; }
    .process-track { grid-template-columns: 1fr 1fr; }
    .quote-section::before { display: none; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .copyright { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 520px) {
    :root { --shell: calc(100% - 28px); }
    .nav-cta { display: none; }
    .menu-button { margin-left: auto; }
    .hero { padding-top: 122px; }
    .hero h1 { font-size: clamp(43px, 13.1vw, 61px); letter-spacing: -.064em; }
    .hero-copy > p { font-size: 16px; }
    .hero-actions { display: grid; grid-template-columns: 1fr; }
    .trust-line { display: grid; gap: 10px; }
    .window-body { font-size: 10px; }
    .code-line { grid-template-columns: 38px 1fr; padding-right: 12px; }
    .section-heading h2, .solutions-copy h2 { font-size: 38px; }
    .service-card { min-height: 390px; padding: 25px; }
    .service-featured { display: flex; flex-direction: column; gap: 8px; }
    .card-visual { margin-top: 42px; }
    .service-wide { display: block; }
    .service-wide ul { margin-top: 35px; }
    .coming-badge { left: 24px; top: 24px; }
    .process-track { grid-template-columns: 1fr; }
    .process-track li { min-height: 160px; padding: 27px 20px !important; }
    .process-track li span { margin-bottom: 23px; }
    .process-track p { max-width: none; }
    .quote-layout { gap: 50px; }
    .quote-intro h2 { font-size: 47px; }
    .quote-panel { padding: 23px 18px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-full { grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr; }
    .copyright { grid-column: auto; }
    .admin-shell { width: calc(100% - 28px); }
    .admin-title { display: grid; align-items: start; }
    .request-count { justify-self: start; }
}

@media (max-width: 370px) {
    .hero h1 { font-size: 42px; }
    .eyebrow { font-size: 9px; }
    .window-bar code { display: none; }
    .quote-panel { margin-inline: -2px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
