:root {
  --void: #07140f;
  --forest: #0d241c;
  --pine: #16352a;
  --gold: #c8a24a;
  --gold-2: #e8d39a;
  --gold-3: #f3e7c4;
  --cream: #f7f1e4;
  --cream-2: #efe6d2;
  --ink: #14241d;
  --muted: #6d776f;
  --color-forest-depths: #0d241c;
  --color-snow-white: #f7f1e4;
  --color-lime-pulse: #e8d39a;
  --color-warm-stone: #e4d8be;
  --page-max: 1200px;
}
html { scroll-behavior: smooth; }
body {
  font-family: Manrope, sans-serif !important;
  background: var(--cream) !important;
  color: var(--ink);
}
h1, h2, h3, .salon-hero h1, .glass-hero h1 {
  font-family: "Playfair Display", serif !important;
  font-weight: 500;
}
.eyebrow, .label, .kicker {
  font-family: Cinzel, serif !important;
  letter-spacing: .22em;
  color: #8d7640;
  text-transform: uppercase;
  font-size: 11px;
}
.promo-banner {
  background: var(--void);
  color: var(--gold-3);
  border: 0;
  font-size: 11px;
  letter-spacing: .14em;
}
.promo-banner a { color: var(--gold-2); }
.site-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(7,20,15,.94) !important;
  border-bottom: 1px solid rgba(200,162,74,.22);
  backdrop-filter: blur(16px);
}
.nav a, .nav-panel nav a, .lang { color: #d7e0da !important; }
.nav .logo, .brand-logo { filter: none; }
.nav-burger { color: var(--gold-3) !important; border-color: var(--gold) !important; }
.btn {
  border-radius: 999px !important;
  letter-spacing: .04em;
}
.btn:not(.btn-ghost) {
  background: linear-gradient(180deg, #f0d88a 0%, #c8a24a 55%, #b08932 100%) !important;
  color: #2a2108 !important;
  border: 0 !important;
  font-weight: 600;
}
.btn-ghost, .btn-line {
  background: transparent !important;
  border: 1px solid rgba(200,162,74,.45) !important;
  color: var(--ink) !important;
}
.site-header .btn-ghost { color: var(--gold-3) !important; }
.hero-seed, .salon-hero {
  background: transparent;
}
.glass-hero {
  background: linear-gradient(180deg, rgba(7,20,15,.55), rgba(7,20,15,.2)) !important;
  color: #fff !important;
  border: 1px solid rgba(232,211,154,.25);
}
.glass-hero h1, .glass-hero .lead { color: #f7f1e4 !important; }
.strip, .values-grid {
  background: var(--cream);
}
.strip article strong { font-family: "Playfair Display", serif; }
.class-card, .look, .card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(13,36,28,.08);
}
.class-card strong, .card h3 { font-family: "Playfair Display", serif; }
.dark-section, .io-map, .science-band {
  background: var(--forest) !important;
  color: #fff;
}
.foot {
  background: var(--void) !important;
  color: #d5e0da !important;
  border-top: 2px solid var(--gold);
}
.chat-fab.io-fab {
  background: linear-gradient(180deg, #f0d88a, #c8a24a) !important;
}
.data-table th { color: #8d7640; }
.yt-frame { border: 1px solid rgba(200,162,74,.28); }
.script {
  font-family: "Great Vibes", cursive;
  color: var(--gold-2);
  font-size: 28px;
}

.lux-hero {
  min-height: 78vh;
  background-size: cover;
  background-position: center 30%;
  color: #f7f1e4;
  display: grid;
  align-items: center;
}
.lux-hero-grid { padding: 72px 24px; max-width: 1200px; margin: 0 auto; }
.lux-hero h1 { font-size: clamp(42px, 6vw, 72px); line-height: .95; max-width: 12ch; color: #fff; }
.lux-hero .lead { max-width: 38ch; color: #e8efe9; }
.lux-line { color: #f3e7c4 !important; border-color: rgba(243,231,196,.4) !important; }
.lux-values { background: #f7f1e4; }
.lux-values-grid { display: grid; grid-template-columns: repeat(4,1fr); max-width: 1200px; margin: 0 auto; }
.lux-values article { padding: 28px 18px; text-align: center; border-right: 1px solid rgba(20,36,29,.08); }
.lux-values h3 { font-family: "Playfair Display", serif; margin-bottom: 8px; }
.lux-values p { font-size: 13px; color: #6d776f; }
.lux-collect { padding: 36px 24px 56px; }
.lux-sec-top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 20px; }
.more { font-size: 13px; color: #16352a; }
.lux-cards { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.lux-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 16px 40px rgba(13,36,28,.08); color: inherit; }
.lux-card img { height: 180px; width: 100%; object-fit: cover; }
.lux-card span { display: block; background: linear-gradient(180deg,#16352a,#0d241c); color: #f3e7c4; padding: 14px; text-align: center; font-size: 12px; }
.lux-card strong { display: block; font-family: "Playfair Display", serif; font-size: 20px; }
.lux-science {
  color: #fff;
  padding: 64px 0;
  background: linear-gradient(90deg,rgba(6,16,12,.88),rgba(6,16,12,.4)), #0d241c;
}
.lux-science-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.lux-stats { display: flex; gap: 22px; margin-top: 22px; }
.lux-stats b { display: block; font-family: "Playfair Display", serif; font-size: 28px; color: #e8d39a; }
.lux-thumb { min-height: 240px; border-radius: 16px; background-size: cover; position: relative; border: 1px solid rgba(232,211,154,.35); }
.lux-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.15); color: #fff; }
.lux-gal { padding: 48px 24px; }
.lux-g-grid { display: grid; grid-template-columns: 1.6fr .7fr; gap: 16px; }
.lux-g-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.lux-g-row img { height: 150px; width: 100%; object-fit: cover; border-radius: 14px; }
.lux-quote { border-radius: 18px; padding: 24px; background: #efe6d2; font-family: "Playfair Display", serif; font-style: italic; font-size: 20px; display: flex; align-items: center; }
.lux-certs { background: #0d241c; color: #fff; padding: 56px 0; }
.lux-certs-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.lux-frames { display: flex; align-items: end; justify-content: center; gap: 8px; flex-wrap: wrap; }
.lux-frames img { width: 100px; height: 140px; object-fit: contain; background: #fbf6e6; padding: 6px; border: 4px solid #c8a24a; }
.lux-frames img.lg, .lux-frame.lg { width: 140px; height: 190px; }
.lux-frame { width: 100px; height: 140px; background: #ead9a8; border: 4px solid #c8a24a; display: grid; place-items: center; color: #3c3014; font-size: 11px; }
@media (max-width: 900px) {
  .lux-values-grid, .lux-cards, .lux-science-grid, .lux-g-grid, .lux-certs-grid, .lux-g-row { grid-template-columns: 1fr 1fr; }
  .lux-hero { min-height: 56vh; }
}
@media (max-width: 560px) {
  .lux-values-grid, .lux-cards, .lux-g-row { grid-template-columns: 1fr; }
}

.lux-hero {
  position: relative;
  min-height: 0;
  height: auto;
  overflow: hidden;
  color: #f7f1e4;
}
.lux-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
  filter: saturate(1.05) contrast(1.04);
}
.lux-hero::before {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(7,20,15,.84) 0%, rgba(7,20,15,.35) 55%, rgba(7,20,15,.2) 100%);
}
.lux-hero-grid { position: relative; z-index: 2; padding: 48px 24px 56px; }
.lux-hero { min-height: 420px; max-height: 520px; }
.lux-leaves { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.leaf {
  position: absolute;
  width: 28px; height: 14px;
  background: radial-gradient(circle at 30% 50%, #e8d39a, #c8a24a 60%, transparent 70%);
  border-radius: 0 80% 0 80%;
  opacity: .55;
  animation: leafDrift 14s linear infinite;
}
.leaf.l1 { left: 8%; top: 20%; animation-duration: 16s; }
.leaf.l2 { left: 70%; top: 12%; animation-duration: 12s; animation-delay: -4s; }
.leaf.l3 { left: 40%; top: 70%; animation-duration: 18s; animation-delay: -8s; }
@keyframes leafDrift {
  0% { transform: translateY(0) rotate(0deg); opacity: .2; }
  40% { opacity: .6; }
  100% { transform: translateY(80px) rotate(28deg); opacity: .15; }
}
@media (max-width: 900px) {
  .lux-hero { min-height: 320px; max-height: 400px; }
}
@media (prefers-reduced-motion: reduce) {
  .leaf { animation: none; }
}

.lux-hero { min-height: 280px !important; max-height: 360px !important; }
.lux-hero-grid { padding: 28px 24px 32px !important; }
.lux-hero h1 { font-size: clamp(32px, 5vw, 48px) !important; }
.lux-science { padding: 36px 0 !important; }
.lux-science-grid { min-height: 0; }
.lux-thumb { min-height: 180px !important; max-height: 220px; }
.yt-frame {
  max-width: 860px;
  max-height: 360px;
  margin: 0 auto 24px;
  aspect-ratio: 16/9;
}
.yt-frame iframe, .yt-frame video {
  width: 100%;
  height: 100%;
  max-height: 360px;
}
.home-video { padding-top: 16px !important; padding-bottom: 24px !important; }
.map-frame { max-height: 280px; overflow: hidden; }
.io-map { padding: 32px 0 !important; }
.lux-certs { padding: 36px 0 !important; }
.lux-gal { padding: 28px 24px !important; }
.home-cta { padding: 32px 24px !important; }

.lux-hero { margin-bottom: 28px !important; }
.lux-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.lux-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.lux-g-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(220px, .7fr);
  gap: 16px;
  align-items: stretch;
}
.lux-g-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.lux-science-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 28px;
}
.lux-certs-grid {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: 20px;
}
.io-leaflet { height: 280px; width: 100%; border-radius: 16px; }
@media (max-width: 980px) {
  .lux-values-grid, .lux-science-grid, .lux-g-grid, .lux-certs-grid { grid-template-columns: 1fr; }
  .lux-cards, .lux-g-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .lux-cards, .lux-g-row { grid-template-columns: minmax(0, 1fr); }
}

.lux-science h2,
.lux-certs h2,
.io-map h2,
.dark-section h2,
.foot h2 {
  color: #f7f1e4 !important;
}
.lux-science .lead,
.lux-certs .lead,
.io-map .lead,
.dark-section .lead,
.lux-science p,
.lux-certs p {
  color: #e4ece6 !important;
}
.eyebrow.light,
.lux-science .eyebrow,
.lux-certs .eyebrow,
.io-map .eyebrow {
  color: #e8d39a !important;
}
.lux-stats b { color: #f3e7c4 !important; }
.lux-stats span { color: #d5e0da !important; }
.foot, .foot a, .foot p, .foot-lead { color: #d5e0da !important; }
.foot .eyebrow { color: #e8d39a !important; }
.foot .brand-logo { filter: brightness(0) invert(1) sepia(1) saturate(3) hue-rotate(10deg); }
.site-header .nav a { color: #f3e7c4 !important; }
.site-header .nav a:hover { color: #fff !important; }

.lux-card { transition: transform .25s ease, box-shadow .25s ease; }
.lux-card:hover { transform: translateY(-6px); box-shadow: 0 22px 40px rgba(13,36,28,.18); }
.lux-play { animation: playPulse 2.4s ease-in-out infinite; }
@keyframes playPulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(232,211,154,.35); }
  50% { box-shadow: 0 0 0 12px rgba(232,211,154,0); }
}
.lux-frames img, .lux-frame {
  transition: transform .25s ease;
  cursor: pointer;
}
.lux-frames img:hover, .lux-frame:hover { transform: translateY(-8px) scale(1.04); }
.lux-g-row img { transition: transform .3s ease; }
.lux-g-row img:hover { transform: scale(1.04); }
.btn:hover { filter: brightness(1.06); }

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .lux-hero-img {
    animation: heroKen 18s ease-in-out infinite alternate;
  }
  @keyframes heroKen {
    from { transform: scale(1); }
    to { transform: scale(1.06); }
  }
  .lux-values article,
  .lux-card,
  .lux-science-grid > div,
  .lux-thumb,
  .lux-g-row img,
  .lux-quote,
  .lux-frames img,
  .home-cta,
  .yt-frame {
    animation: riseIn .7s ease both;
  }
  .lux-card:nth-child(2) { animation-delay: .06s; }
  .lux-card:nth-child(3) { animation-delay: .12s; }
  .lux-card:nth-child(4) { animation-delay: .18s; }
  .lux-card:nth-child(5) { animation-delay: .24s; }
  @keyframes riseIn {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: none; }
  }
  .site-header .nav a {
    transition: color .2s ease;
  }
  .btn, .lux-line, .more {
    transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
  }
  .btn:hover { transform: translateY(-1px); }
}

.wrap, .lux-hero-grid, .lux-values-grid, .lux-science-grid, .lux-certs-grid {
  max-width: 1080px !important;
  margin-left: auto;
  margin-right: auto;
}
.value-ico { width: 48px; height: 48px; object-fit: contain; margin: 0 auto 8px; display: block; }
.lux-values article { text-align: center; }
.home-video { max-width: 1080px; margin: 0 auto; text-align: center; }
.home-video h2 { margin: 6px 0 16px; }
.yt-frame { max-width: 720px !important; max-height: 320px !important; }
.lux-certs-grid {
  grid-template-columns: minmax(220px, .4fr) minmax(0, 1fr) !important;
  gap: 16px !important;
}
.io-leaflet, .map-frame { height: 200px !important; max-height: 200px !important; }
.io-map { padding: 24px 0 !important; }

.icon-ph {
  width: 48px; height: 48px; margin: 0 auto 8px;
  border: 1px solid #c8a24a;
  border-radius: 50%;
  display: grid; place-items: center;
  background: radial-gradient(circle at 30% 30%, #f3e7c4, #c8a24a);
}
.icon-ph::after { content: "◆"; color: #16352a; font-size: 16px; }
.lux-values article:nth-child(2) .icon-ph::after { content: "♛"; }
.lux-values article:nth-child(3) .icon-ph::after { content: "✦"; }
.lux-values article:nth-child(4) .icon-ph::after { content: "❀"; }

.site-header .brand-logo,
.site-header .logo img {
  height: 44px !important;
  width: auto !important;
  max-width: 220px;
  filter: brightness(0) invert(1) sepia(.35) saturate(4) hue-rotate(8deg) !important;
  opacity: 1 !important;
}
.foot .brand-logo {
  filter: brightness(0) invert(1) sepia(.35) saturate(4) hue-rotate(8deg) !important;
}

.lux-why { padding: 36px 24px 12px; max-width: 1080px; }
.lux-why h2 { margin: 8px 0 16px; max-width: 22ch; }
.lux-why .lead, .lux-why p { max-width: 68ch; }
.lux-journey-copy article { padding: 16px 0; border-top: 1px solid var(--color-warm-stone, #e4d8be); }
.lux-journey-copy article h3 { font-family: "Cormorant Garamond", "Playfair Display", serif; margin-bottom: 6px; }

.icon-ph[hidden] { display: none !important; }
.lux-why { padding: 28px 24px 8px; }
.lux-journey-copy { padding-top: 8px; padding-bottom: 8px; }
.lux-why p + p { margin-top: 10px; }
.home-video { display: none; }
.lux-science-grid { align-items: start; }
.lux-collect { padding-top: 16px; }

.io-why, .io-journey-band {
  background:
    linear-gradient(90deg, rgba(8,46,26,.92), rgba(8,46,26,.82)),
    #082e1a;
  color: #f5f1e7;
  padding: 56px 24px;
}
.io-story { max-width: 820px; }
.io-why h2, .io-journey-band h2 {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(28px, 4vw, 42px);
  color: #f7f1e4 !important;
  margin: 8px 0 16px;
}
.io-story p, .io-story article p { color: #e4ece6 !important; line-height: 1.7; margin: 0 0 12px; }
.io-story article { padding: 16px 0; border-top: 1px solid rgba(200,162,74,.25); }
.io-story article h3 { color: #e8d39a; font-family: "Cormorant Garamond", serif; font-size: 22px; margin: 0 0 8px; }

.io-why {
  padding: 48px 24px 40px;
  background: #f8f4e9;
  color: #123c22;
  max-width: 1080px;
}
.io-why h2 {
  font-family: "Cormorant Garamond", "Playfair Display", serif !important;
  font-size: clamp(28px, 4vw, 42px);
  color: #0a321b;
  margin: 8px 0 16px;
}
.io-why .lead, .io-why p { color: #3d4f43; line-height: 1.7; max-width: 70ch; }
.io-why .eyebrow { color: #a88742; }
.io-journey {
  background: #062b18;
  color: #f7f1e4;
  padding: 48px 0;
}
.io-journey h2 {
  font-family: "Cormorant Garamond", "Playfair Display", serif !important;
  color: #f7f1e4 !important;
  font-size: clamp(26px, 3.5vw, 38px);
  max-width: 22ch;
  margin: 8px 0 28px;
}
.io-journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.io-journey article { background: rgba(255,255,255,.04); border: 1px solid rgba(200,162,74,.28); border-radius: 16px; padding: 20px; }
.io-journey h3 { font-family: "Cormorant Garamond", serif; color: #e8d39a; margin-bottom: 10px; font-size: 20px; }
.io-journey p { color: #dfe5d7; font-size: 14px; line-height: 1.7; }
@media (max-width: 800px) { .io-journey-grid { grid-template-columns: 1fr; } }

.io-why { background: #f8f4e9; padding: 48px 0; color: #123c22; }
.io-why h2, .lux-why h2 { font-family: "Cormorant Garamond", serif !important; color: #0a321b !important; }
.io-why p { color: #3d4f43; line-height: 1.75; max-width: 72ch; }
.io-why .eyebrow { color: #a88742 !important; }
.io-journey-band { background: #062b18; color: #f7f1e4; padding: 48px 0; }
.io-journey-band h2 { font-family: "Cormorant Garamond", serif !important; color: #f7f1e4 !important; }
.io-journey-band .eyebrow { color: #e8d39a !important; }
.io-journey-band p, .io-journey-band article p { color: #dfe5d7; line-height: 1.7; }
.io-journey-band h3 { color: #e8d39a; font-family: "Cormorant Garamond", serif; }
.io-story { max-width: 1080px; }
.io-journey-band article {
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(200,162,74,.3);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}

.io-why .eyebrow { color: #a88742 !important; }
.io-why .eyebrow.light { color: #a88742 !important; }
section { overflow: hidden; }
.wrap { width: min(1080px, calc(100% - 32px)); margin-inline: auto; }

.io-why {
  background: #f8f4e9 !important;
  padding: 40px 0 48px !important;
}
.io-why .io-story {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}
.io-why .eyebrow {
  color: #8d7640 !important;
  margin-bottom: 8px;
}
.io-why h2 {
  color: #0a321b !important;
  font-size: clamp(28px, 4vw, 40px) !important;
  line-height: 1.15;
  margin: 0 0 20px !important;
}
.io-why p {
  color: #1a3326 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  margin: 0 0 14px !important;
  opacity: 1 !important;
  max-width: 68ch;
}





.io-why {
  background: #f8f4e9 !important;
  padding: 56px 0 !important;
}
.io-why .io-story {
  max-width: 1080px !important;
  margin: 0 auto;
  padding: 0 24px !important;
  outline: none !important;
}
.io-why .eyebrow {
  color: #8d7640 !important;
  letter-spacing: .22em;
  margin-bottom: 12px;
}
.io-why h2 {
  font-family: "Cormorant Garamond", "Playfair Display", serif !important;
  color: #0a321b !important;
  font-size: clamp(32px, 4vw, 46px) !important;
  line-height: 1.1;
  margin: 0 0 24px !important;
  max-width: 18ch;
  -webkit-text-stroke: 0 !important;
}
.io-why p {
  color: #1a3326 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  margin: 0 0 0 !important;
  max-width: none;
}
.io-why .io-story p {
  padding: 16px 20px;
  margin-bottom: 12px !important;
  background: #fff;
  border: 1px solid rgba(10,50,27,.12);
  border-radius: 14px;
}

.io-why { background: #f3eee0 !important; padding: 64px 0 72px !important; }
.io-why-grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 40px;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.io-why .eyebrow { color: #8d7640 !important; margin-bottom: 12px; }
.io-why h2 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(34px, 4.5vw, 52px) !important;
  line-height: 1.05 !important;
  color: #082e1a !important;
  max-width: 12ch;
  margin: 0 !important;
}
.io-why-body .lead {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.45;
  color: #0a321b !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
}
.io-why-body p {
  color: #2a3d32 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}
@media (max-width: 800px) {
  .io-why-grid { grid-template-columns: 1fr; gap: 16px; }
  .io-why h2 { max-width: 16ch; }
}

.lux-certs {
  background: #f3eee0 !important;
  color: #082e1a !important;
  padding: 48px 0 !important;
}
.lux-certs h2,
.lux-certs .lead { color: #082e1a !important; }
.lux-certs .eyebrow,
.lux-certs .eyebrow.light { color: #8d7640 !important; }
.lux-certs .lux-line,
.lux-certs .btn-ghost {
  color: #082e1a !important;
  border-color: #082e1a !important;
}

.lux-certs .eyebrow,
.lux-certs .eyebrow.light {
  color: #e8d39a !important;
  opacity: 1 !important;
}
.lux-certs h2 {
  color: #f7f1e4 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #f7f1e4 !important;
}
.lux-certs .btn-ghost,
.lux-certs .lux-line {
  color: #f7f1e4 !important;
  border-color: #e8d39a !important;
}

.io-certs h2.cert-title,.lux-certs h2.cert-title{color:#f7f1e4!important;}
.io-certs .eyebrow{color:#e8d39a!important;}

.lux-frames img {
  width: 110px;
  height: 148px;
  object-fit: contain;
  object-position: center;
  background: #fbf6e6;
  padding: 6px;
  border: 4px solid #c8a24a;
  image-rendering: auto;
}
.lux-frames img.lg {
  width: 148px;
  height: 198px;
}

.cert-lb {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(6,16,12,.82);
  display: grid; place-items: center;
  padding: 24px;
}
.cert-lb[hidden] { display: none !important; }
.cert-lb img {
  max-width: min(720px, 92vw);
  max-height: 88vh;
  object-fit: contain;
  background: #fbf6e6;
  padding: 12px;
  border: 6px solid #c8a24a;
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
}
.cert-lb-x {
  position: absolute; top: 16px; right: 20px;
  border: 0; background: transparent; color: #f7f1e4;
  font-size: 36px; cursor: pointer;
}
.cert-open-home { cursor: pointer; }

.shop-lux { background: #f3eee0; padding: 28px 0 64px; }
.shop-lux-head { max-width: 1080px; margin: 0 auto 28px; padding: 0 24px; text-align: center; }
.shop-lux-head h1 {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(32px, 5vw, 48px);
  color: #082e1a;
  margin: 6px 0 10px;
}
.shop-lux-head .lead { color: #3d4f43; margin: 0 auto 18px; max-width: 46ch; }
.shop-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.shop-chip {
  border: 1px solid rgba(8,46,26,.2);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  color: #082e1a;
  background: #fff;
}
.shop-chip.on {
  background: linear-gradient(180deg, #f0d88a, #c8a24a);
  border-color: transparent;
  font-weight: 600;
}
.shop-lux-grid {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.shop-lux-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(13,36,28,.08);
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease;
}
.shop-lux-card:hover { transform: translateY(-4px); }
.shop-lux-photo { aspect-ratio: 1; display: block; background: #efe6d2; }
.shop-lux-photo img { width: 100%; height: 100%; object-fit: cover; }
.shop-lux-meta {
  display: block;
  padding: 12px 14px 16px;
  background: linear-gradient(180deg, #16352a, #0d241c);
  color: #f3e7c4;
}
.shop-lux-meta em {
  display: block;
  font-style: normal;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #e8d39a;
}
.shop-lux-meta strong { display: block; font-size: 13px; margin: 6px 0 4px; color: #fff; }
.shop-lux-meta b { display: block; font-weight: 500; font-size: 13px; color: #e8d39a; }
.shop-lux-meta small { color: #c9d6d0; }
.shop-lux-pager { max-width: 1080px; margin: 28px auto 0; padding: 0 24px; }
@media (max-width: 900px) {
  .shop-lux-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 560px) {
  .shop-lux-grid { grid-template-columns: 1fr; }
}

.shop-lux-card{box-shadow:0 8px 24px rgba(8,46,26,.08),0 1px 0 rgba(255,255,255,.6) inset!important;}
.shop-lux-card:hover{box-shadow:0 18px 40px rgba(8,46,26,.16)!important;}
.shop-lux-head h1,.shop-lux-meta strong{font-family:"Cormorant Garamond","Playfair Display",serif!important;}

.req-lux { background: #f3eee0; padding-bottom: 48px; }
.req-lux-head { max-width: 1080px; margin: 0 auto; padding: 28px 24px 8px; text-align: center; }
.req-lux-head h1, .req-form h2, .req-table h2 {
  font-family: "Cormorant Garamond", "Playfair Display", serif !important;
  color: #082e1a;
}
.req-lux-head h1 { font-size: clamp(32px, 5vw, 46px); }
.req-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; max-width: 1080px; margin: 0 auto; }
.req-lux .orchid-card {
  border-radius: 18px;
  overflow: hidden;
  background: #0d241c;
  box-shadow: 0 10px 28px rgba(8,46,26,.12);
  color: #f3e7c4;
}
.req-lux .orchid-card img { width: 100%; height: 200px; object-fit: cover; }
.req-lux .orchid-card figcaption { padding: 12px 14px 16px; text-align: center; }
.req-form {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  max-width: 1080px;
  margin: 36px auto 0;
  padding: 0 24px;
  align-items: start;
}
.req-form form {
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(8,46,26,.08);
}
.req-form input, .req-form select, .req-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(8,46,26,.16);
  background: #fbfaf6;
}
.req-table { max-width: 1080px; margin: 32px auto 0; padding: 0 24px; }
.req-table .data-table { box-shadow: 0 8px 24px rgba(8,46,26,.06); border-radius: 14px; overflow: hidden; }
@media (max-width: 800px) {
  .req-grid { grid-template-columns: 1fr 1fr; }
  .req-form { grid-template-columns: 1fr; }
}

.sci-lux { background: #f3eee0; padding-bottom: 48px; animation: pageIn .5s ease; }
@keyframes pageIn { from { opacity: .6; } to { opacity: 1; } }
.sci-lux-head { max-width: 1080px; margin: 0 auto; padding: 28px 24px 12px; }
.sci-lux-head h1, .sci-films h2 {
  font-family: "Cormorant Garamond", "Playfair Display", serif !important;
  color: #082e1a;
}
.sci-lux-head h1 { font-size: clamp(32px, 5vw, 48px); }
.sci-lux .journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
  list-style: none;
  padding: 0 24px;
}
.sci-lux .journey-grid figure {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(8,46,26,.1);
  transition: transform .25s ease, box-shadow .25s ease;
}
.sci-lux .journey-grid figure:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(8,46,26,.16);
}
.sci-lux .journey-grid img { width: 100%; height: 180px; object-fit: cover; }
.sci-lux .journey-grid figcaption { padding: 14px 16px 18px; text-align: center; }
.sci-films { max-width: 860px; margin: 28px auto 0; padding: 0 24px; }
.sci-films .yt-frame { max-height: 360px; aspect-ratio: 16/9; }
@media (max-width: 800px) {
  .sci-lux .journey-grid { grid-template-columns: 1fr; }
}

.sci-lux .journey-grid figure,
.sci-lux .journey-grid figure:hover,
.shop-lux-card,
.shop-lux-card:hover,
.req-lux .orchid-card,
.req-form form,
.req-table .data-table {
  box-shadow: none !important;
}

.lux-certs, .io-certs {
  animation: certIn .7s ease both;
}
@keyframes certIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .lux-certs, .io-certs { animation: none; }
}

.page-enter { animation: io-page-in .7s cubic-bezier(.22,1,.36,1) both; }
@keyframes io-page-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
.req-lux { background: #f3eee0; padding-bottom: 48px; }
.req-lux-head { max-width: 1080px; margin: 0 auto; padding: 28px 24px 8px; }
.req-lux-head h1 {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(32px, 5vw, 48px);
  color: #082e1a;
}
.req-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 12px 24px 28px;
}
.req-grid .orchid-card {
  background: #0d241c;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(8,46,26,.12);
  transition: transform .25s ease, box-shadow .25s ease;
}
.req-grid .orchid-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(8,46,26,.2);
}
.req-grid img { width: 100%; height: 200px; object-fit: cover; display: block; }
.req-grid figcaption { padding: 12px 14px 16px; color: #f3e7c4; text-align: center; }
.req-grid small {
  display: inline-block;
  letter-spacing: .16em;
  font-size: 10px;
  color: #e8d39a;
}
.req-form {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 32px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px;
  align-items: start;
}
.req-form h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 4vw, 40px);
  color: #082e1a;
}
.req-form form {
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 12px 32px rgba(8,46,26,.08);
  display: grid;
  gap: 10px;
}
.req-form input,
.req-form select,
.req-form textarea {
  width: 100%;
  border: 1px solid #ddd4bf;
  border-radius: 12px;
  padding: 12px 14px;
  background: #fbf8f0;
  font-family: Inter, sans-serif;
}
.req-form .btn { width: 100%; }
.req-table { max-width: 1080px; margin: 0 auto; padding: 12px 24px 32px; }
.req-table .data-table {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(8,46,26,.06);
  overflow: hidden;
}
@media (max-width: 800px) {
  .req-grid { grid-template-columns: 1fr 1fr; }
  .req-form { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .page-enter { animation: none; }
}

.sci-lux { background: #f3eee0; padding-bottom: 48px; }
.sci-lux-head { max-width: 1080px; margin: 0 auto; padding: 28px 24px 8px; }
.sci-lux-head h1 {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(32px, 5vw, 48px);
  color: #082e1a;
  max-width: 18ch;
}
.journey-photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 12px 24px 32px;
  list-style: none;
}
.journey-photos li {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(8,46,26,.1);
  transition: transform .25s ease, box-shadow .25s ease;
}
.journey-photos li:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(8,46,26,.16); }
.journey-photos img { width: 100%; height: 190px; object-fit: cover; display: block; }
.journey-photos figcaption { padding: 16px 16px 20px; text-align: center; }
.journey-photos strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  color: #082e1a;
  margin-bottom: 6px;
}
.sci-films { max-width: 1080px; margin: 0 auto; padding: 8px 24px 40px; }
.sci-films h2 {
  font-family: "Cormorant Garamond", serif;
  color: #082e1a;
  font-size: clamp(24px, 3vw, 34px);
}
.sci-films .yt-frame {
  max-width: 860px;
  aspect-ratio: 16/9;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(8,46,26,.14);
  background: #0d241c;
}
.sci-films .yt-frame iframe,
.sci-films .yt-frame video { width: 100%; height: 100%; border: 0; }
@media (max-width: 800px) {
  .journey-photos { grid-template-columns: 1fr; }
}

.req-lux .wrap { max-width: 1080px !important; margin-left: auto !important; margin-right: auto !important; }
.req-classes { max-width: 1080px; margin: 0 auto; padding: 0 24px 24px; }
.req-lux .req-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 14px !important;
  width: 100%;
}
.req-lux .req-grid .orchid-card { margin: 0; }
.req-lux .req-form { max-width: 1080px !important; }
.req-lux .faq, .req-lux .req-table { max-width: 1080px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
@media (max-width: 800px) {
  .req-lux .req-grid { grid-template-columns: 1fr 1fr !important; }
}

.req-lux-head {
  text-align: center !important;
  max-width: 720px !important;
  margin: 0 auto 8px !important;
  padding: 32px 24px 12px !important;
}
.req-lux-head .eyebrow {
  color: #8d7640 !important;
  letter-spacing: .22em;
  margin-bottom: 10px;
}
.req-lux-head h1 {
  margin: 0 0 12px !important;
  line-height: 1.15 !important;
}
.req-lux-head .lead {
  margin: 0 auto !important;
  max-width: 42ch;
  color: #3d4f43 !important;
  line-height: 1.6;
  font-size: 16px;
}

.req-lux-head {
  background: rgba(255,255,255,.38);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(8,46,26,.08);
}
.req-lux .req-grid .orchid-card {
  background: rgba(13,36,28,.72) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(232,211,154,.28);
}
.req-form form {
  background: rgba(255,255,255,.55) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.5);
}
.req-table .data-table {
  background: rgba(255,255,255,.6) !important;
  backdrop-filter: blur(14px);
}

.req-lux { background: #e8e2d4 !important; }
.req-lux-head {
  background: #e8e2d4 !important;
  backdrop-filter: none !important;
  border: 0 !important;
  border-radius: 24px;
  box-shadow:
    10px 10px 22px rgba(120,108,80,.22),
    -8px -8px 20px rgba(255,255,255,.75) !important;
}
.req-lux .req-grid .orchid-card {
  background: #e8e2d4 !important;
  backdrop-filter: none !important;
  border: 0 !important;
  box-shadow:
    8px 8px 18px rgba(120,108,80,.22),
    -6px -6px 16px rgba(255,255,255,.8) !important;
}
.req-lux .req-grid figcaption { color: #082e1a !important; }
.req-lux .req-grid small { color: #8d7640 !important; }
.req-form form {
  background: #e8e2d4 !important;
  backdrop-filter: none !important;
  border: 0 !important;
  box-shadow:
    10px 10px 22px rgba(120,108,80,.2),
    -8px -8px 18px rgba(255,255,255,.78) !important;
}
.req-form input,
.req-form select,
.req-form textarea {
  background: #e8e2d4 !important;
  border: 0 !important;
  box-shadow:
    inset 5px 5px 10px rgba(120,108,80,.18),
    inset -4px -4px 10px rgba(255,255,255,.7);
}
.req-form .btn {
  box-shadow:
    6px 6px 14px rgba(120,90,20,.25),
    -4px -4px 10px rgba(255,255,255,.55);
}

.hero-glass {
  max-width: 520px;
  padding: 28px 30px 26px;
  border-radius: 28px;
  background: rgba(8, 30, 20, .28);
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}
.hero-glass .kicker { color: #e8d39a; }
.hero-glass h1, .hero-glass .lead { color: #fff; }

/* request: kembali ke desain sebelum glass/neu */
.req-lux { background: #f3eee0 !important; }
.req-lux-head {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.req-lux .req-grid .orchid-card {
  background: #0d241c !important;
  backdrop-filter: none !important;
  border: 1px solid rgba(200,162,74,.35) !important;
  box-shadow: 0 10px 28px rgba(8,46,26,.12) !important;
}
.req-lux .req-grid figcaption { color: #f3e7c4 !important; }
.req-lux .req-grid small { color: #e8d39a !important; }
.req-form form {
  background: #fff !important;
  backdrop-filter: none !important;
  border: 0 !important;
  box-shadow: 0 12px 32px rgba(8,46,26,.08) !important;
}
.req-form input,
.req-form select,
.req-form textarea {
  background: #fbf8f0 !important;
  border: 1px solid #ddd4bf !important;
  box-shadow: none !important;
}

/* hero copy: glassmorphism */
.lux-hero .hero-glass {
  max-width: 520px;
  padding: 28px 30px;
  border-radius: 28px;
  background: rgba(8, 30, 20, .28);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}
.lux-hero .hero-glass h1,
.lux-hero .hero-glass .lead,
.lux-hero .hero-glass .kicker { color: #fff; }

.req-copy-glass,
.req-faq-glass {
  background: rgba(255,255,255,.42);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 24px;
  box-shadow: 0 12px 36px rgba(8,46,26,.08);
  padding: 24px 26px;
}
.req-faq-glass { max-width: 1080px; margin: 12px auto 24px; }
.req-faq-glass .faq { padding: 0; background: transparent; }

.page-glass {
  max-width: 1080px;
  margin: 16px auto 32px;
  padding: 28px 32px;
  background: rgba(255,255,255,.4);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(8,46,26,.08);
}
.page-glass .salon-hero { padding: 0 0 16px; background: transparent; }

/* unified inner pages */
.salon-hero, .sci-lux-head, .shop-lux-head, .req-lux-head {
  font-family: Inter, sans-serif;
}
.salon-hero h1, .sci-lux-head h1, .shop-lux-head h1, .req-lux-head h1,
.page-glass h1, .page-glass h2, .about-journey h2, .faq h2, .req-table h2,
.sci-films h2, .chat-head strong {
  font-family: "Cormorant Garamond", "Playfair Display", serif !important;
  color: #082e1a !important;
}
.salon-hero, .sci-lux, .shop-lux, .req-lux, .chat-premium {
  background: #f3eee0 !important;
}
.salon-hero .eyebrow, .sci-lux .eyebrow, .shop-lux .eyebrow, .req-lux .eyebrow,
.page-glass .eyebrow {
  color: #8d7640 !important;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 11px;
}
.salon-hero .lead, .page-glass .lead, .about-journey p, .faq dd {
  color: #3d4f43 !important;
  line-height: 1.7;
}
.wrap-seed, .salon-hero, .page-glass, .chat-premium {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.chat-premium { padding: 24px; }
.chat-shell {
  max-width: 720px;
  margin: 0 auto;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(8,46,26,.1);
  overflow: hidden;
}
.chat-head {
  background: #0d241c;
  color: #f7f1e4;
  padding: 16px 18px;
}
.chat-head strong { color: #f7f1e4 !important; }

#certificates.page-enter { animation-delay: .08s; }

.shop-lux-pager nav, .shop-lux-pager .pagination {
  display: flex; justify-content: center; gap: 8px; list-style: none; padding: 0;
}
.shop-lux-pager a, .shop-lux-pager span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 12px;
  border-radius: 999px; background: #fff; color: #082e1a;
  box-shadow: 0 4px 12px rgba(8,46,26,.08);
}
.shop-lux-pager .active span, .shop-lux-pager [aria-current="page"] span {
  background: linear-gradient(180deg,#f0d88a,#c8a24a); font-weight: 600;
}

/* white panels on marked page blocks */
.shop-lux-meta {
  background: #fff !important;
  color: #082e1a !important;
}
.shop-lux-meta em { color: #8d7640 !important; }
.shop-lux-meta strong, .shop-lux-meta b, .shop-lux-meta small { color: #082e1a !important; }

.req-copy-glass,
.req-faq-glass,
.page-glass,
.req-form form,
.sci-films,
.salon-hero,
.chat-shell,
.chat-premium aside,
.wrap-seed.about-journey {
  background: #fff !important;
  backdrop-filter: none !important;
}

.gallery-page .salon-hero,
body .salon-hero h1,
.lux-gal .lux-sec-top,
.lux-gal h2 {
  text-align: center;
}

/* gallery page headings */
.page-enter > .salon-hero,
.page-enter .salon-hero {
  text-align: center !important;
}
.page-enter .salon-hero h1,
.page-enter .salon-hero .eyebrow {
  text-align: center !important;
}

.gal-hero,.gal-hero h1,.gal-hero .eyebrow{text-align:center!important;}

.io-stage {
  background: #fff !important;
  border-radius: 20px;
  padding: 28px 28px 36px !important;
  max-width: 1080px !important;
  margin: 20px auto 48px !important;
  box-shadow: 0 14px 40px rgba(8,46,26,.07);
}
.gal-stage,
.gal-stage .salon-hero,
.gal-stage h1,
.gal-stage h2,
.gal-stage .eyebrow {
  text-align: center !important;
}
.page-glass.io-stage { background: #fff !important; }

.gal-stage .yt-frame,
.gal-stage .yt-grid {
  margin-left: auto !important;
  margin-right: auto !important;
}
.gal-stage .yt-frame { max-width: 860px; }

.lux-frames img, .lux-frame {
  animation: io-page-in .7s cubic-bezier(.22,1,.36,1) both;
}
.lux-frames img:nth-child(1), .lux-frame:nth-child(1) { animation-delay: .05s; }
.lux-frames img:nth-child(2), .lux-frame:nth-child(2) { animation-delay: .12s; }
.lux-frames img:nth-child(3), .lux-frame:nth-child(3) { animation-delay: .19s; }
.lux-frames img:nth-child(4), .lux-frame:nth-child(4) { animation-delay: .26s; }
.lux-frames img:nth-child(5), .lux-frame:nth-child(5) { animation-delay: .33s; }

.flag-grid a, .flags a, .flags article, [class*="flag"] a {
  animation: io-page-in .6s cubic-bezier(.22,1,.36,1) both;
}

.io-stage { width: calc(100% - 32px); }
@media (max-width: 900px) {
  .shop-lux-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .io-stage { padding: 20px 16px !important; }
}
@media (max-width: 560px) {
  .shop-lux-grid, .req-lux .req-grid { grid-template-columns: 1fr !important; }
  .lux-certs-grid { grid-template-columns: 1fr !important; }
}

.flags{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;}
.flags .flag{animation:io-page-in .55s cubic-bezier(.22,1,.36,1) both;display:flex;flex-direction:column;align-items:center;gap:6px;background:#f3eee0;border-radius:16px;padding:14px 8px;}
.flags .flag:nth-child(6n+1){animation-delay:.05s}.flags .flag:nth-child(6n+2){animation-delay:.1s}.flags .flag:nth-child(6n+3){animation-delay:.15s}.flags .flag:nth-child(6n+4){animation-delay:.2s}.flags .flag:nth-child(6n+5){animation-delay:.25s}.flags .flag:nth-child(6n){animation-delay:.3s}
@media(max-width:800px){.flags{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:480px){.flags{grid-template-columns:repeat(2,minmax(0,1fr));}}

.about-us-page .salon-hero .lead,
.page-glass .salon-hero .lead,
.page-glass .lead {
  text-align: left !important;
  margin-left: 0 !important;
}
.contact .salon-hero .lead,
.page-glass .lead {
  text-align: left !important;
}

.gal-stage .yt-grid,
.gal-stage .yt-frame {
  display: block;
  margin: 0 auto !important;
}
.gal-stage .yt-grid { text-align: center; }
.gal-stage .yt-frame { width: min(860px, 100%); }

.flags .flag:nth-child(1){animation-delay:.02s}
.flags .flag:nth-child(2){animation-delay:.07s}
.flags .flag:nth-child(3){animation-delay:.12s}
.flags .flag:nth-child(4){animation-delay:.17s}
.flags .flag:nth-child(5){animation-delay:.22s}
.flags .flag:nth-child(6){animation-delay:.27s}
.flags .flag:nth-child(7){animation-delay:.32s}
.flags .flag:nth-child(8){animation-delay:.37s}
.flags .flag:nth-child(9){animation-delay:.42s}
.flags .flag:nth-child(10){animation-delay:.47s}
.flags .flag:nth-child(11){animation-delay:.52s}
.flags .flag:nth-child(12){animation-delay:.57s}
.flags .flag:nth-child(13){animation-delay:.62s}
.flags .flag:nth-child(14){animation-delay:.67s}
.flags .flag:nth-child(15){animation-delay:.72s}
.flags .flag:nth-child(16){animation-delay:.77s}
.flags .flag:nth-child(17){animation-delay:.82s}
.flags .flag:nth-child(18){animation-delay:.87s}

.about-lead,.contact-lead{text-align:left!important;display:block;margin-left:0!important;}

.flags .flag {
  animation: flag-rise .5s cubic-bezier(.22,1,.36,1) both;
  will-change: transform, opacity;
}
@keyframes flag-rise {
  from { opacity: 0; transform: translateY(10px) scale(.98); }
  to { opacity: 1; transform: none; }
}
.flags .flag:nth-child(n) { animation-delay: calc(var(--i, 0) * 40ms); }
.flags .flag:nth-child(1){--i:1}.flags .flag:nth-child(2){--i:2}.flags .flag:nth-child(3){--i:3}
.flags .flag:nth-child(4){--i:4}.flags .flag:nth-child(5){--i:5}.flags .flag:nth-child(6){--i:6}
.flags .flag:nth-child(7){--i:7}.flags .flag:nth-child(8){--i:8}.flags .flag:nth-child(9){--i:9}
.flags .flag:nth-child(10){--i:10}.flags .flag:nth-child(11){--i:11}.flags .flag:nth-child(12){--i:12}
.flags .flag:nth-child(13){--i:13}.flags .flag:nth-child(14){--i:14}.flags .flag:nth-child(15){--i:15}
.flags .flag:nth-child(16){--i:16}.flags .flag:nth-child(17){--i:17}.flags .flag:nth-child(18){--i:18}
@media (prefers-reduced-motion: reduce) {
  .flags .flag { animation: none !important; }
}

.gal-stage .wrap-seed,
.gal-stage .tight {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.gal-stage .yt-grid {
  display: flex !important;
  justify-content: center !important;
  width: 100%;
}
.gal-stage .yt-grid article,
.gal-stage .yt-frame {
  width: min(860px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.gal-stage .yt-frame iframe,
.gal-stage .yt-frame video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
}

.lux-science-grid {
  display: grid !important;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.2fr) !important;
  gap: 28px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px 24px;
}
.lux-home-film {
  width: 100%;
  min-height: 280px;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  background: #04150e;
}
.lux-home-film video,
.lux-home-film iframe,
.lux-home-film .lux-thumb {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0;
  object-fit: cover;
}
@media (max-width: 800px) {
  .lux-science-grid { grid-template-columns: 1fr !important; }
}

.req-lux,
.req-lux .io-stage {
  background: #e6eee7 !important;
}
.req-lux .req-grid {
  background: #e6eee7 !important;
}

.req-lux { background: #f3eee0 !important; }
.req-lux .io-stage,
.req-lux .req-grid {
  background: #fff !important;
}

.req-lux .req-grid img,
.req-grid .orchid-card img {
  border: 8px solid #d5e3d6 !important;
  box-sizing: border-box;
  background: #d5e3d6;
}
.req-lux .req-grid .orchid-card {
  border: 1px solid #d5e3d6;
}

.req-lux .req-grid .orchid-card {
  background: #e7eee6 !important;
  border: 1px solid #d5ddd4 !important;
}
.req-lux .req-grid figcaption { color: #3d4f43 !important; }
.req-lux .req-grid small { color: #4a6b3a !important; }
.req-lux .req-grid figcaption p { color: #3d4f43 !important; }

.journey-photos li {
  background: #e7eee6 !important;
}
.shop-lux-card { background: #e7eee6 !important; }
.shop-lux-meta {
  background: #e7eee6 !important;
  color: #082e1a !important;
}
.shop-lux-meta em { color: #4a6b3a !important; }
.shop-lux-meta strong, .shop-lux-meta b, .shop-lux-meta small { color: #082e1a !important; }

.sci-lux .journey-photos li,
.sci-lux .journey-photos figure,
.sci-lux .journey-photos figcaption,
.journey-photos li,
.journey-photos figcaption {
  background: #e7eee6 !important;
}

.lux-frames img,
.lux-frame {
  transition: transform .35s cubic-bezier(.22,1,.36,1);
  touch-action: manipulation;
}
.lux-frames img:hover,
.lux-frames img:active,
.lux-frame:hover,
.lux-frame:active {
  transform: translateY(-10px) rotate(-2deg) scale(1.06);
  z-index: 2;
}
.lux-frames img.lg:hover,
.lux-frames img.lg:active {
  transform: translateY(-12px) rotate(0deg) scale(1.08);
}

.btn,
.btn-sm,
a.btn,
button.btn,
.shop-chip.on,
.lux-line.btn {
  background: #e7eee6 !important;
  color: #082e1a !important;
  border: 1px solid #c5d0c3 !important;
  box-shadow: 0 4px 12px rgba(8,46,26,.08) !important;
}
.btn:hover,
.btn-sm:hover,
a.btn:hover {
  background: #dce6db !important;
  color: #082e1a !important;
}
.btn-ghost,
a.btn-ghost {
  background: transparent !important;
  color: #082e1a !important;
  border: 1px solid #c5d0c3 !important;
}

.req-lux .req-grid small,
.req-grid figcaption small {
  font-family: "Cormorant Garamond", "Playfair Display", serif !important;
  font-size: 20px !important;
  letter-spacing: .14em !important;
  font-weight: 600 !important;
  color: #082e1a !important;
  border: 1px solid rgba(8,46,26,.25);
  border-radius: 999px;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 8px;
}
.req-lux .req-grid figcaption p {
  font-size: 14px;
  color: #3d4f43 !important;
}

.io-journey-band::before { content: none !important; background: none !important; }

.journey-row {
  display: grid;
  grid-template-columns: 88px minmax(0,1fr);
  gap: 8px;
  align-items: stretch;
  margin-top: 18px;
}
.journey-deco {
  position: static !important;
  width: 88px !important;
  max-height: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  opacity: .7;
  top: auto;
  left: auto;
}
.journey-cards { display: grid; gap: 12px; }
@media (max-width: 700px) {
  .journey-row { grid-template-columns: 56px minmax(0,1fr); }
}

.journey-row {
  grid-template-columns: 140px minmax(0,1fr) !important;
  align-items: stretch !important;
  min-height: 420px;
}
.journey-deco {
  width: 140px !important;
  height: 100% !important;
  min-height: 420px !important;
  object-fit: contain !important;
  object-position: left center !important;
  opacity: .85 !important;
}

.journey-row {
  display: block !important;
  position: relative !important;
  min-height: 0 !important;
  grid-template-columns: none !important;
}
.journey-cards { position: relative; z-index: 1; }
.journey-deco {
  position: absolute !important;
  left: -8px;
  top: 0;
  bottom: 0;
  width: 160px !important;
  height: auto !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
  z-index: 0 !important;
  opacity: .55 !important;
  pointer-events: none;
}
.io-story article { position: relative; z-index: 1; }

.journey-deco {
  left: -72px !important;
  top: -12px !important;
  bottom: -12px !important;
  width: 200px !important;
  height: calc(100% + 24px) !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.journey-deco {
  left: -130px !important;
  top: -40px !important;
  bottom: -40px !important;
  width: 240px !important;
  height: calc(100% + 80px) !important;
}

.journey-row {
  display: flex !important;
  flex-direction: row;
  align-items: stretch;
  position: relative !important;
}
.journey-cards {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.journey-deco {
  flex: 0 0 160px;
  position: relative !important;
  left: -24px !important;
  top: 0 !important;
  bottom: auto !important;
  width: 160px !important;
  height: auto !important;
  min-height: 100%;
  align-self: stretch;
}

.journey-deco {
  align-self: stretch !important;
  min-height: 520px !important;
  height: 520px !important;
  width: 180px !important;
  flex-basis: 180px !important;
  object-fit: contain !important;
  object-position: center top !important;
  transform: scaleY(1.15);
  transform-origin: top center;
}

.journey-deco{top:-90px!important;bottom:-90px!important;height:calc(100% + 180px)!important;width:260px!important;}

.journey-deco,.io-journey-band::before{display:none!important;content:none!important;background:none!important;}

.home-cta { position: relative; overflow: visible; }
.home-footer-deco {
  position: absolute;
  right: -8px;
  top: -140px;
  width: 220px;
  height: auto;
  max-height: 340px;
  object-fit: contain;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 800px) {
  .home-footer-deco { width: 140px; top: -80px; right: 0; }
}

.home-end { position: relative; overflow: visible; }
.home-footer-deco {
  position: absolute !important;
  right: 12px !important;
  top: 48px !important;
  width: 200px !important;
  max-height: none !important;
  height: 320px !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  z-index: 4 !important;
}
.lux-certs { overflow: visible !important; }

.home-footer-deco{right:48px!important;top:88px!important;width:230px!important;height:380px!important;}

.io-journey-band { position: relative; overflow: hidden; }
.journey-side {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  width: 280px;
  max-width: 28vw;
  height: auto;
  max-height: 92%;
  object-fit: contain;
  object-position: left bottom;
  pointer-events: none;
  z-index: 0;
}
.io-journey-band .wrap { position: relative; z-index: 1; }
@media (max-width: 800px) {
  .journey-side { width: 140px; max-width: 38vw; opacity: .7; }
}

.io-journey-band { position: relative; overflow: visible; }
.journey-side {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
  height: 420px;
  object-fit: contain;
  object-position: left bottom;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 900px) {
  .journey-side { width: 140px; height: 260px; }
}

.journey-side{left:40px!important;height:520px!important;width:280px!important;bottom:-10px!important;}

.journey-side{bottom:40px!important;height:580px!important;top:auto!important;}

.lux-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(280px,.9fr) minmax(260px,1fr);
  align-items: center;
  gap: 24px;
}
.hero-slide {
  position: relative;
  height: 280px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
}
.hero-slide img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .7s ease;
}
.hero-slide img.on { opacity: 1; }
.lux-values { padding: 18px 0 !important; }
.lux-values-grid { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
.lux-values article { padding: 8px 12px !important; }
@media (max-width: 800px) {
  .lux-hero-grid { grid-template-columns: 1fr; }
  .hero-slide { height: 200px; }
}

.hero-slide{height:340px!important;min-height:340px;}
.lux-values{padding:10px 0 14px!important;}
.lux-values article h3{font-size:22px;}

.hero-slide{height:390px!important;min-height:390px!important;}

.hero-slide img{opacity:0;transition:opacity 1.1s ease-in-out!important;will-change:opacity;}
.hero-slide img.on{opacity:1!important;}

.hero-slide img {
  transform: translateX(12%);
  transition: opacity 1s ease, transform 1s ease !important;
}
.hero-slide img.on {
  opacity: 1 !important;
  transform: translateX(0);
}

.hero-slide.swiper{overflow:hidden;}
.hero-slide .swiper-slide img{position:relative;width:100%;height:390px;object-fit:cover;opacity:1;transform:none;}

.foot { position: relative; overflow: visible; }
.foot-left-deco { display: none; }
.is-home .foot-left-deco {
  display: block;
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 150px;
  height: 170px;
  object-fit: contain;
  object-position: left bottom;
  pointer-events: none;
  z-index: 1;
}
.is-home .foot-grid { position: relative; z-index: 2; }

.is-home .foot-left-deco{display:block!important;left:12px!important;bottom:8px!important;width:168px!important;height:200px!important;}
.is-home .foot-grid{padding-left:180px!important;}

.is-home .foot {
  display: grid;
  grid-template-columns: 140px minmax(0,1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: end;
}
.is-home .foot-left-deco {
  display: block !important;
  position: static !important;
  grid-row: 1 / 3;
  width: 140px !important;
  height: 168px !important;
  object-fit: contain;
  object-position: center bottom;
  margin: 0 0 8px 8px;
}
.is-home .foot-grid {
  padding-left: 0 !important;
  grid-column: 2;
}
.is-home .foot-bottom {
  grid-column: 2;
}

.is-home .foot{padding:28px 24px 16px!important;}
.is-home .foot-grid{gap:24px!important;}
.is-home .foot-bottom{padding-top:12px!important;margin-top:8px;}
.is-home .foot-left-deco{margin:0!important;}

.is-home .foot {
  display: block !important;
  position: relative;
  padding: 32px 40px 20px 170px !important;
}
.is-home .foot-left-deco {
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
  width: 130px !important;
  height: 150px !important;
  grid-row: auto !important;
}
.is-home .foot-grid {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr !important;
  grid-column: auto !important;
  padding-left: 0 !important;
  gap: 20px !important;
}
.is-home .foot-bottom {
  grid-column: auto !important;
  display: block !important;
  width: 100%;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.15);
  text-align: left;
}

.is-home .foot-left-deco{left:36px!important;width:180px!important;height:200px!important;}
.is-home .foot{padding-left:200px!important;}

.is-home .foot-left-deco{left:64px!important;width:220px!important;height:240px!important;}
.is-home .foot{padding-left:240px!important;}

.is-home .foot-left-deco{left:96px!important;width:260px!important;height:280px!important;}
.is-home .foot{padding-left:280px!important;}

.foot-left-deco,.home-footer-deco,.journey-side{image-rendering:auto;max-width:100%;object-fit:contain;content-visibility:auto;}

/* revert footer_left.png */
.foot-left-deco{display:none!important;}
.is-home .foot{padding-left:40px!important;padding-right:40px!important;display:block!important;}
.is-home .foot-grid{padding-left:0!important;grid-column:auto!important;}
.is-home .foot-bottom{grid-column:auto!important;}

.about-hero-photo{display:block;width:100%;max-width:920px;height:auto;max-height:360px;object-fit:cover;border-radius:18px;margin:0 auto 22px;box-shadow:0 12px 32px rgba(6,43,24,.12);}

/* Home footer = Shop footer */
.is-home .foot,.is-home .foot-grid,.is-home .foot-bottom,.is-home .foot-left-deco{all:unset;}
.foot-left-deco,.home-footer-deco{display:none!important;}
.is-home .foot{display:block!important;padding:48px 0 24px!important;}

/* === restore footer like Shop (no footer_left.png) === */
.foot-left-deco,
.home-footer-deco { display: none !important; }
.is-home .foot {
  display: block !important;
  padding: 48px 0 24px !important;
  background: var(--void) !important;
  color: #d5e0da !important;
  border-top: 2px solid var(--gold);
}
.is-home .foot-grid {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr !important;
  gap: 24px !important;
  padding: 0 !important;
  max-width: 1080px;
  margin: 0 auto;
}
.is-home .foot-bottom {
  display: block !important;
  max-width: 1080px;
  margin: 16px auto 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.15);
}

.foot-left-deco,
.home-footer-deco { display: none !important; }

.foot {
  position: relative !important;
  overflow: hidden !important;
}
.foot-left-deco {
  display: block !important;
  position: absolute !important;
  left: 8px !important;
  bottom: 0 !important;
  top: auto !important;
  height: 168px !important;
  width: auto !important;
  max-width: 150px !important;
  object-fit: contain !important;
  object-position: left bottom !important;
  pointer-events: none !important;
  z-index: 1 !important;
}
.foot-grid {
  position: relative;
  z-index: 2;
  padding-left: 168px !important;
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}
.foot-bottom {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 168px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .foot-left-deco { height: 110px !important; max-width: 96px !important; }
  .foot-grid, .foot-bottom { padding-left: 16px !important; }
}

.foot {
  overflow: visible !important;
  min-height: 220px;
}
.foot-left-deco {
  left: 12px !important;
  bottom: 12px !important;
  height: 210px !important;
  max-width: 170px !important;
  width: auto !important;
}
.foot-grid {
  padding-left: 200px !important;
}
.foot-bottom {
  padding-left: 200px !important;
}
@media (max-width: 800px) {
  .foot-left-deco { height: 120px !important; max-width: 100px !important; bottom: 8px !important; }
  .foot-grid, .foot-bottom { padding-left: 20px !important; }
}

/* Footer plant in-flow, not over copyright */
.foot { overflow: visible !important; }
.foot-left-deco {
  position: static !important;
  display: block !important;
  height: 150px !important;
  width: 130px !important;
  max-width: 130px !important;
  object-fit: contain !important;
  object-position: left bottom !important;
  margin: 0 8px 0 0 !important;
  float: left;
}
.foot-grid {
  display: grid !important;
  grid-template-columns: 140px 1.2fr 1fr 1fr 1.2fr !important;
  align-items: start !important;
  gap: 20px !important;
  padding-left: 0 !important;
  max-width: 1180px;
  margin: 0 auto;
}
.foot-grid .foot-left-deco { grid-row: 1; grid-column: 1; }
.foot-bottom {
  padding-left: 0 !important;
  max-width: 1180px;
  margin: 16px auto 0;
  clear: both;
}
@media (max-width: 900px) {
  .foot-grid { grid-template-columns: 1fr 1fr !important; }
  .foot-left-deco { display: none !important; }
}

@media (max-width: 900px) {
  .journey-side { display: none !important; }
  .io-journey-band { padding-left: 16px !important; padding-right: 16px !important; }
  .io-story { padding-left: 0 !important; margin-left: 0 !important; }
  .lux-hero-grid { grid-template-columns: 1fr !important; gap: 16px; }
  .hero-slide, .hero-slide.swiper { height: 220px !important; min-height: 220px !important; }
  .hero-slide .swiper-slide img { height: 220px !important; }
  .hero-glass { width: 100%; }
  .lux-values-grid { grid-template-columns: 1fr !important; }
  .lux-certs-grid { grid-template-columns: 1fr !important; }
  .foot-grid { grid-template-columns: 1fr 1fr !important; padding-left: 16px !important; }
  .foot-left-deco { display: none !important; }
  .foot-bottom { padding-left: 16px !important; }
  .site-header .nav { display: none; }
}

.journey-side{display:none!important;}

.journey-side,.home-footer-deco,.foot-left-deco{display:none!important;}

/* ===== Mobile / compact header + hero ===== */
.site-header .nav { display: flex !important; align-items: center; flex-wrap: nowrap; }
.site-header .logo { flex: 0 0 auto; z-index: 3; }
.site-header .brand-logo,
.site-header .logo img {
  height: 36px !important;
  width: auto !important;
  max-width: 160px;
}

@media (max-width: 1199px) {
  .nav-burger {
    display: inline-flex !important;
    margin-left: auto;
    z-index: 4;
    background: #e8c56b !important;
    color: #0d241c !important;
    border-color: #e8c56b !important;
    font-weight: 600;
  }
  .nav-panel {
    display: none !important;
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: #0d241c;
    padding: 12px 20px 20px;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid rgba(232,197,107,.25);
    box-shadow: 0 16px 32px rgba(0,0,0,.25);
  }
  .nav-panel.open { display: flex !important; }
  .nav-panel nav { display: flex; flex-direction: column; gap: 2px; }
  .nav-panel nav a { padding: 10px 4px; color: #f3e7c4 !important; }
  .nav-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding-top: 8px; }
  .site-header { position: sticky; }
  .site-header .nav {
    position: relative;
    padding: 10px 16px !important;
    min-height: 56px;
  }
}

@media (max-width: 767px) {
  .promo-banner { font-size: 11px; padding: 8px 12px; }
  .lux-hero {
    min-height: 0 !important;
    max-height: none !important;
    margin-bottom: 0 !important;
  }
  .lux-hero-grid {
    grid-template-columns: 1fr !important;
    padding: 20px 16px 16px !important;
    gap: 12px !important;
  }
  .hero-slide,
  .hero-slide.swiper { display: none !important; }
  .hero-glass { width: 100%; max-width: none; }
  .hero-actions { display: flex; flex-direction: column; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .lux-values-grid { grid-template-columns: 1fr !important; }
  .lux-cards { grid-template-columns: 1fr !important; }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lux-hero-grid { grid-template-columns: 1fr !important; }
  .hero-slide, .hero-slide.swiper {
    display: block !important;
    height: 240px !important;
    min-height: 240px !important;
    width: 100%;
  }
  .hero-slide .swiper-slide img { height: 240px !important; }
}

/* z-index scale */
.promo-banner { position: relative; z-index: 90; }
.io-header, .site-header { position: sticky; top: 0; z-index: 100; }
.lux-hero { position: relative; z-index: 1; }
.lux-hero-img { z-index: 0; }
.lux-hero-grid, .hero-glass { position: relative; z-index: 2; }
.chat-fab, .io-fab { z-index: 110 !important; }
.chat-box { z-index: 120 !important; }

.io-header, .io-navbar {
  background: #0d241c !important;
  padding: 0;
}
.io-nav-wrap {
  max-width: 1200px;
  padding: 8px 16px;
}
.io-navbar .navbar-brand { margin: 0; padding: 0; }
.io-navbar .brand-logo { height: 36px; width: auto; }
.io-navbar .nav-link {
  color: #f3e7c4 !important;
  font-size: 14px;
  padding: .45rem .55rem !important;
}
.io-navbar .navbar-toggler,
.io-navbar .nav-burger {
  display: none;
  border: 0;
  border-radius: 999px;
  background: #e8c56b !important;
  color: #0d241c !important;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 8px 14px;
}
@media (max-width: 1199.98px) {
  .io-navbar .navbar-toggler,
  .io-navbar .nav-burger { display: inline-flex !important; }
  .io-navbar .navbar-collapse {
    background: #0d241c;
    padding: 8px 0 16px;
  }
}
.hero-slide { z-index: 2; }
@media (max-width: 767.98px) {
  .hero-slide, .hero-slide.swiper { display: none !important; }
}

.io-tog {
  display: none;
  width: 44px; height: 44px;
  margin-left: auto;
  border: 0;
  border-radius: 10px;
  background: #e8c56b !important;
  padding: 0;
  z-index: 130;
}
.io-ham, .io-ham::before, .io-ham::after {
  display: block;
  width: 18px; height: 2px;
  background: #0d241c;
  border-radius: 2px;
  margin: 0 auto;
  content: "";
  position: relative;
}
.io-ham::before { top: -6px; }
.io-ham::after { top: 4px; }
@media (max-width: 1199.98px) {
  .io-tog { display: inline-flex !important; align-items: center; justify-content: center; }
  #ioNav {
    display: none !important;
    width: 100%;
    flex-direction: column !important;
    align-items: flex-start;
    background: #0d241c;
    padding: 8px 4px 16px;
  }
  #ioNav.show, #ioNav.open { display: flex !important; }
}

.lux-hero-grid { grid-template-columns: 1fr !important; }
.hero-band {
  background: #f4efe4;
  padding: 16px 0 28px;
}
.hero-slide, .hero-slide.swiper {
  display: block !important;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  height: 280px !important;
  min-height: 280px !important;
  border-radius: 18px;
  overflow: hidden;
}
.hero-slide .swiper-slide img,
.hero-slide img {
  width: 100%;
  height: 280px !important;
  object-fit: cover;
  opacity: 1 !important;
  transform: none !important;
}
@media (min-width: 768px) {
  .hero-slide, .hero-slide.swiper,
  .hero-slide .swiper-slide img { height: 360px !important; min-height: 360px !important; }
}

.lux-certs-grid { grid-template-columns: 1fr !important; text-align: center; }
.lux-frames {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
.lux-frames img,
.lux-frames .lux-frame {
  width: 18%;
  min-width: 70px;
  max-width: 140px;
  height: auto !important;
  aspect-ratio: 3/4;
  object-fit: contain;
  background: #f7f1e4;
  border-radius: 6px;
}
.lux-frames img.lg { width: 22%; transform: none; }
@media (max-width: 767px) {
  .lux-frames img,
  .lux-frames .lux-frame { width: 30%; min-width: 86px; }
  .lux-frames img.lg { width: 30%; }
}

.promo-banner,
.io-header,
.io-navbar,
.site-header {
  background: #07140f !important;
}
.io-navbar .container-fluid,
.io-nav-wrap {
  max-width: none;
  width: 100%;
  background: transparent !important;
}

.lux-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(280px,.95fr) minmax(260px,1fr) !important;
  align-items: center;
  gap: 24px;
}
.hero-band { display: none !important; }
.hero-slide, .hero-slide.swiper {
  display: block !important;
  height: 320px !important;
  min-height: 320px !important;
}
@media (max-width: 767.98px) {
  .lux-hero-grid { grid-template-columns: 1fr !important; }
  .hero-slide, .hero-slide.swiper,
  .hero-slide .swiper-slide img { height: 220px !important; min-height: 220px !important; }
}

.promo-banner,
.io-header,
.site-header,
.io-navbar,
.io-navbar.navbar,
.io-navbar .navbar-collapse,
#ioNav {
  background: #0b2a20 !important;
  box-shadow: none !important;
}
.io-nav-wrap,
.io-navbar .container-fluid {
  background: transparent !important;
  max-width: 1180px;
  margin: 0 auto;
  padding: 6px 20px;
}
.io-header { border-bottom: 0 !important; }
.promo-banner {
  text-align: center;
  letter-spacing: .14em;
  font-size: 11px;
  padding: 8px 16px;
  color: #e8c56b;
}
.lux-science { display: block !important; background: #0b2a20 !important; padding: 56px 0 !important; }
.lux-science-grid { display: grid !important; grid-template-columns: .9fr 1.1fr !important; gap: 28px; align-items: center; }
.lux-home-film { min-height: 280px; border-radius: 16px; overflow: hidden; background: #07140f; }
@media (max-width: 767px) {
  .lux-science-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 767.98px) {
  .lux-hero {
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
  .lux-hero-grid {
    grid-template-columns: 1fr !important;
    padding-bottom: 16px !important;
    overflow: visible !important;
  }
  .hero-slide,
  .hero-slide.swiper {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 10;
    width: 100% !important;
    overflow: hidden;
    border-radius: 16px;
  }
  .hero-slide .swiper-wrapper,
  .hero-slide .swiper-slide {
    height: 100% !important;
  }
  .hero-slide .swiper-slide img,
  .hero-slide img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}
.lux-values {
  position: relative !important;
  z-index: 5 !important;
  background: #f4efe4 !important;
  margin-top: 0 !important;
}
@media (max-width: 767.98px) {
  .hero-slide,
  .hero-slide.swiper {
    position: relative !important;
    z-index: 1 !important;
    margin: 8px 0 20px !important;
  }
  .lux-hero-grid { z-index: 1; }
  .hero-glass { position: relative; z-index: 2; }
}
