:root {
  --bg: #090808;
  --bg-soft: #100d0d;
  --panel: #151111;
  --panel-2: #1d1716;
  --line: rgba(255, 255, 255, .11);
  --line-gold: rgba(229, 179, 87, .3);
  --text: #f8f3ec;
  --muted: #b8ada5;
  --red: #ec2029;
  --red-dark: #a60813;
  --gold: #e7b75d;
  --gold-light: #ffd98d;
  --green: #4bd59b;
  --radius: 24px;
  --shadow: 0 26px 80px rgba(0, 0, 0, .36);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--text); background: radial-gradient(circle at 70% 12%, rgba(150, 12, 20, .12), transparent 31rem), var(--bg); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); margin: 0 0 1.2rem; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 7vw, 6rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.6rem); }
h3 { font-size: 1.25rem; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; border-radius: 6px; }
.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; left: 1rem; top: 1rem; transform: translateY(-170%); background: #fff; color: #111; padding: .75rem 1rem; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.topbar { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: .7rem; padding: .4rem 1rem; color: #cfc6be; border-bottom: 1px solid var(--line); background: #060505; font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }
.topbar i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.topbar a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.site-shell { width: min(calc(100% - 32px), 1450px); margin: 0 auto; background: linear-gradient(180deg, rgba(19,15,14,.96), rgba(9,8,8,.96)); border-inline: 1px solid var(--line); box-shadow: 0 0 100px rgba(0,0,0,.26); }
.site-header { max-width: var(--max); min-height: 88px; margin: 0 auto; padding: 0 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; position: sticky; top: 0; z-index: 90; border-bottom: 1px solid var(--line); background: rgba(16,13,13,.94); box-shadow: 0 10px 35px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 900; letter-spacing: .14em; }
.brand img { width: 48px; border-radius: 12px; box-shadow: 0 7px 22px rgba(0,0,0,.35); }
.brand span { display: grid; line-height: 1.1; }
.brand small { margin-top: .23rem; color: var(--muted); font-size: .58rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.primary-nav { display: flex; justify-content: center; align-items: center; gap: clamp(.8rem, 2vw, 1.8rem); }
.primary-nav a { color: #d6cdc6; font-size: .88rem; font-weight: 650; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--gold-light); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid var(--line); background: transparent; border-radius: 12px; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: #fff; }
body[data-nav-open="true"] { overflow: hidden; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .8rem 1.35rem; border: 1px solid var(--red); border-radius: 12px; background: linear-gradient(135deg, #f02b33, #b10b16); color: #fff; font-weight: 800; box-shadow: 0 14px 30px rgba(193, 15, 26, .24); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(193, 15, 26, .34); }
.button-small { min-height: 42px; padding: .62rem 1rem; font-size: .86rem; }
.button-secondary { border-color: var(--line-gold); background: rgba(255,255,255,.04); color: var(--gold-light); box-shadow: none; }
.button-disabled, .button-disabled:hover { border-color: var(--line); color: #918984; background: #231f1d; box-shadow: none; transform: none; cursor: not-allowed; }

.hero { position: relative; max-width: var(--max); margin: 0 auto; }
.home-hero { min-height: 680px; display: grid; grid-template-columns: .86fr 1.25fr; align-items: center; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-copy { position: relative; z-index: 3; padding: 7rem 0 7rem 28px; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1rem; color: var(--gold-light); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--red); }
.hero h1 em { color: transparent; background: linear-gradient(90deg, #ff3540, #e9b452 88%); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 1.6rem 0 2rem; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-note { display: flex; align-items: center; gap: .6rem; margin-top: 1.4rem !important; font-size: .8rem !important; }
.hero-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(75,213,155,.1); }
.hero-art { position: absolute; inset: 0 0 0 29%; margin: 0; overflow: hidden; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #100d0d 0, rgba(16,13,13,.76) 14%, transparent 48%); pointer-events: none; }
.hero-art picture, .hero-art img { width: 100%; height: 100%; }
.hero-art img { object-fit: cover; object-position: center; }
.hero-art figcaption, .feature-visual figcaption { position: absolute; right: 18px; bottom: 16px; z-index: 2; padding: .45rem .65rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(5,4,4,.68); color: #cfc3b9; font-size: .68rem; }

.trust-strip { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.trust-strip div { min-height: 96px; display: flex; flex-direction: column; justify-content: center; padding: 1.25rem 2rem; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border: 0; }
.trust-strip strong { font-size: 1.05rem; }
.trust-strip span { color: var(--muted); font-size: .78rem; }
.section { max-width: var(--max); margin: 0 auto; padding: 7rem 28px; border-bottom: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.6rem; }
.section-heading > p { max-width: 500px; margin: 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.step-card { min-height: 235px; display: flex; gap: 1.1rem; padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); }
.step-card:hover { border-color: var(--line-gold); }
.step-num { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line-gold); border-radius: 50%; color: var(--gold-light); font-weight: 900; font-size: .78rem; }
.step-card h3 { margin: .65rem 0 .8rem; }
.feature-split { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 4rem; }
.feature-split p { max-width: 580px; margin-top: 1.4rem; }
.check-list { padding: 0; margin: 2rem 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: .8rem; margin: .8rem 0; color: #e4dbd3; }
.check-list li span { flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; margin-top: .1rem; border-radius: 50%; background: rgba(75,213,155,.12); color: var(--green); font-size: .75rem; }
.check-list.warning li span { background: rgba(236,32,41,.12); color: #ff6168; }
.text-link { color: var(--gold-light); font-weight: 800; }
.feature-visual { position: relative; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.poster-visual img { aspect-ratio: 3 / 2; object-fit: cover; }
.home-poster-carousel { min-width: 0; }
.carousel-viewport { max-width: 420px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #080606; box-shadow: var(--shadow); touch-action: pan-y pinch-zoom; }
.carousel-track { display: flex; }
.carousel-slide { flex: 0 0 100%; margin: 0; scroll-snap-align: start; }
.carousel-slide picture, .carousel-slide img { display: block; width: 100%; }
.carousel-slide img { height: auto; aspect-ratio: 1 / 2; object-fit: cover; }
.carousel-controls { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: .8rem; max-width: 420px; margin: 1rem auto 0; }
.carousel-arrow, .carousel-dots button { border: 1px solid var(--line); color: #fff; background: #171111; cursor: pointer; }
.carousel-arrow { width: 44px; height: 44px; border-radius: 50%; font-size: 1.8rem; line-height: 1; }
.carousel-dots { display: flex; align-items: center; justify-content: center; gap: .55rem; }
.carousel-dots button { width: 12px; height: 12px; padding: 0; border-radius: 50%; }
.carousel-dots button[aria-current="true"] { width: 28px; border-radius: 999px; border-color: var(--gold-light); background: var(--gold-light); }
.carousel-arrow:hover, .carousel-arrow:focus-visible, .carousel-dots button:focus-visible { border-color: var(--gold-light); }
.task-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.task-card { position: relative; min-height: 220px; padding: 1.5rem; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); transition: transform .2s ease, border-color .2s ease; }
.task-card:hover { transform: translateY(-4px); border-color: var(--line-gold); }
.task-card > span { display: inline-grid; place-items: center; min-width: 40px; height: 40px; padding: 0 .5rem; border-radius: 10px; background: rgba(236,32,41,.1); color: #ff555d; font-size: .74rem; font-weight: 900; }
.task-card h3 { margin: 2rem 0 .7rem; }
.task-card b { position: absolute; right: 1.25rem; top: 1.25rem; color: var(--gold); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; color: #f2ece6; font-size: 1.05rem; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: 1.4rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 850px; padding: 0 3rem 1.5rem 0; }

.interior-hero { min-height: 480px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 5rem 28px 4rem; border-block: 1px solid var(--line); overflow: hidden; }
.interior-hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -170px; top: -190px; border: 1px solid rgba(236,32,41,.2); border-radius: 50%; box-shadow: 0 0 0 60px rgba(231,183,93,.025), 0 0 0 120px rgba(236,32,41,.022); }
.interior-hero > div { position: relative; z-index: 2; max-width: 850px; }
.interior-hero h1 { font-size: clamp(2.8rem, 6.5vw, 5.6rem); }
.interior-hero p { max-width: 760px; margin: 1.6rem 0; font-size: 1.08rem; }
.interior-hero > img { position: relative; z-index: 1; width: 200px; margin-right: 2rem; border-radius: 38px; box-shadow: 0 24px 65px rgba(0,0,0,.42), 0 0 50px rgba(205,33,32,.11); }
.breadcrumbs { position: absolute; left: 28px; top: 1.4rem; display: flex; align-items: center; gap: .65rem; color: #9f958d; font-size: .78rem; }
.breadcrumbs a:hover { color: var(--gold-light); }
.page-meta { display: flex; flex-wrap: wrap; gap: .6rem; }
.page-meta span { padding: .35rem .6rem; border: 1px solid var(--line); border-radius: 999px; color: #bcb2aa; font-size: .7rem; }
.article-layout { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 5rem; padding: 5rem 28px 7rem; border-bottom: 1px solid var(--line); }
.page-toc { position: sticky; top: 1.5rem; align-self: start; display: grid; gap: .25rem; padding: 1.2rem 0; border-block: 1px solid var(--line); }
.page-toc strong { margin-bottom: .7rem; color: var(--gold-light); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.page-toc a { padding: .38rem 0; color: #a99f97; font-size: .82rem; }
.page-toc a:hover { color: #fff; }
.article-body { min-width: 0; }
.article-body a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.content-poster { position: relative; max-width: 880px; overflow: hidden; margin: 0 0 4.5rem; border: 1px solid var(--line-gold); border-radius: 24px; background: #070606; box-shadow: var(--shadow); }
.content-poster picture, .content-poster img { width: 100%; }
.content-poster img { aspect-ratio: 3 / 2; object-fit: cover; }
.content-poster figcaption { position: absolute; right: 14px; bottom: 14px; padding: .42rem .65rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(5,4,4,.78); color: #ded3ca; font-size: .68rem; }
.article-section { max-width: 880px; margin: 0 0 5rem; scroll-margin-top: 7rem; }
.article-section > h2, .content-grid h2 { margin-bottom: 1.4rem; font-size: clamp(1.8rem, 3.5vw, 3rem); }
.article-section > p { font-size: 1.02rem; }
.content-grid { display: grid; grid-template-columns: 1fr 360px; gap: 3.5rem; align-items: start; margin-bottom: 5rem; }
.release-card { padding: 1.6rem; border: 1px solid var(--line-gold); border-radius: var(--radius); background: linear-gradient(145deg, rgba(231,183,93,.075), rgba(255,255,255,.02)); box-shadow: var(--shadow); }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: .5rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(231,183,93,.1); }
.status-label { color: var(--gold-light); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.release-card h2 { margin: 1.5rem 0; font-size: 2rem; }
.release-card dl { margin: 0 0 1.4rem; }
.release-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-top: 1px solid var(--line); }
.release-card dt { color: #aaa099; }
.release-card dd { margin: 0; text-align: right; }
.release-card .button { width: 100%; }
.note { max-width: 880px; margin: 2rem 0 4rem; padding: 1.3rem 1.4rem; border-left: 3px solid var(--gold); border-radius: 0 14px 14px 0; background: rgba(231,183,93,.07); }
.note strong { color: var(--gold-light); }
.note p { margin: .35rem 0 0; }
.data-table { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.data-table > div { display: grid; grid-template-columns: minmax(160px, .7fr) 1.3fr; gap: 1rem; padding: .95rem 1.1rem; border-bottom: 1px solid var(--line); }
.data-table > div:last-child { border: 0; }
.data-table > div:first-child { background: rgba(255,255,255,.045); color: var(--gold-light); }
.data-table span:last-child { color: var(--muted); }
.vertical-steps { display: grid; gap: .9rem; }
.vertical-steps .step-card { min-height: 0; }
.four { grid-template-columns: repeat(2, 1fr); }
.verify-grid, .problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; }
.verify-grid article, .problem-grid article { padding: 1.4rem; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.verify-grid article > span { color: var(--red); font-size: .72rem; font-weight: 900; }
.verify-grid h3, .problem-grid h3 { margin: .65rem 0; }
.number-list { max-width: 800px; padding-left: 1.4rem; color: #ddd4cc; }
.number-list li { margin: .9rem 0; padding-left: .45rem; }
.inline-cta { padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: 12px; }
.sitemap-grid { max-width: var(--max); margin: 0 auto; padding: 5rem 28px 7rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; border-bottom: 1px solid var(--line); }
.sitemap-grid section { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.sitemap-grid h2 { font-size: 1.6rem; }
.sitemap-grid ul { padding: 0; list-style: none; }
.sitemap-grid li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.sitemap-grid li:last-child { border: 0; }
.sitemap-grid a { color: var(--gold-light); font-weight: 750; }
.sitemap-grid span { display: block; margin-top: .3rem; color: var(--muted); font-size: .8rem; }

.closing-cta { max-width: var(--max); margin: 0 auto; padding: 4rem 28px; display: flex; align-items: center; justify-content: space-between; gap: 3rem; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 0 100%, rgba(214,17,29,.13), transparent 26rem); }
.closing-cta h2 { max-width: 650px; font-size: clamp(2rem, 4vw, 3.4rem); }
.closing-cta p { margin: 1rem 0 0; }
.closing-cta > div:last-child { display: flex; flex-wrap: wrap; gap: .7rem; }
.site-footer { max-width: var(--max); margin: 0 auto; padding: 4rem 28px 2rem; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 3rem; }
.site-footer h2 { margin-bottom: 1rem; color: #d8cec6; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; }
.site-footer > div:not(.footer-brand) a { color: #a99f97; font-size: .83rem; }
.site-footer > div:not(.footer-brand) a:hover { color: var(--gold-light); }
.footer-brand p { max-width: 350px; margin-top: 1.3rem; font-size: .82rem; }
.principles { display: flex; flex-wrap: wrap; gap: .45rem; }
.principles span { padding: .3rem .55rem; border: 1px solid var(--line); border-radius: 999px; color: #a99f97; font-size: .65rem; }
.copyright { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1.4rem; border-top: 1px solid var(--line); font-size: .72rem; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: auto auto 1fr; }
  .menu-toggle { display: block; order: 3; justify-self: end; color: #fff; }
  .header-cta { order: 2; }
  .primary-nav { position: absolute; left: 28px; right: 28px; top: 78px; display: none; flex-direction: column; align-items: stretch; padding: 1rem; border: 1px solid var(--line); border-radius: 16px; background: #151111; box-shadow: var(--shadow); }
  .primary-nav[data-open="true"] { display: flex; }
  .primary-nav a { min-height: 44px; display: flex; align-items: center; padding: 0 .6rem; }
  .task-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .site-footer > div:last-of-type { grid-column: 2 / 3; }
}

@media (max-width: 780px) {
  .site-shell { width: 100%; border-inline: 0; }
  .topbar { gap: .45rem; font-size: .64rem; }
  .topbar span:first-child, .topbar i:first-of-type { display: none; }
  .site-header { min-height: 74px; padding: 0 18px; gap: .7rem; }
  .brand img { width: 42px; }
  .brand span { font-size: .84rem; }
  .brand small { font-size: .49rem; }
  .header-cta { display: none; }
  .site-header { grid-template-columns: auto 1fr; }
  .menu-toggle { order: initial; grid-column: 2; justify-self: end; }
  .primary-nav { left: 18px; right: 18px; top: 66px; max-height: calc(100vh - 84px); overflow-y: auto; }
  .home-hero { min-height: auto; display: block; padding-bottom: 0; }
  .hero-copy { padding: 4.5rem 18px 2rem; }
  .hero-copy > p { font-size: 1rem; }
  .hero-art { position: relative; inset: auto; width: calc(100% + 1px); height: 390px; margin: 0; }
  .hero-art::after { background: linear-gradient(180deg, #100d0d 0, transparent 22%); }
  .hero-art img { object-position: 33% center; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { min-height: 74px; padding: 1rem 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 5rem 18px; }
  .section-heading, .closing-cta { align-items: flex-start; flex-direction: column; }
  .section-heading { margin-bottom: 2rem; }
  .steps-grid, .feature-split, .four { grid-template-columns: 1fr; }
  .feature-split { gap: 2.5rem; }
  .feature-split > div:first-child { order: 2; }
  .home-poster-carousel { order: 1; width: 100%; }
  .carousel-viewport { overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .carousel-viewport::-webkit-scrollbar { display: none; }
  .step-card { min-height: auto; }
  .interior-hero { min-height: 460px; display: block; padding: 6rem 18px 3.5rem; }
  .interior-hero > img { position: absolute; width: 150px; right: -28px; bottom: -30px; margin: 0; opacity: .22; }
  .breadcrumbs { left: 18px; }
  .article-layout { display: block; padding: 3.5rem 18px 5rem; }
  .page-toc { position: static; margin-bottom: 3rem; }
  .content-grid { grid-template-columns: 1fr; gap: 2rem; }
  .article-section { margin-bottom: 4rem; }
  .verify-grid, .problem-grid, .sitemap-grid { grid-template-columns: 1fr; }
  .sitemap-grid { padding: 4rem 18px 5rem; }
  .closing-cta { padding: 4rem 18px; }
  .site-footer { padding: 4rem 18px 2rem; grid-template-columns: 1fr 1fr; gap: 2.5rem 1.3rem; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer > div:last-of-type { grid-column: auto; }
}

@media (max-width: 460px) {
  .carousel-viewport, .carousel-controls { width: min(100%, 360px); }
  .carousel-viewport { border-radius: 20px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .task-grid { grid-template-columns: 1fr; }
  .task-card { min-height: 190px; }
  .data-table > div { grid-template-columns: 1fr; gap: .25rem; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > div, .footer-brand { grid-column: 1 !important; }
}

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