﻿:root {
  --bg: #f5f5f5;
  --surface: #ffffff;
  --surface-soft: #fafafa;
  --text: #181818;
  --text-muted: #5a5a5a;
  --line: #e6e6e6;
  --gold: #c5a065;
  --gold-strong: #d4af37;
  --gold-soft: #ead8b2;
  --container: 1880px;
  --bg-dark-deep: #101b6c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: var(--bg);
  color: var(--text);
}
body.home-premium {
  background:
    radial-gradient(circle at top, rgba(88, 63, 44, 0.18), transparent 28%),
    linear-gradient(180deg, #26231f 0%, #211d1a 58%, #1b1816 100%);
  color: #f3eee6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container {
  width: min(var(--container), calc(100% - 60px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(245, 245, 245, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.header-grid {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.header-nav a,
.header-tools a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.header-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.center-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.center-logo-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.center-logo-word {
  font-size: 58px;
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.center-logo-sub {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}
.nav-toggle {
  display: none;
  justify-self: end;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--surface);
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
}

body.home-premium .site-header {
  position: absolute;
  width: 100%;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
body.home-premium .header-nav a,
body.home-premium .header-tools a,
body.home-premium .center-logo-sub,
body.home-premium .center-logo-word {
  color: #f3eee6;
}
body.home-premium .header-grid {
  min-height: 104px;
}

.serenity-hero {
  position: relative;
  min-height: 880px;
  overflow: hidden;
}
.serenity-hero-media {
  position: absolute;
  inset: 0;
  transform: scale(1.01);
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.serenity-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serenity-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18,15,12,0.72) 0%, rgba(18,15,12,0.26) 34%, rgba(18,15,12,0.58) 100%);
}
.serenity-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 880px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.serenity-hero-copy {
  max-width: 430px;
  padding-top: 80px;
}
.serenity-hero-copy h1 {
  color: #ffffff;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.serenity-hero-copy p {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}
.serenity-kicker {
  color: rgba(255, 255, 255, 0.82);
}
.serenity-section-kicker-dark {
  color: rgba(34, 29, 24, 0.62);
}
.serenity-kicker,
.serenity-section-kicker {
  display: inline-block;
  margin-bottom: 20px;
  color: rgba(243, 238, 230, 0.72);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.serenity-hero-copy h1,
.serenity-section-head h2,
.serenity-values-title h2,
.serenity-journey-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.5vw, 78px);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.serenity-hero-copy p,
.serenity-section-head p,
.serenity-value-card p,
.serenity-journey-copy p {
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 1.72;
  color: #544c43;
}
.serenity-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 34px;
  padding: 0 28px;
  border-radius: 999px;
  background: #d2b192;
  color: #221d18;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.serenity-button-soft {
  background: rgba(210, 177, 146, 0.92);
}

.serenity-featured,
.serenity-journey {
  padding: 88px 0 96px;
  background: transparent;
}
.serenity-featured .serenity-section-head h2,
.serenity-featured .serenity-section-head p,
.serenity-journey-copy h2 {
  color: #221d18;
}
.serenity-featured .serenity-section-head p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.serenity-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.serenity-circles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  margin-top: 54px;
}
.serenity-circle-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.serenity-circle-card-small {
  padding-top: 34px;
}
.serenity-circle-image {
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}
.serenity-circle-card-large .serenity-circle-image {
  width: 240px;
  height: 240px;
}
.serenity-circle-label {
  color: #f3eee6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.08;
  text-align: center;
}
.serenity-center-action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.serenity-values {
  position: relative;
  padding: 92px 0 96px;
  background:
    radial-gradient(circle at 18% 22%, rgba(197, 160, 101, 0.08), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(197, 160, 101, 0.06), transparent 24%),
    linear-gradient(180deg, #1b1714 0%, #211b16 100%);
}
.serenity-values-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.serenity-values-title,
.serenity-value-card {
  padding: 34px 36px;
  border: 1px solid rgba(237, 223, 205, 0.14);
  background: rgba(255, 248, 240, 0.04);
  border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.serenity-values-title {
  color: #f3eee6;
}
.serenity-values-title p {
  margin: 22px 0 0;
  max-width: 440px;
  color: rgba(243, 238, 230, 0.78);
  font-size: 16px;
  line-height: 1.8;
}
.serenity-value-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #f3eee6;
}
.serenity-value-name {
  display: inline-block;
  color: rgba(243, 238, 230, 0.76);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.serenity-value-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(197, 160, 101, 0.3);
  background: rgba(197, 160, 101, 0.08);
  color: #d8b27a;
  font-size: 24px;
  line-height: 1;
}
.serenity-value-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.serenity-value-icon-outline {
  background: transparent;
}
.serenity-value-icon-star,
.serenity-value-icon-cycle {
  font-family: Georgia, "Times New Roman", serif;
}

.serenity-journey-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.serenity-journey-visuals {
  position: relative;
  min-height: 620px;
}
.serenity-ring {
  position: absolute;
  top: 16px;
  left: 18px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(243, 238, 230, 0.5);
  border-radius: 50%;
}
.serenity-journey-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #111;
}
.serenity-journey-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.02);
}
.serenity-journey-photo-left {
  left: 96px;
  top: 88px;
  width: 290px;
  height: 420px;
}
.serenity-journey-photo-right {
  right: 18px;
  top: 30px;
  width: 320px;
  height: 480px;
}

.hero-clean {
  padding: 0 0 36px;
}
.hero-editorial {
  padding-top: 18px;
}
.hero-full-bleed {
  padding-top: 0;
}
.hero-slider {
  position: relative;
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
.hero-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hero-media-stage {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: stretch;
}
.hero-media-stage-single {
  grid-template-columns: 1fr;
}
.hero-video-panel {
  min-height: 860px;
}
.hero-video-panel-full {
  min-height: 880px;
}
.hero-video-shell,
.hero-video-placeholder {
  width: 100%;
  height: 100%;
}
.hero-video-shell {
  position: relative;
  overflow: hidden;
  background: #dfe6f0;
}
.hero-image-shell {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-image-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 40%, rgba(16,16,16,0.08) 100%);
}
.hero-video-shell-wide {
  min-height: 860px;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay-layout {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 860px;
}
.hero-copy-card {
  width: min(100%, 520px);
  padding: 0;
  background: transparent;
  backdrop-filter: none;
}
.hero-video-placeholder {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 70px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.74) 0%, rgba(255,255,255,0.28) 38%, rgba(7,16,36,0.08) 100%),
    radial-gradient(circle at 28% 24%, rgba(116, 170, 226, 0.82), transparent 24%),
    radial-gradient(circle at 76% 28%, rgba(17, 33, 70, 0.92), transparent 18%),
    linear-gradient(120deg, #f2f3f5 0%, #d7e4f1 34%, #0e1d39 100%);
}
.hero-video-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 24%, rgba(72, 127, 192, 0.95), transparent 7%),
    radial-gradient(circle at 71.5% 24%, rgba(215, 236, 255, 0.95), transparent 2.4%),
    radial-gradient(circle at 83% 18%, rgba(18, 27, 49, 0.96), transparent 24%),
    radial-gradient(circle at 87% 60%, rgba(255,255,255,0.1), transparent 18%);
  mix-blend-mode: multiply;
}
.hero-video-placeholder::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.18), transparent 34%),
    radial-gradient(circle at 42% 18%, rgba(86, 142, 209, 0.85), transparent 10%),
    radial-gradient(circle at 44% 18%, rgba(210, 237, 255, 0.96), transparent 2.3%),
    linear-gradient(90deg, rgba(255,255,255,0.02), rgba(10,18,32,0.26) 70%, rgba(10,18,32,0.82));
  clip-path: ellipse(73% 100% at 100% 50%);
}
.hero-video-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}
.hero-video-copy-compact {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 68px 64px;
  color: #f7f2e8;
}
.hero-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.hero-video-copy h1 {
  margin: 0;
  max-width: 640px;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.98;
  font-weight: 700;
  text-transform: uppercase;
}
.hero-video-copy p {
  max-width: 500px;
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(247, 242, 232, 0.86);
}
.hero-copy-card .hero-kicker {
  color: rgba(255, 255, 255, 0.96);
}
.hero-copy-card h1 {
  margin: 0;
  max-width: 500px;
  font-size: clamp(40px, 5.2vw, 78px);
  line-height: 0.96;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: #ffffff;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.hero-copy-card p {
  max-width: 420px;
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}
.hero-copy-card .hero-link {
  margin-top: 34px;
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(255, 255, 255, 0.98);
  color: #111111;
  box-shadow: none;
}
.hero-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.hero-slider-arrow-prev {
  left: 20px;
}
.hero-slider-arrow-next {
  right: 20px;
}
.hero-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 3;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}
.hero-slider-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}
.hero-slider-dot.is-active {
  background: #ffffff;
}

.brand-benefits {
  padding: 28px 0 30px;
  border-bottom: 1px solid var(--line);
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}
.benefit-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 18px;
}
.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  line-height: 1;
  flex: 0 0 46px;
}
.benefit-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.benefit-copy h3 {
  margin: 1px 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.benefit-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-muted);
}
.hero-link,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  min-height: 50px;
  padding: 0 28px;
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--bg-dark-deep);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(197, 160, 101, 0.22);
}
.brand-story-section {
  padding: 22px 0 54px;
}
.brand-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
}
.brand-story-card {
  padding: 42px 40px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.brand-story-card-main {
  background: linear-gradient(180deg, #ffffff, #fbf8f1);
}
.brand-story-kicker {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.brand-story-card h2 {
  margin: 0 0 20px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.02;
  font-weight: 700;
  text-transform: uppercase;
}
.brand-story-card p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.78;
  color: var(--text-muted);
}
.brand-story-card p:last-child {
  margin-bottom: 0;
}
.brand-story-accent {
  color: var(--text);
  font-weight: 600;
}

.page-heading {
  padding: 44px 0 18px;
}
.page-heading-inner,
.product-heading-inner {
  text-align: center;
}
.page-heading h1,
.product-heading-clean h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.page-heading p,
.clean-breadcrumbs {
  margin: 14px 0 0;
  font-size: 13px;
  color: #9a9a9a;
}
.clean-breadcrumbs {
  letter-spacing: 0.02em;
}
.clean-breadcrumbs a {
  color: inherit;
  transition: color 0.3s ease;
}
.clean-breadcrumbs a:hover {
  color: var(--gold);
}
.clean-breadcrumbs span {
  display: inline-block;
  margin: 0 2px;
}

.products-section {
  padding: 36px 0 70px;
}
.products-section-tight {
  padding-top: 20px;
}
.section-title-row {
  margin-bottom: 24px;
}
.section-title-row h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.filters-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.filters-row-audience {
  margin-bottom: 14px;
}
.filter-chip {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.filter-chip.is-active {
  background: #111;
  border-color: #111;
  color: #fff;
}
.catalog-empty-state {
  padding: 42px 34px;
  background: var(--surface);
  border: 1px solid var(--line);
  text-align: center;
}
.catalog-empty-state h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.08;
  text-transform: uppercase;
}
.catalog-empty-state p {
  margin: 0 auto;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-muted);
}

.clean-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 44px;
  row-gap: 72px;
}
.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.45s ease, opacity 0.45s ease;
}
.product-thumb {
  height: 420px;
  display: flex;
  align-items: end;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.65));
  transition: transform 0.45s ease, filter 0.45s ease;
}
.product-thumb img {
  max-width: 72%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.55s ease;
}
.product-badge-row,
.product-category,
.product-volume,
.product-meta-line,
.product-link {
  display: none;
}
.product-body {
  padding: 0;
  text-align: center;
}
.product-topline {
  display: block;
}
.product-name {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}
.product-tagline,
.product-short {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-muted);
}
.product-short {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
.product-card:hover,
.product-card:focus-visible {
  transform: translateY(-8px);
}
.product-card:hover .product-thumb,
.product-card:focus-visible .product-thumb {
  transform: translateY(-4px);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.12));
}
.product-card:hover .product-thumb img,
.product-card:focus-visible .product-thumb img {
  transform: scale(1.04);
}
.product-card:hover .product-name,
.product-card:focus-visible .product-name {
  color: var(--gold);
}

.product-clean-section {
  padding: 26px 0 40px;
}
.product-clean-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: start;
}
.product-clean-media {
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-soft);
}
.product-clean-media img {
  max-width: 56%;
  max-height: 760px;
  object-fit: contain;
}
.product-clean-copy h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}
.product-clean-copy .product-subtitle {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.45;
}
.product-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 294px;
  min-height: 48px;
  margin-bottom: 34px;
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--bg-dark-deep);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(197, 160, 101, 0.22);
}
.purchase-modal[hidden] {
  display: none;
}
.purchase-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
}
.purchase-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.42);
}
.purchase-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100% - 28px));
  margin: 12vh auto 0;
  padding: 34px 32px 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}
.purchase-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.purchase-modal-dialog h2 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.04;
  text-transform: uppercase;
}
.purchase-modal-text {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
}
.purchase-modal-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.purchase-marketplace {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.purchase-marketplace:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}
.product-clean-description {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-muted);
}
.product-clean-points {
  display: grid;
  gap: 16px;
}
.product-clean-point-card {
  padding: 20px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.product-clean-point-title {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.product-clean-point-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-muted);
}
.product-info-minimal {
  padding: 0 0 40px;
}
.product-detail-minimal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.detail-card {
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.detail-card h2 {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.detail-card p,
.detail-list {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-muted);
}
.detail-list {
  padding-left: 18px;
}
.related-clean-section {
  border-top: 1px solid var(--line);
}

.minimal-about {
  padding: 10px 0 80px;
}
.minimal-about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.minimal-about h3 {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.minimal-about p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}

.info-page-section {
  padding: 18px 0 72px;
}
.info-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.info-page-card {
  padding: 36px 34px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.info-page-card-wide {
  grid-column: span 3;
}
.info-page-card h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.04;
  text-transform: uppercase;
}
.info-page-card p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.78;
  color: var(--text-muted);
}
.info-page-card p:last-child {
  margin-bottom: 0;
}
.info-page-card a:hover {
  color: var(--gold);
}

.site-footer {
  padding: 28px 0 36px;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
body.home-premium .site-footer {
  background: #181512;
  border-top: 1px solid rgba(243, 238, 230, 0.12);
}
.footer-clean-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}
.footer-logo {
  justify-self: center;
}
.footer-clean-links {
  display: flex;
  gap: 24px;
}
.footer-clean-links a,
.footer-clean-copy {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer-clean-copy {
  justify-self: end;
}
body.home-premium .footer-clean-links a,
body.home-premium .footer-clean-copy,
body.home-premium .footer-logo .center-logo-word,
body.home-premium .footer-logo .center-logo-sub {
  color: rgba(243, 238, 230, 0.9);
}
body.home-premium .footer-clean-links a:hover {
  color: #d2b192;
}

@media (max-width: 1400px) {
  .serenity-circles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .serenity-values-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-media-stage {
    grid-template-columns: 1fr;
  }
  .brand-story-grid {
    grid-template-columns: 1fr;
  }
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .serenity-journey-grid,
  .serenity-values-grid {
    grid-template-columns: 1fr;
  }
  .serenity-values {
    padding: 72px 0 76px;
  }
  .serenity-journey-visuals {
    min-height: 540px;
  }
  .clean-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-clean-layout,
  .product-detail-minimal,
  .minimal-about-grid,
  .info-page-grid {
    grid-template-columns: 1fr;
  }
  .info-page-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 980px) {
  .serenity-hero,
  .serenity-hero-inner {
    min-height: 760px;
  }
  .serenity-hero-inner {
    justify-content: flex-start;
  }
  .serenity-hero-copy {
    max-width: 100%;
    padding-top: 120px;
  }
  .serenity-circle-card-large .serenity-circle-image {
    width: 240px;
    height: 240px;
  }
  .header-grid {
    grid-template-columns: 1fr auto 1fr;
  }
  .header-nav {
    gap: 18px;
  }
  .header-nav a,
  .header-tools a {
    font-size: 11px;
  }
  .center-logo-word {
    font-size: 46px;
  }
  .hero-video-panel {
    min-height: 700px;
  }
  .hero-video-shell-wide,
  .hero-overlay-layout {
    min-height: 720px;
  }
  .hero-video-copy-compact {
    padding: 48px 36px;
  }
  .hero-copy-card {
    width: min(100%, 460px);
    padding: 0;
  }
  .clean-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.home-premium .site-header {
    background: rgba(16, 14, 12, 0.72);
    backdrop-filter: blur(10px);
  }
  .serenity-hero,
  .serenity-hero-inner {
    min-height: 680px;
  }
  .serenity-hero-copy h1,
  .serenity-section-head h2,
  .serenity-values-title h2,
  .serenity-journey-copy h2 {
    font-size: 42px;
  }
  .serenity-circles {
    grid-template-columns: 1fr;
  }
  .serenity-circle-image,
  .serenity-circle-card-large .serenity-circle-image {
    width: 220px;
    height: 220px;
  }
  .serenity-values-title,
  .serenity-value-card {
    padding: 24px 22px;
  }
  .serenity-journey-photo-left {
    left: 24px;
    top: 96px;
    width: 200px;
    height: 290px;
  }
  .serenity-journey-photo-right {
    right: 0;
    width: 220px;
    height: 340px;
  }
  .container {
    width: min(var(--container), calc(100% - 28px));
  }
  .header-grid {
    grid-template-columns: auto 1fr auto;
    min-height: 78px;
  }
  .header-nav,
  .header-tools {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
  .header-nav.is-open {
    position: absolute;
    top: 78px;
    left: 14px;
    right: 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.98);
  }
  .center-logo {
    justify-self: center;
  }
  .center-logo-word {
    font-size: 30px;
  }
  .center-logo-sub {
    font-size: 9px;
    letter-spacing: 0.2em;
  }
  .hero-video-panel {
    min-height: 560px;
  }
  .hero-video-shell-wide,
  .hero-overlay-layout {
    min-height: 560px;
  }
  .hero-overlay-layout {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .hero-slider-arrow {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }
  .hero-slider-arrow-prev {
    left: 12px;
  }
  .hero-slider-arrow-next {
    right: 12px;
  }
  .hero-copy-card {
    max-width: 100%;
    margin: 0 0 24px;
    padding: 0;
  }
  .hero-video-copy-compact {
    padding: 38px 24px;
  }
  .hero-video-copy h1 {
    font-size: 38px;
  }
  .hero-copy-card h1 {
    font-size: 42px;
    max-width: 340px;
  }
  .hero-copy-card p {
    max-width: 320px;
    font-size: 16px;
  }
  .brand-story-card {
    padding: 30px 24px;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .benefit-item {
    gap: 14px;
  }
  .product-thumb {
    height: 300px;
  }
  .footer-clean-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .footer-clean-copy {
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .clean-products-grid {
    grid-template-columns: 1fr;
  }
  .product-clean-media {
    min-height: 420px;
  }
  .product-clean-media img {
    max-width: 72%;
  }
  .product-buy,
  .hero-link,
  .btn-primary {
    width: 100%;
    min-width: 0;
  }
}

.ritual-section-home {
  padding-top: 0;
}
.ritual-section-home .info-page-card-wide {
  text-align: center;
}
.ritual-section-home .info-page-card-wide p {
  color: #4d463f;
}
.serenity-values-grid-advantages {
  grid-template-columns: 1.15fr repeat(2, minmax(0, 1fr));
}


/* visibility fixes */
.serenity-hero-copy h1 {
  color: #ffffff;
}
.serenity-hero-copy p {
  color: rgba(255, 255, 255, 0.9);
}
.serenity-kicker {
  color: rgba(255, 255, 255, 0.82);
}
.serenity-section-kicker-dark {
  color: rgba(34, 29, 24, 0.62) !important;
}
.serenity-featured .serenity-section-head h2,
.serenity-featured .serenity-section-head p,
.serenity-journey-copy h2 {
  color: #221d18;
}
.serenity-journey-copy p {
  color: #544c43;
}
.info-page-card,
.info-page-card h2,
.page-heading h1,
.page-heading p,
.product-heading-clean h1,
.clean-breadcrumbs,
.detail-card h2,
.detail-card p,
.product-clean-copy h2,
.product-subtitle,
.product-clean-description,
.product-clean-point-title,
.product-clean-point-text,
.product-tagline,
.product-name {
  color: #221d18;
}
.info-page-card p,
.page-heading p,
.clean-breadcrumbs,
.product-clean-description,
.product-clean-point-text,
.detail-card p,
.product-tagline {
  color: #544c43;
}


.serenity-values-icons {
  padding: 76px 0;
}
.venaro-benefits-head {
  max-width: 760px;
  margin: 0 0 34px;
}
.venaro-benefits-head .serenity-section-kicker {
  display: inline-block;
  margin-bottom: 18px;
}
.venaro-benefits-head h2 {
  margin: 0 0 18px;
  color: #f3eee6;
}
.venaro-benefits-head p {
  margin: 0;
  max-width: 560px;
  color: rgba(243, 238, 230, 0.82);
  font-size: 16px;
  line-height: 1.8;
}
.venaro-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.venaro-benefit-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 100%;
  padding: 24px 20px 22px;
  background: #f8f5ef;
  border: 1px solid rgba(123, 102, 76, 0.16);
  border-radius: 22px;
  box-shadow: 0 14px 28px rgba(34, 29, 24, 0.08);
}
.venaro-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #d8bf9d, #c8a06b);
  color: #221d18;
  box-shadow: 0 10px 24px rgba(200, 160, 107, 0.24);
}
.venaro-benefit-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.venaro-benefit-card h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.24;
  color: #221d18;
}
.venaro-benefit-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.68;
  color: #5a5148;
}
@media (max-width: 1280px) {
  .venaro-benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 860px) {
  .venaro-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .serenity-values-icons {
    padding: 56px 0;
  }
  .venaro-benefits-grid {
    grid-template-columns: 1fr;
  }
  .venaro-benefits-head {
    margin-bottom: 28px;
  }
  .venaro-benefit-card {
    padding: 22px 18px;
    border-radius: 20px;
  }
}


/* first content block contrast fix */
.serenity-journey-copy h2 {
  color: #f5f1eb !important;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
.serenity-journey-copy p {
  color: rgba(245, 241, 235, 0.88) !important;
}
.serenity-journey-copy .serenity-section-kicker-dark {
  color: rgba(245, 241, 235, 0.68) !important;
}
