:root {
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  font-family: var(--theme-body-font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: var(--page-bg);
  color: var(--text);
  transition:
    background 0.55s ease,
    color 0.55s ease;
}

body.theme-modern {
  --page-bg:
    radial-gradient(circle at top left, rgba(213, 194, 170, 0.18), transparent 26%),
    linear-gradient(180deg, #f8f3eb 0%, #f2eadf 100%);
  --text: #1f1b17;
  --muted: #5b5349;
  --copy: #4f473e;
  --accent: #355847;
  --line: rgba(31, 27, 23, 0.10);
  --panel: rgba(255, 251, 246, 0.74);
  --header-bg: rgba(255, 250, 244, 0.58);
  --header-border: rgba(31, 27, 23, 0.08);
  --header-shadow: 0 14px 34px rgba(52, 37, 20, 0.10);
  --footer-bg: linear-gradient(180deg, #f2eadf 0%, #eee5d8 100%);
  --footer-text: #4f473e;
  --hero-title: #1f1b17;
  --hero-copy: #4f473e;
  --hero-kicker: #355847;
  --hero-primary-bg: #ffffff;
  --hero-primary-color: #111111;
  --hero-secondary-bg: rgba(255, 251, 246, 0.88);
  --hero-secondary-color: #1f1b17;
  --switch-bg: rgba(255, 251, 246, 0.52);
  --switch-border: rgba(31, 27, 23, 0.10);
  --switch-center-bg: rgba(255, 255, 255, 0.82);
  --switch-center-text: #1f1b17;
  --switch-side-text: rgba(31, 27, 23, 0.45);
  --theme-body-font: "Manrope", Arial, Helvetica, sans-serif;
  --theme-display-font: "Fraunces", serif;
}

body.theme-futuristic {
  --page-bg:
    radial-gradient(circle at 18% 16%, rgba(57, 224, 255, 0.18), transparent 22%),
    radial-gradient(circle at 82% 20%, rgba(255, 0, 166, 0.18), transparent 24%),
    radial-gradient(circle at 52% 82%, rgba(91, 87, 255, 0.20), transparent 28%),
    linear-gradient(180deg, #060c17 0%, #08101b 38%, #070d16 100%);
  --text: #eef8ff;
  --muted: rgba(215, 233, 255, 0.72);
  --copy: rgba(220, 238, 255, 0.82);
  --accent: #5deaff;
  --line: rgba(116, 240, 255, 0.18);
  --panel: rgba(13, 23, 39, 0.56);
  --header-bg: linear-gradient(180deg, rgba(7, 16, 29, 0.78) 0%, rgba(7, 16, 29, 0.58) 100%);
  --header-border: rgba(92, 234, 255, 0.22);
  --header-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
  --footer-bg:
    radial-gradient(circle at 20% 50%, rgba(93, 234, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #08101d 0%, #060c16 100%);
  --footer-text: rgba(221, 238, 255, 0.78);
  --hero-title: #ecfbff;
  --hero-copy: rgba(223, 241, 255, 0.84);
  --hero-kicker: #76f4ff;
  --hero-primary-bg: linear-gradient(135deg, #73f4ff 0%, #826dff 100%);
  --hero-primary-color: #07111d;
  --hero-secondary-bg: rgba(255, 255, 255, 0.05);
  --hero-secondary-color: #eef8ff;
  --switch-bg: rgba(9, 18, 34, 0.52);
  --switch-border: rgba(92, 234, 255, 0.22);
  --switch-center-bg: rgba(89, 236, 255, 0.12);
  --switch-center-text: #f2feff;
  --switch-side-text: rgba(197, 227, 255, 0.52);
  --theme-body-font: "Space Grotesk", Arial, Helvetica, sans-serif;
  --theme-display-font: "Space Grotesk", Arial, Helvetica, sans-serif;
}

body.theme-premium {
  --page-bg:
    radial-gradient(circle at 18% 16%, rgba(182, 139, 74, 0.18), transparent 22%),
    radial-gradient(circle at 80% 18%, rgba(255, 244, 217, 0.08), transparent 18%),
    radial-gradient(circle at 50% 78%, rgba(120, 88, 44, 0.12), transparent 26%),
    linear-gradient(180deg, #15110e 0%, #120f0c 44%, #0f0c0a 100%);
  --text: #f8f1e5;
  --muted: rgba(229, 215, 192, 0.72);
  --copy: rgba(239, 226, 205, 0.82);
  --accent: #d8b370;
  --line: rgba(216, 179, 112, 0.16);
  --panel: rgba(27, 21, 17, 0.72);
  --header-bg: linear-gradient(180deg, rgba(22, 18, 15, 0.82) 0%, rgba(22, 18, 15, 0.62) 100%);
  --header-border: rgba(216, 179, 112, 0.12);
  --header-shadow: 0 18px 40px rgba(0, 0, 0, 0.30);
  --footer-bg:
    radial-gradient(circle at 50% 0%, rgba(216, 179, 112, 0.08), transparent 24%),
    linear-gradient(180deg, #14100d 0%, #100d0b 100%);
  --footer-text: rgba(239, 226, 205, 0.76);
  --hero-title: #fff6ea;
  --hero-copy: rgba(244, 232, 213, 0.84);
  --hero-kicker: #f1d29b;
  --hero-primary-bg: linear-gradient(135deg, #f2dfb9 0%, #cda15e 100%);
  --hero-primary-color: #1c1510;
  --hero-secondary-bg: rgba(255, 255, 255, 0.05);
  --hero-secondary-color: #fff6ea;
  --switch-bg: rgba(26, 20, 16, 0.56);
  --switch-border: rgba(216, 179, 112, 0.14);
  --switch-center-bg: rgba(216, 179, 112, 0.12);
  --switch-center-text: #fff6ea;
  --switch-side-text: rgba(239, 226, 205, 0.48);
  --theme-body-font: "Manrope", Arial, Helvetica, sans-serif;
  --theme-display-font: "Cormorant Garamond", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
}

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

/* =========================
   FIXED ORBIT UI
========================= */

.style-orbit-ui {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3000;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 14px;
  pointer-events: auto;
}

.orbit-arrow {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid var(--switch-border);
  background: var(--switch-bg);
  color: var(--switch-center-text);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  cursor: pointer;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

.orbit-arrow span {
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  transform: translateY(-1px);
}

.orbit-arrow:hover {
  transform: scale(1.06);
}

.orbit-wheel {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), rgba(255,255,255,0) 62%);
  border: 1px solid var(--switch-border);
  backdrop-filter: blur(8px) saturate(128%);
  -webkit-backdrop-filter: blur(8px) saturate(128%);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.12);
  transition:
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.orbit-item {
  position: absolute;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--theme-display-font);
  font-weight: 600;
  letter-spacing: -0.03em;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s ease,
    text-shadow 0.35s ease;
  white-space: nowrap;
  user-select: none;
}

.orbit-center {
  font-size: clamp(1.35rem, 1.9vw, 1.8rem);
  color: var(--switch-center-text);
  text-shadow: 0 0 28px rgba(255,255,255,0.12);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.orbit-left {
  font-size: 0.92rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--switch-center-text) 74%, transparent);
  transform: translate(-50px, -42px) scale(0.86);
  opacity: 0.94;
  text-align: center;
}

.orbit-right {
  font-size: 0.92rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--switch-center-text) 74%, transparent);
  transform: translate(50px, 42px) scale(0.86);
  opacity: 0.94;
  text-align: center;
}

body.theme-futuristic .showcase-ball-1 {
  width: 360px;
  height: 360px;
  top: 12%;
  right: 14%;
}

body.theme-futuristic .showcase-ball-2 {
  width: 260px;
  height: 260px;
  bottom: 14%;
  right: 34%;
  left: auto;
}

body.theme-futuristic .showcase-ball-3 {
  width: 620px;
  height: 620px;
  top: 18%;
  left: 54%;
}

body.theme-premium .showcase-ball-1 {
  width: 500px;
  height: 500px;
  top: 4%;
  right: 10%;
}

body.theme-premium .showcase-ball-2 {
  width: 240px;
  height: 240px;
  bottom: 12%;
  left: 14%;
}

body.theme-premium .showcase-ball-3 {
  width: 420px;
  height: 420px;
  top: 40%;
  left: 18%;
}

/* =========================
   HEADER
========================= */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 2000;
  pointer-events: none;
}

.header-shell {
  padding: 16px 0;
  transition: padding 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.header-inner {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0;
  border: 1px solid transparent;
  transition:
    width 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    max-width 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header:not(.is-scrolled) .header-inner {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-header.is-scrolled .header-shell {
  padding-top: 10px;
}

.site-header.is-scrolled .header-inner {
  width: min(920px, calc(100% - 32px));
  max-width: 920px;
  margin: 0 auto;
  padding: 12px 18px;
  border-radius: 18px;
  border-color: var(--header-border);
  background: var(--header-bg);
  box-shadow:
    var(--header-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

body.theme-futuristic .site-header.is-scrolled .header-inner {
  border-radius: 18px;
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(93, 234, 255, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.theme-premium .site-header.is-scrolled .header-inner {
  border-radius: 28px;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 245, 226, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 42px;
  height: 42px;
  color: var(--accent);
  flex-shrink: 0;
  transition: color 0.45s ease, filter 0.45s ease;
}

body.theme-futuristic .brand-logo,
body.theme-premium .brand-logo {
  filter: drop-shadow(0 0 14px rgba(255,255,255,0.08));
}

.brand-text {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--accent);
  white-space: nowrap;
  transition: color 0.45s ease;
}

.main-nav {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}

.nav-link {
  position: relative;
  display: inline-block;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
  padding: 4px 0;
  transition: color 0.24s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1.5px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s ease, background 0.45s ease;
}

.nav-link:hover {
  color: var(--text);
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.main-nav .nav-link.is-active {
  color: var(--text);
}

.main-nav .nav-link.is-active::after {
  transform: scaleX(1);
}

body.theme-futuristic .showcase-hero-title {
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

body.theme-premium .showcase-hero-title {
  font-weight: 600;
  letter-spacing: -0.03em;
}

body.theme-futuristic .nav-link,
body.theme-futuristic .brand-text {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
}

body.theme-premium .nav-link,
body.theme-premium .brand-text {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
/* =========================
   HERO
========================= */

.showcase-hero {
  position: relative;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 176px 0 100px;
}

.showcase-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.showcase-grid {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.85), rgba(0,0,0,0.25));
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.85), rgba(0,0,0,0.25));
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.showcase-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.45s ease, background 0.45s ease;
}

body.theme-futuristic .showcase-hero-bg::after {
  opacity: 1;
  background:
    linear-gradient(115deg, rgba(93, 234, 255, 0.08) 0%, rgba(93, 234, 255, 0) 28%),
    linear-gradient(295deg, rgba(255, 0, 187, 0.06) 0%, rgba(255, 0, 187, 0) 26%),
    radial-gradient(circle at 70% 30%, rgba(130, 109, 255, 0.10), transparent 22%);
}

body.theme-premium .showcase-hero-bg::after {
  opacity: 1;
  background:
    radial-gradient(circle at 50% 42%, rgba(216, 179, 112, 0.08), transparent 26%);
}

body.theme-futuristic .showcase-grid {
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(113, 231, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113, 231, 255, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
}

body.theme-premium .showcase-grid {
  opacity: 0;
}

.hero-light {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.42;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition:
    opacity 0.45s ease,
    background 0.45s ease,
    filter 0.45s ease;
}

.hero-light-1 {
  width: 520px;
  height: 520px;
  left: -150px;
  top: -110px;
  animation: driftOne 18s infinite alternate;
}

.hero-light-2 {
  width: 430px;
  height: 430px;
  right: -120px;
  bottom: 8%;
  animation: driftTwo 20s infinite alternate;
}

body.theme-modern .hero-light-1 {
  background: radial-gradient(circle, rgba(213, 194, 170, 0.62) 0%, rgba(213, 194, 170, 0) 72%);
}

body.theme-modern .hero-light-2 {
  background: radial-gradient(circle, rgba(53, 88, 71, 0.12) 0%, rgba(53, 88, 71, 0) 72%);
}

body.theme-futuristic .hero-light-1 {
  background: radial-gradient(circle, rgba(55, 224, 255, 0.42) 0%, rgba(55, 224, 255, 0) 72%);
  filter: blur(110px);
}

body.theme-futuristic .hero-light-2 {
  background: radial-gradient(circle, rgba(255, 0, 187, 0.28) 0%, rgba(255, 0, 187, 0) 72%);
  filter: blur(110px);
}

body.theme-premium .hero-light-1 {
  background: radial-gradient(circle, rgba(216, 179, 112, 0.26) 0%, rgba(216, 179, 112, 0) 72%);
}

body.theme-premium .hero-light-2 {
  background: radial-gradient(circle, rgba(255, 243, 213, 0.12) 0%, rgba(255, 243, 213, 0) 72%);
}

.showcase-balls {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.showcase-ball {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.32;
  transition:
    opacity 2s ease,
    transform 2s ease,
    border-color 2s ease,
    box-shadow 2s ease;
}

.showcase-ball::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  opacity: 0.08;
  transition: opacity 2s ease;
}

.showcase-ball.is-active {
  opacity: 0.95;
  transform: scale(1.03);
}

.showcase-ball.is-active::before {
  opacity: 1;
}

.showcase-ball-1 {
  width: 430px;
  height: 430px;
  top: 6%;
  right: 8%;
}

.showcase-ball-2 {
  width: 320px;
  height: 320px;
  bottom: 10%;
  left: 8%;
}

.showcase-ball-3 {
  width: 540px;
  height: 540px;
  top: 34%;
  left: 24%;
}

body.theme-modern .showcase-ball-1 {
  border: 1.5px solid rgba(31, 27, 23, 0.12);
}
body.theme-modern .showcase-ball-2 {
  border: 1.5px solid rgba(183, 134, 83, 0.12);
}
body.theme-modern .showcase-ball-3 {
  border: 1.5px solid rgba(53, 88, 71, 0.10);
}
body.theme-modern .showcase-ball-1::before {
  border: 1.5px solid rgba(31, 27, 23, 0.22);
  box-shadow: 0 0 40px rgba(213, 194, 170, 0.10), 0 0 80px rgba(31, 27, 23, 0.08);
}
body.theme-modern .showcase-ball-2::before {
  border: 1.5px solid rgba(183, 134, 83, 0.22);
  box-shadow: 0 0 36px rgba(183, 134, 83, 0.10), 0 0 68px rgba(183, 134, 83, 0.08);
}
body.theme-modern .showcase-ball-3::before {
  border: 1.5px solid rgba(53, 88, 71, 0.18);
  box-shadow: 0 0 36px rgba(53, 88, 71, 0.10), 0 0 70px rgba(53, 88, 71, 0.08);
}

body.theme-futuristic .showcase-ball {
  opacity: 0.8;
}
body.theme-futuristic .showcase-ball-1 {
  border: 1.5px solid rgba(95, 240, 255, 0.30);
}
body.theme-futuristic .showcase-ball-2 {
  border: 1.5px solid rgba(255, 0, 187, 0.24);
}
body.theme-futuristic .showcase-ball-3 {
  border: 1.5px solid rgba(135, 114, 255, 0.24);
}
body.theme-futuristic .showcase-ball-1::before {
  border: 1.5px solid rgba(95, 240, 255, 0.38);
  box-shadow:
    0 0 24px rgba(95, 240, 255, 0.24),
    0 0 64px rgba(95, 240, 255, 0.18),
    0 0 110px rgba(95, 240, 255, 0.12);
}
body.theme-futuristic .showcase-ball-2::before {
  border: 1.5px solid rgba(255, 0, 187, 0.30);
  box-shadow:
    0 0 24px rgba(255, 0, 187, 0.22),
    0 0 64px rgba(255, 0, 187, 0.16),
    0 0 110px rgba(255, 0, 187, 0.10);
}
body.theme-futuristic .showcase-ball-3::before {
  border: 1.5px solid rgba(135, 114, 255, 0.32);
  box-shadow:
    0 0 24px rgba(135, 114, 255, 0.24),
    0 0 64px rgba(135, 114, 255, 0.16),
    0 0 110px rgba(135, 114, 255, 0.10);
}

body.theme-premium .showcase-ball {
  opacity: 0.65;
}
body.theme-premium .showcase-ball-1 {
  border: 1.5px solid rgba(216, 179, 112, 0.18);
}
body.theme-premium .showcase-ball-2 {
  border: 1.5px solid rgba(255, 241, 212, 0.12);
}
body.theme-premium .showcase-ball-3 {
  border: 1.5px solid rgba(216, 179, 112, 0.14);
}
body.theme-premium .showcase-ball-1::before {
  border: 1.5px solid rgba(216, 179, 112, 0.22);
  box-shadow:
    0 0 34px rgba(216, 179, 112, 0.12),
    0 0 72px rgba(216, 179, 112, 0.10);
}
body.theme-premium .showcase-ball-2::before {
  border: 1.5px solid rgba(255, 241, 212, 0.16);
  box-shadow:
    0 0 30px rgba(255, 241, 212, 0.08),
    0 0 64px rgba(255, 241, 212, 0.06);
}
body.theme-premium .showcase-ball-3::before {
  border: 1.5px solid rgba(216, 179, 112, 0.18);
  box-shadow:
    0 0 32px rgba(216, 179, 112, 0.10),
    0 0 68px rgba(216, 179, 112, 0.08);
}

.showcase-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

body.theme-futuristic .showcase-hero-inner {
  max-width: 1280px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: calc(100vh - 276px);
}

body.theme-futuristic .showcase-copy {
  max-width: 760px;
  text-align: left;
  margin-left: 0;
}

body.theme-futuristic .showcase-hero-actions {
  justify-content: flex-start;
}

body.theme-premium .showcase-hero-inner {
  max-width: 940px;
}

body.theme-premium .showcase-copy {
  max-width: 760px;
  margin: 0 auto;
}

.showcase-copy {
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.showcase-copy.is-switching {
  opacity: 0;
  transform: translateY(12px);
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--hero-kicker);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 0.45s ease;
}

.showcase-hero-title {
  margin: 0;
  font-family: var(--theme-display-font);
  font-size: clamp(2.9rem, 6.4vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 600;
  color: var(--hero-title);
  transition: color 0.45s ease;
}

body.theme-futuristic .showcase-hero-title {
  text-shadow:
    0 0 24px rgba(115, 244, 255, 0.12),
    0 0 56px rgba(130, 109, 255, 0.08);
}

body.theme-premium .showcase-hero-title {
  text-shadow: 0 0 30px rgba(216, 179, 112, 0.06);
}

.showcase-hero-copy {
  margin: 24px auto 0;
  max-width: 760px;
  color: var(--hero-copy);
  font-size: 1.08rem;
  line-height: 1.82;
  transition: color 0.45s ease;
}

.showcase-hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

/* =========================
   FOOTER
========================= */

.site-footer {
  position: relative;
  padding: 34px 0 38px;
  background: var(--footer-bg);
  border-top: 1px solid var(--line);
  transition:
    background 0.45s ease,
    border-color 0.45s ease;
}

body.theme-futuristic .site-footer {
  box-shadow: inset 0 1px 0 rgba(93, 234, 255, 0.10);
}

body.theme-premium .site-footer {
  box-shadow: inset 0 1px 0 rgba(216, 179, 112, 0.08);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 32px));
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    var(--line),
    rgba(255,255,255,0)
  );
  transition: background 0.45s ease;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 28px;
  align-items: center;
}

.footer-brand {
  min-width: 0;
}

.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: color 0.45s ease;
}

.footer-logo {
  width: 36px;
  height: 36px;
  color: var(--accent);
  flex-shrink: 0;
  transition: color 0.45s ease;
}

.footer-copy {
  margin: 12px 0 0;
  color: var(--footer-text);
  font-size: 0.95rem;
  line-height: 1.7;
  transition: color 0.45s ease;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 20px;
}

.footer-links a {
  position: relative;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 0.24s ease;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1.5px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s ease, background 0.45s ease;
}

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

.footer-links a:hover::after {
  transform: scaleX(1);
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(52, 37, 20, 0.06);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.45s ease;
}

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

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: var(--accent);
  transition: fill 0.45s ease;
}

/* =========================
   BUTTONS
========================= */

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 800;
  overflow: hidden;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 60%;
  height: 100%;
  transform: skewX(-24deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

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

.btn:hover::before {
  opacity: 1;
  animation: btnShine 0.9s ease forwards;
}

.btn-primary {
  background: var(--hero-primary-bg);
  color: var(--hero-primary-color);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 48px rgba(52, 37, 20, 0.10);
}

.btn-primary::before {
  background: linear-gradient(
    110deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.08) 30%,
    rgba(255,255,255,0.22) 50%,
    rgba(255,255,255,0.08) 70%,
    rgba(255,255,255,0) 100%
  );
}

.btn-secondary {
  background: var(--hero-secondary-bg);
  color: var(--hero-secondary-color);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(52, 37, 20, 0.08);
}

.btn-secondary::before {
  background: linear-gradient(
    110deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.05) 30%,
    rgba(255,255,255,0.18) 50%,
    rgba(255,255,255,0.05) 70%,
    rgba(255,255,255,0) 100%
  );
}

body.theme-futuristic .btn {
  border-radius: 18px;
}

body.theme-futuristic .btn-primary {
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(115, 244, 255, 0.12),
    0 0 34px rgba(115, 244, 255, 0.18);
}

body.theme-futuristic .btn-primary:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(115, 244, 255, 0.20),
    0 0 48px rgba(115, 244, 255, 0.26),
    0 0 84px rgba(130, 109, 255, 0.12);
}

body.theme-futuristic .btn-secondary:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.26),
    0 0 32px rgba(93, 234, 255, 0.10);
}

body.theme-premium .btn-primary {
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(216, 179, 112, 0.10);
}

body.theme-premium .btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.30),
    0 0 0 1px rgba(216, 179, 112, 0.16),
    0 0 36px rgba(216, 179, 112, 0.10);
}

body.theme-premium .btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(216, 179, 112, 0.22);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.24),
    0 0 26px rgba(216, 179, 112, 0.06);
}

/* =========================
   ANIMATIONS
========================= */

@keyframes btnShine {
  0% { left: -130%; }
  100% { left: 150%; }
}

@keyframes driftOne {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(70px, 30px, 0); }
}

@keyframes driftTwo {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50px, -24px, 0); }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 980px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo-wrap,
  .footer-links,
  .footer-socials {
    justify-content: center;
  }

  .style-orbit-ui {
    transform: translate(-50%, -50%) scale(0.9);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(var(--container), calc(100% - 22px));
  }

  .style-orbit-ui {
    gap: 10px;
    transform: translate(-50%, -50%) scale(0.72);
  }

  .orbit-wheel {
    width: 190px;
    height: 190px;
  }

  .orbit-left {
    font-size: 0.78rem;
    transform: translate(-30px, -30px) scale(0.84);
  }

  .orbit-right {
    font-size: 0.78rem;
    transform: translate(30px, 30px) scale(0.84);
  }

  .header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .brand {
    justify-content: center;
  }

  .main-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
  }

  .showcase-hero {
    min-height: auto;
    padding: 180px 0 90px;
  }

  .showcase-hero-title {
    font-size: clamp(2.45rem, 10vw, 4.3rem);
  }

  .showcase-hero-actions {
    flex-direction: column;
  }

  .site-footer {
    padding: 28px 0 32px;
  }

  .showcase-ball-1 {
    width: 420px;
    height: 420px;
    top: 8%;
    left: -4%;
  }

  .showcase-ball-2 {
    width: 260px;
    height: 260px;
    top: 26%;
    right: 2%;
  }

  .showcase-ball-3 {
    width: 500px;
    height: 500px;
    bottom: -10%;
    left: 22%;
  }

  body.theme-futuristic .showcase-hero-inner {
  display: block;
  min-height: auto;
}

body.theme-futuristic .showcase-copy {
  max-width: none;
  text-align: center;
}

body.theme-futuristic .showcase-hero-actions {
  justify-content: center;
}

.site-header.is-scrolled .header-inner {
  width: calc(100% - 22px);
  padding: 12px 14px;
  border-radius: 16px;
}
}

@media (max-width: 560px) {
  .btn {
    width: 100%;
  }

  .style-orbit-ui {
    transform: translate(-50%, -50%) scale(0.62);
  }
}