@font-face {
  font-family: "Yekan Bakh";
  src: url("../fonts/YekanBakh-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yekan Bakh";
  src: url("../fonts/YekanBakh-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yekan Bakh";
  src: url("../fonts/YekanBakh-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yekan Bakh";
  src: url("../fonts/YekanBakh-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #f5f2eb;
  --paper-2: #ece8df;
  --cream: #faf7f2;
  --ink: #3c4148;
  --ink-2: #555c64;
  --navy: #2c3238;
  --muted: #6e747c;
  --line: #e4dfd6;
  --line-strong: #d4cfc5;
  --accent: #8e2034;
  --accent-deep: #6a1525;
  --accent-soft: #f4eaea;
  --gold: #a07c45;
  --gold-soft: #d4c2a0;
  --pulse-bg: #121820;
  --hairline: color-mix(in srgb, var(--ink) 9%, transparent);
  --shadow: 0 10px 28px rgba(44, 50, 56, 0.07);
  --shadow-hover: 0 16px 36px rgba(44, 50, 56, 0.12);
  --radius: 8px;
  --radius-sm: 4px;
  --max: 1180px;
  --nav-h: 3.15rem;
  --ease: 0.22s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Yekan Bakh", Tahoma, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
.headline {
  color: var(--navy);
}

h1 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

h2,
h3,
h4 {
  font-weight: 600;
  line-height: 1.6;
}

::selection {
  background: var(--navy);
  color: var(--cream);
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
}

.skip {
  position: absolute;
  right: -999px;
}
.skip:focus {
  right: 12px;
  top: 12px;
  background: var(--navy);
  color: var(--cream);
  padding: 8px 12px;
  z-index: 80;
}

.wrap {
  width: min(var(--max), calc(100% - 56px));
  margin-inline: auto;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1;
}

.kicker::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--accent);
}

.demo-ribbon {
  background: var(--navy);
  color: var(--gold-soft);
  font-size: 0.78rem;
  text-align: center;
  padding: 8px 16px;
  letter-spacing: 0.03em;
}

.demo-ribbon strong {
  color: var(--cream);
  font-weight: 600;
}

.masthead {
  background: color-mix(in srgb, var(--cream) 94%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 40;
}

.masthead-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0 10px;
  font-size: 0.84rem;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.masthead-top .date {
  font-weight: 300;
}

.masthead-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ghost-btn,
.solid-btn,
.icon-btn {
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink);
  padding: 8px 16px;
  font-size: 0.84rem;
  line-height: 1.2;
  cursor: pointer;
  border-radius: 999px;
  transition: background var(--ease), color var(--ease), border-color var(--ease);
}

.solid-btn {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  font-weight: 600;
}

.solid-btn:hover {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
  color: #fff;
}

.ghost-btn:hover {
  border-color: var(--navy);
  color: var(--navy);
  background: rgba(14, 28, 51, 0.04);
}

.icon-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  display: grid;
  place-items: center;
}

.icon-btn:hover {
  border-color: var(--navy);
  color: var(--navy);
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0 14px;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}

.brand .logo {
  display: block;
  height: 96px;
  width: auto;
  max-width: none;
  flex: none;
  object-fit: contain;
}

.brand .tagline {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
  max-width: 28rem;
  line-height: 1.55;
}

.leaders {
  display: block;
  height: 96px;
  width: auto;
  max-width: min(320px, 42vw);
  flex: none;
  object-fit: contain;
  object-position: left center;
}

.nav-toggle {
  display: none;
}

.nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  border-top: 1px solid var(--line);
  min-height: var(--nav-h);
}

.nav > a,
.nav > .more {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  height: var(--nav-h);
  position: relative;
}

.nav > a,
.nav .more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  height: var(--nav-h);
  padding: 0 0.7rem;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: var(--ink-2);
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  transition: color var(--ease);
}

.nav .more-btn {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  gap: 0.35em;
}

.nav > a:hover,
.nav .more-btn:hover,
.nav > a.is-active,
.more.open > .more-btn {
  color: var(--accent);
}

.nav > a.is-active::after {
  content: "";
  position: absolute;
  right: 12%;
  left: 12%;
  bottom: 0;
  height: 2px;
  background: var(--accent);
}

.more-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  min-width: 240px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-hover);
  padding: 8px;
  z-index: 30;
}

.more.open .more-panel {
  display: grid;
}

.more-panel a {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 2.4rem;
  padding: 0.45rem 0.7rem;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink-2);
  border-radius: 4px;
}

.more-panel a:hover,
.more-panel a.is-active {
  background: var(--accent-soft);
  color: var(--accent);
}

.search-layer {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(14, 28, 51, 0.52);
  z-index: 60;
  padding: 8vh 20px 20px;
}

.search-layer.open {
  display: block;
}

.search-box {
  width: min(720px, 100%);
  margin: 0 auto;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-hover);
}

.search-box input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  background: transparent;
  font-size: 1.24rem;
  padding: 8px 0 12px;
  outline: none;
  color: var(--ink);
}

.search-results {
  margin-top: 16px;
  display: grid;
  gap: 8px;
  max-height: 50vh;
  overflow: auto;
}

.search-results a {
  display: block;
  padding: 10px 8px;
  border-bottom: 1px solid var(--line);
  border-radius: 4px;
}

.search-results a:hover {
  background: var(--accent-soft);
}

.search-results small {
  color: var(--accent);
  font-weight: 600;
  font-size: 0.78rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(16rem, 0.88fr);
  grid-template-areas: "media side";
  column-gap: 2.4rem;
  row-gap: 0;
  padding: 2.75rem 0 1.75rem;
  align-items: stretch;
}

.hero-media {
  grid-area: media;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
  min-height: 28rem;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
}

.hero-copy {
  grid-area: media;
  align-self: end;
  z-index: 2;
  max-width: none;
  padding: 5.2rem 1.5rem 1.4rem;
  background: linear-gradient(180deg, transparent 8%, rgba(18, 18, 18, 0.55) 38%, rgba(18, 18, 18, 0.92) 70%);
  color: #f7f1e6;
}

.hero-copy h1,
.hero-copy .kicker,
.hero-copy .lede,
.hero-copy .meta {
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
}

.hero-copy h1 {
  color: #fffdf9;
}

.hero-copy h1 a:hover {
  color: #fff;
}

.hero-copy .lede {
  color: rgba(247, 241, 230, 0.9);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-copy .meta {
  color: rgba(247, 241, 230, 0.68);
}

.side-stack {
  grid-area: side;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
}

.headline {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.5px;
  margin: 10px 0 14px;
  color: var(--navy);
}

.hero-copy h1 {
  font-size: clamp(1.75rem, 3.15vw, 2.62rem);
  line-height: 1.6;
  letter-spacing: -0.5px;
  margin: 10px 0 14px;
  color: #fffdf9;
  font-weight: 700;
}

.hero-copy h1 a:hover {
  color: #fff;
}

.hero-copy .kicker {
  color: #f0cfc4;
}

.hero-copy .kicker::before {
  background: #f0cfc4;
}

.lede {
  color: var(--ink-2);
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.85;
  margin: 0 0 14px;
}

.meta {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  line-height: 1.5;
}

.side-item {
  display: grid;
  grid-template-columns: 6.4rem 1fr;
  gap: 14px;
  align-items: center;
  flex: 0 0 auto;
  padding: 16px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--hairline);
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.side-item:first-child {
  border-top: 1px solid var(--hairline);
}

.side-item:last-child {
  border-bottom: 0;
}

.side-item:hover {
  background: transparent;
}

.side-item img {
  width: 6.4rem;
  height: 4.7rem;
  object-fit: cover;
  border-radius: 2px;
}

.side-item h3 {
  margin: 6px 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--ink);
}

.side-item:hover h3 {
  color: var(--accent);
}

.side-item .kicker {
  font-size: 0.78rem;
}

.section {
  padding: 3.4rem 0;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--accent);
  border-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}

.section-head h2 {
  margin: 0;
  font-size: 1.24rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--navy);
}

.section-head a {
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 600;
}

.section-head a:hover {
  color: var(--accent-deep);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.card {
  display: block;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: none;
  overflow: hidden;
  padding: 0 22px 24px;
}

.card:hover {
  border-color: var(--line-strong);
}

.card h2,
.card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.5px;
  margin: 10px 0 8px;
  color: var(--navy);
}

.card:hover h2,
.card:hover h3 {
  color: var(--accent);
}

.card p {
  margin: 0;
  color: var(--ink-2);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.7;
}

.card img {
  width: calc(100% + 44px);
  max-width: none;
  height: 210px;
  object-fit: cover;
  margin: 0 -22px 16px;
}

.card:not(:has(img)) {
  padding-top: 22px;
}

.pulse {
  background: transparent;
  color: var(--ink);
  padding: 3.6rem 0;
}

.pulse .section-head {
  margin-bottom: 0.2rem;
}

.pulse .section-head h2 {
  color: var(--navy);
}

.pulse .section-head a {
  color: var(--accent);
}

.pulse .section-head a:hover {
  color: var(--accent-deep);
}

.pulse-list {
  display: grid;
  gap: 0;
}

.pulse-list a {
  display: grid;
  grid-template-columns: 4.8rem minmax(0, 1fr) 3.2rem;
  grid-template-areas: "src title kind";
  gap: 0.85rem 1.15rem;
  align-items: center;
  padding: 0.82rem 0.05rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--hairline);
  border-radius: 0;
  box-shadow: none;
  color: inherit;
}

.pulse-list a:last-child {
  border-bottom: 0;
}

.pulse-list a:hover {
  background: transparent;
}

.pulse-list .src {
  grid-area: src;
  color: #8a5a60;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}

.pulse-list b {
  grid-area: title;
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--navy);
}

.pulse-list a:hover b {
  color: var(--accent);
}

.pulse-list a > span:last-child {
  grid-area: kind;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1;
  text-align: start;
}

.magazine-band {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 70% at 100% 0%, rgba(160, 124, 69, 0.14), transparent 55%),
    linear-gradient(165deg, #0e1c33 0%, #152848 58%, #1a2040 100%);
  color: #f7f1e6;
  border: 1px solid rgba(160, 124, 69, 0.32);
  border-radius: 10px;
  padding: 72px 64px;
}

.magazine-band::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--gold) 100%);
}

.magazine-band .kicker {
  color: var(--gold-soft);
}

.magazine-band .kicker::before {
  background: var(--gold-soft);
}

.magazine-band .headline {
  color: #fffdf9;
  font-size: clamp(1.56rem, 2.4vw, 2.16rem);
  margin-top: 8px;
}

.magazine-band .lede {
  color: rgba(247, 241, 230, 0.84);
  font-size: 1.05rem;
  line-height: 1.8;
}

.magazine-band .issue-list li {
  color: rgba(247, 241, 230, 0.9);
  border-bottom-color: rgba(247, 241, 230, 0.14);
}

.magazine-band .file-meta {
  color: rgba(247, 241, 230, 0.62);
}

.magazine-band .ghost-btn {
  border-color: rgba(247, 241, 230, 0.38);
  color: #fffdf9;
}

.magazine-band .ghost-btn:hover {
  background: rgba(255, 253, 249, 0.08);
  border-color: var(--gold-soft);
  color: var(--gold-soft);
}

.magazine-band .cover {
  width: 260px;
  border-radius: 2px;
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(215, 194, 154, 0.28);
}

.cover {
  position: relative;
  width: 240px;
  box-shadow: var(--shadow);
  background: #161616;
  overflow: hidden;
  border-radius: 2px;
}

.cover img {
  width: 100%;
  height: auto;
  display: block;
}

a.cover:hover,
.magazine-band .cover:hover {
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(215, 194, 154, 0.4);
}

.talks {
  padding-top: 2.6rem;
}

.talks-slider {
  position: relative;
}

.talks-viewport {
  touch-action: pan-y;
}

.talks-track {
  display: grid;
}

.talk-slide {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.9fr);
  gap: 28px 48px;
  align-items: center;
  min-height: 28rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-18px);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s;
}

.talk-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.talk-copy {
  min-width: 0;
  padding: 0.4rem 0 0.8rem;
}

.talk-copy .kicker {
  font-size: 0.74rem;
}

.talk-copy blockquote {
  margin: 1.05rem 0 1.35rem;
  padding: 0;
  border: 0;
  color: var(--navy);
  font-size: clamp(1.42rem, 2.8vw, 2.26rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

.talk-by {
  margin: 0 0 1.15rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.6;
}

.talk-by b {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 600;
}

.talk-more {
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 600;
}

.talk-more:hover {
  color: var(--accent-deep);
}

.talk-figure {
  position: relative;
  margin: 0;
  height: 28rem;
  isolation: isolate;
}

.talk-shape {
  position: absolute;
  z-index: 0;
  inset: 22% 12% 0;
  background: #eadfd4;
  border-radius: 50% 50% 22px 22px / 58% 58% 22px 22px;
}

.talk-slide[data-tone="mist"] .talk-shape {
  background: #d7dee6;
}

.talk-slide[data-tone="blush"] .talk-shape {
  background: #ead4d4;
  border-radius: 28px 28px 18px 18px;
}

.talk-slide[data-pose="sit"] .talk-shape {
  inset: 30% 0 0;
  border-radius: 36px 36px 18px 18px;
}

.talk-figure img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom center;
  pointer-events: none;
  filter: drop-shadow(0 16px 28px rgba(38, 38, 38, 0.12));
}

.talk-slide[data-pose="sit"] img {
  height: 100%;
  max-width: 118%;
}

.talks-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 1.1rem;
}

.talks-dots {
  display: flex;
  gap: 8px;
}

.talks-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--ink) 18%, transparent);
  cursor: pointer;
  transition: width var(--ease), background var(--ease);
}

.talks-dot.is-active {
  width: 22px;
  background: var(--navy);
}

.talks-controls {
  display: flex;
  gap: 8px;
}

.talks-btn {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--cream);
  color: var(--navy);
  cursor: pointer;
  transition: background var(--ease), border-color var(--ease), color var(--ease);
}

.talks-btn svg {
  width: 18px;
  height: 18px;
}

.talks-btn:hover {
  border-color: var(--navy);
  color: var(--navy);
  background: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .talk-slide {
    transition: none;
    transform: none;
  }
}

a.solid-btn,
a.ghost-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.issue-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.file-meta {
  color: var(--muted);
  font-size: 0.84rem;
}

.issue-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}

.issue-card .cover {
  width: 100%;
}

.issue-card h3 {
  margin: 10px 0 0;
  color: var(--navy);
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 1.6;
}

.issue-card .file-meta {
  margin: 0;
}

.cover-type {
  position: absolute;
  inset: auto 12px 14px 12px;
  color: #1b1511;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.cover-type .issue {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--accent-deep);
}

.cover-type .name {
  font-size: 1.94rem;
  font-weight: 700;
  line-height: 0.9;
}

.cover-type .month {
  font-size: 0.84rem;
  font-weight: 600;
}

.issue-list {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
}

.issue-list li {
  list-style: none;
  border-bottom: 1px solid rgba(247, 241, 230, 0.12);
  padding: 11px 0;
  color: var(--ink-2);
  font-size: 0.98rem;
  line-height: 1.55;
}

.issue-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.issue-list a span:last-child {
  color: var(--accent);
  font-size: 0.84rem;
  flex: none;
}

.page-hero {
  padding: 2.5rem 0 1.1rem;
}

.page-hero h1 {
  font-size: clamp(1.94rem, 4.6vw, 2.95rem);
  font-weight: 700;
  margin: 8px 0 12px;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: var(--navy);
}

.page-hero .lede {
  max-width: 42rem;
}

.archive {
  display: grid;
  gap: 0;
  padding-bottom: 48px;
}

.archive-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 1.7rem 4px;
  border-bottom: 1px solid var(--hairline);
}

.archive-row:first-child {
  border-top: 1px solid var(--hairline);
}

.archive-row:last-child {
  border-bottom: 0;
}

.archive-row:hover {
  background: transparent;
}

.archive-row img {
  width: 220px;
  height: 140px;
  object-fit: cover;
  border-radius: var(--radius-sm);
}

.archive-row h2,
.archive-row h3 {
  color: var(--navy);
  font-size: 1.24rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.5px;
  margin: 8px 0 8px;
}

.archive-row:hover h2,
.archive-row:hover h3 {
  color: var(--accent);
}

.archive-row p {
  color: var(--ink-2);
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 8px;
}

.article {
  display: grid;
  grid-template-columns: minmax(0, 720px) 280px;
  gap: 56px;
  padding: 28px 0 64px;
}

.article-body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-body p {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.85;
  margin: 0 0 1.15rem;
}

.article-body h1,
.article-body .headline {
  font-size: clamp(1.85rem, 3.9vw, 2.62rem);
  line-height: 1.6;
  letter-spacing: -0.5px;
  font-weight: 700;
}

.article-body h2 {
  font-size: 1.34rem;
  margin: 1.8rem 0 0.75rem;
  color: var(--navy);
  line-height: 1.6;
  letter-spacing: -0.5px;
  font-weight: 600;
}

.article-body blockquote {
  margin: 24px 0;
  padding: 4px 18px 4px 0;
  border-right: 2px solid var(--accent);
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: -0.5px;
  color: var(--navy);
}

.drop {
  float: right;
  font-size: 62px;
  line-height: 0.75;
  padding-left: 8px;
  font-weight: 700;
  color: var(--accent);
}

.figure {
  margin: 22px 0 28px;
}

.figure img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
}

.figure figcaption {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 300;
  margin-top: 8px;
  line-height: 1.55;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.tags a {
  border: 1px solid var(--line-strong);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.84rem;
}

.tags a:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.sidebar-box {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 22px;
  margin-bottom: 20px;
}

.sidebar-box h3 {
  margin: 0 0 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
}

.sidebar-box p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ink-2);
}

.iran-box {
  background: var(--accent-soft);
  border-right: 2px solid var(--accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 20px 20px 20px 16px;
  margin: 28px 0;
}

.iran-box strong {
  color: var(--accent-deep);
  display: block;
  margin-bottom: 6px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.field-card {
  display: block;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  min-height: 180px;
}

.field-card:hover {
  border-color: var(--line-strong);
}

.field-card .kind {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 600;
}

.field-card h2,
.field-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

.event-row {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 1.15rem 0;
  margin-bottom: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.event-row:hover {
  background: transparent;
}

.event-row h3 {
  color: var(--navy);
  margin: 6px 0;
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 1.6;
}

.event-row p {
  margin: 0;
  color: var(--ink-2);
  line-height: 1.65;
}

.event-row > a {
  color: var(--accent);
  font-weight: 600;
}

.event-date {
  background: var(--navy);
  color: var(--cream);
  text-align: center;
  padding: 12px 8px;
  border-radius: var(--radius-sm);
}

.event-date b {
  display: block;
  font-size: 1.24rem;
  font-weight: 600;
  line-height: 1;
}

.profile-head {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  padding: 28px 0 40px;
}

.profile-head h1 {
  font-size: clamp(1.85rem, 3.9vw, 2.62rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

.profile-head img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: var(--radius-sm);
}

.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin-top: 16px;
}

.facts div {
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

.facts small {
  color: var(--muted);
  display: block;
}

.mag-hero {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
  padding: 36px 0 20px;
}

.mag-hero .cover {
  width: 280px;
  box-shadow:
    0 18px 40px rgba(14, 28, 51, 0.16),
    0 0 0 1px rgba(14, 28, 51, 0.06);
}

.mag-hero h1,
.mag-hero h2 {
  font-size: clamp(1.56rem, 2.75vw, 2.12rem);
  line-height: 1.6;
  letter-spacing: -0.5px;
  font-weight: 700;
}

.toc ol {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.toc li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 4px 14px;
  border-bottom: 1px solid var(--line);
}

.toc a {
  display: contents;
}

.toc .sec {
  color: var(--accent);
  font-weight: 600;
  font-size: 0.84rem;
}

.toc b {
  font-weight: 600;
  line-height: 1.6;
}

#site-footer,
.site-footer {
  display: block;
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.site-footer {
  background: #1c1c1c;
  color: #e8dcc8;
  margin-top: 48px;
  padding: 0;
  border-top: 2px solid var(--accent);
}

.footer-inner {
  padding: 64px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px 72px;
  align-items: start;
}

.footer-brand,
.footer-nav,
.footer-social {
  min-width: 0;
}

.footer-nav {
  justify-self: center;
}

.footer-social {
  justify-self: end;
  text-align: end;
}

.footer-logo-link {
  display: inline-block;
}

.site-footer .footer-logo {
  display: block;
  height: 42px;
  width: auto;
  max-width: none;
  margin-bottom: 16px;
  object-fit: contain;
}

.footer-brand p {
  margin: 0;
  max-width: 18rem;
  color: #b8b3ac;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.75;
}

.site-footer h3 {
  margin: 0 0 16px;
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.footer-nav ul,
.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav a {
  display: block;
  padding: 6px 0;
  color: #d8ccb8;
  font-size: 0.92rem;
  line-height: 1.55;
}

.footer-nav a:hover,
.social-list a:hover {
  color: var(--gold-soft);
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #d8ccb8;
  border: 1px solid rgba(232, 220, 200, 0.18);
  border-radius: 50%;
}

.social-list a:hover {
  border-color: var(--gold-soft);
}

.social-list svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-legal {
  border-top: 1px solid rgba(232, 220, 200, 0.14);
  padding: 18px 0 22px;
}

.footer-legal p {
  margin: 0;
  color: #9a8c78;
  font-size: 0.8rem;
  font-weight: 300;
}

.empty-note {
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .wrap {
    width: min(var(--max), calc(100% - 32px));
  }

  html,
  body {
    font-size: 17px;
  }

  .hero,
  .article,
  .magazine-band,
  .archive-row,
  .profile-head,
  .mag-hero,
  .footer-grid,
  .grid-3,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    padding: 44px 0 28px;
  }

  .footer-grid {
    gap: 32px;
  }

  .footer-nav,
  .footer-social {
    justify-self: start;
    text-align: start;
  }

  .social-list {
    justify-content: flex-start;
  }

  .footer-brand p {
    max-width: none;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .brand .logo {
    height: 72px;
    max-width: none;
  }

  .brand .tagline {
    max-width: 12rem;
    font-size: 0.78rem;
  }

  .brand-row {
    align-items: flex-start;
  }

  .leaders {
    height: 58px;
    max-width: min(160px, 36vw);
    margin-top: 8px;
  }

  .hero {
    grid-template-areas:
      "media"
      "copy"
      "side";
    gap: 1.4rem;
    padding: 1.6rem 0 1.1rem;
    align-items: start;
  }

  .hero-media,
  .hero-media img {
    min-height: 0;
    height: 220px;
  }

  .hero-copy {
    grid-area: copy;
    align-self: start;
    background: none;
    color: inherit;
    padding: 0;
  }

  .hero-copy h1,
  .hero-copy .kicker,
  .hero-copy .lede,
  .hero-copy .meta {
    text-shadow: none;
  }

  .hero-copy h1 {
    font-size: clamp(1.8rem, 7.5vw, 2.35rem);
    line-height: 1.6;
    letter-spacing: -0.5px;
    color: var(--navy);
  }

  .hero-copy h1 a:hover {
    color: var(--accent);
  }

  .hero-copy .lede {
    color: var(--ink-2);
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .hero-copy .meta {
    color: var(--muted);
  }

  .section {
    padding: 2.4rem 0;
  }

  .magazine-band {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 44px 28px;
    gap: 24px;
  }

  .cover,
  .mag-hero .cover,
  .magazine-band .cover {
    width: min(240px, 70%);
    margin-inline: auto;
  }

  .issue-list a span:last-child {
    display: none;
  }

  .side-item {
    grid-template-columns: 5.6rem 1fr;
  }

  .archive-row img {
    width: 100%;
    height: 200px;
  }

  .nav-toggle {
    display: grid;
  }

  .nav {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 0;
  }

  .masthead.menu-open .nav {
    display: flex;
  }

  .nav > a,
  .nav > .more {
    flex: none;
    width: 100%;
    height: auto;
  }

  .nav > a,
  .nav .more-btn {
    justify-content: flex-start;
    width: 100%;
    height: 2.85rem;
    padding: 0 0.95rem;
    font-size: 1rem;
    line-height: 1;
  }

  .nav > .more {
    height: auto;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .more-panel {
    position: static;
    box-shadow: none;
    border: 0;
    padding: 0 0 8px;
  }

  .pulse-list a {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "src kind"
      "title title";
    gap: 0.35rem 0.8rem;
    padding: 1rem 0;
    align-items: start;
  }

  .event-row {
    grid-template-columns: 88px 1fr;
  }

  .event-row > a {
    grid-column: 2;
  }

  .card img {
    height: 190px;
  }

  .talk-slide {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
    transform: none;
  }

  .talk-copy {
    order: 2;
    padding: 0.2rem 0 0;
  }

  .talk-copy blockquote {
    font-size: clamp(1.24rem, 5.9vw, 1.7rem);
    margin: 0.75rem 0 1rem;
    line-height: 1.6;
    letter-spacing: -0.5px;
  }

  .talk-figure {
    order: 1;
    height: 21rem;
  }

  .talk-shape {
    inset: 22% 14% 0;
  }

  .talk-slide[data-pose="sit"] .talk-shape {
    inset: 32% 6% 0;
  }

  .talk-figure img {
    height: 100%;
    max-width: 86%;
  }

  .talk-slide[data-pose="sit"] img {
    max-width: 96%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* —— فاز ۴: خبرنامه، بلیت رویداد، ظهور نرم، پارالکس —— */

.newsletter {
  padding-top: 2.2rem;
  padding-bottom: 1.2rem;
}

.newsletter-box {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.9fr);
  gap: 2.2rem 3rem;
  align-items: center;
  background: var(--cream);
  border: 1px solid var(--line);
  border-top: 1px solid var(--accent);
  padding: 2.5rem 2.4rem;
}

.newsletter-copy h2 {
  margin: 10px 0 12px;
  font-size: clamp(1.42rem, 2.2vw, 1.89rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: var(--navy);
}

.newsletter-copy p {
  margin: 0;
  max-width: 34rem;
  color: var(--ink-2);
  font-size: 1.02rem;
  line-height: 1.8;
}

.newsletter-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 300;
}

.newsletter-field {
  display: flex;
  align-items: stretch;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 4px 4px 4px 5px;
}

.newsletter-field:focus-within {
  border-color: var(--navy);
}

.newsletter-field input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 9px 16px;
  color: var(--navy);
  font-size: 0.92rem;
  outline: none;
}

.newsletter-field input::placeholder {
  color: #9aa0a6;
  font-weight: 300;
}

.newsletter-field .solid-btn {
  flex-shrink: 0;
}

.newsletter-ok {
  margin: 10px 0 0;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 600;
}

.event-list {
  display: grid;
  gap: 14px;
}

.event-ticket {
  display: grid;
  grid-template-columns: 7.4rem 0 minmax(0, 1fr);
  gap: 0 1.35rem;
  align-items: center;
  position: relative;
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 1.15rem 1.5rem;
  overflow: visible;
}

.event-ticket:hover {
  border-color: var(--line-strong);
}

.event-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 6.4rem;
}

.event-day b {
  display: block;
  font-size: clamp(4.05rem, 6.3vw, 5.6rem);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.5px;
  color: #d2cdc4;
}

.event-day span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.12em;
}

.event-cut {
  position: relative;
  align-self: stretch;
  width: 0;
  margin: 10px 0;
  border-inline-start: 1.5px dashed color-mix(in srgb, var(--ink) 22%, transparent);
}

.event-cut::before,
.event-cut::after {
  content: "";
  position: absolute;
  right: 50%;
  width: 12px;
  height: 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 50%;
  transform: translateX(50%);
}

.event-cut::before { top: -16px; }
.event-cut::after { bottom: -16px; }

.event-body {
  min-width: 0;
  padding: 0.15rem 0;
}

.event-body h3 {
  margin: 8px 0 6px;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.6;
}

.event-body p {
  margin: 0 0 10px;
  color: var(--ink-2);
  font-size: 0.98rem;
  line-height: 1.7;
}

.event-body > a {
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 600;
}

.event-body > a:hover {
  color: var(--accent-deep);
}

.hero-media img {
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.05);
  transform-origin: center center;
  will-change: transform;
}

.js-reveal .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.js-reveal .reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .newsletter-box {
    grid-template-columns: 1fr;
    gap: 1.3rem;
    padding: 1.7rem 1.3rem;
  }

  .newsletter-field {
    flex-wrap: wrap;
    border-radius: 14px;
    padding: 8px;
  }

  .newsletter-field input {
    flex: 1 1 100%;
    padding: 8px 10px 10px;
  }

  .newsletter-field .solid-btn {
    width: 100%;
    text-align: center;
  }

  .event-ticket {
    grid-template-columns: 5.2rem 0 minmax(0, 1fr);
    gap: 0 1rem;
    padding: 1rem 1.05rem;
  }

  .event-day {
    min-height: 4.8rem;
  }

  .event-day b {
    font-size: 2.9rem;
  }

  .event-body h3 {
    font-size: 0.97rem;
  }

  .hero-media img {
    transform: none;
    will-change: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal,
  .js-reveal .reveal.is-in,
  .hero-media img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }
}

/* ============ دیوار مفاخر — Wall of Fame ============ */
@font-face {
  font-family: "Iran Nastaliq";
  src: url("../fonts/IranNastaliq-Web.woff2") format("woff2"),
       url("../fonts/IranNastaliq-Web.woff") format("woff"),
       url("../fonts/IranNastaliq-Web.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.wall {
  --wall-ink: #e9e2d4;
  --wall-gold: #c5a059;
  position: relative;
  background-color: #14161c;
  background-image: url("../img/wall-damask.jpg");
  background-repeat: repeat;
  background-size: 430px auto;
  color: var(--wall-ink);
  padding: 3.4rem 0 4.4rem;
  overflow: hidden;
}

.wall::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(58% 42% at 50% 0%, rgba(255, 214, 150, 0.16), transparent 70%);
  pointer-events: none;
}

.wall::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 50% 40%, transparent 46%, rgba(4, 5, 8, 0.55) 100%),
    linear-gradient(180deg, rgba(4, 5, 8, 0.35), transparent 18%, transparent 82%, rgba(4, 5, 8, 0.45));
  pointer-events: none;
}

.wall .wrap {
  position: relative;
  z-index: 1;
}

.wall-head {
  text-align: center;
  margin: 0 0 2rem;
}

.wall-kicker {
  margin: 0 0 0.15rem;
  color: #ead9b6;
  font-size: 0.84rem;
  font-weight: 300;
  letter-spacing: 0;
}

.wall-title {
  margin: 0;
  padding: 0.72em 0 0.42em;
  text-align: center;
  font-family: "Iran Nastaliq", "Yekan Bakh", serif;
  font-size: clamp(2.45rem, 4vw, 3.65rem);
  font-weight: 400;
  line-height: 2.2;
  color: #c5a059;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9), 0 0 18px rgba(184, 134, 11, 0.35);
}

.wall-head::after {
  content: "";
  display: block;
  width: 4.75rem;
  height: 1px;
  margin: 0.15rem auto 0;
  background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.95), transparent);
}

.gallery-wall {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.7rem 1.05rem;
  align-items: start;
}

.gallery-item {
  position: relative;
  min-width: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.gallery-item:hover,
.gallery-item:focus-visible {
  z-index: 4;
}

.gallery-item:focus-visible {
  outline: 2px solid var(--wall-gold);
  outline-offset: 5px;
}

.frame-body {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 3.72;
  border-radius: 2px;
  background:
    linear-gradient(160deg, #f4e4b4 0%, #c9a25a 20%, #745628 46%, #e6cb86 68%, #8d6832 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 246, 220, 0.7),
    0 12px 22px rgba(0, 0, 0, 0.38);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.frame-body::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 1px;
  border: 1px solid rgba(48, 30, 10, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 228, 170, 0.32);
  pointer-events: none;
  z-index: 4;
}

.gallery-item:hover .frame-body,
.gallery-item:focus-visible .frame-body {
  transform: translateY(-6px);
  box-shadow:
    inset 0 1px 0 rgba(255, 246, 220, 0.7),
    0 18px 28px rgba(0, 0, 0, 0.48);
}

.photo-canvas {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  inset: 7px;
  background: #efe6d4;
}

.portrait {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  max-width: none;
  object-fit: cover;
  object-position: var(--focus, center 22%);
  transform: scale(var(--zoom, 1));
  transform-origin: var(--focus, center 22%);
  filter: contrast(1.04) saturate(0.94);
  opacity: 1;
  transition: opacity 0.9s ease;
}

.wall-plaque {
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 6;
  width: min(220px, 132%);
  margin: 0;
  min-height: 0;
  padding: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: white;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.gallery-item:hover .wall-plaque,
.gallery-item:focus-visible .wall-plaque {
  opacity: 1;
  transform: translate(-50%, 0);
}

.plaque-name {
  display: block;
  color: white;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.plaque-name::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  margin: 0.4rem auto 0;
  background: var(--wall-gold);
  opacity: 0.75;
}

.plaque-role {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.35rem;
  color: #cbb98a;
  font-size: 0.74rem;
  font-weight: 400;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .gallery-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wall {
    padding: 2.6rem 0 3.2rem;
    background-size: 300px auto;
  }

  .wall-head {
    margin-bottom: 1.5rem;
  }

  .wall-kicker {
    letter-spacing: 0;
  }

  .wall-title {
    font-size: 2.2rem;
    line-height: 2.35;
    padding-top: 0.55em;
  }

  .gallery-wall {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 0.75rem;
  }

  .plaque-name {
    font-size: 0.82rem;
  }

  .wall-plaque {
    width: min(180px, 140%);
    padding: 8px;
  }
}

@media (hover: none) {
  .wall-plaque {
    position: static;
    left: auto;
    bottom: auto;
    width: auto;
    margin-top: 0.65rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    opacity: 1;
    transform: none;
  }

  .plaque-name {
    color: #f6efe2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portrait,
  .wall-plaque,
  .frame-body {
    transition: none;
  }

  .gallery-item:hover .frame-body,
  .gallery-item:focus-visible .frame-body {
    transform: none;
  }
}

.fame-profile {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  gap: 1.5rem 2.5rem;
  align-items: start;
  padding: 0.4rem 0 4.5rem;
}

.fame-photo {
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #1a1c22;
}

.fame-photo img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: var(--focus, center 22%);
  transform: scale(var(--zoom, 1));
  transform-origin: var(--focus, center 22%);
}

.fame-role {
  margin: 0 0 0.35rem;
  color: var(--accent);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.6;
}

.fame-field {
  margin: 0 0 1.1rem;
  color: var(--muted);
}

.fame-profile h2 {
  margin: 1.3rem 0 0.45rem;
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

.fame-profile ul {
  margin: 0;
  padding: 0 1.15rem 0 0;
  line-height: 1.85;
}

.fame-missing {
  padding-bottom: 4rem;
}

@media (max-width: 700px) {
  .fame-profile {
    grid-template-columns: 1fr;
  }

  .fame-photo {
    max-width: 280px;
  }
}

/* ============ نشان روند — آکاردئون سینمایی ============ */
.neshan {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 4.4rem 0 4.8rem;
  color: #faf7f2;
  background-color: #1a1210;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.62 0 0 0 0 0.46 0 0 0 0 0.24 0 0 0 0.28 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"),
    radial-gradient(ellipse 58% 48% at 86% 8%, rgba(142, 32, 52, 0.72), transparent 68%),
    radial-gradient(ellipse 42% 38% at 6% 96%, rgba(201, 148, 58, 0.34), transparent 70%),
    radial-gradient(ellipse 36% 28% at 48% 0%, rgba(255, 220, 170, 0.16), transparent 72%),
    radial-gradient(circle at 50% 62%, transparent 16.5rem, rgba(231, 211, 164, 0.16) 16.7rem, transparent 17.05rem),
    repeating-linear-gradient(-18deg, rgba(255, 236, 210, 0.045) 0 1px, transparent 1px 16px),
    linear-gradient(168deg, #3a221c 0%, #1c1411 38%, #120e0c 100%);
  background-size: 180px 180px, auto, auto, auto, auto, auto, auto;
  border-top: 1px solid rgba(231, 211, 164, 0.35);
}

.neshan::before,
.neshan::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.neshan::before {
  width: 34rem;
  height: 34rem;
  top: -14rem;
  right: -8rem;
  background: radial-gradient(circle, rgba(176, 52, 72, 0.42), transparent 68%);
  filter: blur(6px);
}

.neshan::after {
  width: 28rem;
  height: 28rem;
  left: -9rem;
  bottom: -12rem;
  background: radial-gradient(circle, rgba(212, 164, 74, 0.28), transparent 70%);
  filter: blur(8px);
}

.neshan-container {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 56px));
  margin-inline: auto;
}

.neshan-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2.4rem;
  margin-bottom: 1.45rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(231, 211, 164, 0.32);
}

.neshan .kicker {
  color: #e7d3a4;
}

.neshan .kicker::before {
  background: #e7d3a4;
}

.neshan-title h2 {
  margin: 0.28rem 0 0;
  color: #faf7f2;
  font-family: "Yekan Bakh", Tahoma, sans-serif;
  font-weight: 900;
  font-size: clamp(2.7rem, 5vw, 4.15rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.neshan-lede {
  max-width: 34rem;
  margin: 0;
  color: rgba(250, 247, 242, 0.76);
  font-family: "Yekan Bakh", Tahoma, sans-serif;
  font-weight: 300;
  font-size: 1.02rem;
  line-height: 1.9;
}

.neshan-accordion {
  display: flex;
  width: 100%;
  height: 600px;
  gap: 10px;
  overflow: hidden;
}

.accordion-panel {
  position: relative;
  flex: 1;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  background: #0c0b0a;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.8);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.accordion-panel:hover,
.neshan-accordion:not(:hover) .accordion-panel:focus-within {
  flex: 4;
}

.accordion-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    inset 0 0 110px rgba(0, 0, 0, 0.72);
  transition: box-shadow 0.6s ease;
}

.accordion-panel:hover::after,
.neshan-accordion:not(:hover) .accordion-panel:focus-within::after {
  box-shadow:
    inset 0 0 0 1px rgba(255, 215, 120, 0.5),
    inset 0 80px 90px rgba(0, 0, 0, 0.28);
}

.panel-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: grayscale(100%) brightness(0.4);
  transform: scale(1.12);
  transition: filter 0.6s ease, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.accordion-panel:hover .panel-bg,
.neshan-accordion:not(:hover) .accordion-panel:focus-within .panel-bg {
  filter: grayscale(0%) brightness(0.9);
  transform: scale(1.02);
}

.panel-month .panel-bg {
  object-position: center 40%;
}

.panel-season .panel-bg {
  object-position: center 42%;
}

.panel-year .panel-bg {
  object-position: 66% center;
}

.badge-3d {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  color: #3a260c;
  font-family: "Yekan Bakh", Tahoma, sans-serif;
  font-weight: 900;
  font-size: 0.78rem;
  line-height: 1.25;
  background: linear-gradient(135deg, #ffd700, #b8860b);
  border: 2px solid #fff;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.5),
    inset 0 -5px 15px rgba(0, 0, 0, 0.3),
    inset 0 7px 10px rgba(255, 244, 210, 0.55);
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1), height 0.6s cubic-bezier(0.25, 1, 0.5, 1), font-size 0.6s ease, top 0.6s ease, right 0.6s ease;
}

.badge-3d::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  border: 1px solid rgba(80, 48, 10, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 248, 220, 0.35);
  pointer-events: none;
}

.panel-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.vertical-title {
  position: absolute;
  top: 54%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #f7f1e6;
  font-family: "Yekan Bakh", Tahoma, sans-serif;
  font-weight: 900;
  font-size: clamp(2.05rem, 2.5vw, 2.55rem);
  line-height: 1.35;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.65);
  transition: opacity 0.45s ease, font-size 0.6s ease;
}

.vertical-title span {
  display: inline-block;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  transform: rotate(-90deg);
}

.accordion-panel:hover .vertical-title,
.neshan-accordion:not(:hover) .accordion-panel:focus-within .vertical-title {
  opacity: 0;
}

.neshan-accordion:hover .accordion-panel:not(:hover) .vertical-title,
.neshan-accordion:not(:hover):has(.accordion-panel:focus-within) .accordion-panel:not(:focus-within) .vertical-title {
  font-size: 1.35rem;
}

.neshan-accordion:hover .accordion-panel:not(:hover) .badge-3d,
.neshan-accordion:not(:hover):has(.accordion-panel:focus-within) .accordion-panel:not(:focus-within) .badge-3d {
  width: 58px;
  height: 58px;
  top: 12px;
  right: 12px;
  font-size: 0.64rem;
}

.hidden-details {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: auto;
  width: min(34rem, calc(100% - 40px));
  padding: 1.15rem 1.25rem 1.2rem;
  border-radius: 16px;
  color: #faf7f2;
  background: rgba(16, 12, 10, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.accordion-panel:hover .hidden-details,
.neshan-accordion:not(:hover) .accordion-panel:focus-within .hidden-details {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.8s ease 0.12s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.12s;
}

.report-btn {
  pointer-events: none;
}

.accordion-panel:hover .report-btn,
.neshan-accordion:not(:hover) .accordion-panel:focus-within .report-btn {
  pointer-events: auto;
}

.panel-when {
  margin: 0 0 0.28rem;
  color: #e7d3a4;
  font-weight: 300;
  font-size: 0.78rem;
  line-height: 1.5;
}

.hidden-details h2 {
  margin: 0 0 0.4rem;
  color: #fffdf8;
  font-family: "Yekan Bakh", Tahoma, sans-serif;
  font-weight: 900;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.hidden-details p {
  margin: 0;
  color: rgba(250, 247, 242, 0.92);
  font-weight: 400;
  font-size: 0.98rem;
  line-height: 1.75;
}

.reason-label {
  display: block;
  margin-bottom: 0.12rem;
  color: #e7d3a4;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.4;
}

.report-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 0.9rem;
  padding: 0.62rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd700, #b8860b);
  color: #2a1c0a;
  font-family: "Yekan Bakh", Tahoma, sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.report-btn:hover,
.report-btn:focus-visible {
  color: #2a1c0a;
  filter: brightness(1.08);
}

.report-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .neshan-container {
    width: min(1180px, calc(100% - 32px));
  }
}

@media (max-width: 820px) {
  .neshan {
    padding: 2.6rem 0 2.8rem;
  }

  .neshan-header {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }

  .neshan-title h2 {
    font-size: 2.35rem;
  }

  .neshan-lede {
    font-size: 0.98rem;
  }

  .neshan-accordion {
    flex-direction: column;
    height: auto;
    gap: 12px;
  }

  .accordion-panel {
    flex: none;
    height: 7.6rem;
  }

  .accordion-panel:hover,
  .neshan-accordion:not(:hover) .accordion-panel:focus-within {
    flex: none;
    height: 28rem;
  }

  .badge-3d {
    width: 62px;
    height: 62px;
    top: 14px;
    right: 14px;
    font-size: 0.68rem;
  }

  .vertical-title,
  .vertical-title span {
    writing-mode: horizontal-tb;
  }

  .vertical-title span {
    transform: none;
  }

  .vertical-title {
    font-size: 1.7rem;
    letter-spacing: -0.02em;
  }

  .neshan-accordion:hover .accordion-panel:not(:hover) .vertical-title,
  .neshan-accordion:not(:hover):has(.accordion-panel:focus-within) .accordion-panel:not(:focus-within) .vertical-title {
    font-size: 1.45rem;
  }
}

@media (hover: none) {
  .neshan-accordion {
    flex-direction: column;
    height: auto;
    gap: 12px;
  }

  .accordion-panel,
  .accordion-panel:hover,
  .accordion-panel:focus-within {
    flex: none;
    height: 30rem;
  }

  .badge-3d {
    width: 78px;
    height: 78px;
    top: 20px;
    right: 20px;
    font-size: 0.78rem;
  }

  .vertical-title {
    opacity: 0;
  }

  .hidden-details,
  .accordion-panel:hover .hidden-details,
  .accordion-panel:focus-within .hidden-details {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    transition: none;
  }

  .report-btn,
  .accordion-panel:hover .report-btn,
  .accordion-panel:focus-within .report-btn {
    pointer-events: auto;
  }

  .panel-bg,
  .accordion-panel:hover .panel-bg,
  .accordion-panel:focus-within .panel-bg {
    filter: grayscale(0%) brightness(0.72);
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .accordion-panel,
  .panel-bg,
  .vertical-title,
  .hidden-details,
  .badge-3d,
  .accordion-panel::after {
    transition: none;
  }

  .hidden-details,
  .panel-bg {
    transform: none;
  }
}

/* قاب نشان — برش عکس تیتر یک و تیترهای کناری با هندسهٔ لوگوی روند */
.hero {
  --ravand-plate: polygon(93.35% 0%, 16.21% 26.79%, 0.32% 72.14%, 99.84% 99.64%);
  --logo-coral: #f06161;
  --plate-shadow: drop-shadow(8px 10px 0 var(--logo-coral));
}

.hero-media {
  border-radius: 0;
  overflow: visible;
  min-height: 0;
  height: auto;
  aspect-ratio: 617 / 560;
  background: transparent;
  clip-path: var(--ravand-plate);
  filter: var(--plate-shadow);
  transition: filter 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-media:hover {
  filter: drop-shadow(12px 15px 0 var(--logo-coral));
}

.hero-media:focus-visible {
  outline: none;
  filter: var(--plate-shadow) drop-shadow(0 0 0 var(--accent));
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 48% 36%;
}

.hero-copy {
  grid-area: copy;
  align-self: start;
  justify-self: stretch;
  z-index: 1;
  max-width: none;
  margin: 0;
  padding: 1.35rem 0 0;
  background: none;
  color: inherit;
}

.hero-copy h1,
.hero-copy .kicker,
.hero-copy .lede,
.hero-copy .meta {
  text-shadow: none;
}

.hero-copy h1 {
  margin: 0.35rem 0 0.7rem;
  color: var(--navy);
  font-weight: 700;
  font-size: clamp(1.6rem, 2.6vw, 2.15rem);
  line-height: 1.45;
  letter-spacing: -0.4px;
}

.hero-copy h1 a:hover {
  color: var(--accent);
}

.hero-copy .kicker {
  color: var(--accent);
}

.hero-copy .kicker::before {
  background: var(--accent);
}

.hero-copy .lede {
  max-width: 40rem;
  color: var(--ink-2);
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.hero-copy .meta {
  color: var(--muted);
}

.side-stack {
  align-self: start;
  justify-content: flex-start;
  gap: 0.15rem;
}

.side-stack .side-item {
  grid-template-columns: 7.15rem minmax(0, 1fr);
  gap: 1rem;
  align-items: end;
  overflow: visible;
  padding: 0.95rem 0 0.85rem;
}

.side-stack .side-item img {
  width: 7.15rem;
  height: auto;
  aspect-ratio: 617 / 560;
  min-height: 0;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 0;
  clip-path: var(--ravand-plate);
  filter: drop-shadow(4px 5px 0 var(--logo-coral));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.side-stack .side-item:hover img {
  transform: scale(1.045);
  filter: drop-shadow(6px 7px 0 var(--logo-coral));
}

.side-stack .side-item h3 {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.55;
}

@media (min-width: 981px) {
  .hero {
    --plate-gap: 2.6rem;
    --hero-pad: 1.55rem;
    --media-h: 26rem;
    --type-inset: 0.14;
    --type-width: 0.62;
    position: relative;
    grid-template-columns: minmax(0, 1.14fr) minmax(17.5rem, 0.86fr);
    grid-template-areas:
      "media side"
      "copy .";
    column-gap: var(--plate-gap);
    row-gap: 0.35rem;
    align-items: stretch;
    padding: var(--hero-pad) 0 1.15rem;
  }

  .hero-media {
    aspect-ratio: auto;
    height: var(--media-h);
  }

  .hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(
      76% 64% at 60% 53%,
      rgba(18, 12, 14, 0.66) 0%,
      rgba(18, 12, 14, 0.36) 46%,
      rgba(18, 12, 14, 0) 74%
    );
  }

  .hero-copy {
    grid-area: copy;
    align-self: start;
    justify-self: stretch;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0.85rem 0 0;
    background: none;
  }

  .hero-copy .kicker,
  .hero-copy h1 {
    position: absolute;
    z-index: 3;
    margin: 0;
    inset-inline-start: calc((100% - var(--plate-gap)) * 1.14 / 2 * var(--type-inset));
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55), 0 12px 28px rgba(0, 0, 0, 0.38);
  }

  .hero-copy .kicker {
    top: calc(var(--hero-pad) + var(--media-h) * 0.40 - 1.65rem);
    width: max-content;
    max-width: calc((100% - var(--plate-gap)) * 1.14 / 2 * var(--type-width));
    color: #fff6f1;
  }

  .hero-copy .kicker::before {
    width: 1.7rem;
    background: #fff6f1;
  }

  .hero-copy h1 {
    top: calc(var(--hero-pad) + var(--media-h) * 0.40);
    width: calc((100% - var(--plate-gap)) * 1.14 / 2 * var(--type-width));
    color: #fffdf9;
    font-weight: 700;
    font-size: 1.72rem;
    line-height: 1.38;
    letter-spacing: -0.4px;
    text-wrap: balance;
    pointer-events: none;
  }

  .hero-copy h1 a {
    pointer-events: auto;
  }

  .hero-copy h1 a:hover {
    color: #fff;
  }

  .hero-copy .lede,
  .hero-copy .meta {
    text-shadow: none;
  }

  .hero-copy .lede {
    max-width: 38rem;
    margin: 0 0 0.45rem;
    color: var(--ink-2);
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-wrap: pretty;
  }

  .hero-copy .meta {
    color: var(--muted);
  }

  .side-stack {
    align-self: stretch;
    justify-content: space-between;
    padding-block: 0.15rem;
  }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .hero-copy h1 {
    font-size: 1.48rem;
  }
}

@media (max-width: 980px) {
  .hero-media {
    width: 100%;
    filter: drop-shadow(6px 7px 0 var(--logo-coral));
  }

  .hero-media:hover {
    filter: drop-shadow(6px 7px 0 var(--logo-coral));
  }

  .hero-media,
  .hero-media img {
    min-height: 0;
  }

  .hero-media img {
    height: 100%;
  }

  .hero-copy {
    width: auto;
    padding: 1.25rem 0 0;
  }

  .hero-copy h1 {
    font-weight: 700;
    font-size: clamp(1.55rem, 6.2vw, 1.95rem);
    line-height: 1.45;
    text-wrap: balance;
  }

  .side-stack .side-item {
    grid-template-columns: 5.35rem minmax(0, 1fr);
    gap: 0.85rem;
  }

  .side-stack .side-item img {
    width: 5.35rem;
    filter: drop-shadow(3px 4px 0 var(--logo-coral));
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media,
  .hero-media:hover,
  .side-stack .side-item img,
  .side-stack .side-item:hover img {
    transition: none;
  }

  .side-stack .side-item:hover img {
    transform: none;
  }
}
