:root {
  --ink: #15130f;
  --paper: #f2eadc;
  --paper-deep: #e6d8c2;
  --white: #fffaf1;
  --charcoal: #181817;
  --muted: #6f675c;
  --line: rgba(21, 19, 15, 0.18);
  --soft-line: rgba(255, 255, 255, 0.18);
  --gold: #aa7a2e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p,
figure,
dd {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.96);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) auto auto;
  gap: 26px;
  align-items: center;
}

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

.brand img {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  object-fit: cover;
}

.brand strong,
.brand em {
  display: block;
  font-style: normal;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1;
}

.brand em {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3a352e;
  font-size: 0.86rem;
  font-weight: 850;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid transparent;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
  outline: none;
}

.nav-links a,
.nav-cta,
.button,
.directory-link {
  text-decoration: none;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: white;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-cta {
  background: transparent;
  color: var(--ink);
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.dark .button.secondary,
.contact-section .button.secondary {
  border-color: white;
  color: white;
}

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

.tree-entry-page {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 36, 61, 0.68), transparent 34%),
    radial-gradient(ellipse at 50% 63%, rgba(142, 207, 255, 0.2), transparent 42%),
    linear-gradient(115deg, rgba(7, 44, 74, 0.76), transparent 34%),
    #062038;
  color: white;
}

.tree-entry {
  position: relative;
  min-height: 100svh;
  padding: clamp(16px, 2.6vw, 34px);
  display: grid;
  place-items: center;
}

.tree-entry::before,
.tree-entry::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tree-entry::before {
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 52%, rgba(171, 224, 255, 0.18), transparent 46%),
    linear-gradient(90deg, transparent 0%, rgba(139, 207, 255, 0.07) 50%, transparent 100%);
}

.tree-entry::after {
  left: 50%;
  bottom: 1%;
  width: min(86vw, 760px);
  height: 120px;
  background: radial-gradient(ellipse at center, rgba(139, 211, 255, 0.16), transparent 72%);
  transform: translateX(-50%);
}

.tree-composition {
  position: relative;
  width: min(94vw, 1000px);
  min-height: min(94svh, 900px);
  display: grid;
  place-items: center;
  isolation: isolate;
}

.tree-composition::before {
  content: "";
  position: absolute;
  inset: -24%;
  z-index: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(111, 184, 242, 0.14), transparent 68%);
  pointer-events: none;
}

.tree-brand {
  position: absolute;
  top: clamp(18px, 3vw, 44px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: min(760px, 92%);
  text-align: center;
  pointer-events: none;
}

.tree-brand h1 {
  color: #f5fbff;
  font-size: clamp(2.35rem, 5.2vw, 5.15rem);
  line-height: 0.92;
  text-shadow:
    0 14px 34px rgba(0, 0, 0, 0.34),
    0 0 18px rgba(142, 205, 255, 0.08);
}

.tree-brand p {
  display: inline-block;
  margin-top: 14px;
  padding: 4px 10px;
  color: rgba(225, 242, 255, 0.9);
  font-size: clamp(0.7rem, 1.05vw, 0.84rem);
  font-weight: 900;
  letter-spacing: 0.2em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
  text-transform: uppercase;
}

.tree-nav {
  position: absolute;
  top: clamp(178px, 22svh, 200px);
  left: 50%;
  z-index: 1;
  width: min(78vw, 460px);
  aspect-ratio: 760 / 1057;
  isolation: isolate;
  perspective: 1200px;
  transform: translateX(-50%);
}

.tree-nav::before,
.tree-nav::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url("/assets/tree-mark-reference.png") center / contain no-repeat;
  pointer-events: none;
  transform-origin: 50% 88%;
  will-change: transform, opacity;
}

.tree-nav::before {
  clip-path: inset(0 0 38% 0);
  opacity: 0.16;
}

.tree-nav::after {
  clip-path: polygon(4% 25%, 96% 25%, 91% 72%, 50% 82%, 9% 72%);
  opacity: 0.1;
}

.tree-mark {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  transform-origin: 50% 100%;
  filter:
    saturate(1.06)
    brightness(1.02)
    drop-shadow(0 30px 46px rgba(0, 0, 0, 0.26))
    drop-shadow(0 0 18px rgba(158, 219, 255, 0.14));
  backface-visibility: hidden;
  transition: filter 260ms ease, transform 260ms ease;
  will-change: transform;
}

.tree-node {
  position: absolute;
  z-index: 3;
  min-width: 154px;
  padding: 13px 18px;
  border: 1px solid rgba(204, 235, 255, 0.46);
  background:
    linear-gradient(135deg, rgba(244, 250, 255, 0.12), transparent 48%),
    rgba(4, 24, 43, 0.54);
  backdrop-filter: blur(10px);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.24),
    0 0 18px rgba(139, 209, 255, 0.1),
    inset 0 0 22px rgba(122, 194, 255, 0.14);
  color: #eff9ff;
  font-size: clamp(0.72rem, 1.2vw, 0.9rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition:
    background 170ms ease,
    border-color 170ms ease,
    color 170ms ease,
    box-shadow 170ms ease,
    transform 170ms ease;
}

.tree-nav:has(.tree-node:hover) .tree-mark,
.tree-nav:has(.tree-node:focus-visible) .tree-mark {
  filter:
    saturate(1.16)
    brightness(1.09)
    drop-shadow(0 34px 54px rgba(0, 0, 0, 0.28))
    drop-shadow(0 0 30px rgba(169, 220, 255, 0.28));
}

.tree-node:hover,
.tree-node:focus-visible {
  background: #eff9ff;
  border-color: #eff9ff;
  color: #061f38;
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(169, 220, 255, 0.28);
  outline: none;
  transform: translate(-50%, -50%) scale(1.055);
}

.tree-node-company {
  left: 22%;
  top: 42%;
}

.tree-node-talent {
  left: 78%;
  top: 34%;
}

.tree-node-screen {
  left: 22%;
  top: 67%;
}

.tree-node-contact {
  left: 78%;
  top: 62%;
}

@media (prefers-reduced-motion: no-preference) {
  .tree-mark {
    animation: tree-sway 11.5s ease-in-out infinite;
  }

  .tree-nav::before {
    animation: canopy-wind 7.2s ease-in-out infinite;
  }

  .tree-nav::after {
    animation: leaf-breeze 9.4s ease-in-out infinite;
  }
}

@keyframes tree-sway {
  0%,
  100% {
    transform: translateX(0) rotate(0deg) skewX(0deg) scale(1);
    filter:
      saturate(1.06)
      brightness(1.02)
      drop-shadow(0 30px 46px rgba(0, 0, 0, 0.26))
      drop-shadow(0 0 18px rgba(158, 219, 255, 0.14));
  }

  28% {
    transform: translateX(0.7px) rotate(0.12deg) skewX(0.08deg) scale(1.0006);
  }

  58% {
    transform: translateX(-0.9px) rotate(-0.1deg) skewX(-0.07deg) scale(1.0004);
  }

  82% {
    transform: translateX(0.45px) rotate(0.07deg) skewX(0.04deg) scale(1.0003);
    filter:
      saturate(1.08)
      brightness(1.04)
      drop-shadow(0 30px 46px rgba(0, 0, 0, 0.26))
      drop-shadow(0 0 20px rgba(158, 219, 255, 0.18));
  }
}

@keyframes canopy-wind {
  0%,
  100% {
    opacity: 0.1;
    transform: translate3d(0, 0, 0) rotate(0deg) skewX(0deg) scaleX(1);
  }

  26% {
    opacity: 0.2;
    transform: translate3d(3.8px, -0.5px, 0) rotate(0.42deg) skewX(0.28deg) scaleX(1.004);
  }

  54% {
    opacity: 0.13;
    transform: translate3d(-3px, 0.2px, 0) rotate(-0.34deg) skewX(-0.22deg) scaleX(0.998);
  }

  78% {
    opacity: 0.18;
    transform: translate3d(2px, -0.2px, 0) rotate(0.24deg) skewX(0.16deg) scaleX(1.002);
  }
}

@keyframes leaf-breeze {
  0%,
  100% {
    opacity: 0.06;
    transform: translate3d(0, 0, 0) rotate(0deg) skewX(0deg);
  }

  34% {
    opacity: 0.14;
    transform: translate3d(-2.8px, 0.4px, 0) rotate(-0.32deg) skewX(-0.18deg);
  }

  68% {
    opacity: 0.1;
    transform: translate3d(3.2px, -0.3px, 0) rotate(0.36deg) skewX(0.24deg);
  }
}

.page-title,
.page-intro {
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.eyebrow {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-title h1 {
  margin-top: 18px;
  max-width: 9.8ch;
  font-size: clamp(3.4rem, 5.8vw, 5.8rem);
  line-height: 0.94;
  overflow-wrap: normal;
}

.page-intro p,
.plain-section p,
.owner-grid p,
.contact-card p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.45vw, 1.22rem);
}

.page-intro p + p {
  margin-top: 26px;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.directory-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.directory-list {
  display: grid;
}

.directory-link {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 32px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.directory-link:last-child {
  border-bottom: 0;
}

.directory-link span {
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.directory-link strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 0.96;
}

.page-hero {
  padding: 96px 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.page-hero-grid,
.split,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(44px, 5vw, 76px);
  align-items: start;
}

.page-title,
.page-intro {
  min-width: 0;
}

.page-hero-image {
  margin-top: 34px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
}

.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.section {
  padding: 90px 0;
}

.plain-section {
  background: var(--white);
}

.plain-section h2,
.owner-grid h2,
.contact-grid h2,
.credit-item h2 {
  margin-top: 16px;
  font-size: clamp(2.6rem, 6vw, 6rem);
  line-height: 0.9;
}

.fact-table {
  border-top: 1px solid var(--line);
}

.fact-table div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.fact-table span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fact-table strong,
.fact-table a {
  color: var(--ink);
  font-size: 1.05rem;
  text-decoration: none;
}

.owner-strip {
  background: var(--paper-deep);
  border-top: 1px solid var(--line);
}

.owner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  gap: 54px;
  align-items: center;
}

.owner-grid p {
  margin-top: 24px;
}

.owner-photo,
.poster-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--charcoal);
}

.owner-photo {
  aspect-ratio: 4 / 5;
}

.owner-photo img,
.image-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plain-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.plain-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: #342f29;
  font-weight: 850;
}

.image-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.image-band figure {
  min-height: 470px;
  border-right: 1px solid var(--line);
}

.image-band figure:last-child {
  border-right: 0;
}

.dark {
  background: var(--charcoal);
  color: white;
}

.dark .page-intro p,
.dark .eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.credits-grid {
  display: grid;
  gap: 18px;
}

.credit-item {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: 36px;
  padding: 34px;
  background: var(--charcoal);
}

.poster-frame {
  min-height: 430px;
  border-color: var(--soft-line);
}

.poster-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.featured-credit {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  grid-template-areas:
    "visual copy"
    "visual secondary";
  overflow: hidden;
  border: 1px solid var(--soft-line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), transparent 46%),
    #161716;
}

.featured-visual {
  position: relative;
  grid-area: visual;
  min-height: 620px;
  overflow: hidden;
  background: #0c110e;
}

.featured-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}

.featured-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 58%, rgba(22, 23, 22, 0.28)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.34), transparent 38%);
  pointer-events: none;
}

.featured-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  width: min(360px, calc(100% - 44px));
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
}

.featured-badge img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  object-fit: contain;
}

.featured-badge span {
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.featured-copy {
  grid-area: copy;
  align-self: end;
  padding: clamp(30px, 4vw, 54px);
}

.featured-copy h2 {
  margin-top: 16px;
  max-width: 620px;
  color: white;
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  font-weight: 400;
  line-height: 0.9;
}

.featured-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.feature-facts {
  display: grid;
  gap: 1px;
  margin: 30px 0 28px;
  background: var(--soft-line);
}

.feature-facts div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  min-height: 58px;
  padding: 14px 16px;
  background: #161716;
}

.feature-facts dt {
  color: #d6a54a;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-facts dd {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
}

.credit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid white;
  background: white;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.featured-secondary {
  grid-area: secondary;
  margin: 0 clamp(30px, 4vw, 54px) clamp(30px, 4vw, 54px);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--soft-line);
  background: #0c110e;
}

.featured-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.credit-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0;
  background: var(--soft-line);
}

.credit-meta span {
  min-height: 72px;
  padding: 14px;
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.credit-item a {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
}

.credit-item h2 {
  max-width: 760px;
}

.contact-section {
  background: var(--charcoal);
  color: white;
}

.contact-section .button {
  border-color: white;
  background: white;
  color: var(--ink);
}

.contact-card {
  padding-top: 24px;
  border-top: 1px solid var(--soft-line);
}

.contact-card p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-lines {
  display: grid;
  margin: 0 0 28px;
  border-top: 1px solid var(--soft-line);
}

.contact-lines a {
  padding: 18px 0;
  border-bottom: 1px solid var(--soft-line);
  color: white;
  font-size: clamp(1.08rem, 2vw, 1.55rem);
  font-weight: 850;
  text-decoration: none;
}

.site-footer {
  padding: 28px 0;
  background: var(--white);
  color: var(--muted);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

@media (max-width: 980px) {
  .nav {
    grid-template-columns: 1fr auto;
    padding: 10px 0;
  }

  .nav-links {
    grid-column: 1 / -1;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 9px;
    font-size: 0.76rem;
    white-space: nowrap;
  }

  .page-hero-grid,
  .split,
  .credit-item,
  .owner-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .page-hero {
    padding: 70px 0;
  }

  .image-band {
    grid-template-columns: 1fr;
  }

  .image-band figure {
    min-height: 380px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .image-band figure:last-child {
    border-bottom: 0;
  }

  .poster-frame {
    max-width: 420px;
    min-height: 0;
  }

  .featured-credit {
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "copy"
      "secondary";
  }

  .featured-visual {
    min-height: 460px;
  }

  .featured-copy {
    padding: 32px;
  }

  .featured-secondary {
    margin: 0 32px 32px;
  }
}

@media (max-width: 640px) {
  .nav {
    min-height: 68px;
    gap: 14px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 0.98rem;
  }

  .brand em {
    max-width: 145px;
    font-size: 0.65rem;
    line-height: 1.2;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 11px;
    font-size: 0.68rem;
  }

  .tree-entry {
    padding: 16px;
  }

  .tree-composition {
    min-height: 84svh;
  }

  .page-title h1 {
    max-width: 100%;
    font-size: clamp(3rem, 13vw, 4.25rem);
    line-height: 0.98;
  }

  .tree-brand h1 {
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .tree-brand p {
    margin-top: 8px;
    font-size: 0.62rem;
    letter-spacing: 0.16em;
  }

  .tree-nav {
    width: min(92vw, 430px);
    margin-top: 70px;
  }

  .tree-node {
    min-width: 116px;
    padding: 10px 12px;
    font-size: 0.64rem;
    letter-spacing: 0.09em;
  }

  .tree-node-company {
    left: 23%;
    top: 42%;
  }

  .tree-node-talent {
    left: 77%;
    top: 34%;
  }

  .tree-node-screen {
    left: 25%;
    top: 68%;
  }

  .tree-node-contact {
    left: 77%;
    top: 63%;
  }

  .nav-links {
    gap: 6px;
  }

  .nav-links a {
    padding: 0 6px;
    font-size: 0.7rem;
  }

  .home-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .directory-link,
  .fact-table div,
  .credit-meta {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .featured-visual {
    min-height: 310px;
  }

  .featured-copy {
    padding: 24px 18px;
  }

  .featured-copy h2 {
    font-size: clamp(2.15rem, 10vw, 2.75rem);
    line-height: 0.95;
  }

  .feature-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .featured-badge {
    left: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .featured-badge img {
    width: 46px;
    height: 46px;
  }

  .featured-secondary {
    margin: 0 18px 24px;
  }

  .footer-grid {
    flex-direction: column;
  }
}
