@font-face {
  font-family: 'Gotfridus';
  src: url('/fonts/Gotfridus.woff2') format('woff2');
  font-display: swap;
}

:root {
  --void: #080807;
  --void-soft: #11100e;
  --bone: #efe4ca;
  --bone-dim: #c7bda5;
  --amber: #c9a24a;
  --amber-bright: #e0bc65;
  --ink: #17130e;
  --motion-x: 0px;
  --motion-y: 0px;
  --motion-tilt: 0deg;
  --motion-ease: cubic-bezier(.2, .72, .22, 1);
  --page-gutter: 18px;
  --section-gutter: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--void); }
body {
  margin: 0;
  background: var(--void);
  color: var(--bone);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
button, a { font: inherit; }
a { color: inherit; }

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--amber-bright);
  outline-offset: 4px;
}

.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-shell {
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8,8,7,.14), rgba(8,8,7,.82)),
    url('/art/bg-void.png') center / cover fixed,
    var(--void);
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 14px var(--page-gutter);
  border-bottom: 1px solid rgba(201,162,74,.18);
  background: linear-gradient(180deg, rgba(8,8,7,.9), rgba(8,8,7,0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--bone);
  text-decoration: none;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .84rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 10px rgba(201,162,74,.14));
}

.brand-mark img,
.studio-monogram img,
.future-sigil img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-header nav { display: flex; align-items: center; gap: 14px; }
.site-header nav > a {
  display: none;
  color: var(--bone-dim);
  font-size: .78rem;
  text-decoration: none;
}

.language-switch {
  display: inline-flex;
  padding: 3px;
  border: 1px solid rgba(239,228,202,.22);
  border-radius: 999px;
  background: rgba(5,5,4,.64);
}

.language-switch button {
  min-width: 34px;
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--bone-dim);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
}

.language-switch button[aria-pressed="true"] {
  background: var(--bone);
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 100svh;
  padding: 88px var(--section-gutter) 62px;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 28%, rgba(36,153,152,.15), transparent 26%),
    linear-gradient(90deg, rgba(8,8,7,.86), rgba(8,8,7,.04) 72%, rgba(8,8,7,.55));
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 520px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--amber-bright);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(.7rem, 2.8vw, .83rem);
  letter-spacing: .15em;
  line-height: 1.45;
  text-transform: uppercase;
}

.title-logo {
  width: min(100%, 510px);
  height: auto;
  margin-left: -3%;
  filter: drop-shadow(0 16px 30px rgba(0,0,0,.72));
}

.hero-lede {
  max-width: 31rem;
  margin: -8px 0 0;
  color: #f2ead8;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.05rem, 4.6vw, 1.42rem);
  line-height: 1.48;
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin-top: 24px;
}

.primary-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 19px;
  border: 1px solid #e6c675;
  border-radius: 3px;
  background: linear-gradient(180deg, #d6b258, #a77e27);
  color: #130f09;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  box-shadow: 0 8px 30px rgba(0,0,0,.44), inset 0 1px rgba(255,255,255,.34);
}

.device-note {
  color: var(--bone-dim);
  font-size: .74rem;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hero-art {
  position: absolute;
  z-index: 2;
  right: -9%;
  bottom: 2%;
  width: min(61vw, 420px);
  pointer-events: none;
}

.hero-art img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.9));
}

.relic-halo {
  position: absolute;
  z-index: 1;
  top: 5%;
  left: 28%;
  width: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(66,213,207,.25);
  filter: blur(40px);
}

.mode-note {
  position: absolute;
  z-index: 4;
  left: var(--section-gutter);
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #d8ceba;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.mode-note i { width: 3px; height: 3px; rotate: 45deg; background: var(--amber); }

.content-section {
  position: relative;
  padding: 88px var(--section-gutter);
}

.modes-section {
  border-block: 1px solid rgba(201,162,74,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.015), transparent 34%),
    #0b0a09;
}

.section-heading {
  max-width: 680px;
  margin: 0 auto 42px;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--amber-bright);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.section-heading h2,
.collection-copy h2,
.closing-section h2,
.policy-title h1 {
  margin: 0;
  color: var(--bone);
  font-family: 'Iowan Old Style', Palatino, Georgia, 'Times New Roman', serif;
  font-size: clamp(2.1rem, 8vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .98;
  text-wrap: balance;
}

.section-heading > p:last-child,
.collection-copy > p,
.closing-section > div > p:last-child {
  margin: 22px 0 0;
  color: var(--bone-dim);
  font-size: 1rem;
  line-height: 1.75;
}

.mode-grid {
  display: grid;
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
}

.mode-card {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  min-height: 220px;
  padding: 32px 22px;
  overflow: hidden;
  border: 1px solid rgba(239,228,202,.56);
  border-radius: 4px;
  background:
    radial-gradient(circle at 84% 18%, rgba(201,162,74,.17), transparent 35%),
    linear-gradient(135deg, #f0e4ca, #cdbb97);
  color: var(--ink);
  box-shadow: 0 22px 65px rgba(0,0,0,.25), inset 0 0 36px rgba(99,62,16,.13);
}

.mode-card::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(65,43,17,.28);
  pointer-events: none;
}

.mode-number {
  color: #72541e;
  font-family: 'Gotfridus', Georgia, serif;
  font-size: 2.2rem;
}

.mode-card > div { min-width: 0; }

.mode-card h3 {
  margin: 4px 0 12px;
  font-family: 'Gotfridus', 'Iowan Old Style', Georgia, serif;
  font-size: clamp(1.5rem, 6.4vw, 1.8rem);
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.08;
  overflow-wrap: break-word;
}

.mode-card p {
  margin: 0;
  color: #382d1e;
  font-size: .95rem;
  line-height: 1.65;
}

.rites-section {
  background:
    radial-gradient(circle at 50% 30%, rgba(44,116,113,.11), transparent 32%),
    linear-gradient(180deg, #080807, #100e0c 70%, #080807);
}

.centered-heading { text-align: center; }
.rite-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 1180px;
  margin: 0 auto;
}

.rite-card {
  position: relative;
  min-width: 0;
  padding: 14px 12px 22px;
  overflow: hidden;
  border: 1px solid rgba(201,162,74,.28);
  background: linear-gradient(180deg, rgba(35,31,27,.86), rgba(13,12,10,.94));
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 16px 38px rgba(0,0,0,.2);
}

.rite-card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.62));
}

.rite-index {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  color: var(--amber);
  font-size: .64rem;
  font-weight: 750;
  letter-spacing: .12em;
}

.rite-card h3 {
  margin: -6px 0 7px;
  color: var(--bone);
  font-family: 'Iowan Old Style', Palatino, Georgia, serif;
  font-size: 1.38rem;
  font-weight: 500;
}

.rite-card p {
  margin: 0;
  color: #bbb19d;
  font-size: .79rem;
  line-height: 1.55;
}

.collection-section {
  position: relative;
  display: grid;
  gap: 44px;
  padding: 88px var(--section-gutter) 104px;
  overflow: hidden;
  border-block: 1px solid rgba(201,162,74,.18);
  background:
    radial-gradient(circle at 30% 50%, rgba(53,133,128,.13), transparent 28%),
    url('/art/bg-void.png') center / cover,
    #090908;
}

.orb-stage {
  position: relative;
  min-height: 310px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.orb-stage::before {
  content: '';
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 1%;
  height: 35%;
  border: 1px solid rgba(201,162,74,.31);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(201,162,74,.16), rgba(0,0,0,.65) 66%);
  transform: perspective(300px) rotateX(68deg);
  box-shadow: 0 0 55px rgba(201,162,74,.08);
}

.orb {
  position: absolute;
  height: auto;
  filter: drop-shadow(0 20px 18px rgba(0,0,0,.72));
}

.orb-one { z-index: 1; left: 0; bottom: 8%; width: 38%; }
.orb-six { z-index: 3; left: 31%; bottom: 4%; width: 45%; }
.orb-eleven { z-index: 2; right: -2%; bottom: 12%; width: 36%; }

.collection-copy { max-width: 660px; margin: 0 auto; }

.language-plaque {
  display: grid;
  gap: 9px;
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 2px solid var(--amber);
  background: rgba(239,228,202,.06);
}

.language-plaque strong {
  color: var(--bone);
  font-size: .76rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.language-plaque span { color: var(--bone-dim); font-size: .82rem; line-height: 1.65; }

.closing-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 82px var(--section-gutter);
}

.closing-section h2 { font-size: clamp(2.2rem, 9vw, 4.8rem); }
.closing-section .primary-seal { flex: 0 0 auto; }

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 22px;
  min-height: 92px;
  padding: 24px var(--page-gutter);
  border-top: 1px solid rgba(201,162,74,.2);
  background: #060605;
  color: #aaa18f;
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer span { color: var(--bone); }
.site-footer a { text-decoration-color: rgba(201,162,74,.5); text-underline-offset: 4px; }

.privacy-shell {
  min-height: 100svh;
  padding-top: 94px;
  background:
    radial-gradient(circle at 50% 0, rgba(48,112,110,.13), transparent 32%),
    url('/art/bg-void.png') top center / 900px auto fixed,
    var(--void);
}

.privacy-header { position: absolute; }
.policy-document {
  width: min(920px, calc(100% - 36px));
  margin: 20px auto 76px;
  padding: 38px 22px 54px;
  border: 1px solid rgba(239,228,202,.78);
  background:
    linear-gradient(90deg, rgba(94,58,17,.1), transparent 9%, transparent 91%, rgba(94,58,17,.1)),
    radial-gradient(circle at 20% 15%, rgba(255,255,255,.38), transparent 19%),
    #e8d8b8;
  color: #282017;
  box-shadow: 0 28px 90px rgba(0,0,0,.55), inset 0 0 55px rgba(99,59,14,.16);
}

.policy-title { max-width: 720px; margin: 0 auto; text-align: center; }
.policy-title .section-kicker { color: #694c17; }
.policy-title h1 { color: #1d1811; font-size: clamp(2.65rem, 12vw, 5.4rem); }
.effective-date {
  margin: 20px 0 0;
  color: #694c17;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.policy-intro {
  margin: 26px auto 0;
  color: #382f24;
  font-family: 'Iowan Old Style', Palatino, Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.65;
}

.plain-summary {
  max-width: 720px;
  margin: 38px auto 52px;
  padding: 19px 20px;
  border: 1px solid rgba(70,45,14,.34);
  background: rgba(255,249,232,.35);
}

.plain-summary span {
  color: #694c17;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.plain-summary p { margin: 8px 0 0; font-size: .93rem; line-height: 1.6; }

.policy-section {
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin: 0 auto;
  padding: 34px 0;
  border-top: 1px solid rgba(61,40,15,.23);
}

.policy-section-heading {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  gap: 10px;
}
.policy-section-heading > span {
  padding-top: 5px;
  color: #785818;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .1em;
}
.policy-section h2 {
  margin: 0;
  color: #211910;
  font-family: 'Iowan Old Style', Palatino, Georgia, serif;
  font-size: 1.62rem;
  font-weight: 650;
  line-height: 1.16;
}
.policy-copy { min-width: 0; }
.policy-copy p,
.policy-copy li { color: #33291e; font-size: .92rem; line-height: 1.72; }
.policy-copy p { margin: 0 0 16px; }
.policy-copy p:last-child { margin-bottom: 0; }
.policy-copy ul { margin: -3px 0 18px; padding-left: 20px; }
.policy-copy li + li { margin-top: 5px; }
.policy-copy strong { color: #17120c; }
.policy-copy code {
  overflow-wrap: anywhere;
  padding: .12em .34em;
  border: 1px solid rgba(80,51,17,.22);
  border-radius: 3px;
  background: rgba(91,58,19,.08);
  color: #3b2b11;
  font-size: .82em;
}
.external-link {
  color: #573a0b;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.privacy-footer { margin-top: 0; }

/* Motion design */

.site-header {
  animation: header-descent .8s var(--motion-ease) both;
}

.brand-mark {
  animation: mark-breathe 4.8s ease-in-out 1s infinite;
  transition: filter .3s ease, transform .3s var(--motion-ease);
}

.site-header nav > a {
  position: relative;
  transition: color .28s ease;
}

.site-header nav > a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .34s var(--motion-ease);
}

.language-switch,
.language-switch button {
  transition: border-color .3s ease, background-color .3s ease, color .3s ease, box-shadow .3s ease, transform .3s var(--motion-ease);
}

.language-switch button[aria-pressed="true"] {
  transform: scale(1.035);
  box-shadow: 0 4px 14px rgba(0,0,0,.2);
}

.hero {
  isolation: isolate;
}

.hero::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 7% -12% 0 28%;
  pointer-events: none;
  opacity: .42;
  background:
    radial-gradient(circle at 35% 25%, rgba(91,220,213,.25) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 54%, rgba(201,162,74,.22) 0 1px, transparent 2px),
    radial-gradient(circle at 46% 76%, rgba(91,220,213,.16) 0 1px, transparent 2px);
  background-size: 190px 190px, 270px 270px, 230px 230px;
  mask-image: linear-gradient(180deg, transparent, #000 22%, #000 80%, transparent);
  animation: spectral-drift 18s linear infinite;
}

.eyebrow {
  animation: copy-arrival .7s var(--motion-ease) .08s both;
}

.title-logo {
  animation: sigil-arrival 1.15s cubic-bezier(.18,.78,.2,1) .16s both;
}

.hero-lede {
  animation: copy-arrival .8s var(--motion-ease) .34s both;
}

.hero-actions {
  animation: copy-arrival .8s var(--motion-ease) .47s both;
}

.mode-note {
  animation: copy-arrival .8s var(--motion-ease) .62s both;
}

.mode-note i {
  animation: diamond-pulse 2.8s ease-in-out 1.4s infinite;
}

.hero-art {
  will-change: transform, opacity;
  animation:
    keeper-arrival 1.35s cubic-bezier(.18,.78,.2,1) .12s both,
    keeper-float 9.6s cubic-bezier(.45,0,.55,1) 1.48s infinite;
}

.hero-art img {
  backface-visibility: hidden;
  transform: translate3d(var(--motion-x), var(--motion-y), 0) rotate(var(--motion-tilt));
  transform-origin: 52% 48%;
  will-change: transform;
}

.relic-halo {
  animation: halo-breathe 4.6s ease-in-out 1s infinite;
}

.primary-seal {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .35s var(--motion-ease), box-shadow .35s ease, filter .35s ease;
}

.primary-seal::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -80% -35%;
  background: linear-gradient(105deg, transparent 38%, rgba(255,246,199,.5) 50%, transparent 62%);
  transform: translateX(-70%) rotate(8deg);
  animation: seal-shimmer 5.8s ease-in-out 1.8s infinite;
}

.mode-card,
.rite-card,
.language-plaque,
.plain-summary {
  transition: transform .42s var(--motion-ease), border-color .35s ease, box-shadow .42s ease, background-color .35s ease;
}

.mode-card::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: -35% 44% -35% -30%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(104deg, transparent, rgba(255,255,255,.26), transparent);
  transform: translateX(-45%) skewX(-12deg);
  transition: opacity .35s ease, transform .75s var(--motion-ease);
}

.mode-card > * {
  position: relative;
  z-index: 1;
}

.rite-card::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 5% 5% 36%;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(78,197,190,.2), transparent 68%);
  transform: scale(.82);
  transition: opacity .45s ease, transform .55s var(--motion-ease);
}

.rite-card > * {
  position: relative;
  z-index: 1;
}

.rite-card img {
  transition: transform .55s var(--motion-ease), filter .45s ease;
}

.orb-one { animation: orb-drift-one 6.8s ease-in-out infinite; }
.orb-six { animation: orb-drift-six 7.6s ease-in-out .5s infinite; }
.orb-eleven { animation: orb-drift-eleven 6.2s ease-in-out 1.1s infinite; }

.language-plaque {
  position: relative;
  overflow: hidden;
}

.language-plaque::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: #f0c968;
  box-shadow: 0 0 16px rgba(240,201,104,.7);
  animation: plaque-breathe 3.6s ease-in-out infinite;
}

.site-footer a,
.external-link {
  transition: color .28s ease, text-decoration-color .28s ease, background-size .32s var(--motion-ease);
}

.external-link {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

.policy-document {
  position: relative;
  overflow: hidden;
  animation: document-arrival .9s var(--motion-ease) both;
}

.policy-document::before {
  content: '';
  position: absolute;
  top: 0;
  left: -35%;
  width: 34%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(98,69,24,.75), transparent);
  animation: document-line 1.4s var(--motion-ease) .45s both;
}

.policy-title > * {
  animation: policy-copy-arrival .72s var(--motion-ease) both;
}

.policy-title > :nth-child(2) { animation-delay: .09s; }
.policy-title > :nth-child(3) { animation-delay: .17s; }
.policy-title > :nth-child(4) { animation-delay: .25s; }

.policy-section-heading > span {
  transition: color .3s ease, letter-spacing .35s var(--motion-ease), transform .35s var(--motion-ease);
}

html[data-motion="ready"] [data-reveal] {
  opacity: 0;
  translate: 0 28px;
}

html[data-motion="ready"] [data-reveal].is-visible {
  animation: reveal-up .8s var(--motion-ease) both;
}

html[data-motion="ready"] [data-reveal-delay="1"].is-visible { animation-delay: .06s; }
html[data-motion="ready"] [data-reveal-delay="2"].is-visible { animation-delay: .13s; }
html[data-motion="ready"] [data-reveal-delay="3"].is-visible { animation-delay: .2s; }
html[data-motion="ready"] [data-reveal-delay="4"].is-visible { animation-delay: .27s; }

@media (hover: hover) and (pointer: fine) {
  .brand:hover .brand-mark {
    transform: rotate(-5deg) scale(1.07);
    filter: drop-shadow(0 0 13px rgba(224,188,101,.34));
  }

  .site-header nav > a:hover { color: var(--bone); }
  .site-header nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
  .language-switch button:hover:not([aria-pressed="true"]) { color: var(--bone); transform: translateY(-1px); }

  .mode-card:hover {
    transform: translateY(-6px);
    border-color: rgba(239,228,202,.88);
    box-shadow: 0 30px 75px rgba(0,0,0,.34), inset 0 0 38px rgba(99,62,16,.16);
  }

  .mode-card:hover::before { opacity: 1; transform: translateX(120%) skewX(-12deg); }

  .rite-card:hover {
    transform: translateY(-7px);
    border-color: rgba(201,162,74,.68);
    box-shadow: inset 0 1px rgba(255,255,255,.06), 0 24px 55px rgba(0,0,0,.38), 0 0 32px rgba(61,148,143,.08);
  }

  .rite-card:hover::before { opacity: 1; transform: scale(1); }
  .rite-card:hover img { transform: translateY(-5px) scale(1.045) rotate(-1deg); filter: drop-shadow(0 18px 23px rgba(0,0,0,.72)); }
  .primary-seal:hover { transform: translateY(-2px); filter: saturate(1.08); box-shadow: 0 13px 36px rgba(0,0,0,.5), 0 0 24px rgba(201,162,74,.12), inset 0 1px rgba(255,255,255,.4); }
  .language-plaque:hover { transform: translateX(4px); background-color: rgba(239,228,202,.085); }
  .site-footer a:hover { color: var(--bone); text-decoration-color: var(--amber); }
  .external-link:hover { background-size: 0 1px; }
  .policy-section:hover .policy-section-heading > span { color: #4e350c; letter-spacing: .15em; transform: translateX(2px); }
}

@keyframes header-descent {
  from { opacity: 0; transform: translateY(-14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes copy-arrival {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sigil-arrival {
  from { opacity: 0; transform: translateY(20px) scale(.965); filter: drop-shadow(0 0 0 rgba(0,0,0,0)); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: drop-shadow(0 16px 30px rgba(0,0,0,.72)); }
}

@keyframes keeper-arrival {
  from { opacity: 0; transform: translate3d(3%, 30px, 0) scale(.97); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes keeper-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  25% { transform: translate3d(1.2px, -3px, 0) rotate(.07deg); }
  50% { transform: translate3d(0, -6px, 0) rotate(0deg); }
  75% { transform: translate3d(-1.2px, -3px, 0) rotate(-.07deg); }
}

@keyframes halo-breathe {
  0%, 100% { opacity: .65; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.12); }
}

@keyframes spectral-drift {
  from { background-position: 0 0, 0 0, 0 0; transform: translate3d(0,0,0); }
  to { background-position: 95px 190px, -135px 270px, 115px 230px; transform: translate3d(1.5%, -1%, 0); }
}

@keyframes mark-breathe {
  0%, 100% { filter: drop-shadow(0 0 8px rgba(201,162,74,.1)); }
  50% { filter: drop-shadow(0 0 15px rgba(224,188,101,.25)); }
}

@keyframes diamond-pulse {
  0%, 100% { opacity: .55; transform: scale(.85) rotate(0); }
  50% { opacity: 1; transform: scale(1.2) rotate(90deg); }
}

@keyframes seal-shimmer {
  0%, 58% { transform: translateX(-75%) rotate(8deg); }
  75%, 100% { transform: translateX(75%) rotate(8deg); }
}

@keyframes orb-drift-one {
  0%, 100% { transform: translate3d(0,0,0) rotate(-1deg); }
  50% { transform: translate3d(0,-7px,0) rotate(1.5deg); }
}

@keyframes orb-drift-six {
  0%, 100% { transform: translate3d(0,0,0) rotate(0); }
  50% { transform: translate3d(0,-10px,0) rotate(-1.2deg); }
}

@keyframes orb-drift-eleven {
  0%, 100% { transform: translate3d(0,0,0) rotate(1deg); }
  50% { transform: translate3d(0,-6px,0) rotate(-1deg); }
}

@keyframes plaque-breathe {
  0%, 100% { opacity: .55; }
  50% { opacity: 1; }
}

@keyframes document-arrival {
  from { opacity: 0; transform: translateY(18px) scale(.992); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes document-line {
  from { transform: translateX(0); opacity: 0; }
  25% { opacity: 1; }
  to { transform: translateX(400%); opacity: 0; }
}

@keyframes policy-copy-arrival {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes reveal-up {
  from { opacity: 0; translate: 0 28px; }
  to { opacity: 1; translate: 0 0; }
}

@media (min-width: 720px) {
  :root {
    --page-gutter: clamp(28px, 7vw, 112px);
    --section-gutter: clamp(28px, 7vw, 112px);
  }
  .site-header { min-height: 82px; padding-block: 18px; }
  .site-header nav { gap: 24px; }
  .site-header nav > a { display: inline; }
  .hero {
    align-content: center;
    padding-block: 110px 72px;
  }
  .hero-copy { width: 51%; }
  .hero-art { right: 2%; bottom: -8%; width: min(48vw, 650px); }
  .mode-note { bottom: 30px; }
  .content-section { padding-block: 124px; }
  .mode-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mode-card { grid-template-columns: 72px minmax(0, 1fr); padding: 44px 38px; }
  .rite-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
  .rite-card { padding: 18px 18px 28px; }
  .rite-card h3 { font-size: 1.65rem; }
  .rite-card p { font-size: .88rem; }
  .collection-section {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
    align-items: center;
    gap: 4vw;
    padding-block: 128px;
  }
  .orb-stage { min-height: 460px; }
  .closing-section { flex-direction: row; align-items: center; justify-content: space-between; padding-block: 112px; }
  .closing-section > div { max-width: 700px; }
  .policy-document { padding: 68px clamp(46px, 8vw, 86px) 80px; }
  .policy-section { grid-template-columns: minmax(190px, .7fr) minmax(0, 1.6fr); gap: 42px; }
}

@media (min-width: 1100px) {
  .hero-art { right: 7%; bottom: -13%; width: min(44vw, 710px); }
  .hero-copy { max-width: 610px; }
}

[hidden] { display: none !important; }

.studio-shell {
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8,8,7,.16), rgba(8,8,7,.94)),
    url('/art/bg-void.png') center / cover fixed,
    var(--void);
}

.studio-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(820px, 84svh);
  padding: 112px var(--section-gutter) 72px;
  isolation: isolate;
}

.studio-hero::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 72% 36%, rgba(43,167,162,.14), transparent 27%),
    radial-gradient(circle at 18% 62%, rgba(201,162,74,.09), transparent 32%),
    linear-gradient(90deg, rgba(8,8,7,.88), rgba(8,8,7,.18) 68%, rgba(8,8,7,.7));
}

.studio-hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 9% -12% 0 36%;
  pointer-events: none;
  opacity: .38;
  background:
    radial-gradient(circle at 35% 25%, rgba(91,220,213,.24) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 54%, rgba(201,162,74,.22) 0 1px, transparent 2px),
    radial-gradient(circle at 46% 76%, rgba(91,220,213,.16) 0 1px, transparent 2px);
  background-size: 190px 190px, 270px 270px, 230px 230px;
  mask-image: linear-gradient(180deg, transparent, #000 22%, #000 80%, transparent);
  animation: spectral-drift 20s linear infinite;
}

.studio-intro {
  position: relative;
  z-index: 3;
  max-width: 670px;
}

.studio-kicker {
  margin: 0 0 18px;
  color: var(--amber-bright);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .76rem;
  letter-spacing: .18em;
  line-height: 1.5;
  text-transform: uppercase;
  animation: copy-arrival .7s var(--motion-ease) .08s both;
}

.studio-name {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 28px);
  margin: 0;
  color: #f1e6cc;
  font-family: 'Gotfridus', Georgia, serif;
  font-size: clamp(3.45rem, 15vw, 7.8rem);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: .86;
  text-shadow: 0 18px 45px rgba(0,0,0,.76);
  animation: sigil-arrival 1.1s cubic-bezier(.18,.78,.2,1) .14s both;
}

.studio-monogram {
  display: block;
  flex: 0 0 auto;
  width: clamp(72px, 20vw, 142px);
  aspect-ratio: 1;
  animation: mark-breathe 4.8s ease-in-out 1.2s infinite;
}

.studio-statement {
  max-width: 530px;
  margin: 28px 0 0;
  color: #efe6d3;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.15rem, 4.8vw, 1.62rem);
  line-height: 1.5;
  animation: copy-arrival .82s var(--motion-ease) .34s both;
}

.studio-orbit {
  position: absolute;
  z-index: 1;
  right: -8%;
  bottom: 1%;
  width: min(72vw, 560px);
  aspect-ratio: 1;
  opacity: .6;
  pointer-events: none;
  filter: saturate(.9);
}

.studio-orbit::before {
  content: '';
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(201,162,74,.18);
  border-radius: 50%;
  box-shadow: inset 0 0 90px rgba(36,153,152,.08), 0 0 80px rgba(36,153,152,.06);
  animation: halo-breathe 6.4s ease-in-out infinite;
}

.studio-orb {
  position: absolute;
  width: 42%;
  height: auto;
  filter: drop-shadow(0 26px 35px rgba(0,0,0,.72));
}

.studio-orb-one { left: 4%; bottom: 11%; animation: orb-drift-one 8.4s ease-in-out infinite; }
.studio-orb-six { z-index: 2; left: 32%; top: 8%; animation: orb-drift-six 9.2s ease-in-out .6s infinite; }
.studio-orb-eleven { right: 0; bottom: 16%; animation: orb-drift-eleven 7.8s ease-in-out 1.1s infinite; }

.games-section {
  position: relative;
  padding: 92px var(--section-gutter) 112px;
  border-top: 1px solid rgba(201,162,74,.2);
  background: linear-gradient(180deg, rgba(8,8,7,.94), #0b0a08);
}

.studio-section-heading {
  width: min(100%, 1360px);
  margin: 0 auto 42px;
}

.studio-section-heading h2 {
  margin: 4px 0 14px;
  color: var(--bone);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.55rem, 11vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}

.studio-section-heading > p:last-child {
  max-width: 540px;
  margin: 0;
  color: var(--bone-dim);
  line-height: 1.7;
}

.studio-game-grid {
  display: grid;
  gap: 18px;
  width: min(100%, 1360px);
  margin-inline: auto;
}

.studio-game-card,
.future-game-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(201,162,74,.28);
  border-radius: 2px;
  background: #0e0d0a;
}

.studio-game-card {
  display: flex;
  align-items: flex-end;
  color: var(--bone);
  text-decoration: none;
  isolation: isolate;
  transition: transform .55s var(--motion-ease), border-color .4s ease, box-shadow .55s ease;
}

.studio-game-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,5,4,.06) 10%, rgba(5,5,4,.18) 45%, rgba(5,5,4,.96) 88%),
    radial-gradient(circle at 68% 26%, rgba(55,173,168,.18), transparent 31%);
}

.studio-game-art {
  position: absolute;
  z-index: -2;
  inset: -7% 0 0;
  display: grid;
  place-items: start center;
}

.studio-game-art img {
  width: min(72%, 430px);
  height: auto;
  filter: drop-shadow(0 28px 34px rgba(0,0,0,.74));
  transition: transform .7s var(--motion-ease), filter .5s ease;
}

.studio-game-copy {
  width: 100%;
  padding: 32px 26px;
}

.studio-game-copy h3,
.future-game-card h3 {
  margin: 8px 0 12px;
  color: var(--bone);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 8vw, 3.65rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}

.studio-game-copy p,
.future-game-card p {
  max-width: 520px;
  margin: 0;
  color: var(--bone-dim);
  line-height: 1.66;
}

.game-status,
.future-index {
  color: var(--amber-bright);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.game-link-label {
  display: inline-block;
  margin-top: 24px;
  color: #f1e7d0;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.future-game-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 26px;
  border-style: dashed;
  background:
    radial-gradient(circle at 70% 20%, rgba(201,162,74,.06), transparent 27%),
    repeating-linear-gradient(135deg, rgba(239,228,202,.018) 0 1px, transparent 1px 18px),
    #0c0b09;
}

.future-sigil {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: clamp(120px, 18vw, 180px);
  aspect-ratio: 1;
  opacity: .18;
  translate: -50% -72%;
  filter: grayscale(.25) drop-shadow(0 0 22px rgba(201,162,74,.12));
}

.not-found-shell {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 40px 18px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(36,153,152,.1), transparent 28%),
    url('/art/bg-void.png') center / cover,
    var(--void);
}

.not-found-copy { max-width: 620px; }
.not-found-copy .brand-mark { margin: 0 auto 24px; width: 96px; height: 96px; }
.not-found-copy h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3rem, 14vw, 7rem); font-weight: 400; }
.not-found-copy p { color: var(--bone-dim); line-height: 1.7; }
.not-found-copy a { display: inline-block; margin-top: 18px; color: var(--amber-bright); text-underline-offset: 5px; }

@media (hover: hover) and (pointer: fine) {
  .studio-game-card:hover {
    transform: translateY(-7px);
    border-color: rgba(201,162,74,.72);
    box-shadow: 0 34px 82px rgba(0,0,0,.44), 0 0 36px rgba(61,148,143,.06);
  }

  .studio-game-card:hover .studio-game-art img {
    transform: translateY(-7px) scale(1.025);
    filter: drop-shadow(0 34px 42px rgba(0,0,0,.8));
  }
}

@media (min-width: 720px) {
  .studio-hero { min-height: min(900px, 88svh); padding-block: 132px 92px; }
  .studio-intro { width: 62%; }
  .studio-orbit { right: 0; bottom: -4%; width: min(49vw, 650px); opacity: .82; }
  .games-section { padding-block: 124px 136px; }
  .studio-game-grid { grid-template-columns: minmax(0, 1.55fr) minmax(280px, .7fr); }
  .studio-game-card, .future-game-card { min-height: 620px; }
  .studio-game-copy, .future-game-card { padding: 44px 40px; }
  .studio-game-art img { width: min(62%, 470px); }
}

@media (min-width: 1180px) {
  .studio-intro { width: 55%; }
  .studio-orbit { right: 5%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }

  html[data-motion] [data-reveal] {
    opacity: 1 !important;
    translate: 0 0 !important;
  }

  .hero-art,
  .hero-art img,
  .orb,
  .primary-seal,
  .brand-mark {
    transform: none !important;
  }
}
