:root {
  --black: #070706;
  --ink: #11100e;
  --cream: #f6efe2;
  --muted: #bcb3a4;
  --gold: #d9a441;
  --gold-light: #f5d58a;
  --line: rgba(226, 180, 91, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 10% 18%, rgba(134, 89, 27, .18), transparent 28rem),
    radial-gradient(circle at 90% 62%, rgba(134, 89, 27, .12), transparent 30rem),
    var(--black);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 4vw, 64px);
  background: rgba(7, 7, 6, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--gold-light);
  text-decoration: none;
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: .18em;
  font-size: 1.05rem;
}
.brand img { width: 45px; height: 45px; object-fit: contain; border-radius: 50%; }
.top-action {
  border: 1px solid rgba(245, 213, 138, .55);
  border-radius: 999px;
  padding: 10px 17px;
  color: var(--gold-light);
  text-decoration: none;
  font-size: .83rem;
  font-weight: 700;
  letter-spacing: .03em;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 74px));
  overflow: hidden;
  display: grid;
  align-items: end;
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.58) 44%, rgba(0,0,0,.12) 75%), linear-gradient(0deg, rgba(0,0,0,.88), transparent 60%); }
.hero-copy {
  position: relative;
  z-index: 1;
  width: min(690px, calc(100% - 38px));
  margin: 0 clamp(19px, 8vw, 120px) clamp(48px, 10vh, 100px);
}
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .22em; }
h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 500; line-height: 1.06; }
h1 { max-width: 640px; font-size: clamp(2.8rem, 7vw, 6.4rem); }
.hero-copy > p:not(.eyebrow) { max-width: 540px; margin: 22px 0 30px; color: #eee7db; font-size: clamp(1rem, 2vw, 1.2rem); }
.gold-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(135deg, #f0ca76, #b97b1e);
  color: #130d04;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 35px rgba(185, 123, 30, .2);
}
.gold-button:hover { filter: brightness(1.08); transform: translateY(-1px); }

.trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1100px, calc(100% - 32px));
  margin: -1px auto 0;
  border: 1px solid var(--line);
  background: var(--line);
}
.trust div { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 82px; padding: 16px; background: #0d0c0a; text-align: center; }
.trust span { color: var(--gold); font-size: 1.4rem; }
.trust strong { font-size: .83rem; letter-spacing: .09em; text-transform: uppercase; }

.catalog { width: min(1220px, calc(100% - 32px)); margin: 0 auto; padding: 100px 0 110px; }
.section-heading { max-width: 680px; margin: 0 auto 46px; text-align: center; }
.section-heading h2, .closing h2 { font-size: clamp(2.2rem, 5vw, 4.5rem); }
.section-heading > p:last-child, .closing div > p:last-child { color: var(--muted); font-size: 1rem; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 28px); }
.product-card {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 180, 91, .18);
  border-radius: 4px;
  background: #16130f;
  color: white;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .28);
}
.product-card::after { content: ''; position: absolute; inset: 0; border: 1px solid transparent; transition: border-color .25s ease; pointer-events: none; }
.product-card:hover::after, .product-card:focus-visible::after { border-color: rgba(245, 213, 138, .72); }
.product-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .45s ease; }
.product-card:hover img { transform: scale(1.025); }
.card-label { position: absolute; left: 13px; right: 13px; bottom: 13px; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 11px 13px; background: rgba(5,5,4,.88); border: 1px solid rgba(245,213,138,.28); backdrop-filter: blur(10px); }
.card-label strong { font-size: .86rem; line-height: 1.2; }
.card-label span { flex: 0 0 auto; color: var(--gold-light); font-size: .76rem; }

.closing { width: min(1100px, calc(100% - 32px)); margin: 0 auto 90px; padding: clamp(28px, 5vw, 58px); display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: clamp(20px, 4vw, 44px); border: 1px solid var(--line); background: linear-gradient(120deg, #17130e, #090807); }
.closing > img { width: 100%; border-radius: 50%; }
.closing h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
footer { padding: 42px 20px 100px; border-top: 1px solid var(--line); color: var(--muted); text-align: center; }
footer img { width: 90px; height: 90px; object-fit: contain; border-radius: 50%; }
footer p { margin: 12px 0 0; font-size: .85rem; letter-spacing: .06em; }
.whatsapp-float { position: fixed; z-index: 22; right: 18px; bottom: 18px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: white; text-decoration: none; font-size: 1.7rem; font-weight: 900; box-shadow: 0 14px 30px rgba(0,0,0,.35); }

dialog { width: min(1080px, calc(100% - 24px)); max-height: calc(100vh - 24px); padding: 0; border: 1px solid var(--line); border-radius: 6px; color: var(--cream); background: #0c0b09; box-shadow: 0 30px 100px rgba(0,0,0,.75); }
dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.dialog-shell { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr); }
.dialog-shell > img { display: block; width: 100%; height: min(86vh, 900px); object-fit: contain; background: #17130e; }
.dialog-actions { display: flex; flex-direction: column; justify-content: space-between; gap: 34px; padding: clamp(26px, 4vw, 50px); }
.dialog-actions h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.dialog-actions p:not(.eyebrow) { color: var(--muted); }
.dialog-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: white; background: rgba(0,0,0,.72); font-size: 1.7rem; cursor: pointer; }

@media (max-width: 820px) {
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .closing { grid-template-columns: 100px 1fr; }
  .closing .gold-button { grid-column: 1 / -1; }
  .dialog-shell { grid-template-columns: 1fr; }
  .dialog-shell > img { height: auto; max-height: 67vh; }
}

@media (max-width: 560px) {
  .topbar { height: 66px; padding: 0 13px; }
  .brand img { width: 40px; height: 40px; }
  .brand span { display: none; }
  .top-action { padding: 9px 12px; font-size: .76rem; }
  .hero { min-height: 670px; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.64) 48%, rgba(0,0,0,.12) 85%); }
  .hero-copy { margin: 0 19px 42px; }
  .hero-copy > p:not(.eyebrow) { margin: 16px 0 24px; }
  .trust { grid-template-columns: 1fr; }
  .trust div { min-height: 60px; }
  .catalog { padding: 72px 0 80px; }
  .section-heading { margin-bottom: 28px; }
  .grid { grid-template-columns: 1fr; gap: 20px; }
  .card-label { bottom: 11px; }
  .closing { grid-template-columns: 72px 1fr; padding: 24px 20px; }
  .closing .eyebrow { display: none; }
  .dialog-actions { padding: 24px 20px; }
  .dialog-actions h2 { padding-right: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
