/* ==========================================================================
   ESQUEEN Sp. z o.o. – Stylesheet
   Concept: garment label & stitching. Denim blue, chalk white, amber thread.
   ========================================================================== */

/* ---------- 1. Design tokens ---------- */
:root {
  --ink: #121C31;
  --denim: #1F3358;
  --denim-2: #2E4A7D;
  --denim-3: #7E9BC9;
  --mist: #E7EDF5;
  --paper: #F5F7FA;
  --white: #FFFFFF;
  --thread: #E0A93B;
  --line: #D6DEE9;
  --text: #243049;
  --muted: #56637C;
  --danger: #B3261E;

  --font-display: "Bricolage Grotesque", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-body: "Instrument Sans", "Segoe UI", system-ui, -apple-system, sans-serif;

  --header-h: 72px;
  --shadow-lift: 0 10px 28px rgba(31, 51, 88, 0.14);
}

/* ---------- 2. Base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

body:has(dialog[open]) { overflow: hidden; }

img, svg { display: block; max-width: 100%; }

h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.4rem, 5.4vw, 4.2rem); font-weight: 700; line-height: 1.04; letter-spacing: -0.03em; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.75rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 650; }
h4 { font-size: 1.0625rem; font-weight: 650; }

p { margin: 0; }

a { color: inherit; }

address { font-style: normal; }

section[id] { scroll-margin-top: calc(var(--header-h) + 8px); }

.container {
  width: min(1160px, 100% - 2.5rem);
  margin-inline: auto;
}

.lead {
  font-size: clamp(1.08rem, 1.6vw, 1.22rem);
  line-height: 1.6;
  color: var(--muted);
  max-width: 60ch;
}

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

/* Visible keyboard focus everywhere */
:focus-visible {
  outline: 3px solid var(--denim-2);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: top 0.2s;
}
.skip-link:focus { top: 1rem; }

/* ---------- 3. Buttons and links ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.45rem;
  font: inherit;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  border: 1.5px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary { background: var(--denim); color: #fff; }
.btn-primary:hover { background: var(--ink); box-shadow: var(--shadow-lift); }

.btn-secondary { background: transparent; color: var(--denim); border-color: var(--denim); }
.btn-secondary:hover { background: var(--mist); }

.btn-accent { background: var(--thread); color: var(--ink); }
.btn-accent:hover { background: #F0BC52; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25); }
.btn-accent:focus-visible { outline-color: #fff; }

.btn-sm { padding: 0.6rem 1.1rem; font-size: 0.95rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: 0.65; cursor: progress; transform: none; box-shadow: none; }

.text-link {
  font-weight: 600;
  color: var(--denim);
  text-decoration: underline;
  text-decoration-color: var(--thread);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: text-decoration-thickness 0.15s, color 0.15s;
}
.text-link:hover { color: var(--ink); text-decoration-thickness: 4px; }

.link-button {
  padding: 0;
  font: inherit;
  font-weight: 600;
  color: var(--denim);
  background: none;
  border: 0;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: var(--thread);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.link-button:hover { color: var(--ink); text-decoration-thickness: 4px; }

/* ---------- 4. Header and navigation ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 4px 18px rgba(31, 51, 88, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  background: var(--denim);
  border-radius: 9px;
  outline: 1.5px dashed rgba(255, 255, 255, 0.6);
  outline-offset: -4px;
}

.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: var(--ink);
}
.brand-suffix { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.02em; }

.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav ul { display: flex; gap: 1.75rem; margin: 0; padding: 0; list-style: none; }

.site-nav ul a {
  display: inline-block;
  padding: 0.35rem 0;
  font-weight: 500;
  font-size: 0.98rem;
  color: var(--text);
  text-decoration: none;
  background: linear-gradient(var(--thread), var(--thread)) left bottom / 0 2px no-repeat;
  transition: background-size 0.25s ease, color 0.2s;
}
.site-nav ul a:hover,
.site-nav ul a.is-active {
  color: var(--ink);
  background-size: 100% 2px;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0 11px;
  background: transparent;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
}
.nav-toggle-bar {
  display: block;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- 5. Sections (shared) ---------- */
.section { padding-block: clamp(4rem, 9vw, 7rem); }
.section--paper { background: var(--paper); }
.section--denim { background: var(--denim); color: #D5DFEE; }
.section--denim h2,
.section--denim h3,
.section--denim h4 { color: #fff; }
.section--denim .lead { color: #C3D0E4; }

.section-head { max-width: 640px; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section-head h2 { margin-bottom: 1rem; }

/* ---------- 6. Hero ---------- */
.hero { padding-block: clamp(3rem, 8vw, 6rem) clamp(4rem, 9vw, 6.5rem); }

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.hero-copy h1 { margin-bottom: 1.4rem; }
.hero-copy .lead { margin-bottom: 2rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.hero-note { margin-top: 1.5rem; font-size: 0.98rem; color: var(--muted); }

.hero-visual {
  position: relative;
  margin-bottom: 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--mist);
  border-radius: 24px;
}
/* Stitched inner border */
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1.5px dashed rgba(31, 51, 88, 0.3);
  border-radius: 16px;
  pointer-events: none;
}
.hero-visual .rail { position: relative; width: 100%; height: auto; }

.hero-tag {
  position: absolute;
  left: 1.5rem;
  bottom: -1.25rem;
  padding: 0.7rem 1.1rem 0.7rem 2.5rem;
  background: #fff;
  border: 1.5px solid var(--ink);
  border-radius: 8px;
  transform: rotate(-3deg);
  box-shadow: 0 8px 20px rgba(31, 51, 88, 0.18);
}
.hero-tag::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: -0.375rem;
  background: var(--mist);
  border: 1.5px solid var(--ink);
  border-radius: 50%;
}
.hero-tag strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.25;
  color: var(--ink);
}
.hero-tag span { font-size: 0.85rem; color: var(--muted); }

/* The one orchestrated moment: garments swing on their hangers once at page load */
.hang {
  transform-origin: 0 0;
  animation: swing 1.7s cubic-bezier(0.3, 0.6, 0.3, 1) both;
  animation-delay: calc(var(--i) * 110ms + 150ms);
}
@keyframes swing {
  0%   { transform: rotate(9deg); }
  28%  { transform: rotate(-5deg); }
  52%  { transform: rotate(3deg); }
  76%  { transform: rotate(-1.2deg); }
  100% { transform: rotate(0deg); }
}

/* ---------- 7. About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.about-copy h2 { margin-bottom: 1.5rem; }
.about-copy p + p { margin-top: 1rem; }
.about-copy p { max-width: 58ch; }

/* Garment care-label styling for company details */
.care-label {
  position: relative;
  padding: 2rem 1.9rem;
  background: #fff;
  border-radius: 6px;
  outline: 1.5px dashed var(--denim-3);
  outline-offset: -11px;
  box-shadow: 0 1px 0 var(--line), 0 12px 30px rgba(31, 51, 88, 0.08);
}
.care-label h3 { margin-bottom: 1.1rem; font-size: 1.15rem; }
.care-label dl { margin: 0; }
.care-label dl > div { padding: 0.8rem 0; border-top: 1px solid var(--line); }
.care-label dt { font-size: 0.85rem; font-weight: 600; color: var(--muted); }
.care-label dd { margin: 0.1rem 0 0; color: var(--ink); font-weight: 500; overflow-wrap: anywhere; }

/* ---------- 8. Services ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.75rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--denim-3);
  box-shadow: var(--shadow-lift);
}
.card h3 { margin-top: 0.4rem; }
.card p { color: var(--muted); font-size: 1rem; }

.card--feature {
  grid-column: span 6;
  min-height: 300px;
  padding: 2.25rem;
  background: var(--mist);
  border-color: transparent;
  border-radius: 20px;
}
.card--feature h3 { font-size: 1.6rem; }
.card--feature p { color: var(--text); font-size: 1.05rem; max-width: 46ch; }
.card--small { grid-column: span 3; }

.card-link { margin-top: auto; align-self: flex-start; padding-top: 0.6rem; }

.icon-box {
  display: grid;
  place-items: center;
  flex: none;
  width: 46px;
  height: 46px;
  color: var(--denim);
  background: var(--mist);
  border-radius: 12px;
  transition: background-color 0.25s, color 0.25s;
}
.icon-box svg { width: 24px; height: 24px; }
.icon-box--solid { width: 54px; height: 54px; color: #fff; background: var(--denim); }
.icon-box--solid svg { width: 28px; height: 28px; }
.card--small:hover .icon-box { background: var(--denim); color: #fff; }

/* ---------- 9. Why us ---------- */
.why-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
.why-intro h2 { margin-bottom: 1.2rem; }
.why-intro .lead { margin-bottom: 2rem; }

.benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 2.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.benefits li { padding-top: 1.25rem; border-top: 2px dashed rgba(224, 169, 59, 0.6); }
.benefits h3 { margin-bottom: 0.5rem; }
.benefits p { color: #C3D0E4; font-size: 1rem; }

.process {
  margin-top: clamp(3.5rem, 8vw, 5.5rem);
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.process > h3 { margin-bottom: 2rem; font-size: 1.5rem; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.steps li { position: relative; padding-top: 3.5rem; counter-increment: step; }
.steps li::before {
  content: counter(step);
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--ink);
  background: var(--thread);
  border-radius: 50%;
}
.steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 50px;
  right: 0.5rem;
  border-top: 2px dashed rgba(255, 255, 255, 0.28);
}
.steps h4 { margin-bottom: 0.4rem; }
.steps p { color: #C3D0E4; font-size: 0.98rem; }

/* ---------- 10. Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 6vw, 4.5rem);
  align-items: start;
}
.contact-info h2 { margin-bottom: 1.1rem; }
.contact-info .lead { margin-bottom: 2.25rem; }

.contact-list { display: grid; gap: 1.75rem; margin: 0; padding: 0; list-style: none; }
.contact-list li { display: flex; gap: 1rem; }
.contact-list h3 { margin-bottom: 0.3rem; font-size: 1.05rem; }
.contact-list address { margin-bottom: 0.5rem; }
.contact-list .muted { margin-top: 0.15rem; font-size: 0.95rem; }

.form-card {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(31, 51, 88, 0.09);
}

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.15rem 1.25rem; margin-bottom: 1.5rem; }
.field { display: flex; flex-direction: column; min-width: 0; }
.field--full { grid-column: 1 / -1; }

.field label:not(.check) { margin-bottom: 0.4rem; font-weight: 600; font-size: 0.95rem; color: var(--ink); }
.optional { font-weight: 400; color: var(--muted); }

.field input:not([type="checkbox"]),
.field select,
.field textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: #fff;
  border: 1.5px solid #B5C1D3;
  border-radius: 8px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.field textarea { resize: vertical; min-height: 130px; }
.field ::placeholder { color: #7A879D; }

.field input:not([type="checkbox"]):hover,
.field select:hover,
.field textarea:hover { border-color: var(--denim-3); }

.field input:not([type="checkbox"]):focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--denim-2);
  box-shadow: 0 0 0 3px rgba(46, 74, 125, 0.22);
}

.field [aria-invalid="true"] { border-color: var(--danger); }
.field [aria-invalid="true"]:focus { box-shadow: 0 0 0 3px rgba(179, 38, 30, 0.2); }

.error { margin-top: 0.4rem; font-size: 0.9rem; font-weight: 500; color: var(--danger); }
.error:empty { display: none; }

.check { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.95rem; cursor: pointer; }
.check input { flex: none; width: 1.2rem; height: 1.2rem; margin: 0.2rem 0 0; accent-color: var(--denim); }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-status { margin-top: 1rem; font-size: 0.98rem; border-radius: 10px; }
.form-status:empty { display: none; }
.form-status.is-success { padding: 0.9rem 1rem; color: #14532D; background: #E8F5EC; border: 1px solid #9AD3AE; }
.form-status.is-error   { padding: 0.9rem 1rem; color: #7A1C15; background: #FCECEA; border: 1px solid #F0B4AE; }

/* ---------- 11. Footer ---------- */
.site-footer {
  position: relative;
  padding-top: clamp(3.5rem, 7vw, 5rem);
  color: #B5C2D8;
  background: var(--ink);
  font-size: 0.98rem;
}
/* Amber stitch line along the top edge */
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: repeating-linear-gradient(90deg, var(--thread) 0 10px, transparent 10px 18px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1.2fr 0.8fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
}
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-suffix { color: #93A3BF; }
.footer-brand .brand-mark { background: var(--denim-2); }
.footer-brand p { max-width: 34ch; margin-top: 1.1rem; }

.site-footer h3 { margin-bottom: 1rem; font-size: 1rem; color: #fff; letter-spacing: 0; }
.site-footer ul { display: grid; gap: 0.6rem; margin: 0; padding: 0; list-style: none; }
.site-footer address { margin-bottom: 0.6rem; }

.site-footer a { text-decoration: none; transition: color 0.15s; }
.site-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.site-footer :focus-visible { outline-color: #fff; }

.link-button--light { color: #B5C2D8; text-decoration: none; font-weight: 400; }
.link-button--light:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

.footer-bottom { padding-block: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.9rem; color: #93A3BF; }

/* ---------- 12. Legal dialogs ---------- */
.legal-dialog {
  width: min(680px, calc(100% - 2rem));
  max-height: min(85vh, 780px);
  padding: 0;
  overflow: auto;
  color: var(--text);
  background: #fff;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(18, 28, 49, 0.35);
}
.legal-dialog::backdrop { background: rgba(18, 28, 49, 0.62); }
.legal-dialog[open] { animation: dialogIn 0.22s ease-out; }
@keyframes dialogIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.dialog-head {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.dialog-head h2 { font-size: 1.4rem; }

.dialog-close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--ink);
  background: var(--mist);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.15s;
}
.dialog-close:hover { background: var(--line); }

.dialog-body { padding: 1.25rem 1.5rem 1.75rem; font-size: 1rem; }
.dialog-body h3 { margin: 1.4rem 0 0.4rem; font-size: 1.1rem; }

/* ---------- 13. Responsive ---------- */
@media (max-width: 1000px) {
  .card--small { grid-column: span 6; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 2.25rem; }
  .steps li:nth-child(2)::after { display: none; }
}

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 1.1rem;
    padding: 1rem 1.25rem 1.5rem;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 24px rgba(31, 51, 88, 0.1);
  }
  .site-nav.is-open { display: flex; animation: navIn 0.18s ease-out; }
  @keyframes navIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .site-nav ul { flex-direction: column; gap: 0; }
  .site-nav ul li { border-bottom: 1px solid var(--line); }
  .site-nav ul a { display: block; padding: 0.85rem 0; background-image: none; font-size: 1.05rem; }
  .site-nav ul a.is-active { color: var(--denim); font-weight: 600; }
  .site-nav .btn { width: 100%; padding-block: 0.9rem; }

  .hero-grid,
  .about-grid,
  .why-layout,
  .contact-grid { grid-template-columns: 1fr; }

  .hero-visual { max-width: 560px; }
}

@media (max-width: 700px) {
  .card--feature,
  .card--small { grid-column: 1 / -1; }
  .card--feature { min-height: 0; padding: 1.75rem; }

  .benefits { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }

  .steps { grid-template-columns: 1fr; row-gap: 0; }
  .steps li { padding: 0 0 1.75rem 3.5rem; }
  .steps li:last-child { padding-bottom: 0; }
  .steps li:not(:last-child)::after,
  .steps li:nth-child(2)::after {
    display: block;
    top: 44px;
    bottom: 6px;
    left: 18px;
    right: auto;
    border-top: 0;
    border-left: 2px dashed rgba(255, 255, 255, 0.28);
  }
}

@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-actions .btn { width: 100%; }
}

/* ---------- 14. Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
