* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background: #050505;
  color: #f5f0e6;
  line-height: 1.65;
}

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

a {
  color: inherit;
}

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

.narrow {
  max-width: 920px;
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  color: #f5f0e6;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.logo-sub {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  color: rgba(245, 240, 230, 0.68);
  letter-spacing: 0.8px;
}

#mobile-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}

#mobile-menu a {
  color: rgba(245, 240, 230, 0.82);
  text-decoration: none;
  font-size: 0.98rem;
  transition: color 0.25s ease;
}

#mobile-menu a:hover {
  color: #d4af37;
}

.nav-btn {
  padding: 12px 18px;
  border: 1px solid rgba(212, 175, 55, 0.48);
  border-radius: 999px;
  color: #d4af37 !important;
}

.nav-btn:hover {
  background: rgba(212, 175, 55, 0.08);
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: transparent;
  color: #f5f0e6;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 1.15rem;
  cursor: pointer;
}

.hero {
  padding: 110px 0 85px;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.10), transparent 26%),
    radial-gradient(circle at bottom left, rgba(212, 175, 55, 0.06), transparent 24%),
    #050505;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
}

.eyebrow,
.section-label {
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.78rem;
  margin: 0 0 14px;
}

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.98;
  color: #fffaf1;
  max-width: 820px;
}

.hero-text {
  font-size: 1.15rem;
  color: rgba(245, 240, 230, 0.82);
  max-width: 700px;
  margin: 0 0 18px;
}

.hero-text-strong {
  color: #fffaf1;
  font-size: 1.22rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 15px 24px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.btn-gold {
  background: #d4af37;
  color: #050505;
}

.btn-gold:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.btn-dark {
  border: 1px solid rgba(245, 240, 230, 0.18);
  color: #f5f0e6;
  background: transparent;
}

.btn-dark:hover {
  border-color: rgba(212, 175, 55, 0.45);
  color: #d4af37;
}

.hero-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-proof-strip span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 999px;
  color: rgba(245, 240, 230, 0.86);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.94rem;
}

.hero-panel-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}

.mini-title {
  margin: 0 0 18px;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 0.78rem;
}

.hero-panel-card ul {
  margin: 0;
  padding-left: 22px;
}

.hero-panel-card li {
  margin-bottom: 12px;
  color: rgba(245, 240, 230, 0.82);
}

.hero-panel-line {
  width: 100%;
  height: 1px;
  background: rgba(212, 175, 55, 0.18);
  margin: 24px 0 18px;
}

.hero-panel-note {
  margin: 0;
  color: #fffaf1;
}

.section {
  padding: 90px 0;
}

.section-tight {
  padding-top: 70px;
}

.alt {
  background: #0a0a0a;
}

.dark-band {
  background: #090909;
  border-top: 1px solid rgba(212, 175, 55, 0.08);
  border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}

.band-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 40px;
  align-items: start;
}

.section h2,
.band-grid h2,
.text-panel h2,
.contact-box h2,
.legal-wrap h1 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
  color: #fffaf1;
}

.band-copy,
.text-panel p,
.section p,
.contact-box p {
  color: rgba(245, 240, 230, 0.8);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.card {
  background: #0c0c0c;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 28px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.22);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.card h3 {
  margin: 0 0 12px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fffaf1;
}

.card p {
  margin: 0;
  color: rgba(245, 240, 230, 0.78);
}

.price {
  color: #d4af37 !important;
  font-weight: 700;
  margin-bottom: 10px !important;
}

.split-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 42px;
  align-items: center;
}

.image-panel img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid rgba(212, 175, 55, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.image-break {
  min-height: 520px;
  background:
    linear-gradient(rgba(5, 5, 5, 0.48), rgba(5, 5, 5, 0.6)),
    url("images/leonora2.jpg") center center / cover no-repeat;
  display: flex;
  align-items: center;
}

.image-overlay {
  width: 100%;
  padding: 80px 0;
}

.image-break-title {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.02;
  color: #fffaf1;
}

.contact-section {
  background:
    radial-gradient(circle at center top, rgba(212, 175, 55, 0.08), transparent 34%),
    #050505;
}

.contact-box {
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 28px;
  padding: 44px 34px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.26);
}

.contact-actions {
  margin: 28px 0 22px;
}

.contact-details {
  margin-top: 22px;
}

.contact-details p {
  margin: 0 0 10px;
}

.contact-details a {
  color: #d4af37;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

.small-note {
  margin-top: 24px !important;
  color: rgba(245, 240, 230, 0.58) !important;
  font-size: 0.95rem;
}

.site-footer {
  background: #0b0b0b;
  border-top: 1px solid rgba(212, 175, 55, 0.16);
  padding: 60px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-col h3,
.footer-col h4 {
  color: #d4af37;
  margin: 0 0 18px;
  font-weight: 600;
}

.footer-brand p {
  color: rgba(245, 240, 230, 0.75);
  line-height: 1.7;
  max-width: 360px;
  margin: 0;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col a {
  color: rgba(245, 240, 230, 0.78);
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-col a:hover {
  color: #d4af37;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: rgba(245, 240, 230, 0.55);
  font-size: 0.95rem;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 980;
  background: #d4af37;
  color: #050505;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1200;
  padding: 20px;
}

.popup-content {
  position: relative;
  max-width: 560px;
  width: 100%;
  background: #0c0c0c;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 28px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.popup-content h3 {
  margin: 0 0 14px;
  font-size: 2rem;
  color: #fffaf1;
}

.popup-content p {
  color: rgba(245, 240, 230, 0.8);
  margin-bottom: 24px;
}

.popup-close {
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(245, 240, 230, 0.7);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  background: rgba(10, 10, 10, 0.96);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.cookie-banner.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cookie-banner-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
}

.cookie-copy {
  max-width: 760px;
}

.cookie-title {
  margin: 0 0 8px;
  color: #d4af37;
  font-weight: 700;
  font-size: 1rem;
}

.cookie-text {
  margin: 0 0 10px;
  color: rgba(245, 240, 230, 0.82);
  line-height: 1.7;
  font-size: 0.96rem;
}

.cookie-links {
  margin: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cookie-links a {
  color: #d4af37;
  text-decoration: none;
  font-size: 0.92rem;
}

.cookie-links a:hover {
  text-decoration: underline;
}

.cookie-actions-bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-btn {
  border: none;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 0.94rem;
}

.cookie-btn-primary {
  background: #d4af37;
  color: #050505;
}

.cookie-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.cookie-btn-secondary:hover,
.cookie-btn-primary:hover {
  transform: translateY(-1px);
}

.cookie-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.cookie-modal.show {
  opacity: 1;
  pointer-events: auto;
}

.cookie-modal-card {
  width: 100%;
  max-width: 640px;
  background: #0b0b0b;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 22px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.cookie-modal-header,
.cookie-modal-footer {
  padding: 20px 24px;
}

.cookie-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cookie-modal-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.2rem;
}

.cookie-close {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.8rem;
  cursor: pointer;
  line-height: 1;
}

.cookie-modal-body {
  padding: 10px 24px 24px;
}

.cookie-option {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cookie-option:last-child {
  border-bottom: none;
}

.cookie-option-title {
  margin: 0 0 6px;
  color: #ffffff;
  font-weight: 600;
}

.cookie-option-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  font-size: 0.95rem;
  max-width: 460px;
}

.cookie-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cookie-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 30px;
  flex-shrink: 0;
}

.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-slider {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  transition: 0.25s;
}

.cookie-slider::before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 4px;
  top: 4px;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.25s;
}

.cookie-switch input:checked + .cookie-slider {
  background: rgba(212, 175, 55, 0.9);
}

.cookie-switch input:checked + .cookie-slider::before {
  transform: translateX(22px);
  background: #050505;
}

.legal-page-body {
  background: #050505;
  color: #f5f0e6;
}

.legal-page {
  padding: 120px 0 80px;
}

.legal-wrap {
  max-width: 900px;
}

.legal-updated {
  color: rgba(245, 240, 230, 0.65);
  margin-bottom: 32px;
}

.legal-wrap h2 {
  margin-top: 36px;
  margin-bottom: 14px;
  font-size: 1.35rem;
  color: #fffaf1;
}

.legal-wrap p,
.legal-wrap li {
  color: rgba(245, 240, 230, 0.82);
  line-height: 1.8;
  font-size: 1rem;
}

.legal-wrap ul {
  padding-left: 20px;
}

.legal-wrap a {
  color: #d4af37;
  text-decoration: none;
}

.legal-wrap a:hover {
  text-decoration: underline;
}

.back-link {
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .hero-grid,
  .split-section,
  .band-grid,
  .footer-grid,
  .cards {
    grid-template-columns: 1fr;
  }

  .image-panel img {
    height: 520px;
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #mobile-menu {
    position: absolute;
    top: 86px;
    left: 24px;
    right: 24px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 22px;
    background: #0b0b0b;
    border: 1px solid rgba(212, 175, 55, 0.14);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  }

  #mobile-menu.active {
    display: flex;
  }

  .hero {
    padding-top: 90px;
  }

  .hero-buttons,
  .cookie-actions-bar,
  .cookie-modal-footer {
    flex-direction: column;
  }

  .btn,
  .cookie-btn {
    width: 100%;
  }

  .sticky-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(1180px, calc(100% - 24px));
  }

  .section,
  .legal-page {
    padding: 72px 0;
  }

  .hero {
    padding: 78px 0 70px;
  }

  .hero-panel-card,
  .card,
  .contact-box,
  .popup-content {
    padding: 24px;
  }

  .image-panel img {
    height: 420px;
  }

  .image-break {
    min-height: 420px;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 74px;
    padding: 18px;
    border-radius: 16px;
  }

  .cookie-banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-option {
    align-items: flex-start;
  }

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