/* ============================================================
   NABATIAN — Persian-Carpet Architecture
   Zentrales Medaillon · 4 Ornament-Quadranten · Teppich-Bänder
   Lapis · Saffron · Ivory — symmetrisch, ornamental, warm
   ============================================================ */

/* --- 0 · Reset cinematic legacy (site.css inherits before this) --- */
.hero-cinematic, .bg, .haze, .dust, .vignette, .letterbox,
.eagle-watermark, .chapter-card, .bleed-strip, .timeline,
.cinematic, .scroll-cue { display: none !important; }

/* --- 1 · Tokens --- */
:root {
  --c-lapis:        #1c3a66;
  --c-lapis-soft:   #2a4d7d;
  --c-lapis-deep:   #102341;
  --c-saffron:      #d4a04a;
  --c-saffron-br:   #e8bd6a;
  --c-rose:         #a23b4e;
  --c-ivory:        #f7ecd6;
  --c-ivory-deep:   #efe0c2;
  --c-ivory-warm:   #fbf4e3;
  --c-ink:          #241a14;
  --c-ink-soft:     #5d4a38;
  --c-rule:         rgba(28, 58, 102, 0.22);
  --c-rule-gold:    rgba(212, 160, 74, 0.45);

  --f-display: 'Cormorant Garamond', Georgia, serif;
  --f-body:    'Spectral', Georgia, serif;
  --f-farsi:   'Noto Naskh Arabic', serif;
  --f-ui:      'Jost', 'Helvetica Neue', Arial, sans-serif;

  --star: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44'%3E%3Cg fill='none' stroke='%23d4a04a' stroke-width='1.3'%3E%3Crect x='9' y='9' width='26' height='26'/%3E%3Crect x='9' y='9' width='26' height='26' transform='rotate(45 22 22)'/%3E%3Ccircle cx='22' cy='22' r='2.6' fill='%23d4a04a'/%3E%3C/g%3E%3C/svg%3E");
}

/* --- 2 · Base --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  background: var(--c-ivory);
  color: var(--c-ink);
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: 0;
  background-image: var(--star);
  background-size: 132px 132px;
  opacity: 0.05; pointer-events: none;
}
body > * { position: relative; z-index: 1; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 500; line-height: 1.12; }
.shell { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.shell-tight { max-width: 820px; margin: 0 auto; padding: 0 32px; }

/* --- 3 · Scroll progress --- */
.carpet-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: linear-gradient(90deg, var(--c-saffron), var(--c-saffron-br));
  z-index: 200;
}

/* --- 4 · Topbar --- */
.carpet-topbar {
  background: var(--c-lapis-deep);
  color: var(--c-ivory-deep);
  font-family: var(--f-ui);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 16px;
}
.carpet-topbar a { color: var(--c-saffron-br); }
.carpet-topbar .sep { color: var(--c-saffron); margin: 0 10px; }

/* --- 5 · Nav --- */
.carpet-nav {
  background: var(--c-ivory-warm);
  border-bottom: 1px solid var(--c-rule-gold);
  position: sticky; top: 0; z-index: 100;
}
.carpet-nav .nav-inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 32px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo img { width: 46px; height: 46px; border-radius: 50%; }
.nav-logo .nl-text { font-family: var(--f-display); }
.nav-logo .nl-text strong { display: block; font-size: 1.18rem; letter-spacing: 0.04em; }
.nav-logo .nl-text span {
  font-family: var(--f-ui); font-size: 0.6rem; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--c-lapis-soft);
}
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a {
  font-family: var(--f-ui); font-size: 0.78rem; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--c-ink-soft);
  padding: 6px 0; position: relative; transition: color 0.25s;
}
.nav-links a::after {
  content: ""; position: absolute; left: 50%; bottom: 0;
  width: 0; height: 1.5px; background: var(--c-saffron);
  transform: translateX(-50%); transition: width 0.3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--c-lapis); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta {
  background: var(--c-lapis); color: var(--c-ivory) !important;
  padding: 9px 20px !important; border-radius: 2px;
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--c-lapis-soft); }
.nav-burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-burger span { display: block; width: 24px; height: 2px; background: var(--c-lapis); margin: 5px 0; }
.nav-mobile { display: none; flex-direction: column; background: var(--c-ivory-warm); border-bottom: 1px solid var(--c-rule-gold); }
.nav-mobile a {
  padding: 14px 32px; font-family: var(--f-ui); font-size: 0.82rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--c-ink-soft);
  border-top: 1px solid var(--c-rule);
}
.nav-mobile.open { display: flex; }

/* --- 6 · Hero + Medallion --- */
.carpet-hero {
  background:
    radial-gradient(ellipse at 50% 0%, var(--c-lapis-soft) 0%, var(--c-lapis) 45%, var(--c-lapis-deep) 100%);
  color: var(--c-ivory);
  text-align: center;
  padding: 70px 24px 84px;
  position: relative;
  border-bottom: 4px double var(--c-saffron);
}
.carpet-hero::before, .carpet-hero::after {
  content: ""; position: absolute; left: 0; right: 0; height: 56px;
  background-image: var(--star); background-size: 44px 44px;
  background-repeat: repeat-x; background-position: center;
  opacity: 0.55;
}
.carpet-hero::before { top: 0; }
.carpet-hero::after  { bottom: 0; }

.medallion {
  width: 340px; height: 340px;
  margin: 22px auto 30px;
  position: relative;
  display: grid; place-items: center;
}
.medallion .ring {
  position: absolute; border-radius: 50%;
}
.ring-1 {
  inset: 0; border: 2px dashed var(--c-saffron);
  animation: spin 78s linear infinite;
}
.ring-2 {
  inset: 26px;
  border: 3px double var(--c-saffron-br);
  box-shadow: 0 0 0 10px rgba(212,160,74,0.08);
}
.ring-3 {
  inset: 40px;
  background:
    radial-gradient(circle, var(--c-ivory-warm) 0%, var(--c-ivory-deep) 100%);
  box-shadow: inset 0 0 26px rgba(28,58,102,0.18);
}
.ring-4 { inset: 52px; border: 1.5px solid var(--c-lapis-soft); }
.medallion .crest {
  width: 56%; height: 56%; border-radius: 50%;
  object-fit: cover; position: relative; z-index: 3;
}
.medallion .diamond {
  position: absolute; top: 50%; left: 50%;
  width: 11px; height: 11px; background: var(--c-saffron);
  transform-origin: 0 0;
  transform: rotate(calc(45deg * var(--i))) translate(-50%, -176px) rotate(45deg);
}
.hero-eyebrow {
  font-family: var(--f-ui); font-size: 0.74rem; letter-spacing: 0.34em;
  text-transform: uppercase; color: var(--c-saffron-br); margin-bottom: 14px;
}
.hero-script {
  font-family: var(--f-farsi); font-size: 2.1rem; color: var(--c-saffron);
  direction: rtl; line-height: 1; margin-bottom: 6px;
}
.hero-line {
  font-family: var(--f-display); font-style: italic; font-weight: 500;
  font-size: clamp(2.4rem, 5.4vw, 4rem); color: var(--c-ivory);
  margin-bottom: 16px;
}
.hero-strap {
  font-family: var(--f-display); font-size: 1.36rem;
  color: var(--c-ivory-deep); max-width: 600px; margin: 0 auto 26px;
}
.hero-cta { display: inline-flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* --- 7 · Buttons --- */
.btn {
  font-family: var(--f-ui); font-size: 0.78rem; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 14px 30px; border-radius: 2px;
  display: inline-block; transition: transform 0.25s, background 0.25s, color 0.25s;
}
.btn-saffron { background: var(--c-saffron); color: var(--c-lapis-deep); }
.btn-saffron:hover { background: var(--c-saffron-br); transform: translateY(-2px); }
.btn-ghost { border: 1.5px solid var(--c-saffron); color: var(--c-saffron-br); }
.btn-ghost:hover { background: rgba(212,160,74,0.14); }
.btn-lapis { background: var(--c-lapis); color: var(--c-ivory); }
.btn-lapis:hover { background: var(--c-lapis-soft); transform: translateY(-2px); }

/* --- 8 · Ornament band --- */
.ornament-band {
  height: 60px; background-color: var(--c-lapis-deep);
  background-image: var(--star);
  background-size: 44px 44px; background-repeat: repeat-x; background-position: center;
  border-top: 2px solid var(--c-saffron);
  border-bottom: 2px solid var(--c-saffron);
}

/* --- 9 · Quadrants --- */
.carpet-quadrants {
  display: grid; grid-template-columns: 1fr 1fr;
  max-width: 1180px; margin: 0 auto;
  border-left: 1px solid var(--c-rule);
}
.quadrant {
  padding: 54px 48px;
  border-right: 1px solid var(--c-rule);
  border-bottom: 1px solid var(--c-rule);
  position: relative;
  background: var(--c-ivory);
  transition: background 0.3s;
}
.quadrant:nth-child(-n+2) { border-top: 1px solid var(--c-rule); }
.quadrant::before, .quadrant::after {
  content: ""; position: absolute; width: 30px; height: 30px;
  border: 2px solid var(--c-saffron); transition: width 0.3s, height 0.3s;
}
.quadrant::before { top: 12px; left: 12px; border-right: 0; border-bottom: 0; }
.quadrant::after  { bottom: 12px; right: 12px; border-left: 0; border-top: 0; }
.quadrant:hover { background: var(--c-ivory-warm); }
.quadrant:hover::before, .quadrant:hover::after { width: 42px; height: 42px; }
.q-script {
  font-family: var(--f-farsi); font-size: 1.5rem; color: var(--c-rose);
  direction: rtl; margin-bottom: 4px;
}
.q-num {
  font-family: var(--f-ui); font-size: 0.68rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--c-saffron); margin-bottom: 10px;
}
.q-title { font-size: 2rem; font-style: italic; color: var(--c-lapis); margin-bottom: 12px; }
.q-text { color: var(--c-ink-soft); margin-bottom: 18px; }
.q-link {
  font-family: var(--f-ui); font-size: 0.76rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--c-lapis);
  border-bottom: 1.5px solid var(--c-saffron); padding-bottom: 3px;
}
.q-link:hover { color: var(--c-rose); }

/* --- 10 · Sections --- */
.carpet-section { padding: 88px 0; }
.section-head { text-align: center; margin-bottom: 48px; }
.eyebrow {
  font-family: var(--f-ui); font-size: 0.72rem; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--c-saffron); display: block; margin-bottom: 12px;
}
.farsi {
  font-family: var(--f-farsi); font-size: 1.6rem; color: var(--c-rose);
  direction: rtl; margin-bottom: 6px;
}
.section-title {
  font-size: clamp(2.2rem, 4.6vw, 3.4rem); font-style: italic; color: var(--c-lapis);
}
.section-title.on-lapis { color: var(--c-ivory); }

/* --- 11 · Feature (story) --- */
.carpet-feature {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.feature-frame { position: relative; padding: 16px; }
.feature-frame::before {
  content: ""; position: absolute; inset: 0;
  border: 2px solid var(--c-saffron);
  outline: 1px solid var(--c-lapis-soft); outline-offset: 7px;
}
.feature-frame img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.feature-text p { margin-bottom: 16px; color: var(--c-ink-soft); }
.feature-text p strong { color: var(--c-ink); }
.feature-text .lead {
  font-family: var(--f-display); font-size: 1.4rem; font-style: italic;
  color: var(--c-lapis); margin-bottom: 20px;
}

/* --- 12 · Persian menu --- */
.persian-menu { max-width: 860px; margin: 0 auto; }
.menu-group { margin-bottom: 48px; }
.menu-head {
  text-align: center; margin-bottom: 22px; padding-bottom: 14px;
  border-bottom: 2px solid var(--c-saffron);
  position: relative;
}
.menu-head .mg-farsi {
  font-family: var(--f-farsi); font-size: 1.2rem; color: var(--c-rose); direction: rtl;
}
.menu-head .mg-title {
  font-size: 1.9rem; font-style: italic; color: var(--c-lapis);
}
.menu-row {
  display: grid; grid-template-columns: 1fr auto;
  gap: 6px 18px; align-items: baseline;
  padding: 13px 0; border-bottom: 1px solid var(--c-rule);
}
.menu-row .dish { font-family: var(--f-display); font-size: 1.32rem; color: var(--c-ink); }
.menu-row .price {
  font-family: var(--f-display); font-size: 1.24rem; color: var(--c-saffron);
  font-weight: 600; white-space: nowrap;
}
.menu-row .dish-desc {
  grid-column: 1 / -1; font-size: 0.95rem; color: var(--c-ink-soft);
  font-style: italic; margin-top: -2px;
}
.menu-note {
  text-align: center; font-family: var(--f-display); font-style: italic;
  font-size: 1.1rem; color: var(--c-ink-soft); margin-top: 16px;
}

/* --- 13 · Hours panel --- */
.hours-panel {
  max-width: 720px; margin: 0 auto;
  background: var(--c-lapis); color: var(--c-ivory);
  padding: 44px 48px; position: relative;
  border: 2px solid var(--c-saffron);
  outline: 1px solid var(--c-lapis-soft); outline-offset: 8px;
}
.hours-row {
  display: flex; justify-content: space-between; gap: 24px;
  padding: 13px 0; border-bottom: 1px solid rgba(212,160,74,0.28);
  font-family: var(--f-display); font-size: 1.2rem;
}
.hours-row:last-child { border-bottom: 0; }
.hours-row .day { color: var(--c-ivory-deep); }
.hours-row .time { color: var(--c-saffron-br); }
.hours-row.closed .time { color: rgba(247,236,214,0.4); }

/* --- 14 · Tribute --- */
.carpet-tribute {
  background:
    radial-gradient(ellipse at 50% 50%, var(--c-lapis-soft) 0%, var(--c-lapis-deep) 100%);
  color: var(--c-ivory); text-align: center;
  padding: 96px 24px;
  border-top: 4px double var(--c-saffron);
  border-bottom: 4px double var(--c-saffron);
}
.tribute-mark {
  font-family: var(--f-display); font-size: 4rem; color: var(--c-saffron);
  line-height: 0.4; height: 30px;
}
.tribute-quote {
  font-family: var(--f-display); font-style: italic; font-weight: 500;
  font-size: clamp(1.8rem, 3.8vw, 2.9rem); line-height: 1.34;
  max-width: 760px; margin: 24px auto 20px; color: var(--c-ivory);
}
.tribute-source {
  font-family: var(--f-ui); font-size: 0.76rem; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--c-saffron-br);
}

/* --- 15 · Gallery --- */
.gallery-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-frame { position: relative; padding: 8px; background: var(--c-ivory-warm); border: 1px solid var(--c-rule-gold); }
.gallery-frame img { aspect-ratio: 3/2; object-fit: cover; width: 100%; filter: saturate(0.92); transition: filter 0.4s, transform 0.4s; }
.gallery-frame:hover img { filter: saturate(1.1); transform: scale(1.03); }

/* --- 16 · Cards (generic — used on sub-pages) --- */
.carpet-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.o-card {
  background: var(--c-ivory-warm); padding: 34px 30px;
  border: 1px solid var(--c-rule-gold); position: relative;
  transition: transform 0.3s;
}
.o-card::before {
  content: ""; position: absolute; top: 10px; left: 10px;
  width: 24px; height: 24px; border: 2px solid var(--c-saffron);
  border-right: 0; border-bottom: 0;
}
.o-card:hover { transform: translateY(-4px); }
.o-card .oc-script { font-family: var(--f-farsi); color: var(--c-rose); font-size: 1.3rem; direction: rtl; }
.o-card h3 { font-size: 1.5rem; font-style: italic; color: var(--c-lapis); margin: 6px 0 10px; }
.o-card p { color: var(--c-ink-soft); font-size: 0.97rem; }

/* --- 17 · Page hero (sub-pages) --- */
.page-hero {
  background:
    radial-gradient(ellipse at 50% 0%, var(--c-lapis-soft) 0%, var(--c-lapis-deep) 100%);
  color: var(--c-ivory); text-align: center;
  padding: 64px 24px 58px; position: relative;
  border-bottom: 4px double var(--c-saffron);
}
.page-hero::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 50px;
  background-image: var(--star); background-size: 44px 44px;
  background-repeat: repeat-x; background-position: center; opacity: 0.5;
}
.page-hero .ph-medal {
  width: 76px; height: 76px; border-radius: 50%; margin: 8px auto 18px;
  border: 2px solid var(--c-saffron); padding: 5px;
}
.page-hero .farsi { color: var(--c-saffron); }
.page-hero h1 {
  font-size: clamp(2.4rem, 5.4vw, 3.8rem); font-style: italic; color: var(--c-ivory);
}
.page-hero p { font-family: var(--f-display); font-size: 1.22rem; color: var(--c-ivory-deep); max-width: 580px; margin: 12px auto 0; }

/* --- 18 · Prose (legal pages) --- */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: 1.7rem; font-style: italic; color: var(--c-lapis); margin: 32px 0 12px; }
.prose p { margin-bottom: 14px; color: var(--c-ink-soft); }
.prose a { color: var(--c-lapis); border-bottom: 1px solid var(--c-saffron); }
.prose .rule { border: 0; border-top: 1px solid var(--c-rule); margin: 26px 0; }
.prose ul { list-style: none; }
.prose ul li { padding: 9px 0; border-bottom: 1px solid var(--c-rule); }
.prose ul li::before { content: "✦ "; color: var(--c-saffron); }
.dateline { font-family: var(--f-ui); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-ink-soft); }

/* --- 19 · Contact --- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-block { background: var(--c-ivory-warm); border: 1px solid var(--c-rule-gold); padding: 38px 36px; position: relative; }
.contact-block::before {
  content: ""; position: absolute; top: 12px; right: 12px;
  width: 26px; height: 26px; border: 2px solid var(--c-saffron); border-left: 0; border-bottom: 0;
}
.contact-block h3 { font-size: 1.6rem; font-style: italic; color: var(--c-lapis); margin-bottom: 18px; }
.field { padding: 12px 0; border-bottom: 1px solid var(--c-rule); }
.field:last-child { border-bottom: 0; }
.field strong {
  display: block; font-family: var(--f-ui); font-size: 0.68rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--c-saffron); margin-bottom: 3px;
}
.field a { color: var(--c-lapis); }
.map-frame { aspect-ratio: 16/7; border: 2px solid var(--c-saffron); margin-top: 20px; overflow: hidden; }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

/* --- 20 · Voucher row --- */
.voucher-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 720px; margin: 0 auto; }
.voucher-row .feature-frame img { aspect-ratio: 3/4; }

/* --- 21 · Footer --- */
.carpet-footer {
  background: var(--c-lapis-deep); color: var(--c-ivory-deep);
  padding: 60px 0 28px; border-top: 4px double var(--c-saffron);
}
.footer-cta { text-align: center; margin-bottom: 48px; }
.footer-cta .farsi { color: var(--c-saffron); }
.footer-cta h2 { font-size: clamp(2rem, 4vw, 2.8rem); font-style: italic; color: var(--c-ivory); margin-bottom: 18px; }
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px;
  padding-bottom: 34px; border-bottom: 1px solid rgba(212,160,74,0.25);
}
.footer-brand h3 { font-family: var(--f-display); font-size: 1.5rem; color: var(--c-saffron); margin-bottom: 8px; }
.footer-brand p { font-size: 0.92rem; }
.footer-col h4 {
  font-family: var(--f-ui); font-size: 0.7rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--c-saffron); margin-bottom: 14px;
}
.footer-col a { display: block; font-size: 0.92rem; padding: 5px 0; color: var(--c-ivory-deep); transition: color 0.2s; }
.footer-col a:hover { color: var(--c-saffron-br); }
.footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding-top: 22px; font-family: var(--f-ui); font-size: 0.72rem;
  letter-spacing: 0.1em; color: rgba(247,236,214,0.55);
}
.footer-bottom a { color: var(--c-saffron-br); }

/* --- 22 · Demo notice --- */
.demo-notice {
  position: fixed; bottom: 16px; left: 16px; z-index: 150;
  background: var(--c-lapis-deep); color: var(--c-ivory-deep);
  font-family: var(--f-ui); font-size: 0.66rem; letter-spacing: 0.08em;
  padding: 9px 14px; border: 1px solid var(--c-saffron);
  max-width: 290px; line-height: 1.5;
}
.demo-notice strong { color: var(--c-saffron-br); }

/* --- 23 · Reveal --- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* --- 24 · Animations --- */
@keyframes spin { to { transform: rotate(360deg); } }

/* --- 25 · Responsive --- */
@media (max-width: 860px) {
  .carpet-quadrants { grid-template-columns: 1fr; }
  .carpet-feature { grid-template-columns: 1fr; gap: 32px; }
  .carpet-cards { grid-template-columns: 1fr; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .nav-burger { display: block; }
  .voucher-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .medallion { width: 270px; height: 270px; }
  .medallion .diamond { transform: rotate(calc(45deg * var(--i))) translate(-50%, -140px) rotate(45deg); }
  .quadrant { padding: 40px 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .carpet-section { padding: 60px 0; }
  .shell, .shell-tight { padding: 0 22px; }
}

/* --- 26 · Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
