:root {
  --black: #0c0807;
  --black-2: #15100d;
  --wine: #650f18;
  --wine-dark: #34080d;
  --gold: #d7a62b;
  --gold-bright: #f4d66b;
  --gold-pale: #f8e6a2;
  --ivory: #f7efd9;
  --paper: #e8dcc0;
  --muted: #aa9675;
  --line: rgba(244, 214, 107, .24);
  --shadow: 0 28px 80px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ivory);
  background: var(--black);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
::selection { color: var(--black); background: var(--gold-bright); }

.grain {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: .045;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { position: relative; padding: 104px 0; }

.royal-ticker {
  height: 34px;
  overflow: hidden;
  color: var(--black);
  background: linear-gradient(90deg, #a87111, var(--gold-bright), #b67a16);
  border-bottom: 1px solid rgba(0,0,0,.35);
}
.royal-ticker-track {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
  padding-left: 22px;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
  white-space: nowrap;
  animation: ticker 26s linear infinite;
}
.royal-ticker-track i { width: 5px; height: 5px; border: 1px solid var(--black); transform: rotate(45deg); }
@keyframes ticker { to { transform: translateX(-50%); } }

.header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(12, 8, 7, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-width: 200px; display: flex; align-items: center; gap: 11px; font-weight: 950; letter-spacing: -.04em; }
.brand img { width: 44px; height: 44px; object-fit: cover; border: 1px solid var(--gold); border-radius: 50%; box-shadow: 0 0 0 4px rgba(215,166,43,.08); }
.brand > span { display: flex; flex-direction: column; line-height: 1; font-family: Georgia, "Times New Roman", serif; font-size: 19px; letter-spacing: .04em; }
.brand small { margin-top: 5px; color: var(--gold-bright); font-family: Inter, sans-serif; font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { position: relative; color: rgba(247,239,217,.76); font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 1px; background: var(--gold-bright); transform: scaleX(0); transform-origin: center; transition: .2s ease; }
.nav-links a:hover { color: var(--gold-pale); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.social-button, .buy-button { height: 39px; min-width: 39px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 950; letter-spacing: .06em; transition: .2s ease; }
.social-button:hover { color: var(--black); background: var(--gold-bright); border-color: var(--gold-bright); transform: translateY(-2px); }
.buy-button { padding: 0 17px; color: var(--black); background: linear-gradient(180deg, var(--gold-pale), var(--gold)); border-color: var(--gold); }
.buy-button:hover { filter: brightness(1.08); transform: translateY(-2px); }

.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.02); cursor: pointer; }
.menu-button span { display: block; height: 1px; margin: 6px 0; background: var(--gold-pale); transition: .2s ease; }
.menu-button.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.active span:nth-child(2) { opacity: 0; }
.menu-button.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; top: 111px; left: 20px; right: 20px; z-index: 95; display: none; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(17,10,9,.97); box-shadow: var(--shadow); }
.mobile-menu.open { display: grid; }
.mobile-menu a { padding: 13px 10px; border-bottom: 1px solid rgba(244,214,107,.09); color: var(--ivory); font-size: 12px; font-weight: 800; }
.mobile-menu a:last-child { border-bottom: 0; }

.hero {
  min-height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 48%, rgba(211,152,31,.18), transparent 34%),
    radial-gradient(circle at 18% 10%, rgba(117,14,27,.38), transparent 30%),
    linear-gradient(135deg, #0b0706 0%, #160b0c 52%, #090605 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(244,214,107,.18);
  border-radius: 34px;
  pointer-events: none;
}
.hero::after {
  content: "Z500";
  position: absolute;
  left: -34px;
  bottom: -70px;
  color: rgba(244,214,107,.025);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(180px, 26vw, 420px);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: .7;
  pointer-events: none;
}
.hero-glow { position: absolute; width: 520px; height: 520px; right: 7%; top: 50%; border-radius: 50%; background: radial-gradient(circle, rgba(244,214,107,.18), transparent 65%); filter: blur(10px); transform: translateY(-50%); }
.hero-crest { position: absolute; width: 160px; height: 160px; border: 1px solid rgba(244,214,107,.07); border-radius: 50%; }
.hero-crest::before, .hero-crest::after { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(244,214,107,.07); transform: rotate(45deg); }
.crest-left { left: 5%; top: 11%; }
.crest-right { right: 5%; bottom: 8%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 62px; }
.hero-copy { position: relative; z-index: 5; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--gold-bright); font-size: 9px; font-weight: 950; letter-spacing: .2em; }
.eyebrow span { width: 36px; height: 1px; background: var(--gold-bright); }
.kicker { margin: 32px 0 2px; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 3.1vw, 42px); font-style: italic; letter-spacing: .02em; }
.hero h1 { margin: 0; color: transparent; background: linear-gradient(180deg, #fff1aa 0%, #e4b842 44%, #9b6413 100%); -webkit-background-clip: text; background-clip: text; font-family: Georgia, "Times New Roman", serif; font-size: clamp(72px, 9vw, 132px); line-height: .82; letter-spacing: -.07em; text-shadow: 0 14px 34px rgba(217,166,43,.08); }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: rgba(247,239,217,.72); font-size: 17px; line-height: 1.65; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 950; letter-spacing: .08em; transition: .22s ease; }
.button-gold { color: var(--black); background: linear-gradient(180deg, var(--gold-pale), var(--gold)); border-color: var(--gold); box-shadow: inset 0 1px 0 rgba(255,255,255,.5); }
.button-gold:hover { transform: translateY(-3px); filter: brightness(1.07); box-shadow: 0 12px 30px rgba(215,166,43,.16); }
.button-outline { color: var(--ivory); background: rgba(255,255,255,.02); }
.button-outline:hover { color: var(--black); background: var(--gold-bright); border-color: var(--gold-bright); transform: translateY(-3px); }
.ca-box { max-width: 570px; display: flex; align-items: center; gap: 12px; margin-top: 22px; padding: 10px 10px 10px 15px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.025); }
.ca-copy { min-width: 0; flex: 1; }
.ca-copy small { display: block; margin-bottom: 6px; color: var(--muted); font-size: 7px; font-weight: 950; letter-spacing: .16em; }
.ca-copy code { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--ivory); font-size: 10px; font-weight: 700; }
.copy-button { flex: 0 0 auto; height: 38px; padding: 0 16px; border: 1px solid var(--gold); border-radius: 10px; color: var(--black); background: var(--gold); font-size: 8px; font-weight: 950; cursor: pointer; transition: .2s ease; }
.copy-button:hover { background: var(--gold-bright); }
.facts { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 17px; color: #806d51; font-size: 7px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.facts b { margin-left: 5px; color: var(--gold-pale); }

.hero-art { position: relative; min-height: 630px; display: grid; place-items: center; perspective: 1000px; }
.hero-frame { position: relative; z-index: 3; width: min(560px, 90%); margin: 0; padding: 9px; border: 1px solid rgba(244,214,107,.55); border-radius: 32px; background: #160e0a; box-shadow: 0 0 0 10px rgba(244,214,107,.035), var(--shadow); transition: transform .14s ease-out; }
.hero-frame::before, .hero-frame::after { content: ""; position: absolute; z-index: 4; width: 42px; height: 42px; border-color: var(--gold-bright); pointer-events: none; }
.hero-frame::before { left: -5px; top: -5px; border-left: 2px solid var(--gold-bright); border-top: 2px solid var(--gold-bright); border-radius: 18px 0 0 0; }
.hero-frame::after { right: -5px; bottom: -5px; border-right: 2px solid var(--gold-bright); border-bottom: 2px solid var(--gold-bright); border-radius: 0 0 18px 0; }
.hero-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 24px; }
.halo { position: absolute; z-index: 1; border-radius: 50%; }
.halo-one { width: 510px; height: 510px; border: 1px solid rgba(244,214,107,.18); animation: pulse 5.8s ease-in-out infinite; }
.halo-two { width: 610px; height: 610px; border: 1px dashed rgba(244,214,107,.13); animation: spin 42s linear infinite; }
.halo-two::before, .halo-two::after { content: ""; position: absolute; left: 50%; top: -5px; width: 9px; height: 9px; background: var(--gold); transform: translateX(-50%) rotate(45deg); }
.halo-two::after { top: auto; bottom: -5px; }
@keyframes pulse { 50% { transform: scale(1.035); opacity: .55; } }
@keyframes spin { to { transform: rotate(360deg); } }
.seal { position: absolute; z-index: 6; padding: 11px 15px; border: 1px solid var(--gold); border-radius: 999px; color: var(--black); background: var(--gold-bright); font-size: 9px; font-weight: 950; letter-spacing: .12em; box-shadow: 0 10px 28px rgba(0,0,0,.32); }
.seal-one { left: 2%; top: 18%; transform: rotate(-7deg); }
.seal-two { right: 1%; bottom: 16%; color: var(--gold-pale); background: var(--wine); transform: rotate(7deg); }

.court-strip { position: relative; z-index: 2; padding: 18px 0; color: var(--gold-pale); background: var(--wine-dark); border-top: 1px solid rgba(244,214,107,.18); border-bottom: 1px solid rgba(244,214,107,.18); }
.court-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 8px; font-weight: 950; letter-spacing: .18em; text-align: center; }
.court-strip-inner i { flex: 0 0 5px; width: 5px; height: 5px; border: 1px solid var(--gold); transform: rotate(45deg); }

.about { background: linear-gradient(180deg, #130b0a, #090606); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }
.section-label { display: inline-flex; margin-bottom: 16px; color: var(--gold); font-size: 8px; font-weight: 950; letter-spacing: .2em; text-transform: uppercase; }
.about-copy h2, .section-heading h2, .chart-heading h2, .join-copy h2 { margin: 0; color: var(--ivory); font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.7vw, 78px); font-weight: 600; line-height: .94; letter-spacing: -.055em; }
.about-copy h2::first-line, .section-heading h2::first-line { color: var(--gold-pale); }
.about-copy p { max-width: 650px; margin: 23px 0 0; color: rgba(247,239,217,.66); font-size: 16px; line-height: 1.72; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--gold-bright); font-size: 9px; font-weight: 950; letter-spacing: .09em; }
.text-link span { transition: .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.royal-card { position: relative; padding: 10px; border: 1px solid rgba(244,214,107,.3); border-radius: 28px; background: linear-gradient(145deg, rgba(244,214,107,.08), rgba(255,255,255,.01)); box-shadow: 22px 22px 0 rgba(101,15,24,.18), var(--shadow); }
.royal-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 20px; }
.royal-card-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 10px; }
.royal-card-stats div { padding: 14px; display: grid; gap: 5px; border: 1px solid rgba(244,214,107,.12); border-radius: 14px; background: rgba(0,0,0,.18); }
.royal-card-stats span { color: #7f6c50; font-size: 7px; font-weight: 950; letter-spacing: .16em; }
.royal-card-stats b { color: var(--gold-pale); font-size: 10px; }

.gallery {
  color: var(--black);
  background:
    linear-gradient(rgba(238,224,190,.95), rgba(238,224,190,.95)),
    repeating-linear-gradient(45deg, rgba(101,15,24,.05) 0 2px, transparent 2px 10px);
}
.gallery .section-label { color: var(--wine); }
.gallery .section-heading h2 { color: var(--wine-dark); }
.section-heading { max-width: 830px; margin-bottom: 42px; }
.section-heading p { max-width: 690px; margin: 16px 0 0; color: #6e5d48; font-size: 15px; font-weight: 600; line-height: 1.6; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 310px; gap: 14px; }
.gallery-card { position: relative; margin: 0; overflow: hidden; border: 2px solid var(--wine-dark); border-radius: 5px; background: var(--black); box-shadow: 7px 7px 0 rgba(52,8,13,.12); }
.gallery-card::before { content: ""; position: absolute; inset: 8px; z-index: 2; border: 1px solid rgba(244,214,107,.55); pointer-events: none; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.25,1), filter .35s ease; }
.gallery-card:hover img { transform: scale(1.05); filter: contrast(1.04) saturate(1.04); }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }

.how { background: #120909; }
.how::before { content: ""; position: absolute; inset: 0; opacity: .32; background: radial-gradient(circle at 15% 30%, rgba(101,15,24,.42), transparent 28%), radial-gradient(circle at 85% 70%, rgba(215,166,43,.1), transparent 24%); }
.how .shell { position: relative; }
.how-heading { margin-bottom: 46px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.step { position: relative; min-height: 285px; padding: 28px; overflow: hidden; border: 1px solid rgba(244,214,107,.22); border-radius: 4px; background: linear-gradient(155deg, rgba(101,15,24,.34), rgba(255,255,255,.015)); transition: .22s ease; }
.step:hover { transform: translateY(-6px); border-color: rgba(244,214,107,.55); box-shadow: 0 20px 45px rgba(0,0,0,.22); }
.step-number { display: block; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 58px; font-style: italic; line-height: 1; }
.step h3 { margin: 46px 0 10px; color: var(--gold-pale); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 600; }
.step p { margin: 0; color: rgba(247,239,217,.56); font-size: 13px; line-height: 1.62; }
.step::after { content: ""; position: absolute; width: 86px; height: 86px; right: -35px; top: -35px; border: 1px solid rgba(244,214,107,.24); transform: rotate(45deg); }

.chart-section { background: #070606; }
.chart-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.chart-heading h2 { font-size: clamp(42px, 5vw, 68px); }
.chart-frame { position: relative; min-height: 610px; overflow: hidden; border: 1px solid rgba(244,214,107,.25); border-radius: 5px; background: #050505; box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.chart-frame::after { content: ""; position: absolute; inset: 9px; z-index: 3; border: 1px solid rgba(244,214,107,.08); pointer-events: none; }
.chart-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; opacity: 0; pointer-events: none; }
.chart-frame.active iframe { opacity: 1; pointer-events: auto; }
.chart-frame.active .chart-placeholder { display: none; }
.chart-placeholder { position: absolute; inset: 0; display: grid; place-items: center; align-content: center; gap: 11px; padding: 30px; text-align: center; background: radial-gradient(circle at center, rgba(101,15,24,.28), transparent 36%); }
.chart-monogram { width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); font-family: Georgia, serif; font-size: 40px; }
.chart-placeholder strong { margin-top: 5px; color: var(--gold-pale); font-family: Georgia, serif; font-size: 15px; letter-spacing: .1em; }
.chart-placeholder p { max-width: 520px; margin: 0; color: rgba(247,239,217,.48); font-size: 12px; line-height: 1.6; }
.chart-placeholder code { color: var(--gold-bright); }

.join { background: #e6d8b9; }
.join-card { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; padding: 48px; overflow: hidden; border: 2px solid var(--wine-dark); border-radius: 6px; color: var(--ivory); background: linear-gradient(130deg, #24090e 0%, #5f1019 50%, #1a090a 100%); box-shadow: 14px 14px 0 rgba(52,8,13,.18); }
.join-card::before { content: "Z500"; position: absolute; left: 20px; bottom: -54px; color: rgba(244,214,107,.05); font-family: Georgia, serif; font-size: 180px; font-weight: 900; letter-spacing: -.08em; pointer-events: none; }
.join-copy { position: relative; z-index: 2; }
.join-copy p { max-width: 590px; margin: 18px 0 0; color: rgba(247,239,217,.64); font-size: 15px; line-height: 1.65; }
.join-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.join-image { position: relative; z-index: 2; justify-self: end; max-width: 410px; padding: 8px; border: 1px solid var(--gold); border-radius: 4px; transform: rotate(1.5deg); }
.join-image img { aspect-ratio: 1; object-fit: cover; border-radius: 1px; }

.footer { padding: 34px 0 23px; color: rgba(247,239,217,.66); background: #080606; border-top: 1px solid rgba(244,214,107,.12); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand img { width: 42px; height: 42px; object-fit: cover; border: 1px solid var(--gold); border-radius: 50%; }
.footer-brand div { display: grid; gap: 3px; }
.footer-brand strong { color: var(--gold-pale); font-family: Georgia, serif; font-size: 16px; }
.footer-brand span { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.footer-links { display: flex; gap: 8px; }
.footer-links a { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(244,214,107,.16); border-radius: 50%; font-size: 8px; font-weight: 900; transition: .2s ease; }
.footer-links a:hover { color: var(--black); background: var(--gold-bright); border-color: var(--gold-bright); }
.footer-bottom { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(244,214,107,.08); color: rgba(247,239,217,.28); font-size: 9px; letter-spacing: .1em; }

.back-to-top { position: fixed; right: 20px; bottom: 20px; z-index: 80; width: 45px; height: 45px; border: 1px solid var(--gold); border-radius: 50%; color: var(--black); background: var(--gold); font-size: 17px; font-weight: 900; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: .2s ease; }
.back-to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 1200; padding: 11px 17px; border: 1px solid var(--gold); border-radius: 999px; color: var(--black); background: var(--gold-bright); font-size: 9px; font-weight: 950; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .nav-links { display: none; }
  .hero-grid { gap: 34px; }
  .hero-art { min-height: 540px; }
  .halo-one { width: 430px; height: 430px; }
  .halo-two { width: 510px; height: 510px; }
  .about-grid { gap: 42px; }
  .gallery-grid { grid-auto-rows: 280px; }
}

@media (max-width: 820px) {
  .section { padding: 80px 0; }
  .nav-actions { display: none; }
  .menu-button { display: block; }
  .brand { min-width: 0; }
  .hero { min-height: auto; padding: 74px 0 92px; }
  .hero::before { inset: 12px; border-radius: 25px; }
  .hero-grid, .about-grid, .join-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-buttons, .facts, .join-buttons { justify-content: center; }
  .ca-box { margin-left: auto; margin-right: auto; text-align: left; }
  .hero-art { min-height: 530px; margin-top: 28px; }
  .hero-frame { width: min(500px, 84%); }
  .halo-one { width: 360px; height: 360px; }
  .halo-two { width: 450px; height: 450px; }
  .court-strip-inner { justify-content: center; flex-wrap: wrap; }
  .about-copy { text-align: center; }
  .about-copy p { margin-left: auto; margin-right: auto; }
  .royal-card { max-width: 650px; margin: 0 auto; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 320px; }
  .gallery-tall { grid-row: span 1; }
  .gallery-wide { grid-column: span 1; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; }
  .step h3 { margin-top: 26px; }
  .chart-heading { align-items: flex-start; flex-direction: column; }
  .chart-frame { min-height: 520px; }
  .join-card { padding: 34px; text-align: center; }
  .join-image { justify-self: center; max-width: 390px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 24px, 1180px); }
  .royal-ticker { height: 30px; }
  .nav { height: 67px; }
  .mobile-menu { top: 101px; left: 12px; right: 12px; }
  .brand img { width: 40px; height: 40px; }
  .hero { padding-top: 58px; }
  .kicker { margin-top: 25px; font-size: 23px; }
  .hero h1 { font-size: clamp(58px, 20vw, 94px); }
  .hero-lead { font-size: 16px; }
  .button { width: 100%; }
  .hero-buttons { display: grid; }
  .ca-box { align-items: stretch; flex-direction: column; }
  .copy-button { width: 100%; }
  .facts { justify-content: center; gap: 10px 14px; }
  .hero-art { min-height: 390px; }
  .hero-frame { width: 85%; border-radius: 23px; }
  .hero-frame img { border-radius: 17px; }
  .halo-one { width: 270px; height: 270px; }
  .halo-two { width: 330px; height: 330px; }
  .seal { padding: 8px 10px; font-size: 7px; }
  .seal-one { left: 0; top: 15%; }
  .seal-two { right: 0; bottom: 12%; }
  .court-strip-inner span:nth-of-type(n+4), .court-strip-inner i:nth-of-type(n+4) { display: none; }
  .about-copy h2, .section-heading h2, .chart-heading h2, .join-copy h2 { font-size: 42px; }
  .royal-card-stats { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-card { aspect-ratio: 1; }
  .chart-frame { min-height: 440px; }
  .join-card { padding: 26px 20px; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
