:root {
  --bg: #1e1d16;
  --shell: #08090d;
  --panel: #0a0b11;
  --line: #1f212d;
  --text: #f1eee4;
  --muted: #a3a6b4;
  --gold: #d8bf62;
  --gold-soft: #8f7a3d;
  --radius-xl: 26px;
  --radius-lg: 18px;
  --shadow: 0 22px 44px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(60% 50% at 10% 10%, rgba(216, 191, 98, 0.08) 0%, transparent 70%),
    radial-gradient(45% 45% at 100% 0%, rgba(216, 191, 98, 0.06) 0%, transparent 78%),
    var(--bg);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

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

img.is-missing {
  display: none;
}

.image-fallback {
  display: none;
  width: 100%;
  min-height: 180px;
  border: 1px dashed #3a3d4b;
  border-radius: 10px;
  background: linear-gradient(135deg, #121420, #0d0f18);
  color: #9fa4b5;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.8rem;
}

.image-fallback.show {
  display: flex;
}

.page-shell {
  width: min(100% - 2rem, 1420px);
  margin: 2rem auto;
  border: 1px solid rgba(216, 191, 98, 0.18);
  border-radius: 32px;
  background: linear-gradient(170deg, #06070d 0%, #070810 52%, #06070b 100%);
  box-shadow: var(--shadow);
  padding: 1rem;
}

.panel {
  background:
    linear-gradient(170deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0)),
    linear-gradient(145deg, #090a10, #05060a);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(5, 6, 10, 0.85);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--gold);
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  letter-spacing: 0.02em;
}

.brand img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(216, 191, 98, 0.35);
}

.nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.3rem;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
}

.nav a:hover {
  color: var(--gold);
}

.btn {
  border-radius: 999px;
  padding: 0.65rem 1.2rem;
  text-decoration: none;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

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

.btn-outline {
  border: 1px solid rgba(216, 191, 98, 0.4);
  color: var(--gold);
}

main {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.hero {
  display: block;
}

.hero-main {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 1rem;
  padding: 1.2rem;
  min-height: 500px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kicker {
  margin: 0;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2rem, 3.4vw, 4rem);
  margin: 0.7rem 0 0.9rem;
  max-width: 16ch;
}

.hero-copy p {
  color: var(--muted);
  margin: 0;
  max-width: 58ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.btn-gold {
  color: #1d1608;
  background: linear-gradient(135deg, #9f843f, #ddc96f 55%, #f2e19d);
}

.btn-dark {
  color: var(--text);
  border: 1px solid #272a36;
  background: #121522;
}

.hero-inline-note {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.2rem;
}

.hero-inline-note strong {
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}

.hero-inline-note span {
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-image {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #222533;
  min-height: 460px;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products,
.gallery {
  padding: 0.2rem;
}

.feature-film-card {
  overflow: hidden;
  padding: 0.7rem;
}

.feature-film-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #2a2d3b;
  background: #080a11;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0.9rem;
}

.trust-grid article {
  border: 1px solid #242735;
  border-radius: 12px;
  padding: 0.85rem;
  background: #0b0d14;
}

.trust-grid h3 {
  font-size: 1.2rem;
  color: var(--gold);
}

.trust-grid p {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.section-head {
  padding: 0.7rem 0.35rem 0.1rem;
}

.film-details-head {
  margin-top: 1rem;
}

h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.8rem);
  margin-top: 0.45rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 0.85rem;
}

.product-card {
  overflow: hidden;
}

.product-card iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  border-bottom: 1px solid #232534;
  border: 0;
}

.product-body {
  padding: 0.9rem;
}

.product-body h3 {
  font-size: 1.6rem;
}

.type {
  margin: 0.12rem 0 0.65rem;
  color: var(--gold);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}

.price-current {
  margin: 0;
  font-size: 1.05rem;
  color: var(--gold);
  font-weight: 700;
}

.price-alt {
  margin: 0;
  font-size: 0.76rem;
  color: #bec3d5;
}

.line {
  margin: 0.35rem 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.btn-order {
  margin-top: 0.85rem;
  background: linear-gradient(135deg, #9f843f, #ddc96f 55%, #f2e19d);
  color: #1d1608;
  font-weight: 600;
  width: 100%;
  border: 0;
  cursor: pointer;
}

.statement-row {
  padding: 1.1rem 1rem;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1rem;
  align-items: center;
  position: relative;
}

.statement-row::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.9rem;
  border-bottom: 1px solid #222635;
}

.statement-row h2 {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  max-width: 16ch;
}

.statement-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.statement-row .btn {
  margin-top: 0.75rem;
}

.story-showcase {
  margin-top: 0.75rem;
  padding: 0.9rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
}

.story-copy h3 {
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
  margin-top: 0.3rem;
}

.story-copy p {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.story-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #252a3a;
  min-height: 340px;
}

.why-panel {
  padding: 1rem;
}

.why-panel h2 {
  font-size: clamp(2rem, 3.2vw, 4rem);
  margin-top: 0.35rem;
  margin-bottom: 0.95rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.why-card {
  border: 1px solid #262b3a;
  border-radius: 16px;
  background: #090d18;
  padding: 0.95rem;
}

.why-card h3 {
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
}

.why-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.craft-showcase {
  margin-top: 0.75rem;
  padding: 0.9rem;
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 0.9rem;
  align-items: stretch;
}

.craft-column {
  border: 1px dashed #2b2f3f;
  border-radius: 12px;
  padding: 0.85rem;
  background: #0a0d15;
}

.craft-column h3 {
  color: var(--gold);
  font-size: 1.15rem;
  margin-top: 0.65rem;
}

.craft-column h3:first-child {
  margin-top: 0;
}

.craft-column p {
  margin: 0.3rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.craft-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #25293a;
  min-height: 360px;
}

.split-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1rem;
  align-items: end;
}

.head-side-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.review-card {
  padding: 1rem;
  min-height: 150px;
}

.review-card p {
  margin: 0;
  color: #d0d3df;
  font-size: 0.87rem;
  line-height: 1.55;
}

.review-card h3 {
  margin-top: 0.75rem;
  color: var(--gold);
  font-size: 1.15rem;
}

.gallery-showcase {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 0.85rem;
  align-items: start;
}

.gallery-feature {
  padding: 0.7rem;
}

.gallery-feature img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #262b3b;
  min-height: 300px;
  object-fit: cover;
}

.gallery-feature h3 {
  margin-top: 0.65rem;
  font-size: 1.7rem;
}

.gallery-feature p {
  margin: 0.3rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.gallery-slider {
  padding: 0.55rem;
  display: grid;
  gap: 0.6rem;
}

.gallery-slider-frame {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #262a3a;
  background: #090c14;
  aspect-ratio: 3 / 4;
}

.gallery-slider-track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.gallery-slider-track img {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  display: block;
}

.gallery-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.gallery-nav {
  border: 1px solid #2d3243;
  background: #121623;
  color: var(--text);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

.gallery-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.gallery-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #3a3f52;
  cursor: pointer;
}

.gallery-dot.active {
  background: var(--gold);
}

.footer {
  margin-top: 1rem;
  padding: 1rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.luxury-footer {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1rem;
}

.footer-about p {
  margin: 0.55rem 0 0;
  max-width: 48ch;
  line-height: 1.55;
}

.footer-brandmark {
  width: fit-content;
}

.footer-newsletter h3 {
  margin-top: 0.22rem;
  font-size: 2rem;
}

.subscribe-form {
  margin-top: 0.65rem;
  display: flex;
  gap: 0.45rem;
}

.subscribe-form input {
  flex: 1;
  min-width: 0;
  border: 1px solid #2c3142;
  border-radius: 999px;
  background: #0f1320;
  color: var(--text);
  padding: 0.62rem 0.85rem;
}

.subscribe-form button {
  border: 0;
  border-radius: 999px;
  padding: 0.62rem 0.9rem;
  background: linear-gradient(135deg, #9f843f, #ddc96f 55%, #f2e19d);
  color: #1d1608;
  font-weight: 700;
  cursor: pointer;
}

.footer-nav-links {
  grid-column: 1 / -1;
  padding-top: 0.2rem;
  border-top: 1px solid #25293a;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.footer-nav-links a {
  color: var(--text);
  text-decoration: none;
  border: 1px solid #2c3142;
  border-radius: 999px;
  padding: 0.35rem 0.72rem;
  font-size: 0.76rem;
}

.footer-copy {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.78rem;
  color: #9ea3b4;
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  background: #25d366;
  color: #06270f;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.38);
}

.wa-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  color: #25d366;
  font-size: 0.76rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.section-reveal.in {
  opacity: 1;
  transform: none;
}

@media (max-width: 1200px) {
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .statement-row {
    grid-template-columns: 1fr;
  }

  .craft-showcase {
    grid-template-columns: 1fr;
  }

  .split-head {
    grid-template-columns: 1fr;
  }

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

  .gallery-showcase {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .page-shell {
    width: min(100% - 1rem, 1420px);
    margin: 0.5rem auto;
    border-radius: 18px;
  }

  .topbar {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0.8rem;
  }

  .brand {
    justify-content: center;
  }

  .hero-main,
  .story-showcase {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 20ch;
  }

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

  .footer-about,
  .footer-newsletter {
    text-align: center;
  }

  .footer-brandmark {
    margin-inline: auto;
  }

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

  .footer-nav-links {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .nav {
    gap: 0.75rem;
  }

  .nav a {
    font-size: 0.82rem;
  }

  .product-grid,
  .why-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .hero-main {
    min-height: auto;
  }

  .product-card iframe {
    min-height: 100vh;
    height: 100dvh;
    aspect-ratio: auto;
  }

  .subscribe-form {
    flex-direction: column;
  }

  .whatsapp-float {
    right: 0.7rem;
    bottom: 0.7rem;
    padding: 0.62rem 0.84rem;
    font-size: 0.84rem;
  }
}
