:root {
  color-scheme: dark;
  --cursor-x: 0;
  --cursor-y: 0;
  --cursor-depth: 0;
  --tilt-rx: 0deg;
  --tilt-ry: 0deg;
  --scroll-velocity: 0;
  --luxury-presence: 0;
  --luxury-progress: 0;
  --identity-progress: 0;
  --bg: #0a0805;
  --ink: #fff8ec;
  --muted: #d7c7ab;
  --soft: rgba(255, 248, 236, 0.72);
  --line: rgba(255, 218, 139, 0.2);
  --glass: rgba(28, 18, 8, 0.62);
  --gold: #d7a84a;
  --honey: #f6b332;
  --amber: #a95816;
  --green: #16844c;
  --red: #c7332f;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(246, 179, 50, 0.22), transparent 27rem),
    radial-gradient(circle at 88% 16%, rgba(22, 132, 76, 0.15), transparent 24rem),
    linear-gradient(135deg, #080604 0%, #171006 48%, #090805 100%);
  color: var(--ink);
}

body.is-smooth-scrolling {
  cursor: default;
}

body.is-cinematic {
  scroll-behavior: auto;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(30deg, rgba(215, 168, 74, 0.055) 12%, transparent 12.5%, transparent 87%, rgba(215, 168, 74, 0.055) 87.5%),
    linear-gradient(150deg, rgba(215, 168, 74, 0.055) 12%, transparent 12.5%, transparent 87%, rgba(215, 168, 74, 0.055) 87.5%),
    linear-gradient(30deg, rgba(215, 168, 74, 0.055) 12%, transparent 12.5%, transparent 87%, rgba(215, 168, 74, 0.055) 87.5%),
    linear-gradient(150deg, rgba(215, 168, 74, 0.055) 12%, transparent 12.5%, transparent 87%, rgba(215, 168, 74, 0.055) 87.5%);
  background-position: 0 0, 0 0, 38px 66px, 38px 66px;
  background-size: 76px 132px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

a {
  color: inherit;
  text-decoration: none;
}

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

#scene {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.cursor-orbit {
  display: none;
}

body.has-pointer .cursor-orbit {
  opacity: 0;
}

@keyframes productFloat3d {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateX(2deg) rotateY(-4deg);
  }

  50% {
    transform: translate3d(0, -14px, 36px) rotateX(7deg) rotateY(5deg);
  }
}

@keyframes productImageDepth {
  0%,
  100% {
    transform: translate3d(0, 0, 58px) rotateY(-5deg) scale(0.965);
  }

  50% {
    transform: translate3d(10px, -8px, 92px) rotateY(6deg) scale(1);
  }
}

@keyframes contentDepthFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 76px);
  }

  50% {
    transform: translate3d(0, -6px, 110px);
  }
}

@keyframes luxuryBreath3d {
  0%,
  100% {
    transform:
      translate3d(var(--panel-x, 0), var(--panel-y, 0), var(--panel-z, 0))
      rotateX(var(--panel-rx, 0deg))
      rotateY(var(--panel-ry, 0deg))
      rotateZ(var(--panel-rz, 0deg))
      scale(var(--panel-scale, 1));
  }

  50% {
    transform:
      translate3d(var(--panel-x, 0), calc(var(--panel-y, 0px) - 18px), calc(var(--panel-z, 0px) + 72px))
      rotateX(calc(var(--panel-rx, 0deg) + 4deg))
      rotateY(calc(var(--panel-ry, 0deg) - 5deg))
      rotateZ(var(--panel-rz, 0deg))
      scale(calc(var(--panel-scale, 1) + 0.035));
  }
}

@keyframes goldPulse {
  0%,
  72%,
  100% {
    text-shadow: 0 0 0 rgba(255, 226, 149, 0);
  }

  80% {
    text-shadow:
      0 0 18px rgba(255, 226, 149, 0.56),
      0 0 36px rgba(246, 179, 50, 0.32);
  }
}

@keyframes letterGoldGlint {
  0%,
  70%,
  100% {
    background-position: 140% 50%;
    text-shadow: 0 0 0 rgba(255, 226, 149, 0);
  }

  78% {
    background-position: 20% 50%;
    text-shadow:
      0 0 18px rgba(255, 226, 149, 0.34),
      0 0 30px rgba(246, 179, 50, 0.2);
  }
}

@keyframes goldSweep {
  0%,
  68%,
  100% {
    opacity: 0;
    transform: translateX(-130%) skewX(-18deg);
  }

  76% {
    opacity: 0.82;
  }

  88% {
    opacity: 0;
    transform: translateX(130%) skewX(-18deg);
  }
}

@keyframes goldBorderBreath {
  0%,
  72%,
  100% {
    box-shadow:
      0 0 0 rgba(255, 226, 149, 0),
      inset 0 0 0 1px rgba(255, 226, 149, 0.08);
  }

  80% {
    box-shadow:
      0 0 26px rgba(246, 179, 50, 0.34),
      inset 0 0 0 1px rgba(255, 226, 149, 0.34);
  }
}

@keyframes videoTabFlash {
  0%,
  58%,
  100% {
    border-color: rgba(255, 226, 149, 0.3);
    box-shadow:
      0 24px 80px rgba(0, 0, 0, 0.38),
      0 0 0 rgba(255, 226, 149, 0);
  }

  66% {
    border-color: rgba(255, 244, 204, 0.92);
    box-shadow:
      0 24px 80px rgba(0, 0, 0, 0.38),
      0 0 0 4px rgba(255, 226, 149, 0.16),
      0 0 32px rgba(246, 179, 50, 0.54);
  }
}

@keyframes partnerBadgeEntrance {
  from {
    opacity: 0;
    transform: translateY(-16px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 20;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 18px;
  row-gap: 6px;
  padding: 10px clamp(18px, 4vw, 54px) 8px;
  border-bottom: 1px solid rgba(255, 226, 149, 0.18);
  border-radius: 0;
  background: rgba(3, 3, 2, 0.82);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: none;
  transform: translateX(-50%);
}

body:not(.is-past-landing) .site-header {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%);
}

.brand,
nav,
.header-tools,
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  color: #ffe8a5;
  font-weight: 850;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.brand > span:not(.brand-mark) {
  display: none;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 31px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  animation: goldPulse 7.5s ease-in-out infinite;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(246, 179, 50, 0.36));
}

.brand-mark::after,
.hero-crest span::after,
.button::after {
  position: absolute;
  inset: -40% auto -40% -55%;
  z-index: 3;
  width: 42%;
  pointer-events: none;
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 248, 220, 0.08),
    rgba(255, 226, 149, 0.72),
    rgba(255, 248, 220, 0.12),
    transparent
  );
  filter: blur(0.4px);
  mix-blend-mode: screen;
  animation: goldSweep 5.2s ease-in-out infinite;
}

.gold-letter,
.brand-mark,
nav a,
.nav-b2b-link,
.language-switch button,
.hero-crest span,
.hero-crest small,
.hero h1,
.hero h1 small,
.eyebrow,
.section-heading h2,
.luxury-copy h2,
.story-copy h3,
.product-card h3,
.product-size,
.panel-caption strong,
.export-copy h2,
.contact-export-copy h2,
.export-benefits > span,
.contact-details b,
.button {
  background-image:
    linear-gradient(100deg, currentColor 0 42%, #fff4ce 48%, #f6b332 52%, currentColor 60% 100%);
  background-size: 260% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: letterGoldGlint 5.2s ease-in-out infinite;
}

nav {
  grid-column: 1 / -1;
  grid-row: 2;
  gap: clamp(16px, 3.5vw, 52px);
  justify-content: center;
  flex-wrap: nowrap;
}

nav a,
.nav-b2b-link,
.header-cta,
.button {
  min-height: 40px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 800;
}

nav a,
nav .nav-b2b-link {
  position: relative;
  padding: 10px 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: goldPulse 8s ease-in-out infinite;
}

nav a:nth-child(2),
.hero-facts span:nth-child(2) b {
  animation-delay: 0.16s;
}

nav a:nth-child(3),
.hero-facts span:nth-child(3) b {
  animation-delay: 0.32s;
}

nav a:nth-child(4),
.hero-facts span:nth-child(4) b {
  animation-delay: 0.48s;
}

nav a:nth-child(5) {
  animation-delay: 0.64s;
}

nav a:hover,
nav .nav-b2b-link:hover {
  color: #ffe09a;
  background: transparent;
}


.header-cta {
  justify-self: end;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(255, 226, 149, 0.24);
  background: rgba(255, 232, 165, 0.08);
}

.header-tools {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  gap: 10px;
}

.language-switch {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  justify-content: center;
  padding: 5px 8px;
  border: 1px solid rgba(255, 226, 149, 0.16);
  border-radius: 8px;
  background: rgba(255, 248, 236, 0.035);
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.language-switch button {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 34px;
  place-items: center;
  grid-template-columns: 1fr;
  gap: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  color: inherit;
  font: inherit;
  animation: goldPulse 8s ease-in-out infinite;
}

.language-switch button span {
  font-size: 1rem;
  line-height: 1;
}

.language-switch button small {
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
}

.language-switch button:hover,
.language-switch button.is-active {
  background: rgba(255, 226, 149, 0.11);
  color: #ffe09a;
  box-shadow: inset 0 0 0 1px rgba(255, 226, 149, 0.24);
}

.hero {
  display: grid;
  position: relative;
  min-height: 100svh;
  width: min(1280px, calc(100% - 32px));
  grid-template-columns: minmax(190px, 0.82fr) minmax(320px, 1.08fr) minmax(190px, 0.82fr);
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
  margin: 0 auto;
  padding: 128px 0 34px;
  perspective: 1400px;
  overflow: visible;
  background: transparent;
}

.hero-opening {
  isolation: isolate;
}

.hero-opening::before {
  inset: 9% auto auto -8%;
  width: min(34vw, 410px);
  height: min(34vw, 410px);
  background:
    radial-gradient(circle, rgba(246, 179, 50, 0.16), transparent 64%),
    repeating-linear-gradient(60deg, rgba(215, 168, 74, 0.13) 0 1px, transparent 1px 30px);
}

.hero-opening::after {
  inset: 10% -7% auto auto;
  width: min(34vw, 410px);
  height: min(34vw, 410px);
  background:
    radial-gradient(circle, rgba(246, 179, 50, 0.1), transparent 64%),
    repeating-linear-gradient(60deg, rgba(215, 168, 74, 0.13) 0 1px, transparent 1px 30px);
}

.hero-opening .hero-crest::before,
.hero-opening .hero-crest::after {
  display: block;
  width: min(190px, 34vw);
  height: 1px;
  margin: 0 auto;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 226, 149, 0.58), transparent);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  content: "";
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.78;
}

.hero::before {
  inset: 12% auto auto -12%;
  width: 36vw;
  height: 36vw;
  background: radial-gradient(circle, rgba(246, 179, 50, 0.22), transparent 64%);
}

.hero::after {
  inset: auto -10% 10% auto;
  width: 30vw;
  height: 30vw;
  background: radial-gradient(circle, rgba(22, 132, 76, 0.16), transparent 66%);
}

.hero.hero-opening::before {
  inset: 9% auto auto -8%;
  width: min(34vw, 410px);
  height: min(34vw, 410px);
  background:
    radial-gradient(circle, rgba(246, 179, 50, 0.16), transparent 64%),
    repeating-linear-gradient(60deg, rgba(215, 168, 74, 0.13) 0 1px, transparent 1px 30px);
}

.hero.hero-opening::after {
  inset: 10% -7% auto auto;
  width: min(34vw, 410px);
  height: min(34vw, 410px);
  background:
    radial-gradient(circle, rgba(246, 179, 50, 0.1), transparent 64%),
    repeating-linear-gradient(60deg, rgba(215, 168, 74, 0.13) 0 1px, transparent 1px 30px);
}

/* ── Partner badge (bal oldalt fixen) ───────────────────────────────────── */
.partner-badge {
  position: fixed;
  top: clamp(92px, 11svh, 118px);
  left: clamp(16px, 4vw, 54px);
  z-index: 40;
  width: min(380px, calc(100vw - 32px));
  opacity: 0;
  transform: translateY(-16px) scale(0.95);
  animation: partnerBadgeEntrance 0.55s 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.partner-badge-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px 18px 16px 14px;
  border: 1px solid rgba(255, 226, 149, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 248, 236, 0.1), rgba(255, 248, 236, 0.035)),
    rgba(8, 6, 4, 0.88);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  cursor: pointer;
  text-align: left;
  color: #fff8ec;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  animation: videoTabFlash 3.4s ease-in-out infinite;
}

.partner-badge-btn:hover {
  border-color: rgba(255, 244, 204, 0.7);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.5),
    0 0 28px rgba(246, 179, 50, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.partner-badge-thumb {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 226, 149, 0.22);
}

.partner-badge-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-badge-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.partner-badge-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d7a84a;
  font-weight: 700;
}

.partner-badge-text strong {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff8ec;
}

.partner-badge-arrow {
  flex-shrink: 0;
  font-size: 1.3rem;
  color: #d7a84a;
  transition: transform 0.2s;
}

.partner-badge-btn:hover .partner-badge-arrow {
  transform: translateX(4px);
}

/* ── Partner modal overlay ───────────────────────────────────────────────── */
.partner-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(4, 3, 2, 0.78);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.partner-modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.partner-modal-panel {
  position: relative;
  width: 100%;
  max-width: 960px;
  max-height: 92svh;
  overflow-y: auto;
  background:
    linear-gradient(135deg, rgba(20, 12, 5, 0.98), rgba(10, 8, 5, 0.99));
  border: 1px solid rgba(255, 226, 149, 0.22);
  border-radius: 12px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.7);
  transform: translateY(24px) scale(0.97);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.partner-modal-overlay.is-open .partner-modal-panel {
  transform: translateY(0) scale(1);
}

.partner-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 2;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 226, 149, 0.3);
  border-radius: 50%;
  background: rgba(6, 5, 3, 0.9);
  color: #ffe7a3;
  cursor: pointer;
  font: 900 1.1rem/1 Arial, sans-serif;
  transition: background 0.2s;
}

.partner-modal-close:hover {
  background: rgba(255, 226, 149, 0.15);
}

.partner-modal-content {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 0;
  min-height: 500px;
}

/* ── Partner info panel (bal) ───────────────────────────────────────────── */
.partner-modal-info {
  padding: 40px 32px;
  border-right: 1px solid rgba(255, 226, 149, 0.12);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.partner-modal-photo {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 226, 149, 0.15);
  margin-bottom: 4px;
}

.partner-modal-title {
  font-size: 1.75rem;
  line-height: 1.15;
  color: #fff6df;
  margin: 0;
}

.partner-modal-lead {
  font-size: 0.85rem;
  line-height: 1.65;
  color: #d7c7ab;
  margin: 0;
}

.partner-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.partner-benefits li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 0.82rem;
  color: #d7c7ab;
  line-height: 1.4;
}

.partner-benefits li span {
  flex-shrink: 0;
}

.partner-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding: 14px 24px;
  border: 1px solid rgba(215, 168, 74, 0.4);
  border-radius: 8px;
  color: #d7a84a;
  font-size: 1.18rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s, border-color 0.18s;
  width: fit-content;
}

.partner-phone-link:hover {
  background: rgba(215, 168, 74, 0.08);
  border-color: #d7a84a;
}

/* ── Partner form panel (jobb) ───────────────────────────────────────────── */
.partner-modal-form-wrap {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
}

.partner-form-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff8ec;
  letter-spacing: 0.04em;
  margin: 0 0 20px;
}

.partner-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pf-row {
  display: flex;
  gap: 12px;
}

.pf-row-2 > * {
  flex: 1 1 0;
  min-width: 0;
}

.pf-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pf-field span,
.pf-field legend {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d7c7ab;
}

.pf-field em {
  color: #d7a84a;
  font-style: normal;
}

.pf-field input,
.pf-field textarea {
  padding: 9px 12px;
  background: rgba(255, 248, 236, 0.04);
  border: 1px solid rgba(255, 218, 139, 0.2);
  border-radius: 5px;
  color: #fff8ec;
  font-size: 0.85rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.18s, background 0.18s;
  resize: vertical;
}

.pf-field input:focus,
.pf-field textarea:focus {
  border-color: rgba(215, 168, 74, 0.5);
  background: rgba(255, 248, 236, 0.06);
}

.pf-field input::placeholder,
.pf-field textarea::placeholder {
  color: rgba(215, 199, 171, 0.4);
}

.pf-checkboxes {
  border: none;
  padding: 0;
  margin: 0;
}

.pf-checkbox-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
  margin-top: 4px;
}

.pf-checkbox-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pf-checkbox-col-label {
  margin: 0 0 4px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d7a84a;
}

.pf-checkboxes label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: #d7c7ab;
  cursor: pointer;
}

.pf-checkboxes input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #d7a84a;
  cursor: pointer;
  padding: 0;
  border: none;
}

.pf-error {
  font-size: 0.78rem;
  color: #e87672;
  min-height: 1rem;
}

.pf-submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  background: #d7a84a;
  border: none;
  border-radius: 5px;
  color: #080604;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s, opacity 0.18s;
  margin-top: 4px;
}

.pf-submit:hover { background: #f6b332; }
.pf-submit:disabled { opacity: 0.6; cursor: not-allowed; }

.pf-submit-spinner {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(8, 6, 4, 0.3);
  border-top-color: #080604;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

.pf-submit.is-loading .pf-submit-spinner { display: block; }
.pf-submit.is-loading .pf-submit-label { opacity: 0.7; }

@keyframes spin { to { transform: rotate(360deg); } }

.partner-form-success {
  text-align: center;
  padding: 40px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.pf-success-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(22, 132, 76, 0.5);
  background: rgba(22, 132, 76, 0.12);
  font-size: 1.5rem;
  color: #4cd68a;
}

.partner-form-success h3 {
  font-size: 1.2rem;
  color: #fff8ec;
  margin: 0;
}

.partner-form-success p {
  font-size: 0.85rem;
  color: #d7c7ab;
  margin: 0;
}

@media (max-width: 720px) {
  .partner-modal-content {
    grid-template-columns: 1fr;
  }
  .partner-modal-info {
    border-right: none;
    border-bottom: 1px solid rgba(255, 226, 149, 0.12);
    padding: 28px 24px;
  }
  .partner-modal-form-wrap {
    padding: 28px 24px;
  }
  .pf-row-2 {
    flex-direction: column;
  }
  .partner-badge {
    width: min(240px, calc(100vw - 32px));
  }
}

.hero-video-card {
  position: fixed;
  top: clamp(92px, 11svh, 118px);
  right: clamp(16px, 4vw, 54px);
  z-index: 40;
  width: min(310px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid rgba(255, 226, 149, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 248, 236, 0.1), rgba(255, 248, 236, 0.035)),
    rgba(8, 6, 4, 0.76);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  animation: videoTabFlash 3.4s ease-in-out infinite;
  transform: translate3d(0, -18px, 0) scale(0.96);
  transform-style: preserve-3d;
  transition:
    opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-video-card.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.hero-video-card.is-dismissed {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -18px, 0) scale(0.96);
}

.hero-video-card::after {
  position: absolute;
  right: 16px;
  bottom: -18px;
  width: 52px;
  height: 32px;
  pointer-events: none;
  content: "";
  border-right: 2px solid rgba(255, 226, 149, 0.58);
  border-bottom: 2px solid rgba(255, 226, 149, 0.58);
  transform: skewY(18deg);
}

.hero-video-link {
  display: block;
}

.hero-video-close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 226, 149, 0.42);
  border-radius: 50%;
  background: rgba(6, 5, 3, 0.92);
  color: #ffe7a3;
  cursor: pointer;
  font: 900 1.05rem/1 Arial, sans-serif;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
}

.hero-video-close:hover {
  background: rgba(255, 226, 149, 0.16);
}

.hero-video-card p {
  margin: 0 0 8px;
  color: #ffe7a3;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.hero-video-frame {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 226, 149, 0.2);
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  background: #100a04;
}

.hero-video-frame img,
.hero-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play-mark {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 226, 149, 0.5);
  border-radius: 50%;
  background: rgba(6, 5, 3, 0.72);
  color: #ffe7a3;
  font-size: 1rem;
  transform: translate(-50%, -50%);
}

.hero-side {
  position: relative;
  min-height: min(58svh, 430px);
  align-self: end;
  transform:
    rotateX(calc(1.4deg + var(--cursor-y) * -1.4deg + var(--tilt-rx, 0deg)))
    rotateY(calc(-2.2deg + var(--cursor-x) * 2.4deg + var(--tilt-ry, 0deg)))
    rotateZ(calc(var(--cursor-x) * 0.7deg))
    translateZ(14px);
  transform-style: preserve-3d;
  will-change: transform;
  overflow: visible;
}

a.hero-side {
  cursor: pointer;
  text-decoration: none;
  display: block;
}

a.hero-side:hover .hero-layer-feature {
  filter: drop-shadow(0 0 28px rgba(246, 179, 50, 0.55)) drop-shadow(0 28px 56px rgba(0,0,0,0.5));
  transition: filter 0.3s ease;
}

.hero-side::before {
  position: absolute;
  inset: auto 6% 6% 6%;
  height: 22%;
  border-radius: 50%;
  content: "";
  background: radial-gradient(ellipse at center, rgba(246, 179, 50, 0.4), rgba(246, 179, 50, 0.08) 52%, transparent 72%);
  filter: blur(7px);
  transform: translateZ(-70px) rotateX(70deg);
}

.hero-side img {
  position: absolute;
  object-fit: contain;
  border-radius: 0;
  filter:
    saturate(1.08)
    contrast(1.1)
    drop-shadow(0 24px 45px rgba(0, 0, 0, 0.54));
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-layer-reference {
  z-index: 1;
  width: 62%;
  height: 80%;
  opacity: 0.9;
  transform:
    translate3d(calc(var(--cursor-x) * -7px), calc(var(--cursor-y) * -5px), 34px)
    scale(1.04);
}

.hero-layer-feature {
  z-index: 2;
  width: 70%;
  height: 96%;
  opacity: 0.96;
  transform:
    translate3d(calc(var(--cursor-x) * -14px), calc(var(--cursor-y) * -11px), 92px)
    scale(1.08);
}

.hero-side-left .hero-layer-reference {
  left: -7%;
  bottom: 5%;
  object-position: center bottom;
}

.hero-side-left .hero-layer-feature {
  right: -10%;
  bottom: -3%;
  object-position: 58% center;
}

.hero-side-right .hero-layer-reference {
  right: -4%;
  bottom: 6%;
  object-position: center bottom;
}

.hero-side-right .hero-layer-feature {
  left: -18%;
  bottom: -4%;
  width: 82%;
  height: 100%;
  object-position: 44% center;
}

.hero-media,
.depth-card,
.product-card {
  transform-style: preserve-3d;
  will-change: transform;
}

[data-tilt-card] {
  transform-style: preserve-3d;
  transition:
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 420ms ease,
    filter 420ms ease;
}

.hero-media {
  position: relative;
  display: block;
  min-height: 640px;
  border: 1px solid rgba(255, 226, 149, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at calc(48% + var(--cursor-x) * 10%) calc(44% + var(--cursor-y) * 8%), rgba(246, 179, 50, 0.24), transparent 42%),
    linear-gradient(145deg, rgba(255, 248, 236, 0.06), rgba(255, 248, 236, 0.015)),
    #050403;
  box-shadow: 0 48px 150px rgba(0, 0, 0, 0.5);
  overflow: visible;
  transform:
    rotateX(calc(var(--cursor-y) * -2.4deg + var(--tilt-rx, 0deg)))
    rotateY(calc(var(--cursor-x) * 3.4deg + var(--tilt-ry, 0deg)))
    translateZ(0);
}

.hero-media > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 640px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.08) drop-shadow(0 28px 70px rgba(0, 0, 0, 0.75));
  transform:
    translate3d(calc(var(--cursor-x) * 14px), calc(var(--cursor-y) * 10px), 70px)
    rotateX(calc(var(--cursor-y) * -3deg))
    rotateY(calc(var(--cursor-x) * 4deg))
    scale(1.02);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-luxury {
  background:
    radial-gradient(circle at calc(50% + var(--cursor-x) * 10%) calc(50% + var(--cursor-y) * 8%), rgba(246, 179, 50, 0.2), transparent 42%),
    #050403;
}

.hero-luxury > img {
  filter: saturate(1.12) contrast(1.1);
  transform: translate3d(calc(var(--cursor-x) * 10px), calc(var(--cursor-y) * 8px), 0) scale(1.02);
  transition: transform 420ms ease;
}

.hero-logo-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: block;
  width: min(44%, 260px);
  border: 1px solid rgba(255, 226, 149, 0.24);
  border-radius: 8px;
  overflow: hidden;
  background: #080704;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.38);
  transform:
    translate3d(calc(var(--cursor-x) * 12px), calc(var(--cursor-y) * 10px), 120px)
    rotateX(calc(var(--cursor-y) * -3deg + var(--cursor-depth) * -4deg))
    rotateY(calc(var(--cursor-x) * 5deg));
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-logo-badge img {
  width: 100%;
  aspect-ratio: 1.82;
  object-fit: cover;
}

.hero-media::after,
.showcase-image::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(8, 6, 4, 0), rgba(8, 6, 4, 0.64));
}

.floating-product {
  position: absolute;
  width: 38%;
  min-width: 180px;
  border: 1px solid rgba(255, 226, 149, 0.22);
  border-radius: 8px;
  overflow: hidden;
  background: #100a04;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
  transform: translateZ(80px);
}

.floating-product img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
}

.product-a {
  right: -28px;
  left: auto;
  bottom: 42px;
  width: 42%;
  transform:
    translate3d(calc(var(--cursor-x) * -16px), calc(var(--cursor-y) * -10px + var(--cursor-depth) * -24px), 90px)
    rotateX(calc(var(--cursor-depth) * 5deg))
    rotateY(-10deg)
    rotateZ(2deg);
  transition: transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-b {
  left: -28px;
  right: auto;
  bottom: -34px;
  width: 34%;
  transform:
    translate3d(calc(var(--cursor-x) * 12px), calc(var(--cursor-y) * 10px + var(--cursor-depth) * 30px), 120px)
    rotateX(calc(var(--cursor-depth) * -6deg))
    rotateY(12deg)
    rotateZ(-3deg);
  transition: transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-copy {
  position: relative;
  z-index: 4;
  display: grid;
  justify-items: center;
  max-width: 720px;
  text-align: center;
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
  white-space: normal;
}

.hero-crest {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #d7a84a;
  font-family: Georgia, "Times New Roman", serif;
}

.hero-crest span {
  position: relative;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: #d7a84a;
  font-size: 4.6rem;
  line-height: 1;
  text-shadow: 0 0 36px rgba(246, 179, 50, 0.28);
  overflow: hidden;
  animation: goldPulse 7.4s ease-in-out infinite;
}

.hero-crest small {
  color: #d8c092;
  font-size: 0.92rem;
  letter-spacing: 0.46em;
  animation: goldPulse 8s ease-in-out infinite;
}

.eyebrow {
  margin: 0 0 16px;
  color: #ffe09a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  color: #fff6df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 4.2vw, 4.35rem);
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.hero h1 small {
  display: block;
  margin-top: 4px;
  color: #d8cbb5;
  font-size: 0.58em;
  font-weight: 400;
}

h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.05rem, 4.15vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.36rem;
  letter-spacing: 0;
}

.lead {
  max-width: 600px;
  margin-bottom: 22px;
  color: var(--soft);
  font-size: clamp(0.98rem, 1.18vw, 1.12rem);
  line-height: 1.54;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
  justify-content: center;
}

.button {
  position: relative;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  overflow: hidden;
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, #ffe7a3, var(--honey) 48%, #f1762f);
  color: #130b04;
  box-shadow: 0 18px 60px rgba(246, 179, 50, 0.25);
}

.button.ghost {
  background: rgba(255, 248, 236, 0.08);
}

.hero-opening .button {
  position: relative;
  min-width: 190px;
  border-color: rgba(255, 226, 149, 0.5);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.18);
  color: #ead5ab;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255, 226, 149, 0.08);
  overflow: hidden;
  animation: goldBorderBreath 8s ease-in-out infinite;
}

.hero-opening .button:nth-child(2)::after,
.hero-opening .button:nth-child(2) {
  animation-delay: 0.24s;
}

.hero-opening .button:hover {
  background: rgba(255, 226, 149, 0.12);
  color: #fff6df;
}

.hero-facts {
  grid-column: 1 / -1;
  display: grid;
  width: min(900px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  justify-self: center;
  margin-top: 4px;
}

.hero-facts span {
  display: grid;
  gap: 8px;
  justify-content: center;
  min-height: 54px;
  align-items: center;
  padding: 6px 16px;
  border: 0;
  border-right: 1px solid rgba(255, 226, 149, 0.22);
  border-radius: 0;
  background: transparent;
  color: #d8c092;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
}

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

.hero-facts b {
  color: #d7a84a;
  font-size: 1.7rem;
  line-height: 1;
  animation: goldPulse 8s ease-in-out infinite;
}

.ribbon-strip {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(199, 51, 47, 0.26), rgba(255, 255, 255, 0.13), rgba(22, 132, 76, 0.26)),
    rgba(8, 6, 4, 0.66);
  backdrop-filter: none;
}

.ribbon-strip span {
  padding: 21px 18px;
  border-right: 1px solid var(--line);
  color: #fff1c7;
  font-weight: 900;
  text-align: center;
}

.logo-reveal {
  display: block;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: clamp(96px, 13vw, 170px);
  padding: 0;
}

.logo-reveal-visual {
  display: none;
}

.logo-reveal-visual::after {
  content: "";
  display: none;
}

.logo-placeholder {
  display: none;
}

.logo-reveal-copy {
  padding: 34px;
  border: 1px solid rgba(255, 226, 149, 0.2);
  border-radius: 8px;
  background: rgba(8, 6, 4, 0.54);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: none;
  transform:
    translateY(calc((1 - var(--identity-progress)) * 28px))
    scale(calc(0.96 + var(--identity-progress) * 0.04));
  opacity: calc(0.42 + var(--identity-progress) * 0.58);
  transition:
    opacity 520ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.logo-reveal-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.luxury-stage {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 72px 0 76px;
  background:
    radial-gradient(circle at calc(50% + var(--cursor-x) * 8%) calc(34% + var(--cursor-depth) * 18%), rgba(246, 179, 50, 0.16), transparent 34rem),
    linear-gradient(180deg, rgba(8, 6, 4, 0), rgba(0, 0, 0, 0.72) 18%, rgba(0, 0, 0, 0.52) 82%, rgba(8, 6, 4, 0));
}

.luxury-sticky {
  position: relative;
  top: auto;
  display: grid;
  min-height: auto;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: center;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0;
  perspective: 950px;
  perspective-origin: calc(50% + var(--cursor-x) * 18%) calc(50% + var(--cursor-depth) * 16%);
}

.luxury-copy {
  position: relative;
  z-index: 4;
  padding: 28px;
  border: 1px solid rgba(255, 226, 149, 0.18);
  border-radius: 8px;
  background: rgba(8, 6, 4, 0.5);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.32);
  backdrop-filter: none;
}

.luxury-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.luxury-viewport {
  position: relative;
  min-height: min(58vh, 560px);
  isolation: isolate;
  transform-style: preserve-3d;
  transform:
    translateY(calc(var(--scroll-velocity) * -14px))
    rotateX(calc(var(--cursor-y) * -7deg + var(--cursor-depth) * -8deg))
    rotateY(calc(var(--cursor-x) * 9deg));
  transition: transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-viewport::before,
.luxury-viewport::after {
  position: absolute;
  inset: auto 10% -8% 10%;
  height: 26%;
  border-radius: 50%;
  pointer-events: none;
  content: "";
  background: radial-gradient(ellipse at center, rgba(246, 179, 50, 0.44), rgba(246, 179, 50, 0.1) 42%, transparent 72%);
  filter: blur(5px);
  opacity: calc(0.46 + var(--luxury-presence) * 0.38);
  transform:
    translate3d(calc(var(--cursor-x) * 22px), calc(var(--cursor-depth) * 28px), -230px)
    rotateX(72deg)
    scale(calc(0.92 + var(--luxury-presence) * 0.16));
}

.luxury-viewport::after {
  inset: 0 3% auto 3%;
  height: 100%;
  border-radius: 8px;
  opacity: calc(0.18 + var(--luxury-presence) * 0.2);
  background:
    linear-gradient(90deg, transparent 0 19%, rgba(255, 226, 149, 0.16) 19.2% 19.45%, transparent 19.7% 80%, rgba(255, 226, 149, 0.12) 80.2% 80.45%, transparent 80.7%),
    linear-gradient(0deg, transparent 0 24%, rgba(255, 226, 149, 0.12) 24.2% 24.45%, transparent 24.7% 75%, rgba(255, 226, 149, 0.1) 75.2% 75.45%, transparent 75.7%);
  filter: blur(0);
  transform:
    translateZ(-320px)
    rotateX(calc(58deg + var(--cursor-depth) * -12deg))
    scaleX(1.18);
}

.luxury-panel {
  position: absolute;
  inset: 3% 2% 3% 2%;
  display: grid;
  align-items: end;
  overflow: visible;
  border: 1px solid rgba(255, 226, 149, 0.22);
  border-radius: 8px;
  background: #050403;
  box-shadow:
    0 58px 150px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: var(--panel-opacity, 0);
  transform:
    translate3d(var(--panel-x, 0), var(--panel-y, 0), var(--panel-z, 0))
    rotateX(var(--panel-rx, 0deg))
    rotateY(var(--panel-ry, 0deg))
    rotateZ(var(--panel-rz, 0deg))
    scale(var(--panel-scale, 1));
  transition:
    opacity 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 520ms ease;
  filter: brightness(var(--panel-brightness, 1));
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.luxury-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  transform:
    translate3d(calc(var(--cursor-x) * -26px), calc(var(--cursor-y) * -18px), 42px)
    scale(1.07);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-panel::before,
.luxury-panel::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-radius: inherit;
}

.luxury-panel::before {
  z-index: 1;
  background:
    radial-gradient(circle at calc(50% + var(--cursor-x) * 22%) calc(45% + var(--cursor-y) * 18%), rgba(255, 223, 145, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), transparent 36%, rgba(0, 0, 0, 0.28));
}

.luxury-panel::after {
  z-index: -1;
  border: 1px solid rgba(255, 226, 149, 0.2);
  background:
    linear-gradient(135deg, rgba(246, 179, 50, 0.2), rgba(22, 12, 3, 0.86)),
    #120b03;
  box-shadow: 28px 34px 80px rgba(0, 0, 0, 0.46);
  transform:
    translate3d(calc(var(--cursor-x) * -10px + 26px), calc(var(--cursor-y) * -8px + 20px), -86px)
    scale(0.982);
}

.panel-caption {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin: 0 0 22px 22px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 226, 149, 0.24);
  border-radius: 8px;
  background: rgba(8, 6, 4, 0.56);
  color: #fff1c7;
  font-weight: 900;
  backdrop-filter: none;
  opacity: 0;
  transform: translateZ(150px);
  transition:
    opacity 260ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-panel.is-active .panel-caption {
  opacity: 1;
}

.panel-caption span {
  color: var(--gold);
  font-size: 0.78rem;
}

.panel-one {
  --panel-opacity: calc(1 - min(1, var(--luxury-progress) * 2));
  --panel-x: calc(-4% + var(--cursor-x) * 18px);
  --panel-y: calc(var(--cursor-y) * 12px);
  --panel-z: 120px;
  --panel-rx: calc(-2deg + var(--cursor-y) * -2deg);
  --panel-ry: calc(-8deg + var(--cursor-x) * 2deg);
  --panel-rz: -1.5deg;
  --panel-scale: calc(1.02 - min(0.12, var(--luxury-progress) * 0.12));
}

.panel-two {
  --panel-opacity: calc(1 - min(1, abs(var(--luxury-progress) - 0.5) * 2.7));
  --panel-x: calc(var(--cursor-x) * 12px);
  --panel-y: calc(var(--cursor-y) * 10px);
  --panel-z: 80px;
  --panel-rx: calc(var(--cursor-y) * -1.8deg);
  --panel-ry: calc(var(--cursor-x) * 2.2deg);
  --panel-rz: 0deg;
  --panel-scale: calc(0.94 + (1 - min(1, abs(var(--luxury-progress) - 0.5) * 2)) * 0.08);
}

.panel-three {
  --panel-opacity: calc(max(0, (var(--luxury-progress) - 0.48) * 1.95));
  --panel-x: calc(4% + var(--cursor-x) * -16px);
  --panel-y: calc(var(--cursor-y) * 11px);
  --panel-z: 100px;
  --panel-rx: calc(2deg + var(--cursor-y) * -2deg);
  --panel-ry: calc(8deg + var(--cursor-x) * 2deg);
  --panel-rz: 1.4deg;
  --panel-scale: calc(0.9 + var(--luxury-progress) * 0.12);
}

.panel-four img {
  object-position: center 42%;
}

.section,
.showcase,
.contact {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 112px 0 18px;
}

.film-opening {
  padding-top: 132px;
}

.film-strip {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px) auto;
  gap: 18px;
  align-items: center;
  margin: 0 auto;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 226, 149, 0.14);
}

.film-strip-copy h2 {
  max-width: 620px;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: 1;
}

.film-strip-copy .eyebrow {
  margin-bottom: 10px;
}

.film-strip-player {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 226, 149, 0.2);
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  background: #100a04;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.film-strip-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.42fr 1.58fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 226, 149, 0.18);
}

.section-heading h2 {
  font-size: clamp(1.45rem, 2.5vw, 2.5rem);
  line-height: 1.22;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.section-heading .eyebrow {
  margin-bottom: 0;
}

.section-heading.compact {
  grid-template-columns: 0.3fr 1.7fr;
}

.section-heading.compact h2 {
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 1.25;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 18px;
  align-items: stretch;
}

.film-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}

.story-copy,
.film-family-card,
.film-notes article,
.contact {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--glass);
  backdrop-filter: none;
}

.story-copy {
  padding: 28px;
}

.story-copy p,
.showcase-copy p,
.product-card p,
.film-notes p {
  color: var(--muted);
  line-height: 1.64;
}

.product-card .price-note {
  margin-top: 14px;
  color: #ffe09a;
  font-size: 0.9rem;
  font-weight: 850;
}

.story-image,
.film-player,
.showcase-image {
  position: relative;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 248, 236, 0.06);
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.36);
  transform:
    rotateX(calc(var(--cursor-y) * -1.6deg + var(--tilt-rx, 0deg)))
    rotateY(calc(var(--cursor-x) * 1.9deg + var(--tilt-ry, 0deg)))
    translateZ(0);
  transform-style: preserve-3d;
}

.company-video-band {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 26px;
  align-items: center;
  margin: 82px auto 18px;
  padding: 28px;
  border-block: 1px solid rgba(255, 226, 149, 0.22);
  background:
    radial-gradient(circle at 80% 20%, rgba(246, 179, 50, 0.16), transparent 24rem),
    linear-gradient(135deg, rgba(255, 248, 236, 0.08), rgba(255, 248, 236, 0.025)),
    rgba(8, 6, 4, 0.68);
  scroll-margin-top: 136px;
}

.company-video-copy h2 {
  font-size: clamp(1.85rem, 3.6vw, 4rem);
  line-height: 1;
}

.company-video-copy p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.company-video-player {
  overflow: hidden;
  border: 1px solid rgba(255, 226, 149, 0.26);
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  background: #100a04;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.42);
}

.company-video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-image img,
.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform:
    translate3d(calc(var(--cursor-x) * -10px), calc(var(--cursor-y) * -8px), 44px)
    scale(1.035);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

.product-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 18px;
  min-height: auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 248, 236, 0.11), rgba(255, 248, 236, 0.035)),
    rgba(10, 8, 5, 0.72);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  transform:
    rotateX(calc(var(--cursor-y) * -1.8deg + var(--tilt-rx, 0deg)))
    rotateY(calc(var(--cursor-x) * 2.2deg + var(--tilt-ry, 0deg)))
    translateZ(18px);
}

.product-card:hover,
.story-copy:hover,
.showcase-image:hover,
.partner-panel:hover,
.contact:hover {
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.44);
  filter: none;
}

.product-card.featured {
  background:
    linear-gradient(145deg, rgba(246, 179, 50, 0.18), rgba(22, 132, 76, 0.08)),
    rgba(10, 8, 5, 0.72);
}

.product-card img {
  width: 100%;
  height: 330px;
  min-height: 330px;
  margin-bottom: 0;
  border-radius: 8px;
  object-fit: cover;
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 226, 149, 0.16);
  transform:
    translate3d(calc(var(--cursor-x) * -8px), calc(var(--cursor-y) * -6px), 42px)
    scale(1.025);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover img {
  transform:
    translate3d(calc(var(--cursor-x) * -14px), calc(var(--cursor-y) * -10px), 78px)
    scale(1.055);
}

.acacia-product {
  background:
    linear-gradient(145deg, rgba(246, 179, 50, 0.16), rgba(22, 132, 76, 0.11)),
    rgba(10, 8, 5, 0.72);
}

.product-content {
  display: grid;
  align-content: start;
  gap: 16px;
  grid-template-rows: 34px auto auto auto;
  transform: translateZ(34px);
  transform-style: preserve-3d;
}

.product-topline {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 10px;
  align-items: center;
  align-self: start;
  justify-content: flex-start;
  min-height: 34px;
}

.product-size,
.product-topline small {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 226, 149, 0.24);
  border-radius: 8px;
  color: #ffe09a;
  font-size: 0.82rem;
  font-weight: 900;
}

.product-size {
  min-width: 74px;
  padding: 0 12px;
}

.product-topline small {
  padding: 0 10px;
  background: rgba(255, 248, 236, 0.055);
  color: var(--muted);
  white-space: nowrap;
  text-transform: uppercase;
}

.product-content h3 {
  margin-bottom: 0;
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
  line-height: 1.14;
  text-wrap: balance;
}

.product-content p {
  margin-bottom: 0;
}

.product-meta {
  display: grid;
  gap: 10px;
  margin: 0;
}

.product-meta div {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 226, 149, 0.14);
}

.product-meta dt {
  color: #ffe09a;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-meta dd {
  margin: 0;
  color: var(--ink);
  font-weight: 760;
}

.partner-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 24px;
  align-items: end;
  margin-top: 22px;
  padding: 32px;
  border: 1px solid rgba(255, 226, 149, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(246, 179, 50, 0.18), rgba(22, 132, 76, 0.08)),
    rgba(10, 8, 5, 0.78);
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.34);
  backdrop-filter: none;
}

.partner-copy h3 {
  max-width: 800px;
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 3.45vw, 4rem);
  line-height: 0.96;
}

.partner-copy p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.68;
}

.partner-facts,
.partner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.partner-facts {
  align-self: start;
}

.partner-facts span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 226, 149, 0.2);
  border-radius: 8px;
  background: rgba(255, 248, 236, 0.06);
  color: #ffe09a;
  font-weight: 850;
}

.partner-actions {
  grid-column: 1 / -1;
}

.product-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px;
  gap: 10px;
  margin-top: 20px;
  transform: translateZ(34px);
}

.product-controls label,
.order-form label {
  display: grid;
  gap: 7px;
  color: #ffe09a;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-controls select,
.product-controls input,
.order-form input,
.order-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 226, 149, 0.22);
  border-radius: 8px;
  background: rgba(8, 6, 4, 0.68);
  color: var(--ink);
  font: inherit;
  font-size: 0.94rem;
  font-weight: 750;
  text-transform: none;
  outline: none;
}

.product-controls select,
.product-controls input {
  padding: 0 10px;
}

.product-controls select:focus,
.product-controls input:focus,
.order-form input:focus,
.order-form textarea:focus {
  border-color: rgba(255, 226, 149, 0.62);
  box-shadow: 0 0 0 3px rgba(246, 179, 50, 0.12);
}

.cart-add {
  grid-column: 1 / -1;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffe7a3, var(--honey) 52%, #f1762f);
  color: #130b04;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.film-notes span {
  display: inline-flex;
  min-width: 54px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 226, 149, 0.24);
  border-radius: 8px;
  color: #ffe09a;
  font-size: 0.82rem;
  font-weight: 900;
}

.cart-panel {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(246, 179, 50, 0.12), rgba(22, 132, 76, 0.06)),
    rgba(10, 8, 5, 0.74);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.32);
  backdrop-filter: none;
}

.cart-heading,
.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cart-heading h3 {
  margin-bottom: 0;
}

.cart-heading strong,
.cart-total strong {
  color: #ffe09a;
}

.cart-items {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.cart-empty {
  margin: 0;
  color: var(--muted);
}

.cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 226, 149, 0.16);
  border-radius: 8px;
  background: rgba(255, 248, 236, 0.055);
}

.cart-row strong {
  display: block;
  margin-bottom: 4px;
}

.cart-row span {
  color: var(--muted);
  font-size: 0.9rem;
}

.cart-remove {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 226, 149, 0.24);
  border-radius: 8px;
  background: rgba(8, 6, 4, 0.62);
  color: #ffe09a;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
}

.cart-total {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-weight: 900;
}

.cart-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.cart-contact a {
  position: relative;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 226, 149, 0.22);
  border-radius: 8px;
  background: rgba(255, 248, 236, 0.06);
  color: #ffe09a;
  font-weight: 850;
  overflow: hidden;
}

.order-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.order-form label:nth-child(3),
.order-button {
  grid-column: 1 / -1;
}

.order-form input,
.order-form textarea {
  padding: 11px 12px;
}

.order-form textarea {
  resize: vertical;
}

.showcase {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: center;
  padding: 112px 0 20px;
}

.showcase-image {
  min-height: 560px;
}

.showcase-copy,
.film-family-card figcaption {
  padding: 34px;
}

.film-player {
  min-height: auto;
  aspect-ratio: 16 / 9;
}

.film-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #110b05;
}

.video-fallback {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 10px 12px;
  border: 1px solid rgba(255, 226, 149, 0.28);
  border-radius: 8px;
  background: rgba(8, 6, 4, 0.72);
  color: #fff1c7;
  font-size: 0.88rem;
  font-weight: 850;
  backdrop-filter: none;
}

.film-notes {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) repeat(3, minmax(0, 0.95fr));
  gap: 12px;
  align-items: stretch;
}

.film-family-card {
  display: grid;
  gap: 0;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(246, 179, 50, 0.12), rgba(255, 248, 236, 0.035)),
    rgba(10, 8, 5, 0.7);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  transform-style: preserve-3d;
  will-change: transform;
}

.film-family-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transform: translateZ(24px);
}

.film-family-card span {
  display: block;
  margin-bottom: 8px;
  color: #ffe09a;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.film-family-card strong {
  display: block;
  color: #fff8ec;
  font-size: 1.1rem;
  line-height: 1.25;
}

.film-notes article {
  padding: 22px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 94px;
  margin-bottom: 28px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(246, 179, 50, 0.16), rgba(255, 248, 236, 0.04)),
    rgba(28, 18, 8, 0.72);
}

.contact h2 {
  max-width: 900px;
}

.contact-family {
  display: grid;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 226, 149, 0.2);
  border-radius: 8px;
  background: rgba(10, 8, 5, 0.7);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
}

.contact-family img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.contact-family figcaption {
  padding: 18px;
}

.contact-family span {
  display: block;
  margin-bottom: 8px;
  color: #ffe09a;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-family strong {
  display: block;
  color: #fff8ec;
  line-height: 1.25;
}

.export-contact {
  width: min(1280px, calc(100% - 32px));
  margin: 112px auto 32px;
  border-top: 1px solid rgba(255, 226, 149, 0.22);
  border-bottom: 1px solid rgba(255, 226, 149, 0.22);
  background:
    radial-gradient(circle at 67% 22%, rgba(246, 179, 50, 0.14), transparent 28rem),
    radial-gradient(circle at 22% 18%, rgba(255, 226, 149, 0.08), transparent 22rem),
    linear-gradient(180deg, rgba(255, 248, 236, 0.035), rgba(255, 248, 236, 0.012)),
    rgba(3, 3, 2, 0.78);
  box-shadow:
    0 36px 130px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 226, 149, 0.08);
  overflow: hidden;
  perspective: 1500px;
}

.export-hero {
  position: relative;
  display: grid;
  min-height: 390px;
  grid-template-columns: minmax(300px, 0.82fr) minmax(280px, 0.86fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: center;
  padding: clamp(34px, 4.6vw, 58px) clamp(26px, 5vw, 72px) 26px;
  border-bottom: 1px solid rgba(255, 226, 149, 0.16);
}

.export-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(30deg, rgba(215, 168, 74, 0.055) 12%, transparent 12.5%, transparent 87%, rgba(215, 168, 74, 0.055) 87.5%),
    linear-gradient(150deg, rgba(215, 168, 74, 0.045) 12%, transparent 12.5%, transparent 87%, rgba(215, 168, 74, 0.045) 87.5%);
  background-size: 64px 110px;
  mask-image: radial-gradient(circle at 80% 22%, black, transparent 46%);
}

.export-copy,
.export-map,
.export-products {
  position: relative;
  z-index: 1;
}

.export-copy h2,
.contact-export-copy h2 {
  max-width: 560px;
  font-size: clamp(2.3rem, 4.2vw, 4.6rem);
  line-height: 0.98;
}

.export-copy h2 span {
  color: #d7a84a;
}

.export-copy p,
.contact-export-copy p {
  max-width: 520px;
  color: #d8cbb5;
  line-height: 1.72;
}

.export-map {
  position: relative;
  min-height: 260px;
  background: transparent;
  opacity: 0.96;
  overflow: hidden;
  isolation: isolate;
  transform:
    rotateX(calc(var(--cursor-y) * -1.2deg))
    rotateY(calc(var(--cursor-x) * 1.8deg))
    translateZ(20px);
  transform-style: preserve-3d;
}

.export-map::before,
.export-map::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
}

.export-map::before {
  background: radial-gradient(ellipse at 50% 50%, transparent 0 62%, rgba(8, 6, 4, 0.18) 78%, transparent 100%);
}

.export-map::after {
  background: radial-gradient(ellipse at 55% 48%, rgba(255, 226, 149, 0.16), transparent 42%);
  mix-blend-mode: screen;
  opacity: 0.5;
}

.world-map-photo,
.world-map-routes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.world-map-photo {
  z-index: 1;
  object-fit: contain;
  object-position: center;
  opacity: 0.88;
  mix-blend-mode: screen;
  filter:
    saturate(0.9)
    contrast(1.08)
    brightness(0.88)
    sepia(0.12)
    drop-shadow(0 20px 34px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 18px rgba(246, 179, 50, 0.22));
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0 46%, rgba(0, 0, 0, 0.62) 58%, transparent 76%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 0 46%, rgba(0, 0, 0, 0.62) 58%, transparent 76%);
  transform: translate3d(calc(var(--cursor-x) * -8px), calc(var(--cursor-y) * -5px), 26px);
}

.world-map-routes {
  z-index: 3;
  overflow: visible;
  transform: translate3d(calc(var(--cursor-x) * -4px), calc(var(--cursor-y) * -3px), 54px);
}

.map-routes path {
  fill: none;
  stroke: rgba(255, 226, 149, 0.56);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 3 9;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 7px rgba(246, 179, 50, 0.36));
}

.map-nodes circle {
  fill: #f6b332;
  stroke: rgba(255, 248, 220, 0.72);
  stroke-width: 1.6;
  filter: drop-shadow(0 0 7px rgba(246, 179, 50, 0.62));
  transform-origin: center;
  animation: goldPulse 8s ease-in-out infinite;
}

.map-nodes .node-home {
  fill: transparent;
  stroke: #fff8dc;
  stroke-width: 2.2;
  filter:
    drop-shadow(0 0 10px rgba(255, 226, 149, 0.8))
    drop-shadow(0 0 24px rgba(246, 179, 50, 0.42));
}

.export-products {
  position: relative;
  min-height: 330px;
  transform:
    rotateX(calc(var(--cursor-y) * -2.2deg + var(--tilt-rx, 0deg)))
    rotateY(calc(var(--cursor-x) * 3.4deg + var(--tilt-ry, 0deg)))
    translateZ(24px);
  transform-style: preserve-3d;
  will-change: transform;
}

.export-products::before {
  position: absolute;
  inset: 10% 4% 2% 0;
  border-radius: 50%;
  content: "";
  background:
    radial-gradient(ellipse at 58% 58%, rgba(255, 226, 149, 0.18), transparent 42%),
    radial-gradient(ellipse at 38% 70%, rgba(246, 179, 50, 0.22), transparent 34%);
  filter: blur(18px);
  opacity: 0.8;
  transform: translateZ(-120px);
}

.export-products::after {
  position: absolute;
  right: 2%;
  bottom: 0;
  left: 8%;
  height: 26%;
  border-radius: 50%;
  content: "";
  background: radial-gradient(ellipse at center, rgba(246, 179, 50, 0.42), rgba(246, 179, 50, 0.08) 54%, transparent 72%);
  filter: blur(7px);
  transform: translateZ(-90px) rotateX(72deg);
}

.export-product {
  position: absolute;
  object-fit: contain;
  filter:
    saturate(1.08)
    contrast(1.06)
    drop-shadow(0 26px 46px rgba(0, 0, 0, 0.58))
    drop-shadow(0 0 18px rgba(246, 179, 50, 0.16));
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-small {
  right: 60%;
  bottom: 6%;
  z-index: 2;
  width: 34%;
  height: 62%;
  transform: translate3d(calc(var(--cursor-x) * -10px), calc(var(--cursor-y) * -7px), 70px) rotateZ(-5deg) rotateY(-6deg);
}

.product-tall {
  right: 29%;
  bottom: 2%;
  z-index: 1;
  width: 33%;
  height: 84%;
  opacity: 0.94;
  transform: translate3d(calc(var(--cursor-x) * -6px), calc(var(--cursor-y) * -4px), 30px) scale(1.02);
}

.product-jar {
  right: 0;
  bottom: 4%;
  z-index: 3;
  width: 38%;
  height: 72%;
  transform: translate3d(calc(var(--cursor-x) * -14px), calc(var(--cursor-y) * -10px), 110px) rotateZ(4deg) rotateY(5deg);
}

.export-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 226, 149, 0.2);
}

.export-benefits > span {
  display: grid;
  min-height: 84px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px 28px 16px 22px;
  border-right: 1px solid rgba(255, 226, 149, 0.16);
  color: #d8c092;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.export-benefits > span > span {
  min-width: 0;
  max-width: 18ch;
  line-height: 1.28;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.export-benefits > span:nth-child(3) > span {
  max-width: 24ch;
  font-size: 0.8rem;
  letter-spacing: 0.018em;
  text-wrap: wrap;
}

.export-benefits > span:nth-child(5) > span {
  max-width: 19ch;
  font-size: 0.8rem;
  letter-spacing: 0.018em;
  text-wrap: wrap;
}

.export-benefits > span:last-child {
  border-right: 0;
}

.export-benefits b {
  color: #d7a84a;
  font-size: 2rem;
  line-height: 1;
  animation: goldPulse 8s ease-in-out infinite;
}

.contact-export-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(320px, 1.14fr);
  gap: clamp(26px, 6vw, 72px);
  align-items: center;
  padding: clamp(34px, 5vw, 64px) clamp(26px, 5vw, 72px);
}

.contact-export-copy {
  position: relative;
  padding-right: clamp(20px, 4vw, 54px);
  border-right: 1px solid rgba(255, 226, 149, 0.28);
}

.contact-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 26px;
}

.contact-details a {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 72px;
  padding: 14px 14px 14px 52px;
  border: 1px solid rgba(255, 226, 149, 0.16);
  border-radius: 8px;
  background: rgba(255, 248, 236, 0.045);
  overflow: hidden;
  transform: translateZ(24px);
}

.contact-details a::before {
  position: absolute;
  top: 17px;
  left: 14px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 226, 149, 0.26);
  border-radius: 50%;
  color: #d7a84a;
  content: "◎";
}

.contact-details b {
  color: #d7a84a;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-details span {
  color: #fff6df;
  font-size: 0.92rem;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

.contact-details .product-contact-line {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

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

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 226, 149, 0.35);
  border-radius: 6px;
  color: #ffe295;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}

.social-link:hover,
.social-link:focus-visible {
  background: rgba(255, 226, 149, 0.12);
  border-color: #ffe295;
  color: #fff;
  outline: none;
}

.social-link svg {
  flex-shrink: 0;
}

.contact-export-family {
  position: relative;
  margin: 0;
  border: 1px solid rgba(255, 226, 149, 0.2);
  border-radius: 8px;
  background: #060504;
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.44);
  overflow: hidden;
  transform:
    rotateX(calc(var(--cursor-y) * -1.6deg + var(--tilt-rx, 0deg)))
    rotateY(calc(var(--cursor-x) * 2deg + var(--tilt-ry, 0deg)))
    translateZ(18px);
  transform-style: preserve-3d;
}

.contact-export-family::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.58)),
    radial-gradient(circle at calc(50% + var(--cursor-x) * 16%) calc(38% + var(--cursor-y) * 12%), rgba(255, 226, 149, 0.16), transparent 28%);
}

.contact-export-family img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center top;
  transform: translate3d(calc(var(--cursor-x) * -6px), calc(var(--cursor-y) * -3px), 54px) scale(1.01);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-export-family figcaption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  z-index: 2;
}

.contact-export-family span {
  display: block;
  margin-bottom: 6px;
  color: #d7a84a;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-export-family strong {
  color: #fff6df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 2.3rem);
  line-height: 1.05;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .brand,
  nav,
  .header-tools {
    justify-self: center;
  }

  .brand {
    grid-row: 1;
  }

  nav {
    grid-row: 2;
  }

  .header-tools {
    grid-column: 1;
    grid-row: 3;
    gap: 8px;
  }

  nav {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  nav a {
    flex: 0 0 auto;
    font-size: 0.72rem;
  }

  .hero,
  .film-strip,
  .luxury-sticky,
  .logo-reveal,
  .section-heading,
  .section-heading.compact,
  .story-grid,
  .showcase,
  .film-grid,
  .film-notes,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 34px;
    min-height: auto;
    padding-top: 132px;
  }

  .hero-copy {
    order: 1;
  }

  .hero-side-left {
    order: 2;
  }

  .hero-side-right {
    order: 3;
  }

  .hero-video-card {
    top: clamp(104px, 13svh, 130px);
    right: 18px;
    width: min(340px, calc(100vw - 36px));
  }

  .hero-facts {
    order: 5;
  }

  .hero-media {
    min-height: 520px;
    order: 2;
  }

  .hero-media > img {
    width: 100%;
    height: 520px;
    opacity: 1;
  }

  .product-a,
  .product-b {
    opacity: 0.9;
  }

  .hero-side {
    min-height: 420px;
  }

  .film-strip {
    align-items: stretch;
  }

  .product-grid,
  .ribbon-strip {
    grid-template-columns: 1fr 1fr;
  }

  .export-hero,
  .contact-export-panel {
    grid-template-columns: 1fr;
  }

  .export-map {
    min-height: 210px;
    order: 3;
  }

  .export-products {
    min-height: 300px;
    order: 2;
  }

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

  .export-benefits > span:nth-child(2n) {
    border-right: 0;
  }

  .contact-export-copy {
    padding-right: 0;
    border-right: 0;
  }

  .product-card,
  .partner-panel {
    grid-template-columns: 1fr;
  }

  .order-form {
    grid-template-columns: 1fr;
  }

  .luxury-stage {
    min-height: auto;
    padding: 60px 0 64px;
  }

  .luxury-sticky {
    gap: 20px;
  }

  .luxury-copy {
    align-self: end;
  }

  .luxury-viewport {
    min-height: 430px;
  }

  .logo-reveal {
    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-mark,
  nav a,
  .nav-b2b-link,
  .language-switch button,
  .hero-crest span,
  .hero-crest small,
  .hero-opening .button,
  .hero-facts b,
  .cart-contact a {
    animation: none;
  }

  .brand-mark::after,
  .hero-crest span::after,
  .button::after {
    animation: none;
    opacity: 0;
  }
}

@media (max-width: 650px) {
  .site-header {
    top: 0;
    width: 100%;
    border-radius: 0;
  }

  .header-cta {
    display: none;
  }

  .site-header {
    gap: 7px;
    padding: 7px 8px 8px;
  }

  nav {
    gap: 6px;
  }

  nav a {
    padding: 0 7px;
    font-size: 0.64rem;
  }

  .language-switch {
    gap: 2px;
    min-height: 34px;
    padding: 3px 4px;
  }

  .language-switch button {
    width: 34px;
    height: 28px;
  }

  .language-switch button span {
    font-size: 0.88rem;
  }

  .language-switch button small {
    font-size: 0.54rem;
  }

  .hero,
  .luxury-sticky,
  .logo-reveal,
  .section,
  .showcase,
  .contact {
    width: min(100% - 24px, 1180px);
  }

  .luxury-stage {
    min-height: auto;
    padding: 52px 0 56px;
  }

  .luxury-sticky {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .luxury-copy {
    padding: 18px;
  }

  .luxury-copy h2 {
    font-size: clamp(1.85rem, 9vw, 3rem);
  }

  .luxury-viewport {
    min-height: 340px;
  }

  .panel-caption {
    margin: 0 0 14px 14px;
    font-size: 0.86rem;
  }

  .logo-reveal {
    min-height: 82px;
    padding-top: 0;
  }

  .logo-reveal-visual {
    min-height: 340px;
  }

  .logo-reveal-copy {
    padding: 20px;
  }

  .hero {
    min-height: auto;
    padding: 188px 0 46px;
  }

  .hero-copy {
    z-index: 2;
  }

  .hero-side {
    min-height: 330px;
  }

  .hero-side-right {
    display: block;
  }

  .hero-facts {
    grid-template-columns: 1fr 1fr;
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4.7rem);
    line-height: 0.9;
  }

  h2 {
    font-size: clamp(1.65rem, 8.1vw, 2.85rem);
    line-height: 1.04;
  }

  .product-content h3 {
    font-size: clamp(1.08rem, 5.7vw, 1.38rem);
  }

  .partner-copy h3 {
    font-size: clamp(1.55rem, 8vw, 2.7rem);
    line-height: 1.03;
  }

  .hero-media {
    min-height: 430px;
  }

  .hero-media > img {
    width: 100%;
    height: 430px;
    opacity: 1;
  }

  .floating-product {
    width: 43%;
    min-width: 132px;
  }

  .product-a {
    left: auto;
    right: -10px;
    bottom: 34px;
    width: 43%;
    opacity: 0.9;
  }

  .product-b {
    left: -8px;
    right: auto;
    bottom: -24px;
    width: 43%;
    opacity: 0.9;
  }

  .hero-crest span {
    width: 66px;
    height: 66px;
    font-size: 4.2rem;
  }

  .hero-crest small {
    font-size: 0.72rem;
    letter-spacing: 0.26em;
  }

  .hero-facts {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .hero-facts span {
    min-height: 42px;
    border-left: 0;
    border-top: 1px solid rgba(255, 226, 149, 0.2);
  }

  .hero-logo-badge {
    top: 12px;
    left: 12px;
    width: min(52%, 210px);
  }

  .hero-actions,
  .product-grid,
  .ribbon-strip {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .hero-video-card {
    top: 104px;
    right: 12px;
    width: min(300px, calc(100vw - 24px));
  }

  .company-video-band {
    width: min(100% - 24px, 1180px);
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 58px;
    padding: 20px 18px;
    scroll-margin-top: 116px;
  }

  .company-video-copy h2 {
    font-size: clamp(1.75rem, 8.4vw, 2.85rem);
  }

  .section {
    padding-top: 82px;
  }

  .story-image,
  .showcase-image {
    min-height: 360px;
  }

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

  .export-contact {
    width: min(100% - 24px, 1180px);
    margin-top: 84px;
  }

  .export-hero {
    padding: 30px 18px 20px;
  }

  .export-products {
    min-height: 270px;
  }

  .export-map {
    min-height: 170px;
  }

  .export-benefits {
    grid-template-columns: 1fr;
  }

  .export-benefits > span {
    min-height: 58px;
    padding-right: 22px;
    border-right: 0;
    border-top: 1px solid rgba(255, 226, 149, 0.14);
  }

  .export-benefits > span > span {
    max-width: none;
  }

  .export-benefits > span:nth-child(3) > span {
    font-size: inherit;
    letter-spacing: inherit;
  }

  .export-benefits > span:nth-child(5) > span {
    font-size: inherit;
    letter-spacing: inherit;
  }

  .contact-export-panel {
    padding: 30px 18px;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }

  .contact-export-family img {
    height: 320px;
  }

  .product-card img {
    height: 280px;
    min-height: 280px;
  }

  .product-meta div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .partner-panel {
    padding: 18px;
  }

  .partner-actions {
    display: grid;
  }

  .contact {
    padding: 24px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ==========================================================================
   SITE FOOTER
   ========================================================================== */
.site-footer {
  position: relative;
  background: linear-gradient(to top, #060503 0%, #0c0a06 100%);
  border-top: 1px solid var(--line);
  padding: 80px 24px 40px;
  margin-top: 120px;
  z-index: 10;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  max-width: 1180px;
  margin: 0 auto;
}

.footer-col h3 {
  color: var(--gold);
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
}

.footer-col h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 32px;
  height: 1.5px;
  background: var(--gold);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--ink);
  margin-bottom: 18px;
}

.footer-brand .brand-mark {
  display: grid;
  width: 42px;
  height: 52px;
  background: transparent;
  box-shadow: none;
}

.footer-brand .gold-letter {
  background: linear-gradient(to right, var(--ink), var(--muted));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--soft);
  max-width: 760px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav a {
  font-size: 0.9rem;
  color: var(--muted);
  transition: color 0.25s ease, transform 0.25s ease;
  display: inline-flex;
  align-items: center;
}

.footer-nav a:hover {
  color: var(--gold);
  transform: translateX(4px);
}

.corp-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--soft);
}

.corp-info strong {
  color: var(--gold);
  font-weight: 500;
  margin-right: 6px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 226, 149, 0.1);
  max-width: 1180px;
  margin: 46px auto 0;
  padding-top: 30px;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.82rem;
  color: var(--muted);
  letter-spacing: 0.05em;
}

/* ==========================================================================
   COOKIE CONSENT BANNER
   ========================================================================== */
.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  width: min(calc(100% - 32px), 580px);
  background: var(--glass);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.6),
    0 0 1px 1px rgba(255, 226, 149, 0.1) inset,
    0 0 30px rgba(215, 168, 74, 0.05);
  transition: 
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.4s ease;
}

.cookie-banner.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.cookie-content h3 {
  color: var(--gold);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 8px 0;
}

.cookie-content p {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--soft);
  margin: 0;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions .button {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-actions .accept-btn {
  background: linear-gradient(135deg, var(--gold) 0%, var(--honey) 100%);
  border: 1px solid var(--gold);
  color: #000;
  box-shadow: 0 4px 15px rgba(215, 168, 74, 0.2);
}

.cookie-actions .accept-btn:hover {
  background: linear-gradient(135deg, var(--honey) 0%, var(--amber) 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(169, 88, 22, 0.3);
  transform: translateY(-2px);
}

.cookie-actions .ghost-btn {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
}

.cookie-actions .ghost-btn:hover {
  background: rgba(255, 248, 236, 0.05);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

/* ==========================================================================
   LEGAL MODALS
   ========================================================================== */
.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s;
  padding: 16px;
}

.legal-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 5, 3, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: -1;
  transition: opacity 0.35s ease;
}

.modal-content-wrapper {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  border: 1px solid var(--line);
  border-radius: 20px;
  width: min(100%, 720px);
  max-height: calc(100vh - 32px);
  box-shadow: 
    0 24px 60px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(255, 226, 149, 0.1) inset;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: scale(0.95) translateY(10px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.legal-modal.is-open .modal-content-wrapper {
  transform: scale(1) translateY(0);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: var(--muted);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.25s, transform 0.25s;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.modal-close:hover {
  color: var(--gold);
  transform: rotate(90deg);
  background: rgba(255, 248, 236, 0.05);
}

.modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.modal-content h2 {
  color: var(--gold);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 30px 40px 20px;
  border-bottom: 1px solid rgba(255, 226, 149, 0.1);
}

.modal-body {
  overflow-y: auto;
  padding: 30px 40px 40px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--soft);
}

/* Beautiful custom scrollbar for modal body */
.modal-body::-webkit-scrollbar {
  width: 8px;
}

.modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.modal-body::-webkit-scrollbar-thumb {
  background: rgba(215, 168, 74, 0.2);
  border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background: rgba(215, 168, 74, 0.4);
}

.modal-body h3 {
  color: var(--gold);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 30px 0 12px 0;
  letter-spacing: 0.02em;
}

.modal-body h3:first-of-type {
  margin-top: 0;
}

.modal-body p {
  margin: 0 0 16px 0;
}

.modal-body p:last-child {
  margin-bottom: 0;
}

.modal-body strong {
  color: var(--ink);
  font-weight: 600;
}


/* ==========================================================================
   RESPONSIVE OVERRIDES
   ========================================================================== */
@media (max-width: 960px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  
  .footer-col.brand-col {
    grid-column: span 1;
  }
  
  .brand-desc {
    max-width: 100%;
  }
}

@media (max-width: 580px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .footer-col.brand-col {
    grid-column: span 1;
  }
  
  .site-footer {
    padding: 60px 16px 30px;
  }
  
  .modal-content h2 {
    padding: 24px 20px 16px;
    font-size: 1.3rem;
  }
  
  .modal-body {
    padding: 20px;
    font-size: 0.9rem;
  }
  
  .modal-close {
    top: 16px;
    right: 16px;
  }
  
  .cookie-banner {
    bottom: 16px;
    padding: 20px;
    gap: 16px;
  }
  
  .cookie-actions {
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  #scene {
    opacity: 0.42;
  }

  .brand-mark,
  nav a,
  .language-switch button,
  .hero-crest span,
  .hero-crest small,
  .hero-opening .button,
  .hero-facts b,
  .gold-letter,
  .eyebrow,
  .section-heading h2,
  .luxury-copy h2,
  .story-copy h3,
  .product-card h3,
  .product-size,
  .panel-caption strong,
  .export-copy h2,
  .contact-export-copy h2,
  .export-benefits > span,
  .contact-details b {
    animation: none !important;
  }

  .site-header {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 8px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .header-tools {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    max-width: 100%;
    overflow: hidden;
  }

  .language-switch {
    max-width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .language-switch::-webkit-scrollbar {
    display: none;
  }

  nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 4px 2px;
    scroll-padding-inline: 4px;
  }

  nav a {
    padding: 7px 2px;
    font-size: clamp(0.55rem, 2.45vw, 0.66rem);
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  nav .nav-b2b-link {
    padding: 7px 2px;
    font-size: clamp(0.55rem, 2.45vw, 0.66rem);
    letter-spacing: 0.04em;
  }

  .hero {
    overflow: hidden;
    gap: 22px;
    padding-top: 126px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 11.4vw, 3.25rem);
    line-height: 0.98;
  }

  .hero-crest small {
    max-width: 100%;
    letter-spacing: 0.16em;
    line-height: 1.35;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-opening .button {
    width: 100%;
    min-width: 0;
  }

  .hero-side {
    min-height: 285px;
    overflow: hidden;
    transform: none;
  }

  .hero-side::before {
    inset-inline: 12%;
  }

  .hero-layer-reference,
  .hero-layer-feature,
  .hero-side-right .hero-layer-feature {
    max-width: none;
  }

  .hero-side-left .hero-layer-reference {
    left: 4%;
    width: 52%;
  }

  .hero-side-left .hero-layer-feature {
    right: 3%;
    width: 62%;
  }

  .hero-side-right .hero-layer-reference {
    right: 4%;
    width: 54%;
  }

  .hero-side-right .hero-layer-feature {
    left: 6%;
    width: 72%;
  }

  .luxury-viewport {
    min-height: 300px;
    overflow: hidden;
    transform: none !important;
  }

  .luxury-panel {
    inset: 0;
    overflow: hidden;
    transform: none !important;
  }

  .luxury-panel:not(.is-active) {
    opacity: 0 !important;
    pointer-events: none;
  }

  .luxury-panel.is-active {
    opacity: 1 !important;
  }

  .luxury-panel img {
    transform: none !important;
    object-position: center;
  }

  .panel-caption {
    max-width: calc(100% - 28px);
  }

  .story-image,
  .showcase-image,
  .contact-export-family,
  .product-card {
    transform: none !important;
  }

  .story-image img,
  .showcase-image img,
  .contact-export-family img,
  .product-card img {
    transform: none !important;
  }

  .contact-details span,
  .contact-details .product-contact-line {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .modal-body {
    overflow-x: auto;
  }

  .modal-body table {
    min-width: 520px;
  }
}

@media (max-width: 360px) {
  nav {
    gap: 7px;
  }

  nav a {
    font-size: 0.5rem;
    letter-spacing: 0.025em;
  }

  .language-switch button {
    width: 31px;
  }
}

/* ═══════════════════════════════════════════
   WEBSHOP — Kosár ikon & badge
═══════════════════════════════════════════ */

.header-social {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.header-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--ink);
  opacity: 0.7;
  border-radius: 50%;
  transition: opacity 0.2s, color 0.2s;
  text-decoration: none;
}

.header-social-link:hover,
.header-social-link:focus-visible {
  opacity: 1;
  color: var(--gold);
  outline: none;
}

.tiktok-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  aspect-ratio: 9/16;
  max-height: 560px;
  background: rgba(255,226,149,0.06);
  border: 1px solid rgba(255,226,149,0.2);
  border-radius: 12px;
  color: #ffe295;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.tiktok-placeholder:hover {
  background: rgba(255,226,149,0.1);
  border-color: rgba(255,226,149,0.4);
}

.tiktok-placeholder span {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffe295;
}

.tiktok-placeholder small {
  font-size: 0.8rem;
  color: rgba(255,226,149,0.6);
}

.tiktok-lazy-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tiktok-lazy-wrap blockquote.tiktok-embed {
  margin: 0 auto !important;
}

.tiktok-lazy-wrap iframe {
  border-radius: 12px;
  border: none;
}

.tiktok-click-wrap {
  position: relative;
  width: min(325px, 100%);
}

.tiktok-click-wrap iframe {
  display: block;
  border: none;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 9/16;
  max-height: 560px;
  background: #000;
}

.tiktok-click-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 12px;
  cursor: pointer;
}

.tiktok-click-overlay::after {
  content: 'Nyisd meg TikTokon ↗';
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.72);
  color: #ffe295;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 100px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s;
}

.tiktok-click-wrap:hover .tiktok-click-overlay::after {
  opacity: 1;
}

.social-feed-band {
  align-items: center;
}

@media (min-width: 981px) {
  .social-feed-band {
    grid-template-columns: minmax(320px, 1.35fr) minmax(280px, 0.65fr);
  }
}

.social-feed-band .company-video-copy h2 {
  font-size: clamp(1.5rem, 2.4vw, 2.8rem);
  line-height: 1.15;
  text-wrap: balance;
}

.social-feed-band .company-video-player {
  aspect-ratio: unset;
  height: auto;
  overflow: visible;
  border: none;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}

@media (max-width: 980px) {
  .social-feed-band .company-video-player {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .social-feed-band .company-video-copy h2 {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
  }
}

.cart-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(215, 168, 74, 0.08);
  border: 1px solid rgba(215, 168, 74, 0.35);
  border-radius: 50%;
  color: #d7a84a;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s, transform 0.15s;
  flex-shrink: 0;
}

.cart-toggle .header-cart-icon {
  display: block;
  width: 20px;
  height: 20px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
  filter: drop-shadow(0 0 5px rgba(246, 179, 50, 0.24));
}

.cart-toggle .header-cart-icon circle {
  fill: currentColor;
  stroke: currentColor;
}

.cart-toggle:hover,
.cart-toggle:focus-visible {
  border-color: #d7a84a;
  background: rgba(215, 168, 74, 0.22);
  color: #f6b332;
  transform: scale(1.08);
  outline: none;
}

.cart-toggle:hover .header-cart-icon,
.cart-toggle:focus-visible .header-cart-icon {
  filter: drop-shadow(0 0 8px rgba(255, 226, 149, 0.7));
}

.cart-toggle:active {
  transform: scale(0.94);
}

.cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  background: var(--gold);
  color: #080604;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  border-radius: 9px;
  pointer-events: none;
}

/* ═══════════════════════════════════════════
   WEBSHOP — Termék kártya: ár + gomb
═══════════════════════════════════════════ */

.product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.product-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.btn-product-detail {
  display: block;
  text-align: center;
  margin-top: 0.6rem;
  font-size: 0.72rem;
  color: rgba(255, 226, 149, 0.55);
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.18s;
}

.btn-product-detail:hover {
  color: var(--gold, #d7a84a);
  text-decoration: underline;
}

.header-auth-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  border: 1px solid rgba(255, 218, 139, 0.3);
  border-radius: 4px;
  color: #ffe295;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: background 0.18s, border-color 0.18s;
  white-space: nowrap;
}

.header-auth-link:hover {
  background: rgba(255, 226, 149, 0.1);
  border-color: #ffe295;
}

.btn-add-to-cart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: transparent;
  border: 1px solid var(--gold);
  border-radius: 2px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  white-space: nowrap;
}

.btn-add-to-cart:hover,
.btn-add-to-cart:focus-visible {
  background: var(--gold);
  color: #080604;
}

.btn-add-to-cart.is-added {
  background: var(--gold);
  color: #080604;
}

/* ═══════════════════════════════════════════
   WEBSHOP — Kosár drawer
═══════════════════════════════════════════ */

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 900;
  pointer-events: none;
}

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

.cart-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 6, 4, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}

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

.cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(420px, 100vw);
  display: flex;
  flex-direction: column;
  background: #130e06;
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

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

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}

.cart-header h2 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}

.cart-close {
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.18s, color 0.18s;
}

.cart-close:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.cart-items-wrap {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.cart-items {
  padding: 8px 0;
}

.cart-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 218, 139, 0.08);
}

.cart-item-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 4px;
  background: rgba(255, 248, 236, 0.03);
}

.cart-item-info {
  min-width: 0;
}

.cart-item-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 4px;
}

.cart-item-price {
  font-size: 0.78rem;
  color: var(--gold);
  font-weight: 600;
}

.cart-item-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart-qty-btn {
  width: 24px;
  height: 24px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}

.cart-qty-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.cart-qty-num {
  font-size: 0.82rem;
  font-weight: 600;
  min-width: 18px;
  text-align: center;
  color: var(--ink);
}

.cart-item-remove {
  background: transparent;
  border: none;
  color: rgba(255, 248, 236, 0.3);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0;
  transition: color 0.15s;
}

.cart-item-remove:hover {
  color: var(--red);
}

.cart-empty {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 60px 24px;
  text-align: center;
  color: var(--muted);
}

.cart-empty.is-visible {
  display: flex;
}

.cart-empty p {
  margin: 0;
  font-size: 0.9rem;
}

.cart-empty-link {
  font-size: 0.72rem;
  padding: 10px 20px;
}

.cart-footer {
  padding: 20px 24px;
  border-top: 1px solid var(--line);
  flex-shrink: 0;
  display: none;
}

.cart-footer.is-visible {
  display: block;
}

/* ── Szállítási mód választó ── */
.cart-delivery-wrap {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.cart-delivery-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.cart-delivery-options {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.cart-delivery-option {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s;
  background: rgba(255, 248, 236, 0.03);
  user-select: none;
}

.cart-delivery-option:hover {
  border-color: rgba(215, 168, 74, 0.5);
}

.cart-delivery-option.is-active {
  border-color: var(--gold);
  background: rgba(215, 168, 74, 0.08);
}

.delivery-opt-name {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.04em;
}

.delivery-opt-price {
  font-size: 0.72rem;
  color: var(--muted);
}

.cart-delivery-option.is-active .delivery-opt-price {
  color: var(--gold);
}

/* ── Kiszállítási info accordion ── */
.delivery-info-details {
  margin-top: 4px;
}

.delivery-info-summary {
  font-size: 0.72rem;
  color: var(--gold);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.03em;
  opacity: 0.85;
  transition: opacity 0.15s;
  padding: 2px 0;
}

.delivery-info-summary::-webkit-details-marker { display: none; }

.delivery-info-summary::before {
  content: "▸";
  font-size: 0.65rem;
  transition: transform 0.2s;
  display: inline-block;
}

.delivery-info-details[open] .delivery-info-summary::before {
  transform: rotate(90deg);
}

.delivery-info-summary:hover {
  opacity: 1;
}

.delivery-info-body {
  padding-top: 10px;
}

.delivery-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.delivery-info-list li {
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.5;
  padding-left: 12px;
  position: relative;
}

.delivery-info-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.delivery-info-list li strong {
  color: var(--ink);
  font-weight: 600;
}

.cart-shipping-note {
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 12px;
  min-height: 1em;
}

.cart-shipping-note strong {
  color: var(--green);
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 0.88rem;
}

.cart-total-row strong {
  font-size: 1.15rem;
  color: var(--gold);
  font-weight: 700;
}

.btn-checkout {
  width: 100%;
  padding: 14px 20px;
  background: var(--gold);
  border: none;
  border-radius: 2px;
  color: #080604;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s, opacity 0.18s;
  margin-bottom: 12px;
}

.btn-checkout:hover {
  background: var(--honey);
}

.btn-checkout:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cart-secure-note {
  margin: 0;
  font-size: 0.68rem;
  color: rgba(255, 248, 236, 0.4);
  text-align: center;
  letter-spacing: 0.03em;
}

/* ═══════════════════════════════════════════
   WEBSHOP — Toast értesítés
═══════════════════════════════════════════ */

.cart-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(16px);
  background: #1e160a;
  border: 1px solid var(--gold);
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 0.8rem;
  color: var(--ink);
  letter-spacing: 0.04em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s, transform 0.22s;
  z-index: 1100;
  white-space: nowrap;
}

.cart-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ═══════════════════════════════════════════
   WEBSHOP — Responsive
═══════════════════════════════════════════ */

@media (max-width: 600px) {
  .product-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .btn-add-to-cart {
    width: 100%;
    justify-content: center;
  }

  .cart-panel {
    width: 100vw;
    border-left: none;
  }
}

/* ═══════════════════════════════════════════
   GDPR — Meta Pixel consent banner
═══════════════════════════════════════════ */

.fb-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  padding: 16px;
  background: rgba(8, 6, 4, 0.96);
  border-top: 1px solid rgba(215, 168, 74, 0.25);
  backdrop-filter: blur(8px);
}

.fb-consent-content {
  max-width: 760px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.fb-consent-content p {
  flex: 1;
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255, 248, 236, 0.7);
  line-height: 1.55;
  min-width: 220px;
}

.fb-consent-content p strong {
  color: var(--ink);
}

.fb-consent-content p a {
  color: var(--gold);
  text-decoration: underline;
}

.fb-consent-btns {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.fb-consent-btn {
  padding: 9px 18px;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: background 0.15s, color 0.15s;
}

.fb-consent-btn--accept {
  background: var(--gold);
  color: #080604;
}

.fb-consent-btn--accept:hover {
  background: var(--honey);
}

.fb-consent-btn--decline {
  background: transparent;
  color: rgba(255, 248, 236, 0.45);
  border: 1px solid rgba(255, 248, 236, 0.15);
}

.fb-consent-btn--decline:hover {
  color: var(--ink);
  border-color: rgba(255, 248, 236, 0.35);
}

/* ── Floating Jar Product Cards ─────────────────────────────────────────── */
.pj-grid {
  gap: 3.25rem 1.5rem;
  align-items: stretch;
  perspective: 1500px;
  perspective-origin: 50% 42%;
}

.product-jar-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 0;
  transform:
    rotateX(var(--tilt-rx, 0deg))
    rotateY(var(--tilt-ry, 0deg))
    translateZ(18px);
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 350ms ease;
}

.product-jar-card:hover {
  transform:
    rotateX(var(--tilt-rx, 0deg))
    rotateY(var(--tilt-ry, 0deg))
    translate3d(0, -10px, 54px);
  z-index: 4;
}

.pj-jar-link {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 360px;
  margin-bottom: -96px;
  text-decoration: none;
  text-align: center;
  transform: translateZ(84px);
  transform-style: preserve-3d;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.pj-jar-link:hover {
  transform: translate3d(0, -14px, 118px) rotateY(-2deg);
}

.pj-jar-img {
  display: block;
  width: auto;
  max-width: 94%;
  height: 330px;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.75))
          drop-shadow(0 8px 16px rgba(0, 0, 0, 0.5))
          drop-shadow(0 0 26px rgba(246, 179, 50, 0.12));
  transform: translateZ(18px);
  transition: filter 0.35s ease, transform 0.35s ease;
}

.pj-jar-link:hover .pj-jar-img,
.product-jar-card:hover .pj-jar-img {
  filter:
    drop-shadow(0 28px 54px rgba(0, 0, 0, 0.76))
    drop-shadow(0 8px 18px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 10px rgba(246, 179, 50, 0.42))
    drop-shadow(0 0 22px rgba(246, 179, 50, 0.24));
  transform: translateZ(44px) scale(1.025);
}

.pj-info {
  width: 100%;
  height: 260px;
  min-height: 236px;
  border-radius: 12px;
  border: 1px solid rgba(255, 218, 139, 0.18);
  background:
    linear-gradient(160deg, rgba(32, 20, 6, 0.95), rgba(14, 9, 3, 0.98));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: calc(96px + 1.1rem) 1.2rem 1.2rem;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0.85rem;
  position: relative;
  z-index: 1;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: translateZ(28px);
  transform-style: preserve-3d;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.35s ease;
}

.product-jar-card:hover .pj-info {
  border-color: rgba(215, 168, 74, 0.38);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.56),
    0 0 38px rgba(215, 168, 74, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateZ(44px);
}

.pj-featured .pj-info {
  border-color: rgba(215, 168, 74, 0.32);
  background:
    linear-gradient(160deg, rgba(42, 26, 6, 0.96), rgba(18, 11, 3, 0.99));
}

.pj-name-link {
  display: grid;
  align-content: end;
  min-height: 62px;
  text-decoration: none;
  color: inherit;
  transform: translateZ(24px);
}

.pj-tag {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d7a84a;
  margin: 0 0 0.3rem;
  font-weight: 600;
}

.pj-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff8ec;
  margin: 0;
  line-height: 1.3;
  transition: color 0.2s;
}

.pj-name-link:hover .pj-name {
  color: #f6b332;
}

.pj-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.25rem;
  min-height: 38px;
  transform: translateZ(32px);
}

.pj-buy-controls {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.product-qty {
  display: inline-grid;
  grid-template-columns: 28px 30px 28px;
  align-items: center;
  height: 36px;
  border: 1px solid rgba(215, 168, 74, 0.35);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(215, 168, 74, 0.06);
  color: #ffe295;
}

.product-qty button {
  width: 28px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d7a84a;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}

.product-qty button:hover,
.product-qty button:focus-visible {
  color: #080604;
  background: #d7a84a;
  outline: none;
}

.product-qty [data-product-qty] {
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 34px;
  border-right: 1px solid rgba(215, 168, 74, 0.18);
  border-left: 1px solid rgba(215, 168, 74, 0.18);
  font-size: 0.82rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.pj-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: #d7a84a;
  letter-spacing: 0.02em;
}

.pj-cart-btn {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: rgba(215, 168, 74, 0.08);
  border: 1px solid rgba(215, 168, 74, 0.35);
  color: #d7a84a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
  flex-shrink: 0;
}

.pj-cart-btn .pj-cart-icon {
  display: block !important;
  width: 19px !important;
  height: 19px !important;
  min-width: 19px;
  overflow: visible;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none;
  filter: drop-shadow(0 0 5px rgba(246, 179, 50, 0.24));
}

.pj-cart-btn .pj-cart-icon circle {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.pj-cart-btn:hover {
  background: rgba(215, 168, 74, 0.22);
  border-color: #d7a84a;
  color: #f6b332;
  transform: scale(1.08);
}

.pj-cart-btn:hover .pj-cart-icon {
  filter: drop-shadow(0 0 8px rgba(255, 226, 149, 0.7));
}

.pj-cart-btn:active {
  transform: scale(0.94);
}

@media (max-width: 640px) {
  .pj-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 0.8rem;
  }
  .pj-jar-link {
    height: auto;
    min-height: 160px;
    margin-bottom: 0;
  }
  .pj-jar-img {
    width: auto;
    max-width: 88%;
    height: 150px;
  }
  .pj-info {
    height: auto;
    min-height: auto;
    padding-top: 0.9rem;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
  .pj-name {
    font-size: 0.82rem;
  }
  .pj-price {
    font-size: 0.95rem;
  }
  .pj-row {
    align-items: flex-end;
    gap: 0.4rem;
  }
  .pj-buy-controls {
    gap: 0.3rem;
  }
  .product-qty {
    grid-template-columns: 25px 26px 25px;
  }
  .product-qty button {
    width: 25px;
  }
  .product-qty [data-product-qty] {
    min-width: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pj-jar-link:hover .pj-jar-img,
  .product-jar-card:hover .pj-jar-img {
    filter:
      drop-shadow(0 28px 54px rgba(0, 0, 0, 0.76))
      drop-shadow(0 8px 18px rgba(0, 0, 0, 0.48))
      drop-shadow(0 0 10px rgba(246, 179, 50, 0.42))
      drop-shadow(0 0 22px rgba(246, 179, 50, 0.24));
  }
}

/* ── Mobil: teljes 2D layout termékkártyáknál + hero 3D letiltás ─────────── */
/* iOS Safari ismert bug: preserve-3d + perspective grid konténerben
   rossz pozícióba helyezi a translateZ elemeket. Fix: teljesen flat 2D. */
@media (pointer: coarse) {
  /* === Termékkártyák: flat 2D === */
  .pj-grid {
    perspective: none !important;
  }
  .product-jar-card,
  .product-jar-card:hover {
    transform: none !important;
    will-change: auto;
  }
  /* Lebegő jar trick helyett: egyszerű 2D elrendezés */
  .pj-jar-link,
  .pj-jar-link:hover {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    min-height: 170px;
    margin-bottom: 0 !important;
    transform: none !important;
    transition: none !important;
    padding: 1rem 0.5rem 0.5rem;
  }
  .pj-jar-img {
    height: 155px !important;
    width: auto !important;
    max-width: 88% !important;
    transform: none !important;
  }
  .pj-jar-link:hover .pj-jar-img,
  .product-jar-card:hover .pj-jar-img {
    transform: none !important;
  }
  .pj-info {
    padding-top: 0.9rem !important;
    transform: none !important;
    height: auto !important;
    min-height: auto !important;
    transition: border-color 0.25s, box-shadow 0.25s !important;
  }
  .pj-name-link {
    transform: none !important;
    min-height: auto;
  }
  .pj-row {
    transform: none !important;
  }

  /* === Hero 3D letiltás === */
  .hero-media {
    transform: none !important;
    transition: none;
  }
  .hero-media > img {
    transform: none !important;
    transition: none;
  }
  [data-tilt-card] {
    transition: box-shadow 300ms ease, filter 300ms ease;
  }
}

/* ── TikTok iframe méretek mobilon ──────────────────────────────────────── */
@media (max-width: 640px) {
  .tiktok-lazy-wrap iframe,
  .tiktok-click-wrap iframe {
    width: 100% !important;
    max-width: 320px !important;
    height: auto !important;
    aspect-ratio: 9 / 16 !important;
    min-height: 420px;
    display: block;
    margin: 0 auto;
  }
  .tiktok-click-wrap {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .tiktok-placeholder {
    max-height: 450px;
  }
}
