:root {
  color-scheme: dark;
  --bg: #090c0c;
  --bg-soft: #111616;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.085);
  --line: rgba(255, 255, 255, 0.12);
  --ink: #f6f1e8;
  --muted: #afa99e;
  --wood: #d99a55;
  --wood-light: #f1c384;
  --mint: #42dec2;
  --mint-soft: rgba(66, 222, 194, 0.14);
  --danger: #ef8068;
  --shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --content: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 280px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(66, 222, 194, 0.08), transparent 26rem),
    radial-gradient(circle at 94% 8%, rgba(217, 154, 85, 0.11), transparent 32rem),
    var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #111;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 12, 12, 0.82);
  -webkit-backdrop-filter: blur(20px) saturate(135%);
  backdrop-filter: blur(20px) saturate(135%);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--content);
  min-height: 72px;
  margin: 0 auto;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 1.06rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.brand img {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.35);
}

.nav-actions,
.primary-nav,
.language-switch {
  display: flex;
  align-items: center;
}

.nav-actions {
  justify-content: flex-end;
  gap: 18px;
}

.primary-nav {
  gap: 18px;
}

.primary-nav a {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 740;
  text-decoration: none;
  transition: color 160ms ease;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--ink);
}

.language-switch {
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.language-switch a {
  min-width: 38px;
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
}

.language-switch a[aria-current="true"] {
  background: var(--ink);
  color: #111;
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
  width: var(--content);
  min-height: calc(100svh - 72px);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) 0 clamp(64px, 8vw, 110px);
}

.hero::before {
  position: absolute;
  top: 7%;
  left: 45%;
  width: min(48vw, 700px);
  height: min(48vw, 700px);
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 70px rgba(255, 255, 255, 0.012),
    inset 0 0 0 140px rgba(255, 255, 255, 0.008);
  content: "";
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 18px rgba(66, 222, 194, 0.7);
  content: "";
}

.hero h1 {
  max-width: 11.4ch;
  margin: 0;
  font-size: clamp(3.4rem, 7.2vw, 7.1rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.hero h1 span {
  color: var(--wood-light);
}

.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.6vw, 1.26rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--wood-light);
  background: var(--wood-light);
  color: #17100a;
  box-shadow: 0 14px 36px rgba(217, 154, 85, 0.2);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 30px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 720;
  list-style: none;
}

.hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-proof li::before {
  color: var(--mint);
  content: "✓";
  font-weight: 950;
}

.watch-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 580px;
  isolation: isolate;
}

.watch-stage::before,
.watch-stage::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.watch-stage::before {
  width: min(39vw, 520px);
  height: min(39vw, 520px);
  background: radial-gradient(circle, rgba(66, 222, 194, 0.16), rgba(66, 222, 194, 0) 66%);
  filter: blur(3px);
}

.watch-stage::after {
  bottom: 4%;
  width: 300px;
  height: 66px;
  background: rgba(0, 0, 0, 0.56);
  filter: blur(25px);
  transform: rotate(-4deg);
  z-index: -1;
}

.watch {
  position: relative;
  display: grid;
  place-items: center;
  width: 330px;
  height: 390px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 88px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), transparent 22%),
    linear-gradient(145deg, #4f5454 0%, #171a1a 36%, #050606 100%);
  box-shadow:
    inset 0 0 0 9px #111414,
    inset 0 0 0 11px rgba(255, 255, 255, 0.08),
    0 38px 80px rgba(0, 0, 0, 0.58);
  transform: rotate(4deg);
}

.watch::before {
  position: absolute;
  right: -24px;
  top: 92px;
  width: 18px;
  height: 72px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: repeating-linear-gradient(0deg, #343838 0 4px, #101212 4px 7px);
  box-shadow: 6px 7px 18px rgba(0, 0, 0, 0.45);
  content: "";
}

.watch::after {
  position: absolute;
  right: -15px;
  top: 188px;
  width: 9px;
  height: 55px;
  border-radius: 8px;
  background: #222626;
  content: "";
}

.watch-band {
  position: absolute;
  left: 50%;
  width: 148px;
  height: 610px;
  border-radius: 70px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 2px, transparent 2px 9px),
    linear-gradient(90deg, #111414, #252a2a 48%, #0c0e0e);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.05);
  transform: translateX(-50%) rotate(4deg);
  z-index: -1;
}

.watch-screen {
  position: relative;
  display: grid;
  place-items: center;
  width: 286px;
  height: 344px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 70px;
  background: #020303;
  box-shadow: inset 0 0 42px rgba(0, 0, 0, 0.72);
}

.watch-screen::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.18), transparent 22%, transparent 66%, rgba(255, 255, 255, 0.035));
  content: "";
  pointer-events: none;
}

.watch-screen img {
  width: 242px;
  height: 242px;
  border-radius: 50%;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.55);
  animation: icon-float 5s ease-in-out infinite;
}

.motion-chip {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  min-width: 146px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(20, 25, 24, 0.82);
  padding: 12px 14px;
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.motion-chip strong {
  font-size: 0.82rem;
}

.motion-chip span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
}

.motion-chip-one {
  top: 66px;
  left: -30px;
}

.motion-chip-two {
  right: -26px;
  bottom: 76px;
}

.signal {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 14px rgba(66, 222, 194, 0.72);
}

@keyframes icon-float {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-8px) rotate(1deg);
  }
}

.stat-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: var(--content);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.stat-band div {
  min-width: 0;
  padding: 22px clamp(16px, 3vw, 30px);
}

.stat-band div + div {
  border-left: 1px solid var(--line);
}

.stat-band strong,
.stat-band span {
  display: block;
}

.stat-band strong {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  letter-spacing: -0.04em;
}

.stat-band span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.section {
  width: var(--content);
  margin: 0 auto;
  padding: clamp(96px, 12vw, 170px) 0 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 40px;
}

.section-label {
  margin: 0 0 12px;
  color: var(--wood-light);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading h2,
.story-copy h2,
.privacy-callout h2,
.closing-panel h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5.4vw, 5.1rem);
  font-weight: 880;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.section-heading > p,
.story-copy > p,
.privacy-callout > div > p,
.closing-panel > div > p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.feature-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 90% 0%, rgba(66, 222, 194, 0.1), transparent 16rem),
    linear-gradient(145deg, var(--panel-strong), var(--panel));
  padding: clamp(24px, 4vw, 42px);
}

.feature-card::after {
  position: absolute;
  right: -50px;
  bottom: -78px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(217, 154, 85, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 36px rgba(217, 154, 85, 0.022);
  content: "";
}

.feature-number {
  color: var(--mint);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.feature-card h3 {
  max-width: 14ch;
  margin: 76px 0 12px;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.feature-card p {
  position: relative;
  z-index: 1;
  max-width: 48ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.world-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.world-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #171a19;
  padding: 24px;
}

.world-card::before,
.world-card::after {
  position: absolute;
  content: "";
}

.world-card::before {
  inset: 0;
  opacity: 0.78;
}

.world-card::after {
  right: 24px;
  bottom: 25px;
  width: 28px;
  height: 28px;
  border: 8px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  box-shadow: 0 11px 18px rgba(0, 0, 0, 0.32);
}

.world-wood::before {
  background:
    repeating-linear-gradient(8deg, rgba(71, 32, 11, 0.2) 0 2px, transparent 2px 13px),
    linear-gradient(160deg, #db9b57, #5e321d);
}

.world-tide::before {
  background:
    radial-gradient(circle at 65% 25%, rgba(129, 255, 237, 0.48), transparent 18%),
    repeating-radial-gradient(ellipse at 30% 85%, transparent 0 14px, rgba(255, 255, 255, 0.12) 15px 17px),
    linear-gradient(160deg, #126d74, #0a222a);
}

.world-circuit::before {
  background:
    linear-gradient(90deg, transparent 48%, rgba(75, 255, 223, 0.38) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(75, 255, 223, 0.32) 49% 51%, transparent 52%),
    linear-gradient(160deg, #19242a, #070b0d);
  background-size: 70px 70px, 70px 70px, auto;
}

.world-lunar::before {
  background:
    radial-gradient(circle at 68% 28%, #f0e9ce 0 6%, transparent 7%),
    radial-gradient(circle at 32% 60%, rgba(255, 255, 255, 0.19) 0 4%, transparent 5%),
    radial-gradient(circle at 78% 76%, rgba(255, 255, 255, 0.13) 0 3%, transparent 4%),
    linear-gradient(160deg, #27304a, #080b13);
}

.world-card span,
.world-card strong {
  position: relative;
  z-index: 2;
  display: block;
}

.world-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.world-card strong {
  max-width: 10ch;
  margin-top: 8px;
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.story-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 12% 90%, rgba(217, 154, 85, 0.15), transparent 30rem),
    rgba(255, 255, 255, 0.035);
  padding: clamp(34px, 6vw, 78px);
}

.crown-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
}

.crown-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: min(340px, 80vw);
  height: min(340px, 80vw);
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, #111615 0 47%, transparent 48%),
    repeating-conic-gradient(from 4deg, #606664 0 4deg, #151918 4deg 8deg);
  box-shadow: var(--shadow), inset 0 0 0 20px #101313;
  transform: rotate(-8deg);
}

.crown-ring::before,
.crown-ring::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.crown-ring::before {
  inset: 60px;
  border: 2px solid rgba(66, 222, 194, 0.42);
  box-shadow: 0 0 34px rgba(66, 222, 194, 0.18);
}

.crown-ring::after {
  width: 42px;
  height: 42px;
  border: 7px solid var(--wood-light);
  background: #040606;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.rail {
  position: absolute;
  z-index: 2;
  width: 122px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(#f0bf7a, #865027);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.36);
}

.rail-one {
  transform: translate(-58px, -54px) rotate(18deg);
}

.rail-two {
  transform: translate(58px, 58px) rotate(102deg);
}

.story-list {
  display: grid;
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.story-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
}

.story-list span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(66, 222, 194, 0.26);
  border-radius: 50%;
  background: var(--mint-soft);
  color: var(--mint);
  font-size: 0.7rem;
  font-weight: 900;
}

.story-list strong,
.story-list small {
  display: block;
}

.story-list strong {
  font-size: 0.96rem;
}

.story-list small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.step {
  padding: 34px clamp(18px, 4vw, 42px) 38px;
}

.step + .step {
  border-left: 1px solid var(--line);
}

.step span {
  color: var(--wood-light);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.step h3 {
  margin: 42px 0 10px;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.privacy-callout,
.closing-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 46px;
  border-radius: var(--radius-lg);
  padding: clamp(34px, 6vw, 72px);
}

.privacy-callout {
  border: 1px solid rgba(66, 222, 194, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(66, 222, 194, 0.16), transparent 26rem),
    #101716;
}

.privacy-callout h2,
.closing-panel h2 {
  max-width: 13ch;
  font-size: clamp(2.1rem, 4.6vw, 4.2rem);
}

.privacy-callout > div > p,
.closing-panel > div > p {
  max-width: 62ch;
  margin-top: 18px;
}

.privacy-badges {
  display: grid;
  gap: 10px;
  min-width: 230px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-badges li {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  padding: 11px 14px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.privacy-badges li::before {
  color: var(--mint);
  content: "●";
  font-size: 0.62rem;
}

.closing-section {
  padding-bottom: clamp(84px, 11vw, 150px);
}

.closing-panel {
  background:
    repeating-linear-gradient(8deg, rgba(95, 47, 17, 0.14) 0 2px, transparent 2px 12px),
    linear-gradient(130deg, #f1c384, #b97337);
  color: #1a1109;
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.3);
}

.closing-panel > div > p {
  color: rgba(26, 17, 9, 0.72);
  font-weight: 650;
}

.closing-panel .button {
  border-color: #15100b;
  background: #15100b;
  color: var(--ink);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #070909;
}

.footer-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  width: var(--content);
  margin: 0 auto;
  padding: 48px 0 34px;
}

.footer-copy .brand {
  margin-bottom: 12px;
}

.footer-copy p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 760;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--ink);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: var(--content);
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 18px 0 24px;
  color: #77756f;
  font-size: 0.7rem;
  font-weight: 700;
}

/* Information pages */
.info-main {
  min-height: calc(100svh - 72px);
  padding-bottom: clamp(70px, 9vw, 120px);
}

.info-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  align-items: end;
  gap: clamp(34px, 7vw, 90px);
  width: var(--content);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 128px) 0 clamp(50px, 7vw, 90px);
}

.info-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.1rem, 7.4vw, 7rem);
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.info-intro {
  max-width: 710px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.7vw, 1.23rem);
  line-height: 1.68;
}

.info-status {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--panel);
  padding: 22px;
}

.info-status span,
.info-status strong {
  display: block;
}

.info-status span {
  color: var(--mint);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.info-status strong {
  margin-top: 7px;
  font-size: 1.03rem;
}

.fact-list {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 730;
  list-style: none;
}

.fact-list li {
  display: flex;
  gap: 8px;
  align-items: center;
}

.fact-list li::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 13px rgba(66, 222, 194, 0.55);
  content: "";
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: var(--content);
  margin: 0 auto;
}

.info-card {
  min-height: 270px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 154, 85, 0.08), transparent 18rem),
    var(--panel);
  padding: clamp(24px, 4vw, 40px);
}

.info-card > span {
  color: var(--wood-light);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.info-card h2 {
  margin: 48px 0 11px;
  font-size: clamp(1.35rem, 2.6vw, 1.95rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.info-card p {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.info-note,
.info-contact {
  width: var(--content);
  margin: 14px auto 0;
  border-radius: var(--radius-md);
}

.info-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border: 1px solid rgba(66, 222, 194, 0.2);
  background: var(--mint-soft);
  padding: 20px 24px;
}

.info-note p {
  max-width: 74ch;
  margin: 0;
  color: #d1cec5;
  font-size: 0.84rem;
  line-height: 1.6;
}

.info-note a {
  flex: 0 0 auto;
  color: var(--mint);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.info-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  margin-top: clamp(40px, 7vw, 84px);
  background:
    repeating-linear-gradient(8deg, rgba(95, 47, 17, 0.14) 0 2px, transparent 2px 12px),
    linear-gradient(130deg, #f1c384, #b97337);
  color: #1a1109;
  padding: clamp(28px, 5vw, 52px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.info-contact p,
.info-contact h2 {
  margin: 0;
}

.info-contact p {
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.info-contact h2 {
  max-width: 29ch;
  margin-top: 5px;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.info-contact .button {
  border-color: #15100b;
  background: #15100b;
  color: var(--ink);
}

.support-tools {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: var(--content);
  margin: 0 auto 12px;
}

.support-tool {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--panel);
  padding: 26px;
}

.support-tool span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(66, 222, 194, 0.24);
  border-radius: 50%;
  background: var(--mint-soft);
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 900;
}

.support-tool h2 {
  margin: 46px 0 9px;
  font-size: 1.3rem;
  letter-spacing: -0.035em;
}

.support-tool p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.faq-list {
  width: var(--content);
  margin: clamp(46px, 7vw, 84px) auto 0;
  border-top: 1px solid var(--line);
}

.faq-list > h2 {
  margin: 0;
  padding: 36px 0 24px;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  letter-spacing: -0.055em;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 74px;
  padding: 18px 0;
  cursor: pointer;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 820;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--mint);
  content: "+";
  font-size: 1.4rem;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 72ch;
  margin: -4px 0 24px;
  color: var(--muted);
  line-height: 1.68;
}

.not-found {
  display: grid;
  place-items: center;
  min-height: calc(100svh - 72px);
  width: var(--content);
  margin: 0 auto;
  padding: 70px 0;
  text-align: center;
}

.not-found img {
  width: 132px;
  height: 132px;
  margin: 0 auto 28px;
  border-radius: 50%;
}

.not-found h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6rem);
  letter-spacing: -0.07em;
}

.not-found p {
  max-width: 520px;
  margin: 18px auto 28px;
  color: var(--muted);
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-copy-wrap {
    position: relative;
    z-index: 2;
  }

  .hero h1 {
    max-width: 9.5ch;
  }

  .watch-stage {
    min-height: 540px;
  }

  .section-heading,
  .story-panel,
  .info-hero {
    grid-template-columns: 1fr;
  }

  .world-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .world-card {
    min-height: 340px;
  }

  .crown-visual {
    min-height: 390px;
  }

  .info-status {
    max-width: 460px;
  }
}

@media (max-width: 760px) {
  :root {
    --content: min(100% - 28px, 620px);
    --radius-md: 20px;
    --radius-lg: 25px;
  }

  .nav-shell {
    min-height: 64px;
    gap: 12px;
  }

  .brand span {
    display: none;
  }

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

  .nav-actions {
    gap: 10px;
  }

  .primary-nav {
    gap: 12px;
  }

  .primary-nav a {
    font-size: 0.78rem;
  }

  .language-switch a {
    min-width: 34px;
    padding-inline: 7px;
  }

  .hero {
    min-height: 0;
    padding: 62px 0 44px;
  }

  .hero::before {
    left: 16%;
    width: 540px;
    height: 540px;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 15.5vw, 5.25rem);
  }

  .hero-copy {
    margin-top: 22px;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .button {
    min-height: 48px;
  }

  .watch-stage {
    min-height: 460px;
  }

  .watch {
    width: 256px;
    height: 306px;
    border-radius: 68px;
  }

  .watch-band {
    width: 116px;
    height: 480px;
  }

  .watch-screen {
    width: 222px;
    height: 270px;
    border-radius: 54px;
  }

  .watch-screen img {
    width: 188px;
    height: 188px;
  }

  .watch::before {
    right: -20px;
    top: 76px;
    width: 15px;
    height: 58px;
  }

  .watch::after {
    right: -13px;
    top: 150px;
    height: 44px;
  }

  .motion-chip {
    min-width: 132px;
    padding: 10px 12px;
  }

  .motion-chip-one {
    top: 34px;
    left: -4px;
  }

  .motion-chip-two {
    right: -2px;
    bottom: 54px;
  }

  .stat-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-band div:nth-child(3),
  .stat-band div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .stat-band div:nth-child(3) {
    border-left: 0;
  }

  .section {
    padding-top: 92px;
  }

  .section-heading {
    gap: 20px;
    margin-bottom: 26px;
  }

  .feature-grid,
  .info-grid,
  .support-tools {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 260px;
  }

  .feature-card h3 {
    margin-top: 58px;
  }

  .world-card {
    min-height: 300px;
  }

  .story-panel {
    gap: 18px;
  }

  .crown-visual {
    min-height: 340px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .step + .step {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .step h3 {
    margin-top: 28px;
  }

  .privacy-callout,
  .closing-panel,
  .info-contact {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .privacy-badges {
    min-width: 0;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 5px;
  }

  .info-main {
    padding-bottom: 68px;
  }

  .info-hero {
    padding: 62px 0 46px;
  }

  .info-hero h1 {
    font-size: clamp(3.1rem, 14vw, 5rem);
  }

  .info-card {
    min-height: 0;
  }

  .info-card h2 {
    margin-top: 34px;
  }

  .info-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .support-tool h2 {
    margin-top: 34px;
  }
}

@media (max-width: 480px) {
  .primary-nav a:first-child {
    display: none;
  }

  .hero-actions .button,
  .info-contact .button,
  .closing-panel .button {
    width: 100%;
  }

  .watch-stage {
    margin-inline: -10px;
  }

  .world-grid {
    grid-template-columns: 1fr;
  }

  .world-card {
    min-height: 290px;
  }

  .crown-ring {
    width: 270px;
    height: 270px;
  }

  .crown-ring::before {
    inset: 48px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

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

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