/* =========================================================================
   Polania Luxe — luxury Poland casino hotel stylesheet.
   System fonts only. Deep burgundy, black plum, champagne gold, warm ivory.
   Built for the existing Razor class names.
   ========================================================================= */

:root {
  --ink-950: #090508;
  --ink-900: #12090e;
  --ink-850: #1a0d13;
  --ink-800: #241018;
  --ink-750: #2c1420;
  --ink-700: #351b28;
  --ink-650: #472435;
  --ink-600: #5d3146;

  --paper: #fff7ea;
  --paper-soft: #f3e3cc;
  --muted: #c3aeb8;

  --gold-200: #f8dfaa;
  --gold-300: #efc77e;
  --gold-400: #d8a75b;
  --gold-500: #b57a34;

  --rose-300: #d9a6ad;
  --wine: #651f35;
  --shadow: rgba(0, 0, 0, 0.35);

  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --wrap: 1180px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(216, 167, 91, 0.13), transparent 60%),
    radial-gradient(700px 520px at 0% 15%, rgba(101, 31, 53, 0.28), transparent 62%),
    var(--ink-900);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

.container {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 1.4rem;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 1000;
  background: var(--gold-400);
  color: var(--ink-950);
  padding: 0.65rem 1rem;
  border-radius: 0 0 10px 0;
  font-weight: 800;
}

.skip-link:focus {
  left: 0;
}

/* ---------- Typography ---------- */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-300);
  font-weight: 800;
  margin: 0 0 0.65rem;
}

.eyebrow::before {
  content: "";
  width: 1.4rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-400));
}

.display-xl,
.display-lg,
.display-md {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0;
}

.display-xl {
  font-size: clamp(3rem, 7vw, 5.45rem);
}

.display-lg {
  font-size: clamp(2.1rem, 4.7vw, 3.65rem);
}

.display-md {
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
}

.italic {
  font-style: italic;
}

.gold-text {
  color: var(--gold-200);
  text-shadow: 0 0 28px rgba(216, 167, 91, 0.15);
}

.lede {
  font-size: 1.1rem;
  color: var(--muted);
  margin: 1rem 0 0;
  max-width: 48ch;
}

.muted {
  color: var(--muted);
}

.text-center {
  text-align: center;
}

.text-center .eyebrow {
  justify-content: center;
}

.text-center .eyebrow::before {
  display: none;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 52rem;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.82rem 1.45rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.015em;
  cursor: pointer;
  border: 1px solid transparent;
  transition:
    transform 0.16s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
  white-space: nowrap;
}

.btn:active {
  transform: translateY(1px);
}

.btn-gold {
  color: #170b10;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), transparent 38%),
    linear-gradient(135deg, var(--gold-200), var(--gold-400) 52%, var(--gold-500));
  box-shadow:
    0 16px 34px rgba(216, 167, 91, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 44px rgba(216, 167, 91, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.btn-ghost {
  border-color: rgba(216, 167, 91, 0.28);
  color: var(--paper);
  background: rgba(255, 247, 234, 0.035);
}

.btn-ghost:hover {
  border-color: var(--gold-400);
  color: var(--gold-200);
  background: rgba(216, 167, 91, 0.08);
}

.btn-block {
  width: 100%;
}

/* ---------- Navbar ---------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(18, 9, 14, 0.82);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid rgba(216, 167, 91, 0.14);
}

.nav-toggle-input {
  display: none;
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  min-height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex: none;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--ink-950);
  background:
    radial-gradient(circle at 34% 24%, #fff2c7 0 12%, transparent 13%),
    linear-gradient(150deg, var(--gold-200), var(--gold-500));
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 0 0 6px rgba(216, 167, 91, 0.06),
    0 14px 34px rgba(0, 0, 0, 0.25);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.brand-sub {
  font-size: 0.67rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-links {
  display: flex;
  gap: 1.25rem;
  margin-left: auto;
}

.nav-links a {
  position: relative;
  font-size: 0.9rem;
  color: var(--paper-soft);
  opacity: 0.86;
  padding: 0.35rem 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--gold-400);
  transition: right 0.2s ease;
}

.nav-links a:hover {
  opacity: 1;
  color: var(--gold-200);
}

.nav-links a:hover::after {
  right: 0;
}

.nav-cta {
  padding: 0.62rem 1.12rem;
  min-height: 40px;
}

.nav-burger {
  display: none;
}

.mobile-menu {
  display: none;
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8.5vw, 7.2rem) 0;
  border-bottom: 1px solid rgba(216, 167, 91, 0.12);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(115deg, rgba(9, 5, 8, 0.98) 0%, rgba(26, 13, 19, 0.9) 45%, rgba(53, 27, 40, 0.72) 100%),
    var(--ink-900);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  z-index: -2;
  background:
    radial-gradient(70% 90% at 50% 100%, rgba(216, 167, 91, 0.12), transparent 72%),
    linear-gradient(180deg, transparent, rgba(9, 5, 8, 0.65));
}

.deco-ring {
  position: absolute;
  right: -7%;
  top: 50%;
  transform: translateY(-50%);
  width: min(47vw, 570px);
  opacity: 0.22;
  z-index: -1;
  filter: drop-shadow(0 0 28px rgba(216, 167, 91, 0.18));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.85rem;
}

.statwrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.statgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(216, 167, 91, 0.18);
  border: 1px solid rgba(216, 167, 91, 0.18);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 80px var(--shadow);
}

.stat {
  min-height: 112px;
  background:
    linear-gradient(180deg, rgba(255, 247, 234, 0.045), rgba(255, 247, 234, 0.012)),
    rgba(36, 16, 24, 0.88);
  padding: 1.25rem 1rem;
  text-align: center;
  display: grid;
  place-items: center;
  align-content: center;
}

.stat-value {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
  color: var(--gold-200);
  margin: 0;
}

.stat-label {
  font-size: 0.7rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0.45rem 0 0;
}

.pullquote {
  margin: 0;
  padding: 1.35rem 1.45rem;
  border-left: 3px solid var(--gold-400);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.17rem;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(216, 167, 91, 0.08), transparent 42%),
    rgba(53, 27, 40, 0.88);
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.pullquote cite {
  display: block;
  margin-top: 0.65rem;
  font-style: normal;
  font-family: var(--sans);
  font-size: 0.78rem;
  color: var(--muted);
}

/* ---------- Sections ---------- */

.section {
  position: relative;
  padding: clamp(3.2rem, 7vw, 5.8rem) 0;
}

.section--tint {
  background:
    radial-gradient(760px 420px at 100% 0%, rgba(216, 167, 91, 0.08), transparent 60%),
    linear-gradient(180deg, rgba(9, 5, 8, 0.86), rgba(18, 9, 14, 0.96));
  border-top: 1px solid rgba(216, 167, 91, 0.08);
  border-bottom: 1px solid rgba(216, 167, 91, 0.08);
}

.section-header {
  max-width: 66ch;
}

.section-header .lede {
  margin-left: 0;
}

/* ---------- Grid + cards ---------- */

.grid {
  display: grid;
  gap: 1.35rem;
}

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

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

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

.card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 247, 234, 0.045), rgba(255, 247, 234, 0.016)),
    rgba(53, 27, 40, 0.9);
  border: 1px solid rgba(216, 167, 91, 0.16);
  border-radius: var(--radius);
  padding: 1.65rem;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(420px 180px at 100% 0%, rgba(216, 167, 91, 0.1), transparent 64%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 28%);
  opacity: 0.8;
}

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

.card h3 {
  font-family: var(--serif);
  font-size: 1.32rem;
  line-height: 1.15;
  font-weight: 500;
  margin: 0.12rem 0 0.55rem;
}

.card p {
  color: var(--muted);
  margin: 0;
}

.card-link {
  display: block;
  transition:
    transform 0.18s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.card-link:hover {
  transform: translateY(-5px);
  border-color: rgba(216, 167, 91, 0.5);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.card-meta {
  display: block;
  margin-top: 1rem;
  color: var(--gold-200);
  font-size: 0.88rem;
  font-weight: 800;
}

/* ---------- Detail rows ---------- */

.detail-row {
  display: grid;
  grid-template-columns: 1fr 1.38fr;
  gap: 2.3rem;
  padding-top: 2.3rem;
  border-top: 1px solid rgba(216, 167, 91, 0.15);
}

.room-card {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 2rem;
}

.room-card .lede {
  max-width: none;
}

.room-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
  margin-top: 1.2rem;
}

.room-meta .k {
  display: block;
  font-size: 0.67rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
}

.room-meta .v {
  display: block;
  margin-top: 0.25rem;
  color: var(--paper);
  font-weight: 700;
}

.pills,
.chip-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.25rem 0 0;
  padding: 0;
}

.pill,
.chip {
  font-size: 0.82rem;
  line-height: 1.2;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 167, 91, 0.16);
  background: rgba(18, 9, 14, 0.62);
  color: var(--muted);
}

.chip {
  color: var(--gold-200);
  border-color: rgba(216, 167, 91, 0.38);
  background: rgba(216, 167, 91, 0.08);
}

/* ---------- Events ---------- */

.event {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  background:
    linear-gradient(135deg, rgba(255, 247, 234, 0.045), rgba(255, 247, 234, 0.01)),
    rgba(53, 27, 40, 0.92);
  border: 1px solid rgba(216, 167, 91, 0.15);
  border-radius: var(--radius);
  padding: 1.12rem 1.25rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.event-night {
  flex: none;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 0.78rem;
  color: var(--ink-950);
  background:
    linear-gradient(150deg, var(--gold-200), var(--gold-500));
  box-shadow: 0 0 0 6px rgba(216, 167, 91, 0.07);
}

.event h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.18rem;
  margin: 0;
}

.event p {
  margin: 0.1rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* ---------- Panel / CTA strip ---------- */

.panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(216, 167, 91, 0.18);
  background:
    linear-gradient(135deg, rgba(53, 27, 40, 0.96), rgba(18, 9, 14, 0.98)),
    var(--ink-900);
  padding: clamp(1.9rem, 4.2vw, 3.2rem);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.27);
}

.panel-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(46% 90% at 82% 0%, rgba(216, 167, 91, 0.2), transparent 62%),
    radial-gradient(38% 70% at 5% 100%, rgba(101, 31, 53, 0.34), transparent 70%);
}

.panel-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 2rem;
  align-items: center;
}

.panel-cta {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

/* ---------- Page hero ---------- */

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.2rem, 7vw, 5rem) 0 1.3rem;
  background:
    radial-gradient(700px 320px at 88% 0%, rgba(216, 167, 91, 0.13), transparent 60%),
    linear-gradient(135deg, rgba(9, 5, 8, 0.98), rgba(36, 16, 24, 0.92));
  border-bottom: 1px solid rgba(216, 167, 91, 0.13);
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(216, 167, 91, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.page-hero .lede {
  margin-left: 0;
}

/* ---------- Responsible-gaming banner ---------- */

.rg-banner {
  background:
    linear-gradient(90deg, rgba(216, 167, 91, 0.1), transparent),
    rgba(53, 27, 40, 0.95);
  border-top: 1px solid rgba(216, 167, 91, 0.17);
  border-bottom: 1px solid rgba(216, 167, 91, 0.17);
  padding: 1rem 0;
}

.rg-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.rg-flag {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 74ch;
}

.rg-flag p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--paper-soft);
}

.badge-age {
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: var(--ink-950);
  background: linear-gradient(150deg, var(--gold-200), var(--gold-500));
  box-shadow: 0 0 0 6px rgba(216, 167, 91, 0.08);
}

/* ---------- Forms ---------- */

.form-card {
  background:
    linear-gradient(180deg, rgba(255, 247, 234, 0.045), rgba(255, 247, 234, 0.012)),
    rgba(53, 27, 40, 0.94);
  border: 1px solid rgba(216, 167, 91, 0.16);
  border-radius: var(--radius);
  padding: clamp(1.35rem, 3vw, 1.9rem);
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.22);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.12rem;
}

.field {
  display: flex;
  flex-direction: column;
}

.field label {
  font-size: 0.82rem;
  color: var(--paper-soft);
  margin-bottom: 0.42rem;
}

.req {
  color: var(--gold-300);
  margin-left: 0.15rem;
}

.input,
.select,
.textarea {
  width: 100%;
  background: rgba(9, 5, 8, 0.64);
  border: 1px solid rgba(216, 167, 91, 0.17);
  color: var(--paper);
  border-radius: 12px;
  padding: 0.75rem 0.88rem;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.input:focus,
.select:focus,
.textarea:focus {
  outline: none;
  border-color: var(--gold-400);
  box-shadow:
    0 0 0 4px rgba(216, 167, 91, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.textarea {
  resize: vertical;
}

.form-consent {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 1.25rem;
  font-size: 0.86rem;
  color: var(--muted);
}

.form-consent input {
  margin-top: 0.28rem;
  accent-color: var(--gold-400);
}

.form-success {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  flex-wrap: wrap;
  background:
    linear-gradient(135deg, rgba(216, 167, 91, 0.12), rgba(53, 27, 40, 0.96)),
    rgba(53, 27, 40, 0.94);
  border: 1px solid rgba(216, 167, 91, 0.45);
  border-radius: var(--radius);
  padding: 1.65rem;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
}

.form-success .tick {
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, var(--gold-200), var(--gold-500));
  color: var(--ink-950);
  font-weight: 900;
  font-size: 1.3rem;
}

/* ---------- FAQ + prose ---------- */

.faq-group {
  margin-bottom: 2.45rem;
}

.faq-group h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.55rem;
  margin: 0 0 0.9rem;
  color: var(--gold-200);
}

.faq-item {
  border: 1px solid rgba(216, 167, 91, 0.15);
  border-radius: 14px;
  padding: 0.3rem 1.05rem;
  margin-bottom: 0.75rem;
  background: rgba(53, 27, 40, 0.88);
}

.faq-item summary {
  cursor: pointer;
  padding: 0.86rem 0;
  font-weight: 800;
  list-style: none;
}

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

.faq-item[open] {
  border-color: rgba(216, 167, 91, 0.35);
}

.faq-item[open] summary {
  color: var(--gold-200);
}

.faq-item p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.prose {
  max-width: 68ch;
}

.prose h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.55rem;
  margin: 2rem 0 0.65rem;
  color: var(--gold-200);
}

.prose p,
.prose li {
  color: var(--muted);
}

.prose a {
  color: var(--gold-200);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prose ul {
  padding-left: 1.25rem;
}

/* ---------- Age gate ---------- */

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  background:
    radial-gradient(600px 360px at 50% 20%, rgba(216, 167, 91, 0.12), transparent 62%),
    rgba(9, 5, 8, 0.82);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.age-card {
  width: min(100%, 32rem);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 247, 234, 0.055), rgba(255, 247, 234, 0.014)),
    rgba(53, 27, 40, 0.96);
  border: 1px solid rgba(216, 167, 91, 0.24);
  border-radius: 24px;
  padding: clamp(1.75rem, 5vw, 2.4rem);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.45);
}

.age-card h2 {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 4vw, 2rem);
  font-weight: 500;
  margin: 1.05rem 0 0.65rem;
}

.age-card p {
  color: var(--muted);
  margin: 0;
}

.age-emblem {
  display: inline-grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ink-950);
  background:
    radial-gradient(circle at 34% 24%, #fff2c7 0 12%, transparent 13%),
    linear-gradient(150deg, var(--gold-200), var(--gold-500));
  box-shadow: 0 0 0 8px rgba(216, 167, 91, 0.08);
}

.age-actions {
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  margin: 1.45rem 0 1.05rem;
  flex-wrap: wrap;
}

.age-support {
  font-size: 0.82rem;
}

/* ---------- Footer ---------- */

.footer {
  background:
    radial-gradient(620px 260px at 10% 0%, rgba(216, 167, 91, 0.08), transparent 60%),
    var(--ink-950);
  border-top: 1px solid rgba(216, 167, 91, 0.14);
  padding: 3.6rem 0 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 2rem;
}

.footer-brand p {
  color: var(--muted);
  font-size: 0.9rem;
  max-width: 39ch;
}

.footer-socials {
  display: flex;
  gap: 0.62rem;
  margin-top: 1rem;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.74rem;
  font-weight: 900;
  border: 1px solid rgba(216, 167, 91, 0.18);
  color: var(--muted);
  background: rgba(255, 247, 234, 0.025);
}

.footer-socials a:hover {
  color: var(--gold-200);
  border-color: var(--gold-400);
  background: rgba(216, 167, 91, 0.08);
}

.footer h4 {
  font-size: 0.73rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--paper);
  margin: 0 0 1rem;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.58rem;
}

.footer ul a {
  color: var(--muted);
  font-size: 0.9rem;
}

.footer ul a:hover {
  color: var(--gold-200);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.65rem;
  padding-top: 1.45rem;
  border-top: 1px solid rgba(216, 167, 91, 0.14);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}

/* ---------- Utilities ---------- */

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.mt-1 {
  margin-top: 0.35rem;
}

.mt-2 {
  margin-top: 0.7rem;
}

.mt-3 {
  margin-top: 1.1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-6 {
  margin-top: 2.4rem;
}

/* ---------- Reveal ---------- */

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  html {
    scroll-behavior: auto;
  }

  .btn,
  .card-link,
  .nav-links a::after {
    transition: none;
  }
}

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .nav-links {
    gap: 0.85rem;
  }

  .nav-links a {
    font-size: 0.84rem;
  }

  .hero-grid,
  .panel-grid,
  .detail-row,
  .room-card {
    grid-template-columns: 1fr;
  }

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

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

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .deco-ring {
    right: -18%;
    opacity: 0.14;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .nav-inner {
    min-height: 72px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
    cursor: pointer;
    padding: 0.45rem;
  }

  .nav-burger span {
    width: 25px;
    height: 2px;
    background: var(--paper);
    transition: 0.2s;
  }

  .nav-toggle-input:checked ~ .nav-inner .nav-burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle-input:checked ~ .nav-inner .nav-burger span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle-input:checked ~ .nav-inner .nav-burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu {
    display: none;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.55rem 0 1rem;
    border-top: 1px solid rgba(216, 167, 91, 0.12);
  }

  .nav-toggle-input:checked ~ .mobile-menu {
    display: flex;
  }

  .mobile-menu a {
    padding: 0.72rem 0.2rem;
    border-bottom: 1px solid rgba(216, 167, 91, 0.1);
    color: var(--paper-soft);
  }

  .mobile-menu a:hover {
    color: var(--gold-200);
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .statgrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .rg-flag {
    align-items: flex-start;
  }

  .btn {
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .container {
    padding: 0 1rem;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 0.86rem;
  }

  .brand-name {
    font-size: 1.08rem;
  }

  .brand-sub {
    font-size: 0.6rem;
    letter-spacing: 0.13em;
  }

  .hero {
    padding-top: 3.4rem;
  }

  .display-xl {
    font-size: clamp(2.55rem, 15vw, 3.5rem);
  }

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

  .stat {
    min-height: 100px;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
  }

  .age-actions {
    flex-direction: column;
  }

  .age-actions .btn {
    width: 100%;
  }
}