@font-face {
  font-family: "Neutra Text";
  src: url("../../assets/Fonts/Neutra Text/Neutra Text Light/Neutra Text Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Neutra Text";
  src: url("../../assets/Fonts/Neutra Text/Neutra Text Book/Neutra Text Book.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Neutra Text";
  src: url("../../assets/Fonts/Neutra Text/Neutra Text Bold/Neutra Text Bold.otf") format("opentype");
  font-weight: 700;
}
:root {
  font-size: 100%;
  font-family: "Neutra Text", system-ui, sans-serif;
  scroll-behavior: smooth;
  --color-cream: #b6b6b6;
  --color-sand: #d4d4d4;
  --color-clay: #aa7f63;
  --color-brown: #6f4f3f;
  --color-forest: #31463d;
  --color-ink: #1e1612;
  --color-white: #fffaf6;
  --shadow-soft: 0 24px 60px rgba(31, 20, 14, 0.18);
  --shell-width: min(1120px, calc(100% - 2rem));
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

*::before, *::after {
  display: block;
}

img, picture, video, iframe, figure, canvas {
  max-width: 100%;
  width: 100%;
  display: block;
  height: initial;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

p a {
  display: inline;
}

li, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, span, a, strong, blockquote, i, b, u, em, mark, del, pre, code {
  font: inherit;
  line-height: 1em;
  color: inherit;
  text-decoration: none;
  text-wrap: pretty;
  hyphens: none;
  overflow-wrap: break-word;
  word-break: normal;
}

mark {
  background-color: transparent;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

form, input, textarea, select, button, label {
  font: inherit;
  hyphens: none;
  background-color: transparent;
  color: inherit;
  display: block;
}

textarea {
  white-space: pre-wrap;
}

::placeholder {
  color: unset;
}

button, label {
  cursor: pointer;
}

table, tr, td, th, thead, tbody, tfoot {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}

svg {
  width: 100%;
  display: block;
  height: initial;
  fill: currentColor;
}

p svg {
  display: inline;
  width: initial;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

body {
  min-height: 100vh;
  color: var(--color-ink);
  line-height: 1.5em;
  hyphens: none;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #b6b6b6;
  background-image: radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.16) 12%, transparent 32%), radial-gradient(circle at 84% 14%, rgba(230, 0, 125, 0.09) 0%, rgba(230, 0, 125, 0.03) 16%, transparent 34%), radial-gradient(circle at 72% 74%, rgba(255, 255, 255, 0.12) 0%, transparent 26%), linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 34%, transparent 62%), url("https://www.transparenttextures.com/patterns/clean-gray-paper.png"), linear-gradient(180deg, #d4d4d4 0%, #bebebe 42%, #b6b6b6 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto, 100% 100%;
  background-blend-mode: screen, normal, screen, soft-light, multiply, normal;
  background-attachment: fixed;
}

body.menu-open {
  overflow: hidden;
}

.shell {
  width: var(--shell-width);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  width: 100%;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  padding: 1rem clamp(2rem, 5vw, 5.5rem);
  border-bottom: 1px solid rgba(255, 250, 246, 0.28);
  background: rgba(230, 0, 125, 0.62);
  backdrop-filter: blur(20px);
  color: var(--color-white);
  box-shadow: 0 14px 34px rgba(18, 12, 9, 0.16);
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.brand__logo {
  width: 68px;
  height: auto;
  object-fit: contain;
  transition: opacity 220ms ease, transform 260ms ease;
}

.page-index .brand__logo {
  opacity: 0;
  transform: none;
}

.brand__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  text-align: center;
  line-height: 1;
}

.brand__name {
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.brand__tagline {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  opacity: 0.92;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: auto;
}

.mobile-nav {
  display: none;
}

.site-socials {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-left: 0.5rem;
}

.site-socials__link {
  width: 2.45rem;
  height: 2.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 250, 246, 0.34);
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.12);
  color: var(--color-white);
  box-shadow: 0 10px 22px rgba(39, 7, 26, 0.14);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.site-socials__link:hover {
  transform: translateY(-2px);
  background: rgba(255, 250, 246, 0.2);
  border-color: rgba(255, 250, 246, 0.52);
}

.site-socials__link svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.floating-whatsapp {
  position: fixed;
  right: clamp(1rem, 2.2vw, 1.6rem);
  bottom: clamp(1rem, 2.2vw, 1.6rem);
  z-index: 40;
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.94);
  color: #fff;
  box-shadow: 0 18px 34px rgba(16, 80, 43, 0.24);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.02);
  background: #1fbe5b;
  box-shadow: 0 22px 38px rgba(16, 80, 43, 0.28);
}

.floating-whatsapp svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: currentColor;
}

.site-nav a,
.mobile-nav a {
  opacity: 0.82;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.mobile-nav a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.site-header__toggle {
  display: none;
  width: 3.15rem;
  height: 3.15rem;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  flex-direction: column;
  border-radius: 999px;
  border: 1px solid rgba(255, 250, 246, 0.34);
  background: rgba(255, 250, 246, 0.12);
  color: var(--color-white);
  box-shadow: 0 10px 24px rgba(39, 7, 26, 0.18);
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.site-header__toggle span {
  width: 1.18rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 240ms ease, opacity 180ms ease, width 220ms ease;
  transform-origin: center;
}

.site-header__toggle:hover {
  background: rgba(255, 250, 246, 0.18);
  border-color: rgba(255, 250, 246, 0.5);
  box-shadow: 0 14px 28px rgba(39, 7, 26, 0.22);
}

.site-header__toggle:active {
  transform: scale(0.96);
}

.site-header__toggle[aria-expanded=true] {
  background: rgba(255, 250, 246, 0.2);
  border-color: rgba(255, 250, 246, 0.58);
}

.site-header__toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(0.42rem) rotate(45deg);
}

.site-header__toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.4);
}

.site-header__toggle[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-0.42rem) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 8.5rem 0 3rem;
  overflow: hidden;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 13, 12, 0.88) 0%, rgba(18, 13, 12, 0.62) 42%, rgba(18, 13, 12, 0.3) 100%), linear-gradient(180deg, rgba(14, 10, 9, 0.22), rgba(14, 10, 9, 0.56)), url("../../img/hero's/hero1.png") center/cover no-repeat;
  transform: scale(1.02);
}

.hero__backdrop::after {
  content: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.72fr);
  gap: 2rem;
  align-items: end;
}

.hero__aside {
  justify-self: end;
  align-self: center;
  display: grid;
  justify-items: center;
  align-content: center;
  width: min(30rem, 100%);
  transform: translateY(-2.4rem);
}

.hero__copy {
  max-width: 42rem;
  color: var(--color-white);
}

.hero__eyebrow {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #e6007d;
  text-shadow: 0 2px 14px rgba(24, 13, 18, 0.28);
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero__lead {
  max-width: 35rem;
  margin-top: 1.25rem;
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  line-height: 1.55;
  color: rgba(255, 250, 246, 0.9);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.button {
  width: fit-content;
  padding: 0.92rem 1.4rem;
  border-radius: 999px;
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--solid {
  background: var(--color-white);
  color: var(--color-ink);
}

.button--ghost {
  border: 1px solid rgba(255, 250, 246, 0.42);
  color: var(--color-white);
}

.hero__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero__highlights li {
  width: fit-content;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 250, 246, 0.24);
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.08);
  color: rgba(255, 250, 246, 0.9);
  font-size: 0.92rem;
  line-height: 1;
}

.hero__logo-orbit {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: min(22rem, 72%);
  transform: translateX(3.2rem);
  margin-bottom: -2.9rem;
  filter: drop-shadow(0 18px 36px rgba(48, 14, 32, 0.28));
}

.hero__logo-large {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  transform: rotate(-9deg);
  transform-origin: center center;
}

.hero-logo-travel-clone {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 36;
  pointer-events: none;
  transform-origin: center center;
  will-change: transform, opacity, left, top;
  filter: drop-shadow(0 20px 40px rgba(48, 14, 32, 0.28));
}

.page-index.has-travel-logo .hero__logo-large {
  visibility: hidden;
}

.hero__card {
  justify-self: center;
  width: min(100%, 25rem);
  max-width: 25rem;
  min-height: 17.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.6rem;
  border: 1px solid rgba(255, 250, 246, 0.34);
  border-radius: 1.6rem;
  background: rgba(236, 236, 236, 0.9);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.hero__card-label {
  margin-bottom: 0.8rem;
  color: var(--color-clay);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero__card h2 {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  line-height: 1;
}

.hero__card-spacer {
  display: block;
  width: 100%;
}

.page-index .hero__card-spacer {
  height: 2.6rem;
  max-height: 2.6rem;
  opacity: 1;
  transition: opacity 220ms ease, height 260ms ease, max-height 260ms ease;
}

.page-index .hero__card-spacer.is-hidden {
  height: 0;
  max-height: 0;
  opacity: 0;
}

.hero__card-heading {
  overflow: hidden;
}

.page-index .hero__card-heading {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
  transform: translateY(0.8rem);
  transition: opacity 240ms ease, transform 260ms ease, max-height 260ms ease, margin-bottom 220ms ease;
}

.page-index .hero__card-heading.is-visible {
  opacity: 1;
  max-height: 3rem;
  margin-bottom: 0.7rem;
  transform: translateY(0);
}

.hero__card p:last-child {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(30, 22, 18, 0.82);
  transition: margin-top 220ms ease;
  max-width: 19rem;
}

.page-index .hero__card-heading.is-visible + p {
  margin-top: 0.15rem;
}

.brand-story {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(5.5rem, 9vw, 8rem) 0 clamp(5rem, 8vw, 7rem);
}

.brand-story::before,
.brand-story::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.brand-story::before {
  opacity: 0.18;
  background: radial-gradient(circle at left center, rgba(255, 255, 255, 0.24), transparent 36%), linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 42%);
}

.brand-story::after {
  inset: 8% auto auto 58%;
  width: min(34rem, 48vw);
  height: min(34rem, 48vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 0, 125, 0.16) 0%, rgba(230, 0, 125, 0.05) 34%, transparent 72%);
  filter: blur(18px);
}

.brand-story__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.6rem;
}

.brand-story__header {
  max-width: 44rem;
  display: grid;
  gap: 0.9rem;
}

.brand-story__eyebrow {
  color: #e6007d;
  font-size: 0.92rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brand-story__header h2 {
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-shadow: 0 12px 30px rgba(255, 255, 255, 0.22);
}

.brand-story__header h2 span {
  display: block;
  margin-left: clamp(1.6rem, 6vw, 5.8rem);
}

.brand-story__lead {
  max-width: 34rem;
  color: rgba(30, 22, 18, 0.74);
  font-size: 1.12rem;
  line-height: 1.55;
}

.brand-story__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.78fr);
  gap: 1.6rem;
  align-items: start;
}

.brand-story__aside {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 246, 0.42);
  border-radius: 2.2rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 44px rgba(31, 20, 14, 0.09);
}

.brand-story__aside::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://www.transparenttextures.com/patterns/clean-gray-paper.png");
  background-repeat: repeat;
  opacity: 0.14;
  pointer-events: none;
}

.brand-story__aside::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.brand-story__text {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem 2rem;
  padding: 0 0 0 1.45rem;
}

.brand-story__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  bottom: 0.3rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(230, 0, 125, 0.8), rgba(230, 0, 125, 0.08));
  box-shadow: 0 0 18px rgba(230, 0, 125, 0.12);
}

.brand-story__text p {
  position: relative;
  z-index: 1;
  color: rgba(30, 22, 18, 0.8);
  font-size: 1rem;
  line-height: 1.75;
}

.brand-story__text p:first-child {
  font-size: 1.08rem;
}

.brand-story__text p:nth-child(3) {
  color: rgba(30, 22, 18, 0.9);
  font-weight: 400;
}

.brand-story__aside {
  padding: 1.75rem;
  background: linear-gradient(180deg, rgba(39, 39, 39, 0.82), rgba(20, 20, 20, 0.88)), rgba(28, 28, 28, 0.86);
  color: rgba(255, 250, 246, 0.94);
}

.brand-story__aside::after {
  background: radial-gradient(circle at top right, rgba(230, 0, 125, 0.2), transparent 40%), linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.brand-story__aside-kicker {
  position: relative;
  z-index: 1;
  color: #e6007d;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-story__aside h3 {
  position: relative;
  z-index: 1;
  margin-top: 0.65rem;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1;
}

.brand-story__aside p:last-child {
  position: relative;
  z-index: 1;
  margin-top: 0.8rem;
  color: rgba(255, 250, 246, 0.78);
  font-size: 0.98rem;
  line-height: 1.6;
}

.promos-showcase {
  position: relative;
  padding: clamp(4.8rem, 8vw, 6.8rem) 0;
}

.promos-showcase__inner {
  display: grid;
  gap: 1.7rem;
}

.promos-showcase__header {
  max-width: 42rem;
}

.promos-showcase__eyebrow {
  color: #e6007d;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.promos-showcase__header h2 {
  margin-top: 0.7rem;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.promos-showcase__header p:last-child {
  max-width: 36rem;
  margin-top: 0.95rem;
  color: rgba(30, 22, 18, 0.72);
  font-size: 1.04rem;
  line-height: 1.65;
}

.promos-showcase__frame {
  position: relative;
  min-height: 16rem;
}

.promos-showcase__status {
  padding: 1.4rem;
  border: 1px solid rgba(255, 250, 246, 0.45);
  border-radius: 1.6rem;
  background: rgba(245, 245, 245, 0.84);
  color: rgba(30, 22, 18, 0.7);
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  box-shadow: 0 18px 36px rgba(31, 20, 14, 0.08);
}

.promos-splide {
  visibility: hidden;
}

.promos-splide.is-ready {
  visibility: visible;
}

.promos-splide .splide__track {
  padding: 0.35rem 0 1.25rem;
}

.promos-splide .splide__arrows {
  pointer-events: none;
}

.promos-splide .splide__arrow {
  pointer-events: auto;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid rgba(255, 250, 246, 0.36);
  background: rgba(30, 22, 18, 0.58);
  color: rgba(255, 250, 246, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 24px rgba(31, 20, 14, 0.14);
}

.promos-splide .splide__arrow:hover:not(:disabled) {
  background: rgba(230, 0, 125, 0.72);
}

.promos-splide .splide__arrow:disabled {
  opacity: 0.32;
}

.promos-splide .splide__pagination {
  bottom: -0.15rem;
}

.promos-splide .splide__pagination__page {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 0.28rem;
  background: rgba(30, 22, 18, 0.22);
  opacity: 1;
}

.promos-splide .splide__pagination__page.is-active {
  background: #e6007d;
  transform: scale(1);
}

.promos-splide--fallback .splide__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1rem;
}

.promos-slide {
  height: auto;
}

.promo-card__link {
  display: block;
  height: 100%;
}

.promo-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 246, 0.44);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.82), rgba(228, 228, 228, 0.92)), url("https://www.transparenttextures.com/patterns/clean-gray-paper.png");
  box-shadow: 0 22px 48px rgba(31, 20, 14, 0.12);
}

.promo-card__media {
  display: flex;
  justify-content: center;
  width: 100%;
}

.promo-card__picture {
  display: block;
  width: 100%;
}

.promo-card__image,
.promo-card__video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.products-showcase {
  position: relative;
  padding: clamp(5rem, 8vw, 7rem) 0 clamp(5.5rem, 8vw, 7.5rem);
}

.products-showcase__inner {
  margin-bottom: 2rem;
}

.products-showcase__header {
  max-width: 40rem;
}

.products-showcase__eyebrow {
  color: #e6007d;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.products-showcase__header h2 {
  margin-top: 0.7rem;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.products-showcase__header p:last-child {
  max-width: 34rem;
  margin-top: 0.95rem;
  color: rgba(30, 22, 18, 0.72);
  font-size: 1.06rem;
  line-height: 1.6;
}

.products-marquee {
  position: relative;
  overflow: hidden;
  padding: 0.4rem 0;
  cursor: pointer;
}

.products-marquee::before,
.products-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(3rem, 9vw, 8rem);
  z-index: 2;
  pointer-events: none;
}

.products-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #b6b6b6 0%, rgba(182, 182, 182, 0) 100%);
}

.products-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #b6b6b6 0%, rgba(182, 182, 182, 0) 100%);
}

.products-marquee__track {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  width: max-content;
  will-change: transform;
}

.product-card {
  flex: 0 0 auto;
  width: clamp(15.5rem, 22vw, 18.5rem);
  min-height: 18.1rem;
  border-radius: 1.8rem;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 246, 0.45);
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.84), rgba(234, 234, 234, 0.92)), url("https://www.transparenttextures.com/patterns/clean-gray-paper.png");
  box-shadow: 0 20px 40px rgba(31, 20, 14, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 48px rgba(31, 20, 14, 0.16);
  border-color: rgba(230, 0, 125, 0.3);
}

.product-card__visual {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(10.6rem, auto) auto auto;
  align-content: start;
  align-items: start;
  gap: 0.16rem;
  height: 100%;
  padding: 0.55rem 0.72rem 0.62rem;
  background: radial-gradient(circle at top right, rgba(230, 0, 125, 0.18), transparent 28%), radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.6), transparent 34%), linear-gradient(180deg, rgba(54, 54, 54, 0.16) 0%, rgba(54, 54, 54, 0) 30%), linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02));
}

.product-card__visual::before {
  content: none;
}

.product-card__badge,
.product-card__media,
.product-card__visual strong,
.product-card__subtitle {
  position: relative;
  z-index: 1;
}

.product-card__badge {
  width: fit-content;
  padding: 0.28rem 0.52rem;
  border-radius: 999px;
  background: rgba(230, 0, 125, 0.12);
  color: #b10061;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10.6rem;
  min-height: 10.6rem;
  overflow: hidden;
  margin-block: -0.05rem 0;
}

.product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
  transform: none;
  filter: drop-shadow(0 16px 24px rgba(31, 20, 14, 0.12));
}

.product-card__media-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 10.6rem;
  padding: 0.6rem;
  text-align: center;
  color: rgba(30, 22, 18, 0.62);
  font-size: 1.08rem;
  line-height: 1.2;
}

.product-card__visual strong {
  font-size: 1.38rem;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: rgba(30, 22, 18, 0.96);
}

.product-card__subtitle {
  color: rgba(30, 22, 18, 0.72);
  font-size: 0.9rem;
  line-height: 1.12;
}

.products-directory-page {
  min-height: 100vh;
}

.products-directory {
  position: relative;
  padding: clamp(8.8rem, 12vw, 11.25rem) 0 clamp(5rem, 8vw, 7rem);
}

.products-directory::before,
.products-directory::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.products-directory::before {
  inset: 0;
  background: radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.18), transparent 28%), radial-gradient(circle at 86% 12%, rgba(230, 0, 125, 0.08), transparent 28%);
  opacity: 0.9;
}

.products-directory::after {
  top: 6.5rem;
  right: max(2rem, 4vw);
  width: min(24rem, 32vw);
  height: min(24rem, 32vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  filter: blur(12px);
}

.products-directory__intro {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.95rem;
}

.products-directory__eyebrow {
  color: #e6007d;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.products-directory__intro h1 {
  max-width: 13ch;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.products-directory__intro h1 span {
  display: block;
  margin-left: clamp(1rem, 4vw, 4.6rem);
}

.products-directory__lead {
  max-width: 42rem;
  color: rgba(30, 22, 18, 0.74);
  font-size: 1.05rem;
  line-height: 1.65;
}

.products-directory__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
  gap: 1.2rem;
  margin-top: 2.4rem;
}

.products-directory__card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 246, 0.45);
  border-radius: 1.6rem;
  background: radial-gradient(circle at top right, rgba(230, 0, 125, 0.18), transparent 28%), radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.6), transparent 34%), linear-gradient(180deg, rgba(54, 54, 54, 0.16) 0%, rgba(54, 54, 54, 0) 30%), linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02)), linear-gradient(180deg, rgba(250, 250, 250, 0.84), rgba(234, 234, 234, 0.92)), url("https://www.transparenttextures.com/patterns/clean-gray-paper.png");
  box-shadow: 0 18px 38px rgba(31, 20, 14, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.products-directory__card:hover {
  transform: translateY(-4px);
  border-color: rgba(230, 0, 125, 0.18);
  box-shadow: 0 24px 48px rgba(31, 20, 14, 0.14);
}

.products-directory__card.is-targeted {
  border-color: rgba(230, 0, 125, 0.52);
  box-shadow: 0 24px 50px rgba(31, 20, 14, 0.14), 0 0 0 1px rgba(230, 0, 125, 0.22);
}

.products-directory__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 4/4.15;
  padding: 0.05rem 0.35rem 0.05rem;
  background: transparent;
}

.products-directory__media::before {
  content: none;
}

.products-directory__image,
.products-directory__media-fallback {
  position: relative;
  z-index: 1;
}

.products-directory__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100% + 0.35rem);
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
  filter: drop-shadow(0 20px 32px rgba(31, 20, 14, 0.16));
}

.products-directory__media-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 1.4rem;
  text-align: center;
  color: rgba(30, 22, 18, 0.72);
  font-size: 1.2rem;
  line-height: 1.2;
}

.products-directory__card-body {
  display: grid;
  align-content: start;
  gap: 0.5rem;
  padding: 0.75rem 0.8rem 1rem;
}

.products-directory__title {
  font-size: 1.42rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(30, 22, 18, 0.98);
}

.products-directory__subtitle {
  color: rgba(30, 22, 18, 0.68);
  font-size: 0.98rem;
  line-height: 1.42;
}

.products-directory__meta {
  display: grid;
  gap: 0.24rem;
  margin-top: 0.2rem;
}

.products-directory__size,
.products-directory__price {
  padding: 0;
  border-radius: 0;
  font-size: 0.94rem;
  line-height: 1.35;
}

.products-directory__size {
  background: transparent;
  color: rgba(30, 22, 18, 0.62);
}

.products-directory__price {
  background: transparent;
  color: rgba(30, 22, 18, 0.96);
  font-weight: 700;
}

.products-directory__status {
  padding: 1.4rem;
  border: 1px solid rgba(255, 250, 246, 0.45);
  border-radius: 1.6rem;
  background: rgba(245, 245, 245, 0.84);
  color: rgba(30, 22, 18, 0.7);
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  box-shadow: 0 18px 36px rgba(31, 20, 14, 0.08);
}

.glow-tips-page {
  min-height: 100vh;
}

.glow-tips {
  position: relative;
  padding: clamp(8.8rem, 12vw, 11rem) 0 clamp(5rem, 8vw, 7rem);
}

.glow-tips__hero {
  display: grid;
  gap: 1rem;
}

.glow-tips__eyebrow {
  color: #e6007d;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.glow-tips__hero h1 {
  max-width: 14ch;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.glow-tips__lead {
  max-width: 42rem;
  color: rgba(30, 22, 18, 0.74);
  font-size: 1.04rem;
  line-height: 1.68;
}

.glow-tips__layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.38fr) minmax(0, 1fr);
  gap: 1.6rem;
  align-items: start;
  margin-top: 2.2rem;
}

.glow-tips__sidebar,
.glow-tips__article,
.glow-tips__status {
  border: 1px solid rgba(255, 250, 246, 0.46);
  border-radius: 1.9rem;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.82), rgba(230, 230, 230, 0.92)), url("https://www.transparenttextures.com/patterns/clean-gray-paper.png");
  box-shadow: 0 18px 40px rgba(31, 20, 14, 0.08);
}

.glow-tips__sidebar {
  position: sticky;
  top: 7.4rem;
  padding: 1.2rem;
}

.glow-tips__sidebar-title {
  color: rgba(30, 22, 18, 0.66);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.glow-tips__nav {
  display: grid;
  gap: 0.72rem;
  margin-top: 1rem;
}

.glow-tips__button {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(30, 22, 18, 0.1);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.34);
  color: rgba(30, 22, 18, 0.82);
  text-align: left;
  font-size: 0.98rem;
  line-height: 1.35;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.glow-tips__button:hover {
  transform: translateY(-2px);
  border-color: rgba(230, 0, 125, 0.24);
}

.glow-tips__button.is-active {
  background: rgba(230, 0, 125, 0.12);
  border-color: rgba(230, 0, 125, 0.28);
  color: #9f0057;
}

.glow-tips__article,
.glow-tips__status {
  padding: 1.5rem;
}

.glow-tips__article {
  overflow: hidden;
  padding: 0;
}

.glow-tips__article-hero {
  position: relative;
  overflow: hidden;
  background: rgba(30, 22, 18, 0.22);
}

.glow-tips__article-overlay,
.glow-tips__article-header {
  position: absolute;
  inset: 0;
}

.glow-tips__article-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.glow-tips__article-overlay {
  background: linear-gradient(180deg, rgba(18, 12, 11, 0.08) 0%, rgba(18, 12, 11, 0.42) 52%, rgba(18, 12, 11, 0.84) 100%), linear-gradient(90deg, rgba(18, 12, 11, 0.52) 0%, rgba(18, 12, 11, 0.1) 100%);
}

.glow-tips__article-header {
  z-index: 1;
  inset: auto 0 0;
  display: grid;
  gap: 0.7rem;
  padding: 1.45rem;
  color: rgba(255, 250, 246, 0.96);
}

.glow-tips__article-eyebrow {
  color: rgba(255, 250, 246, 0.84);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.glow-tips__article h1,
.glow-tips__status h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.glow-tips__article-body {
  padding: 1.5rem;
}

.glow-tips__article-content {
  display: grid;
  gap: 0.9rem;
}

.glow-tips__article-content h2 {
  margin-top: 0.55rem;
  color: rgba(30, 22, 18, 0.96);
  font-size: 1.34rem;
  line-height: 1.08;
}

.glow-tips__article-content p,
.glow-tips__status p {
  color: rgba(30, 22, 18, 0.76);
  font-size: 1rem;
  line-height: 1.74;
}

.product-detail-page {
  min-height: 100vh;
}

.product-detail {
  position: relative;
  padding: clamp(8.8rem, 12vw, 11rem) 0 clamp(4.8rem, 8vw, 6.8rem);
}

.product-detail__hero {
  display: grid;
  gap: 1.35rem;
}

.product-detail__back {
  width: fit-content;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: rgba(30, 22, 18, 0.76);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease;
}

.product-detail__back:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.56);
}

.product-detail__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.product-detail__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 246, 0.46);
  border-radius: 2.3rem;
  background: radial-gradient(circle at top right, rgba(230, 0, 125, 0.18), transparent 28%), radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.6), transparent 34%), linear-gradient(180deg, rgba(54, 54, 54, 0.16) 0%, rgba(54, 54, 54, 0) 30%), linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02)), linear-gradient(180deg, rgba(250, 250, 250, 0.84), rgba(234, 234, 234, 0.92)), url("https://www.transparenttextures.com/patterns/clean-gray-paper.png");
  box-shadow: 0 24px 56px rgba(31, 20, 14, 0.12);
}

.product-detail__media::before {
  content: none;
}

.product-detail__image,
.product-detail__media-fallback {
  position: relative;
  z-index: 1;
}

.product-detail__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
  filter: drop-shadow(0 22px 34px rgba(31, 20, 14, 0.16));
}

.product-detail__media-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 22rem;
  padding: 1.5rem;
  text-align: center;
  color: rgba(30, 22, 18, 0.64);
  font-size: 1.35rem;
  line-height: 1.2;
}

.product-detail__content {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.product-detail__eyebrow {
  color: #e6007d;
  font-size: 0.84rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.product-detail__content h1 {
  font-size: clamp(2.6rem, 5.2vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.product-detail__subtitle {
  color: rgba(30, 22, 18, 0.74);
  font-size: 1.12rem;
  line-height: 1.45;
}

.product-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.product-detail__pill {
  width: fit-content;
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  font-size: 0.9rem;
  line-height: 1;
}

.product-detail__pill--muted {
  background: rgba(255, 255, 255, 0.54);
  color: rgba(30, 22, 18, 0.68);
}

.product-detail__pill--price {
  background: rgba(30, 22, 18, 0.9);
  color: rgba(255, 250, 246, 0.94);
}

.product-detail__summary {
  max-width: 40rem;
  color: rgba(30, 22, 18, 0.8);
  font-size: 1rem;
  line-height: 1.7;
}

.product-detail__cta {
  width: fit-content;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  background: rgba(30, 22, 18, 0.92);
  color: rgba(255, 250, 246, 0.94);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

.product-detail__cta:hover {
  transform: translateY(-2px);
}

.product-detail__cta.is-disabled {
  background: rgba(30, 22, 18, 0.4);
  color: rgba(255, 250, 246, 0.84);
  opacity: 0.72;
  cursor: not-allowed;
}

.product-detail__body {
  margin-top: 2rem;
}

.product-detail__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(260px, 0.86fr);
  gap: 1.35rem;
  align-items: start;
}

.product-detail__info {
  display: grid;
  gap: 1.35rem;
}

.product-detail__section,
.product-detail__status {
  border: 1px solid rgba(255, 250, 246, 0.46);
  border-radius: 1.8rem;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.82), rgba(230, 230, 230, 0.92)), url("https://www.transparenttextures.com/patterns/clean-gray-paper.png");
  box-shadow: 0 18px 40px rgba(31, 20, 14, 0.08);
}

.product-detail__section {
  padding: 1.45rem;
}

.product-detail__section h2,
.product-detail__status h1 {
  font-size: 1.42rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(30, 22, 18, 0.96);
}

.product-detail__copy,
.product-detail__status p {
  margin-top: 0.8rem;
  color: rgba(30, 22, 18, 0.76);
  font-size: 1rem;
  line-height: 1.7;
}

.product-detail__list {
  display: grid;
  gap: 0.72rem;
  margin-top: 0.9rem;
}

.product-detail__list li {
  position: relative;
  padding-left: 1.05rem;
  color: rgba(30, 22, 18, 0.78);
  font-size: 0.98rem;
  line-height: 1.65;
}

.product-detail__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #e6007d;
}

.product-detail__list--compact {
  gap: 0.58rem;
}

.product-detail__status {
  max-width: 42rem;
  margin: clamp(8.8rem, 12vw, 11rem) auto clamp(4.8rem, 8vw, 6.8rem);
  padding: 1.7rem;
  text-align: center;
}

.product-detail__status-link {
  width: fit-content;
  margin: 1.1rem auto 0;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  background: rgba(230, 0, 125, 0.12);
  color: #a6005a;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-page {
  min-height: 100vh;
}

.privacy-notice {
  position: relative;
  padding: clamp(8.8rem, 12vw, 11rem) 0 clamp(4.8rem, 8vw, 7rem);
}

.privacy-notice::before,
.privacy-notice::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.privacy-notice::before {
  inset: 0;
  background: radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.2), transparent 28%), radial-gradient(circle at 84% 12%, rgba(230, 0, 125, 0.08), transparent 26%);
}

.privacy-notice::after {
  top: 5rem;
  right: max(1.5rem, 4vw);
  width: min(22rem, 30vw);
  height: min(22rem, 30vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

.privacy-notice__hero,
.privacy-notice__layout {
  position: relative;
  z-index: 1;
}

.privacy-notice__hero {
  max-width: 52rem;
}

.privacy-notice__eyebrow {
  color: #e6007d;
  font-size: 0.92rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.privacy-notice__hero h1 {
  margin-top: 0.7rem;
  font-size: clamp(2.7rem, 5.8vw, 5.2rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.privacy-notice__lead {
  max-width: 43rem;
  margin-top: 1rem;
  color: rgba(30, 22, 18, 0.74);
  font-size: 1.08rem;
  line-height: 1.65;
}

.privacy-notice__updated {
  margin-top: 1.1rem;
  color: rgba(30, 22, 18, 0.54);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-notice__helper {
  width: fit-content;
  max-width: 46rem;
  margin-top: 1.2rem;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(230, 0, 125, 0.16);
  border-radius: 1.2rem;
  background: rgba(255, 250, 246, 0.58);
  color: rgba(30, 22, 18, 0.76);
  line-height: 1.55;
  box-shadow: 0 14px 32px rgba(31, 20, 14, 0.06);
}

.privacy-notice__layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 1.6rem;
  align-items: start;
  margin-top: 2rem;
}

.privacy-notice__summary,
.privacy-notice__section {
  border: 1px solid rgba(255, 250, 246, 0.46);
  border-radius: 2rem;
  background: radial-gradient(circle at top right, rgba(230, 0, 125, 0.14), transparent 28%), radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.42), transparent 34%), linear-gradient(180deg, rgba(250, 250, 250, 0.84), rgba(234, 234, 234, 0.92)), url("https://www.transparenttextures.com/patterns/clean-gray-paper.png");
  box-shadow: 0 20px 44px rgba(31, 20, 14, 0.08);
}

.privacy-notice__summary {
  position: sticky;
  top: 7rem;
  padding: 1.4rem;
}

.privacy-notice__summary-title {
  color: #e6007d;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.privacy-notice__summary-list {
  display: grid;
  gap: 0.95rem;
  margin-top: 1rem;
}

.privacy-notice__summary-list li {
  display: grid;
  gap: 0.18rem;
}

.privacy-notice__summary-list strong {
  color: rgba(30, 22, 18, 0.96);
  font-size: 1rem;
  line-height: 1.2;
}

.privacy-notice__summary-list span {
  color: rgba(30, 22, 18, 0.68);
  font-size: 0.96rem;
  line-height: 1.45;
}

.privacy-notice__content {
  display: grid;
  gap: 1rem;
}

.privacy-notice__section {
  padding: 1.45rem 1.5rem;
}

.privacy-notice__section h2 {
  font-size: clamp(1.38rem, 2.2vw, 1.8rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.privacy-notice__section p {
  margin-top: 0.8rem;
  color: rgba(30, 22, 18, 0.76);
  font-size: 1rem;
  line-height: 1.72;
}

.privacy-notice__list {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.9rem;
  padding-left: 1.1rem;
}

.privacy-notice__list li {
  list-style: disc;
  color: rgba(30, 22, 18, 0.76);
  font-size: 1rem;
  line-height: 1.65;
}

.site-footer {
  position: relative;
  margin-top: clamp(4.5rem, 8vw, 7rem);
  padding: clamp(2.5rem, 5vw, 3.6rem) 0 1.2rem;
  color: rgba(255, 250, 246, 0.92);
  background: radial-gradient(circle at top right, rgba(230, 0, 125, 0.16), transparent 30%), linear-gradient(180deg, rgba(24, 24, 24, 0.92), rgba(10, 10, 10, 0.98));
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://www.transparenttextures.com/patterns/clean-gray-paper.png");
  opacity: 0.16;
  pointer-events: none;
}

.site-footer__inner,
.site-footer__bottom {
  position: relative;
  z-index: 1;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.55fr) minmax(220px, 0.75fr);
  gap: 2rem;
  align-items: start;
}

.site-footer__brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
}

.site-footer__logo {
  width: 84px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.2));
}

.site-footer__brand-copy h2 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1;
}

.site-footer__brand-copy p {
  margin-top: 0.2rem;
  color: rgba(255, 250, 246, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__statement {
  max-width: 24rem;
  margin-top: 1rem;
  color: rgba(255, 250, 246, 0.74);
  font-size: 1rem;
  line-height: 1.6;
}

.site-footer__nav,
.site-footer__contact {
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.site-footer__title {
  color: #e6007d;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer__nav a,
.site-footer__phone {
  color: rgba(255, 250, 246, 0.92);
  font-size: 1rem;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-footer__nav a:hover,
.site-footer__phone:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

.site-footer__contact-copy {
  max-width: 18rem;
  color: rgba(255, 250, 246, 0.7);
  font-size: 0.96rem;
  line-height: 1.55;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.site-footer .site-socials__link {
  background: rgba(255, 250, 246, 0.08);
  border-color: rgba(255, 250, 246, 0.14);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.site-footer .site-socials__link:hover {
  background: rgba(230, 0, 125, 0.24);
  border-color: rgba(230, 0, 125, 0.34);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 250, 246, 0.1);
  color: rgba(255, 250, 246, 0.54);
  font-size: 0.88rem;
}

@media (min-width: 821px) {
  .site-header__inner {
    gap: 1rem;
    min-height: 4.35rem;
    padding: 0.42rem clamp(1.75rem, 4vw, 4.5rem);
  }
  .brand {
    gap: 0.5rem;
    max-width: 50%;
  }
  .brand__logo {
    width: 58px;
  }
  .brand__name {
    font-size: 1.28rem;
  }
  .brand__tagline {
    font-size: 0.52rem;
    letter-spacing: 0.1em;
  }
  .site-nav {
    flex: 0 0 min(50%, 40rem);
    width: min(50%, 40rem);
    max-width: min(50%, 40rem);
    justify-content: flex-end;
    gap: 0.8rem;
    font-size: 0.9rem;
  }
  .site-socials {
    gap: 0.5rem;
    margin-left: 0.35rem;
  }
  .site-socials__link {
    width: 2.2rem;
    height: 2.2rem;
  }
  .site-socials__link svg {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 980px) {
  .glow-tips__layout {
    grid-template-columns: 1fr;
  }
  .glow-tips__sidebar {
    position: static;
  }
  .privacy-notice__layout {
    grid-template-columns: 1fr;
  }
  .privacy-notice__summary {
    position: static;
  }
  .product-detail__layout,
  .product-detail__columns {
    grid-template-columns: 1fr;
  }
  .product-detail__media {
    min-height: 28rem;
    padding: 0.8rem;
  }
  .product-detail__image {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 820px) {
  body.menu-open .site-header {
    z-index: 121;
  }
  .hero__logo-orbit {
    transform: none;
  }
  .hero__logo-large {
    transform: rotate(-9deg);
  }
  .site-header__inner {
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
  .site-header__toggle {
    display: inline-flex;
  }
  .site-nav--desktop {
    display: none;
  }
  .mobile-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    margin-left: 0;
    padding: clamp(6.5rem, 14vh, 8.5rem) 1.5rem 2rem;
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 34%), linear-gradient(180deg, rgba(18, 18, 18, 0.78) 0%, rgba(8, 8, 8, 0.9) 100%);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    text-align: center;
    z-index: 120;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.02);
    transition: opacity 240ms ease, transform 260ms ease, visibility 240ms ease;
  }
  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
  }
  .mobile-nav a {
    font-size: clamp(1.55rem, 4vw, 2.2rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 250, 246, 0.94);
  }
  .mobile-nav a:hover {
    transform: translateY(-2px);
  }
  .site-socials--mobile {
    margin-left: 0;
    margin-top: 1rem;
    gap: 0.9rem;
  }
  .site-socials--mobile .site-socials__link {
    width: 3.15rem;
    height: 3.15rem;
    background: rgba(255, 250, 246, 0.1);
    border-color: rgba(255, 250, 246, 0.2);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  }
  .hero {
    padding-top: 10rem;
  }
  .hero__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    justify-items: center;
    text-align: center;
  }
  .hero__copy {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 38rem;
  }
  .hero__aside {
    order: 1;
    justify-self: center;
    align-self: center;
    width: min(100%, 28rem);
    transform: translateY(-0.5rem);
  }
  .hero h1 {
    max-width: 12ch;
    margin-inline: auto;
  }
  .hero__lead {
    max-width: 31rem;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__actions {
    justify-content: center;
  }
  .hero__highlights {
    justify-content: center;
  }
  .hero__card {
    justify-self: center;
    max-width: 100%;
    min-height: 16.2rem;
  }
  .brand-story {
    padding-top: 4.8rem;
  }
  .brand-story__header {
    max-width: 100%;
    text-align: center;
  }
  .brand-story__header h2 span {
    margin-left: 0;
  }
  .brand-story__lead {
    margin-left: auto;
    margin-right: auto;
  }
  .brand-story__panel {
    grid-template-columns: 1fr;
  }
  .brand-story__text {
    grid-template-columns: 1fr;
    padding-left: 1.2rem;
  }
  .brand-story__aside {
    text-align: center;
  }
  .promos-showcase__header {
    max-width: 100%;
    text-align: center;
  }
  .promos-showcase__header p:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .products-showcase__header {
    max-width: 100%;
    text-align: center;
  }
  .products-showcase__header p:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .products-directory__intro {
    text-align: center;
  }
  .products-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }
  .products-directory__intro h1 {
    max-width: 100%;
  }
  .products-directory__intro h1 span {
    margin-left: 0;
  }
  .products-directory__lead {
    margin-left: auto;
    margin-right: auto;
  }
  .glow-tips__hero {
    text-align: center;
  }
  .glow-tips__hero h1,
  .glow-tips__lead {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .glow-tips__sidebar,
  .glow-tips__article,
  .glow-tips__status {
    text-align: center;
  }
  .product-detail {
    padding-top: 8.7rem;
  }
  .product-detail__hero {
    justify-items: center;
  }
  .product-detail__back {
    margin-inline: auto;
  }
  .product-detail__content {
    justify-items: center;
    text-align: center;
  }
  .product-detail__meta {
    justify-content: center;
  }
  .product-detail__summary {
    margin-left: auto;
    margin-right: auto;
  }
  .product-detail__section,
  .product-detail__status {
    text-align: center;
  }
  .product-detail__list li {
    padding-left: 0;
  }
  .product-detail__list li::before {
    position: static;
    display: inline-block;
    margin-right: 0.45rem;
    transform: translateY(-0.05rem);
  }
  .products-directory__card-body {
    justify-items: center;
    text-align: center;
  }
  .products-directory__meta {
    justify-items: center;
  }
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    text-align: center;
  }
  .site-footer__brand {
    justify-items: center;
  }
  .site-footer__brand-lockup {
    justify-content: center;
  }
  .site-footer__statement,
  .site-footer__contact-copy {
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer__nav,
  .site-footer__contact {
    justify-items: center;
  }
  .site-footer__socials {
    justify-content: center;
  }
  .site-footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .site-header__inner {
    padding: 0.85rem 1.35rem;
  }
  .floating-whatsapp {
    width: 3.45rem;
    height: 3.45rem;
  }
  .floating-whatsapp svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .brand__logo {
    width: 54px;
  }
  .brand {
    gap: 0.65rem;
  }
  .brand__name {
    font-size: 1.1rem;
  }
  .brand__tagline {
    font-size: 0.5rem;
    letter-spacing: 0.08em;
  }
  .hero {
    min-height: auto;
    padding: 7.4rem 0 2.6rem;
  }
  .hero__logo-orbit {
    width: min(15rem, 58vw);
    margin-bottom: -1.6rem;
  }
  .hero__backdrop {
    background: linear-gradient(180deg, rgba(18, 13, 12, 0.74) 0%, rgba(18, 13, 12, 0.88) 100%), url("../../img/hero's/hero1.png") center/cover no-repeat;
  }
  .brand-story__aside {
    border-radius: 1.6rem;
  }
  .privacy-notice__section,
  .privacy-notice__summary {
    border-radius: 1.5rem;
  }
  .privacy-notice__helper {
    width: 100%;
  }
  .promos-showcase {
    padding-top: 4.2rem;
  }
  .promos-splide .splide__arrow {
    width: 2.55rem;
    height: 2.55rem;
  }
  .promo-card {
    border-radius: 1.55rem;
  }
  .products-showcase {
    padding-top: 4.5rem;
  }
  .products-directory {
    padding-top: 7.8rem;
  }
  .glow-tips {
    padding-top: 7.8rem;
  }
  .privacy-notice {
    padding-top: 7.8rem;
  }
  .glow-tips__layout {
    margin-top: 1.8rem;
  }
  .glow-tips__sidebar,
  .glow-tips__article,
  .glow-tips__status {
    border-radius: 1.5rem;
  }
  .glow-tips__button {
    text-align: center;
  }
  .glow-tips__article-hero {
    border-radius: 0;
  }
  .glow-tips__article-header,
  .glow-tips__article-body {
    padding: 1.15rem;
  }
  .product-detail__media {
    min-height: 22rem;
    padding: 0.65rem;
    border-radius: 1.7rem;
  }
  .product-detail__media::before {
    content: none;
  }
  .product-detail__image,
  .product-detail__media-fallback {
    max-height: none;
    min-height: 18rem;
  }
  .product-detail__content h1 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }
  .product-detail__section,
  .product-detail__status {
    border-radius: 1.45rem;
  }
  .products-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
  }
  .products-directory__card {
    border-radius: 1.4rem;
  }
  .products-directory__media {
    padding: 0.05rem 0.2rem 0.05rem;
  }
  .products-directory__card-body {
    padding: 0.65rem 0.7rem 0.95rem;
  }
  .products-directory__title {
    font-size: 1.26rem;
  }
  .products-directory__image {
    max-width: 102%;
  }
  .product-card {
    width: 13.8rem;
    min-height: 16rem;
    border-radius: 1.45rem;
  }
  .product-card__visual {
    padding: 0.42rem 0.5rem 0.54rem;
  }
  .product-card__media {
    height: 8.6rem;
    min-height: 8.6rem;
  }
  .product-card__image,
  .product-card__media-fallback {
    max-height: none;
    min-height: 8.6rem;
  }
  .product-card__visual strong {
    font-size: 1.08rem;
  }
  .site-footer {
    padding-top: 2.3rem;
  }
  .site-footer__logo {
    width: 72px;
  }
  .hero__actions,
  .hero__highlights {
    gap: 0.7rem;
  }
  .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/*# sourceMappingURL=main.css.map */
