:root {
  --primary: #b5005e;
  --primary-bright: #d92777;
  --primary-soft: #fed5e6;
  --accent: #ffcf32;
  --accent-soft: #fff4b8;
  --mint: #d8f3ec;
  --bg: #fff8fb;
  --surface: #ffffff;
  --text: #1a1c1c;
  --muted: #594047;
  --line: #e1bec6;
  --shadow: 0 18px 52px rgba(181, 0, 94, 0.12);
  --shadow-premium: 0 24px 60px rgba(26, 28, 28, 0.14);
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html, body {
  margin: 0;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #fff8fb 0, #fffafd 46%, #ffffff 100%);
  color: var(--text);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.store-notice {
  display: block;
  background: var(--primary);
  color: white;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter 160ms ease;
}

.store-notice:hover { filter: brightness(1.04); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 251, 253, 0.9);
  backdrop-filter: blur(18px) saturate(1.08);
  padding: 14px clamp(16px, 4vw, 42px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--primary);
  text-decoration: none;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
}

.site-header nav a {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.site-header nav a:hover { color: var(--primary); }

.menu-button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--surface);
  color: var(--text);
  font-size: 1.35rem;
  font-weight: 800;
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: min(720px, calc(100dvh - 122px));
  padding: clamp(34px, 6vw, 68px) 0;
}

.hot-home-hero {
  position: relative;
  grid-template-columns: minmax(0, 0.5fr) minmax(420px, 0.5fr);
  min-height: min(700px, calc(100dvh - 116px));
}

.home-video-hero {
  isolation: isolate;
  width: 100vw;
  min-height: min(760px, calc(100dvh - 96px));
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  padding: 0;
}

.home-video-hero::before {
  display: none;
}

.home-hero-video,
.home-video-shade {
  position: absolute;
  inset: 0;
}

.home-hero-video {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #130d10;
  filter: saturate(1.04) contrast(0.94);
}

.home-video-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 7, 10, 0.92) 0%, rgba(35, 11, 22, 0.76) 42%, rgba(21, 12, 16, 0.2) 100%),
    linear-gradient(0deg, rgba(11, 7, 9, 0.7) 0%, rgba(11, 7, 9, 0.1) 58%, rgba(11, 7, 9, 0.36) 100%);
}

.home-video-hero .hero-copy {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) 0 clamp(52px, 7vw, 92px);
  color: white;
}

.home-video-hero .eyebrow {
  color: var(--accent);
}

.home-video-hero h1 {
  max-width: 760px;
  color: white;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

.home-video-hero p {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.88);
}

.home-video-hero .hot-home-pills span {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: white;
  backdrop-filter: blur(12px);
}

.home-video-hero .primary-link {
  border-color: var(--primary);
  background: var(--primary);
  color: white;
  box-shadow: 0 18px 38px rgba(181, 0, 94, 0.32);
}

.home-video-hero .secondary-link {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  backdrop-filter: blur(14px);
}

.hot-home-hero::before {
  content: "";
  position: absolute;
  inset: 28px max(-4vw, -48px) 28px;
  z-index: -1;
  border: 1px solid rgba(225, 190, 198, 0.64);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(255, 244, 184, 0.88) 0 24%, rgba(255, 255, 255, 0.95) 24% 68%, rgba(255, 232, 242, 0.8) 68% 100%);
  box-shadow: var(--shadow-premium);
}

.hot-home-mark {
  width: min(190px, 54vw);
  height: auto;
  margin-bottom: 12px;
  transform: rotate(-7deg);
  filter: drop-shadow(0 14px 16px rgba(26, 28, 28, 0.16));
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.05rem, 6.2vw, 5.75rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.6;
}

.home-video-hero .hero-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.9);
}

.hot-home-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.hot-home-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(181, 0, 94, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 0 12px;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.primary-link, .secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-link {
  border: 1px solid var(--primary);
  background: var(--primary);
  color: white;
}

.secondary-link {
  border: 1px solid var(--primary);
  background: transparent;
  color: var(--primary);
}

.hot-home-stage {
  position: relative;
  display: grid;
  gap: 16px;
  min-width: 0;
}

.standard-home-hero {
  min-height: min(680px, calc(100dvh - 122px));
}

.hot-main-deal {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(210px, 0.46fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(225, 190, 198, 0.86);
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--accent-soft) 0 42%, var(--mint) 42% 67%, #ffe8f2 67% 100%);
  box-shadow: var(--shadow-premium);
}

.hot-main-deal::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  pointer-events: none;
}

.deal-tag {
  position: absolute;
  top: 26px;
  left: 28px;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 72px;
  min-height: 42px;
  border: 2px solid #121212;
  background: #e70031;
  color: white;
  font-size: 0.88rem;
  font-weight: 950;
  transform: rotate(-8deg);
  box-shadow: 0 7px 0 rgba(18, 18, 18, 0.94);
}

.hot-main-deal img {
  align-self: center;
  justify-self: center;
  width: min(86%, 320px);
  height: 290px;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px rgba(26, 28, 28, 0.16));
  transform: rotate(-3deg);
}

.hot-main-deal div {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 10px;
  min-width: 0;
  background: rgba(255, 255, 255, 0.82);
  padding: clamp(22px, 4vw, 34px);
}

.hot-main-deal span:not(.deal-tag) {
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hot-main-deal h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 650;
  line-height: 0.95;
}

.hot-main-deal strong {
  color: var(--primary);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 700;
}

.hot-mini-deals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hot-mini-deals article {
  display: grid;
  align-content: space-between;
  min-height: 168px;
  overflow: hidden;
  border: 1px solid rgba(225, 190, 198, 0.8);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 244, 184, 0.82) 0 44%, rgba(255, 255, 255, 0.92) 44% 100%);
  padding: 12px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hot-mini-deals article:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.hot-mini-deals img {
  width: 100%;
  height: 108px;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(26, 28, 28, 0.12));
}

.hot-mini-deals span {
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-logo {
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 46px);
}

.hero-logo img {
  width: min(100%, 480px);
  max-height: 440px;
  object-fit: contain;
}

.category-band {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.category-band a {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 11px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-band a:first-child {
  border-color: transparent;
  background: var(--primary-soft);
  color: var(--primary);
}

.home-overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(26, 28, 28, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.home-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.home-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: grid;
  grid-template-rows: auto 1fr;
  width: min(360px, 88vw);
  height: 100dvh;
  border-right: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  transform: translateX(-105%);
  transition: transform 260ms cubic-bezier(.22,1,.36,1);
}

.home-menu.show {
  transform: translateX(0);
}

.home-menu header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 3px solid var(--primary);
  border-bottom: 1px solid var(--line);
  padding: 18px;
}

.home-menu header strong {
  color: var(--primary);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
}

.home-menu header button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--surface);
  color: var(--text);
  font-size: 1.6rem;
}

.home-menu nav {
  display: grid;
  align-content: start;
  gap: 2px;
  overflow: auto;
  padding: 12px;
}

.home-menu a {
  border-radius: 4px;
  color: var(--text);
  font-weight: 700;
  padding: 13px 12px;
  text-decoration: none;
}

.home-menu a:hover {
  background: var(--primary-soft);
  color: var(--primary);
}

.professional-footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #fff8fb 0%, #fff0f6 100%);
  padding: 56px clamp(16px, 4vw, 42px) 124px;
}

.footer-wrap {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(150px, 0.75fr));
  gap: 28px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 16px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--primary);
  text-decoration: none;
}

.footer-logo img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.footer-logo span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1;
}

.footer-brand p,
.footer-column p,
.footer-bottom {
  color: var(--muted);
  line-height: 1.6;
}

.footer-brand p,
.footer-column p {
  max-width: 430px;
  margin: 0;
}

.footer-whatsapp {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(181, 0, 94, 0.24);
  border-radius: 999px;
  background: var(--surface);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 11px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h2 {
  margin: 0 0 4px;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-column a {
  color: var(--muted);
  font-weight: 750;
  text-decoration: none;
}

.footer-column a:hover,
.footer-whatsapp:hover {
  color: var(--primary);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  width: min(1180px, 100%);
  margin: 36px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  font-weight: 750;
}

.whatsapp-float {
  position: fixed;
  right: clamp(18px, 3vw, 28px);
  bottom: 24px;
  z-index: 30;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.24), 0 0 0 10px rgba(37, 211, 102, 0.07);
  color: #fff;
  padding: 0;
  text-decoration: none;
  transform-origin: center;
  animation: whatsappPulse 2.4s ease-in-out infinite;
}

.whatsapp-float::before,
.whatsapp-float::after {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(37, 211, 102, 0.42);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  animation: whatsappRing 2.4s ease-out infinite;
}

.whatsapp-float::after {
  inset: -15px;
  animation-delay: 0.75s;
  opacity: 0.55;
}

.whatsapp-float svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 34px;
  height: 34px;
}

.whatsapp-float:hover {
  background: #20c963;
  transform: translateY(-2px) scale(1.03);
}

@keyframes whatsappPulse {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-3px) scale(1.02); }
}

@keyframes whatsappRing {
  0% { opacity: 0.58; transform: scale(0.84); }
  70%, 100% { opacity: 0; transform: scale(1.28); }
}

@media (max-width: 820px) {
  .site-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
  }

  .menu-button {
    display: none;
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .brand span {
    font-size: 1.16rem;
  }

  .site-header nav {
    width: auto;
    min-width: 0;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 0;
    scrollbar-width: none;
  }

  .site-header nav::-webkit-scrollbar {
    display: none;
  }

  .site-header nav a {
    flex: 0 0 auto;
    border: 1px solid rgba(181, 0, 94, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    font-size: 0.68rem;
    padding: 7px 10px;
    white-space: nowrap;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hot-home-hero {
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  .home-video-hero {
    min-height: calc(100dvh - 88px);
    padding-top: 0;
  }

  .home-video-shade {
    background:
      linear-gradient(180deg, rgba(16, 8, 12, 0.18) 0%, rgba(16, 8, 12, 0.7) 48%, rgba(16, 8, 12, 0.94) 100%),
      linear-gradient(90deg, rgba(16, 8, 12, 0.72), rgba(16, 8, 12, 0.22));
  }

  .home-video-hero .hero-copy {
    width: min(100% - 28px, 1180px);
    padding: 120px 0 34px;
  }

  .home-video-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hot-home-hero::before {
    inset: 12px -6px 18px;
  }

  .hot-home-mark {
    width: min(170px, 52vw);
    margin-bottom: 12px;
  }

  .hot-main-deal {
    grid-template-columns: minmax(130px, 0.44fr) minmax(0, 0.56fr);
    min-height: 260px;
  }

  .hot-main-deal img {
    height: 180px;
  }

  .deal-tag {
    top: 18px;
    left: 18px;
  }

  .hot-mini-deals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-logo {
    order: -1;
  }

  .hero-logo img {
    max-height: 260px;
  }

  .professional-footer {
    padding-top: 42px;
    padding-bottom: 104px;
  }

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

  .footer-bottom {
    flex-direction: column;
  }

  .whatsapp-float {
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
  }

  .whatsapp-float svg {
    width: 31px;
    height: 31px;
  }
}

@media (max-width: 440px) {
  main {
    width: min(100% - 24px, 1180px);
  }

  .store-notice {
    font-size: 0.65rem;
    line-height: 1.35;
  }

  .brand img {
    width: 32px;
    height: 32px;
  }

  .brand span {
    font-size: 1rem;
  }

  .hero h1 {
    font-size: 2.65rem;
  }

  .hot-home-hero {
    gap: 18px;
    padding: 22px 0 32px;
  }

  .hot-home-hero::before {
    inset: 8px -4px 10px;
  }

  .hot-home-pills span {
    min-height: 31px;
    font-size: 0.64rem;
    padding: 0 10px;
  }

  .hero-actions a {
    width: 100%;
  }

  .hot-main-deal {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hot-main-deal::before {
    inset: 10px;
  }

  .deal-tag {
    top: 16px;
    left: 16px;
    min-width: 60px;
    min-height: 36px;
    font-size: 0.78rem;
    box-shadow: 0 5px 0 rgba(18, 18, 18, 0.94);
  }

  .hot-main-deal img {
    height: 160px;
    padding-top: 30px;
  }

  .hot-main-deal div {
    padding: 16px;
  }

  .hot-main-deal h2 {
    font-size: 1.8rem;
  }

  .hot-main-deal strong {
    font-size: 2rem;
  }

  .hot-mini-deals {
    grid-auto-flow: column;
    grid-auto-columns: minmax(136px, 46vw);
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 3px;
    scroll-snap-type: x mandatory;
  }

  .hot-mini-deals article {
    min-height: 150px;
    scroll-snap-align: start;
  }

  .hot-mini-deals img {
    height: 90px;
  }
}
