:root {
  --bg: #0b1613;
  --bg-soft: #12221d;
  --panel: rgba(18, 34, 29, 0.88);
  --panel-light: rgba(249, 229, 188, 0.08);
  --gold: #d9b86a;
  --gold-soft: #f0d59f;
  --text: #f7edd7;
  --muted: #d8c9a3;
  --line: rgba(217, 184, 106, 0.28);
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(217,184,106,0.15), transparent 22%),
    linear-gradient(180deg, #10211b 0%, #08110f 100%);
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 92px 0; position: relative; }
.section-dark { background: linear-gradient(180deg, rgba(11,22,19,.9), rgba(7,15,13,.96)); }
.section-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/pattern-celtico.svg') center/480px repeat;
  opacity: 0.08;
  pointer-events: none;
}
.card {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
  backdrop-filter: blur(8px);
}
.ornate-frame { padding: 18px; }
.topbar {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(12px);
  background: rgba(8, 17, 15, 0.8);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-logo { width: 62px; height: 62px; border-radius: 50%; border: 1px solid var(--line); background: rgba(249,229,188,.08); }
.brand-title, .brand-subtitle { display: block; }
.brand-title { font-family: 'Cinzel', serif; font-weight: 800; letter-spacing: 0.06em; font-size: 1rem; }
.brand-subtitle { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--gold-soft); }
.main-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.main-nav a { font-size: 0.95rem; color: var(--muted); }
.main-nav a:hover { color: var(--gold-soft); }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); color: var(--text); border-radius: 12px; padding: 8px 12px; font-size: 1.2rem; }
.hero { padding: 72px 0 52px; }
.hero-grid, .two-col, .shop-grid, .footer-grid, .social-grid { display: grid; gap: 28px; }
.hero-grid, .two-col, .social-grid { grid-template-columns: 1.05fr 0.95fr; align-items: center; }
.hero h1, h2, h3 { font-family: 'Cinzel', serif; margin: 0 0 16px; }
.hero h1 { font-size: clamp(2.8rem, 7vw, 5rem); line-height: 0.96; }
.hero-text, p { color: var(--muted); line-height: 1.75; }
.eyebrow {
  color: var(--gold); text-transform: uppercase; letter-spacing: 0.16em; font-size: .82rem; font-weight: 700;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 22px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 20px; border-radius: 999px;
  font-weight: 700; border: 1px solid var(--line); transition: 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(180deg, #e3c47e, #c99d49); color: #10211b; }
.btn-secondary { background: rgba(249,229,188,.08); color: var(--text); }
.btn-whatsapp { background: #1c8c5d; color: white; border-color: rgba(255,255,255,.12); }
.hero-highlights, .feature-list {
  display: grid; gap: 10px; padding: 0; margin: 26px 0 0; list-style: none;
}
.hero-highlights li, .feature-list li {
  padding: 14px 18px; border-radius: 16px; background: rgba(249,229,188,.05); border: 1px solid var(--line); color: var(--gold-soft);
}
.hero-image { width: 100%; border-radius: 26px; }
.section-heading { max-width: 760px; margin-bottom: 32px; }
.cards-grid { display: grid; gap: 22px; }
.cards-grid.four { grid-template-columns: repeat(4, 1fr); }
.product-card p { margin-bottom: 0; }
.gallery-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.media-card { overflow: hidden; padding: 14px; }
.media-card img, .media-card video { border-radius: 18px; aspect-ratio: 1 / 1; width: 100%; object-fit: cover; }
.media-caption { padding: 14px 8px 6px; color: var(--gold-soft); font-size: .95rem; }
.shop-grid { grid-template-columns: repeat(3, 1fr); }
.shop-card { display: flex; flex-direction: column; gap: 14px; }
.shop-card .price { color: var(--gold); font-size: 1.35rem; font-weight: 800; }
.shop-card .shop-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; }
.shop-actions { margin-top: 24px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.social-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 18px; }
.social-links a { padding: 14px 18px; border-radius: 16px; border: 1px solid var(--line); background: rgba(249,229,188,.05); }
.qr-card { text-align: center; }
.qr-image { width: min(300px, 100%); margin: 8px auto 18px; border-radius: 20px; background: white; padding: 12px; }
.muted { color: var(--muted); opacity: 0.88; }
.footer { padding: 52px 0 72px; background: #050a08; border-top: 1px solid var(--line); }
.footer-grid { grid-template-columns: repeat(3, 1fr); }
.upload-label input { display: none; }
@media (max-width: 1080px) {
  .cards-grid.four, .shop-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .hero-grid, .two-col, .social-grid, .footer-grid, .gallery-grid, .shop-grid, .cards-grid.four { grid-template-columns: 1fr; }
  .main-nav {
    position: absolute; left: 16px; right: 16px; top: calc(100% + 10px);
    display: none; flex-direction: column; padding: 18px; border-radius: 18px;
    background: rgba(8,17,15,.98); border: 1px solid var(--line);
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: inline-flex; }
  .gallery-tools, .shop-actions { flex-direction: column; align-items: flex-start; }
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-link.dropdown-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  padding: 0;
}

.nav-link.dropdown-toggle:hover,
.nav-link.dropdown-toggle:focus,
.dropdown-menu a:hover {
  color: var(--gold-soft);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 180px;
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(8,17,15,.98);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.nav-dropdown.open .dropdown-menu {
  display: flex;
}

.dropdown-menu a {
  color: var(--muted);
}

.gallery-entry-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.gallery-filter-bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.gallery-page-heading {
  max-width: 900px;
}

.hero-compact {
  padding-bottom: 24px;
}

.gallery-page-section {
  padding-top: 24px;
}

.gallery-filter-bar .btn.is-active {
  background: linear-gradient(180deg, #e3c47e, #c99d49);
  color: #10211b;
}

@media (max-width: 860px) {
  .nav-dropdown {
    align-items: flex-start;
    flex-direction: column;
  }

  .dropdown-menu {
    position: static;
    margin-top: 10px;
    width: 100%;
  }

  .gallery-entry-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Upgrade mobile + descriptions */
body { -webkit-text-size-adjust: 100%; }
.topbar { box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240,213,159,.55), transparent);
}
.hero-copy { display: flex; flex-direction: column; gap: 10px; }
.hero-description-stack { display: grid; gap: 14px; margin-top: 4px; }
.hero-panel,
.description-box,
.shop-intro.description-box {
  background: linear-gradient(180deg, rgba(249,229,188,.12), rgba(249,229,188,.04));
  border: 1px solid rgba(217,184,106,.24);
  border-radius: 22px;
  padding: 20px 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.hero-panel { margin: 0; }
.description-box { max-width: 860px; }
.section-lead { margin: 0; font-size: 1.04rem; color: var(--gold-soft); }
.product-card {
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(217,184,106,.16), transparent 30%),
    linear-gradient(180deg, rgba(18,34,29,.96), rgba(10,20,17,.98));
}
.product-card h3,
.gallery-entry-card h3,
.shop-intro h3 { position: relative; padding-bottom: 12px; }
.product-card h3::after,
.gallery-entry-card h3::after,
.shop-intro h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.gallery-entry-card,
.shop-actions,
.shop-intro {
  background: linear-gradient(180deg, rgba(18,34,29,.96), rgba(12,23,19,.98));
}
.main-nav a,
.nav-link.dropdown-toggle {
  transition: color .2s ease, background-color .2s ease;
}
.main-nav a,
.nav-link.dropdown-toggle { padding: 10px 0; }
@media (max-width: 860px) {
  .container { width: min(100% - 20px, 1180px); }
  .section { padding: 68px 0; }
  .topbar-inner { padding: 10px 0; align-items: center; }
  .brand { gap: 10px; max-width: calc(100% - 56px); }
  .brand-logo { width: 52px; height: 52px; }
  .brand-title { font-size: .88rem; letter-spacing: .04em; }
  .brand-subtitle { font-size: .95rem; }
  .hero { padding: 42px 0 28px; }
  .hero h1 { font-size: clamp(2.1rem, 10vw, 3.1rem); }
  .hero-actions { gap: 10px; margin: 20px 0 16px; }
  .btn { width: 100%; min-height: 50px; }
  .hero-highlights li, .feature-list li { padding: 12px 14px; }
  .card { padding: 20px; border-radius: 20px; }
  .hero-panel, .description-box, .shop-intro.description-box { padding: 16px; border-radius: 18px; }
  .main-nav a, .nav-link.dropdown-toggle {
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(249,229,188,.04);
  }
  .main-nav a:hover, .nav-link.dropdown-toggle:hover { background: rgba(249,229,188,.08); }
  .dropdown-menu { padding: 8px; gap: 8px; }
  .dropdown-menu a { padding: 10px 12px; border-radius: 12px; background: rgba(249,229,188,.04); }
  .gallery-filter-bar { width: 100%; }
  .gallery-filter-bar .btn { flex: 1 1 100%; }
  .gallery-grid { gap: 16px; }
  .media-card img, .media-card video { border-radius: 16px; aspect-ratio: 4 / 5; }
  .footer { padding-bottom: 40px; }
}
@media (max-width: 480px) {
  body { font-size: 15px; }
  .brand-subtitle { font-size: .9rem; }
  .hero h1 { line-height: 1; }
  .eyebrow { font-size: .72rem; letter-spacing: .14em; }
  .section-heading h2, h2 { font-size: 1.8rem; }
}


.payment-note {
  margin-top: 0.9rem;
  font-size: 0.95rem;
}
