/* Premium landing page styling for the 3d-ecommerce homepage. */
:root {
  --bg: #efe7dc;
  --bg-soft: #f6efe5;
  --panel: rgba(255, 255, 255, 0.46);
  --panel-strong: rgba(255, 255, 255, 0.72);
  --line: rgba(29, 24, 20, 0.08);
  --line-strong: rgba(29, 24, 20, 0.14);
  --text: #1d1814;
  --text-muted: rgba(29, 24, 20, 0.72);
  --accent: #b58b57;
  --accent-2: #6c7d4e;
  --shadow: 0 24px 60px rgba(93, 74, 53, 0.15);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Cormorant Garamond", Georgia, serif;
  overflow-x: clip;
  transition: background-color 0.35s ease, color 0.35s ease;
}

.site-navbar,
.premium-card,
.testimonial-card,
.feature-card,
.category-card,
.brand-mark,
.newsletter-form,
.instagram-card,
.content-panel,
.quote-card,
.emotion-panel,
.ritual-step,
.product-orbit__circle,
.product-gallery__item,
.shop-product-card,
.product-page__visual,
.product-page__usage,
.product-page__viewer,
.hero-viewer-card,
.newsletter-glass {
  background: #f9f5ef;
  border: 1px solid var(--line);
  backdrop-filter: none;
  box-shadow: var(--shadow);
}

a {
  color: inherit;
}

.section-pad {
  position: relative;
  padding: 120px 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-kicker,
.hero-kicker {
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  font-family: "Inter", "Segoe UI", sans-serif;
}

.section-title,
.hero-title {
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.section-title {
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-family: "Cormorant Garamond", Georgia, serif;
}

.section-copy,
.hero-text,
.footer-copy,
.product-card__body h3,
.product-card__price,
.testimonial-card p,
.feature-card p,
.category-card__content h3,
.benefit-step h3,
.benefit-step p,
.content-panel p,
.quote-card p,
.ritual-step p,
.emotion-panel p {
  color: var(--text-muted);
}

.hero-section {
  position: relative;
  min-height: 100vh;
  padding-top: 86px;
  overflow: hidden;
}

.hero-section__inner {
  position: relative;
  z-index: 2;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-bg__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  animation: floatOrb 14s ease-in-out infinite;
}

.hero-bg__orb--one {
  width: 42vw;
  height: 42vw;
  top: -16%;
  left: -12%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.55), transparent 68%);
}

.hero-bg__orb--two {
  width: 28vw;
  height: 28vw;
  right: -8%;
  top: 10%;
  background: radial-gradient(circle, rgba(168, 128, 79, 0.18), transparent 68%);
  animation-delay: -4s;
}

.hero-bg__orb--three {
  width: 18vw;
  height: 18vw;
  right: 18%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(108, 125, 78, 0.12), transparent 68%);
  animation-delay: -8s;
}

.hero-bg__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(circle at center, black 28%, transparent 72%);
  opacity: 0.24;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: clamp(3.8rem, 7vw, 6.6rem);
  max-width: 9ch;
  text-wrap: balance;
  color: var(--text);
}

.hero-text {
  max-width: 44ch;
  font-size: 1.0rem !important;
  line-height: 1.9;
  margin: 24px 0 32px;
  font-family: "Inter", "Segoe UI", sans-serif;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
  color: var(--text-muted);
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur));
  box-shadow: var(--glass-shadow);
  font-family: "Inter", "Segoe UI", sans-serif;
}

.hero-section--cheeku {
  background:
    radial-gradient(circle at 8% 15%, rgba(255, 255, 255, 0.65), transparent 28%),
    linear-gradient(180deg, rgba(248, 244, 237, 0.32), rgba(239, 227, 209, 0.72));
}

.frame-sequence {
  position: relative;
  min-height: 420vh;
  overflow: clip;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.85), transparent 26%),
    radial-gradient(circle at 18% 20%, rgba(255, 214, 185, 0.26), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(232, 213, 255, 0.2), transparent 26%),
    linear-gradient(180deg, #f7efe4 0%, #f2e8db 48%, #eadfcd 100%);
}

.frame-sequence__pin {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.frame-sequence__layout {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.5fr) minmax(220px, 0.9fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 2.5rem);
  padding-top: 96px;
  padding-bottom: 96px;
}

.frame-sequence__stage {
  position: relative;
  grid-column: 2;
  min-height: min(72vh, 820px);
  border-radius: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.12) 58%, transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(245, 233, 219, 0.18));
  box-shadow:
    0 32px 90px rgba(96, 70, 40, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transform: translateZ(0);
}

.frame-sequence__canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.frame-sequence__ambient {
  position: absolute;
  inset: -10%;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.2), transparent 42%),
    radial-gradient(circle at 50% 60%, rgba(255, 227, 205, 0.18), transparent 48%);
  mix-blend-mode: screen;
  opacity: 0.85;
}

.frame-sequence__loader {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(248, 241, 232, 0.9);
  border: 1px solid rgba(47, 36, 28, 0.08);
  box-shadow: 0 16px 34px rgba(72, 53, 36, 0.12);
  font-family: "Inter", "Segoe UI", sans-serif;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.frame-sequence__loader-label,
.frame-sequence__loader-percent {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
}

.frame-sequence__loader-percent {
  color: var(--accent);
}

.frame-sequence__copy {
  position: relative;
  z-index: 3;
  max-width: 360px;
  opacity: 0;
  transform: translateY(28px);
}

.frame-sequence__copy--left {
  grid-column: 1;
  align-self: center;
  justify-self: start;
}

.frame-sequence__copy--right {
  grid-column: 3;
  align-self: center;
  justify-self: end;
  display: grid;
  gap: 12px;
}

.frame-sequence__feature {
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(250, 244, 236, 0.88);
  border: 1px solid rgba(34, 26, 20, 0.08);
  box-shadow: 0 10px 28px rgba(84, 64, 42, 0.08);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  width: fit-content;
}

.frame-sequence .btn {
  width: fit-content;
}

@media (max-width: 1199.98px) {
  .frame-sequence {
    min-height: 360vh;
  }

  .frame-sequence__layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .frame-sequence__stage {
    grid-column: auto;
    min-height: 62vh;
  }

  .frame-sequence__copy {
    max-width: 100%;
  }

  .frame-sequence__copy--left,
  .frame-sequence__copy--right {
    grid-column: auto;
    justify-self: start;
  }
}

@media (max-width: 575.98px) {
  .frame-sequence {
    min-height: 320vh;
  }

  .frame-sequence__layout {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .frame-sequence__stage {
    min-height: 48vh;
    border-radius: 28px;
  }

  .frame-sequence__loader {
    right: 16px;
    bottom: 16px;
    padding: 10px 12px;
    gap: 8px;
  }

  .frame-sequence__feature {
    width: 100%;
    justify-content: center;
  }
}

.hero-grid {
  position: relative;
  padding: 40px 0 96px;
}

.hero-section__bg,
.hero-section__overlay {
  position: absolute;
  inset: 0;
}

.hero-section__bg {
  z-index: 0;
}

.hero-section__bg picture,
.hero-section__bg img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin-top: 135px;
}

.hero-section__bg-image {
  width: 100%;
  height: 100%;
  margin-top: 0;
  object-fit: cover;
  object-position: center center;
}

.hero-section__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(247, 241, 232, 0.92) 0%, rgba(247, 241, 232, 0.62) 40%, rgba(247, 241, 232, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.12));
}

.glass-panel {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(var(--glass-blur));
  box-shadow: var(--glass-shadow);
}

.hero-copy--cheeku {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 36px;
  border-radius: var(--radius-xl);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(var(--glass-blur));
  box-shadow: var(--glass-shadow);
}

.hero-kicker--cheeku {
  color: rgba(29, 24, 20, 0.7);
  font-size: 0.78rem;
}

.hero-title--cheeku {
  font-size: clamp(3.5rem, 5.5vw, 6rem);
}

.hero-title--cheeku span {
  display: block;
}

.hero-text--cheeku {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: rgba(29, 24, 20, 0.8);
}

.hero-actions--cheeku {
  align-items: center;
  margin-top: 32px;
}

.btn-hero {
  border-radius: 999px;
  padding: 18px 34px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  font-family: "Inter", "Segoe UI", sans-serif;
  backdrop-filter: blur(var(--glass-blur));
  box-shadow: var(--glass-shadow);
}

.btn-hero--solid {
  background: linear-gradient(180deg, rgba(29, 24, 20, 0.72), rgba(29, 24, 20, 0.5));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-hero--link {
  color: var(--text);
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
}

.hero-index {
  position: absolute;
  left: 0;
  top: 44%;
  transform: translateY(-50%);
  z-index: 2;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.9rem;
}

.hero-rail {
  position: absolute;
  left: 40px;
  top: 49%;
  transform: translateY(-50%);
  display: grid;
  justify-items: center;
  gap: 16px;
  color: rgba(29, 24, 20, 0.75);
  font-family: "Inter", "Segoe UI", sans-serif;
}

.hero-rail__line {
  width: 1px;
  height: 220px;
  background: rgba(29, 24, 20, 0.28);
}

.hero-stage {
  position: relative;
  min-height: 760px;
}

.hero-stage__ring,
.hero-stage__base,
.hero-stage__orb,
.hero-stage__plant {
  position: absolute;
}

.hero-stage__ring--back {
  width: min(70vw, 620px);
  height: min(70vw, 620px);
  right: 0;
  top: 70px;
  border-radius: 50%;
  border: 2px solid rgba(179, 145, 98, 0.42);
  box-shadow: inset 0 0 0 22px rgba(255, 255, 255, 0.22);
}

.hero-stage__ring--front {
  width: min(54vw, 470px);
  height: min(54vw, 470px);
  right: 78px;
  top: 140px;
  border-radius: 50%;
  border: 1px solid rgba(179, 145, 98, 0.24);
}

.hero-stage__base {
  right: 18px;
  bottom: 8px;
  width: min(60vw, 620px);
  height: 120px;
  border-radius: 999px;
  background: linear-gradient(180deg, #efe7dc, #d9c7b1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 18px 40px rgba(92, 72, 51, 0.18);
}

.hero-stage__orb {
  left: 32px;
  bottom: 82px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff, #d8c8b1);
  box-shadow: 0 10px 30px rgba(92, 72, 51, 0.18);
}

.hero-stage__plant {
  right: 48px;
  top: 84px;
  width: 160px;
  height: 340px;
  background:
    radial-gradient(circle at 50% 14%, rgba(108, 125, 78, 0.95) 0 8px, transparent 9px),
    radial-gradient(ellipse at 65% 0%, rgba(108, 125, 78, 0.95) 0 30px, transparent 31px),
    radial-gradient(ellipse at 34% 10%, rgba(108, 125, 78, 0.95) 0 30px, transparent 31px),
    radial-gradient(ellipse at 66% 26%, rgba(108, 125, 78, 0.95) 0 34px, transparent 35px),
    radial-gradient(ellipse at 26% 36%, rgba(108, 125, 78, 0.95) 0 34px, transparent 35px),
    radial-gradient(ellipse at 70% 46%, rgba(108, 125, 78, 0.95) 0 34px, transparent 35px),
    radial-gradient(ellipse at 24% 58%, rgba(108, 125, 78, 0.95) 0 34px, transparent 35px);
  opacity: 0.88;
  transform: rotate(8deg);
}

.hero-viewer--cheeku {
  min-height: 640px;
  background: transparent;
}

.hero-viewer--cheeku canvas {
  mix-blend-mode: multiply;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.hero-product-strip {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: min(680px, 100%);
  padding: 18px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(29, 24, 20, 0.08);
  backdrop-filter: blur(18px);
}

@media (max-width: 991.98px) {
  .hero-grid {
    padding-top: 20px;
    padding-bottom: 44px;
  }

  .product-orbit__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-scene {
    min-height: 280vh;
  }

  .feature-scene__stage {
    min-height: 760px;
    height: 82vh;
  }

  .feature-scene__model {
    width: min(46vw, 380px);
  }

  .feature-scene__model--day {
    margin-left: -34vw;
  }

  .feature-scene__model--night {
    margin-left: 6vw;
  }

  .feature-scene__copy {
    top: calc(50% + 24vw);
  }

  .hero-section__overlay {
    background:
      linear-gradient(180deg, rgba(247, 241, 232, 0.82) 0%, rgba(247, 241, 232, 0.5) 45%, rgba(247, 241, 232, 0.12) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.08));
  }
}

@media (max-width: 575.98px) {
  .hero-title--cheeku {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .product-orbit {
    padding: 56px 0 72px;
  }

  .product-orbit__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .product-orbit__circle {
    width: min(100%, 180px);
  }

  .feature-scene {
    min-height: 300vh;
  }

  .feature-scene__stage {
    min-height: 820px;
    height: 86vh;
  }

  .feature-scene__model {
    width: min(70vw, 320px);
  }

  .feature-scene__model--day {
    margin-left: -56vw;
    margin-top: -28vw;
  }

  .feature-scene__model--night {
    margin-left: 6vw;
    margin-top: 14vw;
  }

  .feature-scene__copy {
    top: calc(50% + 40vw);
    padding-inline: 10px;
  }

  .feature-scene__actions {
    gap: 12px;
  }

  .hero-section__overlay {
    background:
      linear-gradient(180deg, rgba(247, 241, 232, 0.88) 0%, rgba(247, 241, 232, 0.7) 45%, rgba(247, 241, 232, 0.22) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.1));
  }

  .hero-section--cheeku {
    min-height: 100vh;
    overflow: hidden;
  }

  .hero-section__inner {
    padding-inline: 18px;
  }

  .hero-grid {
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .hero-copy--cheeku {
    max-width: 100%;
  }

  .hero-kicker--cheeku {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    letter-spacing: 0.34em;
    color: #9d7548;
    font-size: 0.82rem;
  }

  .hero-kicker--cheeku::before {
    content: "✦";
    font-size: 0.8rem;
    letter-spacing: 0;
  }

  .hero-kicker--cheeku::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(157, 117, 72, 0.28);
  }

  .hero-title--cheeku {
    max-width: 100%;
    font-size: clamp(4.1rem, 15vw, 6.6rem);
    line-height: 0.9;
    letter-spacing: -0.07em;
  }

  .hero-title--cheeku span {
    white-space: normal;
  }

  .hero-title--cheeku span:nth-child(2) {
    color: #7b1f24;
  }

  .hero-text--cheeku {
    max-width: 25ch;
    margin: 22px 0 24px;
    font-size: 0.98rem !important;
    line-height: 1.65;
    color: rgba(49, 38, 32, 0.82);
  }

  .hero-actions--cheeku {
    justify-content: flex-start;
    margin-top: 0;
  }

  .hero-actions--cheeku .btn-hero {
    min-width: 0;
    padding: 14px 22px;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
  }

  .hero-actions--cheeku .btn-hero--solid {
    border-radius: 999px;
  }

  .hero-actions--cheeku .btn-hero--link {
    display: none;
  }
}

.hero-product-strip__item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  border-radius: 24px;
  color: rgba(29, 24, 20, 0.8);
}

.hero-product-strip__item.is-active {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 1px rgba(29, 24, 20, 0.05);
}

.hero-product-strip__item strong,
.hero-product-strip__item span {
  display: block;
  font-family: "Inter", "Segoe UI", sans-serif;
}

.hero-product-strip__item span {
  font-size: 0.82rem;
  color: rgba(29, 24, 20, 0.68);
  margin-top: 2px;
}

.hero-product-strip__thumb {
  width: 44px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8f4ef, #d5c1a6);
  box-shadow: inset 0 0 0 1px rgba(29, 24, 20, 0.08);
  flex: 0 0 auto;
}

.hero-product-strip__thumb--jar {
  border-radius: 16px;
}

.hero-product-strip__thumb--dropper {
  border-radius: 14px;
}

.hero-product-strip__arrow {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--text);
  box-shadow: 0 16px 30px rgba(29, 24, 20, 0.12);
}

.product-orbit {
  padding: 72px 0 96px;
}

.product-orbit__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.product-orbit__item {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-decoration: none;
  color: var(--text);
}

.product-orbit__circle {
  width: min(100%, 230px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--product-bg, #f9f5ef);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  display: grid;
  place-items: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product-orbit__item:hover .product-orbit__circle {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 24px 54px rgba(29, 24, 20, 0.18);
}

.product-orbit__circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(29, 24, 20, 0.16));
}

.product-orbit__label {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text);
}

.product-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.product-gallery__item {
  position: relative;
  min-height: 320px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--glass-border);
  background: var(--product-bg, #f9f5ef);
  box-shadow: var(--glass-shadow);
}

.product-gallery__item--large {
  grid-column: span 2;
  min-height: 420px;
}

.product-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 22px;
  filter: drop-shadow(0 24px 36px rgba(29, 24, 20, 0.18));
}

.product-gallery__caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  display: grid;
  gap: 4px;
}

.product-gallery__caption span {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.product-gallery__caption strong {
  font-size: 1.15rem;
  color: var(--text);
}

@media (max-width: 991.98px) {
  .product-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-gallery__item--large {
    grid-column: span 2;
  }
}

@media (max-width: 575.98px) {
  .product-gallery__grid {
    grid-template-columns: 1fr;
  }

  .product-gallery__item--large {
    grid-column: span 1;
  }

  .product-gallery__item {
    min-height: 280px;
  }

  .product-gallery__item--large {
    min-height: 340px;
  }

  .collection-grid,
  .collection-badges {
    grid-template-columns: 1fr;
  }

  .collection-card__visual {
    min-height: 320px;
  }

  .collection-card__image {
    width: min(84%, 260px);
  }
}

.content-panel,
.quote-card,
.emotion-panel,
.ritual-step {
  padding: 32px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur));
  box-shadow: var(--glass-shadow);
}

.content-panel--tall {
  min-height: 100%;
}

.quote-card {
  display: grid;
  align-content: center;
  min-height: 100%;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  color: var(--text);
}

.feature-scene {
  position: relative;
  min-height: 260vh;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.54), transparent 28%),
    linear-gradient(180deg, rgba(247, 241, 232, 0.9), rgba(239, 227, 209, 0.82));
}

.feature-scene__pin {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.feature-scene__layout {
  position: relative;
  width: 100%;
}

.feature-scene__stage {
  position: relative;
  height: min(78vh, 860px);
  min-height: 640px;
  overflow: visible;
}

.feature-scene__grid,
.feature-scene__orb {
  position: absolute;
  pointer-events: none;
}

.feature-scene__grid {
  inset: -8%;
  background-image:
    linear-gradient(rgba(29, 24, 20, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 24, 20, 0.045) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 74%);
  opacity: 0.35;
}

.feature-scene__orb {
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.75;
}

.feature-scene__orb--one {
  width: 34vw;
  height: 34vw;
  left: -8%;
  top: -12%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.75), transparent 66%);
}

.feature-scene__orb--two {
  width: 28vw;
  height: 28vw;
  right: -4%;
  bottom: -10%;
  background: radial-gradient(circle, rgba(170, 140, 99, 0.22), transparent 68%);
}

.feature-scene__model {
  position: absolute;
  inset: auto;
  width: min(42vw, 540px);
  aspect-ratio: 1 / 1;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0) scale(0.7);
  opacity: 1;
  filter: drop-shadow(0 34px 48px rgba(29, 24, 20, 0.26));
  pointer-events: none;
}

.feature-scene__float {
  position: absolute;
  inset: 0;
}

.feature-scene__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 34px 48px rgba(29, 24, 20, 0.26));
  transform: translateZ(0);
}

.feature-scene__model canvas {
  width: 100% !important;
  height: 100% !important;
}

.feature-scene__model--day {
  left: 50%;
  top: 50%;
  margin-left: -23vw;
  margin-top: -18vw;
}

.feature-scene__model--night {
  left: 50%;
  top: 50%;
  margin-left: 5vw;
  margin-top: -18vw;
}

.feature-scene__copy {
  position: absolute;
  left: 50%;
  top: calc(50% + 13vw);
  transform: translateX(-50%) translateY(24px);
  text-align: center;
  max-width: 760px;
  width: 100%;
  opacity: 0;
}

.feature-scene__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.product-journey {
  --journey-bg: #f6efe7;
  background: transparent;
}

.product-journey__panel {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: background-color 0.7s ease;
}

.product-journey__panel:nth-child(odd) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02));
}

.product-journey__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  min-height: 100vh;
}

.product-journey__copy {
  max-width: 560px;
  z-index: 2;
}

.product-journey__viewer-wrap {
  position: relative;
  min-height: 72vh;
}

.product-journey__viewer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-journey__viewer canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
}

.product-journey__panel--serum { background: #f3e9e3; }
.product-journey__panel--day { background: #f6efe7; }
.product-journey__panel--spf { background: #efe7dd; }
.product-journey__panel--night { background: #f0e3db; }

.product-journey__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.55), transparent 30%),
    radial-gradient(circle at 85% 50%, rgba(255, 255, 255, 0.2), transparent 28%);
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .product-journey__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .product-journey__viewer-wrap {
    min-height: 52vh;
  }
}

@media (max-width: 575.98px) {
  .product-journey__inner {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .product-journey__viewer-wrap {
    min-height: 44vh;
  }
}

.ritual-list {
  padding-left: 18px;
  margin: 18px 0 22px;
  color: var(--text-muted);
}

.ritual-list li + li {
  margin-top: 8px;
}

.ritual-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.ritual-pill-list span,
.ritual-step span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  color: var(--text);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ritual-step h3 {
  margin: 16px 0 6px;
  font-size: 1.6rem;
  color: var(--text);
}

.ritual-step p {
  margin-bottom: 0;
}

.ritual-card {
  min-height: 100%;
  padding: 34px;
}

.emotion-panel {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 84px) clamp(18px, 2vw, 24px) 32px;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at center top, rgba(255, 255, 255, 0.72), rgba(250, 243, 235, 0.95) 38%, rgba(244, 233, 220, 0.98) 100%);
  box-shadow: inset 0 0 0 1px rgba(198, 164, 118, 0.12);
}

.emotion-panel::before,
.emotion-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.emotion-panel::before {
  left: -40px;
  top: 180px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(11rem, 18vw, 20rem);
  line-height: 1;
  color: rgba(204, 165, 100, 0.22);
  content: "66";
}

.emotion-panel::after {
  right: -130px;
  top: 210px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 45%, rgba(255, 255, 255, 0.28) 0 12%, transparent 13%),
    radial-gradient(circle at 68% 68%, rgba(255, 255, 255, 0.18) 0 8%, transparent 9%),
    radial-gradient(circle at center, rgba(230, 220, 208, 0.62), rgba(236, 227, 217, 0.15) 60%, transparent 61%);
  box-shadow:
    inset 0 0 0 10px rgba(209, 189, 169, 0.18),
    inset 0 0 0 1px rgba(198, 164, 118, 0.18),
    0 32px 52px rgba(122, 92, 67, 0.08);
  filter: blur(0.2px);
  opacity: 0.85;
}

.emotion-panel__header {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1120px;
  margin: 0 auto 42px;
}

.emotion-panel__kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 22px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #b88a4a;
}

.emotion-panel__kicker::before,
.emotion-panel__kicker::after {
  content: "";
  width: 96px;
  height: 1px;
  background: rgba(184, 138, 74, 0.35);
}

.emotion-panel__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.2rem, 6vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  color: #24211d;
}

.emotion-panel__title em {
  font-style: italic;
  color: #1f1c19;
}

.emotion-panel__lead {
  margin: 22px auto 0;
  max-width: 720px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  line-height: 1.7;
  color: rgba(55, 50, 46, 0.9);
}

.emotion-panel__stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: stretch;
  margin-top: 44px;
}

.emotion-panel__quote-mark {
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  color: #fff;
  background: linear-gradient(180deg, #c79b57 0%, #b58a46 100%);
  box-shadow: 0 18px 30px rgba(158, 118, 60, 0.18);
  z-index: 3;
}

.emotion-card {
  position: relative;
  min-height: 420px;
  padding: 92px 42px 46px;
  color: #24211d;
}

.emotion-card--featured {
  padding-top: 112px;
  background: rgba(255, 251, 244, 0.78);
  border: 1px solid rgba(198, 164, 118, 0.18);
  border-radius: 28px;
  box-shadow: 0 24px 42px rgba(129, 96, 65, 0.08);
  backdrop-filter: blur(8px);
}

.emotion-card:not(.emotion-card--featured) {
  padding-top: 112px;
  background: rgba(255, 251, 244, 0.78);
  border: 1px solid rgba(198, 164, 118, 0.18);
  border-radius: 28px;
  box-shadow: 0 24px 42px rgba(129, 96, 65, 0.08);
  backdrop-filter: blur(8px);
}

.emotion-card--left,
.emotion-card--right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.emotion-card__profile {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.emotion-card__profile--reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.emotion-card__profile--center {
  justify-content: center;
  margin-bottom: 0;
}

.emotion-card__avatar {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  border: 2px solid rgba(190, 150, 92, 0.72);
  box-shadow: 0 10px 24px rgba(114, 83, 54, 0.12);
  background: #efe6d9;
}

.emotion-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.emotion-card__meta h3 {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #161311;
}

.emotion-card__meta p {
  margin: 8px 0 12px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b88a4a;
}

.emotion-card__stars {
  font-size: 1.18rem;
  letter-spacing: 0.2em;
  color: #b88a4a;
}

.emotion-card__body {
  margin: 0;
  max-width: 300px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.4rem, 1.95vw, 1.85rem);
  line-height: 1.55;
  color: rgba(44, 40, 35, 0.92);
}

.emotion-card--right .emotion-card__body,
.emotion-card--left .emotion-card__body {
  padding-top: 34px;
}

.emotion-card__body--center {
  max-width: 320px;
  margin: 28px auto 0;
  text-align: center;
}

.emotion-card__badge {
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #c79b57 0%, #b88a46 100%);
  color: #fff;
  font-size: 2.9rem;
  box-shadow: 0 14px 24px rgba(158, 118, 60, 0.16);
}

.emotion-card__ornament {
  width: 72px;
  height: 14px;
  margin-top: auto;
  position: relative;
}

.emotion-card__ornament::before,
.emotion-card__ornament::after {
  content: "";
  position: absolute;
  top: 6px;
  height: 1px;
  background: rgba(184, 138, 74, 0.55);
}

.emotion-card__ornament::before {
  left: 0;
  width: 40px;
}

.emotion-card__ornament::after {
  right: 0;
  width: 12px;
  transform: rotate(90deg);
  transform-origin: center;
}

.emotion-card__ornament--center {
  margin: 26px auto 0;
  width: 130px;
}

.emotion-panel__decor {
  position: absolute;
  right: -92px;
  top: 84px;
  width: 460px;
  height: 460px;
  pointer-events: none;
  z-index: -1;
}

.emotion-panel__sphere {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 54% 42%, rgba(255, 255, 255, 0.65) 0 11%, transparent 12%),
    radial-gradient(circle at 72% 70%, rgba(255, 255, 255, 0.5) 0 6%, transparent 7%),
    radial-gradient(circle at center, rgba(248, 241, 235, 0.86) 0 60%, rgba(234, 225, 216, 0.25) 70%, transparent 71%);
  box-shadow:
    inset 0 0 0 1px rgba(198, 164, 118, 0.26),
    inset 0 0 0 18px rgba(255, 255, 255, 0.06),
    0 32px 54px rgba(116, 92, 71, 0.12);
  opacity: 0.8;
}

.emotion-panel__nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}

.emotion-panel__nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(184, 138, 74, 0.45);
  background: transparent;
  color: #b88a4a;
  font-size: 1.1rem;
  line-height: 1;
}

.emotion-panel__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(184, 138, 74, 0.8);
  background: transparent;
}

.emotion-panel__dot.is-active {
  background: #b88a4a;
}

.emotion-panel {
  position: relative;
}

.emotion-panel .section-title {
  margin-bottom: 18px;
}

.hero-viewer-card,
.newsletter-glass,
.premium-card,
.testimonial-card,
.feature-card,
.category-card,
.brand-mark,
.newsletter-form,
.instagram-card {
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur));
  box-shadow: var(--glass-shadow);
}

.hero-viewer-card {
  border-radius: var(--radius-xl);
  padding: 18px;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-viewer-card__top,
.hero-viewer-card__bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(var(--glass-blur));
}

.status-chip span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.18);
}

.hero-viewer {
  flex: 1;
  min-height: 480px;
  border-radius: calc(var(--radius-xl) - 6px);
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(215, 180, 106, 0.16), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  position: relative;
}

.hero-viewer canvas,
.showcase-stage__model canvas {
  display: block;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--text-muted);
  z-index: 2;
}

.scroll-indicator__mouse {
  width: 28px;
  height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  position: relative;
}

.scroll-indicator__mouse span {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 4px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  transform: translateX(-50%);
  animation: mouseBounce 1.4s ease-in-out infinite;
}

.feature-card,
.premium-card,
.testimonial-card,
.category-card {
  border-radius: var(--radius-lg);
}

.feature-card {
  padding: 28px;
  height: 100%;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: var(--glass-border-strong);
  background: var(--glass-bg-strong);
}

.feature-card__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  margin-bottom: 20px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(var(--glass-blur));
  color: var(--accent);
  transition: transform 0.3s ease;
}

.feature-card:hover .feature-card__icon {
  transform: rotate(-8deg) scale(1.05);
}

.feature-card h3,
.category-card__content h3,
.benefit-step h3,
.testimonial-card h3,
.footer-heading {
  color: var(--text);
}

.category-card {
  min-height: 380px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: end;
  padding: 26px;
  isolation: isolate;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 0.6s ease;
  z-index: -2;
}

.category-card:hover::before {
  transform: scale(1.12);
}

.category-card--one::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), radial-gradient(circle at top, rgba(125, 211, 252, 0.16), transparent 58%);
}

.category-card--two::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.72)), radial-gradient(circle at top, rgba(215, 180, 106, 0.16), transparent 58%);
}

.category-card--three::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.72)), radial-gradient(circle at top, rgba(34, 197, 94, 0.16), transparent 58%);
}

.category-card__overlay {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.category-card__overlay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
  display: block;
  transform: scale(0.92);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.18));
}

.category-card__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.34));
}

.category-card__content {
  display: grid;
  gap: 10px;
  transform: translateY(14px);
  transition: transform 0.4s ease;
}

.category-card:hover .category-card__content {
  transform: translateY(0);
}

.category-card__cta {
  width: fit-content;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.35s ease;
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.category-card:hover .category-card__cta {
  opacity: 1;
  transform: translateY(0);
}

.text-link {
  color: var(--accent);
  text-decoration: none;
}

.collection-section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 104px;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.92), transparent 30%),
    linear-gradient(180deg, #fbf3ea 0%, #f4eadf 100%);
}

.collection-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 216, 211, 0.22), transparent 18%),
    radial-gradient(circle at 84% 18%, rgba(246, 221, 175, 0.28), transparent 20%),
    radial-gradient(circle at 72% 78%, rgba(204, 183, 255, 0.16), transparent 22%);
  pointer-events: none;
}

.collection-section .container {
  position: relative;
  z-index: 1;
}

.collection-section__heading {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 34px;
}

.collection-section__kicker {
  margin: 0 0 10px;
  font-size: 0.82rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(145, 95, 61, 0.72);
  font-family: "Inter", "Segoe UI", sans-serif;
}

.collection-section__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 5.4vw, 4.9rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: #3a2720;
}

.collection-section__copy {
  margin: 16px auto 0;
  max-width: 680px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(58, 39, 32, 0.72);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.collection-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(154, 114, 83, 0.16);
  box-shadow: 0 18px 40px rgba(89, 62, 42, 0.09);
  background: rgba(255, 250, 245, 0.72);
  backdrop-filter: blur(18px);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}


.collection-card__visual {
  position: relative;
  min-height: 395px;
  overflow: hidden;
}

.collection-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.18), transparent 54%);
  pointer-events: none;
}

.collection-card__image {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: min(100%, 310px);
  height: auto;
  transform: translateX(-50%);
  z-index: 2;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(55, 28, 18, 0.18));
}

.collection-card__number {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 3;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  background: rgba(132, 57, 52, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 8px 18px rgba(43, 22, 18, 0.16);
}

.collection-card__body {
  padding: 18px 22px 22px;
  background: linear-gradient(180deg, rgba(255, 250, 246, 0.92), rgba(248, 239, 233, 0.98));
}

.collection-card__eyebrow {
  margin: 0 0 10px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(138, 103, 79, 0.78);
}

.collection-card__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 2.4vw, 2.55rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #3c2a23;
}

.collection-card__text {
  min-height: 92px;
  margin: 18px 0 18px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.97rem;
  line-height: 1.8;
  color: rgba(68, 47, 38, 0.72);
}

.collection-card__benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
  min-height: 70px;
}

.collection-card__benefits li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(83, 59, 47, 0.84);
}

.collection-card__benefits li i {
  font-size: 1rem;
  line-height: 1;
  color: currentColor;
  opacity: 0.82;
}

.collection-card__benefits li span {
  display: block;
  text-align: center;
}

.collection-card__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 15px 18px;
  border-radius: 14px;
  border: 1px solid currentColor;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: inherit;
  background: rgba(255, 255, 255, 0.48);
}

.collection-card__button span {
  font-size: 1.1rem;
  line-height: 1;
}

.collection-card--serum {
  background: linear-gradient(180deg, #a4292f 0%, #8f1d2c 100%);
}

.collection-card--day {
  background: linear-gradient(180deg, #f7d1cf 0%, #f6e5e1 100%);
}

.collection-card--spf {
  background: linear-gradient(180deg, #f0c65c 0%, #f7e2b0 100%);
}

.collection-card--night {
  background: linear-gradient(180deg, #e3cbe9 0%, #eadff1 100%);
}

.collection-card--serum .collection-card__body {
  background: linear-gradient(180deg, rgba(138, 29, 45, 0.97), rgba(124, 25, 39, 0.98));
  color: #fff7f6;
  border-radius: 25px;
  margin-top: -30px;
}

.collection-card--day .collection-card__body {
  background: linear-gradient(180deg, rgba(251, 239, 236, 0.96), rgba(247, 232, 227, 0.98));
  border-radius: 25px;
  margin-top: -30px;
}

.collection-card--spf .collection-card__body {
  background: linear-gradient(180deg, rgba(252, 242, 215, 0.96), rgba(249, 235, 202, 0.98));
border-radius: 25px;
margin-top: -30px;
}

.collection-card--night .collection-card__body {
  background: linear-gradient(180deg, rgba(242, 233, 248, 0.96), rgba(236, 224, 247, 0.98));
border-radius: 25px;
margin-top: -30px;
}

.collection-card--serum .collection-card__eyebrow,
.collection-card--serum .collection-card__title,
.collection-card--serum .collection-card__text,
.collection-card--serum .collection-card__benefits li,
.collection-card--serum .collection-card__button {
  color: rgba(255, 246, 245, 0.94);
}

.collection-card--day .collection-card__number {
  background: rgba(232, 125, 131, 0.92);
}

.collection-card--spf .collection-card__number {
  background: rgba(212, 152, 30, 0.92);
}

.collection-card--night .collection-card__number {
  background: rgba(170, 123, 207, 0.92);
}

.collection-card--day .collection-card__button,
.collection-card--spf .collection-card__button,
.collection-card--night .collection-card__button {
  border-color: rgba(128, 93, 69, 0.24);
}

.collection-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 22px;
  padding: 18px 22px;
  border-radius: 28px;
  background: rgba(255, 250, 245, 0.72);
  border: 1px solid rgba(154, 114, 83, 0.16);
  box-shadow: 0 16px 38px rgba(89, 62, 42, 0.08);
}

.collection-badge {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 18px;
  color: rgba(72, 48, 38, 0.88);
}

.collection-badge + .collection-badge {
  border-left: 1px solid rgba(154, 114, 83, 0.14);
}

.collection-badge > span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(154, 114, 83, 0.24);
  color: #8f6d50;
  flex: 0 0 auto;
  font-size: 1.05rem;
}

.collection-badge strong {
  display: block;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.collection-badge p {
  margin: 4px 0 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  color: rgba(72, 48, 38, 0.66);
}

@media (max-width: 1199.98px) {
  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-card__text {
    min-height: auto;
  }

  .collection-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-badge:nth-child(odd) {
    border-left: none;
  }

  .collection-badge:nth-child(n + 3) {
    border-top: 1px solid rgba(154, 114, 83, 0.14);
  }
}

@media (max-width: 767.98px) {
  .collection-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .collection-grid,
  .collection-badges {
    grid-template-columns: 1fr;
  }

  .collection-card__visual {
    min-height: 300px;
  }

  .collection-card__image {
    width: min(86%, 260px);
    bottom: 8px;
  }

  .collection-card__body {
    padding: 16px 18px 18px;
  }

  .collection-card__title {
    font-size: clamp(1.8rem, 7vw, 2.3rem);
  }

  .collection-card__text {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .collection-card__benefits {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: auto;
  }

  .collection-badges {
    padding: 8px 0;
  }

  .collection-badge {
    padding: 16px 18px;
    border-left: none !important;
  }

  .collection-badge + .collection-badge {
    border-top: 1px solid rgba(154, 114, 83, 0.14);
  }
}

@media (max-width: 575.98px) {
  .collection-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .collection-section__heading {
    margin-bottom: 26px;
  }

  .collection-section__title {
    font-size: clamp(2.35rem, 11vw, 3.1rem);
  }

  .collection-section__copy {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .collection-grid {
    gap: 14px;
  }

  .collection-card {
    border-radius: 24px;
  }

  .collection-card__visual {
    min-height: 260px;
  }

  .collection-card__image {
    width: min(88%, 230px);
  }

  .collection-card__number {
    width: 52px;
    height: 52px;
    top: 14px;
    right: 14px;
    font-size: 1.1rem;
  }

  .collection-card__body {
    padding: 14px 16px 16px;
    border-radius: 22px;
  }

  .collection-card__eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .collection-card__title {
    font-size: clamp(1.65rem, 8vw, 2rem);
  }

  .collection-card__text {
    margin: 14px 0;
  }

  .collection-card__benefits li {
    font-size: 0.78rem;
  }

  .collection-card__button {
    padding: 13px 14px;
    font-size: 0.74rem;
  }

  .collection-badge {
    padding: 14px 16px;
  }

  .collection-badge strong {
    font-size: 0.8rem;
  }

  .collection-badge p {
    font-size: 0.84rem;
  }
}

.dragon-blood-section {
  position: relative;
  padding-top: 25px;
  padding-bottom: 0;
  background: linear-gradient(180deg, #f8f1e8 0%, #faf5ef 100%);
}

.dragon-blood__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 0.92fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}

.dragon-blood__copy {
  padding-top: 0;
}

.dragon-blood__kicker {
  margin: 0 0 10px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #8a2f28;
}

.dragon-blood__kicker::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 12px;
  background: rgba(138, 47, 40, 0.55);
}

.dragon-blood__title {
  margin: 0;
  max-width: 12.5ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.2rem, 4.6vw, 4.9rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  color: #2f1c18;
}

.dragon-blood__title::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 18px;
  background: rgba(138, 47, 40, 0.55);
}

.dragon-blood__lede {
  margin: 18px 0 28px;
  max-width: 560px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.96rem;
  line-height: 1.85;
  color: rgba(59, 39, 33, 0.86);
}

.dragon-blood__list-block {
  margin-bottom: 22px;
}

.dragon-blood__list-title {
  margin: 0 0 12px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #8a2f28;
  font-weight: 700;
}

.dragon-blood-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dragon-blood-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 42px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(154, 114, 83, 0.16);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  color: rgba(59, 39, 33, 0.9);
}

.dragon-blood-list li:last-child {
  border-bottom: 0;
}

.dragon-blood-list li i {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #8a2f28;
  background: rgba(138, 47, 40, 0.08);
  border: 1px solid rgba(138, 47, 40, 0.14);
  font-size: 1rem;
}

.dragon-blood-list li span {
  display: block;
}

.dragon-blood__note {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 520px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(154, 114, 83, 0.16);
  background: rgba(255, 252, 248, 0.92);
  box-shadow: 0 16px 32px rgba(89, 62, 42, 0.08);
}

.dragon-blood__note-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #8a2f28;
  border: 1px solid rgba(138, 47, 40, 0.2);
  background: rgba(138, 47, 40, 0.06);
  font-size: 1.2rem;
}

.dragon-blood__note p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.15rem, 1.45vw, 1.5rem);
  line-height: 1.3;
  color: #3c2a23;
}

.dragon-blood__note em {
  color: #8a2f28;
  font-style: italic;
}

.dragon-blood__visual {
  position: relative;
}

.dragon-blood-card {
  position: relative;
  min-height: 640px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 28px 64px rgba(89, 62, 42, 0.16);
  background:
    linear-gradient(180deg, rgba(247, 225, 207, 0.84), rgba(244, 223, 202, 0.92)),
    #ead4c0;
}

.dragon-blood-card__overlay {
  position: absolute;
  inset: 0;
}

.dragon-blood-card__overlay img {
  position: absolute;
  width: min(100%, 620px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 38px rgba(69, 29, 18, 0.18));
}

.dragon-blood-card__content {
  position: absolute;
  left: 10%;
  bottom: 68%;
  z-index: 2;
  max-width: 240px;
}

.dragon-blood-card__content > span {
  display: inline-block;
  margin-bottom: 12px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.dragon-blood-card__content > span::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.45);
}

.dragon-blood-card__content h3 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 2.8vw, 3.1rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
  color: #ffffff;
}

.dragon-blood-card__tagline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #ffffff;
}

.dragon-blood-card__tagline i {
  font-size: 0.95rem;
}

.dragon-blood__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  padding: 18px 12px;
  border-top: 1px solid rgba(154, 114, 83, 0.18);
  background: rgba(249, 244, 238, 0.88);
}

.dragon-blood__trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
}

.dragon-blood__trust-item + .dragon-blood__trust-item {
  border-left: 1px solid rgba(154, 114, 83, 0.16);
}

.dragon-blood__trust-item > span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #8a2f28;
  border: 1px solid rgba(138, 47, 40, 0.18);
  background: rgba(138, 47, 40, 0.05);
  flex: 0 0 auto;
  font-size: 1.05rem;
}

.dragon-blood__trust-item strong {
  display: block;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2f1c18;
}

.dragon-blood__trust-item p {
  margin: 5px 0 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  color: rgba(59, 39, 33, 0.7);
}

.philosophy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: start;
}

.philosophy-copy {
  padding-top: 8px;
}

.philosophy-kicker {
  margin: 0 0 14px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #b47b2f;
}

.philosophy-kicker::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 12px;
  background: rgba(180, 123, 47, 0.55);
}

.philosophy-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.5rem, 4.9vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  color: #231814;
}

.philosophy-title span {
  color: #b47b2f;
}

.philosophy-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1;
  color: #b47b2f;
  text-decoration: none;
  border-bottom: 1px solid rgba(180, 123, 47, 0.22);
  padding-bottom: 6px;
}

.philosophy-link span {
  font-size: 1.35rem;
}

.philosophy-body {
  margin-top: 30px;
  max-width: 600px;
}

.philosophy-body p {
  margin: 0 0 22px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  line-height: 1.8;
  color: rgba(38, 31, 28, 0.9);
}

.ritual-icon-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0 24px;
}

.ritual-icon-item {
  padding: 12px 16px 8px;
  text-align: center;
  border-right: 1px solid rgba(154, 114, 83, 0.16);
}

.ritual-icon-item:last-child {
  border-right: 0;
}

.ritual-icon-item span {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #b47b2f;
  border: 1px solid rgba(180, 123, 47, 0.18);
  background: rgba(180, 123, 47, 0.05);
  font-size: 1.15rem;
}

.ritual-icon-item strong {
  display: block;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #23201d;
}

.ritual-icon-item strong::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 10px auto 0;
  background: rgba(180, 123, 47, 0.62);
}

.philosophy-note {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 560px;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(154, 114, 83, 0.14);
  background: rgba(255, 251, 247, 0.92);
}

.philosophy-note__icon {
  width: 58px;
  align-self: stretch;
  display: grid;
  place-items: center;
  background: #b47b2f;
  color: #fff;
  font-size: 1.05rem;
  flex: 0 0 auto;
}

.philosophy-note p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.35;
  color: #2f221b;
  padding: 18px 0;
}

.philosophy-note em {
  color: #b47b2f;
  font-style: italic;
}

.philosophy-note__arrow {
  margin-left: auto;
  margin-right: 22px;
  color: #b47b2f;
  text-decoration: none;
  font-size: 1.6rem;
}

.philosophy-panel {
  position: relative;
}

.philosophy-panel__inner {
  position: relative;
  min-height: 640px;
  border: 1px solid rgba(205, 174, 132, 0.75);
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #fbf4ea 0%, #f8f0e6 100%);
  box-shadow: 0 24px 60px rgba(57, 41, 31, 0.08);
}

.philosophy-panel__inner::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 78% 58%, rgba(124, 62, 45, 0.08) 0 12%, transparent 28%),
    radial-gradient(circle at 82% 48%, rgba(124, 62, 45, 0.05) 0 8%, transparent 22%);
  pointer-events: none;
}

.philosophy-panel__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 118px;
  background: linear-gradient(180deg, rgba(17, 14, 12, 0), rgba(16, 13, 11, 0.97));
  pointer-events: none;
}

.philosophy-panel__content {
  position: relative;
  z-index: 1;
  padding: 84px 64px 160px;
  max-width: 600px;
}

.philosophy-panel__kicker {
  margin: 0 0 18px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #b07a35;
}

.philosophy-panel__kicker::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 14px;
  background: rgba(176, 122, 53, 0.72);
}

.philosophy-panel__content h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.4rem, 4.4vw, 5.1rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  color: #2a201c;
}

.philosophy-panel__content h3 em {
  color: #c68a38;
  font-style: italic;
}

.philosophy-panel__divider {
  width: 260px;
  height: 1px;
  margin: 30px 0 28px;
  background: rgba(190, 154, 103, 0.28);
  position: relative;
}

.philosophy-panel__divider::after {
  content: "\2726";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #c68a38;
  font-size: 1rem;
  background: #f8f0e6;
  padding: 0 12px;
}

.philosophy-panel__content p {
  margin: 0;
  max-width: 360px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 1.03rem;
  line-height: 1.7;
  color: rgba(34, 26, 23, 0.94);
}

.philosophy-panel__art {
    position: absolute;
    right: -116px;
    bottom: 118px;
    width: min(75%, 480px);
    z-index: 1;
    pointer-events: none;
}

.philosophy-panel__art img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(58, 25, 20, 0.12));
}

.philosophy-panel__foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 118px;
  padding: 22px 30px 22px 86px;
  background: linear-gradient(180deg, #12100f, #0f0d0c);
  color: #fff;
  z-index: 2;
}

.philosophy-panel__foot > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #c68a38;
  font-size: 1.3rem;
  flex: 0 0 auto;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  padding-right: 18px;
  margin-right: 2px;
}

.philosophy-panel__foot > div {
  padding-left: 0;
  border-left: 0;
}

.philosophy-panel__foot strong {
  display: block;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

.philosophy-panel__foot p {
  margin: 8px 0 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1199.98px) {
  .philosophy-panel__content {
    padding: 72px 36px 160px;
    max-width: 520px;
  }

  .philosophy-panel__art {
    width: min(58%, 360px);
    right: -8px;
    bottom: 62px;
  }

  .philosophy-panel__foot {
    padding-left: 28px;
  }
}

@media (max-width: 767.98px) {
  .philosophy-panel__inner {
    min-height: 600px;
    border-radius: 24px;
  }

  .philosophy-panel__content {
    padding: 58px 22px 150px;
    max-width: 100%;
  }

  .philosophy-panel__content h3 {
    font-size: clamp(2.7rem, 11vw, 4rem);
  }

  .philosophy-panel__divider {
    width: 210px;
  }

  .philosophy-panel__content p {
    max-width: 260px;
    font-size: 0.96rem;
  }

  .philosophy-panel__art {
    width: min(70%, 280px);
    right: -85px;
    bottom: 72px;
  }
.banner-wrapper{
  display: none;
}
  .philosophy-panel__foot {
    min-height: 108px;
    padding: 18px 18px 18px 22px;
  }

  .philosophy-panel__foot > span {
    padding-right: 14px;
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .dragon-blood__grid {
    grid-template-columns: 1fr;
  }

  .dragon-blood__visual {
    order: -1;
  }

  .dragon-blood-card {
    min-height: 560px;
  }
}

@media (max-width: 767.98px) {
  .dragon-blood-section {
    padding-top: 0px;
  }

  .dragon-blood__title {
    max-width: 100%;
    font-size: clamp(2.8rem, 11vw, 4rem);
  }

  .dragon-blood__lede {
    font-size: 1rem;
    line-height: 1.75;
  }

  .dragon-blood-list li {
    gap: 14px;
    font-size: 0.95rem;
  }

  .dragon-blood__note {
    padding: 18px 18px;
  }

  .dragon-blood__note-icon {
    width: 56px;
    height: 56px;
  }

  .dragon-blood-card {
    min-height: 410px;
    border-radius: 28px;
  }

  .dragon-blood-card__content {
    left: 7%;
    bottom: 8%;
    max-width: 210px;
  }

  .dragon-blood__trust {
    grid-template-columns: 1fr;
  }

  .dragon-blood__trust-item {
    padding: 14px 8px;
  }

  .dragon-blood__trust-item + .dragon-blood__trust-item {
    border-left: 0;
    border-top: 1px solid rgba(154, 114, 83, 0.16);
  }
}

.product-detail {
  background:
    radial-gradient(circle at top center, rgba(255, 252, 247, 0.98), transparent 30%),
    linear-gradient(180deg, #fbf7f2 0%, #f5eee5 100%);
  color: #2b241f;
}

.product-detail__hero {
  padding: 18px 0 60px;
}

.product-detail__topbar {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0 18px;
  border-bottom: 1px solid rgba(125, 103, 75, 0.12);
}

.product-detail__brand img {
  display: block;
  width: 120px;
  height: auto;
}

.product-detail__nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 36px);
  flex-wrap: wrap;
  justify-content: center;
  font-family: Georgia, "Times New Roman", serif;
}

.product-detail__nav a {
  position: relative;
  color: rgba(43, 36, 31, 0.84);
  text-decoration: none;
  font-size: 1.02rem;
}

.product-detail__nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: #2b241f;
}

.product-detail__icons {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #2b241f;
  font-size: 1rem;
}

.product-detail__icons span {
  position: relative;
}

.product-detail__cart em {
  position: absolute;
  top: -10px;
  right: -10px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c7a16c;
  color: #fff;
  font-style: normal;
  font-size: 0.65rem;
}

.product-detail__breadcrumb {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 42px 0 22px;
  color: rgba(128, 104, 74, 0.88);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-detail__breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.product-detail__hero-grid {
  display: grid;
  grid-template-columns: 88px minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.product-detail__thumbs {
  display: grid;
  gap: 12px;
  padding-top: 94px;
}

.product-detail__thumb {
  width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(177, 140, 93, 0.2);
  background: rgba(255, 255, 255, 0.58);
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(86, 64, 45, 0.08);
}

.product-detail__thumb.is-active {
  border-color: #b68e5b;
  box-shadow: 0 10px 22px rgba(86, 64, 45, 0.18);
}

.product-detail__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail__gallery-frame {
  position: relative;
  min-height: 640px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.6), transparent 28%),
    linear-gradient(135deg, var(--product-bg, #ead4c7), #efe1d5 78%);
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(90, 69, 49, 0.12);
}

.product-detail__gallery-frame img {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(100%, 600px);
  transform: translateX(-50%);
  filter: drop-shadow(0 30px 42px rgba(57, 43, 31, 0.24));
}

.product-detail__pill {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: #8f6f47;
  z-index: 2;
}

.product-detail__expand {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #8d6a41;
  box-shadow: 0 12px 24px rgba(90, 69, 49, 0.18);
  z-index: 2;
}

.product-detail__summary {
  padding-top: 0px;
}

.product-detail__eyebrow,
.product-detail__section-kicker {
  margin: 0 0 12px;
  color: #b58d63;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.product-detail__title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 3.8vw, 6.1rem) !important;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.product-detail__lead {
  margin: 22px 0 16px;
  font-size: smaller;
  line-height: 1.8;
  color: rgba(43, 36, 31, 0.82);
  max-width: 560px;
}

.product-detail__copy {
  margin: 0 0 18px;
  font-size: smaller;
  line-height: 1.8;
  color: rgba(43, 36, 31, 0.74);
  max-width: 560px;
}

.product-detail__benefit-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 24px;
}

.product-detail__benefit-icons div {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
  color: rgba(43, 36, 31, 0.82);
}

.product-detail__benefit-icons span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(183, 147, 103, 0.28);
  color: #b48f61;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 20px rgba(90, 69, 49, 0.07);
}

.product-detail__benefit-icons strong {
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.35;
}

.product-detail__purchase {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 28px 0 18px;
}

.product-detail__price-wrap {
  display: grid;
  gap: 6px;
}

.product-detail__price {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
}

.product-detail__volume {
  font-size: 0.9rem;
  color: rgba(43, 36, 31, 0.68);
}

.product-detail__qty {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 12px 18px;
  border-radius: 18px;
  border: 1px solid rgba(183, 147, 103, 0.2);
  background: rgba(255, 255, 255, 0.72);
}

.product-detail__qty button {
  border: 0;
  background: transparent;
  font-size: 1.3rem;
  color: #7f6347;
}

.product-detail__cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 999px;
  background: #1e1a18;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.product-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: #2b241f;
  text-decoration: none;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.product-detail__info-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 0.9fr;
  gap: 20px;
  margin-top: 34px;
}

.product-detail__panel {
  min-height: 180px;
  padding: 26px 28px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 36px rgba(88, 65, 42, 0.08);
  border: 1px solid rgba(175, 136, 89, 0.14);
}

.product-detail__panel h2,
.product-detail__viewer-card h2,
.product-detail__love-card h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
}

.product-detail__panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: rgba(43, 36, 31, 0.82);
}

.product-detail__panel li i {
  color: #b58d63;
  margin-right: 8px;
}

.product-detail__panel--usage {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 10px;
}

.product-detail__usage-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.85);
  color: #b58d63;
  font-size: 1.4rem;
  box-shadow: inset 0 0 0 1px rgba(183, 147, 103, 0.15);
}

.product-detail__preview {
  padding: 20px 0 70px;
}

.product-detail__preview-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}

.product-detail__viewer-card,
.product-detail__love-card {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 36px rgba(88, 65, 42, 0.08);
  border: 1px solid rgba(175, 136, 89, 0.14);
  padding: 28px;
}

.product-detail__section-head p {
  max-width: 560px;
  color: rgba(43, 36, 31, 0.72);
  line-height: 1.7;
}

.product-detail__viewer-shell {
  margin-top: 18px;
}

.product-detail__viewer {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(249, 241, 232, 0.92), rgba(238, 226, 210, 0.92));
  border: 1px solid rgba(175, 136, 89, 0.16);
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.35);
}

.product-detail__viewer canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.product-detail__viewer-controls {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
}

.product-detail__viewer-controls button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(175, 136, 89, 0.2);
  background: rgba(255, 255, 255, 0.82);
  color: #b58d63;
}

.product-detail__viewer-controls input[type="range"] {
  width: 100%;
  accent-color: #b58d63;
}

.product-detail__love-list {
  display: grid;
  gap: 0;
}

.product-detail__love-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(175, 136, 89, 0.14);
}

.product-detail__love-list article:last-child {
  border-bottom: 0;
}

.product-detail__love-list span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(183, 147, 103, 0.2);
  color: #b58d63;
  background: rgba(255, 255, 255, 0.7);
}

.product-detail__love-list h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
  color: #2b241f;
}

.product-detail__love-list p {
  margin: 0;
  color: rgba(43, 36, 31, 0.72);
  line-height: 1.65;
}

.product-detail__trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
  padding: 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(175, 136, 89, 0.14);
  box-shadow: 0 18px 36px rgba(88, 65, 42, 0.08);
}

.product-detail__trust-row div {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(43, 36, 31, 0.8);
}

.product-detail__trust-row span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(183, 147, 103, 0.2);
  color: #b58d63;
  background: rgba(255, 255, 255, 0.82);
  flex: 0 0 auto;
}

.product-detail__trust-row strong {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.product-detail__trust-row p {
  margin: 4px 0 0;
  font-size: 0.9rem;
  color: rgba(43, 36, 31, 0.68);
}

.product-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}


.product-card__image {
  position: relative;
  min-height: 250px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  overflow: hidden;
}

.product-card__media {
  position: absolute;
  inset: 12px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

.product-card__badge {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(215, 180, 106, 0.12);
  border: 1px solid rgba(215, 180, 106, 0.25);
  color: var(--accent);
  font-size: 0.78rem;
}

.product-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.16);
}

.product-card__model {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card__actions {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  gap: 8px;
  transform: translateX(12px);
  opacity: 0;
  transition: all 0.35s ease;
}



.product-card__actions button,
.icon-pill {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  color: var(--text);
  text-decoration: none;
  backdrop-filter: blur(var(--glass-blur));
  box-shadow: var(--glass-shadow);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.product-card__actions button:hover,
.icon-pill:hover {
  transform: translateY(-2px);
  border-color: var(--glass-border-strong);
  background: var(--glass-bg-strong);
}

.product-card__body {
  padding: 22px;
}

.product-card__rating {
  display: flex;
  gap: 4px;
  color: #fbbf24;
  margin-bottom: 12px;
}

.product-card__body h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.product-card__price {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
}

.why-cheeku-section {
  position: relative;
  padding-top: 84px;
  padding-bottom: 76px;
  background: linear-gradient(180deg, #f8f2e9 0%, #faf6f0 100%);
}

.why-cheeku {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 36px;
}

.why-cheeku__kicker {
  margin: 0 0 16px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8f5a2b;
}

.why-cheeku__kicker::after {
  content: "";
  display: block;
  width: 220px;
  max-width: 100%;
  height: 1px;
  margin-top: 14px;
  background: rgba(143, 90, 43, 0.3);
}

.why-cheeku__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: #191311;
}

.why-cheeku__title span {
  color: #bf7d43;
  font-style: italic;
}

.why-cheeku__seal {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}

.why-cheeku__seal-ring {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px dashed rgba(191, 125, 67, 0.55);
}

.why-cheeku__seal-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  color: #b67a3b;
}

.why-cheeku__seal-text,
.why-cheeku__seal-mark {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #a76a30;
}

.why-cheeku__seal-text {
  font-size: 0.72rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.why-cheeku__seal-text--top {
  top: 28px;
  text-align: center;
}

.why-cheeku__seal-text--bottom {
  bottom: 28px;
}

.why-cheeku__seal-mark {
  font-size: 1.1rem;
}

.why-cheeku__seal-mark--top {
  top: -20px;
}

.why-cheeku__seal-mark--bottom {
  bottom: -20px;
}

.why-cheeku__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.why-cheeku-card {
  position: relative;
  min-height: 440px;
  padding: 18px 26px 18px;
  text-align: center;
}

.why-cheeku-card + .why-cheeku-card {
  border-left: 1px solid rgba(170, 135, 92, 0.18);
}

.why-cheeku-card--featured {
  background: rgba(242, 235, 226, 0.72); /*linear-gradient(180deg, rgba(242, 235, 226, 0.72), rgba(248, 243, 238, 0.92));*/
  border-radius: 180px 180px 0 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.why-cheeku-card__icon {
  width: 104px;
  height: 104px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(252, 249, 244, 0.95);
  border: 1px solid rgba(220, 206, 190, 0.9);
  box-shadow: 0 3px 10px rgba(94, 65, 38, 0.08);
  color: #be7d36;
  font-size: 2rem;
filter: drop-shadow(2px 4px 4px black);
}

.why-cheeku-card__number {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  color: #9b662f;
  line-height: 1;
}

.why-cheeku-card__number::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 6px auto 0;
  background: #c89553;
}

.why-cheeku-card h3 {
  margin: 14px 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.9rem, 2.2vw, 2.6rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: #191311;
}

.why-cheeku-card__divider {
  position: relative;
  width: 72%;
  height: 1px;
  margin: 18px auto 18px;
  background: rgba(168, 135, 92, 0.24);
}

.why-cheeku-card__divider::after {
  content: "◆";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #c89553;
  font-size: 0.8rem;
  background: #f8f2e9;
  padding: 0 10px;
}

.why-cheeku-card p {
  margin: 0 auto;
  max-width: 220px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(37, 28, 24, 0.88);
}

.why-cheeku-card--featured::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #d1a15e, #c88f42);
}

.why-cheeku__footline {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}

.why-cheeku__footline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11%;
  right: 11%;
  height: 1px;
  background: rgba(170, 135, 92, 0.2);
}

.why-cheeku__footline span {
  position: relative;
  z-index: 1;
  color: #c89553;
  font-size: 1.2rem;
  background: #f8f2e9;
  padding: 0 12px;
}

@media (max-width: 1199.98px) {
  .why-cheeku {
    grid-template-columns: 1fr;
  }

  .why-cheeku__seal {
    justify-content: flex-start;
    display: none;
  }

  .why-cheeku__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-cheeku-card + .why-cheeku-card {
    border-left: 0;
  }

  .why-cheeku-card:nth-child(n + 3) {
    border-top: 1px solid rgba(170, 135, 92, 0.18);
  }
}

@media (max-width: 767.98px) {
  .why-cheeku-section {
    padding-top: 64px;
    padding-bottom: 54px;
  }

  .why-cheeku__title {
    font-size: clamp(0rem, 9vw, 3rem);
    max-width: 100%;
  }

  .why-cheeku__seal-ring {
    width: 220px;
    height: 220px;
  }

  .why-cheeku__grid {
    grid-template-columns: 1fr;
  }

  .why-cheeku-card {
    min-height: auto;
    padding: 26px 20px 22px;
  }

  .why-cheeku-card + .why-cheeku-card {
    border-left: 0;
    border-top: 1px solid rgba(170, 135, 92, 0.18);
  }
}

.showcase-section {
  background: #000;
}

.showcase-pin {
  padding: 120px 0;
}

.showcase-stage {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 55%), #050505;
  min-height: 680px;
  position: relative;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.showcase-stage__model {
  position: absolute;
  inset: 0;
}

.showcase-stage__caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
}

.benefit-timeline {
  display: grid;
  gap: 18px;
}

.benefit-step {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  border-radius: var(--radius-lg);
  background: var(--panel);
  border: 1px solid var(--line);
}

.benefit-step__icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--accent);
  flex: 0 0 auto;
}

.counter {
  font-size: 1.8rem;
  margin: 0;
  color: var(--text);
}

.video-section {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 96px 0 0;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 247, 232, 0.96) 0%, rgba(235, 219, 198, 0.92) 20%, rgba(175, 149, 120, 0.72) 44%, rgba(70, 54, 43, 0.92) 74%, #1a140f 100%);
}

.video-section__media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 244, 224, 0.95) 0%, rgba(255, 244, 224, 0.68) 14%, rgba(229, 206, 176, 0.28) 28%, rgba(115, 91, 68, 0.12) 45%, transparent 60%),
    linear-gradient(180deg, rgba(255, 246, 233, 0.34) 0%, rgba(255, 246, 233, 0.08) 32%, rgba(38, 27, 18, 0.18) 100%);
}

.video-section__media::before,
.video-section__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.video-section__media::before {
  background:
    radial-gradient(ellipse at 88% 18%, rgba(66, 42, 24, 0.22) 0%, rgba(66, 42, 24, 0.14) 16%, transparent 36%),
    radial-gradient(ellipse at 82% 28%, rgba(87, 58, 35, 0.18) 0%, transparent 42%),
    radial-gradient(ellipse at 76% 42%, rgba(57, 36, 21, 0.16) 0%, transparent 42%);
  filter: blur(6px);
}

.video-section__media::after {
  background:
    linear-gradient(180deg, transparent 0 72%, rgba(22, 15, 10, 0.35) 100%),
    radial-gradient(circle at 50% 100%, rgba(22, 15, 10, 0.88) 0%, rgba(22, 15, 10, 0.72) 22%, transparent 62%);
}

.video-section__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
  opacity: 0.1;
}

.video-section__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 247, 234, 0.16), rgba(22, 15, 10, 0.34));
}

.video-section__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 980px;
  padding-bottom: 14vh;
  color: #2a221d;
}

.video-section__kicker {
  letter-spacing: 0.32em;
  font-size: 0.92rem;
  color: #c8924f;
  margin-bottom: 1.5rem;
}

.video-section__title {
  margin-bottom: 1.4rem;
  line-height: 0.9;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0 0.35em;
  font-size: clamp(3.8rem, 8vw, 7.4rem);
  letter-spacing: -0.04em;
  color: #211713;
}

.video-section__title-main,
.video-section__title-accent {
  display: inline-block;
}

.video-section__title-accent {
  font-style: italic;
  color: #c8924f;
  font-weight: 500;
}

.video-section__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 1.8rem auto 2rem;
  max-width: 720px;
}

.video-section__divider-line {
  flex: 1;
  height: 1px;
  background: rgba(200, 146, 79, 0.36);
}

.video-section__divider-badge {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(200, 146, 79, 0.55);
  background: rgba(255, 246, 234, 0.55);
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 8px rgba(255, 246, 234, 0.16);
}

.video-section__divider-badge-inner {
  font-size: 1.05rem;
  color: #b57d3d;
  transform: translateY(-1px);
}

.video-section__copy {
  max-width: 1040px;
  margin: 0 auto 2.5rem;
  color: #2d241f;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.6;
}

.video-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: min(100%, 430px);
  padding: 18px 34px;
  border-radius: 999px;
  border: 1px solid rgba(200, 146, 79, 0.85);
  background: rgba(255, 248, 239, 0.94);
  color: #2c221d;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 1rem;
  box-shadow: 0 12px 28px rgba(28, 19, 13, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.video-section__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(28, 19, 13, 0.18);
  background: rgba(255, 252, 246, 0.98);
}

.video-section__button-icon {
  font-size: 1.4rem;
  line-height: 1;
  color: #c8924f;
}

.video-section__button span:first-child {
  transform: translateY(1px);
}

.video-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22vh;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(200, 146, 79, 0.28) 0%, rgba(200, 146, 79, 0.14) 18%, transparent 62%),
    linear-gradient(180deg, rgba(34, 24, 17, 0) 0%, rgba(22, 15, 10, 0.94) 100%);
  clip-path: path("M 0 42 C 14 33, 31 24, 49 22 C 70 20, 88 20, 109 22 C 158 27, 205 41, 255 55 C 308 69, 355 76, 413 74 C 448 73, 483 67, 500 52 C 517 67, 552 73, 587 74 C 645 76, 692 69, 745 55 C 795 41, 842 27, 891 22 C 912 20, 930 20, 951 22 C 969 24, 986 33, 1000 42 L 1000 100 L 0 100 Z");
  pointer-events: none;
}

.video-section::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4.2vh;
  width: 180px;
  height: 180px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at center, rgba(255, 224, 177, 0.92) 0 10px, transparent 11px),
    radial-gradient(circle at center, rgba(200, 146, 79, 0.18) 0 34px, transparent 35px),
    radial-gradient(circle at center, rgba(200, 146, 79, 0.08) 0 62px, transparent 63px);
  mask: radial-gradient(circle at center, #000 0 42px, transparent 43px);
  opacity: 0.8;
  pointer-events: none;
}

@supports not (clip-path: path("M 0 0 L 1 1")) {
  .video-section::after {
    clip-path: none;
    border-top-left-radius: 45% 16%;
    border-top-right-radius: 45% 16%;
  }
}

.testimonial-swiper {
  padding-bottom: 50px;
}

.testimonial-card {
  padding: 28px;
  height: 100%;
}

.testimonial-card__top {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.testimonial-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(215, 180, 106, 0.24), rgba(125, 211, 252, 0.2));
}

.testimonial-card__rating {
  color: #fbbf24;
}

.newsletter-section {
  padding-top: 0;
}

.newsletter-glass {
  border-radius: var(--radius-xl);
  padding: 34px;
}

.newsletter-form {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 999px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(var(--glass-blur));
  box-shadow: var(--glass-shadow);
}

.newsletter-input {
  background: var(--accent);
  border: 0;
  color: var(--text);
  box-shadow: none !important;
}

.newsletter-input::placeholder {
  color: rgba(245, 241, 234, 0.5);
}

.newsletter-btn {
  border-radius: 999px;
  padding-inline: 22px;
  background-color: black;
  border: black;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.instagram-card {
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(215, 180, 106, 0.14), rgba(125, 211, 252, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.instagram-card__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.32s ease;
}

.instagram-card:hover .instagram-card__overlay {
  opacity: 1;
  transform: scale(1);
  background: rgba(0, 0, 0, 0.3);
}

.site-navbar-wrap {
  position: relative;
  z-index: 2000;
  width: 100%;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-navbar {
  padding: 18px 0;
  background: rgba(249, 245, 239, 0.78);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: all 0.25s ease;
}

.site-navbar.is-solid {
  background: rgba(249, 245, 239, 0.96);
  border-bottom-color: var(--line-strong);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 8px 10px;
  text-decoration: none;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(var(--glass-blur));
  box-shadow: var(--glass-shadow);
}

.brand-mark__logo {
  display: block;
  width: auto;
  height: 44px;
  max-width: min(180px, 34vw);
  object-fit: contain;
}

.site-nav {
  gap: 8px;
  justify-content: center;
}

.site-nav__link {
  position: relative;
  padding-inline: 16px !important;
}

.site-nav__link {
  position: relative;
  padding-inline: 16px !important;
}

.site-nav__link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.site-nav__link:hover::after,
.site-nav__link.is-active::after {
  transform: scaleX(1);
}

.site-nav__actions {
  flex-wrap: wrap;
}

.site-navbar__toggler {
  border: 1px solid rgba(214, 183, 151, 0.42);
}

.site-navbar__toggler .navbar-toggler-icon {
  width: 1.1em;
  height: 1.1em;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.55), transparent 30%), #efe7dc;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.page-loader__panel {
  width: min(92vw, 420px);
  display: grid;
  justify-items: center;
  gap: 16px;
}

.page-loader__mark {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid var(--line);
  background: #f9f5ef;
  overflow: hidden;
}

.page-loader__mark::before,
.page-loader__mark::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-loader__mark::after {
  inset: 24px;
  border-color: rgba(143, 29, 44, 0.18);
}

.page-loader__logo {
  position: relative;
  z-index: 2;
  width: 78%;
  max-width: 92px;
  height: auto;
  object-fit: contain;
  display: block;
}

.page-loader__copy {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.page-loader__bar {
  width: 100%;
  height: 2px;
  background: rgba(29, 24, 20, 0.08);
  overflow: hidden;
}

.page-loader__bar-fill {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), #ffffff);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #f7f1e8;
}

.footer-heading {
  font-size: 1rem;
  margin-bottom: 18px;
}

.footer-links,
.footer-contact {
  padding: 0;
  list-style: none;
  margin: 0;
  display: grid;
  gap: 12px;
  color: var(--text-muted);
}

.footer-links a {
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover,
.footer-socials a:hover {
  color: var(--accent);
  transform: translateX(3px);
}

.footer-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.footer-contact i {
  color: var(--accent);
  margin-top: 4px;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  transition: all 0.25s ease;
}

.product-copy,
.product-benefits {
  font-family: "Inter", "Segoe UI", sans-serif;
}

.product-benefits {
  margin: 18px 0 20px;
  padding-left: 18px;
}

.product-benefits li + li {
  margin-top: 6px;
}

.product-card__body p {
  margin-bottom: 8px;
}

.product-card .text-link {
  font-family: "Inter", "Segoe UI", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.shop-page {
  background: var(--bg);
}

.shop-hero {
  padding: 120px 0 40px;
}

.shop-hero__inner {
  max-width: 760px;
}

.shop-hero__title {
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  margin: 12px 0 18px;
}

.shop-hero__copy {
  max-width: 58ch;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 1.06rem;
  line-height: 1.8;
  color: var(--text-muted);
}

.shop-product-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  height: 100%;
}

.shop-product-card__media {
  position: relative;
  aspect-ratio: 1 / 1.08;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04));
  overflow: hidden;
}

.shop-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  filter: drop-shadow(0 24px 34px rgba(29, 24, 20, 0.18));
}

.shop-product-card__price {
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.shop-product-card__body {
  padding: 22px;
}

.shop-product-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--accent);
}

.shop-product-card__subtitle {
  margin-bottom: 6px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--accent);
}

.shop-product-card__title {
  font-size: 1.65rem;
  margin-bottom: 12px;
  color: var(--text);
}

.shop-product-card__copy {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text-muted);
  line-height: 1.7;
  min-height: 92px;
}

.shop-product-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.product-page__hero {
  padding: 120px 0 40px;
  background: transparent;
}

.product-page__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--text-muted);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-page__breadcrumb a {
  text-decoration: none;
}

.product-page__visual {
  position: relative;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: var(--product-bg, #f9f5ef);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
}

.product-page__visual-frame {
  min-height: 560px;
  display: grid;
  place-items: center;
}

.product-page__visual-frame img {
  width: 100%;
  max-width: 460px;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(29, 24, 20, 0.22));
}

.product-page__price {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.product-page__copy {
  max-width: 620px;
}

.product-page__title {
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  margin: 8px 0 18px;
}

.product-page__hero-copy,
.product-page__details,
.product-page__usage p,
.product-page__list {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text-muted);
  line-height: 1.8;
}

.product-page__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0;
}

.product-page__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 18px;
}

.product-page__meta-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  font-family: "Inter", "Segoe UI", sans-serif;
}

.product-page__list {
  margin: 0;
  padding-left: 18px;
}

.product-page__usage {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
}

.product-page__showcase {
  padding-top: 40px;
  background: transparent;
}

.product-page__viewer {
  min-height: 680px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--glass-border);
  background: var(--product-bg, #f9f5ef);
  box-shadow: var(--glass-shadow);
}

.product-page__viewer-shell {
  display: grid;
  gap: 14px;
}

.product-page__viewer-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text);
}

.product-page__viewer-label span {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.product-page__viewer-label strong {
  font-size: 0.92rem;
  letter-spacing: 0.08em;
}

.product-page .section-soft {
  background: transparent;
}

.frame-sequence {
  position: relative;
  min-height: 400vh;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 244, 230, 0.95), transparent 28%),
    radial-gradient(circle at 15% 70%, rgba(255, 224, 204, 0.55), transparent 30%),
    linear-gradient(180deg, #f5ebde 0%, #ead8c6 52%, #f7efe4 100%);
}

.frame-sequence__pin {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.frame-sequence__layout {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr minmax(0, 1.4fr) 1fr;
  align-items: center;
  gap: 24px;
}

.frame-sequence__stage {
  position: relative;
  min-height: min(76vh, 760px);
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 36px 80px rgba(93, 74, 53, 0.18);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 250, 244, 0.85), rgba(244, 229, 210, 0.92));
}

.frame-sequence__canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.frame-sequence__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.55), transparent 20%),
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.12), transparent 22%);
}

.frame-sequence__loader {
  position: absolute;
  inset: auto 24px 24px auto;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.frame-sequence__loader-label {
  color: var(--accent);
}

.frame-sequence__copy {
  max-width: 380px;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  will-change: transform, opacity;
}

.frame-sequence__copy--left {
  justify-self: end;
}

.frame-sequence__copy--right {
  justify-self: start;
}

.frame-sequence__feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  color: var(--text);
  font-family: "Inter", "Segoe UI", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

@media (max-width: 1199.98px) {
  .frame-sequence__layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .frame-sequence__copy--left,
  .frame-sequence__copy--right {
    justify-self: start;
    max-width: 680px;
  }

  .frame-sequence__stage {
    min-height: 64vh;
  }
}

@media (max-width: 575.98px) {
  .frame-sequence {
    min-height: 340vh;
  }

  .frame-sequence__pin {
    align-items: flex-start;
  }

  .frame-sequence__stage {
    min-height: 52vh;
    border-radius: 28px;
  }

  .frame-sequence__loader {
    inset: auto 14px 14px auto;
  }
}

@media (max-width: 991.98px) {
  .product-page__meta {
    grid-template-columns: 1fr;
  }

  .product-page__visual-frame {
    min-height: 420px;
  }

  .product-page__viewer {
    min-height: 540px;
  }

  .product-detail__topbar {
    flex-wrap: wrap;
  }

  .product-detail__nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .product-detail__hero-grid,
  .product-detail__preview-grid,
  .product-detail__info-grid,
  .product-detail__trust-row {
    grid-template-columns: 1fr;
  }

  .product-detail__thumbs {
    grid-template-columns: repeat(4, 1fr);
    padding-top: 0;
  }

  .product-detail__gallery-frame {
    min-height: 520px;
  }

  .product-detail__viewer {
    min-height: 420px;
  }
}

@media (max-width: 575.98px) {
  .product-page__hero {
    padding-top: 88px;
  }

  .product-page__visual {
    padding: 18px;
  }

  .product-page__visual-frame {
    min-height: 320px;
  }

  .product-page__viewer {
    min-height: 420px;
  }

  .product-detail__hero {
    padding-top: 12px;
  }

  .product-detail__topbar {
    gap: 14px;
  }

  .product-detail__brand img {
    width: 104px;
  }

  .product-detail__nav {
    gap: 14px;
    font-size: 0.88rem;
  }

  .product-detail__breadcrumb {
    margin-top: 28px;
  }

  .product-detail__hero-grid {
    gap: 18px;
  }

  .product-detail__thumb {
    width: 100%;
    height: 64px;
  }

  .product-detail__gallery-frame {
    min-height: 420px;
  }

  .product-detail__gallery-frame img {
    width: min(100%, 380px);
  }

  .product-detail__title {
    font-size: 30px;
  }

  .product-detail__benefit-icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-detail__purchase {
    flex-direction: column;
    align-items: stretch;
  }

  .product-detail__qty,
  .product-detail__cart-btn {
    width: 100%;
    justify-content: center;
  }

  .product-detail__panel,
  .product-detail__viewer-card,
  .product-detail__love-card,
  .product-detail__trust-row {
    padding: 20px;
    border-radius: 22px;
  }
}

.footer-bottom {
  border-top: 1px solid var(--line);
  color: var(--text-muted);
}

@keyframes floatOrb {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, 18px, 0) scale(1.04); }
}

@keyframes mouseBounce {
  0%, 100% { transform: translate(-50%, 0); opacity: 1; }
  50% { transform: translate(-50%, 10px); opacity: 0.5; }
}
.hero-section__overlay{
  background: none;
}

.auth-page {
  min-height: calc(100vh - 120px);
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(224, 198, 171, 0.26), transparent 30%),
    linear-gradient(180deg, #fbf5ee 0%, #f5eee5 100%);
}

.auth-shell {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(175, 136, 89, 0.14);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 50px rgba(88, 65, 42, 0.12);
}

.auth-visual {
  min-height: 100%;
  padding: 40px;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(90, 39, 30, 0.92), rgba(132, 67, 49, 0.88)),
    url('../images/hero-banner.png') center/cover no-repeat;
  position: relative;
}

.auth-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 18, 15, 0.08), rgba(28, 18, 15, 0.42));
}

.auth-visual > * {
  position: relative;
  z-index: 1;
}

.auth-visual__logo {
  width: 140px;
  margin-bottom: 24px;
}

.auth-visual h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.95;
  margin: 0 0 16px;
}

.auth-visual p {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

.auth-panel {
  padding: clamp(28px, 4vw, 48px);
}

.auth-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 10px;
}

.auth-panel .form-control,
.auth-panel .form-select {
  min-height: 52px;
  border-radius: 14px;
  border-color: rgba(175, 136, 89, 0.22);
  background: rgba(255, 255, 255, 0.82);
}

.auth-panel .form-control:focus,
.auth-panel .form-select:focus {
  border-color: #b58d63;
  box-shadow: 0 0 0 0.2rem rgba(181, 141, 99, 0.14);
}

.auth-panel .btn-auth {
  min-height: 52px;
  border-radius: 999px;
  background: #2b241f;
  border-color: #2b241f;
  color: #fff;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.auth-panel .btn-auth:hover {
  background: #1d1714;
  border-color: #1d1714;
}

.auth-panel__meta {
  color: rgba(43, 36, 31, 0.72);
}
.hero-section__overlay{
  background: none;
}
.hero-copy--cheeku {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: 36px;
    border-radius: var(--radius-xl);
    background: none; 
    border: none; 
    backdrop-filter: none; 
    box-shadow: none; 
}


.brand-mark{
   border: none !important; 
   background: none !important;
   backdrop-filter: none !important;
   box-shadow: none !important;
}
.hero-section__bg,.hero-section__inner {
  margin-top: -140px !important;
}

.hero-title--cheeku span {
    display: block;
    line-height: 1;
    white-space: nowrap;
}
.hero-title--cheeku {
    line-height: 0px;
}

.hero-title--cheeku span {
    display: block;
    margin-bottom: 0px !important;
}
 

    @keyframes pulse {
      0% { opacity: 0.4; transform: translateY(0); }
      50% { opacity: 1; transform: translateY(6px); }
      100% { opacity: 0.4; transform: translateY(0); }
    }

    /* ── SHOWCASE 3D ── */
    .showcase-3d {
      position: relative;
      width: 100%;
      min-height: 280vh;
      overflow: visible;
      background:
        radial-gradient(circle at 50% 25%, rgba(255, 255, 255, 0.85), transparent 24%),
        linear-gradient(180deg, #f6efe4 0%, #efe4d5 42%, #e5d7c7 100%);
    }

    .showcase-sticky-wrapper {
      position: sticky;
      top: 0;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
    }

    #hero-canvas {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      background:
        linear-gradient(180deg, rgba(246, 239, 228, 0.98), rgba(231, 219, 205, 0.98)),
        url('../images/cheeku1/0021.png') center center / cover no-repeat;
    }

    /* Loading overlay */
    .hero-loading-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: rgba(242, 235, 225, 0.82);
      z-index: 10;
      transition: opacity 0.8s ease;
    }

    .hero-loading-overlay.hidden {
      opacity: 0;
      pointer-events: none;
    }

    .hero-spinner {
      width: 50px;
      height: 50px;
      border: 3px solid rgba(93, 70, 42, 0.08);
      border-top: 3px solid #b58b57;
      border-radius: 50%;
      animation: spin 1s linear infinite;
      margin-bottom: 1.5rem;
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    .hero-loading-text {
      font-size: 0.9rem;
      color: #6c5a48;
      letter-spacing: 0.5px;
    }

    .hero-loading-text span {
      color: #b58b57;
      font-weight: 600;
    }

    /* Scroll hint */
    .scroll-hint {
      position: absolute;
      bottom: 2rem;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      z-index: 5;
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.7rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      transition: opacity 0.5s ease;
    }

    .scroll-hint.hidden {
      opacity: 0;
    }

    .mouse-icon {
      width: 24px;
      height: 38px;
      border: 2px solid rgba(255, 255, 255, 0.3);
      border-radius: 12px;
      position: relative;
      display: flex;
      justify-content: center;
    }

    .mouse-wheel {
      width: 3px;
      height: 8px;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 2px;
      margin-top: 6px;
      animation: scrollWheel 2s infinite;
    }

    @keyframes scrollWheel {
      0% { opacity: 1; transform: translateY(0); }
      100% { opacity: 0; transform: translateY(16px); }
    }

    /* Frame counter */
    .frame-counter {
      position: absolute;
      top: 2rem;
      right: 2rem;
      z-index: 5;
      background: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(8px);
      padding: 0.5rem 1.2rem;
      border-radius: 30px;
      border: 1px solid rgba(255, 215, 100, 0.15);
      font-size: 0.8rem;
      color: #d4d9ed;
      letter-spacing: 0.5px;
      pointer-events: none;
    }

    .frame-counter span {
      color: #f5b94e;
      font-weight: 600;
    }

    /* Progress bar at bottom */
    .progress-bar {
      position: absolute;
      bottom: 5rem;
      left: 50%;
      transform: translateX(-50%);
      width: 60%;
      max-width: 400px;
      height: 3px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 10px;
      overflow: hidden;
      z-index: 5;
    }

    .progress-bar-fill {
      height: 100%;
      width: 0%;
      background: linear-gradient(90deg, #f5b94e, #f7d875);
      border-radius: 10px;
      transition: width 0.1s linear;
    }

    /* ── NEXT SECTION ── */
    .next-section {
      height: 100vh;
      min-height: 600px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      background: radial-gradient(circle at 70% 60%, #1a1e2a, #0b0d12);
      border-top: 1px solid rgba(255, 215, 100, 0.15);
      padding: 2rem;
      position: relative;
      z-index: 2;
    }

    .next-section h2 {
      font-size: clamp(2.5rem, 8vw, 4.5rem);
      font-weight: 600;
      background: linear-gradient(135deg, #f7d875, #f5b94e);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      margin-bottom: 1rem;
    }

    .next-section p {
      font-size: 1.2rem;
      opacity: 0.6;
      max-width: 500px;
    }

    /* ── SPACER (hidden, used for scroll room) ── */
    #sequence-spacer {
      height: 100vh;
      width: 100%;
      background: transparent;
      display: block;
    }

    /* responsive */
    @media (max-width: 600px) {
      .hero-section--cheeku h1 {
        font-size: 3.2rem;
      }
      .frame-counter {
        top: 1rem;
        right: 1rem;
        font-size: 0.7rem;
        padding: 0.3rem 0.8rem;
      }
      .scroll-hint {
        bottom: 1rem;
        font-size: 0.6rem;
      }
      .mouse-icon {
        width: 20px;
        height: 32px;
      }
      .mouse-wheel {
        height: 6px;
        margin-top: 4px;
      }
      .progress-bar {
        bottom: 4rem;
        width: 80%;
      }
    }
.frame-counter, .progress-bar{
  display: none;
}

.section{height:100vh;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;background:#0b0d15}

/* The wrapper creates exactly enough scroll room for the full sequence */
.banner-wrapper{height:600vh;position:relative}

/* The banner is pinned while the sequence is active */
.banner{position:relative;height:100vh;width:100%;overflow:hidden;background:#111}
.banner.is-fixed{position:fixed;top:0;left:0;z-index:10}
.banner.is-ended{position:absolute;top:auto;bottom:0;left:0;z-index:1}

canvas{position:absolute;inset:0;width:100%;height:100%;display:block}
.overlay{position:absolute;inset:0;background:
radial-gradient(circle at center,rgba(255,255,255,.08),transparent 60%),
linear-gradient(to top,rgba(0,0,0,.45),transparent 45%)}
.counter,.loading{
  display: none;
position:absolute;top:25px;padding:10px 18px;border-radius:999px;
background:rgba(255,255,255,.08);backdrop-filter:blur(12px);
border:1px solid rgba(255,255,255,.05);font-size:.9rem;letter-spacing:1px}
.counter{right:25px}
.loading{left:25px;transition:opacity .6s ease}
.caption{
position:absolute;bottom:35px;width:100%;text-align:center;
letter-spacing:5px;text-transform:uppercase;font-size:13px;opacity:.6}

@media(max-width:600px){.section{font-size:2rem}.counter,.loading{font-size:.7rem;padding:6px 14px}}

.collection-card__benefits li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: none;
    height: none px;
    border-radius: none;
    border: none ;
    opacity: none;
}
.collection-card__visual{
    position: relative;
    height: 275px;
    overflow: visible;
    z-index: 1;
}
.collection-card__image{
    position: absolute;
    left: 50%;
    bottom: 8px;   /* Adjust this value */
    transform: translateX(-50%);
    width: 100%;
    z-index: 5;
    border-top-left-radius: 25px;
border-top-right-radius: 25px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
    transition: transform .5s ease;
}
.collection-card__body{
    position: relative;
}
.collection-card{
    position: relative;
    overflow: visible;
}

.collection-card__visual{
    z-index: 1;
}

.collection-card__body{
    z-index: 2;
}

.collection-card__image{
    z-index: 10;
}


/* ===========================================================
   HERO SECTION - FULLY RESPONSIVE (MOBILE)
=========================================================== */

@media (max-width: 991px) {

    .hero-section,
    .hero-section--cheeku {
        min-height: auto !important;
        padding: 110px 0 70px !important;
        overflow: hidden !important;
    }

    .hero-section__inner {
        width: 100% !important;
        padding: 0 20px !important;
    }

    .hero-grid {
        min-height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        row-gap: 35px !important;
    }

    .hero-copy,
    .hero-copy--cheeku {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    .hero-title,
    .hero-title--cheeku {
        font-size: clamp(2.4rem, 7vw, 3.8rem) !important;
        line-height: 1.05 !important;
        letter-spacing: -1px !important;
        margin-bottom: 22px !important;
    }

    .hero-title span {
        display: block !important;
    }

    .hero-text,
    .hero-text--cheeku {
        font-size: 15px !important;
        line-height: 1.8 !important;
        max-width: 95% !important;
        margin: 0 auto 30px !important;
    }

    .hero-actions,
    .hero-actions--cheeku {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 15px !important;
        width: 100% !important;
    }

    .hero-actions .btn {
        width: 100% !important;
        max-width: 320px !important;
        height: 54px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 14px !important;
        letter-spacing: 1px !important;
    }

    .hero-section__bg {
        overflow: hidden !important;
    }

    .hero-section__bg-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        transform: scale(1.08) !important;
    }

    .hero-shell__glow--left {
        left: -120px !important;
        width: 260px !important;
        height: 260px !important;
    }

    .hero-shell__glow--right {
        right: -120px !important;
        width: 260px !important;
        height: 260px !important;
    }

    .hero-shell__grain {
        opacity: .25 !important;
    }
}

@media (max-width: 767.98px) {
    .hero-section--cheeku {
        min-height: 81vh !important;
        padding-bottom: 0 !important;
    }

    .hero-section__bg {
        inset: 0 !important;
    }

    .hero-section__bg picture,
    .hero-section__bg img,
    .hero-section__bg-image {
        display: block;
        width: 100% !important;
        height: auto !important;
    }

    .hero-section__bg picture {
        position: relative;
    }

    .hero-section__bg-image {
        margin-top: 0 !important;
        object-fit: cover !important;
        object-position: center center !important;
        transform: none !important;
    }
}


/* ===========================================================
   SMALL MOBILE (480px)
=========================================================== */

@media (max-width: 480px) {

    .hero-section,
    .hero-section--cheeku {
        padding: 90px 0 60px !important;
    }

    .hero-section__inner {
        padding: 0 18px !important;
    }

    .hero-title,
    .hero-title--cheeku {
        font-size: 2.2rem !important;
        line-height: 1.08 !important;
        margin-bottom: 18px !important;
    }

    .hero-text,
    .hero-text--cheeku {
        font-size: 14px !important;
        line-height: 1.75 !important;
        max-width: 100% !important;
        margin-bottom: 28px !important;
    }

    .hero-actions .btn {
        width: 100% !important;
        max-width: 100% !important;
        height: 52px !important;
        font-size: 13px !important;
    }

    .hero-shell__glow--left,
    .hero-shell__glow--right {
        width: 180px !important;
        height: 180px !important;
    }

    .hero-section__bg,
    .hero-section__inner {
        margin-top: -140 !important;
    }
}


/* ===========================================================
   EXTRA SMALL DEVICES (360px)
=========================================================== */

@media (max-width: 360px) {

    .hero-title,
    .hero-title--cheeku {
        font-size: 1.9rem !important;
    }

    .hero-text,
    .hero-text--cheeku {
        font-size: 13px !important;
    }

    .hero-actions .btn {
        height: 48px !important;
        font-size: 12px !important;
    }
}

/* ==========================================
   MOBILE COLLECTION SLIDER
========================================== */

@media (max-width: 768px) {

    .collection-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 20px !important;
        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;
        padding: 10px 20px 25px !important;
        margin: 0 -20px !important;

        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    .collection-grid::-webkit-scrollbar {
        display: none !important;
    }

    .collection-card {
        flex: 0 0 85% !important;
        width: 85% !important;
        max-width: 340px !important;
        scroll-snap-align: center !important;
    }

    .collection-card__image {
        max-width: 280px !important;
        margin: auto !important;
        display: block !important;
        bottom: -76px !important;
    }

    .collection-card__body {
        padding: 22px !important;
    }
    .collection-card--serum .collection-card__body{
      margin-top: 20px !important;
    }
.collection-card--day .collection-card__body {
  margin-top: 20px !important;
}

.collection-card--spf .collection-card__body {
margin-top: 20px !important;
}

.collection-card--night .collection-card__body {
margin-top: 20px !important;
}
}
@media (max-width:768px){

.collection-card{
    flex: 0 0 80% !important;
    width: 78% !important;
}

.collection-grid{
    gap:18px !important;
    padding-left:20px !important;
    padding-right:20px !important;
}
.collection-card__benefits li{
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    align-items: normal !important;
}
}
/* ==========================================================
   PHILOSOPHY SECTION - RESPONSIVE
========================================================== */

/* -------------------- Tablet -------------------- */

@media (max-width:991px){

.philosophy-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:50px !important;
    align-items:center !important;
}

.philosophy-copy{
    text-align:center !important;
    order:1 !important;
}

.philosophy-title{
    font-size:clamp(2.4rem,6vw,3.5rem) !important;
    line-height:1.1 !important;
    margin-bottom:20px !important;
}

.philosophy-body{
    max-width:700px !important;
    margin:30px auto 0 !important;
}

.philosophy-body p{
    font-size:15px !important;
    line-height:1.8 !important;
}

.philosophy-link{
    display:inline-flex !important;
    justify-content:center !important;
    align-items:center !important;
}

.ritual-icon-row{
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:20px !important;
    margin-top:35px !important;
}

.ritual-icon-item{
    justify-content:center !important;
    text-align:center !important;
    padding:18px !important;
}

.philosophy-note{
    margin-top:35px !important;
    justify-content:center !important;
    text-align:center !important;
    flex-wrap:wrap !important;
    gap:18px !important;
}

.philosophy-panel{
    order:2 !important;
}

.philosophy-panel__inner{
    padding:40px !important;
}

.philosophy-panel__content{
    text-align:center !important;
}

.philosophy-panel__content h3{
    font-size:34px !important;
}

.philosophy-panel__divider{
    margin:20px auto !important;
}

.philosophy-panel__art{
    margin:35px auto !important;
    text-align:center !important;
}

.philosophy-panel__art img{
    max-width:320px !important;
    width:100% !important;
    height:auto !important;
}

.philosophy-panel__foot{
    justify-content:center !important;
    text-align:center !important;
}

}


/* -------------------- Mobile -------------------- */

@media (max-width:767px){

#philosophy{
    padding:70px 0 !important;
}

#philosophy .container{
    padding-left:18px !important;
    padding-right:18px !important;
}

.philosophy-grid{
    gap:40px !important;
}

.philosophy-kicker{
    font-size:12px !important;
    letter-spacing:3px !important;
}

.philosophy-title{
    font-size:2.3rem !important;
    line-height:1.1 !important;
}

.philosophy-title br{
    display:none !important;
}

.philosophy-body{
    margin-top:25px !important;
}

.philosophy-body p{
    font-size:14px !important;
    line-height:1.8 !important;
}

.philosophy-link{
    width:100% !important;
    max-width:280px !important;
    margin:25px auto 0 !important;
}

.ritual-icon-row{
    grid-template-columns:repeat(2,1fr) !important;
    gap:15px !important;
}

.ritual-icon-item{
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    padding:16px !important;
}

.ritual-icon-item span{
    margin-bottom:10px !important;
}

.ritual-icon-item strong{
    font-size:13px !important;
}

.philosophy-note{
    flex-direction:column !important;
    padding:22px !important;
}

.philosophy-note p{
    text-align:center !important;
}

.philosophy-note__arrow{
    margin-top:8px !important;
}

.philosophy-panel__inner{
    padding:28px !important;
}

.philosophy-panel__content h3{
    font-size:28px !important;
}

.philosophy-panel__content p{
    font-size:23px !important;
    line-height:1.8 !important;
}

.philosophy-panel__art img{
    max-width:250px !important;
}

.philosophy-panel__foot{
    flex-direction:column !important;
    gap:12px !important;
}

.philosophy-panel__foot strong{
    font-size:14px !important;
}

.philosophy-panel__foot p{
    font-size:13px !important;
}

}


/* -------------------- Small Phones -------------------- */

@media (max-width:480px){

.philosophy-title{
    font-size:2rem !important;
}

.philosophy-body p{
    font-size:13px !important;
}

.ritual-icon-row{
    grid-template-columns:1fr 1fr !important;
    gap:12px !important;
}
.product-detail__summary{
  padding: 5px !important;
}
.ritual-icon-item{
    padding:14px !important;
}

.ritual-icon-item span{
    font-size:20px !important;
}

.ritual-icon-item strong{
    font-size:12px !important;
}

.philosophy-note{
    padding:18px !important;
}

.philosophy-note p{
    font-size:13px !important;
}

.philosophy-panel__inner{
    padding:22px !important;
}

.philosophy-panel__content h3{
    font-size:24px !important;
}

.philosophy-panel__art img{
    max-width:210px !important;
}
.philosophy-note__icon {
  display: none;
}
  .hero-copy, .hero-copy--cheeku{
    display: none !important;
  } 
}
/* ==========================================================
   CUSTOMER LOVE - RESPONSIVE
========================================================== */

/* ---------------- Tablet ---------------- */

@media (max-width:991px){

#emotion{
    padding:80px 0 !important;
}

.emotion-panel__header{
    text-align:center !important;
    margin-bottom:40px !important;
}

.emotion-panel__title{
    font-size:clamp(2.2rem,6vw,3.2rem) !important;
    line-height:1.1 !important;
}

.emotion-panel__lead{
    max-width:650px !important;
    margin:18px auto 0 !important;
    font-size:15px !important;
    line-height:1.8 !important;
}

.emotion-panel__stage{

    display:flex !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;

    gap:20px !important;

    scroll-snap-type:x mandatory !important;
    scroll-behavior:smooth !important;

    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;

    padding:10px 20px 30px !important;

}

.emotion-panel__stage::-webkit-scrollbar{
    display:none !important;
}

.emotion-card{

    flex:0 0 75% !important;
    max-width:420px !important;

    scroll-snap-align:center !important;

}

.emotion-panel__quote-mark,
.emotion-panel__decor{
    display:none !important;
}

.emotion-panel__nav{
    justify-content:center !important;
    margin-top:25px !important;
}

}


/* ---------------- Mobile ---------------- */

@media (max-width:767px){

#emotion .container{
    padding-left:18px !important;
    padding-right:18px !important;
}

.emotion-panel__title{
    font-size:2.2rem !important;
}

.emotion-panel__lead{
    font-size:14px !important;
}

.emotion-panel__stage{

    gap:16px !important;
    padding:10px 16px 30px !important;

}

.emotion-card{

    flex:0 0 86% !important;
    width:86% !important;

    padding:24px !important;

}

.emotion-card__profile{

    display:flex !important;
    align-items:center !important;

}

.emotion-card__avatar{

    width:58px !important;
    height:58px !important;

}

.emotion-card__avatar img{

    width:100% !important;
    height:100% !important;
    object-fit:cover !important;

}

.emotion-card__meta h3{
    font-size:18px !important;
}

.emotion-card__meta p{
    font-size:11px !important;
}

.emotion-card__body{
    font-size:14px !important;
    line-height:1.8 !important;
    margin-top:20px !important;
}

.emotion-card__badge{
    font-size:40px !important;
}

.emotion-card__ornament{
    display:none !important;
}

.emotion-panel__stage {
    position: relative;
}

.emotion-card[aria-hidden="true"] {
    display: none;
}

.emotion-card.is-active {
    display: block;
}

.emotion-panel__nav-btn{

    width:42px !important;
    height:42px !important;

}

}


/* ---------------- Small Phones ---------------- */

@media (max-width:480px){

.emotion-panel__title{
    font-size:2rem !important;
}

.emotion-panel__lead{
    font-size:13px !important;
}

.emotion-card{

    flex:0 0 90% !important;
    width:90% !important;

    padding:20px !important;

}

.emotion-card__avatar{

    width:52px !important;
    height:52px !important;

}

.emotion-card__meta h3{
    font-size:16px !important;
}

.emotion-card__body{
    font-size:13px !important;
}
  .dragon-blood-card__content {
    bottom: 56%;
  }
}

.auth-page,
.account-page,
.saved-page {
  background:
    radial-gradient(circle at top left, rgba(224, 198, 171, 0.24), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(108, 125, 78, 0.14), transparent 26%),
    linear-gradient(180deg, #f7efe4 0%, #efe4d5 100%);
}

.auth-shell--premium,
.account-shell,
.saved-shell,
.cart-shell {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(175, 136, 89, 0.14);
  background: rgba(255, 251, 244, 0.72);
  box-shadow: 0 24px 60px rgba(88, 65, 42, 0.12);
}

.auth-visual--premium {
  padding: 42px;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(90, 39, 30, 0.94), rgba(132, 67, 49, 0.88)),
    url('../images/hero-banner.png') center/cover no-repeat;
  position: relative;
}

.auth-visual--premium::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 18, 15, 0.08), rgba(28, 18, 15, 0.42));
}

.auth-visual--premium > *,
.saved-hero > * {
  position: relative;
  z-index: 1;
}

.auth-visual__logo--premium {
  width: 150px;
  margin-bottom: 24px;
}

.auth-visual__eyebrow,
.saved-hero__eyebrow {
  margin: 0 0 10px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 248, 240, 0.76);
}

.auth-visual--premium h1,
.saved-hero h1 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.95;
}

.auth-visual--premium p,
.saved-hero p,
.account-panel__subtitle,
.saved-panel__subtitle,
.auth-panel__subtitle {
  max-width: 440px;
  color: black;
  line-height: 1.7;
  font-family: "Inter", "Segoe UI", sans-serif;
}

.auth-panel--premium,
.account-panel,
.saved-panel {
  padding: clamp(28px, 4vw, 48px);
}

.auth-panel--premium h2,
.account-panel h2,
.saved-panel h2 {
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
}

.auth-panel--premium .form-control,
.auth-panel--premium .form-select,
.account-panel .form-control,
.saved-panel .form-control {
  min-height: 52px;
  border-radius: 14px;
  border-color: rgba(175, 136, 89, 0.22);
  background: rgba(255, 255, 255, 0.84);
}

.auth-panel--premium .form-control:focus,
.auth-panel--premium .form-select:focus,
.account-panel .form-control:focus,
.saved-panel .form-control:focus {
  border-color: #b58d63;
  box-shadow: 0 0 0 0.2rem rgba(181, 141, 99, 0.14);
}

.auth-panel--premium .btn-auth {
  min-height: 52px;
  border-radius: 999px;
  background: #2b241f;
  border-color: #2b241f;
  color: #fff;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.auth-panel--premium .btn-auth:hover {
  background: #1d1714;
  border-color: #1d1714;
}

.auth-links {
  color: rgba(43, 36, 31, 0.78);
  font-family: "Inter", "Segoe UI", sans-serif;
}

.auth-links a {
  color: inherit;
}

.account-card,
.saved-card,
.cart-card {
  border-radius: 28px;
  border: 1px solid rgba(175, 136, 89, 0.14);
  background: rgba(255, 251, 244, 0.74);
  box-shadow: 0 22px 48px rgba(88, 65, 42, 0.1);
}

.account-avatar {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-inline: auto;
  background: linear-gradient(180deg, rgba(251, 242, 232, 0.98), rgba(236, 222, 206, 0.96));
  color: #7a5b42;
  font-size: 3rem;
  box-shadow: inset 0 0 0 1px rgba(175, 136, 89, 0.16);
}

.saved-item {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(175, 136, 89, 0.14);
  background: rgba(255, 255, 255, 0.8);
}

.saved-item img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.saved-item .card-body {
  padding: 1.1rem;
}

.saved-actions,
.cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.saved-actions .btn,
.cart-actions .btn {
  border-radius: 999px;
}

.saved-empty,
.cart-empty {
  padding: 3rem 1rem;
  text-align: center;
}

.cart-table {
  border-collapse: separate;
  border-spacing: 0 14px;
}

.cart-table thead th {
  border: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: rgba(43, 36, 31, 0.58);
}

.cart-table tbody tr {
  background: rgba(255, 251, 244, 0.88);
  box-shadow: 0 12px 26px rgba(88, 65, 42, 0.08);
}

.cart-table tbody td {
  border-top: 1px solid rgba(175, 136, 89, 0.12);
  border-bottom: 1px solid rgba(175, 136, 89, 0.12);
  padding-block: 1rem;
}

.cart-table tbody td:first-child {
  border-left: 1px solid rgba(175, 136, 89, 0.12);
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.cart-table tbody td:last-child {
  border-right: 1px solid rgba(175, 136, 89, 0.12);
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.cart-summary {
  border-radius: 24px;
  border: 1px solid rgba(175, 136, 89, 0.14);
  background: rgba(255, 251, 244, 0.84);
  box-shadow: 0 18px 36px rgba(88, 65, 42, 0.08);
}

.wishlist-heart--active,
.wishlist-heart--active i {
  color: #c42929 !important;
}
