:root {
  --anthracite: #222528;
  --anthracite-deep: #17191b;
  --panel: #2b2f33;
  --panel-soft: #32373b;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f5f1e8;
  --muted: #b9b6af;
  --gold: #e4bd64;
  --violet: #9878ff;
  --teal: #65d1c0;
  --danger: #dd604e;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  background: var(--anthracite);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--violet); color: white; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 999;
  transform: translateY(-160%);
  background: var(--gold);
  color: #17191b;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 800;
  transition: transform 0.2s ease;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(78px, 10vw, 140px) 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(23, 25, 27, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 38px rgba(0, 0, 0, 0.32); background: rgba(18, 20, 22, 0.96); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand-text { display: grid; line-height: 0.86; letter-spacing: 0.08em; }
.brand-text strong { font-size: 1.16rem; }
.brand-text small { margin-top: 7px; font-size: 0.64rem; color: var(--gold); letter-spacing: 0.3em; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links > a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.nav-links > a:hover, .nav-links > a:focus-visible { color: var(--gold); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; background: white; margin: 5px 0; transition: 0.2s ease; }
.language-switch { display: inline-flex; gap: 3px; background: var(--panel); padding: 4px; border: 1px solid var(--line); border-radius: 999px; }
.language-switch button { min-width: 38px; border: 0; background: transparent; border-radius: 999px; padding: 6px 9px; color: var(--muted); cursor: pointer; font-size: 0.76rem; font-weight: 900; }
.language-switch button.is-active { background: var(--gold); color: #191b1d; }

.banner-section { padding: 34px 0 100px; background: radial-gradient(circle at 50% 10%, rgba(152, 120, 255, 0.11), transparent 38%), var(--anthracite-deep); overflow: hidden; }
.banner-stage {
  position: relative;
  width: min(1280px, 100%);
  margin-inline: auto;
  background: #090a0b;
  border-block: 1px solid var(--line);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.48);
}
.banner-video {
  width: 1280px;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  background: #090a0b;
}
.sound-toggle {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(12, 13, 15, 0.72);
  color: white;
  padding: 9px 13px;
  cursor: pointer;
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  font-weight: 800;
}
.sound-toggle span:first-child { width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.hero-copy { padding-top: clamp(50px, 8vw, 92px); text-align: center; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.2em; text-transform: uppercase; }
.hero-copy h1 { margin: 0; font-size: clamp(3.8rem, 12vw, 8.7rem); line-height: 0.78; letter-spacing: -0.065em; }
.hero-copy h1 span { display: block; color: transparent; -webkit-text-stroke: 1.5px rgba(245, 241, 232, 0.72); }
.copyright-mark {
  display: inline-block;
  margin-left: 0.13em;
  color: var(--gold);
  -webkit-text-stroke: 0;
  font-size: 0.17em;
  line-height: 1;
  vertical-align: top;
  transform: translateY(-0.05em);
  letter-spacing: 0;
}

.hero-lead { max-width: 720px; margin: 32px auto 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.32rem); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border-radius: 999px; text-decoration: none; font-size: 0.9rem; font-weight: 850; }
.button-primary { background: var(--gold); color: #1b1d1f; }
.button-ghost { border: 1px solid var(--line); background: rgba(255, 255, 255, 0.03); }
.button:hover { transform: translateY(-2px); }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr); align-items: end; gap: 60px; margin-bottom: 48px; }
.section-heading h2, .contact-copy h2 { max-width: 760px; margin: 0; font-size: clamp(2.3rem, 5vw, 5rem); line-height: 0.96; letter-spacing: -0.045em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.compact-heading { margin-bottom: 38px; }

.about-section { background: var(--anthracite); }
.character-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.character-card {
  grid-column: span 4;
  min-width: 0;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.character-card:hover { transform: translateY(-6px); border-color: rgba(228, 189, 100, 0.5); }
.character-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #151719; }
.character-body { padding: 25px; }
.character-number { float: right; margin: 3px 0 0 16px; color: var(--gold); font-weight: 900; font-size: 0.78rem; }
.character-body h3 { margin: 0 0 5px; font-size: 1.45rem; line-height: 1.1; }
.character-role { margin: 0 0 17px; color: var(--teal); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }
.character-body p:last-child { margin: 0; color: var(--muted); font-size: 0.92rem; }
.featured-character { border-color: rgba(101, 209, 192, 0.44); }

.allies-panel {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.7fr 0.85fr;
  gap: 18px;
  margin-top: 48px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 6px);
  background: linear-gradient(135deg, rgba(152, 120, 255, 0.13), rgba(101, 209, 192, 0.05)), var(--anthracite-deep);
}
.allies-copy { align-self: center; padding: 14px; }
.allies-copy h3 { margin: 0 0 16px; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1; }
.allies-copy > p:last-child { color: var(--muted); margin-bottom: 0; }
.ally-card { overflow: hidden; border-radius: 18px; background: var(--panel); border: 1px solid var(--line); }
.ally-card img { width: 100%; aspect-ratio: 1 / 1.12; object-fit: cover; }
.ally-card div { display: grid; padding: 15px; }
.ally-card span { color: var(--muted); font-size: 0.77rem; }
.ally-video { overflow: hidden; border-radius: 18px; background: #111; }
.ally-video video { width: 100%; height: 100%; min-height: 270px; object-fit: cover; }

.garden-section { background: linear-gradient(180deg, #121819, #1b2321 48%, var(--anthracite-deep)); }
.light-heading .eyebrow { color: var(--teal); }
.garden-feature { margin-bottom: 18px; }
.media-button { position: relative; width: 100%; min-height: 0; padding: 0; border: 0; border-radius: 19px; overflow: hidden; background: #111; text-align: left; cursor: zoom-in; box-shadow: var(--shadow); }
.media-button img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease, filter 0.5s ease; }
.media-button:hover img { transform: scale(1.025); filter: brightness(1.08); }
.media-button > span { position: absolute; inset: auto 0 0; padding: 42px 20px 18px; background: linear-gradient(transparent, rgba(9, 10, 11, 0.92)); display: grid; }
.media-button small { color: var(--gold); font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.media-button strong { font-size: 1.02rem; }
.wide-media { aspect-ratio: 16 / 8.2; }
.wide-media > span { padding: 80px 28px 24px; }
.wide-media strong { font-size: clamp(1.5rem, 3vw, 2.4rem); }
.masonry-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense; gap: 18px; }
.garden-gallery .media-button { aspect-ratio: 3 / 4; }
.garden-gallery .landscape { grid-column: span 2; aspect-ratio: 16 / 9; }



/* Cases# — expandable files keep the weekly archive compact and scalable. */
.cases-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(101, 209, 192, 0.12), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(152, 120, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #111719, #171b22 54%, #131619);
}
.cases-heading .eyebrow { color: var(--teal); }
.case-archive { display: grid; gap: 24px; }
.case-file {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  background: rgba(26, 30, 35, 0.96);
  box-shadow: var(--shadow);
}
.case-file[open] { border-color: rgba(101, 209, 192, 0.42); }
.case-file-summary {
  display: grid;
  grid-template-columns: minmax(250px, 0.82fr) minmax(300px, 1.18fr) auto;
  align-items: stretch;
  min-height: 360px;
  cursor: pointer;
  list-style: none;
}
.case-file-summary::-webkit-details-marker { display: none; }
.case-cover { position: relative; display: block; overflow: hidden; background: #090b0d; }
.case-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 62%, rgba(24, 28, 33, 0.84)); pointer-events: none; }
.case-cover img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; object-position: center 28%; transition: transform 0.55s ease, filter 0.55s ease; }
.case-file-summary:hover .case-cover img { transform: scale(1.025); filter: brightness(1.07); }
.case-cover-badge {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 20px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 999px;
  background: rgba(8, 10, 12, 0.72);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  backdrop-filter: blur(10px);
}
.case-summary-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 62px); }
.case-kicker { margin-bottom: 12px; color: var(--teal); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.case-summary-copy strong { max-width: 620px; font-size: clamp(2rem, 5vw, 4.7rem); line-height: 0.94; letter-spacing: -0.045em; }
.case-summary-copy > span:last-child { margin-top: 19px; color: var(--muted); font-size: 0.92rem; }
.case-summary-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 124px;
  padding: 24px 16px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.case-summary-action b { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-size: 1.5rem; transition: transform 0.25s ease; }
.case-action-open { display: none; }
.case-file[open] .case-action-closed { display: none; }
.case-file[open] .case-action-open { display: inline; }
.case-file[open] .case-summary-action b { transform: rotate(45deg); }
.case-file-content { padding: clamp(24px, 5vw, 58px); border-top: 1px solid var(--line); }
.case-briefing { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr); gap: clamp(34px, 7vw, 90px); align-items: end; padding-bottom: 48px; }
.case-briefing h3 { max-width: 780px; margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 0.98; letter-spacing: -0.04em; }
.case-briefing > div > p:last-child { max-width: 740px; margin: 22px 0 0; color: var(--muted); font-size: 1.02rem; }
.case-facts { display: grid; gap: 0; margin: 0; border-top: 1px solid var(--line); }
.case-facts div { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.case-facts dt { color: var(--muted); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; }
.case-facts dd { margin: 0; color: var(--text); font-weight: 800; text-align: right; }
.case-media-block { padding-top: 50px; border-top: 1px solid var(--line); }
.case-media-block + .case-media-block { margin-top: 58px; }
.case-subheading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 25px; }
.case-subheading .eyebrow { margin: 0; color: var(--teal); }
.case-subheading h3 { max-width: 720px; margin: 0; font-size: clamp(1.6rem, 3vw, 2.7rem); line-height: 1; letter-spacing: -0.03em; text-align: right; }
.case-video-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.case-video-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #101214; }
.case-video-card video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #090a0c; }
.case-video-card > div { display: flex; align-items: center; gap: 12px; padding: 16px 17px 18px; }
.case-video-card span { color: var(--teal); font-size: 0.72rem; font-weight: 950; }
.case-video-card h4 { margin: 0; font-size: 0.94rem; line-height: 1.25; }
.case-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.case-gallery .media-button { aspect-ratio: 9 / 16; box-shadow: 0 18px 42px rgba(0,0,0,0.28); }
.case-gallery .media-button > span { padding: 55px 16px 15px; }
.case-gallery .media-button small { font-size: 0.66rem; }
.case-gallery .media-button strong { font-size: 0.9rem; }
.case-disclaimer { max-width: 860px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid var(--line); color: #989a9a; text-align: center; font-size: 0.8rem; }
.case-expansion-note { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; margin-top: 24px; padding: 23px 26px; border: 1px dashed rgba(228, 189, 100, 0.36); border-radius: 20px; background: rgba(228, 189, 100, 0.04); }
.case-expansion-note > span { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(228, 189, 100, 0.35); border-radius: 50%; color: var(--gold); font-size: 1.4rem; }
.case-expansion-note strong { font-size: 1rem; }
.case-expansion-note p { margin: 3px 0 0; color: var(--muted); font-size: 0.86rem; }

.legends-section { background: radial-gradient(circle at 90% 5%, rgba(221, 96, 78, 0.16), transparent 28%), var(--anthracite); }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video-card { overflow: hidden; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.video-card video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #0c0d0e; }
.video-card > div { display: flex; align-items: center; gap: 14px; padding: 18px 20px 20px; }
.video-card span { color: var(--danger); font-weight: 900; font-size: 0.75rem; }
.video-card h3 { margin: 0; font-size: 1.05rem; }
.horror-gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 48px; }
.horror-gallery .media-button { aspect-ratio: 9 / 16; }
.horror-gallery .media-button:nth-child(1), .horror-gallery .media-button:nth-child(4) { grid-column: span 2; }
.disclaimer { max-width: 820px; margin: 34px auto 0; padding-top: 24px; border-top: 1px solid var(--line); color: #9d9a94; text-align: center; font-size: 0.8rem; }

.links-section { background: var(--anthracite-deep); }
.link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; }
.link-tile { min-height: 220px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); text-decoration: none; display: flex; flex-direction: column; justify-content: flex-end; transition: 0.25s ease; }
.link-tile span { margin-bottom: auto; color: var(--gold); font-weight: 900; font-size: 0.76rem; }
.link-tile strong { font-size: 1.35rem; }
.link-tile small { color: var(--muted); }
.link-tile:hover { transform: translateY(-6px); border-color: var(--gold); background: var(--panel-soft); }

.contact-section { background: linear-gradient(135deg, rgba(152, 120, 255, 0.12), transparent 44%), var(--anthracite); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr); gap: 70px; align-items: center; }
.contact-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 1.04rem; }
.contact-copy img { width: min(520px, 100%); margin-top: 30px; aspect-ratio: 16 / 11; object-fit: cover; object-position: center 27%; border-radius: var(--radius); border: 1px solid var(--line); }
.contact-list { display: grid; gap: 14px; }
.contact-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; min-height: 104px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); text-decoration: none; transition: 0.25s ease; }
.contact-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--anthracite-deep); color: var(--gold); font-weight: 900; font-size: 1.3rem; }
.contact-card span:nth-child(2) { display: grid; }
.contact-card small { color: var(--muted); }
.contact-card strong { overflow-wrap: anywhere; }
.contact-card b { font-size: 1.2rem; }
.contact-card:hover { transform: translateX(6px); border-color: rgba(228, 189, 100, 0.6); }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); background: #16181a; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; color: var(--muted); font-size: 0.82rem; }
.footer-inner p { margin: 0; text-align: center; }
.footer-inner > a:last-child { color: var(--text); text-decoration: none; }

.lightbox { width: min(1100px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 1px solid var(--line); border-radius: 22px; background: #0f1113; color: white; box-shadow: 0 50px 120px rgba(0, 0, 0, 0.7); }
.lightbox::backdrop { background: rgba(4, 5, 6, 0.86); backdrop-filter: blur(10px); }
.lightbox figure { margin: 0; display: grid; }
.lightbox img { width: 100%; max-height: calc(100vh - 110px); object-fit: contain; }
.lightbox figcaption { padding: 13px 20px 18px; color: var(--muted); text-align: center; }
.lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 50%; background: rgba(9, 10, 11, 0.8); color: white; cursor: pointer; font-size: 1.65rem; line-height: 1; }

:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }

@media (max-width: 1020px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 20px 24px;
    background: rgba(18, 20, 22, 0.98);
    border-bottom: 1px solid var(--line);
  }
  .nav-links.is-open { display: flex; }
  .nav-links > a { padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .language-switch { align-self: flex-start; margin-top: 15px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .character-card { grid-column: span 6; }
  .allies-panel { grid-template-columns: 1fr 1fr 1fr; }
  .allies-copy { grid-column: 1 / -1; }
  .ally-video { grid-column: span 1; }
  .case-file-summary { grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr); }
  .case-summary-action { grid-column: 1 / -1; min-height: 74px; border-top: 1px solid var(--line); border-left: 0; flex-direction: row; }
  .case-cover::after { background: linear-gradient(90deg, transparent 70%, rgba(24, 28, 33, 0.78)); }
  .case-briefing { grid-template-columns: 1fr; gap: 32px; }
  .case-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .masonry-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .horror-gallery { grid-template-columns: repeat(3, 1fr); }
  .horror-gallery .media-button:nth-child(1), .horror-gallery .media-button:nth-child(4) { grid-column: span 1; }
  .link-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 26px, 1180px); --radius: 19px; }
  .section { padding: 74px 0; }
  .banner-section { padding-top: 14px; }
  .sound-toggle { right: 10px; bottom: 10px; }
  .sound-toggle span:last-child { display: none; }
  .hero-copy h1 { font-size: clamp(3.6rem, 22vw, 6rem); }
  .hero-copy h1 > span { font-size: 0.78em; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .character-grid { display: block; }
  .character-card + .character-card { margin-top: 16px; }
  .allies-panel { grid-template-columns: 1fr; padding: 16px; }
  .allies-copy, .ally-video { grid-column: auto; }
  .ally-card img { aspect-ratio: 16 / 11; }
  .ally-video video { height: auto; min-height: 0; aspect-ratio: 9 / 16; }
  .case-file-summary { display: block; min-height: 0; }
  .case-cover { height: min(120vw, 520px); }
  .case-cover::after { background: linear-gradient(transparent 54%, rgba(24, 28, 33, 0.94)); }
  .case-cover img { min-height: 0; }
  .case-summary-copy { padding: 28px 22px 30px; }
  .case-summary-copy strong { font-size: clamp(2.1rem, 12vw, 3.6rem); }
  .case-summary-action { min-width: 0; padding: 16px; }
  .case-file-content { padding: 22px 16px 28px; }
  .case-subheading { display: block; }
  .case-subheading h3 { margin-top: 8px; text-align: left; }
  .case-video-grid { grid-template-columns: 1fr; }
  .case-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .case-expansion-note { padding: 20px; }
  .wide-media { aspect-ratio: 4 / 3; }
  .masonry-grid, .video-grid, .horror-gallery, .link-grid { grid-template-columns: 1fr; }
  .garden-gallery .landscape { grid-column: span 1; aspect-ratio: 4 / 3; }
  .garden-gallery .media-button { aspect-ratio: 3 / 4; }
  .video-card video { aspect-ratio: 9 / 16; }
  .horror-gallery .media-button { aspect-ratio: 3 / 4; }
  .link-tile { min-height: 170px; }
  .contact-card { grid-template-columns: auto minmax(0, 1fr) auto; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 410px) {
  .case-gallery { grid-template-columns: 1fr; }
}

@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; }
}
