/* ============================================================
   T1C Technologies. Deep Slate Executive.
   Slate-navy ground, brass accents. Dense, no framework.
   ============================================================ */

:root {
  --bg: #12161f;
  --bg-alt: #151a25;
  --card: #1a2029;
  --card-hi: #1e2530;
  --ink: #eef1f6;
  --muted: #8b93a3;
  --muted-dim: #7d8494;
  --line: #262d3b;
  --line-hi: #333c4d;
  --brass: #c8952f;
  --brass-lo: #8a6a2a;
  --brass-hi: #e0ac45;

  --maxw: 74rem;
  --maxw-narrow: 46rem;
  --section-y: 4.75rem;

  --disp: "Archivo", "Arial Narrow", sans-serif;
  --body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hdr-h: 4rem;
}

* { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--hdr-h) + 1rem);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 15.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }

h1, h2, h3, h4 {
  font-family: var(--disp);
  font-weight: 600;
  font-stretch: 90%;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
}

h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.2rem); }
h3 { font-size: 1.15rem; }

p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }
strong { color: var(--ink); font-weight: 600; }

::selection { background: var(--brass); color: #12161f; }

:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--brass);
  color: #12161f;
  padding: 0.7rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.skip-link:focus { left: 0; }

/* --- Layout primitives ---------------------------------------------------- */

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 2rem;
}

.wrap-narrow {
  max-width: var(--maxw-narrow);
  margin: 0 auto;
  padding: 0 2rem;
}

.section {
  padding: var(--section-y) 0;
  border-top: 1px solid var(--line);
}

.section--alt { background: var(--bg-alt); }
.section--tight { padding: calc(var(--section-y) * 0.7) 0; }

.section-head {
  max-width: 42rem;
  margin-bottom: 2.25rem;
}

.section-head p {
  color: var(--muted);
  margin-top: 0.7rem;
}

.eyebrow {
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 0.9rem;
}

.eyebrow--muted { color: var(--muted-dim); }

.lead {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--muted);
}

/* --- Header --------------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(18, 22, 31, 0.94);
  backdrop-filter: saturate(1.3) blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 2rem;
  height: var(--hdr-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  font-family: var(--disp);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.005em;
  white-space: nowrap;
}

.brand-sub {
  font-family: var(--body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted-dim);
  margin-left: 0.55rem;
}

.site-nav {
  display: flex;
  gap: 1.5rem;
  font-size: 0.86rem;
  font-weight: 500;
}

.site-nav a {
  color: var(--muted);
  padding: 0.3rem 0;
  border-bottom: 1.5px solid transparent;
  transition: color 120ms ease, border-color 120ms ease;
}

.site-nav a:hover { color: var(--ink); }

.site-nav a[aria-current="page"] {
  color: var(--ink);
  border-bottom-color: var(--brass);
}

/* --- Buttons -------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 3px;
  border: 1px solid var(--brass);
  background: var(--brass);
  color: #12161f;
  transition: background-color 140ms ease, border-color 140ms ease;
}

.btn:hover { background: var(--brass-hi); border-color: var(--brass-hi); }

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-hi);
}

.btn--ghost:hover {
  background: transparent;
  color: var(--brass);
  border-color: var(--brass);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.9rem;
}

.link-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--brass);
  border-bottom: 1.5px solid transparent;
  padding-bottom: 2px;
  transition: border-color 120ms ease;
}

.link-cta:hover { border-bottom-color: var(--brass); }

/* --- Hero ----------------------------------------------------------------- */

.hero {
  padding: clamp(3.5rem, 8vw, 5.5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  background:
    radial-gradient(120% 90% at 8% -10%, rgba(200, 149, 47, 0.07) 0%, transparent 60%),
    linear-gradient(180deg, #171d28 0%, var(--bg) 100%);
}

.hero-inner { max-width: 44rem; }
.hero h1 { margin-bottom: 1.3rem; }
.hero .lead { font-size: 1.15rem; max-width: 38rem; }

/* stat rail */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.75rem;
  border-top: 1px solid var(--line);
}

/* Padding on both sides so text clears the divider; the first cell stays
   flush left so it lines up with the hero copy above it. */
.hero-stats div {
  padding: 1.15rem 1.4rem 1.25rem;
  border-right: 1px solid var(--line);
}

.hero-stats div:first-child { padding-left: 0; }
.hero-stats div:last-child { border-right: 0; padding-right: 0; }

.hero-stats b {
  display: block;
  font-family: var(--disp);
  font-size: 1.7rem;
  font-weight: 700;
  font-stretch: 90%;
  line-height: 1;
  color: var(--brass);
  margin-bottom: 0.3rem;
}

.hero-stats span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted-dim);
}

/* --- Page hero ------------------------------------------------------------ */

.page-hero {
  padding: clamp(3rem, 6vw, 4.25rem) 0 clamp(2rem, 4vw, 2.75rem);
  background: linear-gradient(180deg, #171d28 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
}

.page-hero-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 2rem;
}

.page-hero h1 { margin-bottom: 1.1rem; }
.page-hero .lead { max-width: 40rem; }

/* --- Claim cards ---------------------------------------------------------- */

.claims {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.claim {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1.5rem 1.5rem 1.6rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: border-color 140ms ease;
}

.claim:hover { border-color: var(--line-hi); }
.claim h3 { margin-bottom: 0.5rem; }
.claim p { color: var(--muted); font-size: 0.94rem; }

/* --- About ---------------------------------------------------------------- */

.about-grid {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 3rem;
  align-items: start;
}

.about-body { max-width: 42rem; }
.about-body h2 { margin-bottom: 1rem; }
.about-body p { color: var(--muted); }

.about-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
}

.about-facts li {
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted-dim);
}

.about-facts li:first-child { padding-top: 0; }

.about-facts b {
  display: block;
  font-family: var(--disp);
  font-size: 1rem;
  font-weight: 600;
  font-stretch: 90%;
  letter-spacing: 0;
  color: var(--ink);
  margin-bottom: 0.1rem;
}

/* --- Services ------------------------------------------------------------- */

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service {
  background: var(--card);
  border: 1px solid var(--line);
  border-top: 2px solid var(--brass-lo);
  border-radius: 4px;
  padding: 1.7rem 1.5rem 1.8rem;
  transition: border-top-color 140ms ease;
}

.service:hover { border-top-color: var(--brass); }
.service h3 { margin-bottom: 1rem; font-size: 1.2rem; }

.service ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.91rem;
  color: var(--muted);
}

.service li {
  position: relative;
  padding: 0.42rem 0 0.42rem 1.05rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
}

.service li:last-child { border-bottom: 0; }

.service li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brass);
}

/* --- Who I help ----------------------------------------------------------- */

.audience {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}

.audience-item {
  padding: 1.6rem 2rem 1.7rem 0;
  border-bottom: 1px solid var(--line);
}

.audience-item:nth-child(even) {
  padding-left: 2.5rem;
  padding-right: 0;
  border-left: 1px solid var(--line);
}

.audience-item h3 { margin-bottom: 0.45rem; }
.audience-item p { color: var(--muted); font-size: 0.93rem; }

/* --- Work cards ----------------------------------------------------------- */

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

/* Index page: an even 2-up so the set stays balanced as it grows. */
.work-grid--pairs { grid-template-columns: repeat(2, 1fr); }

.work-card {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1.6rem 1.5rem 1.7rem;
  transition: border-color 140ms ease, background-color 140ms ease;
}

.work-card:hover { border-color: var(--brass-lo); background: var(--card-hi); }

.work-stat {
  font-family: var(--disp);
  font-size: 2.4rem;
  font-weight: 700;
  font-stretch: 85%;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--brass);
}

.work-stat-label {
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted-dim);
  margin: 0.5rem 0 1.4rem;
}

.work-card h3 { margin-bottom: 0.45rem; font-size: 1.25rem; }

.work-card p {
  color: var(--muted);
  font-size: 0.92rem;
  flex: 1;
  margin-bottom: 1.2rem;
}

.work-card p.work-tags {
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-dim);
  margin-bottom: 0.8rem;
}

.work-card .link-cta { align-self: flex-start; }

/* --- Steps (Process) ------------------------------------------------------ */

.steps { border-top: 1px solid var(--line); }

.step {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1.75rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}

.step-num {
  font-family: var(--disp);
  font-size: 2.2rem;
  font-weight: 700;
  font-stretch: 85%;
  line-height: 1;
  color: var(--brass-lo);
}

.step-body { max-width: 42rem; }
.step-body h3 { margin-bottom: 0.6rem; font-size: 1.35rem; }
.step-body p { color: var(--muted); }

/* --- Values --------------------------------------------------------------- */

.values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.value {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1.5rem 1.5rem 1.6rem;
}

.value h3 { margin-bottom: 0.45rem; }
.value p { color: var(--muted); font-size: 0.93rem; }

/* --- FAQ ------------------------------------------------------------------ */

.faq { border-top: 1px solid var(--line); }

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 1.5rem 0;
}

.faq-item h3 { font-size: 1.1rem; margin-bottom: 0.55rem; }
.faq-item p { color: var(--muted); max-width: 44rem; }

.faq-num {
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--brass);
  margin-right: 0.7rem;
}

/* --- Archive -------------------------------------------------------------- */

.archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.archive-item { border-bottom: 1px solid var(--line); }

.archive-item > a {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1.75rem;
  padding: 1.4rem 0;
  align-items: baseline;
}

.archive-item > a:hover h2 { color: var(--brass); }

.archive-item time {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--muted-dim);
  white-space: nowrap;
}

.archive-item h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  transition: color 120ms ease;
}

.archive-item p {
  color: var(--muted);
  font-size: 0.91rem;
  margin: 0;
  max-width: 46rem;
}

/* --- Post ----------------------------------------------------------------- */

.post-hero {
  padding: clamp(2.75rem, 6vw, 4rem) 0 1.8rem;
  background: linear-gradient(180deg, #171d28 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
}

.post-hero-inner {
  max-width: var(--maxw-narrow);
  margin: 0 auto;
  padding: 0 2rem;
}

.post-hero h1 { font-size: clamp(2rem, 4vw, 2.7rem); margin-bottom: 0.9rem; }

.post-byline { font-size: 0.85rem; color: var(--muted-dim); margin: 0; }

.post-body {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #cfd5df;
}

.post-body h2 {
  font-size: 1.55rem;
  margin: 2.4rem 0 0.9rem;
  color: var(--ink);
}

.post-body h3 {
  font-size: 1.2rem;
  margin: 1.8rem 0 0.7rem;
  color: var(--ink);
}

.post-body ul, .post-body ol {
  margin: 0 0 1.2rem;
  padding-left: 1.25rem;
}

.post-body li { margin-bottom: 0.45rem; }
.post-body li::marker { color: var(--brass-lo); }

.post-body a {
  color: var(--brass);
  border-bottom: 1px solid rgba(200, 149, 47, 0.3);
}

.post-body a:hover { border-bottom-color: var(--brass); }

.post-body blockquote {
  margin: 1.6rem 0;
  padding: 0.3rem 0 0.3rem 1.3rem;
  border-left: 2px solid var(--brass);
  color: var(--muted);
  font-style: italic;
}

.post-body hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 2.4rem 0;
}

.post-body code {
  font-size: 0.9em;
  background: var(--card);
  border: 1px solid var(--line);
  padding: 0.12em 0.38em;
  border-radius: 3px;
}

.post-body pre {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1rem;
  overflow-x: auto;
}

.post-body pre code { background: none; border: 0; padding: 0; }

.post-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.93rem;
}

.post-body th, .post-body td {
  text-align: left;
  padding: 0.6rem 0.8rem 0.6rem 0;
  border-bottom: 1px solid var(--line);
}

.post-body th { font-weight: 600; color: var(--ink); }

.post-footer {
  padding-bottom: 3.5rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}

/* --- Case facts ----------------------------------------------------------- */

.case-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
  gap: 1.3rem 1.75rem;
  margin: 0 0 2.4rem;
  padding: 1.4rem 1.4rem 1.5rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-left: 2px solid var(--brass-lo);
  border-radius: 4px;
}

.case-fact-label {
  display: block;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-dim);
  margin-bottom: 0.3rem;
}

.case-fact-value {
  display: block;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink);
}

.case-fact-value a { color: var(--brass); }
.case-fact-value a:hover { border-bottom: 1px solid var(--brass); }

/* --- Contact -------------------------------------------------------------- */

.contact-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.contact-aside { display: grid; gap: 1.9rem; }

.contact-block p { color: var(--muted); font-size: 0.95rem; }

.contact-block--flag {
  border-left: 2px solid var(--brass-lo);
  padding-left: 1.1rem;
}

.contact-steps {
  list-style: none;
  counter-reset: cstep;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-steps li {
  counter-increment: cstep;
  position: relative;
  padding: 0 0 0.9rem 2.1rem;
}

.contact-steps li:last-child { padding-bottom: 0; }

.contact-steps li::before {
  content: counter(cstep, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-family: var(--disp);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brass);
}

.contact-steps b { display: block; color: var(--ink); font-weight: 600; }

.contact-card {
  display: block;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1.5rem;
  transition: border-color 140ms ease, background-color 140ms ease;
}

.contact-card:hover { border-color: var(--brass-lo); background: var(--card-hi); }

.contact-label {
  display: block;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-dim);
  margin-bottom: 0.45rem;
}

.contact-value {
  display: block;
  font-family: var(--disp);
  font-size: 1.15rem;
  font-weight: 600;
  font-stretch: 90%;
  word-break: break-word;
}

/* --- CTA band ------------------------------------------------------------- */

.cta-band {
  padding: var(--section-y) 0;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(90% 120% at 100% 0%, rgba(200, 149, 47, 0.09) 0%, transparent 55%),
    #0e1219;
}

.cta-band h2 { margin-bottom: 0.9rem; }
.cta-band p { color: var(--muted); max-width: 34rem; }
.cta-band-inner { max-width: 42rem; }

/* --- Footer --------------------------------------------------------------- */

.site-footer {
  border-top: 1px solid var(--line);
  padding: 3rem 0 1.75rem;
  font-size: 0.87rem;
  background: #0e1219;
}

.footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem;
}

.footer-brand .brand { font-size: 1rem; }

.footer-brand p {
  color: var(--muted);
  margin-top: 0.85rem;
  max-width: 22rem;
}

.footer-contact {
  margin-top: 1.1rem;
  color: var(--muted);
  line-height: 1.9;
}

.footer-contact a:hover { color: var(--brass); }

.footer-heading {
  font-family: var(--body);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 0.85rem;
}

.footer-nav, .footer-social {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--muted);
}

.footer-nav a:hover, .footer-social a:hover { color: var(--brass); }

.footer-legal {
  max-width: var(--maxw);
  margin: 2.5rem auto 0;
  padding: 1.4rem 2rem 0;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  color: var(--muted-dim);
}

/* --- Responsive ----------------------------------------------------------- */

@media (max-width: 62rem) {
  .contact-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .services { grid-template-columns: 1fr; }
  .work-grid, .work-grid--pairs { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 46rem) {
  :root { --section-y: 3.25rem; }

  body { font-size: 15px; }

  .wrap, .wrap-narrow, .header-inner, .page-hero-inner,
  .post-hero-inner, .footer-inner { padding-left: 1.25rem; padding-right: 1.25rem; }

  .footer-legal { padding-left: 1.25rem; padding-right: 1.25rem; }

  .header-inner { gap: 0.9rem; }
  .brand-sub { display: none; }

  .site-nav {
    gap: 0.95rem;
    font-size: 0.79rem;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .site-nav::-webkit-scrollbar { display: none; }

  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stats div { border-right: 0; padding: 0.9rem 0 1rem; border-bottom: 1px solid var(--line); }
  .hero-stats div:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 1rem; }
  .hero-stats div:nth-child(even) { padding-left: 1rem; }
  .hero-stats div:nth-last-child(-n+2) { border-bottom: 0; }

  .claims { grid-template-columns: 1fr; }
  .values { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 2.25rem; }

  .audience { grid-template-columns: 1fr; }
  .audience-item,
  .audience-item:nth-child(even) {
    padding: 1.4rem 0;
    border-left: 0;
  }

  .step { grid-template-columns: 1fr; gap: 0.5rem; }
  .step-num { font-size: 1.7rem; }

  .archive-item > a { grid-template-columns: 1fr; gap: 0.4rem; }

  .btn { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
