:root {
  --night: #071b3b;
  --night-2: #112657;
  --indigo: #292254;
  --purple: #674286;
  --violet: #8b5b9f;
  --gold: #e4a84f;
  --gold-light: #f5cf7a;
  --rust: #9b552b;
  --rose: #a44e78;
  --teal: #1d6d70;
  --cream: #fbefdf;
  --paper: #f6e6cf;
  --paper-deep: #ead0ac;
  --ink: #211c2a;
  --muted: #6f625d;
  --white: #fffaf1;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", system-ui, sans-serif;
  --script: "Parisienne", "Brush Script MT", cursive;
  --shadow: 0 28px 80px rgba(25, 20, 45, .18);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--serif);
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
::selection { background: rgba(228,168,79,.32); }

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

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
}
.header-inner {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.brand-seal {
  position: relative;
  width: 64px;
  aspect-ratio: 1;
  border: 1.5px solid rgba(245,207,122,.9);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 60%, rgba(255,204,100,.9) 0 8%, transparent 9%),
    radial-gradient(circle at 50% 60%, rgba(255,191,77,.28) 0 32%, transparent 48%),
    linear-gradient(155deg, #112657 0%, #281f58 55%, #bd6d64 100%);
  box-shadow: inset 0 0 20px rgba(255,190,80,.18), 0 8px 30px rgba(0,0,0,.18);
}
.brand-seal::before {
  content: "◇";
  position: absolute;
  right: 8px;
  top: 3px;
  color: var(--gold-light);
  font-size: 19px;
  transform: rotate(45deg);
}
.brand-seal::after {
  content: "✦";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffd477;
  font-size: 21px;
  text-shadow: 0 0 16px #ffc961;
}
.brand-copy { line-height: .9; }
.brand-name {
  display: block;
  font-family: var(--script);
  font-size: clamp(2.15rem, 3.2vw, 3.3rem);
  font-weight: 400;
  line-height: .92;
  background: linear-gradient(90deg,#e7a34b 2%,#ebaa56 47%,#bd5f92 72%,#7765b3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.16));
}
.brand-tagline {
  display: block;
  margin: 8px 0 0 18px;
  font-family: var(--sans);
  font-size: .66rem;
  letter-spacing: .02em;
  color: rgba(255,250,241,.92);
}
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.1vw, 31px);
  font-family: var(--sans);
  font-size: .7rem;
  font-weight: 500;
}
.site-nav a {
  position: relative;
  padding: 11px 0;
  color: rgba(255,250,241,.96);
  white-space: nowrap;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 1px;
  background: var(--gold-light);
  transition: width .22s ease, left .22s ease;
}
.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after { width: 100%; left: 0; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  background: rgba(7,27,59,.18);
  color: white;
  backdrop-filter: blur(8px);
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 1px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: white;
  background-image:
    linear-gradient(180deg, rgba(5,18,48,.88) 0%, rgba(14,28,70,.56) 29%, rgba(62,48,91,.12) 62%, rgba(246,230,207,.08) 100%),
    linear-gradient(90deg, rgba(9,24,55,.74) 0%, rgba(14,29,69,.29) 46%, rgba(9,25,58,.08) 100%),
    url("assets/hero-lantern-kite.png");
  background-size: cover;
  background-position: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 52% 20%, rgba(255,255,255,.9) 0 1px, transparent 1.8px),
    radial-gradient(circle at 68% 12%, rgba(255,220,151,.85) 0 1px, transparent 2px),
    radial-gradient(circle at 80% 25%, rgba(255,255,255,.65) 0 1px, transparent 1.8px),
    radial-gradient(circle at 35% 14%, rgba(255,224,151,.75) 0 1px, transparent 2px);
  background-size: 210px 190px, 290px 240px, 360px 310px, 260px 220px;
  opacity: .7;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 130px;
  background: linear-gradient(180deg, transparent, rgba(251,239,223,.48) 65%, var(--cream) 100%);
  pointer-events: none;
}
.hero-inner {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 145px 0 110px;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
}
.hero-copy {
  grid-column: 2;
  max-width: 650px;
  text-align: center;
  justify-self: center;
  transform: translateY(-4px);
}
.eyebrow {
  margin: 0 0 14px;
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font-size: clamp(4.1rem, 7.3vw, 7.3rem);
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.045em;
  text-shadow: 0 4px 30px rgba(18,19,46,.28);
}
.hero h1 em {
  display: block;
  margin-top: .13em;
  color: var(--gold-light);
  font-weight: 500;
}
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 28px auto 20px;
  color: var(--gold-light);
}
.ornament::before,
.ornament::after {
  content: "";
  width: min(118px, 22vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
}
.ornament::after { transform: scaleX(-1); }
.ornament span { font-size: 1.28rem; }
.hero-dek {
  width: min(550px, 100%);
  margin: 0 auto;
  font-size: clamp(1.16rem, 1.65vw, 1.48rem);
  line-height: 1.38;
  color: rgba(255,250,241,.94);
}
.primary-link,
.division-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid rgba(245,207,122,.66);
  border-radius: 999px;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.primary-link:hover,
.division-link:hover { transform: translateY(-2px); filter: brightness(1.04); }
.primary-link {
  margin-top: 30px;
  padding: 13px 25px;
  color: #1d224a;
  background: linear-gradient(180deg,#f8d27e,#e8aa51);
  box-shadow: 0 8px 22px rgba(30,21,57,.2);
  font-size: 1.02rem;
  font-weight: 600;
}
.primary-link span,
.division-link span { font-size: 1.08em; }

.parchment {
  position: relative;
  background:
    radial-gradient(circle at 18% 12%, rgba(167,109,61,.08) 0 1px, transparent 2px) 0 0 / 34px 34px,
    radial-gradient(circle at 80% 55%, rgba(65,44,66,.05) 0 1px, transparent 2px) 0 0 / 47px 47px,
    linear-gradient(180deg,#fbefdf 0%,#f7e6d0 62%,#f3ddc2 100%);
}
.section {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  position: relative;
}
.section-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}
.section-heading .spark { color: var(--rust); font-size: 1.05rem; }
.section-heading h2 {
  margin: 5px 0 0;
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  line-height: .93;
  font-weight: 500;
  letter-spacing: -.045em;
}
.section-heading p {
  margin: 12px auto 0;
  max-width: 580px;
  font-size: 1.08rem;
  color: #4f4543;
}
.divisions {
  padding: 66px 0 84px;
}
.divisions::before,
.divisions::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 42px;
  pointer-events: none;
}
.divisions::before {
  top: 0;
  background: linear-gradient(180deg, rgba(251,239,223,0), rgba(251,239,223,.78));
}
.division-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 34px);
  align-items: end;
}
.division {
  position: relative;
  min-width: 0;
  text-align: center;
}
.door-stage {
  height: clamp(360px, 42vw, 520px);
  display: grid;
  place-items: end center;
  position: relative;
}
.door-stage::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 10px;
  height: 22px;
  border-radius: 50%;
  background: rgba(45,34,45,.18);
  filter: blur(15px);
  z-index: 0;
}
.door-stage img {
  position: relative;
  z-index: 1;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}
.door-stage .wildigital-art {
  width: 63%;
  height: 78%;
  object-fit: cover;
  object-position: center;
  border-radius: 47% 47% 8% 8% / 21% 21% 4% 4%;
  border: 2px solid rgba(171,124,70,.72);
  box-shadow: 0 19px 45px rgba(45,31,47,.18);
}
.division-meta {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  padding: 0 4px;
}
.division-icon {
  display: block;
  color: var(--rust);
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 8px;
}
.division h3 {
  margin: 0;
  font-size: clamp(1.65rem, 2.7vw, 2.35rem);
  font-weight: 500;
  line-height: 1;
}
.division-copy {
  min-height: 67px;
  max-width: 300px;
  margin: 11px auto 18px;
  font-size: .98rem;
  line-height: 1.42;
  color: #5c504d;
}
.division-link {
  min-width: min(280px, 88%);
  padding: 11px 20px;
  color: white;
  font-size: .93rem;
  box-shadow: 0 8px 24px rgba(50,31,47,.12);
}
.division-apps .division-link { background: linear-gradient(90deg,#59367f,#7353a2); }
.division-publishing .division-link { background: linear-gradient(90deg,#9c5125,#bf7135); }
.division-wildigital .division-link { background: linear-gradient(90deg,#176168,#278287); }
.division-link[aria-disabled="true"] {
  opacity: .76;
  cursor: default;
  pointer-events: none;
}
.coming-soon {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--sans);
  font-size: .62rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--teal);
}

/* Illustrated division scene: one cohesive artwork with three accessible click targets. */
.divisions-art-section {
  position: relative;
  z-index: 5;
  margin-top: -112px;
  margin-bottom: -82px;
  pointer-events: none;
}
.divisions-art-wrap {
  position: relative;
  width: min(1540px, 100%);
  margin: 0 auto;
  pointer-events: auto;
  filter: drop-shadow(0 26px 28px rgba(37, 25, 50, .14));
}
.divisions-art {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}
.division-hotspot {
  position: absolute;
  top: 18%;
  height: 72%;
  z-index: 2;
  border-radius: 42% 42% 16% 16% / 28% 28% 10% 10%;
  outline: none;
}
.division-hotspot::before {
  content: "";
  position: absolute;
  inset: 5% 10% 8%;
  border-radius: inherit;
  background: radial-gradient(ellipse at 50% 54%, rgba(255, 211, 112, .24), rgba(255, 211, 112, 0) 68%);
  opacity: 0;
  transform: scale(.96);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: none;
}
.division-hotspot:hover::before,
.division-hotspot:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}
.division-hotspot:focus-visible {
  box-shadow: 0 0 0 3px rgba(247, 205, 112, .95), 0 0 28px rgba(247, 205, 112, .55);
}
.hotspot-apps { left: 4.2%; width: 29.2%; }
.hotspot-publishing { left: 35.2%; width: 29.5%; }
.hotspot-wildigital { left: 66.3%; width: 29.4%; }

@media (max-width: 760px) {
  .divisions-art-section {
    margin-top: -58px;
    margin-bottom: -34px;
  }
  .divisions-art-wrap {
    width: 108%;
    margin-left: -4%;
  }
  .division-hotspot {
    top: 17%;
    height: 74%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .division-hotspot::before { transition: none; }
}

.values-strip {
  position: relative;
  padding: 48px 0 50px;
  background: rgba(255,248,237,.8);
  border-top: 1px solid rgba(134,92,58,.16);
  border-bottom: 1px solid rgba(134,92,58,.16);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.value {
  position: relative;
  padding: 0 clamp(18px, 2.4vw, 34px);
  text-align: center;
}
.value + .value::before {
  content: "✦";
  position: absolute;
  left: -7px;
  top: 42%;
  color: var(--gold);
  font-size: .8rem;
}
.value h3 {
  margin: 0 0 7px;
  font-size: 1.55rem;
  font-weight: 500;
}
.value p {
  margin: 0;
  color: #5f534d;
  font-size: .94rem;
  line-height: 1.42;
}

.closing {
  position: relative;
  min-height: 545px;
  display: grid;
  align-items: center;
  color: var(--white);
  background-image:
    radial-gradient(ellipse at 52% 35%, rgba(7,27,59,.72) 0%, rgba(7,27,59,.38) 32%, transparent 58%),
    linear-gradient(90deg, rgba(7,27,59,.2) 0%, rgba(7,27,59,.04) 52%, rgba(7,27,59,.08) 100%),
    url("assets/bottom-panel.png");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.closing::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 80px;
  background: linear-gradient(180deg, #f3ddc2, rgba(243,221,194,.18), transparent);
}
.closing-copy {
  width: min(590px, calc(100% - 48px));
  margin: 0 auto;
  transform: translateY(-26px);
  text-align: center;
}
.closing h2 {
  margin: 0;
  font-size: clamp(2.6rem, 4.7vw, 4.8rem);
  font-weight: 500;
  line-height: .94;
}
.closing p {
  margin: 16px auto 0;
  max-width: 450px;
  font-size: 1.14rem;
  line-height: 1.46;
  color: rgba(255,250,241,.92);
  text-shadow: 0 2px 14px rgba(0,0,0,.38);
}
.closing h2 { text-shadow: 0 3px 20px rgba(0,0,0,.42); }
.closing .script {
  display: block;
  margin-top: 18px;
  font-family: var(--script);
  font-size: 1.9rem;
  color: var(--gold-light);
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

.site-footer {
  background: linear-gradient(180deg,#081b3d,#061631);
  color: rgba(255,250,241,.9);
  padding: 42px 0 34px;
}
.footer-inner {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 36px;
}
.footer-brand .brand-tagline { margin-left: 14px; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
  font-family: var(--sans);
  font-size: .66rem;
}
.footer-links a { opacity: .82; }
.footer-links a:hover { opacity: 1; color: var(--gold-light); }
.footer-bottom {
  width: min(var(--max), calc(100% - 44px));
  margin: 26px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--sans);
  font-size: .61rem;
  color: rgba(255,250,241,.6);
}
.footer-motto { color: var(--gold-light); }

/* Interior pages */
.page-hero {
  position: relative;
  min-height: 585px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(180deg, rgba(4,17,43,.82), rgba(32,34,78,.62) 52%, rgba(114,75,108,.5) 75%, rgba(245,218,183,.2)),
    url("assets/hero-lantern-kite.png") center / cover no-repeat;
}
.page-hero::after {
  content:"";
  position:absolute;
  left:0;right:0;bottom:-1px;height:100px;
  background:linear-gradient(180deg,transparent,var(--cream));
}
.page-hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 175px 0 108px;
}
.page-hero .eyebrow { color: var(--gold-light); }
.page-hero h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.05em;
}
.page-hero p {
  max-width: 640px;
  margin: 24px 0 0;
  font-size: 1.3rem;
  line-height: 1.45;
  color: rgba(255,250,241,.9);
}
.story-section {
  padding: 92px 0;
}
.story-section.night {
  position: relative;
  color: var(--white);
  background:
    radial-gradient(circle at 17% 21%, rgba(197,124,105,.18), transparent 29%),
    radial-gradient(circle at 82% 78%, rgba(101,73,145,.2), transparent 27%),
    linear-gradient(180deg,#091c40,#152653 58%,#211e49);
}
.story-section.night::before {
  content:"";
  position:absolute;inset:0;
  background:radial-gradient(circle, rgba(255,255,255,.5) 0 1px, transparent 1.6px) 0 0 / 92px 92px;
  opacity:.34;
  pointer-events:none;
}
.story-grid {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  position: relative;
  z-index: 1;
}
.story-grid.reverse { grid-template-columns: 1.08fr .92fr; }
.story-grid.reverse .story-art { order: 2; }
.story-art { min-width:0; }
.story-art img { max-height: 560px; margin: 0 auto; object-fit: contain; }
.story-art .wildigital-story {
  width: 72%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 47% 47% 8% 8% / 21% 21% 4% 4%;
  border: 2px solid rgba(203,150,79,.5);
  box-shadow: var(--shadow);
}
.story-copy h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.1rem);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.045em;
}
.story-copy h2 em { color: var(--rust); }
.night .story-copy h2 em { color: var(--gold-light); }
.story-copy p {
  margin: 21px 0 0;
  max-width: 600px;
  font-size: 1.11rem;
  line-height: 1.62;
  color: #5c504d;
}
.night .story-copy p { color: rgba(255,250,241,.78); }
.story-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}
.story-list li {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 1rem;
}
.story-list li::before { content:"✦"; color: var(--gold); font-size:.75rem; }
.story-link { margin-top: 28px; }

.atlas-intro {
  padding: 86px 0 72px;
  background: var(--cream);
  text-align: center;
}
.atlas-intro h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 500;
  line-height: .95;
}
.atlas-intro p {
  max-width: 690px;
  margin: 18px auto 0;
  font-size: 1.15rem;
  line-height: 1.55;
  color: #5e524e;
}
.atlas-line {
  width: min(780px, 80vw);
  height: 72px;
  margin: 28px auto -12px;
  position: relative;
}
.atlas-line::before {
  content:"";
  position:absolute;
  left:4%;right:4%;top:34px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold),var(--purple),var(--teal),transparent);
  transform:rotate(-1deg);
}
.atlas-line span {
  position:absolute;top:20px;color:var(--gold);font-size:1rem;
}
.atlas-line span:nth-child(1){left:18%}.atlas-line span:nth-child(2){left:49%}.atlas-line span:nth-child(3){left:79%}

.editorial-section {
  padding: 90px 0;
}
.editorial-grid {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}
.editorial-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 55px;
  padding: 58px 0;
  border-top: 1px solid rgba(122,85,57,.2);
  align-items: start;
}
.editorial-row:last-child { border-bottom: 1px solid rgba(122,85,57,.2); }
.editorial-row .num {
  font-family: var(--sans);
  font-size: .66rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--rust);
}
.editorial-row h2 {
  margin: 12px 0 0;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height:.9;
  font-weight:500;
}
.editorial-row p {
  margin: 5px 0 0;
  max-width: 640px;
  font-size: 1.12rem;
  line-height:1.65;
  color:#5b504d;
}
.editorial-row em { color:var(--rust); }

.quote-band {
  padding: 98px 24px;
  text-align:center;
  color:white;
  background:
    radial-gradient(circle at 25% 30%, rgba(219,152,101,.18), transparent 27%),
    linear-gradient(135deg,#0b1d40,#23204e 54%,#43305f);
}
.quote-band blockquote {
  margin:0 auto;
  max-width:850px;
  font-size:clamp(2.5rem,5vw,5rem);
  line-height:.98;
  font-weight:500;
}
.quote-band blockquote em { color:var(--gold-light); }

.about-story {
  padding: 94px 0 70px;
}
.about-grid {
  width:min(980px,calc(100% - 44px));
  margin:0 auto;
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:70px;
}
.about-aside {
  font-family:var(--sans);
  font-size:.66rem;
  line-height:1.7;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--rust);
}
.about-copy h2 {
  margin:0;
  font-size:clamp(3rem,5vw,5.2rem);
  line-height:.92;
  font-weight:500;
}
.about-copy p {
  margin:22px 0 0;
  font-size:1.15rem;
  line-height:1.7;
  color:#5a4f4c;
}
.values-page {
  padding: 60px 0 105px;
}
.values-page .value-row {
  width:min(900px,calc(100% - 44px));
  margin:0 auto;
  display:grid;
  grid-template-columns:80px 1fr 1.25fr;
  gap:30px;
  align-items:start;
  padding:42px 0;
  border-top:1px solid rgba(122,85,57,.2);
}
.values-page .value-row:last-child { border-bottom:1px solid rgba(122,85,57,.2); }
.value-symbol { color:var(--gold); font-size:1.15rem; padding-top:10px; }
.value-row h3 { margin:0; font-size:2.4rem; font-weight:500; }
.value-row p { margin:5px 0 0; color:#5b504d; font-size:1.04rem; line-height:1.58; }

.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  .primary-link,.division-link { transition:none; }
}

@media (max-width: 900px) {
  .header-inner { min-height: 88px; }
  .brand-seal { width: 54px; }
  .brand-name { font-size: 2.5rem; }
  .brand-tagline { font-size: .58rem; }
  .menu-toggle { display:block; position:relative; z-index:60; }
  .site-nav {
    position:absolute;
    top:76px;
    right:22px;
    width:min(310px,calc(100% - 44px));
    padding:18px 22px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    border:1px solid rgba(255,255,255,.18);
    border-radius:20px;
    background:rgba(6,22,49,.96);
    box-shadow:0 18px 48px rgba(0,0,0,.28);
    backdrop-filter:blur(12px);
  }
  .site-nav.is-open { display:flex; }
  .site-nav a { padding:13px 4px; }
  .hero { min-height: 710px; background-position: 34% center; }
  .hero-inner { grid-template-columns: 1fr; padding-top:130px; }
  .hero-copy { grid-column:1; justify-self:end; width:min(650px,78%); }
  .hero h1 { font-size:clamp(3.5rem,10vw,6rem); }
  .division-grid { grid-template-columns:1fr; gap:54px; max-width:650px; margin:0 auto; }
  .door-stage { height:520px; }
  .door-stage .wildigital-art { width:min(310px,66%); height:80%; }
  .division-copy { min-height:0; }
  .values-grid { grid-template-columns:1fr 1fr; row-gap:38px; }
  .value:nth-child(3)::before { display:none; }
  .closing { min-height:510px; background-position:40% center; }
  .closing-copy { margin-left:auto; margin-right:6%; transform:none; width:min(470px,52%); }
  .story-grid,.story-grid.reverse { grid-template-columns:1fr; }
  .story-grid.reverse .story-art { order:0; }
  .story-art img { max-height:470px; }
  .story-art .wildigital-story { width:min(360px,72%); }
  .editorial-row { grid-template-columns:1fr; gap:24px; }
  .about-grid { grid-template-columns:1fr; gap:30px; }
  .values-page .value-row { grid-template-columns:50px 1fr; }
  .values-page .value-row p { grid-column:2; }
}

@media (max-width: 620px) {
  .header-inner { width:calc(100% - 28px); min-height:80px; }
  .brand { gap:8px; }
  .brand-seal { width:46px; }
  .brand-name { font-size:2.05rem; }
  .brand-tagline { margin:5px 0 0 10px; font-size:.53rem; }
  .hero { min-height:760px; background-position:28% center; }
  .hero::after { height:100px; }
  .hero-inner { width:calc(100% - 28px); align-items:start; padding:132px 0 115px; }
  .hero-copy { width:100%; justify-self:stretch; padding-top:35px; }
  .hero h1 { font-size:clamp(3.35rem,17vw,5rem); }
  .hero-dek { width:92%; font-size:1.06rem; }
  .ornament { margin:23px auto 17px; }
  .section { width:calc(100% - 28px); }
  .divisions { padding-top:52px; }
  .section-heading { margin-bottom:26px; }
  .door-stage { height:430px; }
  .door-stage .wildigital-art { width:min(280px,72%); height:82%; }
  .division-grid { gap:48px; }
  .division h3 { font-size:2.05rem; }
  .division-copy { font-size:.98rem; }
  .division-link { min-width:82%; }
  .values-strip { padding:40px 0; }
  .values-grid { grid-template-columns:1fr; gap:0; }
  .value { padding:24px 18px; border-top:1px solid rgba(134,92,58,.14); }
  .value:first-child { border-top:0; }
  .value + .value::before { display:none; }
  .closing { min-height:600px; background-position:58% center; }
  .closing::after {
    content:"";position:absolute;inset:0;
    background:linear-gradient(90deg,rgba(7,27,59,.72),rgba(7,27,59,.22) 72%,transparent);
  }
  .closing-copy { position:relative; z-index:1; width:calc(100% - 42px); margin:0 auto; padding-bottom:180px; text-align:center; transform:none; }
  .closing p { margin-left:auto;margin-right:auto; }
  .footer-inner { width:calc(100% - 28px); grid-template-columns:1fr; align-items:start; }
  .footer-links { justify-content:flex-start; }
  .footer-bottom { width:calc(100% - 28px); flex-direction:column; }
  .page-hero { min-height:540px; background-position:34% center; }
  .page-hero-inner { width:calc(100% - 28px); padding:150px 0 90px; }
  .page-hero h1 { font-size:clamp(3.4rem,16vw,5rem); }
  .page-hero p { font-size:1.12rem; }
  .story-section { padding:70px 0; }
  .story-grid { width:calc(100% - 28px); gap:30px; }
  .story-art img { max-height:390px; }
  .story-copy h2 { font-size:3.3rem; }
  .story-copy p { font-size:1.05rem; }
  .atlas-intro { padding:70px 14px 56px; }
  .editorial-section { padding:70px 0; }
  .editorial-grid { width:calc(100% - 28px); }
  .editorial-row { padding:42px 0; }
  .quote-band { padding:78px 18px; }
  .about-grid,.values-page .value-row { width:calc(100% - 28px); }
  .values-page .value-row { grid-template-columns:35px 1fr; gap:16px; }
  .value-row h3 { font-size:2rem; }
}

/* --------------------------------------------------------------------------
   HOME — full-bleed illustrated composition
   Keep the supplied artwork vivid. The division scene deliberately extends
   past the viewport so it reads as part of the world, not as a pasted card.
   -------------------------------------------------------------------------- */
.home-page .site-header {
  color: var(--night);
  text-shadow: 0 1px 10px rgba(255, 247, 232, .5);
}
.home-page .brand-tagline,
.home-page .site-nav a {
  color: rgba(17, 28, 59, .94);
}
.home-page .site-nav a::after { background: var(--rust); }
.home-page .menu-toggle {
  border-color: rgba(17, 28, 59, .34);
  background: rgba(255, 248, 235, .42);
  color: var(--night);
}

.home-page .hero {
  min-height: 790px;
  background-image: url("assets/hero-lantern-kite.png");
  background-position: center center;
  background-size: cover;
  color: var(--night);
}
.home-page .hero::before {
  /* No page-wide tint: preserve the original painting. */
  background: none;
  opacity: 0;
}
.home-page .hero::after {
  /* Keep the supplied hero fully vivid; the portal artwork handles the transition. */
  background: none;
  height: 0;
}
.home-page .hero-copy {
  transform: translateY(-12px);
  text-shadow: 0 2px 18px rgba(255, 244, 224, .34);
}
.home-page .hero h1 {
  color: #18264b;
  text-shadow: 0 2px 16px rgba(255, 246, 229, .28);
}
.home-page .hero h1 em {
  color: #b36d30;
  text-shadow: 0 1px 10px rgba(255, 235, 205, .42);
}
.home-page .hero-dek {
  color: rgba(26, 31, 52, .94);
  text-shadow: 0 1px 10px rgba(255, 245, 228, .38);
}
.home-page .ornament { color: #b66f32; }
.home-page .primary-link {
  color: #fff8eb;
  border-color: rgba(244, 195, 102, .86);
  background: linear-gradient(180deg, #23375e, #13274f);
  box-shadow: 0 10px 26px rgba(41, 37, 67, .2);
}

.home-page .divisions-art-section {
  z-index: 8;
  margin-top: -156px;
  margin-bottom: -142px;
  overflow: hidden;
  pointer-events: none;
}
.home-page .divisions-art-wrap {
  position: relative;
  left: 50%;
  translate: -50% 0;
  width: 116vw;
  max-width: 1760px;
  min-width: 1320px;
  margin: 0;
  pointer-events: auto;
  filter: none;
}
.home-page .divisions-art {
  width: 100%;
  max-width: none;
  /* Feather the illustrated world into the sections above and below instead of
     exposing the source artwork's pale perimeter as a hard pasted-on edge. */
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,.58) 2.4%,
    #000 6.5%,
    #000 92.5%,
    rgba(0,0,0,.62) 97%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,.58) 2.4%,
    #000 6.5%,
    #000 92.5%,
    rgba(0,0,0,.62) 97%,
    transparent 100%
  );
}

.home-page .values-strip {
  z-index: 2;
  padding-top: 178px;
  padding-bottom: 58px;
  border-top: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(164, 78, 120, .045) 0 1px, transparent 1.8px) 0 0 / 42px 42px,
    linear-gradient(180deg, #f8e9d5 0%, #f7e6d0 56%, #f2dcc1 100%);
}

@media (max-width: 1100px) {
  .home-page .hero { min-height: 745px; }
  .home-page .divisions-art-section {
    margin-top: -126px;
    margin-bottom: -112px;
  }
  .home-page .divisions-art-wrap {
    width: 114vw;
    min-width: 0;
  }
  .home-page .values-strip { padding-top: 144px; }
}

@media (max-width: 760px) {
  .home-page .site-header { text-shadow: none; }
  .home-page .brand-tagline { color: rgba(17,28,59,.92); }
  .home-page .site-nav a { color: rgba(255,250,241,.96); }
  .home-page .hero {
    min-height: 735px;
    background-position: 29% center;
  }
  .home-page .hero-inner { padding-bottom: 120px; }
  .home-page .hero-copy {
    padding-top: 24px;
    transform: none;
  }
  .home-page .hero h1 { color: #17264b; }
  .home-page .hero-dek { color: rgba(24, 31, 52, .95); }
  .home-page .divisions-art-section {
    margin-top: -92px;
    margin-bottom: -72px;
  }
  .home-page .divisions-art-wrap {
    width: 118vw;
    margin-left: 0;
  }
  .home-page .values-strip {
    padding-top: 100px;
  }
}

@media (max-width: 620px) {
  .home-page .hero {
    min-height: 720px;
    background-position: 27% center;
  }
  .home-page .hero::after { height: 0; }
  .home-page .hero-copy { padding-top: 12px; }
  .home-page .hero h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .home-page .hero-dek {
    width: min(92%, 410px);
    font-size: 1rem;
  }
  .home-page .divisions-art-section {
    margin-top: -76px;
    margin-bottom: -58px;
  }
  .home-page .divisions-art-wrap { width: 120vw; }
  .home-page .values-strip { padding-top: 78px; }
}

/* Home composition calibration — keep all three portal labels visible while
   still bleeding the illustration past both viewport edges. */
@media (min-width: 1101px) {
  .home-page .divisions-art-wrap {
    width: 108vw;
    max-width: 1600px;
    min-width: 0;
  }
  .home-page .divisions-art-section { margin-bottom: -184px; }
  .home-page .values-strip { padding-top: 224px; }
}
@media (max-width: 1100px) and (min-width: 761px) {
  .home-page .divisions-art-wrap { width: 110vw; }
  .home-page .divisions-art-section { margin-bottom: -142px; }
  .home-page .values-strip { padding-top: 176px; }
}
@media (max-width: 760px) {
  .home-page .divisions-art-wrap { width: 110vw; }
  .home-page .divisions-art-section { margin-bottom: -86px; }
  .home-page .values-strip { padding-top: 116px; }
}
@media (max-width: 620px) {
  .home-page .divisions-art-wrap { width: 110vw; }
  .home-page .divisions-art-section { margin-bottom: -70px; }
  .home-page .values-strip { padding-top: 92px; }
}

/* ========================================================================== 
   HOME — APPROVED FRONT-DOOR COMPOSITION
   One continuous illustrated world: cream feathered header, vivid hero,
   full-bleed three-door scene, and sunset closing panel.
   ========================================================================== */
.home-final {
  background: #071b3b;
}
.home-final .site-header.home-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 100;
  height: 154px;
  color: #142243;
  text-shadow: none;
}
.home-header-veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255, 249, 239, .96) 0%,
    rgba(255, 248, 236, .92) 57%,
    rgba(255, 247, 233, .72) 76%,
    rgba(255, 247, 233, .34) 90%,
    rgba(255, 247, 233, 0) 100%
  );
  -webkit-backdrop-filter: blur(4px) saturate(1.03);
  backdrop-filter: blur(4px) saturate(1.03);
}
.home-header-inner {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 64px));
  min-height: 112px;
  margin: 0 auto;
  padding: 8px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 0 1 460px;
}
.home-brand-mark {
  width: 86px;
  height: 86px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(69, 49, 63, .14));
}
.home-brand-wordmark {
  width: min(345px, 26vw);
  height: auto;
  object-fit: contain;
}
.home-final .home-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.6vw, 42px);
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 500;
}
.home-final .home-nav a {
  color: #132342;
  padding: 12px 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.45);
}
.home-final .home-nav a::after {
  background: #b77936;
}
.home-menu-toggle {
  color: #172544;
  border-color: rgba(27, 42, 72, .24);
  background: rgba(255, 248, 235, .58);
}
.home-menu-toggle span:not(.sr-only) { background: currentColor; }

.home-main {
  position: relative;
  overflow: hidden;
  background: #071b3b;
}
.home-hero {
  position: relative;
  z-index: 1;
  min-height: clamp(760px, 63vw, 940px);
  overflow: hidden;
  background: url("assets/hero-lantern-kite.png") center center / cover no-repeat;
}
.home-hero-copy {
  position: absolute;
  z-index: 2;
  top: clamp(180px, 17vw, 245px);
  left: 49%;
  width: min(650px, 46vw);
  text-align: center;
  color: #152344;
}
.home-hero-copy h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.45rem, 6.2vw, 6.75rem);
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.045em;
  text-wrap: balance;
  text-shadow: 0 1px 0 rgba(255,255,255,.68), 0 4px 22px rgba(255,231,204,.22);
}
.home-hero-copy h1 em {
  display: block;
  margin-top: .12em;
  color: #a85e2d;
  font-weight: 500;
}
.home-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 28px auto 20px;
  color: #b66f32;
}
.home-ornament::before,
.home-ornament::after {
  content: "";
  width: 118px;
  max-width: 20vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
}
.home-ornament::after { transform: scaleX(-1); }
.home-ornament span { font-size: 1.25rem; }
.home-hero-copy p {
  width: min(540px, 100%);
  margin: 0 auto;
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
  line-height: 1.42;
  color: #20283e;
  text-shadow: 0 1px 0 rgba(255,255,255,.55);
}
.home-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  padding: 13px 28px;
  border: 1px solid rgba(247, 207, 125, .9);
  border-radius: 999px;
  color: #fff8ed;
  background: linear-gradient(180deg, rgba(50,55,112,.98), rgba(30,39,87,.98));
  box-shadow: 0 10px 26px rgba(41, 37, 67, .22), inset 0 1px rgba(255,255,255,.16);
  font-size: 1.02rem;
  font-weight: 600;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.home-primary-link:hover,
.home-primary-link:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 14px 32px rgba(41, 37, 67, .28), inset 0 1px rgba(255,255,255,.2);
}

.home-divisions {
  position: relative;
  z-index: 8;
  margin-top: clamp(-176px, -12vw, -128px);
  margin-bottom: clamp(-190px, -13vw, -138px);
  pointer-events: none;
}
.home-divisions-art {
  position: relative;
  left: 50%;
  width: min(108vw, 1640px);
  min-width: 1160px;
  translate: -50% 0;
  pointer-events: auto;
}
.home-divisions-art > img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-mask-image: linear-gradient(to bottom,
    transparent 0%,
    rgba(0,0,0,.48) 1.4%,
    #000 4.2%,
    #000 95.5%,
    rgba(0,0,0,.62) 98.1%,
    transparent 100%);
  mask-image: linear-gradient(to bottom,
    transparent 0%,
    rgba(0,0,0,.48) 1.4%,
    #000 4.2%,
    #000 95.5%,
    rgba(0,0,0,.62) 98.1%,
    transparent 100%);
}
.home-door-hotspot {
  position: absolute;
  z-index: 3;
  top: 14.5%;
  height: 77%;
  border-radius: 42% 42% 15% 15% / 26% 26% 9% 9%;
  outline: none;
}
.home-door-apps { left: 3.8%; width: 29.5%; }
.home-door-publishing { left: 35.1%; width: 29.7%; }
.home-door-wildigital { left: 66.4%; width: 29.4%; }
.home-door-hotspot::after {
  content: "";
  position: absolute;
  inset: 4% 9% 6%;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(ellipse at 50% 52%, rgba(255, 218, 125, .22), transparent 67%);
  transition: opacity .2s ease;
}
.home-door-hotspot:hover::after,
.home-door-hotspot:focus-visible::after { opacity: 1; }
.home-door-hotspot:focus-visible {
  box-shadow: 0 0 0 3px rgba(248, 210, 128, .9), 0 0 30px rgba(248, 210, 128, .48);
}

.home-closing {
  position: relative;
  z-index: 2;
  min-height: clamp(650px, 54vw, 820px);
  margin-top: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff9ef;
  background: url("assets/bottom-panel.png") center center / cover no-repeat;
}
.home-closing::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 42%, rgba(255,241,215,.13) 0%, rgba(20,27,58,.08) 45%, rgba(7,21,52,.18) 100%);
}
.home-closing-copy {
  position: relative;
  z-index: 1;
  width: min(620px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: clamp(90px, 8vw, 140px);
  text-align: center;
  color: #fff8ed;
  text-shadow: 0 3px 18px rgba(9, 12, 35, .56);
}
.home-closing-copy h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 500;
  line-height: .95;
}
.home-closing-copy p {
  margin: 12px auto 0;
  max-width: 520px;
  font-size: 1.18rem;
  line-height: 1.4;
}
.home-closing-copy .home-closing-message {
  max-width: 470px;
  font-size: 1.08rem;
}
.home-closing-copy > span {
  display: block;
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-style: italic;
  color: #f5ce7b;
}

.home-footer {
  position: relative;
  z-index: 10;
  margin-top: -2px;
  padding: 30px 0 25px;
  background: linear-gradient(180deg, #071b3b 0%, #061630 100%);
}
.home-footer-inner {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.home-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff7eb;
}
.home-footer-brand img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}
.home-footer-brand span { display: grid; gap: 3px; }
.home-footer-brand strong {
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 500;
  color: #eeb566;
}
.home-footer-brand small {
  font-family: var(--sans);
  font-size: .6rem;
  font-weight: 400;
  color: rgba(255,250,241,.82);
}
.home-footer-bottom {
  width: min(1320px, calc(100% - 64px));
  margin: 22px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(242, 203, 126, .18);
  color: rgba(255,250,241,.65);
}

@media (max-width: 1100px) {
  .home-header-inner { width: calc(100% - 44px); }
  .home-brand { flex-basis: 400px; }
  .home-brand-mark { width: 76px; height: 76px; }
  .home-brand-wordmark { width: min(300px, 31vw); }
  .home-final .home-nav { gap: 22px; font-size: .74rem; }
  .home-hero { min-height: 760px; }
  .home-hero-copy { left: 47%; width: 50vw; top: 190px; }
  .home-divisions { margin-top: -142px; margin-bottom: -145px; }
  .home-divisions-art { width: 112vw; min-width: 980px; }
  .home-closing { min-height: 680px; }
}

@media (max-width: 900px) {
  .home-final .site-header.home-header { height: 142px; }
  .home-header-inner { min-height: 102px; padding-top: 4px; }
  .home-brand { flex-basis: auto; gap: 9px; }
  .home-brand-mark { width: 68px; height: 68px; }
  .home-brand-wordmark { width: min(260px, 48vw); }
  .home-final .home-menu-toggle { display: block; position: relative; z-index: 120; }
  .home-final .home-nav {
    position: absolute;
    top: 86px;
    right: 0;
    width: min(320px, calc(100vw - 44px));
    padding: 18px 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    border: 1px solid rgba(87, 61, 57, .16);
    border-radius: 20px;
    background: rgba(255, 248, 236, .96);
    box-shadow: 0 18px 50px rgba(37, 28, 57, .18);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
  .home-final .home-nav.is-open { display: flex; }
  .home-final .home-nav a { color: #152344; padding: 11px 4px; }
  .home-hero-copy { left: 44%; width: 54vw; top: 190px; }
  .home-hero-copy h1 { font-size: clamp(4rem, 8.5vw, 5.4rem); }
  .home-divisions-art { width: 114vw; min-width: 860px; }
}

@media (max-width: 700px) {
  .home-final .site-header.home-header { height: 126px; }
  .home-header-inner { width: calc(100% - 28px); min-height: 88px; gap: 12px; }
  .home-brand-mark { width: 58px; height: 58px; }
  .home-brand-wordmark { width: min(218px, 57vw); }
  .home-menu-toggle { width: 42px; height: 42px; flex: 0 0 auto; }
  .home-final .home-nav { top: 76px; right: 0; }
  .home-hero {
    min-height: 720px;
    background-position: 31% center;
  }
  .home-hero-copy {
    top: 150px;
    left: auto;
    right: 18px;
    width: min(72vw, 420px);
  }
  .home-hero-copy h1 {
    font-size: clamp(3.05rem, 13vw, 4.3rem);
    line-height: .9;
  }
  .home-ornament { margin: 20px auto 15px; }
  .home-hero-copy p { font-size: .98rem; line-height: 1.38; }
  .home-primary-link { margin-top: 20px; padding: 11px 22px; font-size: .92rem; }
  .home-divisions {
    margin-top: -84px;
    margin-bottom: -74px;
  }
  .home-divisions-art {
    width: 124vw;
    min-width: 0;
  }
  .home-closing {
    min-height: 650px;
    background-position: 58% center;
  }
  .home-closing-copy {
    align-self: start;
    padding-top: 160px;
    width: calc(100% - 34px);
  }
  .home-closing-copy h2 { font-size: clamp(2.7rem, 11vw, 3.8rem); }
  .home-closing-copy p { font-size: 1rem; }
  .home-footer-inner {
    width: calc(100% - 36px);
    flex-direction: column;
    align-items: flex-start;
  }
  .home-footer .footer-links { justify-content: flex-start; }
  .home-footer-bottom {
    width: calc(100% - 36px);
    display: grid;
    gap: 7px;
  }
}

@media (max-width: 430px) {
  .home-brand-mark { width: 52px; height: 52px; }
  .home-brand-wordmark { width: min(196px, 55vw); }
  .home-hero { min-height: 690px; background-position: 29% center; }
  .home-hero-copy { top: 145px; right: 10px; width: 74vw; }
  .home-hero-copy h1 { font-size: clamp(2.8rem, 12.5vw, 3.6rem); }
  .home-divisions-art { width: 128vw; }
  .home-divisions { margin-top: -68px; margin-bottom: -62px; }
  .home-closing { min-height: 620px; }
  .home-closing-copy { padding-top: 145px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-primary-link,
  .home-door-hotspot::after { transition: none; }
}
