:root {
  --bg: #F2EDE3;
  --surface: #FAF7F1;
  --surface2: #F5ECDE;
  --border: #D9CFBA;
  --border2: #C0B295;
  --text: #26221C;
  --text-dim: #4D4639;
  --text-faint: #857A64;
  --red: #A6271C;
  --red-dim: #D0948A;
  --gold: #B07D26;
  --gold-dim: #D4BA8E;
  --terra: #A65A3C;
  /* Терракот ламп — тёплый акцент */
  --olive: #6B5A33;
  /* Текстолит плат */
  --blue: #3C5A70;
  /* Синька чертежей */
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-body: 'Lora', Georgia, serif;
  --font-mono: 'IBM Plex Mono', monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

/* ─── HEADER ─────────────────────────────────── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 64px;
  border-bottom: 1px solid var(--border);
}

/* Background + blur live on a pseudo-element so the header itself does NOT
       become a containing block for the position:fixed nav overlay. */
.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(242, 237, 227, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.header-logo {
  display: flex;
  align-items: baseline;
  gap: 18px;
  font-family: var(--font-serif);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text);
  flex-shrink: 0;
}

.header-logo-mark {
  font-size: 16px;
  letter-spacing: 0.16em;
}

.header-logo-mark span {
  color: var(--terra);
}

.header-logo-word {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--text-faint);
  padding-left: 18px;
  border-left: 1px solid var(--border2);
}

.header-years {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-faint);
  letter-spacing: 0.1em;
}

/* ─── HERO ───────────────────────────────────── */
.hero {
  padding-top: 64px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 60% 40%, rgba(166, 39, 28, 0.07) 0%, transparent 70%),
    radial-gradient(ellipse 60% 80% at 20% 80%, rgba(176, 125, 38, 0.04) 0%, transparent 60%);
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 256px 256px;
}

.hero-grid-line {
  position: absolute;
  top: 64px;
  bottom: 0;
  left: 48px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--border) 20%, var(--border) 80%, transparent);
}

.hero-content {
  position: relative;
  padding: 80px 48px 72px;
  max-width: 1400px;
}

.hero-kicker {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-kicker::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--terra);
}

.hero-title {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: clamp(64px, 9vw, 136px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: 0;
}

.hero-title .line-2 {
  display: block;
  padding-left: clamp(40px, 8vw, 120px);
  color: var(--text-dim);
}

.hero-title .line-3 {
  display: block;
  padding-left: clamp(80px, 16vw, 240px);
}

.hero-title em {
  font-style: italic;
  color: var(--gold);
}

.hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

.hero-desc {
  max-width: none;
  flex: 1;
  columns: 2;
  column-gap: 48px;
  font-size: 15px;
  line-height: 1.62;
  color: var(--text-dim);
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  text-wrap: pretty;
}

/* Рубрики в тексте — теми же цветами, что метки на карточках */
.rubric-m {
  color: var(--gold);
  font-weight: 500;
}

.rubric-p {
  color: var(--blue);
  font-weight: 500;
}

.rubric-v {
  color: var(--terra);
  font-weight: 500;
}

.hero-meta {
  margin-left: 56px;
}

.hero-desc strong {
  color: var(--text);
  font-weight: 500;
}

.hero-meta {
  text-align: right;
  flex-shrink: 0;
}

.hero-meta .years {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 48px;
  color: var(--text-faint);
  line-height: 1;
  letter-spacing: -0.02em;
}

.hero-meta .years span {
  color: var(--red);
}

.hero-meta .label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-top: 8px;
}

.scroll-hint {
  position: absolute;
  bottom: 32px;
  right: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.scroll-hint::after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--text-faint), transparent);
}

/* ─── SECTION HEADERS ────────────────────────── */
.section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 48px;
  margin-bottom: 40px;
}

.section-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terra);
  display: flex;
  align-items: center;
  gap: 16px;
}

.section-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--terra);
}

.section-title {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--text);
}

.section-link {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
  border-bottom: 1px solid var(--border2);
  padding-bottom: 2px;
  transition: color 200ms, border-color 200ms;
}

.section-link:hover {
  color: var(--gold);
  border-color: var(--gold);
}

/* ─── FEATURED / CAROUSEL ────────────────────── */
.featured {
  padding: 96px 0 0;
  border-top: 1px solid var(--border);
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.carousel-track {
  display: flex;
  gap: 24px;
  padding: 0 48px;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.featured-card {
  flex: 0 0 calc((100% - 48px) / 3);
  display: flex;
  flex-direction: column;
  background: var(--bg);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background 300ms, border-color 300ms;
}

.featured-card:hover {
  border-color: var(--border2);
}

.featured-card:hover {
  background: var(--surface);
}

.featured-card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  background: var(--surface2);
}

/* ── Film / archival treatment ── */
.featured-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* Desaturate, warm sepia tint, slight underexpose */
  filter: grayscale(72%) sepia(30%) contrast(1.04) brightness(1) saturate(0.7);
  transition: transform 600ms ease, filter 600ms;
}

.featured-card:hover .featured-card-img img {
  transform: scale(1.03);
  filter: grayscale(50%) sepia(20%) contrast(1.02) brightness(1.05) saturate(0.88);
}

/* Vignette + gradient overlay */
.featured-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 50%, transparent 55%, rgba(38, 34, 28, 0.10) 100%),
    linear-gradient(to bottom, transparent 0%, transparent 55%, rgba(38, 34, 28, 0.16) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

/* Film grain overlay */
.featured-card-img::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.featured-card-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid;
}

.tag-machine {
  color: var(--gold);
  border-color: var(--gold-dim);
  background: rgba(250, 247, 241, 0.92);
}

.tag-people {
  color: #3C5A70;
  border-color: #A0ABAF;
  background: rgba(250, 247, 241, 0.92);
}

.tag-power {
  color: var(--terra);
  border-color: var(--terra);
  background: rgba(250, 247, 241, 0.92);
}

.featured-card-body {
  flex: 1;
  padding: 24px 28px 28px;
}

.featured-card-decade {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  color: var(--text-faint);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.featured-card-title {
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
  margin-bottom: 12px;
  transition: color 200ms;
}

.featured-card:hover .featured-card-title {
  color: var(--gold);
}

.featured-card-lead {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-dim);
}

.featured-card-footer {
  padding: 14px 28px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.featured-card-read {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-faint);
  transition: color 200ms;
}

.featured-card:hover .featured-card-read {
  color: var(--gold);
}

.featured-card-arrow {
  width: 20px;
  height: 1px;
  background: var(--text-faint);
  position: relative;
  transition: width 200ms, background 200ms;
}

.featured-card-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--text-faint);
  border-top: 1px solid var(--text-faint);
  transform: rotate(45deg);
  transition: border-color 200ms;
}

.featured-card:hover .featured-card-arrow {
  width: 32px;
  background: var(--gold);
}

.featured-card:hover .featured-card-arrow::after {
  border-color: var(--gold);
}

/* ─── CAROUSEL CONTROLS ──────────────────────── */
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  border-bottom: 1px solid var(--border);
}

.carousel-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.carousel-dot {
  width: 20px;
  height: 1px;
  background: var(--border2);
  cursor: pointer;
  transition: background 200ms, width 200ms;
}

.carousel-dot.active {
  width: 32px;
  background: var(--terra);
}

.carousel-btns {
  display: flex;
  gap: 1px;
}

.carousel-btn {
  width: 40px;
  height: 40px;
  background: var(--surface);
  border: 1px solid var(--border);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms, border-color 200ms;
}

.carousel-btn:hover {
  background: var(--surface2);
  border-color: var(--border2);
}

.carousel-btn svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--text-dim);
  stroke-width: 1.5;
}

/* ─── HIGHLIGHT STRIP ────────────────────────── */
.highlight-strip {
  padding: 0 48px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: stretch;
}

.highlight-item {
  flex: 1;
  padding: 28px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid var(--border);
  padding-right: 32px;
  padding-left: 32px;
  cursor: pointer;
  transition: background 200ms;
}

/* .highlight-item:first-child {
  padding-left: 0;
} */

.highlight-item:last-child {
  border-right: none;
  padding-right: 0;
}

.highlight-item:hover {
  background: var(--surface2);
}

.highlight-num {
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 900;
  color: var(--red-dim);
  line-height: 1;
  flex-shrink: 0;
  transition: color 200ms;
}

.highlight-item:hover .highlight-num {
  color: var(--red);
}

.highlight-text {
  flex: 1;
}

.highlight-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 6px;
}

.highlight-title {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-dim);
  transition: color 200ms;
}

.highlight-item:hover .highlight-title {
  color: var(--text);
}

/* ─── TIMELINE ───────────────────────────────── */
.timeline {
  padding: 96px 0 80px;
  border-top: 1px solid var(--border);
}

.timeline-grid {
  padding: 0 48px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--border);
  margin-top: 48px;
}

.decade-card {
  background: var(--bg);
  padding: 40px 32px 36px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 300ms;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.decade-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--terra);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 400ms ease;
}

.decade-card:hover {
  background: var(--surface);
}

.decade-card:hover::before {
  transform: scaleX(1);
}

.decade-num {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--border2);
  transition: color 300ms;
}

.decade-card:hover .decade-num {
  color: var(--text);
}

.decade-range {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--text-faint);
  margin-top: 6px;
  transition: color 300ms;
}

.decade-card:hover .decade-range {
  color: var(--text-dim);
}

.decade-body {
  margin-top: 24px;
  flex: 1;
}

.decade-headline {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-dim);
  margin-bottom: 12px;
  transition: color 300ms;
}

.decade-card:hover .decade-headline {
  color: var(--text);
}

.decade-tags {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: auto;
}

.decade-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-faint);
  transition: color 200ms;
}

.decade-tag::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  flex-shrink: 0;
}

.decade-tag.m::before {
  background: var(--gold);
}

.decade-tag.p::before {
  background: #3C5A70;
}

.decade-tag.v::before {
  background: var(--terra);
}

.decade-card:hover .decade-tag {
  color: var(--text-dim);
}

.decade-footer {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.decade-enter {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-faint);
  transition: color 200ms;
}

.decade-card:hover .decade-enter {
  color: var(--gold);
}

/* ─── ABOUT STRIP ────────────────────────────── */
.about-strip {
  border-top: 1px solid var(--border);
  padding: 80px 48px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}

.about-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terra);
}

.about-text {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.55;
  color: var(--text-dim);
  font-weight: 400;
}

.about-text strong {
  color: var(--text);
  font-weight: 700;
}

.about-text em {
  font-style: italic;
  color: var(--gold);
}

.about-footnote {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-faint);
  border-left: 2px solid var(--border2);
  padding-left: 20px;
}

/* ─── FOOTER ─────────────────────────────────── */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.footer-logo span {
  color: var(--terra);
}

.footer-copy {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-faint);
  letter-spacing: 0.08em;
}

/* ─── HORIZONTAL RULE ────────────────────────── */
.divider {
  height: 1px;
  background: var(--border);
  margin: 0 48px;
}

/* ─── MOBILE MENU BUTTON ─────────────────────── */

/* ─── TABLET ─────────────────────────────────── */
@media (max-width: 1024px) {
  .site-header {
    padding: 0 24px;
  }

  .hero-content {
    padding: 60px 24px 56px;
  }

  .hero-grid-line {
    left: 24px;
  }

  .section-header {
    padding: 0 24px;
  }

  .carousel-track {
    padding: 0 24px;
  }

  .featured-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }

  .highlight-strip {
    padding: 0 24px;
  }

  .highlight-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-grid {
    padding: 0 24px;
    grid-template-columns: repeat(3, 1fr);
  }

  .about-strip {
    padding: 64px 24px;
    gap: 40px;
  }

  .site-footer {
    padding: 32px 24px;
  }

  .divider {
    margin: 0 24px;
  }

  /* Collapse nav into a hamburger overlay so the header isn't cramped */
  .header-logo-word {
    display: none;
  }

  .header-years {
    display: none;
  }

  /* Group channel + burger on the right (nav is out of flow when hidden) */

}

/* ─── MOBILE ─────────────────────────────────── */
@media (max-width: 768px) {

  /* Header — mobile-specific overrides (nav overlay already set ≤1024) */
  .site-header {
    padding: 0 20px;
    height: 56px;
  }

  .header-logo-mark {
    font-size: 14px;
    letter-spacing: 0.12em;
  }

  /* Hero */
  .hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-content {
    padding: 48px 20px 48px;
  }

  .hero-grid-line {
    display: none;
  }

  .hero-title {
    font-size: clamp(52px, 14vw, 80px);
    line-height: 0.9;
  }

  .hero-title .line-2 {
    padding-left: clamp(24px, 6vw, 48px);
  }

  .hero-title .line-3 {
    padding-left: clamp(48px, 12vw, 96px);
  }

  .hero-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 40px;
  }

  .hero-desc {
    font-size: 15px;
    max-width: 100%;
    columns: 1;
  }

  .hero-meta {
    margin-left: 0;
  }

  .hero-meta {
    text-align: left;
  }

  .hero-meta .years {
    font-size: 32px;
  }

  .scroll-hint {
    display: none;
  }

  /* Section header */
  .section-header {
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 12px;
  }

  .section-title {
    font-size: 28px;
  }

  /* Featured cards / carousel */
  .featured {
    padding: 64px 0 0;
  }

  .carousel-track {
    padding: 0 20px;
  }

  .featured-card {
    flex: 0 0 100%;
  }

  .featured-card-img {
    aspect-ratio: 16/9;
  }

  .featured-card-body {
    padding: 20px 20px 20px;
  }

  .featured-card-title {
    font-size: 20px;
  }

  .featured-card-footer {
    padding: 14px 20px;
  }

  .carousel-controls {
    padding: 16px 20px;
  }

  /* Highlight strip */
  .highlight-strip {
    padding: 0;
    flex-direction: column;
  }

  .highlight-item {
    padding: 20px 20px;
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .highlight-item:last-child {
    border-bottom: none;
  }

  /* Timeline */
  .timeline {
    padding: 64px 0 56px;
  }

  .timeline-grid {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .decade-card {
    min-height: auto;
    padding: 28px 20px 24px;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .decade-card>div:first-child {
    flex: 1;
  }

  .decade-num {
    font-size: 48px;
  }

  .decade-body {
    margin-top: 12px;
  }

  .decade-headline {
    font-size: 15px;
  }

  .decade-tags {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
  }

  .decade-footer {
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-end;
    border-top: none;
    border-left: 1px solid var(--border);
    padding-top: 0;
    padding-left: 20px;
    margin-top: 0;
  }

  .decade-enter {
    display: none;
  }

  /* About */
  .about-strip {
    padding: 56px 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-text {
    font-size: 18px;
  }

  /* Footer */
  .site-footer {
    padding: 32px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .divider {
    margin: 0 20px;
  }
}

/* ─── SMALL MOBILE ───────────────────────────── */
@media (max-width: 400px) {
  .hero-title {
    font-size: 48px;
  }

  .decade-num {
    font-size: 40px;
  }
}

/* ─── REDUCED MOTION ─────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .carousel-track {
    transition: none !important;
  }
}

/* ─── FOCUS VISIBILITY ───────────────────────── */
a:focus-visible,
button:focus-visible,
.carousel-dot:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
