body {
  overflow-x: hidden;
  background: var(--color-black-deep);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
}

body.nav-open {
  overflow: hidden;
}

:focus-visible {
  outline: 3px solid var(--color-orange-bright);
  outline-offset: 4px;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container {
  width: min(var(--content-max-width), calc(100% - var(--container-pad) * 2));
  margin-inline: auto;
}

.section-dark {
  background: var(--color-black-deep);
}

.text-orange {
  color: var(--color-orange-bright);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 54px;
  padding: 0 30px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  white-space: nowrap;
}

.btn .icon {
  font-size: 26px;
}

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

.btn--primary {
  background: linear-gradient(180deg, #ff850e 0%, var(--color-orange-bright) 100%);
  color: var(--color-white);
  box-shadow: var(--shadow-orange);
}

.btn--outline {
  border: 1.5px solid rgba(255, 255, 255, 0.82);
  background: rgba(0, 0, 0, 0.22);
  color: var(--color-white);
}

.btn--outline:hover {
  border-color: var(--color-orange-bright);
  color: var(--color-orange-bright);
}

.btn--black {
  min-width: 356px;
  background: #050505;
  color: var(--color-white);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.25);
}

.btn--large {
  min-width: 360px;
  min-height: 66px;
  font-size: 20px;
}

.btn--wide {
  min-width: 330px;
}

.btn--gold {
  border-color: var(--color-gold);
  color: var(--color-gold);
  background: transparent;
}

.section-head {
  margin-bottom: 34px;
}

.section-head--split {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.section-head p {
  margin-top: 8px;
  color: var(--color-white);
  font-size: 19px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 7vw, 6.75rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.section-title--black {
  color: #050505;
}

.section-title--cream {
  color: #050505;
  font-size: clamp(3.8rem, 5.2vw, 5.8rem);
}

.eyebrow {
  color: var(--color-orange-bright);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.title-rule,
.club-rule {
  display: block;
  width: 68px;
  height: 3px;
  margin-top: 18px;
  background: var(--color-orange-bright);
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
  color: var(--color-orange-bright);
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.link-arrow .icon {
  font-size: 25px;
}

.header {
  position: relative;
  z-index: 10;
  background: var(--color-black-deep);
}

.ticker {
  display: none;
  position: relative;
  height: 22px;
  overflow: hidden;
  border-bottom: 1px solid rgba(240, 123, 29, 0.22);
  color: var(--color-orange-bright);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker__track {
  display: inline-flex;
  min-width: max-content;
  animation: ticker 28s linear infinite;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-inline: 14px;
}

.ticker span::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-orange-bright);
}

@keyframes ticker {
  to {
    transform: translateX(-33.333%);
  }
}

@keyframes brand-wheel-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.navbar {
  min-height: 88px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 8, 8, 0.94);
}

.navbar__inner {
  display: grid;
  grid-template-columns: 180px 1fr 172px;
  align-items: center;
  min-height: 88px;
  gap: 28px;
}

.brand {
  --brand-width: 170px;
  --brand-height: calc(var(--brand-width) * 0.3906);
  --brand-gap: calc(var(--brand-width) * 0.035);
  display: flex;
  align-items: center;
  gap: var(--brand-gap);
  width: var(--brand-width);
  height: var(--brand-height);
}

.brand__mark,
.brand__word {
  display: block;
  height: var(--brand-height);
  background-image: url("../assets/logo/logo-yara-white-display.webp");
  background-repeat: no-repeat;
  background-size: var(--brand-width) var(--brand-height);
}

.brand__mark {
  width: var(--brand-height);
  background-position: left center;
  transform-origin: 50% 50%;
  animation: brand-wheel-spin 4.4s linear infinite;
  will-change: transform;
}

.brand__word {
  width: calc(var(--brand-width) - var(--brand-height) - var(--brand-gap));
  background-position: right center;
}

.brand:hover .brand__mark,
.brand:focus-visible .brand__mark {
  animation-duration: 900ms;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.42));
}

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 43px;
}

.primary-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.primary-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--color-orange-bright);
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: left center;
  transition: opacity 180ms ease, transform 220ms ease;
}

.primary-menu a:hover,
.primary-menu a:focus-visible {
  color: var(--color-orange-bright);
}

.primary-menu a:hover::after,
.primary-menu a:focus-visible::after,
.home-page .primary-menu a[data-nav="home"]::after,
.shop-page .primary-menu a[data-nav="shop"]::after,
.product-page .primary-menu a[data-nav="shop"]::after,
.men-page .primary-menu a[data-nav="men"]::after,
.women-page .primary-menu a[data-nav="women"]::after,
.packs-page .primary-menu a[data-nav="packs"]::after,
.partner-page .primary-menu a[data-nav="distributors"]::after,
.contact-page .primary-menu a[data-nav="contact"]::after,
.about-page .primary-menu a[data-nav="about"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-page .primary-menu a[data-nav="home"],
.shop-page .primary-menu a[data-nav="shop"],
.product-page .primary-menu a[data-nav="shop"],
.men-page .primary-menu a[data-nav="men"],
.women-page .primary-menu a[data-nav="women"],
.packs-page .primary-menu a[data-nav="packs"],
.partner-page .primary-menu a[data-nav="distributors"],
.contact-page .primary-menu a[data-nav="contact"],
.about-page .primary-menu a[data-nav="about"] {
  color: var(--color-white);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.icon-button {
  position: relative;
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--color-white);
}

.icon-button .icon {
  font-size: 23px;
}

.cart-count {
  position: absolute;
  top: 0;
  right: -3px;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: var(--color-orange-bright);
  color: var(--color-white);
  font-size: 10px;
  font-weight: 900;
}

.nav-toggle {
  display: none;
}

body.cart-drawer-open {
  overflow: hidden;
}

.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
  backdrop-filter: blur(2px);
}

.cart-drawer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer-shell {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: grid;
  width: min(920px, 100vw);
  grid-template-columns: minmax(300px, 360px) minmax(420px, 1fr);
  color: #242424;
  background: #fff;
  box-shadow: -28px 0 70px rgba(0, 0, 0, 0.34);
  transform: translateX(104%);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cart-drawer-shell.is-open {
  transform: translateX(0);
}

.cart-drawer-shell.is-ordering {
  width: min(540px, 100vw);
  grid-template-columns: 1fr;
}

.cart-drawer-shell.is-ordering .cart-suggestions {
  display: none;
}

.cart-drawer-shell.is-ordering .cart-panel {
  padding: 30px 30px 24px;
}

.cart-drawer-shell.is-ordering .cart-panel__header {
  padding-bottom: 20px;
}

.cart-drawer-shell.is-ordering .cart-panel__header h2 {
  font-size: 20px;
}

.cart-suggestions,
.cart-panel {
  min-height: 100vh;
  overflow-y: auto;
  background: #fff;
}

.cart-suggestions {
  padding: 38px 32px;
  border-right: 1px solid rgba(17, 17, 17, 0.09);
}

.cart-suggestions h2,
.cart-panel__header h2 {
  margin: 0;
  color: #222;
  font-family: var(--font-body);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.cart-suggestions__list {
  display: grid;
  gap: 22px;
  margin-top: 30px;
}

.cart-suggestion {
  position: relative;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  margin-inline: -12px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 10px;
  text-align: left;
  isolation: isolate;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease;
}

.cart-suggestion::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(112deg, transparent 0 35%, rgba(255, 111, 15, 0.16) 46%, transparent 57%),
    radial-gradient(circle at 14% 50%, rgba(255, 111, 15, 0.13), transparent 34%);
  opacity: 0;
  transform: translateX(-34%);
  transition:
    opacity 260ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cart-suggestion:hover,
.cart-suggestion:focus-within {
  background: #fff8f3;
  border-color: rgba(255, 111, 15, 0.24);
  box-shadow: 0 16px 34px rgba(255, 111, 15, 0.12);
  transform: translateY(-4px);
}

.cart-suggestion:hover::before,
.cart-suggestion:focus-within::before {
  opacity: 1;
  transform: translateX(34%);
}

.cart-suggestion a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 7px;
}

.cart-suggestion a::after {
  content: "";
  position: absolute;
  inset: auto 12px 8px 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 111, 15, 0.95), transparent);
  opacity: 0;
  transform: scaleX(0.2);
  transition:
    opacity 260ms ease,
    transform 320ms ease;
}

.cart-suggestion img {
  width: 88px;
  height: 88px;
  border-radius: 4px;
  object-fit: cover;
  background: #f3f3f3;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  transform-origin: center;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 320ms ease,
    box-shadow 320ms ease;
}

.cart-suggestion:hover img,
.cart-suggestion:focus-within img {
  filter: saturate(1.12) contrast(1.04);
  box-shadow: 0 14px 22px rgba(255, 111, 15, 0.18);
  transform: scale(1.08) rotate(-1.5deg);
}

.cart-suggestion:hover a::after,
.cart-suggestion:focus-within a::after {
  opacity: 1;
  transform: scaleX(1);
}

.cart-suggestion strong {
  display: block;
  color: #242424;
  font-size: 15px;
  font-weight: 700;
  transition: color 220ms ease, transform 220ms ease;
}

.cart-suggestion span {
  display: block;
  margin-top: 8px;
  color: #747474;
  font-size: 15px;
  font-weight: 700;
  transition: color 220ms ease, transform 220ms ease;
}

.cart-suggestion:hover strong,
.cart-suggestion:focus-within strong,
.cart-suggestion:hover span,
.cart-suggestion:focus-within span {
  transform: translateX(3px);
}

.cart-suggestion:hover strong,
.cart-suggestion:focus-within strong {
  color: #111;
}

.cart-suggestion:hover span,
.cart-suggestion:focus-within span {
  color: #575757;
}

.cart-suggestion button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: var(--color-orange-bright);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition:
    color 220ms ease,
    transform 220ms ease,
    text-shadow 220ms ease;
}

.cart-suggestion button::after {
  content: "→";
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  transform: translateX(-6px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.cart-suggestion:hover button,
.cart-suggestion:focus-within button {
  color: #ff4f00;
  text-shadow: 0 0 16px rgba(255, 111, 15, 0.22);
  transform: translateX(3px);
}

.cart-suggestion:hover button::after,
.cart-suggestion:focus-within button::after {
  opacity: 1;
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .cart-suggestion,
  .cart-suggestion::before,
  .cart-suggestion a::after,
  .cart-suggestion img,
  .cart-suggestion strong,
  .cart-suggestion span,
  .cart-suggestion button,
  .cart-suggestion button::after {
    transition: none;
  }

  .cart-suggestion:hover,
  .cart-suggestion:focus-within,
  .cart-suggestion:hover img,
  .cart-suggestion:focus-within img,
  .cart-suggestion:hover strong,
  .cart-suggestion:focus-within strong,
  .cart-suggestion:hover span,
  .cart-suggestion:focus-within span,
  .cart-suggestion:hover button,
  .cart-suggestion:focus-within button {
    transform: none;
  }
}

.cart-panel {
  display: flex;
  flex-direction: column;
  padding: 38px 34px 32px;
}

.cart-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.cart-content[hidden],
.cart-order-form[hidden] {
  display: none;
}

.cart-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.cart-panel__header h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cart-title__order {
  display: none;
}

.cart-drawer-shell.is-ordering .cart-title__cart,
.cart-drawer-shell.is-ordering .cart-panel__badge {
  display: none;
}

.cart-drawer-shell.is-ordering .cart-title__order {
  display: inline;
}

.cart-panel__badge {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--color-orange-bright);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.cart-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #222;
  transition: background 180ms ease, transform 180ms ease;
}

.cart-close .icon {
  font-size: 24px;
}

.cart-close:hover,
.cart-close:focus-visible {
  background: #f2f2f2;
  transform: rotate(90deg);
}

.cart-delivery-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0 28px;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 600;
}

.cart-delivery-note .icon {
  width: 24px;
  height: 24px;
  color: #262626;
}

.cart-items {
  display: grid;
  gap: 24px;
}

.cart-empty {
  margin: auto 0;
  padding: 46px 18px;
  border: 1px dashed rgba(17, 17, 17, 0.2);
  border-radius: 10px;
  color: #777;
  text-align: center;
  font-weight: 700;
}

.cart-empty[hidden] {
  display: none;
}

.cart-line {
  position: relative;
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 22px;
  margin-inline: -12px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 12px;
  isolation: isolate;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease;
}

.cart-line::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 111, 15, 0.14) 45%, transparent 58%),
    radial-gradient(circle at 12% 50%, rgba(255, 111, 15, 0.12), transparent 34%);
  opacity: 0;
  transform: translateX(-38%);
  transition:
    opacity 260ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cart-line:hover,
.cart-line:focus-within {
  background: #fff8f3;
  border-color: rgba(255, 111, 15, 0.24);
  box-shadow: 0 18px 34px rgba(255, 111, 15, 0.12);
  transform: translateY(-4px);
}

.cart-line:hover::before,
.cart-line:focus-within::before {
  opacity: 1;
  transform: translateX(38%);
}

.cart-line > a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.cart-line > a::after {
  content: "";
  position: absolute;
  inset: auto 12px 9px 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 111, 15, 0.95), transparent);
  opacity: 0;
  transform: scaleX(0.2);
  transition:
    opacity 260ms ease,
    transform 320ms ease;
}

.cart-line img {
  width: 108px;
  height: 124px;
  border-radius: 4px;
  object-fit: cover;
  background: #f2f2f2;
  transform-origin: center;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 320ms ease,
    box-shadow 320ms ease;
}

.cart-line:hover img,
.cart-line:focus-within img {
  filter: saturate(1.12) contrast(1.04);
  box-shadow: 0 15px 26px rgba(255, 111, 15, 0.2);
  transform: scale(1.06) rotate(-1deg);
}

.cart-line:hover > a::after,
.cart-line:focus-within > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.cart-line__body {
  min-width: 0;
}

.cart-line__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.cart-line h3 {
  margin: 0;
  color: #252525;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.cart-line p {
  margin-top: 6px;
  color: #727272;
  font-size: 14px;
}

.cart-line__price {
  display: block;
  margin-top: 8px;
  color: #777;
  font-size: 15px;
  font-weight: 700;
  transition: color 220ms ease, transform 220ms ease;
}

.cart-line:hover .cart-line__price,
.cart-line:focus-within .cart-line__price {
  color: #4f4f4f;
  transform: translateX(-3px);
}

.cart-line__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
}

.cart-qty {
  display: grid;
  width: 112px;
  height: 42px;
  grid-template-columns: 36px 1fr 36px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #fff;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.cart-line:hover .cart-qty,
.cart-line:focus-within .cart-qty {
  border-color: rgba(255, 111, 15, 0.34);
  box-shadow: 0 8px 20px rgba(255, 111, 15, 0.11);
  transform: translateY(-1px);
}

.cart-qty button,
.cart-qty span {
  display: grid;
  place-items: center;
  color: #242424;
  font-size: 16px;
  font-weight: 700;
}

.cart-qty button:hover,
.cart-qty button:focus-visible {
  background: #f3f3f3;
}

.cart-remove {
  color: #777;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition:
    color 180ms ease,
    transform 180ms ease,
    text-shadow 180ms ease;
}

.cart-remove:hover,
.cart-remove:focus-visible,
.cart-line:hover .cart-remove,
.cart-line:focus-within .cart-remove {
  color: var(--color-orange-bright);
}

.cart-remove:hover,
.cart-remove:focus-visible {
  text-shadow: 0 0 14px rgba(255, 111, 15, 0.2);
  transform: translateX(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .cart-line,
  .cart-line::before,
  .cart-line > a::after,
  .cart-line img,
  .cart-line__price,
  .cart-qty,
  .cart-remove {
    transition: none;
  }

  .cart-line:hover,
  .cart-line:focus-within,
  .cart-line:hover img,
  .cart-line:focus-within img,
  .cart-line:hover .cart-line__price,
  .cart-line:focus-within .cart-line__price,
  .cart-line:hover .cart-qty,
  .cart-line:focus-within .cart-qty,
  .cart-remove:hover,
  .cart-remove:focus-visible {
    transform: none;
  }
}

.cart-tools {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: auto;
  padding: 24px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.cart-tools button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.cart-tools .icon {
  width: 20px;
  height: 20px;
}

.cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0;
  color: #202020;
  font-size: 22px;
}

.cart-checkout {
  width: 100%;
  min-height: 58px;
  border-radius: 4px;
}

.cart-view-link {
  display: inline-flex;
  align-self: center;
  margin-top: 22px;
  color: #202020;
  font-size: 15px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.cart-secure {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-top: 28px;
  color: #202020;
  text-align: center;
}

.cart-secure .icon {
  width: 26px;
  height: 26px;
}

.cart-secure strong {
  font-size: 20px;
  font-weight: 900;
}

.cart-secure span {
  color: #777;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.cart-payment-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}

.cart-payment-logos img {
  width: auto;
  height: 24px;
  max-width: 90px;
  object-fit: contain;
  padding: 5px 7px;
  border: 1px solid rgba(32, 32, 32, 0.1);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.cart-payment-logos img[alt="Mastercard"] {
  height: 26px;
}

.cart-order-form {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 11px;
  padding-top: 16px;
  color: #242424;
}

.cart-order-back {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: #656565;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.cart-order-back .icon {
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}

.cart-order-back:hover,
.cart-order-back:focus-visible {
  color: var(--color-orange-bright);
  transform: translateX(-2px);
}

.cart-order-intro {
  margin: 0 0 2px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 111, 15, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 111, 15, 0.12), transparent 32%),
    #fff8f3;
}

.cart-order-intro p {
  margin: 0 0 6px;
  color: var(--color-orange-bright);
  font-size: 10.5px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-order-intro h3 {
  margin: 0;
  color: #202020;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.cart-order-intro span {
  display: block;
  margin-top: 5px;
  color: #626262;
  font-size: 12.5px;
  line-height: 1.4;
}

.cart-order-field {
  display: grid;
  gap: 5px;
}

.cart-order-field span {
  color: #333;
  font-size: 12px;
  font-weight: 800;
}

.cart-order-field input,
.cart-order-field textarea {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 6px;
  background: #fbfbfb;
  color: #202020;
  font: inherit;
  font-size: 14px;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cart-order-field input {
  height: 42px;
  padding: 0 12px;
}

.cart-order-field textarea {
  min-height: 78px;
  resize: vertical;
  padding: 10px 12px;
}

.cart-order-field input:focus,
.cart-order-field textarea:focus {
  border-color: rgba(255, 111, 15, 0.62);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 111, 15, 0.1);
}

.cart-order-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 2px;
  padding: 12px 0 2px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  color: #202020;
}

.cart-order-summary span {
  color: #777;
  font-size: 13px;
  font-weight: 800;
}

.cart-order-summary strong {
  font-size: 22px;
  font-weight: 900;
}

.cart-order-submit {
  width: 100%;
  min-height: 48px;
  border-radius: 4px;
}

.cart-order-feedback {
  min-height: 18px;
  margin: 0;
  color: var(--color-orange-bright);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 2%, rgba(255, 255, 255, 0.08), transparent 31%),
    linear-gradient(90deg, rgba(8, 8, 8, 0.96) 0%, rgba(8, 8, 8, 0.9) 30%, rgba(8, 8, 8, 0.55) 48%, rgba(8, 8, 8, 0.16) 72%, rgba(8, 8, 8, 0.03) 100%);
  z-index: 1;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(520px, 0.48fr) minmax(520px, 0.52fr);
  align-items: stretch;
  min-height: 690px;
}

.hero__copy {
  position: relative;
  z-index: 3;
  align-self: center;
  max-width: 680px;
  padding: 56px 0 34px;
}

.home-page .hero__copy {
  margin-left: clamp(60px, 4vw, 86px);
}

.hero-title {
  max-width: 660px;
  font-family: var(--font-display);
  font-size: clamp(6rem, 9vw, 9.45rem);
  font-weight: 900;
  line-height: 0.76;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-title span {
  display: block;
}

.hero-title .hero-title__line {
  margin-top: 0.05em;
  white-space: nowrap;
}

.hero-title .text-orange {
  display: inline;
}

.home-page .hero-title {
  white-space: nowrap;
}

.hero__subtitle {
  margin-top: 20px;
  color: var(--color-white);
  font-size: 21px;
  font-weight: 600;
}

.hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(720px, 100%);
  margin-top: 54px;
}

.hero-stat {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: start;
  min-width: 0;
  min-height: 124px;
  padding: 0 30px;
  border-right: 0;
}

.hero-stat:first-child {
  padding-left: 30px;
}

.hero-stat:last-child {
  border-right: 0;
}

.hero-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.22);
}

.hero-stat .icon {
  color: var(--color-orange-bright);
  font-size: 42px;
}

.hero-stat strong {
  display: block;
  margin-top: 18px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.hero-stat span {
  display: block;
  margin-top: 6px;
  color: var(--color-white);
  font-size: 15px;
  line-height: 1.25;
}

.hero__visual {
  position: absolute;
  inset: 0;
  grid-column: 1 / -1;
  grid-row: 1;
  margin-right: calc((100vw - min(var(--content-max-width), calc(100vw - var(--container-pad) * 2))) / -2);
  overflow: hidden;
  isolation: isolate;
}

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

.hero__visual::before {
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.98) 20%, rgba(3, 3, 3, 0.88) 38%, rgba(3, 3, 3, 0.58) 54%, rgba(3, 3, 3, 0.22) 70%, transparent 88%),
    linear-gradient(180deg, rgba(2, 2, 2, 0.56) 0%, transparent 30%, transparent 78%, rgba(0, 0, 0, 0.76) 100%);
}

.hero__visual::after {
  top: -7%;
  right: 3.5%;
  z-index: 3;
  width: min(440px, 54%);
  height: 58%;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 116, 0, 0.96), rgba(255, 136, 32, 0.46) 18%, rgba(255, 116, 0, 0.18) 36%, transparent 62%),
    linear-gradient(180deg, rgba(255, 112, 0, 0.58) 0%, rgba(255, 122, 16, 0.22) 42%, transparent 76%);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.9) 42%, #000 50%, rgba(0, 0, 0, 0.9) 58%, rgba(0, 0, 0, 0.2) 88%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 48%, rgba(0, 0, 0, 0.28) 72%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.9) 42%, #000 50%, rgba(0, 0, 0, 0.9) 58%, rgba(0, 0, 0, 0.2) 88%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 48%, rgba(0, 0, 0, 0.28) 72%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  filter: blur(16px);
  mix-blend-mode: color;
  opacity: 0;
  transform-origin: top center;
  animation: hero-spotlight-on 2.15s ease-out 260ms both;
}

.hero__visual img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.04) 20%, rgba(0, 0, 0, 0.34) 39%, rgba(0, 0, 0, 0.78) 55%, #000 70%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.04) 20%, rgba(0, 0, 0, 0.34) 39%, rgba(0, 0, 0, 0.78) 55%, #000 70%);
  animation: hero-product-awaken 1.8s ease-out 180ms both;
}

.hero__visual picture,
.shop-hero__visual picture,
.packs-hero__visual picture,
.men-hero__scene picture,
.women-hero__scene picture,
.partner-hero__visual picture,
.contact-hero__visual picture,
.about-hero__visual picture,
.product-stage__scene picture {
  display: contents;
}

.hero-motion {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-motion--smoke {
  top: 17%;
  right: 4%;
  width: min(520px, 54%);
  height: 54%;
  background:
    radial-gradient(ellipse at 23% 67%, rgba(255, 255, 255, 0.18), transparent 38%),
    radial-gradient(ellipse at 62% 38%, rgba(255, 128, 28, 0.16), transparent 34%),
    radial-gradient(ellipse at 80% 62%, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(104deg, transparent 8%, rgba(255, 255, 255, 0.07) 22%, transparent 34%, rgba(255, 255, 255, 0.08) 52%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 52% 54%, #000 0%, rgba(0, 0, 0, 0.72) 42%, transparent 76%);
  mask-image: radial-gradient(ellipse at 52% 54%, #000 0%, rgba(0, 0, 0, 0.72) 42%, transparent 76%);
  filter: blur(16px);
  opacity: 0.42;
  transform-origin: 58% 68%;
  animation: hero-smoke-breathe 8.5s ease-in-out infinite alternate;
}

.hero-motion--water {
  right: 0;
  bottom: 0;
  width: min(760px, 68%);
  height: 24%;
  background:
    repeating-linear-gradient(176deg, transparent 0 18px, rgba(255, 255, 255, 0.11) 20px 21px, transparent 25px 43px),
    linear-gradient(94deg, transparent 0%, rgba(255, 115, 0, 0.08) 34%, rgba(255, 255, 255, 0.16) 58%, transparent 92%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 34%, #000 58%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 34%, #000 58%, transparent 100%);
  filter: blur(0.8px);
  opacity: 0.32;
  animation: hero-water-ripple 6.8s linear infinite;
}

.assurance {
  background: #030303;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.assurance__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 132px;
}

.assurance-item {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 260ms ease, border-color 260ms ease, transform 260ms ease;
}

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

.assurance-item::before {
  inset: 17px 16px;
  z-index: -1;
  border: 1px solid rgba(255, 112, 0, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 48px 50%, rgba(255, 112, 0, 0.24), transparent 34%),
    linear-gradient(105deg, rgba(255, 112, 0, 0.1), rgba(255, 112, 0, 0.035) 46%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 34px rgba(255, 112, 0, 0.08);
  opacity: 0;
  transform: translateY(5px) scale(0.97);
  transform-origin: left center;
  transition: opacity 260ms ease, transform 260ms ease;
}

.assurance-item::after {
  right: 32px;
  bottom: 19px;
  left: 32px;
  z-index: -1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 112, 0, 0.82), transparent);
  opacity: 0;
  transform: scaleX(0.2);
  transition: opacity 260ms ease, transform 320ms ease;
}

.assurance-item:first-child {
  padding-left: 42px;
}

.assurance-item:last-child {
  border-right: 0;
}

.assurance-item .icon {
  flex: 0 0 auto;
  color: var(--color-orange-bright);
  font-size: 50px;
  transform-origin: center;
  transition: filter 260ms ease, transform 260ms ease;
}

.assurance-item strong {
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  transition: color 260ms ease, transform 260ms ease;
}

.assurance-item span {
  display: block;
  margin-top: 6px;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.2;
  transition: color 260ms ease, transform 260ms ease;
}

.assurance-item:hover {
  background: rgba(255, 112, 0, 0.018);
  border-color: rgba(255, 112, 0, 0.32);
  transform: translateY(-1px);
}

.assurance-item:hover::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.assurance-item:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.assurance-item:hover .icon {
  filter: drop-shadow(0 0 12px rgba(255, 112, 0, 0.64));
  transform: translateY(-2px) scale(1.03);
}

.assurance-item:hover strong {
  color: #ffffff;
  transform: translateX(3px);
}

.assurance-item:hover span {
  color: #e8e8e8;
  transform: translateX(3px);
}

.bestsellers {
  padding: 72px 0 82px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  perspective: 1200px;
}

.product-card {
  --card-rotate-x: 0deg;
  --card-rotate-y: 0deg;
  --mx: 50%;
  --my: 42%;
  position: relative;
  isolation: isolate;
  min-height: 485px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at 48% 30%, rgba(255, 255, 255, 0.07), transparent 38%),
    linear-gradient(145deg, #1b1b1b 0%, #0d0d0d 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transform: rotateX(var(--card-rotate-x)) rotateY(var(--card-rotate-y)) translateY(0);
  transform-style: preserve-3d;
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease;
  will-change: transform;
}

.product-card::before,
.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 260ms ease, transform 360ms ease;
}

.product-card::before {
  background:
    radial-gradient(
      circle at var(--mx) var(--my),
      rgba(255, 125, 19, 0.32),
      rgba(255, 125, 19, 0.08) 18%,
      transparent 42%
    );
  transform: scale(0.92);
}

.product-card::after {
  inset: 1px;
  border-radius: inherit;
  background:
    conic-gradient(
      from 0deg at var(--mx) var(--my),
      transparent 0deg,
      rgba(255, 255, 255, 0.22) 28deg,
      rgba(255, 118, 0, 0.42) 52deg,
      transparent 82deg,
      transparent 360deg
    ),
    repeating-linear-gradient(
      110deg,
      transparent 0 24px,
      rgba(255, 255, 255, 0.07) 24px 25px,
      transparent 25px 54px
    );
  mix-blend-mode: screen;
  transform: translateY(10px) rotate(0deg);
  mask-image:
    linear-gradient(#000, #000),
    radial-gradient(circle at var(--mx) var(--my), transparent 0 18%, #000 24% 62%, transparent 74%);
  mask-composite: exclude;
  -webkit-mask-image:
    linear-gradient(#000, #000),
    radial-gradient(circle at var(--mx) var(--my), transparent 0 18%, #000 24% 62%, transparent 74%);
  -webkit-mask-composite: xor;
  animation: scent-orbit 2400ms linear infinite paused;
}

.product-card:hover,
.product-card:focus-within {
  border-color: rgba(255, 112, 0, 0.72);
  box-shadow:
    0 18px 45px rgba(255, 92, 0, 0.18),
    0 26px 70px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform:
    rotateX(var(--card-rotate-x))
    rotateY(var(--card-rotate-y))
    translateY(-8px);
}

.product-card:hover::before,
.product-card:hover::after,
.product-card:focus-within::before,
.product-card:focus-within::after {
  opacity: 1;
}

.product-card:hover::before,
.product-card:focus-within::before {
  transform: scale(1);
}

.product-card:hover::after,
.product-card:focus-within::after {
  animation-play-state: running;
}

.badge {
  position: absolute;
  top: 18px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 16px;
  border-radius: var(--radius-pill);
  background: linear-gradient(180deg, #ff8c17 0%, var(--color-orange-bright) 100%);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(240, 123, 29, 0.2);
}

.product-card__media {
  position: relative;
  z-index: 1;
  display: grid;
  height: 314px;
  place-items: end center;
  padding-top: 46px;
  transform: translateZ(26px);
}

.product-card__media::before,
.product-card__media::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: -1;
  width: 72%;
  height: 52%;
  border-radius: 48% 52% 42% 58%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px) rotate(-8deg) scale(0.86);
  transition: opacity 260ms ease, transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-card__media::before {
  background:
    radial-gradient(ellipse at 50% 72%, rgba(255, 112, 0, 0.36), transparent 42%),
    linear-gradient(115deg, transparent 16%, rgba(255, 255, 255, 0.15) 36%, transparent 58%);
  filter: blur(9px);
}

.product-card__media::after {
  width: 60%;
  height: 18%;
  border: 1px solid rgba(255, 129, 28, 0.5);
  border-top-color: rgba(255, 255, 255, 0.52);
  filter: drop-shadow(0 0 16px rgba(255, 106, 0, 0.42));
  animation: scent-ring 2100ms ease-in-out infinite paused;
}

.product-card__media img {
  position: relative;
  z-index: 2;
  max-height: 284px;
  object-fit: contain;
  filter: drop-shadow(0 18px 25px rgba(0, 0, 0, 0.42));
  transform: translateZ(34px) translateY(0) rotate(0deg);
  transition:
    filter 320ms ease,
    transform 560ms cubic-bezier(0.18, 0.85, 0.23, 1.18);
  will-change: transform;
}

.product-card:hover .product-card__media::before,
.product-card:hover .product-card__media::after,
.product-card:focus-within .product-card__media::before,
.product-card:focus-within .product-card__media::after {
  opacity: 1;
  transform: translate(-50%, -6px) rotate(4deg) scale(1);
}

.product-card:hover .product-card__media::after,
.product-card:focus-within .product-card__media::after {
  animation-play-state: running;
}

.product-card:hover .product-card__media img,
.product-card:focus-within .product-card__media img {
  filter:
    drop-shadow(0 23px 28px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 18px rgba(255, 106, 0, 0.2));
  transform: translateZ(54px) translateY(-13px) rotate(-2deg);
}

.scent-trails {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transform: translateZ(44px);
}

.scent-trails i {
  position: absolute;
  left: var(--trail-x);
  top: var(--trail-y);
  width: var(--trail-w);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 245, 232, 0.86), rgba(255, 111, 0, 0.72), transparent);
  opacity: 0;
  filter: blur(0.2px);
  transform: rotate(var(--trail-r)) translateY(18px) scaleX(0.35);
  transform-origin: center;
}

.product-card:hover .scent-trails i,
.product-card:focus-within .scent-trails i {
  animation: scent-wisp 1800ms cubic-bezier(0.18, 0.72, 0.24, 1) infinite;
  animation-delay: var(--trail-delay);
}

.product-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 22px 22px;
  transform: translateZ(30px);
}

.product-card__main {
  min-width: 0;
  flex: 1 1 auto;
}

.product-card h3 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: color 220ms ease, text-shadow 220ms ease, transform 220ms ease;
}

.product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.product-card__media:is(a) {
  color: inherit;
  text-decoration: none;
}

.product-card:hover h3,
.product-card:focus-within h3 {
  color: #fff6ef;
  text-shadow: 0 0 18px rgba(255, 106, 0, 0.34);
  transform: translateX(4px);
}

.product-card p {
  margin-top: 12px;
  color: #d4d4d4;
  font-size: 15px;
}

.product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.product-card__chip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 23px;
  padding: 4px 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 112, 0, 0.32);
  border-radius: 999px;
  background: rgba(255, 112, 0, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-card__offer {
  display: block;
}

.product-card strong {
  display: block;
  margin-top: 10px;
  color: var(--color-orange-bright);
  font-size: 23px;
  font-weight: 900;
}

.bag-circle {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1.5px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  color: var(--color-white);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.bag-circle::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 1px solid rgba(255, 115, 0, 0.48);
  opacity: 0;
  transform: scale(0.66) rotate(0deg);
  transition: opacity 220ms ease, transform 420ms ease;
}

.bag-circle .icon {
  font-size: 25px;
  transition: transform 220ms ease;
}

.bag-circle:hover {
  border-color: var(--color-orange-bright);
  background: rgba(255, 106, 0, 0.12);
  transform: translateY(-2px);
}

.product-card:hover .bag-circle,
.product-card:focus-within .bag-circle {
  border-color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 106, 0, 0.16);
  transform: translateY(-4px);
}

.product-card:hover .bag-circle::before,
.product-card:focus-within .bag-circle::before {
  opacity: 1;
  transform: scale(1) rotate(22deg);
}

.product-card:hover .bag-circle .icon,
.product-card:focus-within .bag-circle .icon {
  transform: translateY(-1px) rotate(-6deg);
}

@keyframes scent-orbit {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(360deg);
  }
}

@keyframes scent-ring {
  0%,
  100% {
    transform: translate(-50%, -6px) rotate(4deg) scale(1);
  }

  50% {
    transform: translate(-50%, -16px) rotate(-5deg) scale(1.1);
  }
}

@keyframes scent-wisp {
  0% {
    opacity: 0;
    transform: rotate(var(--trail-r)) translateY(18px) scaleX(0.35);
  }

  18% {
    opacity: 0.86;
  }

  100% {
    opacity: 0;
    transform: rotate(calc(var(--trail-r) + 8deg)) translateY(-74px) translateX(var(--trail-drift)) scaleX(1.2);
  }
}

@keyframes hero-spotlight-on {
  0% {
    opacity: 0;
    transform: translateY(-18px) scaleX(0.62);
  }

  16% {
    opacity: 0.82;
  }

  25% {
    opacity: 0.28;
  }

  34% {
    opacity: 0.94;
  }

  48% {
    opacity: 0.55;
  }

  100% {
    opacity: 0.72;
    transform: translateY(0) scaleX(1);
  }
}

@keyframes hero-product-awaken {
  0% {
    filter: brightness(0.82) contrast(1.04) saturate(0.9);
  }

  44% {
    filter: brightness(1.13) contrast(1.08) saturate(1.04);
  }

  100% {
    filter: brightness(1) contrast(1) saturate(1);
  }
}

@keyframes hero-smoke-breathe {
  0% {
    opacity: 0.26;
    background-position:
      0 10px,
      18px 0,
      -14px 8px,
      0 0;
    transform: translate3d(-8px, 10px, 0) rotate(-2deg) scale(0.96);
  }

  48% {
    opacity: 0.48;
  }

  100% {
    opacity: 0.36;
    background-position:
      24px -22px,
      -18px -16px,
      26px -10px,
      52px -34px;
    transform: translate3d(12px, -22px, 0) rotate(3deg) scale(1.08);
  }
}

@keyframes hero-water-ripple {
  0% {
    background-position:
      0 0,
      -120px 0;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.42;
    transform: translate3d(-8px, 1px, 0);
  }

  100% {
    background-position:
      88px 10px,
      120px 0;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes display-light-scan {
  0% {
    left: -46%;
    opacity: 0;
  }

  14% {
    opacity: 1;
  }

  58% {
    opacity: 0.95;
  }

  100% {
    left: 118%;
    opacity: 0;
  }
}

@keyframes shelf-light-up {
  0%,
  100% {
    opacity: 0.12;
    transform: rotate(var(--shelf-angle, 1.4deg)) scaleX(0.42);
  }

  22% {
    opacity: 0.94;
    transform: rotate(var(--shelf-angle, 1.4deg)) scaleX(1);
  }

  58% {
    opacity: 0.62;
    transform: rotate(var(--shelf-angle, 1.4deg)) scaleX(0.88);
  }
}

@keyframes quiz-smoke-drift {
  0% {
    background-position:
      0% 52%,
      32% 42%,
      78% 58%,
      48% 48%,
      0 0;
    opacity: 0.55;
    transform: translate3d(-3%, 1%, 0) rotate(-4deg) scale(1.02);
  }

  48% {
    background-position:
      18% 44%,
      44% 50%,
      66% 48%,
      52% 56%,
      52px -34px;
    opacity: 0.82;
    transform: translate3d(2%, -1%, 0) rotate(3deg) scale(1.08);
  }

  100% {
    background-position:
      34% 58%,
      24% 50%,
      86% 44%,
      42% 42%,
      108px -72px;
    opacity: 0.66;
    transform: translate3d(4%, -2%, 0) rotate(6deg) scale(1.04);
  }
}

@keyframes distributor-benefit-sheen {
  0% {
    transform: translateX(-120%) skewX(-18deg);
  }

  100% {
    transform: translateX(145%) skewX(-18deg);
  }
}

@keyframes distributor-benefit-icon {
  0%,
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }

  42% {
    transform: translateY(-2px) rotate(-8deg) scale(1.16);
  }

  72% {
    transform: translateY(1px) rotate(4deg) scale(0.98);
  }
}

@keyframes distributor-counter-pop {
  0% {
    transform: translateY(-1px) scale(1);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }

  44% {
    transform: translateY(-2px) scale(1.07);
    text-shadow: 0 0 22px rgba(255, 255, 255, 0.34), 0 0 30px rgba(255, 111, 0, 0.36);
  }

  100% {
    transform: translateY(0) scale(1);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand__mark,
  .product-card,
  .product-card::before,
  .product-card::after,
  .product-card__media::before,
  .product-card__media::after,
  .product-card__media img,
  .scent-trails i,
  .product-card h3,
  .bag-circle,
  .bag-circle::before,
  .bag-circle .icon,
  .hero__visual::before,
  .hero__visual::after,
  .hero__visual img,
  .hero-motion,
  .assurance-item,
  .assurance-item::before,
  .assurance-item::after,
  .assurance-item .icon,
  .assurance-item strong,
  .assurance-item span,
  .display-stage,
  .display-stage::before,
  .display-stage::after,
  .display-stage img,
  .display-lights,
  .display-lights::before,
  .display-lights i,
  .quiz-card__visual::before,
  .distributor-benefits span,
  .distributor-benefits span::before,
  .distributor-benefits span::after,
  .distributor-benefits .icon {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .product-card:hover,
  .product-card:focus-within,
  .product-card:hover .product-card__media img,
  .product-card:focus-within .product-card__media img,
  .assurance-item:hover,
  .assurance-item:hover::before,
  .assurance-item:hover::after,
  .assurance-item:hover .icon,
  .assurance-item:hover strong,
  .assurance-item:hover span,
  .display-stage:hover,
  .display-stage:focus-within,
  .display-stage:hover img,
  .display-stage:focus-within img,
  .distributor-benefits span:hover,
  .distributor-benefits span:focus-within,
  .distributor-benefits span:hover .icon,
  .distributor-benefits span:focus-within .icon {
    transform: none;
  }
}

.distributors {
  overflow: hidden;
  background: linear-gradient(180deg, #ff8308 0%, #ef7202 100%);
  color: #050505;
}

.distributors__inner {
  display: grid;
  grid-template-columns: minmax(480px, 0.48fr) minmax(460px, 0.52fr);
  align-items: center;
  min-height: 578px;
  gap: 34px;
}

.distributors__copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
  padding: 54px 0;
}

.distributors .eyebrow {
  color: #050505;
}

.distributors__lead {
  margin-top: 14px;
  font-size: 23px;
  font-weight: 800;
}

.distributor-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 640px;
  margin-top: 32px;
}

.distributor-stats article {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-areas:
    "icon value"
    "icon label";
  align-items: center;
  column-gap: 12px;
  min-height: 112px;
  padding: 16px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.distributor-stats .icon {
  grid-area: icon;
  align-self: start;
  margin-top: 4px;
  font-size: 30px;
  stroke-width: 1.8;
}

.distributor-stats strong {
  display: flex;
  grid-area: value;
  align-items: baseline;
  gap: 5px;
  min-width: 0;
  margin-top: 0;
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: 50px;
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
  white-space: nowrap;
  transform-origin: left center;
  transition:
    color 220ms ease,
    text-shadow 220ms ease,
    transform 220ms ease;
}

.distributor-stats strong.is-counting {
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.28), 0 0 28px rgba(255, 111, 0, 0.34);
  transform: translateY(-1px) scale(1.02);
}

.distributor-stats strong.is-counted {
  animation: distributor-counter-pop 520ms ease both;
}

.distributor-stats strong span {
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: 23px;
}

.distributor-stats p {
  grid-area: label;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.distributor-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  max-width: 610px;
  margin-top: 22px;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.distributor-benefits span {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  cursor: default;
  transition:
    color 260ms ease,
    background 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms cubic-bezier(0.18, 0.72, 0.18, 1);
  will-change: transform;
}

.distributor-benefits span::before,
.distributor-benefits span::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.distributor-benefits span::before {
  inset: 0 auto 0 -46%;
  z-index: -1;
  width: 44%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), rgba(255, 123, 0, 0.22), transparent);
  opacity: 0;
}

.distributor-benefits span::after {
  display: none;
  inset: 6px;
  z-index: -1;
  border-radius: 7px;
  background:
    linear-gradient(112deg, rgba(0, 0, 0, 0.9), rgba(22, 12, 3, 0.94)),
    radial-gradient(ellipse at 18% 0%, rgba(255, 132, 0, 0.5), transparent 58%);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 260ms ease, transform 260ms ease;
}

.distributor-benefits .icon {
  position: relative;
  flex: 0 0 auto;
  font-size: 27px;
  stroke-width: 1.8;
  transition: color 260ms ease, filter 260ms ease, transform 260ms ease;
}

.distributor-benefits strong {
  color: var(--color-white);
  font: inherit;
}

.distributor-benefits span:hover,
.distributor-benefits span:focus-within {
  color: var(--color-black);
  border-color: rgba(0, 0, 0, 0.34);
  background: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 12px 24px rgba(82, 26, 0, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  transform: translateY(-4px);
}

.distributor-benefits span:hover::before,
.distributor-benefits span:focus-within::before {
  opacity: 1;
  animation: distributor-benefit-sheen 780ms ease forwards;
}

.distributor-benefits span:hover::after,
.distributor-benefits span:focus-within::after {
  opacity: 1;
  transform: scale(1);
}

.distributor-benefits span:hover .icon,
.distributor-benefits span:focus-within .icon {
  color: var(--color-orange-bright);
  filter: drop-shadow(0 0 10px rgba(255, 101, 0, 0.65));
  animation: distributor-benefit-icon 620ms ease both;
}

.distributors .btn {
  margin-top: 26px;
}

.distributors__visual {
  position: relative;
  isolation: isolate;
  align-self: end;
  display: flex;
  justify-content: flex-end;
  margin-right: -8px;
  perspective: 1200px;
}

.display-stage {
  position: relative;
  width: min(100%, 690px);
  margin-left: auto;
  cursor: pointer;
  transform: translateZ(0) rotateY(0deg);
  transform-origin: 62% 58%;
  transition: transform 420ms ease, filter 420ms ease;
}

.display-stage::before,
.display-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 320ms ease, transform 520ms ease;
}

.display-stage::before {
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(103deg, transparent 24%, rgba(255, 136, 0, 0.16) 45%, rgba(255, 206, 106, 0.22) 58%, transparent 74%),
    linear-gradient(78deg, transparent 46%, rgba(255, 103, 0, 0.2) 66%, transparent 84%);
  filter: blur(10px);
  mix-blend-mode: screen;
  transform: translateY(14px) scale(0.98);
  -webkit-mask: url("../assets/sections/distributor-display.webp") center / 100% 100% no-repeat;
  mask: url("../assets/sections/distributor-display.webp") center / 100% 100% no-repeat;
}

.display-stage::after {
  left: 8%;
  right: 6%;
  bottom: 1%;
  z-index: 0;
  height: 16%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 241, 201, 0.7), rgba(255, 124, 0, 0.28) 42%, transparent 72%);
  filter: blur(13px);
  transform: scaleX(0.76);
}

.display-stage img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-left: auto;
  filter:
    drop-shadow(0 24px 28px rgba(97, 32, 0, 0.25))
    saturate(0.96)
    brightness(0.98);
  transition: filter 420ms ease, transform 420ms ease;
}

.display-lights {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  border-radius: 24px;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  transition: opacity 280ms ease;
  -webkit-mask: url("../assets/sections/distributor-display.webp") center / 100% 100% no-repeat;
  mask: url("../assets/sections/distributor-display.webp") center / 100% 100% no-repeat;
}

.display-lights::before {
  content: "";
  position: absolute;
  top: -12%;
  bottom: -8%;
  left: -40%;
  width: 32%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.48), rgba(255, 139, 27, 0.32), transparent);
  filter: blur(3px);
  transform: skewX(-16deg);
}

.display-lights::after {
  content: "";
  position: absolute;
  inset: 14% 12% auto 18%;
  height: 28%;
  background:
    radial-gradient(ellipse at 34% 8%, rgba(255, 189, 78, 0.25), transparent 60%),
    radial-gradient(ellipse at 72% 10%, rgba(255, 111, 0, 0.28), transparent 64%);
  filter: blur(10px);
  transform: rotate(1.4deg);
}

.display-lights i {
  position: absolute;
  left: 16%;
  right: 18%;
  top: var(--row);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 180, 68, 0.78), rgba(255, 120, 0, 0.9), transparent);
  box-shadow:
    0 0 10px rgba(255, 176, 66, 0.58),
    0 0 28px rgba(255, 103, 0, 0.55);
  opacity: 0;
  transform: rotate(var(--shelf-angle, 1.4deg)) scaleX(0.42);
  transform-origin: center;
}

.display-lights i:nth-child(1) {
  left: 20%;
  right: 22%;
  --shelf-angle: 1.15deg;
}

.display-lights i:nth-child(2) {
  left: 17%;
  right: 19%;
  --shelf-angle: 1.35deg;
}

.display-lights i:nth-child(3) {
  left: 15%;
  right: 18%;
  --shelf-angle: 1.55deg;
}

.display-lights i:nth-child(4) {
  left: 17%;
  right: 21%;
  --shelf-angle: 1.35deg;
}

.display-stage:hover,
.display-stage:focus-within {
  transform: translateY(-8px) rotateY(-3deg);
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.18));
}

.display-stage:hover::before,
.display-stage:hover::after,
.display-stage:focus-within::before,
.display-stage:focus-within::after {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.display-stage:hover img,
.display-stage:focus-within img {
  filter:
    drop-shadow(0 31px 34px rgba(78, 22, 0, 0.34))
    drop-shadow(0 0 20px rgba(255, 117, 0, 0.22))
    saturate(1.12)
    brightness(1.1)
    contrast(1.03);
  transform: translateY(-4px);
}

.display-stage:hover .display-lights,
.display-stage:focus-within .display-lights {
  opacity: 1;
}

.display-stage:hover .display-lights::before,
.display-stage:focus-within .display-lights::before {
  animation: display-light-scan 1700ms cubic-bezier(0.18, 0.72, 0.18, 1) infinite;
}

.display-stage:hover .display-lights i,
.display-stage:focus-within .display-lights i {
  animation: shelf-light-up 1700ms ease-in-out infinite;
  animation-delay: var(--delay);
}

.univers {
  padding: 82px 0 88px;
}

.univers__head {
  align-items: center;
}

.universe-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.universe-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1.5px solid var(--color-orange-bright);
  border-radius: var(--radius-card);
  background: #0b0b0b;
  box-shadow: var(--shadow-card);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.universe-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
}

.universe-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.universe-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 25%, rgba(0, 0, 0, 0.92) 100%);
}

.universe-card__content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  min-height: 220px;
  padding: 0 28px 28px;
}

.universe-card h3 {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.universe-card p {
  margin-top: 14px;
  color: var(--color-white);
  font-size: 20px;
  line-height: 1.35;
}

.universe-card a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 22px;
  color: var(--color-orange-bright);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.universe-card a .icon {
  font-size: 25px;
}

.universe-card__icon {
  position: absolute;
  right: 26px;
  bottom: 22px;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  color: var(--color-orange-bright);
}

.universe-card__icon .icon {
  font-size: 34px;
}

.story {
  padding: 72px 0 56px;
  background: var(--color-cream);
  color: #050505;
}

.story__inner {
  display: grid;
  grid-template-columns: minmax(420px, 0.52fr) minmax(420px, 0.48fr);
  align-items: center;
  gap: 54px;
}

.story__image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.12);
}

.story__copy {
  max-width: 615px;
}

.story__copy p:not(.eyebrow) {
  margin-top: 22px;
  color: #111;
  font-size: 18px;
  line-height: 1.7;
}

.story__copy strong {
  font-weight: 900;
}

.story blockquote {
  position: relative;
  margin-top: 30px;
  padding: 30px 36px 26px 98px;
  border: 1.5px solid var(--color-orange-bright);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
}

.story blockquote > span {
  position: absolute;
  top: 18px;
  left: 34px;
  color: var(--color-orange-bright);
  font-family: Georgia, serif;
  font-size: 92px;
  line-height: 1;
}

.story blockquote p {
  margin: 0 !important;
  font-style: italic;
}

.story blockquote cite {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-weight: 900;
  text-align: right;
}

.story-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 54px;
}

.story-kpis article {
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.35);
}

.story-kpis article:last-child {
  border-right: 0;
}

.story-kpis .icon {
  grid-row: 1 / span 2;
  align-self: center;
  color: #050505;
  font-size: 58px;
  stroke-width: 1.5;
}

.story-kpis strong {
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.story-kpis span {
  margin-top: 4px;
  color: #1f1f1f;
  font-size: 15px;
  line-height: 1.35;
}

.reviews {
  padding: 82px 0 76px;
}

.reviews .section-title {
  font-size: clamp(3.2rem, 4vw, 4.35rem);
  line-height: 0.9;
}

.reviews-carousel {
  position: relative;
}

.review-window {
  overflow: hidden;
  padding: 3px;
  margin: -3px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.review-window::-webkit-scrollbar {
  display: none;
}

.review-grid {
  display: flex;
  gap: 18px;
  align-items: stretch;
}

.review-card {
  --review-glow-x: 82%;
  --review-glow-y: 82%;
  position: relative;
  flex: 0 0 calc((100% - 36px) / 3);
  isolation: isolate;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at 88% 82%, rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(145deg, rgba(27, 27, 27, 0.82), rgba(6, 6, 6, 0.96));
  padding: 30px 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transform: translateY(0) scale(1);
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.review-card::before,
.review-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 260ms ease, transform 380ms ease;
}

.review-card::before {
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--review-glow-x) var(--review-glow-y), rgba(255, 112, 0, 0.28), transparent 32%),
    linear-gradient(105deg, transparent 8%, rgba(255, 255, 255, 0.12) 40%, transparent 62%);
  transform: scale(0.96);
}

.review-card::after {
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.22) 46%, rgba(255, 118, 0, 0.2) 50%, transparent 56%);
  transform: translateX(-72%) skewX(-14deg);
}

.review-card:hover,
.review-card:focus-within {
  border-color: rgba(255, 112, 0, 0.62);
  box-shadow:
    0 18px 42px rgba(255, 102, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transform: translateY(-7px) scale(1.01);
}

.review-card:hover::before,
.review-card:focus-within::before {
  opacity: 1;
  transform: scale(1);
}

.review-card:hover::after,
.review-card:focus-within::after {
  opacity: 1;
  transform: translateX(72%) skewX(-14deg);
}

.stars {
  position: relative;
  z-index: 2;
  color: #ffb000;
  font-size: 25px;
  letter-spacing: 0;
  transition: filter 240ms ease, transform 240ms ease;
}

.review-card:hover .stars,
.review-card:focus-within .stars {
  filter: drop-shadow(0 0 12px rgba(255, 178, 0, 0.5));
  transform: translateY(-2px);
}

.quote {
  position: absolute;
  top: 14px;
  right: 26px;
  color: rgba(255, 255, 255, 0.22);
  font-family: Georgia, serif;
  font-size: 84px;
  line-height: 1;
  transition: color 240ms ease, transform 320ms ease;
}

.review-card:hover .quote,
.review-card:focus-within .quote {
  color: rgba(255, 112, 0, 0.45);
  transform: rotate(-8deg) scale(1.08);
}

.review-card h3 {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  font-family: var(--font-display);
  font-size: 33px;
  font-weight: 800;
  line-height: 1;
  transition: color 220ms ease, text-shadow 220ms ease;
}

.review-card:hover h3,
.review-card:focus-within h3 {
  color: #fff7f0;
  text-shadow: 0 0 14px rgba(255, 112, 0, 0.28);
}

.review-card > p {
  position: relative;
  z-index: 2;
  max-width: 325px;
  margin-top: 18px;
  color: #eeeeee;
  font-size: 16px;
  line-height: 1.55;
}

.review-author {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.review-author img {
  width: 68px;
  height: 68px;
  border: 1.5px solid var(--color-orange-bright);
  border-radius: 50%;
  object-fit: cover;
}

.review-author img,
.review-author__initials {
  transition: box-shadow 240ms ease, transform 240ms ease;
}

.review-author__initials {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1.5px solid var(--color-orange-bright);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(255, 112, 0, 0.35), rgba(12, 12, 12, 0.96));
  color: #fff;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 900;
}

.review-card:hover .review-author img,
.review-card:hover .review-author__initials,
.review-card:focus-within .review-author img,
.review-card:focus-within .review-author__initials {
  box-shadow: 0 0 0 5px rgba(255, 112, 0, 0.11), 0 0 18px rgba(255, 112, 0, 0.34);
  transform: scale(1.05);
}

.review-author strong,
.review-author span,
.review-author small {
  display: block;
}

.review-author strong {
  font-size: 17px;
  font-weight: 900;
}

.review-author span,
.review-author small {
  color: #cfcfcf;
  font-size: 14px;
}

.review-author small::before {
  content: "⊙";
  margin-right: 5px;
  color: var(--color-orange-bright);
}

.review-card time {
  position: absolute;
  bottom: 22px;
  left: 28px;
  z-index: 2;
  color: #d7d7d7;
  font-size: 14px;
}

.review-product {
  position: absolute;
  right: 12px;
  bottom: 16px;
  z-index: 1;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.45));
  transform: translateY(0) rotate(0deg);
  transition: filter 300ms ease, transform 420ms cubic-bezier(0.18, 0.85, 0.24, 1.15);
}

.review-card:hover .review-product,
.review-card:focus-within .review-product {
  filter:
    drop-shadow(0 22px 26px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 16px rgba(255, 106, 0, 0.24));
  transform: translateY(-10px) rotate(-2deg);
}

.review-product--blue {
  width: 145px;
}

.review-product--niro {
  width: 185px;
  right: 6px;
}

.review-product--top {
  width: 170px;
}

.review-product--rouge {
  width: 154px;
}

.review-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
}

.review-nav {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.04);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.review-nav .icon {
  font-size: 19px;
}

.review-nav--prev .icon {
  transform: rotate(180deg);
}

.review-nav:hover:not(:disabled),
.review-nav:focus-visible:not(:disabled) {
  border-color: var(--color-orange-bright);
  color: var(--color-orange-bright);
  background: rgba(255, 106, 0, 0.12);
  transform: translateY(-2px);
}

.review-nav:disabled {
  cursor: default;
  opacity: 0.34;
}

.review-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  transition: width 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.review-dot.is-active {
  width: 26px;
  background: var(--color-orange-bright);
  box-shadow: 0 0 14px rgba(255, 106, 0, 0.42);
}

.reviews-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-card);
  background: linear-gradient(145deg, rgba(25, 25, 25, 0.82), rgba(8, 8, 8, 0.94));
}

.reviews-stats article {
  --stat-x: 50%;
  --stat-y: 50%;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  min-height: 138px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  overflow: hidden;
  transform: translateY(0);
  transition: background 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.reviews-stats article::before,
.reviews-stats article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 240ms ease, transform 430ms ease;
}

.reviews-stats article::before {
  background:
    radial-gradient(circle at var(--stat-x) var(--stat-y), rgba(255, 112, 0, 0.28), rgba(255, 112, 0, 0.08) 22%, transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 58%);
  transform: scale(0.94);
}

.reviews-stats article::after {
  background: linear-gradient(105deg, transparent 8%, rgba(255, 255, 255, 0.2) 46%, rgba(255, 112, 0, 0.28) 51%, transparent 62%);
  transform: translateX(-88%) skewX(-14deg);
}

.reviews-stats article:hover,
.reviews-stats article:focus-within {
  background: rgba(255, 106, 0, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 112, 0, 0.2), 0 14px 32px rgba(255, 91, 0, 0.08);
  transform: translateY(-3px);
}

.reviews-stats article:hover::before,
.reviews-stats article:focus-within::before {
  opacity: 1;
  transform: scale(1);
}

.reviews-stats article:hover::after,
.reviews-stats article:focus-within::after {
  opacity: 1;
  transform: translateX(86%) skewX(-14deg);
}

.reviews-stats article:last-child {
  border-right: 0;
}

.reviews-stats article > span {
  position: relative;
  display: grid;
  grid-row: 1 / span 3;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 50%;
  background: #1b1b1b;
  color: var(--color-orange-bright);
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.reviews-stats article > span::before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(255, 112, 0, 0.4);
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 220ms ease, transform 360ms ease;
}

.reviews-stats article > span .icon {
  font-size: 31px;
  transition: transform 240ms ease, filter 240ms ease;
}

.reviews-stats article:hover > span,
.reviews-stats article:focus-within > span {
  background: #24140b;
  box-shadow: 0 0 0 7px rgba(255, 112, 0, 0.08), 0 0 18px rgba(255, 112, 0, 0.38);
  transform: scale(1.08);
}

.reviews-stats article:hover > span::before,
.reviews-stats article:focus-within > span::before {
  opacity: 1;
  transform: scale(1);
}

.reviews-stats article:hover > span .icon,
.reviews-stats article:focus-within > span .icon {
  filter: drop-shadow(0 0 10px rgba(255, 112, 0, 0.7));
  transform: rotate(-7deg) scale(1.08);
}

.reviews-stats strong {
  color: var(--color-orange-bright);
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 900;
  line-height: 0.9;
  transition: color 220ms ease, text-shadow 220ms ease, transform 220ms ease;
}

.reviews-stats article:hover strong,
.reviews-stats article:focus-within strong {
  color: #ff8b24;
  text-shadow: 0 0 16px rgba(255, 112, 0, 0.45);
  transform: translateX(4px) translateY(-1px);
}

.reviews-stats p {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 220ms ease, transform 220ms ease;
}

.reviews-stats small {
  color: #c8c8c8;
  font-size: 13px;
  transition: color 220ms ease, transform 220ms ease;
}

.reviews-stats article:hover p,
.reviews-stats article:focus-within p,
.reviews-stats article:hover small,
.reviews-stats article:focus-within small {
  color: #ffffff;
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .review-window {
    scroll-behavior: auto;
  }

  .review-card,
  .review-card::before,
  .review-card::after,
  .stars,
  .quote,
  .review-card h3,
  .review-author img,
  .review-author__initials,
  .review-product,
  .review-nav,
  .review-dot,
  .reviews-stats article,
  .reviews-stats article::before,
  .reviews-stats article::after,
  .reviews-stats article > span,
  .reviews-stats article > span::before,
  .reviews-stats article > span .icon,
  .reviews-stats strong,
  .reviews-stats p,
  .reviews-stats small,
  .club-benefits article,
  .club-benefits span,
  .club-benefits span::before,
  .club-benefits span .icon,
  .club-benefits p {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .review-card:hover,
  .review-card:focus-within,
  .review-card:hover .review-product,
  .review-card:focus-within .review-product,
  .reviews-stats article:hover,
  .reviews-stats article:focus-within,
  .reviews-stats article:hover > span,
  .reviews-stats article:focus-within > span,
  .reviews-stats article:hover > span .icon,
  .reviews-stats article:focus-within > span .icon,
  .reviews-stats article:hover strong,
  .reviews-stats article:focus-within strong,
  .reviews-stats article:hover p,
  .reviews-stats article:focus-within p,
  .reviews-stats article:hover small,
  .reviews-stats article:focus-within small,
  .club-benefits article:hover,
  .club-benefits article:focus-within,
  .club-benefits article:hover span,
  .club-benefits article:focus-within span,
  .club-benefits article:hover .icon,
  .club-benefits article:focus-within .icon,
  .club-benefits article:hover p,
  .club-benefits article:focus-within p {
    transform: none;
  }
}

.quiz {
  padding: 74px 0 70px;
}

.quiz-card {
  --quiz-card-height: clamp(520px, 37vw, 610px);
  position: relative;
  display: grid;
  grid-template-columns: 0.43fr 0.57fr;
  height: var(--quiz-card-height);
  min-height: var(--quiz-card-height);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-section);
  background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.05), transparent 34%), var(--color-card);
  box-shadow: var(--shadow-card);
}

.quiz-card__visual {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  background: #080808;
}

.quiz-card__visual::before {
  content: "";
  position: absolute;
  inset: -18% -16% -12% -18%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.68;
  background:
    radial-gradient(ellipse 34% 48% at 27% 58%, rgba(255, 255, 255, 0.28) 0 13%, rgba(255, 255, 255, 0.12) 30%, transparent 61%),
    radial-gradient(ellipse 30% 42% at 56% 34%, rgba(255, 255, 255, 0.2) 0 10%, rgba(255, 255, 255, 0.09) 29%, transparent 58%),
    radial-gradient(ellipse 32% 45% at 78% 61%, rgba(255, 255, 255, 0.22) 0 11%, rgba(255, 255, 255, 0.08) 30%, transparent 64%),
    conic-gradient(from 138deg at 42% 55%, transparent 0 9%, rgba(255, 255, 255, 0.25) 13%, transparent 19% 30%, rgba(255, 255, 255, 0.16) 36%, transparent 46% 100%),
    repeating-radial-gradient(ellipse at 48% 52%, rgba(255, 255, 255, 0.07) 0 1px, transparent 2px 13px);
  background-repeat: no-repeat;
  background-size:
    82% 86%,
    62% 70%,
    72% 76%,
    120% 120%,
    230px 170px;
  filter: blur(14px) saturate(0.55);
  mix-blend-mode: screen;
  transform: translate3d(-2%, 0, 0) rotate(-3deg) scale(1.04);
  -webkit-mask-image: radial-gradient(ellipse 28% 50% at 46% 57%, transparent 0 47%, rgba(0, 0, 0, 0.55) 66%, #000 100%);
  mask-image: radial-gradient(ellipse 28% 50% at 46% 57%, transparent 0 47%, rgba(0, 0, 0, 0.55) 66%, #000 100%);
  animation: quiz-smoke-drift 9.5s ease-in-out infinite alternate;
}

.quiz-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 62%, rgba(26, 26, 26, 0.94) 100%);
}

.quiz-card__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.42));
}

.quiz-card:hover .quiz-card__visual::before,
.quiz-card:focus-within .quiz-card__visual::before {
  opacity: 0.9;
  filter: blur(11px) saturate(0.7);
  animation-duration: 6.8s;
}

.quiz-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 54px 58px;
  text-align: center;
}

.quiz-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--color-orange-bright);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.quiz-kicker .icon {
  font-size: 48px;
}

.quiz-card__content .section-title {
  margin-top: 20px;
}

.quiz-card__content > p:not(.quiz-kicker) {
  max-width: 720px;
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.35;
}

.quiz-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-top: 38px;
}

.quiz-features article {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
  transition: transform 260ms ease, border-color 260ms ease;
  will-change: transform;
}

.quiz-features article::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 50%;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 112, 0, 0.22) 0%, rgba(255, 112, 0, 0.1) 34%, transparent 68%);
  filter: blur(10px);
  opacity: 0;
  transform: translateX(-50%) scale(0.72);
  transition: opacity 260ms ease, transform 260ms ease;
}

.quiz-features article:last-child {
  border-right: 0;
}

.quiz-features .icon {
  color: var(--color-orange-bright);
  font-size: 43px;
  transform-origin: 50% 60%;
  transition: filter 260ms ease, transform 260ms ease;
}

.quiz-features strong {
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: color 260ms ease, transform 260ms ease;
}

.quiz-features span {
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.25;
  transition: color 260ms ease, transform 260ms ease;
}

.quiz-features article:hover {
  border-color: rgba(255, 112, 0, 0.42);
  transform: translateY(-3px);
}

.quiz-features article:hover::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.quiz-features article:hover .icon {
  filter: drop-shadow(0 0 10px rgba(255, 112, 0, 0.62));
  transform: rotate(-5deg) scale(1.08);
}

.quiz-features article:hover strong {
  color: #ffffff;
  transform: translateY(-1px);
}

.quiz-features article:hover span {
  color: #f1f1f1;
  transform: translateY(1px);
}

@media (prefers-reduced-motion: reduce) {
  .quiz-features article,
  .quiz-features article::before,
  .quiz-features .icon,
  .quiz-features strong,
  .quiz-features span {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .quiz-features article:hover,
  .quiz-features article:hover .icon,
  .quiz-features article:hover strong,
  .quiz-features article:hover span {
    transform: none;
  }
}

.quiz-card .btn {
  margin-top: 42px;
}

.quiz-card__panel {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-width: 0;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 26px clamp(24px, 3vw, 44px);
  background:
    radial-gradient(circle at 50% 0%, rgba(127, 89, 255, 0.13), transparent 34%),
    radial-gradient(circle at 16% 100%, rgba(255, 112, 0, 0.13), transparent 32%),
    linear-gradient(135deg, rgba(24, 23, 31, 0.96), rgba(13, 13, 15, 0.98));
  text-align: center;
}

.quiz-card__panel[hidden] {
  display: none;
}

.quiz-card__panel:focus {
  outline: 0;
}

.quiz-card.is-quiz-active {
  grid-template-columns: minmax(380px, 0.43fr) minmax(0, 0.57fr);
}

.quiz-card.is-quiz-active .quiz-card__content {
  display: none;
}

.quiz-card.is-quiz-active .quiz-card__visual::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 52%, rgba(24, 23, 31, 0.94) 100%);
}

.quiz-card.is-quiz-result .quiz-card__panel {
  padding-top: 20px;
  padding-bottom: 20px;
}

.quiz-flow,
.quiz-result {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.quiz-progress {
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(16px, 2vw, 24px);
  color: #f4b116;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.quiz-card.is-quiz-result .quiz-progress {
  margin-bottom: 10px;
}

.quiz-progress__track {
  height: 6px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
}

.quiz-progress__track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7d61ff 0%, #ffb117 100%);
  box-shadow: 0 0 20px rgba(255, 177, 23, 0.32);
  transition: width 320ms ease;
}

.quiz-progress strong {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.08em;
}

.quiz-question h3,
.quiz-result h3 {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(28px, 2.65vw, 42px);
  font-weight: 800;
  line-height: 1.04;
}

.quiz-card.is-quiz-result .quiz-result h3 {
  font-size: clamp(25px, 2.2vw, 34px);
}

.quiz-question > p,
.quiz-result__description,
.quiz-pack-subtitle {
  max-width: 760px;
  margin: 10px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.36;
}

.quiz-card.is-quiz-result .quiz-result__description,
.quiz-card.is-quiz-result .quiz-pack-subtitle {
  max-width: 680px;
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.28;
}

.quiz-options {
  display: grid;
  gap: 14px;
  margin-top: clamp(18px, 2.5vw, 28px);
}

.quiz-options--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quiz-options--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quiz-option {
  position: relative;
  min-height: 104px;
  padding: 16px 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.quiz-option::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(circle at 76% 20%, rgba(255, 177, 23, 0.28), transparent 18%),
    linear-gradient(135deg, rgba(255, 112, 0, 0.1), rgba(127, 89, 255, 0.11));
  transition: opacity 240ms ease;
}

.quiz-option__check {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f4b116;
  opacity: 0;
  box-shadow: 0 0 0 8px rgba(244, 177, 22, 0.17);
  transform: scale(0.7);
  transition: opacity 240ms ease, transform 240ms ease;
}

.quiz-option__icon {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 28px;
  font-size: 26px;
  line-height: 1;
  transition: transform 240ms ease, filter 240ms ease;
}

.quiz-option strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.quiz-option small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.25;
}

.quiz-option:hover,
.quiz-option:focus-visible,
.quiz-option.is-selected {
  border-color: rgba(255, 112, 0, 0.46);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34), inset 0 0 34px rgba(255, 112, 0, 0.08);
  transform: translateY(-5px);
}

.quiz-option:hover::before,
.quiz-option:focus-visible::before,
.quiz-option.is-selected::before {
  opacity: 1;
}

.quiz-option:hover .quiz-option__icon,
.quiz-option:focus-visible .quiz-option__icon,
.quiz-option.is-selected .quiz-option__icon {
  filter: drop-shadow(0 0 14px rgba(255, 177, 23, 0.46));
  transform: translateY(-4px) scale(1.08);
}

.quiz-option.is-selected .quiz-option__check {
  opacity: 1;
  transform: scale(1);
}

.quiz-nav,
.quiz-result-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 18px;
}

.quiz-back,
.quiz-reroll,
.quiz-reset {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  transition: color 220ms ease, transform 220ms ease;
}

.quiz-back:hover,
.quiz-reroll:hover,
.quiz-reset:hover {
  color: #ffffff;
  transform: translateX(-4px);
}

.quiz-back:disabled,
.quiz-next:disabled {
  cursor: not-allowed;
  opacity: 0.4;
  transform: none;
}

.quiz-card__panel .btn {
  min-width: 250px;
  margin-top: 0;
  border: 0;
}

.quiz-profile-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  padding: 8px 16px;
  border: 1px solid rgba(127, 89, 255, 0.55);
  border-radius: 999px;
  background: rgba(127, 89, 255, 0.14);
  color: #a995ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quiz-card.is-quiz-result .quiz-profile-badge {
  margin-bottom: 8px;
  padding: 6px 14px;
  font-size: 11px;
}

.quiz-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.quiz-card.is-quiz-result .quiz-tags {
  gap: 6px;
  margin-top: 9px;
}

.quiz-tags span {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.quiz-card.is-quiz-result .quiz-tags span {
  padding: 5px 10px;
  font-size: 11px;
}

.quiz-pack-title {
  margin: 18px 0 0;
  color: #f4b116;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.quiz-card.is-quiz-result .quiz-pack-title {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.09em;
}

.quiz-result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.quiz-card.is-quiz-result .quiz-result-grid {
  gap: 10px;
  margin-top: 10px;
}

.quiz-result-product {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  text-align: left;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28);
}

.quiz-result-product__rank {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f4b116;
  color: #111111;
  font-weight: 900;
}

.quiz-result-product img {
  display: block;
  width: 100%;
  height: 118px;
  object-fit: cover;
}

.quiz-card.is-quiz-result .quiz-result-product img {
  height: 78px;
}

.quiz-result-product div {
  padding: 10px 12px 12px;
}

.quiz-card.is-quiz-result .quiz-result-product div {
  padding: 8px 10px 10px;
}

.quiz-result-product h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.quiz-card.is-quiz-result .quiz-result-product h4 {
  font-size: 12px;
  line-height: 1.08;
}

.quiz-result-product h4 a {
  color: inherit;
}

.quiz-result-product p {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.quiz-card.is-quiz-result .quiz-result-product p {
  display: none;
}

.quiz-result-product strong {
  display: block;
  margin-top: 7px;
  color: #f4b116;
  font-size: 18px;
  font-weight: 900;
}

.quiz-card.is-quiz-result .quiz-result-product strong {
  margin-top: 6px;
  font-size: 16px;
}

.quiz-reroll {
  color: #ffffff;
}

.quiz-reset {
  display: inline-flex;
  margin-top: 10px;
}

.quiz-card.is-quiz-result .quiz-result-actions {
  gap: 12px;
  padding-top: 10px;
}

.quiz-card.is-quiz-result .quiz-card__panel .btn {
  min-width: 220px;
  min-height: 46px;
  padding: 0 20px;
  font-size: 13px;
}

.quiz-card.is-quiz-result .quiz-reroll,
.quiz-card.is-quiz-result .quiz-reset {
  font-size: 13px;
}

.quiz-card.is-quiz-result .quiz-reset {
  margin-top: 6px;
}

html[dir="rtl"] .quiz-result-product {
  text-align: right;
}

html[dir="rtl"] .quiz-option__check {
  right: auto;
  left: 18px;
}

.club {
  padding: 0 0 76px;
}

.club-card {
  position: relative;
  display: grid;
  grid-template-columns: 0.56fr 0.44fr;
  min-height: 628px;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 40%, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #e76b00 0%, #ff8208 100%);
  color: #050505;
}

.club-card__copy {
  position: relative;
  z-index: 2;
  padding: 58px 54px 42px;
}

.club-kicker {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #050505;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.club-kicker img {
  width: 66px;
  height: auto;
  filter: brightness(0);
}

.club-card .section-title {
  margin-top: 28px;
  color: #050505;
  font-size: 4.15rem;
  line-height: 0.92;
}

.club-card .section-title span {
  color: var(--color-white);
}

.club-rule {
  margin-top: 28px;
  background: #050505;
}

.club-card__copy > p:not(.club-kicker):not(.form-feedback) {
  margin-top: 22px;
  color: #050505;
  font-size: 22px;
  line-height: 1.35;
}

.club-form {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  align-items: center;
  max-width: 750px;
  min-height: 68px;
  margin-top: 28px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius-pill);
  background: #0b0b0b;
}

.club-form > span {
  display: grid;
  place-items: center;
  color: var(--color-white);
}

.club-form > span .icon {
  font-size: 31px;
}

.club-form input,
.newsletter-form input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--color-white);
  outline: 0;
}

.club-form input::placeholder,
.newsletter-form input::placeholder {
  color: #bcbcbc;
}

.club-form .btn {
  min-height: 68px;
  padding-inline: 44px;
  box-shadow: none;
}

.form-feedback {
  min-height: 20px;
  margin-top: 8px;
  font-size: 13px !important;
  font-weight: 700;
}

.club-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 760px;
  margin-top: 34px;
}

.club-benefits article {
  position: relative;
  padding: 0 24px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.28);
  transition: transform 240ms ease, filter 240ms ease;
}

.club-benefits article:first-child {
  padding-left: 0;
}

.club-benefits article:last-child {
  border-right: 0;
}

.club-benefits span {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 50%;
  background: #050505;
  color: var(--color-orange-bright);
  transition: background 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.club-benefits span::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.46);
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 240ms ease, transform 240ms ease;
}

.club-benefits span .icon {
  position: relative;
  font-size: 31px;
  transition: transform 240ms ease, filter 240ms ease;
}

.club-benefits strong {
  display: block;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.club-benefits p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.35;
  transition: color 240ms ease, transform 240ms ease;
}

.club-benefits article:hover,
.club-benefits article:focus-within {
  filter: drop-shadow(0 10px 18px rgba(117, 37, 0, 0.18));
  transform: translateY(-6px);
}

.club-benefits article:hover span,
.club-benefits article:focus-within span {
  background: #111111;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.12),
    0 12px 22px rgba(90, 25, 0, 0.26);
  transform: scale(1.06);
}

.club-benefits article:hover span::before,
.club-benefits article:focus-within span::before {
  opacity: 1;
  transform: scale(1);
}

.club-benefits article:hover .icon,
.club-benefits article:focus-within .icon {
  filter: drop-shadow(0 0 9px rgba(255, 106, 0, 0.74));
  transform: rotate(-7deg) scale(1.08);
}

.club-benefits article:hover p,
.club-benefits article:focus-within p {
  color: #111111;
  transform: translateY(2px);
}

.club-card__visual {
  position: relative;
  z-index: 1;
  align-self: center;
  min-height: 100%;
  overflow: hidden;
  isolation: isolate;
}

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

.club-card__visual::before {
  inset: -2px;
  z-index: 2;
  background:
    linear-gradient(90deg, #f17200 0%, rgba(241, 114, 0, 0.98) 10%, rgba(241, 114, 0, 0.76) 18%, rgba(241, 114, 0, 0.28) 31%, transparent 48%),
    linear-gradient(180deg, #f17200 0%, rgba(241, 114, 0, 0.96) 15%, rgba(241, 114, 0, 0.52) 28%, rgba(241, 114, 0, 0.12) 42%, transparent 58%, transparent 76%, rgba(255, 130, 8, 0.24) 90%, #ff8208 100%);
}

.club-card__visual::after {
  inset: 0;
  z-index: 3;
  width: auto;
  background: radial-gradient(ellipse at 32% 54%, rgba(255, 130, 8, 0.28), rgba(255, 130, 8, 0.12) 28%, transparent 64%);
  filter: blur(18px);
  opacity: 0.72;
}

.club-card__visual img {
  position: absolute;
  z-index: 1;
  right: -46px;
  bottom: 22px;
  width: min(680px, 119%);
  filter: drop-shadow(0 28px 35px rgba(96, 28, 0, 0.28));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.03) 16%, rgba(0, 0, 0, 0.38) 30%, rgba(0, 0, 0, 0.84) 47%, #000 62%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.03) 16%, rgba(0, 0, 0, 0.38) 30%, rgba(0, 0, 0, 0.84) 47%, #000 62%);
}

.shop-main {
  background:
    radial-gradient(circle at 78% 4%, rgba(255, 112, 0, 0.08), transparent 28%),
    #030303;
}

.shop-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #030303;
}

.shop-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.96) 32%, rgba(3, 3, 3, 0.62) 48%, transparent 58%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.12), transparent 52%, rgba(3, 3, 3, 0.2));
  pointer-events: none;
}

.shop-hero__inner {
  position: relative;
  display: grid;
  min-height: 292px;
  grid-template-columns: minmax(360px, 0.42fr) minmax(520px, 0.58fr);
  align-items: center;
}

.shop-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 430px;
  padding: 34px 0 38px;
}

.shop-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 7vw, 6.4rem);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
}

.shop-hero p {
  margin-top: 14px;
  color: #f3f3f3;
  font-size: 16px;
  line-height: 1.45;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
}

.breadcrumbs a {
  color: var(--color-orange-bright);
}

.breadcrumbs span {
  color: rgba(255, 255, 255, 0.76);
}

.shop-hero__visual {
  position: absolute;
  inset: 0 calc((100vw - min(var(--content-max-width), calc(100vw - var(--container-pad) * 2))) / -2) 0 auto;
  width: min(50%, 760px);
  z-index: 0;
  overflow: hidden;
  background: transparent;
}

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

.shop-hero__visual::before {
  display: none;
}

.shop-hero__visual::after {
  display: none;
}

.shop-hero__visual img {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% 50%;
  filter: none;
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.shop-catalog {
  padding: 24px 0 26px;
  background: #030303;
}

.shop-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.shop-sidebar {
  position: sticky;
  top: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 112, 0, 0.08), transparent 34%),
    linear-gradient(145deg, #111111, #050505);
}

.filter-block {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.filter-title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.filter-title span {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

.filter-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  color: var(--color-text-muted);
  font-size: 13px;
}

.filter-list a {
  display: flex;
  justify-content: space-between;
  transition: color 180ms ease, transform 180ms ease;
}

.filter-list a:hover,
.filter-list a:focus-visible,
.filter-list .is-selected {
  color: var(--color-orange-bright);
}

.filter-list a:hover,
.filter-list a:focus-visible {
  transform: translateX(3px);
}

.price-current {
  margin-top: 12px;
  color: var(--color-orange-bright);
  font-size: 13px;
  font-weight: 800;
}

.price-track {
  position: relative;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.price-track span {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--price-fill, 100%);
  border-radius: inherit;
  background: linear-gradient(90deg, #ff8c17, var(--color-orange-bright));
}

.price-track::before,
.price-track::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 112, 0, 0.25);
  transform: translateY(-50%);
}

.price-track::before {
  left: 0;
}

.price-track::after {
  left: var(--price-fill, 100%);
  transform: translate(-50%, -50%);
}

.price-range-input {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  cursor: pointer;
  opacity: 0;
}

.price-range-input:disabled {
  cursor: default;
}

.price-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  color: var(--color-text-muted);
  font-size: 11px;
}

.check-row,
.intensity-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
  color: var(--color-text-muted);
  font-size: 13px;
  cursor: pointer;
}

.check-row input,
.intensity-row input {
  appearance: none;
  display: grid;
  width: 13px;
  height: 13px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 2px;
  background: transparent;
}

.check-row input:checked,
.intensity-row input:checked {
  border-color: var(--color-orange-bright);
  background: var(--color-orange-bright);
}

.intensity-row > span {
  display: inline-flex;
  gap: 3px;
  width: 46px;
}

.intensity-row i {
  width: 8px;
  height: 11px;
  border: 1.5px solid var(--color-orange-bright);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.filter-reset {
  display: flex;
  width: calc(100% - 32px);
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin: 13px 16px 14px;
  border: 1px solid var(--color-orange-bright);
  border-radius: 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.filter-reset:hover,
.filter-reset:focus-visible {
  background: rgba(255, 112, 0, 0.16);
  transform: translateY(-1px);
}

.shop-results {
  min-width: 0;
}

.shop-toolbar {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.shop-toolbar p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.shop-toolbar label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.shop-toolbar select {
  min-width: 170px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: #080808;
  color: #ffffff;
  font: inherit;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  perspective: 1200px;
}

.shop-empty {
  grid-column: 1 / -1;
  min-height: 180px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  color: var(--color-text-muted);
  font-weight: 700;
  text-align: center;
}

.shop-product-card {
  min-height: 344px;
  border-radius: 8px;
}

.shop-product-card .badge {
  top: 12px;
  left: 12px;
  min-height: 24px;
  padding-inline: 10px;
  font-size: 9px;
}

.favorite-button {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: rgba(255, 255, 255, 0.78);
  transition: color 180ms ease, transform 180ms ease, filter 180ms ease;
}

.favorite-button .icon {
  font-size: 18px;
}

.favorite-button:hover,
.favorite-button:focus-visible {
  color: var(--color-orange-bright);
  filter: drop-shadow(0 0 10px rgba(255, 112, 0, 0.4));
  transform: scale(1.12);
}

.favorite-button.is-favorite,
.favorite-button[aria-pressed="true"] {
  color: var(--color-orange-bright);
  filter: drop-shadow(0 0 12px rgba(255, 112, 0, 0.55));
}

.favorite-button.is-favorite .icon,
.favorite-button[aria-pressed="true"] .icon {
  fill: currentColor;
  stroke: currentColor;
}

.favorite-button.favorite-pulse .icon,
.product-wishlist.favorite-pulse .icon {
  animation: favorite-heart-pop 440ms cubic-bezier(0.2, 1.35, 0.4, 1);
}

.product-card.is-favorited {
  border-color: rgba(255, 112, 0, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 112, 0, 0.22),
    0 20px 56px rgba(255, 112, 0, 0.12);
}

@keyframes favorite-heart-pop {
  0% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.26) rotate(-8deg);
  }
  72% {
    transform: scale(0.94) rotate(5deg);
  }
  100% {
    transform: scale(1);
  }
}

.shop-product-card .product-card__media {
  height: 210px;
  padding-top: 26px;
  place-items: center;
}

.shop-product-card .product-card__media::before {
  width: 66%;
  height: 42%;
}

.shop-product-card .product-card__media img {
  max-width: 74%;
  max-height: 185px;
}

.shop-product-card .product-card__body {
  align-items: center;
  padding: 10px 13px 14px;
}

.shop-product-card h3 {
  font-size: 20px;
  line-height: 0.98;
}

.shop-product-card p {
  margin-top: 5px;
  font-size: 11px;
}

.shop-product-card .product-card__tags {
  gap: 4px;
  margin-top: 7px;
}

.shop-product-card .product-card__chip {
  min-height: 18px;
  padding: 3px 6px;
  font-size: 8px;
}

.shop-product-card strong {
  margin-top: 3px;
  font-size: 15px;
}

.shop-product-card .bag-circle {
  width: 40px;
  height: 40px;
  border-width: 1px;
}

.shop-product-card .bag-circle .icon {
  font-size: 18px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.pagination a,
.pagination button,
.pagination span {
  display: grid;
  min-width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.pagination button {
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.pagination span {
  border-color: transparent;
  color: var(--color-text-muted);
}

.pagination a:hover,
.pagination a:focus-visible,
.pagination button:hover,
.pagination button:focus-visible,
.pagination .is-active {
  border-color: var(--color-orange-bright);
  background: var(--color-orange-bright);
}

.pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.pagination button:disabled:hover,
.pagination button:disabled:focus-visible {
  border-color: rgba(255, 255, 255, 0.16);
  background: transparent;
}

.packs-main {
  background:
    radial-gradient(circle at 70% 0%, rgba(255, 112, 0, 0.1), transparent 26%),
    #030303;
}

.packs-hero__visual {
  background:
    radial-gradient(ellipse at 74% 48%, rgba(255, 112, 0, 0.2), transparent 34%),
    linear-gradient(180deg, #050505, #030303);
}

.packs-hero__visual img {
  right: clamp(70px, 10vw, 170px);
  width: min(670px, 48vw);
  border-radius: 8px;
  opacity: 0.86;
  transform: translateY(-50%) scale(1);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 16%, #000 34%, #000 78%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 82%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 16%, #000 34%, #000 78%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.packs-source-block p {
  margin-top: 12px;
  color: var(--color-text-muted);
  font-size: 12px;
  line-height: 1.45;
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  perspective: 1200px;
}

.pack-card {
  --pack-x: 50%;
  --pack-y: 30%;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--pack-x) var(--pack-y), rgba(255, 112, 0, 0.16), transparent 27%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 24px 55px rgba(0, 0, 0, 0.25);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.pack-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  background: linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.2) 44%, transparent 54% 100%);
  opacity: 0;
  transform: translateX(-42%);
  transition: opacity 220ms ease, transform 650ms ease;
  pointer-events: none;
}

.pack-card:hover,
.pack-card:focus-within {
  border-color: rgba(255, 112, 0, 0.66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 28px 70px rgba(255, 112, 0, 0.16);
  transform: translateY(-5px) rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg));
}

.pack-card:hover::before,
.pack-card:focus-within::before {
  opacity: 1;
  transform: translateX(42%);
}

.pack-card__media {
  position: relative;
  display: block;
  height: 210px;
  overflow: hidden;
  background: #111111;
}

.pack-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.pack-card:hover .pack-card__media img,
.pack-card:focus-within .pack-card__media img {
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.045);
}

.pack-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 290px;
  flex-direction: column;
  padding: 17px;
}

.pack-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.pack-card__meta span {
  min-height: 22px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 112, 0, 0.32);
  border-radius: 999px;
  color: var(--color-orange-bright);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.pack-card h3 {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.pack-card p {
  margin-top: 10px;
  color: var(--color-text-muted);
  font-size: 13px;
  line-height: 1.48;
}

.pack-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pack-card dt {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.pack-card dd {
  margin-top: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.pack-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.pack-card li {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 700;
}

.pack-card__cta {
  width: 100%;
  min-height: 38px;
  margin-top: auto;
  padding-inline: 12px;
  border-color: rgba(255, 112, 0, 0.7);
  font-size: 11px;
  justify-content: center;
}

.pack-card__cta .icon {
  font-size: 16px;
}

.men-main {
  background:
    radial-gradient(circle at 68% 0%, rgba(255, 112, 0, 0.08), transparent 24%),
    linear-gradient(180deg, #030303 0%, #050505 100%);
}

.men-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: #030303;
}

.men-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.98) 28%, rgba(3, 3, 3, 0.7) 43%, rgba(3, 3, 3, 0.16) 62%, rgba(3, 3, 3, 0.66) 100%),
    radial-gradient(circle at 73% 42%, rgba(255, 255, 255, 0.12), transparent 19%),
    radial-gradient(circle at 75% 50%, rgba(255, 112, 0, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.14), rgba(3, 3, 3, 0.84));
  pointer-events: none;
}

.men-hero__inner {
  position: relative;
  display: grid;
  min-height: 318px;
  grid-template-columns: minmax(360px, 0.42fr) minmax(600px, 0.58fr);
  align-items: center;
}

.men-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 440px;
  padding: 42px 0;
}

.men-hero__eyebrow {
  margin: 0 0 8px;
  color: var(--color-orange-bright);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.men-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(4.3rem, 7vw, 6.7rem);
  font-weight: 900;
  line-height: 0.84;
  text-transform: uppercase;
}

.men-hero h1 span {
  display: block;
  color: var(--color-orange-bright);
}

.men-hero__copy > p:not(.men-hero__eyebrow) {
  margin-top: 14px;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 1.45;
}

.men-hero__scene {
  position: absolute;
  inset: 0 calc((100vw - min(var(--content-max-width), calc(100vw - var(--container-pad) * 2))) / -2) 0 35%;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 66% 52%, rgba(255, 255, 255, 0.09), transparent 28%),
    radial-gradient(ellipse at 78% 48%, rgba(255, 112, 0, 0.08), transparent 31%),
    linear-gradient(180deg, #050505, #030303);
}

.men-hero__scene::before {
  display: none;
}

.men-hero__scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  background:
    linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.96) 9%, rgba(3, 3, 3, 0.5) 26%, transparent 48%, rgba(3, 3, 3, 0.32) 82%, #030303 100%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.18), transparent 46%, rgba(3, 3, 3, 0.86) 100%);
  pointer-events: none;
}

.men-hero__scene img {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 52%;
  filter:
    saturate(0.9)
    contrast(1.12)
    brightness(0.86);
  transform: scale(1.02);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.14) 9%, rgba(0, 0, 0, 0.82) 27%, #000 58%, rgba(0, 0, 0, 0.86) 84%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.14) 9%, rgba(0, 0, 0, 0.82) 27%, #000 58%, rgba(0, 0, 0, 0.86) 84%, transparent 100%);
}

.men-hero__base {
  display: none;
  position: absolute;
  left: 20%;
  right: 6%;
  bottom: 18px;
  z-index: 2;
  height: 112px;
  border-radius: 50% 50% 18px 18px;
  background:
    radial-gradient(ellipse at 52% 12%, rgba(255, 255, 255, 0.24), transparent 18%),
    linear-gradient(180deg, #2a2a2a 0%, #101010 46%, #050505 100%);
  clip-path: polygon(6% 34%, 24% 9%, 48% 4%, 73% 12%, 95% 36%, 89% 79%, 59% 100%, 18% 89%);
  box-shadow: inset 0 18px 28px rgba(255, 255, 255, 0.06), 0 24px 48px rgba(0, 0, 0, 0.64);
}

.men-hero__smoke {
  display: none;
  position: absolute;
  left: 26%;
  top: 8%;
  z-index: 1;
  width: 68%;
  height: 78%;
  background:
    radial-gradient(ellipse at 38% 45%, rgba(255, 255, 255, 0.18), transparent 30%),
    radial-gradient(ellipse at 58% 36%, rgba(255, 255, 255, 0.14), transparent 26%),
    radial-gradient(ellipse at 68% 58%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(112deg, transparent 8%, rgba(255, 255, 255, 0.12) 28%, transparent 50%, rgba(255, 255, 255, 0.08) 68%, transparent 88%);
  filter: blur(16px);
  opacity: 0.66;
  mix-blend-mode: screen;
  animation: men-smoke-drift 8s ease-in-out infinite alternate;
}

.men-hero__rock {
  display: none;
  position: absolute;
  z-index: 3;
  width: 82px;
  height: 58px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(160deg, #2c2c2c, #070707 72%);
  clip-path: polygon(13% 72%, 36% 11%, 75% 0, 100% 50%, 82% 96%, 28% 100%);
  filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.66));
}

.men-hero__rock--one {
  left: 31%;
  top: 40%;
  transform: rotate(-19deg);
}

.men-hero__rock--two {
  right: 24%;
  top: 48%;
  width: 74px;
  height: 50px;
  transform: rotate(18deg);
}

.men-hero__rock--three {
  right: 12%;
  bottom: 36%;
  width: 92px;
  height: 62px;
  transform: rotate(-6deg);
}

.shop-product-card--pack .product-card__media img {
  max-width: 92%;
  width: 92%;
  max-height: 172px;
  border-radius: 4px;
  object-fit: cover;
}

.shop-newsletter-strip {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr minmax(360px, 0.44fr);
  align-items: center;
  gap: 24px;
  min-height: 86px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 3% 50%, rgba(255, 255, 255, 0.08), transparent 16%),
    linear-gradient(110deg, #171717 0%, #0b0b0b 58%, rgba(255, 112, 0, 0.18) 100%);
  padding: 18px 24px;
}

.shop-newsletter-strip::before {
  content: "";
  position: absolute;
  inset: -32px auto -32px -18px;
  z-index: -1;
  width: 180px;
  background: url("../assets/logo/logo-yara-white-display.webp") left center / 280px auto no-repeat;
  opacity: 0.1;
}

.shop-newsletter-strip strong {
  display: block;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.shop-newsletter-strip strong span {
  color: var(--color-orange-bright);
}

.shop-newsletter-strip p {
  margin-top: 6px;
  color: #f1f1f1;
  font-size: 12px;
}

.shop-newsletter-strip form {
  display: grid;
  grid-template-columns: 1fr 130px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 5px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.34);
}

.shop-newsletter-strip input {
  min-width: 0;
  padding: 0 16px;
  color: #ffffff;
  font: inherit;
}

.shop-newsletter-strip .btn {
  min-height: 42px;
  border-radius: 0;
  padding-inline: 12px;
  font-size: 12px;
  box-shadow: none;
}

.shop-newsletter-strip .form-feedback {
  position: absolute;
  right: 24px;
  bottom: 2px;
  color: #ffffff;
  font-size: 11px;
}

@keyframes men-smoke-drift {
  0% {
    opacity: 0.42;
    transform: translate3d(-18px, 10px, 0) scale(0.96);
  }

  100% {
    opacity: 0.72;
    transform: translate3d(18px, -10px, 0) scale(1.06);
  }
}

.women-main {
  background:
    radial-gradient(circle at 76% 0%, rgba(255, 158, 185, 0.12), transparent 24%),
    linear-gradient(180deg, #030303 0%, #050505 100%);
}

.women-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: #030303;
}

.women-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.98) 29%, rgba(3, 3, 3, 0.72) 44%, rgba(3, 3, 3, 0.2) 63%, rgba(3, 3, 3, 0.7) 100%),
    radial-gradient(circle at 74% 46%, rgba(255, 172, 205, 0.14), transparent 20%),
    radial-gradient(circle at 78% 51%, rgba(255, 112, 0, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.18), rgba(3, 3, 3, 0.86));
  pointer-events: none;
}

.women-hero__inner {
  position: relative;
  display: grid;
  min-height: 318px;
  grid-template-columns: minmax(370px, 0.42fr) minmax(600px, 0.58fr);
  align-items: center;
}

.women-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 520px;
  padding: 42px 0;
}

.women-hero__eyebrow {
  margin: 0 0 8px;
  color: var(--color-orange-bright);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.women-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(4.15rem, 6.8vw, 6.45rem);
  font-weight: 900;
  line-height: 0.84;
  text-transform: uppercase;
}

.women-hero h1 span {
  display: block;
  color: var(--color-orange-bright);
}

.women-hero__copy > p:not(.women-hero__eyebrow) {
  max-width: 430px;
  margin-top: 14px;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 1.45;
}

.women-hero__scene {
  position: absolute;
  inset: 0 calc((100vw - min(var(--content-max-width), calc(100vw - var(--container-pad) * 2))) / -2) 0 35%;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 67% 51%, rgba(255, 172, 205, 0.11), transparent 28%),
    radial-gradient(ellipse at 78% 48%, rgba(255, 112, 0, 0.06), transparent 31%),
    linear-gradient(180deg, #050505, #030303);
}

.women-hero__scene::before {
  display: none;
}

.women-hero__scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 7;
  background:
    linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.97) 10%, rgba(3, 3, 3, 0.54) 29%, transparent 49%, rgba(3, 3, 3, 0.34) 82%, #030303 100%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.16), transparent 42%, rgba(3, 3, 3, 0.88) 100%);
  pointer-events: none;
}

.women-hero__scene img {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 52%;
  filter:
    saturate(0.9)
    contrast(1.12)
    brightness(0.86);
  transform: scale(1.02);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.14) 9%, rgba(0, 0, 0, 0.82) 27%, #000 58%, rgba(0, 0, 0, 0.86) 84%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.14) 9%, rgba(0, 0, 0, 0.82) 27%, #000 58%, rgba(0, 0, 0, 0.86) 84%, transparent 100%);
}

.women-hero__base {
  display: none;
  position: absolute;
  left: 18%;
  right: 5%;
  bottom: 18px;
  z-index: 2;
  height: 112px;
  border-radius: 50% 50% 18px 18px;
  background:
    radial-gradient(ellipse at 54% 12%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(180deg, #242424 0%, #0f0f0f 48%, #050505 100%);
  clip-path: polygon(4% 36%, 24% 10%, 50% 4%, 73% 12%, 96% 38%, 90% 80%, 58% 100%, 16% 88%);
  box-shadow: inset 0 18px 28px rgba(255, 255, 255, 0.06), 0 24px 48px rgba(0, 0, 0, 0.64);
}

.women-hero__smoke {
  display: none;
  position: absolute;
  left: 25%;
  top: 8%;
  z-index: 1;
  width: 70%;
  height: 78%;
  background:
    radial-gradient(ellipse at 34% 46%, rgba(255, 255, 255, 0.18), transparent 30%),
    radial-gradient(ellipse at 58% 40%, rgba(255, 172, 198, 0.18), transparent 28%),
    radial-gradient(ellipse at 78% 58%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(112deg, transparent 8%, rgba(255, 255, 255, 0.1) 28%, transparent 50%, rgba(255, 180, 202, 0.12) 68%, transparent 88%);
  filter: blur(16px);
  opacity: 0.68;
  mix-blend-mode: screen;
  animation: women-smoke-drift 8.5s ease-in-out infinite alternate;
}

.fragrance-bottle {
  --bottle-bg: linear-gradient(160deg, #f3b7c5 0%, #d78398 100%);
  --bottle-edge: rgba(255, 255, 255, 0.44);
  --bottle-text: #1d1315;
  position: relative;
  display: grid;
  width: 108px;
  height: 156px;
  place-items: center;
  border: 1px solid var(--bottle-edge);
  border-radius: 12px 12px 10px 10px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.34), transparent 14%, transparent 86%, rgba(255, 255, 255, 0.32)),
    var(--bottle-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    inset 0 -18px 30px rgba(0, 0, 0, 0.08),
    0 24px 30px rgba(0, 0, 0, 0.42);
  color: var(--bottle-text);
  transform: translateZ(34px);
  transition:
    filter 320ms ease,
    transform 560ms cubic-bezier(0.18, 0.85, 0.23, 1.18);
}

.fragrance-bottle::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  width: 48px;
  height: 25px;
  border: 1px solid var(--bottle-edge);
  border-bottom: 0;
  border-radius: 8px 8px 3px 3px;
  background: inherit;
  transform: translateX(-50%);
}

.fragrance-bottle__cap {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 62px;
  height: 26px;
  border: 1px solid var(--bottle-edge);
  border-radius: 8px 8px 4px 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.38), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.28)),
    var(--bottle-bg);
  transform: translateX(-50%);
}

.fragrance-bottle__label {
  display: grid;
  gap: 4px;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0.04em;
}

.fragrance-bottle__label small {
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fragrance-bottle--hero {
  position: absolute;
  left: 55%;
  bottom: 68px;
  z-index: 4;
  width: 132px;
  height: 190px;
  transform: translateX(-50%);
}

.fragrance-bottle--rose {
  --bottle-bg: linear-gradient(160deg, #f3bbc7 0%, #d88ca0 100%);
}

.fragrance-bottle--blush {
  --bottle-bg: linear-gradient(160deg, #ffd4dc 0%, #e8a1b0 100%);
}

.fragrance-bottle--ivory {
  --bottle-bg: linear-gradient(160deg, #fff8ee 0%, #e5d2b8 100%);
}

.fragrance-bottle--pink {
  --bottle-bg: linear-gradient(160deg, #ff9fc4 0%, #e4548f 100%);
}

.fragrance-bottle--velvet {
  --bottle-bg: linear-gradient(160deg, #ff80bc 0%, #8d174c 100%);
  --bottle-text: #fff3f7;
}

.fragrance-bottle--vanilla {
  --bottle-bg: linear-gradient(160deg, #fff0dc 0%, #e1b890 100%);
}

.fragrance-bottle--lilac {
  --bottle-bg: linear-gradient(160deg, #c8a5ff 0%, #7b4fbc 100%);
  --bottle-text: #fff7ff;
}

.fragrance-bottle--amber {
  --bottle-bg: linear-gradient(160deg, #ffb177 0%, #c75e26 100%);
}

.fragrance-bottle--gold {
  --bottle-bg: linear-gradient(160deg, #f6d896 0%, #c8933c 100%);
}

.fragrance-bottle--oriental {
  --bottle-bg: linear-gradient(160deg, #b11336 0%, #431019 100%);
  --bottle-text: #fff1d8;
}

.product-card__media .fragrance-bottle {
  margin-top: 42px;
}

.product-card:hover .fragrance-bottle,
.product-card:focus-within .fragrance-bottle {
  filter:
    drop-shadow(0 22px 28px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 18px rgba(255, 160, 188, 0.26));
  transform: translateZ(54px) translateY(-13px) rotate(-2deg);
}

.women-hero__flower {
  position: absolute;
  z-index: 3;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #f7d2da 0 10%, #ec8fa4 11% 16%, transparent 17%),
    radial-gradient(ellipse at 50% 12%, #ffdce4 0 16%, transparent 17%),
    radial-gradient(ellipse at 85% 35%, #f7b5c3 0 16%, transparent 17%),
    radial-gradient(ellipse at 75% 82%, #f09caf 0 16%, transparent 17%),
    radial-gradient(ellipse at 22% 80%, #f6c3ce 0 16%, transparent 17%),
    radial-gradient(ellipse at 15% 34%, #f1a5b7 0 16%, transparent 17%);
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.54));
  opacity: 0.9;
}

.women-hero__flower--one {
  right: 19%;
  bottom: 58px;
  transform: rotate(-10deg) scale(1.05);
}

.women-hero__flower--two {
  left: 35%;
  bottom: 82px;
  width: 64px;
  height: 64px;
  transform: rotate(18deg);
  opacity: 0.76;
}

.women-hero__petal {
  position: absolute;
  z-index: 3;
  width: 26px;
  height: 12px;
  border-radius: 80% 20% 80% 20%;
  background: linear-gradient(90deg, #f7b2c1, #ffe0e7);
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.34));
  animation: petal-float 5.8s ease-in-out infinite alternate;
}

.women-hero__petal--one {
  left: 30%;
  top: 42%;
  transform: rotate(18deg);
}

.women-hero__petal--two {
  left: 44%;
  top: 28%;
  animation-delay: 900ms;
  transform: rotate(-24deg);
}

.women-hero__petal--three {
  left: 38%;
  bottom: 22%;
  animation-delay: 1500ms;
  transform: rotate(38deg);
}

.shop-quiz-strip {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(260px, 0.32fr) auto;
  align-items: center;
  gap: 26px;
  min-height: 102px;
  margin-top: 8px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 50%, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(112deg, #171717 0%, #0d0d0d 68%, rgba(255, 112, 0, 0.13) 100%);
  padding: 18px 28px;
}

.shop-quiz-strip::before {
  content: "";
  position: absolute;
  inset: -36px auto -36px -20px;
  z-index: -1;
  width: 190px;
  background: url("../assets/logo/logo-yara-white-display.webp") left center / 280px auto no-repeat;
  opacity: 0.08;
}

.shop-quiz-strip strong {
  display: block;
  font-family: var(--font-display);
  font-size: 35px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.shop-quiz-strip strong span {
  color: var(--color-orange-bright);
}

.shop-quiz-strip p {
  color: #f1f1f1;
  font-size: 13px;
  line-height: 1.35;
}

.shop-quiz-strip .btn {
  justify-self: start;
  min-height: 36px;
  padding-inline: 24px;
  border-color: var(--color-orange-bright);
  color: var(--color-orange-bright);
  font-size: 12px;
}

.shop-quiz-strip img {
  position: absolute;
  right: 10px;
  bottom: -34px;
  z-index: -1;
  width: 160px;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0.45;
  filter: saturate(0.85) brightness(0.9);
}

@keyframes women-smoke-drift {
  0% {
    opacity: 0.48;
    transform: translate3d(-18px, 8px, 0) scale(0.96);
  }

  100% {
    opacity: 0.74;
    transform: translate3d(18px, -10px, 0) scale(1.06);
  }
}

@keyframes petal-float {
  0% {
    opacity: 0.46;
    margin-top: 0;
  }

  100% {
    opacity: 0.88;
    margin-top: -18px;
  }
}

.partner-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 4%, rgba(255, 112, 0, 0.11), transparent 26%),
    radial-gradient(circle at 8% 32%, rgba(255, 255, 255, 0.045), transparent 24%),
    #030303;
  color: #ffffff;
}

.partner-eyebrow {
  color: var(--color-orange-bright);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.partner-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(ellipse at 75% 58%, rgba(255, 112, 0, 0.18), transparent 25%),
    linear-gradient(90deg, #050505 0%, #050505 48%, #090909 100%);
}

.partner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.98) 0%, rgba(3, 3, 3, 0.88) 38%, rgba(3, 3, 3, 0.38) 66%, rgba(3, 3, 3, 0.72) 100%),
    radial-gradient(ellipse at 73% 82%, transparent 0%, transparent 34%, rgba(3, 3, 3, 0.72) 75%);
  pointer-events: none;
}

.partner-hero__inner {
  position: relative;
  display: grid;
  min-height: 390px;
  grid-template-columns: minmax(430px, 0.48fr) minmax(520px, 0.52fr);
  align-items: center;
  gap: 34px;
}

.partner-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 620px;
  padding: 48px 0 50px;
}

.partner-hero h1 {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: clamp(4.6rem, 7vw, 7.4rem);
  font-weight: 900;
  line-height: 0.84;
  text-transform: uppercase;
}

.partner-hero h1 span {
  display: block;
  color: var(--color-orange-bright);
}

.partner-hero__copy > p:not(.partner-eyebrow) {
  max-width: 520px;
  margin-top: 18px;
  color: #f1f1f1;
  font-size: 16px;
  line-height: 1.55;
}

.partner-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.partner-hero__actions .btn {
  min-height: 44px;
  padding-inline: 24px;
  font-size: 12px;
}

.btn--gold {
  border-color: rgba(217, 154, 62, 0.76);
  color: #ffffff;
}

.partner-hero__visual {
  position: relative;
  z-index: 2;
  min-height: 356px;
  align-self: stretch;
  isolation: isolate;
}

.partner-hero__visual::before {
  content: "";
  position: absolute;
  right: -12%;
  bottom: 14px;
  z-index: -2;
  width: 92%;
  height: 118px;
  border: 1px solid rgba(255, 112, 0, 0.28);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 112, 0, 0.18), transparent 68%);
  transform: rotate(-4deg);
}

.partner-hero__visual img {
  position: absolute;
  right: 14%;
  bottom: 0;
  z-index: 3;
  width: min(330px, 42vw);
  max-height: 365px;
  object-fit: contain;
  filter:
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.7))
    drop-shadow(0 0 22px rgba(255, 112, 0, 0.18));
  transform-origin: 50% 80%;
  transition: filter 420ms ease, transform 520ms cubic-bezier(0.17, 0.67, 0.2, 1.18);
}

.partner-hero__visual:hover img {
  filter:
    drop-shadow(0 30px 38px rgba(0, 0, 0, 0.78))
    drop-shadow(0 0 30px rgba(255, 112, 0, 0.4));
  transform: translateY(-8px) rotate(-1deg);
}

.partner-hero__smoke,
.partner-hero__glow {
  position: absolute;
  pointer-events: none;
}

.partner-hero__smoke {
  inset: 18% 4% 10% auto;
  z-index: 1;
  width: 72%;
  background:
    radial-gradient(ellipse at 48% 42%, rgba(255, 255, 255, 0.13), transparent 32%),
    radial-gradient(ellipse at 68% 52%, rgba(255, 112, 0, 0.15), transparent 24%),
    linear-gradient(112deg, transparent 6%, rgba(255, 255, 255, 0.08) 32%, transparent 55%, rgba(255, 112, 0, 0.08) 78%, transparent 92%);
  filter: blur(16px);
  opacity: 0.72;
  animation: partner-smoke 8s ease-in-out infinite alternate;
}

.partner-hero__glow {
  right: 8%;
  bottom: 0;
  z-index: 2;
  width: 440px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 112, 0, 0.22), transparent 68%);
  filter: blur(20px);
}

.partner-hero__stat {
  position: absolute;
  right: 0;
  top: 44%;
  z-index: 4;
  display: grid;
  width: 144px;
  height: 144px;
  place-items: center;
  border: 1px solid var(--color-orange-bright);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 112, 0, 0.14), transparent 62%),
    rgba(0, 0, 0, 0.72);
  text-align: center;
  box-shadow: 0 0 30px rgba(255, 112, 0, 0.16);
}

.partner-hero__stat strong {
  display: block;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  line-height: 0.9;
}

.partner-hero__stat span {
  display: block;
  margin-top: 8px;
  color: var(--color-orange-bright);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.partner-benefits {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, #080808, #050505);
}

.partner-benefits__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 86px;
}

.partner-benefits article {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.partner-benefits article:last-child {
  border-right: 0;
}

.partner-benefits article::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 0;
  border-radius: 8px;
  background: linear-gradient(112deg, transparent, rgba(255, 112, 0, 0.14), transparent);
  opacity: 0;
  transform: translateX(-60%);
  transition: opacity 240ms ease, transform 540ms ease;
}

.partner-benefits article:hover::before,
.partner-benefits article:focus-within::before {
  opacity: 1;
  transform: translateX(60%);
}

.partner-benefits .icon,
.partner-benefits strong,
.partner-benefits span {
  position: relative;
  z-index: 1;
}

.partner-benefits .icon {
  color: var(--color-orange-bright);
  font-size: 33px;
  transition: transform 260ms ease, filter 260ms ease;
}

.partner-benefits article:hover .icon,
.partner-benefits article:focus-within .icon {
  filter: drop-shadow(0 0 12px rgba(255, 112, 0, 0.42));
  transform: translateY(-3px) rotate(-5deg);
}

.partner-benefits strong {
  display: block;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-benefits span {
  display: block;
  margin-top: 4px;
  color: var(--color-text-muted);
  font-size: 11px;
  line-height: 1.3;
}

.partner-process {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  gap: 48px;
  align-items: start;
  padding: 44px var(--container-pad) 34px;
}

.partner-process h2,
.partner-offers h2,
.partner-form-card h2,
.partner-info h2 {
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.partner-process h2 {
  max-width: 520px;
  margin-top: 8px;
  font-size: clamp(3rem, 4.8vw, 4.9rem);
}

.partner-process h2 span {
  display: block;
  color: var(--color-orange-bright);
}

.partner-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 28px;
}

.partner-steps::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 38px;
  right: 38px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 112, 0, 0.32), rgba(255, 255, 255, 0.17), rgba(255, 112, 0, 0.32));
}

.partner-steps article {
  position: relative;
  z-index: 1;
}

.partner-steps span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(255, 112, 0, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 112, 0, 0.18), transparent 64%),
    #070707;
  color: var(--color-orange-bright);
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 900;
}

.partner-steps strong {
  display: block;
  margin-top: 13px;
  font-size: 13px;
  font-weight: 900;
}

.partner-steps p {
  margin-top: 8px;
  color: var(--color-text-muted);
  font-size: 11px;
  line-height: 1.45;
}

.partner-profit,
.partner-form-card,
.partner-conditions,
.partner-faq,
.partner-pack-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 112, 0, 0.08), transparent 34%),
    linear-gradient(145deg, #171717, #090909);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.partner-profit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 34px;
  padding: 22px;
}

.partner-profit h3 {
  grid-column: 1 / -1;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-profit article {
  min-height: 82px;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.partner-profit article:last-child {
  border-right: 0;
}

.partner-profit strong {
  display: block;
  color: var(--color-orange-bright);
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.partner-profit span {
  display: block;
  margin-top: 8px;
  color: #d8d8d8;
  font-size: 11px;
  line-height: 1.35;
}

.partner-form-card {
  padding: 24px;
}

.partner-form-card h2 {
  margin-top: 6px;
  font-size: 34px;
}

.partner-form {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.partner-form input,
.partner-form select,
.partner-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  background: rgba(3, 3, 3, 0.48);
  color: #ffffff;
  font: inherit;
  font-size: 12px;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.partner-form input,
.partner-form select {
  min-height: 38px;
  padding: 0 13px;
}

.partner-form textarea {
  min-height: 82px;
  padding: 12px 13px;
  resize: vertical;
}

.partner-form input::placeholder,
.partner-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.partner-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.78) 50%) calc(100% - 17px) 16px / 6px 6px no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.78) 50%, transparent 50%) calc(100% - 13px) 16px / 6px 6px no-repeat,
    rgba(3, 3, 3, 0.48);
}

.partner-form input:focus,
.partner-form select:focus,
.partner-form textarea:focus {
  border-color: rgba(255, 112, 0, 0.78);
  background-color: rgba(8, 8, 8, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 112, 0, 0.12);
}

.partner-consent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: #d5d5d5;
  font-size: 11px;
}

.partner-consent input {
  appearance: none;
  display: grid;
  width: 13px;
  height: 13px;
  min-height: 13px;
  place-items: center;
  padding: 0;
  border-radius: 2px;
}

.partner-consent input:checked {
  border-color: var(--color-orange-bright);
  background: var(--color-orange-bright);
}

.partner-form .btn {
  width: 100%;
  min-height: 42px;
  margin-top: 4px;
  border-radius: 5px;
  box-shadow: none;
}

.partner-form-card .form-feedback {
  min-height: 17px;
  margin-top: 10px;
  font-size: 12px;
}

.partner-offers {
  padding: 18px var(--container-pad) 26px;
}

.partner-offers h2 {
  margin-top: 6px;
  font-size: clamp(2.9rem, 4.5vw, 4.5rem);
}

.partner-pack-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.partner-pack-card {
  position: relative;
  overflow: hidden;
  padding: 16px 16px 18px;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 260ms ease;
}

.partner-pack-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 112, 0, 0.14) 46%, transparent 72%);
  opacity: 0;
  transform: translateX(-80%);
  transition: opacity 220ms ease, transform 700ms ease;
  pointer-events: none;
}

.partner-pack-card:hover,
.partner-pack-card:focus-within {
  border-color: rgba(255, 112, 0, 0.52);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42), 0 0 22px rgba(255, 112, 0, 0.12);
  transform: translateY(-5px);
}

.partner-pack-card:hover::after,
.partner-pack-card:focus-within::after {
  opacity: 1;
  transform: translateX(80%);
}

.partner-pack-card img {
  width: 100%;
  aspect-ratio: 1.6;
  border-radius: 6px;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.05) brightness(0.88);
}

.partner-pack-card h3 {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-pack-card p {
  margin-top: 4px;
  color: #d7d7d7;
  font-size: 12px;
}

.partner-pack-card ul {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.partner-pack-card li {
  position: relative;
  padding-left: 19px;
  color: #e6e6e6;
  font-size: 12px;
  line-height: 1.35;
}

.partner-pack-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 12px;
  height: 12px;
  border: 1px solid var(--color-orange-bright);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 40%, var(--color-orange-bright) 41% 58%, transparent 59%),
    linear-gradient(45deg, transparent 48%, var(--color-orange-bright) 49% 60%, transparent 61%);
}

.partner-pack-card > strong {
  display: block;
  margin-top: 18px;
  color: var(--color-orange-bright);
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-info {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 0;
  padding: 0 var(--container-pad) 34px;
}

.partner-conditions,
.partner-faq {
  padding: 24px;
}

.partner-conditions {
  border-right: 0;
  border-radius: 8px 0 0 8px;
}

.partner-faq {
  border-radius: 0 8px 8px 0;
}

.partner-info h2 {
  color: var(--color-orange-bright);
  font-size: 20px;
}

.partner-conditions ul {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.partner-conditions li {
  position: relative;
  padding-left: 26px;
  color: #eeeeee;
  font-size: 13px;
}

.partner-conditions li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 15px;
  height: 15px;
  border: 1px solid var(--color-orange-bright);
  border-radius: 3px;
  background: linear-gradient(135deg, transparent 42%, var(--color-orange-bright) 43% 56%, transparent 57%);
}

.partner-faq details {
  margin-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.partner-faq summary {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
}

.partner-faq summary::after {
  content: "+";
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
}

.partner-faq details[open] summary::after {
  content: "-";
  color: var(--color-orange-bright);
}

.partner-faq p {
  padding: 0 0 12px;
  color: var(--color-text-muted);
  font-size: 12px;
  line-height: 1.45;
}

.partner-newsletter {
  margin-top: 0;
}

@keyframes partner-smoke {
  0% {
    opacity: 0.5;
    transform: translate3d(-18px, 10px, 0) scale(0.96);
  }

  100% {
    opacity: 0.82;
    transform: translate3d(18px, -8px, 0) scale(1.05);
  }
}

.contact-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 4%, rgba(255, 112, 0, 0.08), transparent 27%),
    radial-gradient(circle at 18% 44%, rgba(255, 255, 255, 0.04), transparent 26%),
    #030303;
  color: #ffffff;
}

.contact-eyebrow {
  color: var(--color-orange-bright);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(ellipse at 74% 58%, rgba(255, 112, 0, 0.12), transparent 30%),
    linear-gradient(90deg, #050505 0%, #050505 48%, #090909 100%);
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.98) 0%, rgba(3, 3, 3, 0.9) 38%, rgba(3, 3, 3, 0.36) 66%, rgba(3, 3, 3, 0.75) 100%),
    radial-gradient(ellipse at 70% 82%, transparent 0%, transparent 34%, rgba(3, 3, 3, 0.75) 76%);
  pointer-events: none;
}

.contact-hero__inner {
  position: relative;
  display: grid;
  min-height: 314px;
  grid-template-columns: minmax(420px, 0.45fr) minmax(520px, 0.55fr);
  align-items: center;
  gap: 34px;
}

.contact-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 560px;
  padding: 44px 0 42px;
}

.contact-hero h1 {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: clamp(4rem, 6.6vw, 6.5rem);
  font-weight: 900;
  line-height: 0.84;
  text-transform: uppercase;
}

.contact-hero h1 span {
  color: var(--color-orange-bright);
}

.contact-hero__copy > p:not(.contact-eyebrow) {
  max-width: 430px;
  margin-top: 16px;
  color: #f1f1f1;
  font-size: 16px;
  line-height: 1.5;
}

.contact-hero__visual {
  position: absolute;
  inset: 0 calc((100vw - min(var(--content-max-width), calc(100vw - var(--container-pad) * 2))) / -2) 0 38%;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
}

.contact-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background:
    linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.9) 11%, rgba(3, 3, 3, 0.14) 44%, rgba(3, 3, 3, 0.78) 100%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.24), transparent 46%, rgba(3, 3, 3, 0.74) 100%);
}

.contact-hero__visual img {
  position: absolute;
  right: 18%;
  bottom: -76px;
  z-index: 2;
  width: min(360px, 32vw);
  height: auto;
  filter:
    drop-shadow(0 30px 36px rgba(0, 0, 0, 0.7))
    drop-shadow(0 0 26px rgba(255, 112, 0, 0.14));
}

.contact-hero__smoke {
  position: absolute;
  inset: 12% 8% 6% 20%;
  z-index: 1;
  background:
    radial-gradient(ellipse at 46% 42%, rgba(255, 255, 255, 0.16), transparent 30%),
    radial-gradient(ellipse at 68% 48%, rgba(255, 112, 0, 0.1), transparent 26%),
    linear-gradient(112deg, transparent 8%, rgba(255, 255, 255, 0.09) 30%, transparent 56%, rgba(255, 112, 0, 0.07) 80%, transparent 92%);
  filter: blur(16px);
  opacity: 0.7;
  animation: contact-smoke 8s ease-in-out infinite alternate;
}

.contact-hero__mark {
  position: absolute;
  right: 14%;
  top: 16%;
  z-index: 1;
  width: 260px;
  height: 260px;
  background: url("../assets/logo/logo-yara-white-display.webp") center / contain no-repeat;
  opacity: 0.06;
  filter: sepia(1) saturate(3) hue-rotate(350deg);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.72fr);
  gap: 58px;
  align-items: start;
  padding: 34px var(--container-pad) 28px;
}

.contact-form-card,
.contact-promises article,
.contact-map {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 112, 0, 0.07), transparent 34%),
    linear-gradient(145deg, #171717, #090909);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.contact-form-card {
  padding: 32px;
}

.contact-form-card h2,
.contact-panel h2,
.contact-map h2,
.contact-promises h2 {
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.contact-form-card h2 {
  font-size: 38px;
}

.contact-form-card > p {
  max-width: 610px;
  margin-top: 16px;
  color: #eeeeee;
  font-size: 14px;
  line-height: 1.55;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  background: rgba(3, 3, 3, 0.45);
  color: #ffffff;
  font: inherit;
  font-size: 13px;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form input,
.contact-form select {
  min-height: 42px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 118px;
  padding: 14px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.contact-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.78) 50%) calc(100% - 17px) 18px / 6px 6px no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.78) 50%, transparent 50%) calc(100% - 13px) 18px / 6px 6px no-repeat,
    rgba(3, 3, 3, 0.45);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 112, 0, 0.78);
  background-color: rgba(8, 8, 8, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 112, 0, 0.12);
}

.contact-consent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d5d5d5;
  font-size: 12px;
}

.contact-consent input {
  appearance: none;
  display: grid;
  width: 14px;
  height: 14px;
  min-height: 14px;
  place-items: center;
  padding: 0;
  border-radius: 2px;
}

.contact-consent input:checked {
  border-color: var(--color-orange-bright);
  background: var(--color-orange-bright);
}

.contact-form .btn {
  width: 100%;
  min-height: 46px;
  border-radius: 5px;
  box-shadow: none;
}

.contact-form-card .form-feedback {
  min-height: 18px;
  margin-top: 10px;
  font-size: 12px;
}

.contact-panel {
  padding-top: 18px;
}

.contact-panel h2 {
  font-size: 34px;
}

.contact-list {
  display: grid;
  margin-top: 12px;
}

.contact-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.contact-list article:last-child {
  border-bottom: 0;
}

.contact-list article > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 112, 0, 0.55);
  border-radius: 7px;
  background: rgba(255, 112, 0, 0.04);
  color: var(--color-orange-bright);
}

.contact-list .icon {
  font-size: 30px;
}

.contact-list h3 {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-list p,
.contact-list a {
  display: block;
  margin-top: 5px;
  color: #eeeeee;
  font-size: 12px;
  line-height: 1.45;
}

.contact-list p:last-child {
  color: var(--color-text-muted);
}

.contact-list a:hover,
.contact-list a:focus-visible {
  color: var(--color-orange-bright);
}

.contact-promises {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0 var(--container-pad) 30px;
}

.contact-promises article {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 24px 30px;
  transition: border-color 220ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.contact-promises article:hover,
.contact-promises article:focus-within {
  border-color: rgba(255, 112, 0, 0.5);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 112, 0, 0.12);
  transform: translateY(-4px);
}

.contact-promises .icon {
  color: var(--color-orange-bright);
  font-size: 52px;
}

.contact-promises h2 {
  font-size: 20px;
}

.contact-promises p {
  margin-top: 8px;
  color: #e5e5e5;
  font-size: 12px;
  line-height: 1.45;
}

.contact-map {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  min-height: 230px;
  margin-bottom: 28px;
  overflow: hidden;
}

.contact-map::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(25deg, transparent 0 18%, rgba(255, 255, 255, 0.09) 19% 20%, transparent 21% 100%),
    linear-gradient(145deg, transparent 0 42%, rgba(255, 255, 255, 0.08) 43% 44%, transparent 45% 100%),
    linear-gradient(78deg, transparent 0 54%, rgba(255, 255, 255, 0.08) 55% 56%, transparent 57% 100%),
    repeating-linear-gradient(0deg, transparent 0 32px, rgba(255, 255, 255, 0.035) 33px 34px),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(255, 255, 255, 0.03) 43px 44px),
    #111111;
  opacity: 0.62;
}

.contact-map::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 70% 48%, rgba(255, 112, 0, 0.2), transparent 16%),
    linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0.9) 32%, rgba(17, 17, 17, 0.4) 100%);
}

.contact-map__copy {
  padding: 28px 32px;
}

.contact-map h2 {
  font-size: 34px;
}

.contact-map p {
  margin-top: 12px;
  color: #eeeeee;
  font-size: 13px;
}

.contact-map address {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  margin-top: 26px;
  color: #ffffff;
  font-style: normal;
  font-size: 12px;
  line-height: 1.35;
}

.contact-map address .icon {
  color: var(--color-orange-bright);
  font-size: 22px;
}

.contact-map .btn {
  min-height: 38px;
  margin-top: 24px;
  padding-inline: 22px;
  border-radius: 5px;
  font-size: 11px;
}

.contact-map__art {
  position: relative;
  min-height: 230px;
}

.contact-map__pin {
  position: absolute;
  left: 54%;
  top: 43%;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 112, 0, 0.1);
  color: var(--color-orange-bright);
  box-shadow: 0 0 0 1px rgba(255, 112, 0, 0.24), 0 0 36px rgba(255, 112, 0, 0.24);
  transform: translate(-50%, -50%);
}

.contact-map__pin .icon {
  font-size: 45px;
}

.contact-map__art strong {
  position: absolute;
  left: 54%;
  top: calc(43% + 52px);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.15;
  text-align: center;
  transform: translateX(-50%);
}

.contact-map__art em {
  position: absolute;
  right: 36px;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 31px;
  font-style: normal;
}

.contact-newsletter {
  margin-top: 0;
}

.legal-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 7%, rgba(255, 112, 0, 0.08), transparent 24%),
    radial-gradient(circle at 12% 42%, rgba(255, 255, 255, 0.04), transparent 28%),
    #030303;
  color: #ffffff;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.92) 52%, rgba(18, 9, 3, 0.78) 100%),
    radial-gradient(circle at 82% 40%, rgba(255, 112, 0, 0.16), transparent 28%);
}

.legal-hero::after {
  content: "";
  position: absolute;
  right: max(24px, calc((100vw - var(--content-max-width)) / 2));
  top: 50%;
  width: 260px;
  height: 260px;
  background: url("../assets/logo/logo-yara-white-display.webp") center / contain no-repeat;
  opacity: 0.045;
  filter: sepia(1) saturate(2.4) hue-rotate(350deg);
  transform: translateY(-50%);
  pointer-events: none;
}

.legal-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 310px;
  padding: 60px 0 54px;
}

.legal-hero h1 {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: clamp(3.8rem, 5.6vw, 5rem);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.legal-hero p:not(.contact-eyebrow) {
  max-width: 520px;
  margin-top: 16px;
  color: #eeeeee;
  font-size: 16px;
  line-height: 1.55;
}

.legal-content {
  padding: 48px var(--container-pad) 56px;
}

.legal-content > .legal-card + .legal-card {
  margin-top: 18px;
}

.legal-card,
.sitemap-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 112, 0, 0.07), transparent 36%),
    linear-gradient(145deg, #171717, #090909);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.legal-card {
  padding: 28px 30px;
}

.legal-card h2,
.sitemap-card h2 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.legal-card p,
.legal-card li {
  max-width: 920px;
  margin-top: 12px;
  color: #e6e6e6;
  font-size: 15px;
  line-height: 1.65;
}

.legal-list {
  margin-top: 10px;
}

.legal-list li {
  position: relative;
  padding-left: 18px;
}

.legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-orange-bright);
}

.legal-card--accent {
  display: grid;
  gap: 16px;
}

.legal-card--accent .btn {
  justify-self: start;
  min-height: 42px;
  padding-inline: 24px;
  border-radius: 6px;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sitemap-card {
  padding: 28px;
}

.sitemap-card ul {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.sitemap-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
  color: #eeeeee;
  font-weight: 800;
  transition: color 180ms ease, transform 180ms ease;
}

.sitemap-card a:hover,
.sitemap-card a:focus-visible {
  color: var(--color-orange-bright);
  transform: translateX(4px);
}

.sitemap-card .icon {
  flex: 0 0 auto;
  color: var(--color-orange-bright);
  font-size: 18px;
}

.lang-ar .legal-hero,
.lang-ar .legal-card,
.lang-ar .sitemap-card {
  font-family: var(--font-arabic);
}

.lang-ar .legal-list li {
  padding-right: 18px;
  padding-left: 0;
}

.lang-ar .legal-list li::before {
  right: 0;
  left: auto;
}

.lang-ar .sitemap-card a:hover,
.lang-ar .sitemap-card a:focus-visible {
  transform: translateX(-4px);
}

@keyframes contact-smoke {
  0% {
    opacity: 0.48;
    transform: translate3d(-14px, 8px, 0) scale(0.96);
  }

  100% {
    opacity: 0.78;
    transform: translate3d(18px, -8px, 0) scale(1.05);
  }
}

.about-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 7%, rgba(255, 112, 0, 0.08), transparent 24%),
    radial-gradient(circle at 8% 34%, rgba(255, 255, 255, 0.035), transparent 26%),
    #030303;
  color: #ffffff;
}

.about-eyebrow {
  color: var(--color-orange-bright);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.about-hero {
  position: relative;
  min-height: 440px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 71% 35%, rgba(255, 112, 0, 0.09), transparent 25%),
    linear-gradient(180deg, #050505, #030303);
}

.about-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 0.88fr) minmax(420px, 1fr);
  align-items: center;
  min-height: 440px;
  padding: 42px 0 46px;
}

.about-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.about-hero__copy h1,
.about-story__copy h2,
.about-values h2,
.about-expertise h2 {
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.about-hero__copy h1 {
  margin-top: 15px;
  font-size: clamp(4.4rem, 7vw, 7.2rem);
  max-width: 760px;
}

.about-hero__copy h1 span,
.about-story__copy h2 span,
.about-values h2 span,
.about-expertise h2 span {
  color: var(--color-orange-bright);
}

.about-hero__copy > p:not(.about-eyebrow) {
  max-width: 520px;
  margin-top: 22px;
  color: #f0f0f0;
  font-size: 15px;
  line-height: 1.65;
}

.about-hero__copy .btn {
  min-width: 246px;
  margin-top: 28px;
  justify-content: center;
}

.about-hero__visual {
  position: absolute;
  inset: 0 calc(var(--container-pad) * -1) 0 34%;
  z-index: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.about-hero__visual::before,
.about-hero__visual::after,
.about-hero__halo,
.about-hero__mark {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-hero__visual::before {
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.96) 22%, rgba(3, 3, 3, 0.72) 42%, transparent 72%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.14), transparent 54%, #030303 100%);
}

.about-hero__visual::after {
  inset: 44% 0 0;
  z-index: 2;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8)),
    repeating-linear-gradient(177deg, transparent 0 19px, rgba(255, 255, 255, 0.09) 20px 21px, transparent 22px 40px);
  opacity: 0.32;
}

.about-hero__halo {
  z-index: 0;
  right: 23%;
  top: 14%;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 162, 64, 0.32), rgba(255, 112, 0, 0.12) 34%, transparent 68%);
  filter: blur(5px);
  animation: about-halo 4.8s ease-in-out infinite alternate;
}

.about-hero__mark {
  z-index: 0;
  right: 10%;
  top: 12%;
  width: 360px;
  height: 360px;
  background: url("../assets/logo/logo-yara-white-display.webp") center / contain no-repeat;
  opacity: 0.05;
  filter: sepia(1) saturate(3) hue-rotate(350deg);
}

.about-hero__visual img {
  position: relative;
  z-index: 1;
  width: min(420px, 52vw);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 34px 44px rgba(0, 0, 0, 0.76))
    drop-shadow(0 0 30px rgba(255, 112, 0, 0.16));
  transform: translate(14%, 5%);
}

.about-story {
  display: grid;
  grid-template-columns: minmax(360px, 0.83fr) minmax(410px, 1fr);
  gap: 58px;
  align-items: center;
  padding-top: 58px;
}

.about-story__media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #101010;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.46);
}

.about-story__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.38)),
    radial-gradient(circle at 78% 14%, rgba(255, 112, 0, 0.16), transparent 34%);
  pointer-events: none;
}

.about-story__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.04;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.about-story__copy h2 {
  max-width: 570px;
  margin-top: 12px;
  font-size: clamp(3.3rem, 4.8vw, 5.2rem);
}

.about-story__copy > p:not(.about-eyebrow) {
  max-width: 650px;
  margin-top: 18px;
  color: #ededed;
  font-size: 14px;
  line-height: 1.68;
}

.about-story__copy blockquote {
  position: relative;
  max-width: 560px;
  margin-top: 28px;
  padding: 24px 30px 24px 82px;
  border: 1px solid rgba(255, 112, 0, 0.76);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 112, 0, 0.1), transparent 42%),
    rgba(255, 255, 255, 0.025);
}

.about-story__copy blockquote span {
  position: absolute;
  left: 28px;
  top: 20px;
  color: var(--color-orange-bright);
  font-family: var(--font-display);
  font-size: 62px;
  line-height: 0.7;
}

.about-story__copy blockquote p {
  color: #f4f4f4;
  font-size: 15px;
  font-style: italic;
  line-height: 1.6;
}

.about-story__copy cite {
  display: block;
  margin-top: 14px;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  text-align: right;
}

.about-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 112, 0, 0.08), transparent 34%),
    linear-gradient(145deg, #171717, #080808);
}

.about-trust article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 112px;
  padding: 22px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.about-trust article:last-child {
  border-right: 0;
}

.about-trust .icon {
  color: var(--color-orange-bright);
  font-size: 44px;
}

.about-trust strong,
.about-trust span,
.about-values__grid h3,
.about-timeline h3 {
  display: block;
  text-transform: uppercase;
}

.about-trust strong {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
}

.about-trust span {
  margin-top: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.about-trust p {
  margin-top: 4px;
  color: var(--color-text-muted);
  font-size: 12px;
}

.about-values {
  padding-top: 54px;
}

.about-values h2,
.about-expertise h2 {
  margin-top: 8px;
  font-size: clamp(2.8rem, 4.1vw, 4.1rem);
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 26px;
}

.about-values__grid article {
  position: relative;
  min-height: 196px;
  overflow: hidden;
  padding: 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 112, 0, 0.07), transparent 36%),
    linear-gradient(145deg, #181818, #090909);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.about-values__grid article::after {
  content: "";
  position: absolute;
  inset: auto 12% 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--color-orange-bright), transparent);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 220ms ease, transform 220ms ease;
}

.about-values__grid article:hover,
.about-values__grid article:focus-within {
  border-color: rgba(255, 112, 0, 0.56);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34), 0 0 26px rgba(255, 112, 0, 0.08);
  transform: translateY(-4px);
}

.about-values__grid article:hover::after,
.about-values__grid article:focus-within::after {
  opacity: 1;
  transform: scaleX(1);
}

.about-values__grid .icon {
  color: var(--color-orange-bright);
  font-size: 45px;
}

.about-values__grid h3 {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 900;
}

.about-values__grid p {
  margin-top: 14px;
  color: #eeeeee;
  font-size: 13px;
  line-height: 1.55;
}

.about-expertise {
  padding-top: 56px;
}

.about-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.about-timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 52px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
}

.about-timeline article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.about-timeline article > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 112, 0, 0.7);
  border-radius: 50%;
  background: #050505;
  color: var(--color-orange-bright);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.about-timeline article > div {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 0, rgba(255, 112, 0, 0.12), transparent 54%), #0b0b0b;
  color: #ffffff;
  box-shadow: 0 0 0 7px #030303;
}

.about-timeline .icon {
  color: var(--color-orange-bright);
  font-size: 34px;
}

.about-timeline h3 {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 900;
}

.about-timeline p {
  max-width: 180px;
  margin-top: 8px;
  color: #d8d8d8;
  font-size: 11px;
  line-height: 1.45;
}

.about-expertise__gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.about-expertise__gallery img {
  width: 100%;
  aspect-ratio: 1.42;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  filter: saturate(0.86) contrast(1.05);
  transition: filter 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.about-expertise__gallery img:hover {
  border-color: rgba(255, 112, 0, 0.55);
  filter: saturate(1.05) contrast(1.08);
  transform: translateY(-3px);
}

.about-newsletter {
  margin-top: 44px;
  margin-bottom: 0;
}

@keyframes about-halo {
  0% {
    opacity: 0.68;
    transform: scale(0.96);
  }

  100% {
    opacity: 1;
    transform: scale(1.04);
  }
}

.product-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 0%, rgba(255, 112, 0, 0.07), transparent 24%),
    radial-gradient(circle at 14% 34%, rgba(255, 255, 255, 0.04), transparent 26%),
    #030303;
  color: #ffffff;
}

.product-shell {
  padding: 24px var(--container-pad) 30px;
}

.product-breadcrumbs {
  margin-top: 0;
  margin-bottom: 24px;
}

.product-layout {
  display: grid;
  grid-template-columns: 92px minmax(470px, 0.98fr) minmax(340px, 0.62fr);
  gap: 28px;
  align-items: stretch;
}

.product-thumbs {
  display: grid;
  align-content: start;
  gap: 18px;
}

.product-thumbs button {
  position: relative;
  display: grid;
  width: 90px;
  height: 126px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.08), transparent 44%),
    linear-gradient(145deg, #181818, #080808);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-thumbs button:hover,
.product-thumbs button:focus-visible,
.product-thumbs button.is-active {
  border-color: var(--color-orange-bright);
  box-shadow: 0 0 22px rgba(255, 112, 0, 0.16);
  transform: translateY(-2px);
}

.product-thumbs img {
  max-width: 74%;
  max-height: 102px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.45));
}

.product-thumb-video .icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid var(--color-orange-bright);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  color: var(--color-orange-bright);
  font-size: 13px;
}

.product-stage {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(145deg, #181818, #070707);
}

.product-stage .badge {
  top: 24px;
  left: 24px;
}

.product-stage__scene {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
}

.product-stage__scene::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 7%;
  bottom: 34px;
  z-index: 1;
  height: 142px;
  border-radius: 50% 50% 18px 18px;
  background:
    radial-gradient(ellipse at 50% 14%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(180deg, #2b2b2b 0%, #101010 45%, #050505 100%);
  clip-path: polygon(5% 36%, 22% 8%, 50% 3%, 76% 12%, 98% 38%, 90% 82%, 57% 100%, 14% 88%);
  box-shadow: inset 0 18px 28px rgba(255, 255, 255, 0.05), 0 24px 50px rgba(0, 0, 0, 0.64);
}

.product-stage__scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    radial-gradient(ellipse at 52% 45%, transparent 0%, transparent 42%, rgba(3, 3, 3, 0.32) 70%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.08), transparent 48%, rgba(3, 3, 3, 0.52) 100%);
  pointer-events: none;
}

.product-stage__smoke {
  position: absolute;
  inset: 10% 5% 18%;
  z-index: 0;
  background:
    radial-gradient(ellipse at 42% 38%, rgba(255, 255, 255, 0.18), transparent 26%),
    radial-gradient(ellipse at 66% 42%, rgba(255, 112, 0, 0.13), transparent 25%),
    linear-gradient(112deg, transparent 6%, rgba(255, 255, 255, 0.12) 28%, transparent 52%, rgba(255, 112, 0, 0.08) 76%, transparent 92%);
  filter: blur(16px);
  opacity: 0.74;
  animation: product-smoke 8s ease-in-out infinite alternate;
}

.product-stage__mark {
  position: absolute;
  right: 10%;
  top: 16%;
  z-index: 0;
  width: 260px;
  height: 260px;
  background: url("../assets/logo/logo-yara-white-display.webp") center / contain no-repeat;
  opacity: 0.055;
  filter: sepia(1) saturate(3) hue-rotate(350deg);
}

.product-stage__rock {
  position: absolute;
  z-index: 2;
  display: block;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(160deg, #2c2c2c, #070707 72%);
  filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.66));
}

.product-stage__rock--one {
  left: 16%;
  bottom: 150px;
  width: 92px;
  height: 64px;
  clip-path: polygon(13% 72%, 36% 11%, 75% 0, 100% 50%, 82% 96%, 28% 100%);
  transform: rotate(-17deg);
}

.product-stage__rock--two {
  right: 14%;
  bottom: 142px;
  width: 112px;
  height: 72px;
  clip-path: polygon(6% 66%, 32% 16%, 68% 0, 100% 44%, 88% 100%, 22% 92%);
  transform: rotate(11deg);
}

.product-main-image {
  position: relative;
  z-index: 3;
  max-width: min(310px, 48%);
  max-height: 430px;
  object-fit: contain;
  filter:
    drop-shadow(0 28px 36px rgba(0, 0, 0, 0.75))
    drop-shadow(0 0 18px rgba(255, 112, 0, 0.12));
  transform: translateY(12px);
  transition: opacity 180ms ease, filter 280ms ease, transform 320ms ease;
}

.product-stage:hover .product-main-image,
.product-stage:focus-within .product-main-image {
  filter:
    drop-shadow(0 34px 40px rgba(0, 0, 0, 0.78))
    drop-shadow(0 0 26px rgba(255, 112, 0, 0.26));
  transform: translateY(4px) scale(1.02);
}

.product-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  transform: translateY(-50%);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.product-gallery-arrow:hover,
.product-gallery-arrow:focus-visible {
  border-color: var(--color-orange-bright);
  background: rgba(255, 112, 0, 0.18);
  transform: translateY(-50%) scale(1.07);
}

.product-gallery-arrow--prev {
  left: 20px;
}

.product-gallery-arrow--next {
  right: 20px;
}

.product-summary {
  display: flex;
  flex-direction: column;
  padding: 12px 0 0;
}

.product-summary h1 {
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 5vw, 5.1rem);
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
}

.product-meta {
  margin-top: 7px;
  color: #f1f1f1;
  font-size: 14px;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.product-rating span {
  color: #ffb000;
  font-size: 20px;
  letter-spacing: 2px;
}

.product-rating strong {
  color: #ffffff;
  font-size: 14px;
}

.product-rating small {
  color: var(--color-text-muted);
  font-size: 13px;
}

.product-lead {
  margin-top: 20px;
  color: #eeeeee;
  font-size: 14px;
  line-height: 1.58;
}

.product-divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 28px 0 22px;
  background: rgba(255, 255, 255, 0.18);
}

.product-price {
  color: var(--color-orange-bright);
  font-size: 34px;
  font-weight: 900;
}

.product-stock {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #e5e5e5;
  font-size: 13px;
}

.product-stock span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #23c55e;
  box-shadow: 0 0 12px rgba(35, 197, 94, 0.5);
}

.product-buy {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  margin-top: 28px;
}

.product-quantity {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  min-height: 52px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.32);
}

.product-quantity button {
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
}

.product-quantity input {
  min-width: 0;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}

.product-quantity input::-webkit-inner-spin-button,
.product-quantity input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.product-add-to-cart {
  min-height: 52px;
  justify-content: center;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: none;
}

.product-wishlist {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  border: 1px solid rgba(255, 112, 0, 0.68);
  border-radius: 6px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.product-wishlist:hover,
.product-wishlist:focus-visible {
  border-color: var(--color-orange-bright);
  background: rgba(255, 112, 0, 0.1);
  transform: translateY(-2px);
}

.product-wishlist.is-favorite,
.product-wishlist[aria-pressed="true"] {
  border-color: var(--color-orange-bright);
  background: rgba(255, 112, 0, 0.14);
  color: var(--color-orange-bright);
}

.product-wishlist .icon {
  color: #ffffff;
  font-size: 21px;
}

.product-wishlist.is-favorite .icon,
.product-wishlist[aria-pressed="true"] .icon {
  color: currentColor;
  fill: currentColor;
}

.product-mini-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: auto;
  padding-top: 34px;
}

.product-mini-services article {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.25;
}

.product-mini-services .icon {
  color: var(--color-orange-bright);
  font-size: 35px;
}

.product-service-strip,
.product-info-panels,
.related-products {
  margin-top: 26px;
}

.product-service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 112, 0, 0.08), transparent 34%),
    linear-gradient(145deg, #171717, #090909);
}

.product-service-strip article {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 106px;
  padding: 20px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.product-service-strip article:last-child {
  border-right: 0;
}

.product-service-strip .icon {
  color: var(--color-orange-bright);
  font-size: 42px;
}

.product-service-strip strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.product-service-strip span {
  display: block;
  margin-top: 5px;
  color: var(--color-text-muted);
  font-size: 13px;
}

.product-info-panels {
  display: grid;
  grid-template-columns: minmax(320px, 0.55fr) minmax(0, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 112, 0, 0.06), transparent 34%),
    linear-gradient(145deg, #171717, #090909);
}

.olfactive-panel,
.description-panel {
  padding: 28px 34px;
}

.olfactive-panel {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.olfactive-panel h2,
.description-panel h2,
.related-products h2 {
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.olfactive-panel h2,
.description-panel h2 {
  font-size: 30px;
}

.note-row {
  display: grid;
  grid-template-columns: 94px 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.note-visual {
  display: block;
  width: 94px;
  height: 72px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: #111111;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.note-visual--top {
  background:
    radial-gradient(circle at 34% 45%, #f6df47 0 12%, #d28c08 13% 18%, transparent 19%),
    radial-gradient(circle at 55% 48%, #fff18b 0 13%, #e69b13 14% 20%, transparent 21%),
    radial-gradient(ellipse at 28% 68%, #6bbf3d 0 10%, transparent 11%),
    radial-gradient(ellipse at 68% 28%, #77c949 0 11%, transparent 12%),
    linear-gradient(145deg, #15200f, #090909);
}

.note-visual--heart {
  background:
    radial-gradient(ellipse at 48% 20%, rgba(175, 99, 255, 0.9) 0 5%, transparent 6%),
    repeating-linear-gradient(74deg, transparent 0 8px, rgba(149, 80, 230, 0.8) 9px 11px, transparent 12px 18px),
    linear-gradient(145deg, #151021, #080808);
}

.note-visual--base {
  background:
    radial-gradient(ellipse at 28% 62%, #9a6a3b 0 15%, transparent 16%),
    radial-gradient(ellipse at 60% 46%, #c77a21 0 12%, #5a250b 13% 18%, transparent 19%),
    linear-gradient(30deg, transparent 0 36%, #7b5134 37% 44%, transparent 45%),
    linear-gradient(145deg, #1f130b, #080808);
}

.note-row strong {
  display: block;
  font-size: 13px;
  font-weight: 900;
}

.note-row p {
  margin-top: 8px;
  color: #e6e6e6;
  font-size: 13px;
  line-height: 1.35;
}

.description-panel p {
  max-width: 680px;
  margin-top: 18px;
  color: #eeeeee;
  font-size: 13px;
  line-height: 1.65;
}

.description-panel dl {
  max-width: 620px;
  margin-top: 26px;
}

.description-panel dl div {
  display: grid;
  grid-template-columns: minmax(120px, 0.38fr) 1fr;
  gap: 24px;
  min-height: 34px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #e9e9e9;
  font-size: 13px;
}

.description-panel dt {
  font-weight: 900;
}

.description-panel dd {
  margin: 0;
  color: #d8d8d8;
}

.related-products h2 {
  font-size: 31px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 18px;
  perspective: 1200px;
}

.related-grid .shop-product-card {
  min-height: 310px;
}

.related-grid .shop-product-card .product-card__media {
  height: 178px;
}

.related-grid .shop-product-card .product-card__media img {
  max-height: 158px;
}

.related-grid .shop-product-card h3 {
  font-size: 19px;
}

.product-newsletter {
  margin-top: 34px;
  margin-bottom: 22px;
}

@keyframes product-smoke {
  0% {
    opacity: 0.5;
    transform: translate3d(-20px, 10px, 0) scale(0.96);
  }

  100% {
    opacity: 0.82;
    transform: translate3d(18px, -10px, 0) scale(1.05);
  }
}

.footer {
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.04), transparent 30%),
    #0d0e0e;
  color: var(--color-white);
}

.footer-services {
  border-top: 1px solid rgba(217, 154, 62, 0.52);
  border-bottom: 1px solid rgba(217, 154, 62, 0.52);
}

.footer-services__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 118px;
}

.footer-services article {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 24px 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-services article:last-child {
  border-right: 0;
}

.footer-services .icon {
  color: var(--color-gold);
  font-size: 52px;
}

.footer-services strong {
  display: block;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-services span {
  display: block;
  margin-top: 6px;
  color: #e6e6e6;
  font-size: 15px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.18fr 1.5fr 0.86fr;
  gap: 60px;
  padding: 62px 0 52px;
}

.footer-brand img {
  width: 290px;
  height: auto;
}

.footer-slogan {
  margin-top: 14px;
  color: var(--color-gold);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-brand > p:not(.footer-slogan) {
  max-width: 385px;
  margin-top: 24px;
  color: #dfdfdf;
  font-size: 16px;
  line-height: 1.65;
}

.footer .title-rule {
  background: var(--color-gold);
}

.social-links {
  display: flex;
  gap: 14px;
  margin-top: 24px;
}

.social-links a,
.social-links .social-link {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--color-gold);
  border-radius: 50%;
  color: var(--color-white);
  font-weight: 900;
  transition: background 180ms ease, color 180ms ease;
}

.social-links a:hover {
  background: var(--color-gold);
  color: #050505;
}

.social-links .social-link {
  opacity: 0.74;
}

.social-links .icon {
  font-size: 23px;
}

.footer-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}

.footer-contact article {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-contact article + article {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-contact article > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-gold);
}

.footer-contact article > span .icon {
  font-size: 29px;
}

.footer-contact strong,
.footer-links h2,
.footer-newsletter h2 {
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.footer-contact a,
.footer-contact p {
  display: block;
  margin-top: 4px;
  color: #ddd;
  font-size: 14px;
}

.footer-contact a:first-of-type {
  color: var(--color-gold);
  font-weight: 900;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}

.footer-links section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links h2,
.footer-newsletter h2 {
  margin-bottom: 12px;
}

.footer-links a {
  color: #d9d9d9;
  font-size: 16px;
  transition: color 180ms ease;
}

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

.footer-newsletter p {
  margin-top: 22px;
  color: #dcdcdc;
  font-size: 16px;
  line-height: 1.65;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr 48px;
  align-items: center;
  min-height: 58px;
  margin-top: 24px;
  padding-left: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.14);
}

.newsletter-form .icon-button {
  color: var(--color-gold);
}

.footer-newsletter .btn {
  width: 100%;
  margin-top: 20px;
}

.footer-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-trust article {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
}

.footer-trust article:last-child {
  border-right: 0;
}

.footer-trust .icon {
  color: var(--color-gold);
  font-size: 38px;
}

.footer-trust strong {
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.footer-trust span {
  color: #d6d6d6;
  font-size: 14px;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  color: #d8d8d8;
  font-size: 14px;
}

.footer-bottom nav {
  display: flex;
  gap: 26px;
}

.footer-bottom nav a {
  position: relative;
}

.footer-bottom nav a + a::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.35);
}

.footer-bottom p:last-child {
  justify-self: end;
}

.footer-bottom span[aria-label="amour"] {
  color: var(--color-gold);
  font-size: 22px;
  line-height: 0;
}

.flag {
  display: inline-block;
  width: 35px;
  height: 21px;
  margin-left: 16px;
  vertical-align: middle;
  background: #d71920;
  border-radius: 1px;
}

.flag::after {
  content: "★";
  display: grid;
  height: 100%;
  place-items: center;
  color: #078930;
  font-size: 11px;
}

/* Arabic / Darija version */
html[dir="rtl"] {
  direction: rtl;
}

.lang-ar {
  font-family: var(--font-arabic);
}

.lang-ar .primary-menu,
.lang-ar .navbar,
.lang-ar .footer,
.lang-ar .shop-sidebar,
.lang-ar .product-summary,
.lang-ar .contact-form-card,
.lang-ar .partner-form-card,
.lang-ar .about-main,
.lang-ar .contact-main,
.lang-ar .partner-main {
  font-family: var(--font-arabic);
}

.lang-ar .hero-title,
.lang-ar .section-title,
.lang-ar .shop-hero h1,
.lang-ar .men-hero h1,
.lang-ar .women-hero h1,
.lang-ar .partner-hero h1,
.lang-ar .contact-hero h1,
.lang-ar .about-hero h1,
.lang-ar .product-summary h1,
.lang-ar .filter-title,
.lang-ar .product-card h3,
.lang-ar .pack-card h3,
.lang-ar .footer h2 {
  font-family: var(--font-arabic);
  letter-spacing: 0;
  line-height: 1.12;
}

.lang-ar .hero-title,
.lang-ar .shop-hero h1,
.lang-ar .men-hero h1,
.lang-ar .women-hero h1,
.lang-ar .partner-hero h1,
.lang-ar .contact-hero h1,
.lang-ar .about-hero h1 {
  font-size: clamp(2rem, 3vw, 50px);
  text-transform: none;
  white-space: normal;
}

.lang-ar.home-page .hero-title {
  white-space: nowrap;
}

.lang-ar .section-title {
  text-transform: none;
}

.lang-ar .hero__copy,
.lang-ar .shop-hero__copy,
.lang-ar .men-hero__copy,
.lang-ar .women-hero__copy,
.lang-ar .partner-hero__copy,
.lang-ar .contact-hero__copy,
.lang-ar .about-hero__copy,
.lang-ar .story__copy,
.lang-ar .club-card__copy,
.lang-ar .footer-brand,
.lang-ar .footer-newsletter,
.lang-ar .contact-map__copy {
  text-align: right;
}

.lang-ar.home-page .hero__copy {
  margin-right: clamp(60px, 4vw, 86px);
  margin-left: 0;
}

.lang-ar.home-page .hero::before {
  background:
    radial-gradient(circle at 28% 2%, rgba(255, 255, 255, 0.08), transparent 31%),
    linear-gradient(90deg, rgba(8, 8, 8, 0.03) 0%, rgba(8, 8, 8, 0.16) 28%, rgba(8, 8, 8, 0.55) 52%, rgba(8, 8, 8, 0.9) 70%, rgba(8, 8, 8, 0.96) 100%);
}

.lang-ar.home-page .hero__visual {
  margin-right: 0;
  margin-left: calc((100vw - min(var(--content-max-width), calc(100vw - var(--container-pad) * 2))) / -2);
  transform: scaleX(-1);
  transform-origin: center;
}

.lang-ar.home-page .hero__visual::before {
  background:
    linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.98) 20%, rgba(3, 3, 3, 0.88) 38%, rgba(3, 3, 3, 0.58) 54%, rgba(3, 3, 3, 0.22) 70%, transparent 88%),
    linear-gradient(180deg, rgba(2, 2, 2, 0.56) 0%, transparent 30%, transparent 78%, rgba(0, 0, 0, 0.76) 100%);
}

.lang-ar.home-page .hero__visual::after {
  right: 3.5%;
  left: auto;
}

.lang-ar.home-page .hero__visual img {
  object-position: center right;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.04) 20%, rgba(0, 0, 0, 0.34) 39%, rgba(0, 0, 0, 0.78) 55%, #000 70%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.04) 20%, rgba(0, 0, 0, 0.34) 39%, rgba(0, 0, 0, 0.78) 55%, #000 70%);
}

.lang-ar.home-page .hero-motion--smoke {
  right: 4%;
  left: auto;
}

.lang-ar.home-page .hero-motion--water {
  right: 0;
  left: auto;
}

.lang-ar .hero__actions,
.lang-ar .section-head--split,
.lang-ar .shop-toolbar,
.lang-ar .breadcrumbs,
.lang-ar .partner-hero__actions,
.lang-ar .product-buy,
.lang-ar .pack-card__cta,
.lang-ar .link-arrow,
.lang-ar .btn {
  direction: rtl;
}

.lang-ar .breadcrumbs,
.lang-ar .hero__actions,
.lang-ar .partner-hero__actions {
  justify-content: flex-start;
}

.lang-ar .btn .icon,
.lang-ar .link-arrow .icon,
.lang-ar .pack-card__cta .icon,
.lang-ar .product-gallery-arrow {
  transform: scaleX(-1);
}

.lang-ar .cart-button .icon,
.lang-ar .favorite-button .icon,
.lang-ar .bag-circle .icon {
  transform: none;
}

.lang-ar .hero-stat {
  border-left: 0;
  text-align: right;
}

.lang-ar .hero-stat:first-child {
  padding-left: 30px;
  padding-right: 30px;
}

.lang-ar .hero-stat:not(:last-child)::after {
  right: auto;
  left: 0;
}

.lang-ar .universe-grid {
  direction: rtl;
}

.lang-ar .universe-card__content {
  min-height: 205px;
  padding: 0 30px 30px 96px;
  text-align: right;
  direction: rtl;
}

.lang-ar .universe-card h3 {
  font-family: var(--font-arabic);
  font-size: clamp(2rem, 2.85vw, 44px);
  line-height: 1.08;
  text-transform: none;
}

.lang-ar .universe-card p {
  max-width: 250px;
  margin-right: auto;
  margin-left: 0;
  font-size: 18px;
  line-height: 1.55;
}

.lang-ar .universe-card a {
  direction: rtl;
  max-width: calc(100% - 88px);
  margin-top: 14px;
  font-size: 16px;
}

.lang-ar .universe-card a .icon {
  transform: scaleX(-1);
}

.lang-ar .universe-card__icon {
  right: auto;
  left: 26px;
}

.lang-ar .assurance-item,
.lang-ar .footer-services article,
.lang-ar .footer-trust article,
.lang-ar .product-service-strip article,
.lang-ar .partner-benefits article,
.lang-ar .contact-list article,
.lang-ar .contact-promises article,
.lang-ar .cart-delivery-note,
.lang-ar .cart-tools button {
  direction: rtl;
}

.lang-ar .filter-list a:hover,
.lang-ar .filter-list a:focus-visible {
  transform: translateX(-3px);
}

.lang-ar .check-row,
.lang-ar .intensity-row,
.lang-ar .pack-card__meta,
.lang-ar .product-card__body,
.lang-ar .product-mini-services,
.lang-ar .description-panel dl div,
.lang-ar .pack-card dl div {
  direction: rtl;
}

.lang-ar .product-card__body,
.lang-ar .pack-card__body,
.lang-ar .description-panel,
.lang-ar .olfactive-panel,
.lang-ar .review-card,
.lang-ar .cart-panel,
.lang-ar .cart-suggestions,
.lang-ar .cart-line,
.lang-ar .cart-suggestion {
  text-align: right;
}

.lang-ar .review-card {
  direction: rtl;
  padding: 30px 30px 72px 174px;
}

.lang-ar .review-card::before {
  background:
    radial-gradient(circle at 12% 82%, rgba(255, 112, 0, 0.28), transparent 32%),
    linear-gradient(255deg, transparent 8%, rgba(255, 255, 255, 0.12) 40%, transparent 62%);
}

.lang-ar .review-card::after {
  transform: translateX(72%) skewX(14deg);
}

.lang-ar .review-card:hover::after,
.lang-ar .review-card:focus-within::after {
  transform: translateX(-72%) skewX(14deg);
}

.lang-ar .stars {
  direction: ltr;
  text-align: right;
}

.lang-ar .quote {
  right: auto;
  left: 26px;
  transform: scaleX(-1);
}

.lang-ar .review-card:hover .quote,
.lang-ar .review-card:focus-within .quote {
  transform: scaleX(-1) rotate(8deg) scale(1.08);
}

.lang-ar .review-card h3 {
  font-family: var(--font-arabic);
  font-size: 28px;
  line-height: 1.18;
}

.lang-ar .review-card > p {
  max-width: 360px;
  margin-right: 0;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.72;
}

.lang-ar .review-author {
  max-width: 330px;
  margin-right: 0;
  margin-left: auto;
  direction: rtl;
}

.lang-ar .review-author small::before {
  margin-right: 0;
  margin-left: 5px;
}

.lang-ar .review-card time {
  right: 30px;
  left: auto;
}

.lang-ar .review-product {
  right: auto;
  left: 14px;
}

.lang-ar .review-product--niro {
  right: auto;
  left: 4px;
}

.lang-ar .review-card:hover .review-product,
.lang-ar .review-card:focus-within .review-product {
  transform: translateY(-10px) rotate(2deg);
}

.lang-ar .product-card__body strong,
.lang-ar .pack-card__meta,
.lang-ar .price-current,
.lang-ar .product-price,
.lang-ar .cart-line__price,
.lang-ar .cart-total-row,
.lang-ar .cart-checkout span {
  direction: ltr;
  text-align: right;
}

.lang-ar .cart-suggestions,
.lang-ar .cart-panel {
  font-family: var(--font-arabic);
}

.lang-ar .cart-suggestions {
  border-right: 0;
  border-left: 1px solid rgba(17, 17, 17, 0.09);
}

.lang-ar .cart-suggestion::before {
  transform: translateX(34%);
}

.lang-ar .cart-suggestion:hover::before,
.lang-ar .cart-suggestion:focus-within::before {
  transform: translateX(-34%);
}

.lang-ar .cart-suggestion button::after {
  content: "←";
  transform: translateX(6px);
}

.lang-ar .cart-suggestion:hover strong,
.lang-ar .cart-suggestion:focus-within strong,
.lang-ar .cart-suggestion:hover span,
.lang-ar .cart-suggestion:focus-within span,
.lang-ar .cart-suggestion:hover button,
.lang-ar .cart-suggestion:focus-within button {
  transform: translateX(-3px);
}

.lang-ar .cart-suggestion:hover button::after,
.lang-ar .cart-suggestion:focus-within button::after {
  transform: translateX(0);
}

.lang-ar .cart-line::before {
  transform: translateX(38%);
}

.lang-ar .cart-line:hover::before,
.lang-ar .cart-line:focus-within::before {
  transform: translateX(-38%);
}

.lang-ar .cart-line:hover .cart-line__price,
.lang-ar .cart-line:focus-within .cart-line__price,
.lang-ar .cart-remove:hover,
.lang-ar .cart-remove:focus-visible {
  transform: translateX(2px);
}

.lang-ar .cart-line__top,
.lang-ar .cart-line__actions,
.lang-ar .cart-total-row {
  direction: rtl;
}

.lang-switch {
  display: inline-flex;
  min-width: 42px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 900;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.lang-ar .lang-switch {
  font-family: var(--font-arabic);
}

.lang-switch:hover,
.lang-switch:focus-visible {
  color: var(--color-orange-bright);
  border-color: rgba(255, 112, 0, 0.7);
  background: rgba(255, 112, 0, 0.08);
  transform: translateY(-1px);
}
