@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500&family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
  --lux-base: #0a0a0a;
  --lux-accent: var(--cn-light-color, #6f2dbd);
  --lux-accent-bright: color-mix(in srgb, var(--cn-light-color, #6f2dbd) 72%, white);
  --lux-accent-deep: color-mix(in srgb, var(--cn-light-color, #6f2dbd) 56%, black);
  --lux-gradient-top: color-mix(in srgb, var(--cn-light-color, #6f2dbd) 28%, white);
  --lux-gradient-upper: color-mix(in srgb, var(--cn-light-color, #6f2dbd) 64%, white);
  --lux-gradient-middle: var(--cn-light-color, #6f2dbd);
  --lux-gradient-bottom: color-mix(in srgb, var(--cn-light-color, #6f2dbd) 56%, black);
  --lux-glow: color-mix(in srgb, var(--cn-light-color, #6f2dbd) 24%, transparent);
  --lux-text: #f7f4f8;
  --lux-muted: rgba(247, 244, 248, .68);
  --lux-glass: rgba(10, 10, 14, .36);
  --lux-border: rgba(255, 255, 255, .2);
  --lux-highlight: rgba(255, 255, 255, .28);
  --lux-shadow: rgba(0, 0, 0, .42);
  --lux-radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--lux-base); }
body.lux-corals-site {
  margin: 0;
  overflow-x: hidden;
  color: var(--lux-text);
  background:
    radial-gradient(circle at 15% 1%, color-mix(in srgb, var(--lux-accent) 25%, rgba(255,255,255,.06)), transparent 35%),
    radial-gradient(circle at 82% 74%, color-mix(in srgb, var(--lux-accent) 12%, rgba(255,255,255,.02)), transparent 31%),
    #0a0a0a;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
}
body.lux-corals-site::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 2px solid color-mix(in srgb, var(--lux-accent-bright) 78%, white); outline-offset: 4px; }
.lux-site-content { min-height: 65vh; }
.lux-skip-link { position: fixed; left: 16px; top: -80px; z-index: 99999; padding: 12px 18px; background: #fff; color: #000; border-radius: 8px; }
.lux-skip-link:focus { top: 12px; }

.glass-panel, .glass-card, .lux-site-header, .lux-shopify-message {
  border: 1px solid var(--lux-border);
  background-color: color-mix(in srgb, var(--lux-accent) 9%, var(--lux-glass));
  box-shadow: inset 0 1px 0 var(--lux-highlight), inset 0 -1px 0 rgba(255,255,255,.045), 0 12px 28px var(--lux-shadow);
  -webkit-backdrop-filter: blur(26px) saturate(125%);
  backdrop-filter: blur(26px) saturate(125%);
}

.lux-site-header {
  position: sticky; top: 16px; z-index: 1000;
  width: min(1480px, calc(100% - 32px)); min-height: 82px; margin: 16px auto 0; padding: 10px 14px;
  border-radius: 25px;
}
.lux-site-header > .e-con-inner, .lux-site-header.e-con { align-items: center; }
.lux-brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.lux-brand .custom-logo-link { display: inline-flex; flex: 0 0 auto; }
.lux-brand img { width: 62px; height: 62px; object-fit: contain; }
.lux-brand-copy { color: inherit; text-decoration: none; }
.lux-brand-copy strong { display: block; font: 500 23px/1 "Bodoni Moda", Didot, Georgia, serif; }
.lux-brand-copy small { display: block; margin-top: 5px; color: var(--lux-muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.lux-navigation .menu, .lux-navigation ul { list-style: none; margin: 0; padding: 0; }
.lux-navigation > div > .menu { display: flex; justify-content: center; align-items: center; gap: 3px; padding: 4px 7px; border: 1px solid color-mix(in srgb, var(--lux-gradient-upper) 54%, transparent); border-radius: 999px; background: rgba(4,6,12,.34); }
.lux-navigation .menu-item { position: relative; }
.lux-navigation .menu-item > a { display: block; padding: 12px 15px; border-radius: 999px; color: color-mix(in srgb, var(--lux-gradient-top) 76%, white); text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .035em; }
.lux-navigation .menu-item:hover > a, .lux-navigation .current-menu-item > a, .lux-navigation .current-menu-ancestor > a { background: rgba(255,255,255,.075); color: #fff; }
.lux-navigation .sub-menu { display: none; position: absolute; top: calc(100% - 1px); left: 50%; transform: translateX(-50%); width: 265px; padding: 9px; border: 1px solid var(--lux-border); border-radius: 18px; background: rgba(8,8,12,.9); box-shadow: 0 20px 50px rgba(0,0,0,.56); backdrop-filter: blur(28px); }
.lux-navigation .sub-menu a { padding: 9px 11px; border-radius: 10px; color: var(--lux-muted); font-weight: 600; }
.lux-navigation .menu-item:hover > .sub-menu, .lux-navigation .menu-item:focus-within > .sub-menu { display: block; }
.lux-menu-toggle { display: none; border: 1px solid var(--lux-border); border-radius: 999px; padding: 10px 16px; color: white; background: rgba(255,255,255,.06); font-weight: 700; }

.lux-header-tools { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.lux-tool-button { width: 44px; height: 44px; display: inline-grid; place-items: center; border: 1px solid var(--lux-border); border-radius: 999px; background: rgba(255,255,255,.055); color: #fff; cursor: pointer; text-decoration: none; box-shadow: inset 0 1px 0 rgba(255,255,255,.17); }
.lux-tool-button:hover { background: color-mix(in srgb, var(--lux-accent) 24%, rgba(255,255,255,.06)); transform: translateY(-1px); }
.lux-tool-button svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.7; }
.lux-nexus-account { display: none; overflow: hidden; }
.lux-nexus-account.is-visible { display: inline-grid; }
.lux-nexus-account img { width: 100%; height: 100%; object-fit: cover; }
.lux-nexus-bridge { position: fixed; width: 1px; height: 1px; border: 0; opacity: 0; pointer-events: none; }

.lux-hero { position: relative; min-height: clamp(620px, 82vh, 900px); overflow: hidden; display: grid; place-items: center; text-align: center; background-position: center; background-size: cover; }
.lux-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.52) 58%, #0a0a0a 100%); }
.lux-hero > .e-con-inner, .lux-hero.e-con > * { position: relative; z-index: 1; }
.lux-eyebrow, .lux-eyebrow .elementor-heading-title { margin: 0; color: color-mix(in srgb, var(--lux-accent-bright) 82%, white); font-size: 11px !important; font-weight: 800 !important; letter-spacing: .18em; text-transform: uppercase; }
.lux-hero-title .elementor-heading-title, .lux-page-title .elementor-heading-title { margin: 0; color: transparent; background: linear-gradient(180deg, var(--lux-gradient-top), var(--lux-gradient-upper) 30%, var(--lux-gradient-middle) 68%, var(--lux-gradient-bottom)); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 12px var(--lux-glow)); font-family: "Bodoni Moda", Didot, Georgia, serif !important; font-weight: 500 !important; line-height: .94 !important; letter-spacing: -.045em; text-wrap: balance; }
.lux-hero-title .elementor-heading-title { font-size: clamp(58px, 9vw, 112px) !important; }
.lux-page-title .elementor-heading-title { font-size: clamp(48px, 8vw, 96px) !important; }
.lux-hero-intro, .lux-hero-intro p { max-width: 720px; margin-inline: auto; color: rgba(247,244,248,.82); font-size: clamp(17px, 2vw, 22px); line-height: 1.68; text-wrap: balance; }
.lux-button .elementor-button, .lux-button, .lux-primary-action .elementor-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 15px 24px; border: 1px solid color-mix(in srgb, var(--lux-accent-bright) 60%, transparent); border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--lux-accent-deep), var(--lux-accent)); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 12px 30px var(--lux-glow); text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.lux-section { width: min(1480px, calc(100% - 32px)); margin-inline: auto; padding-block: clamp(70px, 9vw, 120px); }
.lux-section-narrow { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.lux-section-title .elementor-heading-title { font: 500 clamp(38px, 5vw, 66px)/1.02 "Bodoni Moda", Didot, Georgia, serif !important; color: var(--lux-text); }
.lux-muted, .lux-muted p, .lux-card-copy, .lux-card-copy p { color: var(--lux-muted); line-height: 1.72; }
.lux-category-card, .lux-care-card, .lux-facts-card, .lux-education-card, .lux-guide-link { border-radius: var(--lux-radius); overflow: hidden; }
.lux-category-card { min-height: 390px; position: relative; background-position: center; background-size: cover; }
.lux-category-grid > .lux-category-card { flex: 1 1 calc(50% - 18px); }
.lux-category-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,6,10,.16), rgba(4,6,10,.86)); }
.lux-category-card > .e-con-inner, .lux-category-card.e-con > * { position: relative; z-index: 1; }
.lux-category-card .elementor-heading-title { color: #fff; font: 500 clamp(31px, 4vw, 46px)/1 "Bodoni Moda", Didot, Georgia, serif !important; }
.lux-page-hero { width: min(1120px, calc(100% - 40px)); min-height: clamp(330px, 44vw, 520px); margin: 32px auto 55px; padding: clamp(34px, 7vw, 84px); display: grid; align-content: center; overflow: hidden; border-radius: 28px; text-align: center; background-position: center; background-size: cover; }
.lux-page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,5,9,.42), rgba(2,5,9,.79)); }
.lux-page-hero > .e-con-inner, .lux-page-hero.e-con > * { position: relative; z-index: 1; }
.lux-guide-link { width: min(1480px, calc(100% - 32px)); margin: 8px auto 0; min-height: 58px; }
.lux-care-grid { width: min(1180px, calc(100% - 40px)); margin: 0 auto 100px; }
.lux-care-card, .lux-facts-card, .lux-education-card { padding: clamp(28px, 5vw, 58px); }
.lux-fact-row { padding: 14px 0; border-bottom: 1px solid var(--lux-border); }
.lux-fact-row:last-child { border-bottom: 0; }
.lux-fact-label { color: color-mix(in srgb, var(--lux-accent-bright) 82%, white); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lux-education-card { width: min(860px, calc(100% - 40px)); margin: 0 auto 100px; }

.lux-shopify-products { width: min(1480px, calc(100% - 32px)); margin: 0 auto; padding: clamp(60px, 8vw, 110px) 0; }
.lux-products-heading { max-width: 760px; margin-bottom: 32px; }
.lux-products-heading h2 { margin: 10px 0 13px; font: 500 clamp(38px, 5vw, 66px)/1.04 "Bodoni Moda", Didot, Georgia, serif; }
.lux-products-heading > p:last-child { color: var(--lux-muted); font-size: 17px; line-height: 1.7; }
.lux-products-controls { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin: 0 0 18px; color: var(--lux-muted); font-size: 13px; }
.lux-products-controls button { border: 1px solid var(--lux-border); border-radius: 999px; padding: 10px 14px; color: #fff; background: rgba(255,255,255,.05); cursor: pointer; }
.lux-product-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.lux-product-card { height: 100%; overflow: hidden; border-radius: 22px; display: block; text-decoration: none; }
.lux-product-image { aspect-ratio: 1 / 1; position: relative; overflow: hidden; background: rgba(255,255,255,.035); }
.lux-product-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.lux-product-card:hover img { transform: scale(1.035); }
.lux-product-badge { position: absolute; left: 12px; top: 12px; padding: 7px 10px; border-radius: 999px; background: rgba(8,8,10,.72); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; backdrop-filter: blur(10px); }
.lux-product-badge.is-sold { color: var(--lux-muted); }
.lux-product-copy { padding: 18px; }
.lux-product-copy > p { margin: 0 0 7px; color: color-mix(in srgb, var(--lux-accent-bright) 82%, white); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lux-product-copy h3 { margin: 0 0 17px; color: #fff; font: 500 23px/1.15 "Bodoni Moda", Didot, Georgia, serif; }
.lux-product-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--lux-muted); font-size: 12px; }
.lux-product-meta strong { color: #fff; }
.lux-shopify-message { padding: 30px; border-radius: 22px; }
.lux-shopify-message h3 { margin-top: 0; font: 500 27px/1.15 "Bodoni Moda", Didot, Georgia, serif; }
.lux-loading-card { min-height: 390px; border-radius: 22px; background: linear-gradient(110deg, rgba(255,255,255,.025) 15%, rgba(255,255,255,.07) 27%, rgba(255,255,255,.025) 39%); background-size: 200% 100%; animation: lux-loading 1.5s linear infinite; }
@keyframes lux-loading { to { background-position-x: -200%; } }

.lux-site-footer { width: min(1480px, calc(100% - 32px)); margin: 70px auto 20px; padding: 30px; border-top: 1px solid var(--lux-border); color: var(--lux-muted); }
.lux-fallback-header { width: min(1480px, calc(100% - 32px)); margin: 16px auto; padding: 12px 18px; border-radius: 24px; display: flex; justify-content: space-between; align-items: center; }
.lux-fallback-navigation { margin-left: auto; }
.lux-fallback-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.lux-fallback-brand img { width: 56px; height: 56px; object-fit: contain; }
.lux-fallback-brand strong, .lux-fallback-brand small { display: block; }
.lux-fallback-brand small { color: var(--lux-muted); }
.lux-fallback-footer { width: min(1480px, calc(100% - 32px)); margin: 50px auto 20px; padding: 26px 0; border-top: 1px solid var(--lux-border); color: var(--lux-muted); text-align: center; }
.lux-standard-entry, .lux-not-found { width: min(880px, calc(100% - 40px)); margin: 100px auto; padding: 48px; border-radius: 24px; }
.lux-not-found { text-align: center; }
.lux-not-found h1 { font: 500 clamp(45px, 7vw, 82px)/1 "Bodoni Moda", Didot, Georgia, serif; }

@media (max-width: 1050px) {
  .lux-product-grid { grid-template-columns: repeat(3, 1fr); }
  .lux-site-header { top: 8px; }
  .lux-site-header { overflow: visible; }
  .lux-fallback-header { position: relative; z-index: 1000; overflow: visible; }
  .lux-fallback-navigation { position: static; }
  .lux-navigation > .menu,
  .lux-navigation > ul,
  .lux-navigation > div > .menu,
  .lux-navigation > div > ul {
    display: none !important;
    position: absolute;
    z-index: 1002;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    width: auto;
    max-height: min(72vh, 640px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12px;
    border: 1px solid var(--lux-border);
    border-radius: 20px;
    background: rgba(6,6,10,.97);
    box-shadow: 0 20px 50px rgba(0,0,0,.62);
    align-items: stretch;
  }
  .lux-navigation.is-open > .menu,
  .lux-navigation.is-open > ul,
  .lux-navigation.is-open > div > .menu,
  .lux-navigation.is-open > div > ul { display: block !important; }
  .lux-menu-toggle { display: inline-flex; }
  .lux-navigation .menu-item { width: 100%; }
  .lux-navigation .menu-item > a { width: 100%; padding: 12px 14px; }
  .lux-navigation .sub-menu {
    position: static !important;
    display: none !important;
    width: auto !important;
    max-height: none;
    transform: none !important;
    margin: 0 8px 8px;
    padding: 5px 8px 8px;
    box-shadow: none;
    background: rgba(255,255,255,.035);
  }
  .lux-navigation .menu-item.is-submenu-open > .sub-menu { display: block !important; }
  .lux-navigation .menu-item-has-children > a { padding-right: 44px; position: relative; }
  .lux-navigation .menu-item-has-children > a::after { content: "+"; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); font-size: 18px; font-weight: 500; }
  .lux-navigation .menu-item-has-children.is-submenu-open > a::after { content: "\2212"; }

  /* Elementor Pro may render its Nav Menu widget instead of the Lux menu wrapper. */
  .lux-site-header .elementor-nav-menu--dropdown:not(.elementor-active),
  .lux-site-header .elementor-nav-menu__container:not(.elementor-active) { display: none !important; }
  .lux-site-header .elementor-nav-menu--dropdown.elementor-active,
  .lux-site-header .elementor-nav-menu__container.elementor-active { display: block !important; max-height: min(72vh, 640px); overflow-y: auto; }
}
@media (max-width: 760px) {
  .lux-product-grid { grid-template-columns: repeat(2, 1fr); }
  .lux-site-header { width: calc(100% - 20px); margin-top: 10px; border-radius: 20px; }
  .lux-brand-copy small { display: none; }
  .lux-brand img { width: 48px; height: 48px; }
  .lux-tool-button { width: 40px; height: 40px; }
  .lux-section, .lux-shopify-products { width: calc(100% - 24px); }
  .lux-page-hero { width: calc(100% - 24px); }
  .lux-category-grid > .lux-category-card { flex-basis: 100%; }
  .lux-care-grid { flex-direction: column !important; }
  .lux-care-grid > .e-con { width: 100% !important; }
}
@media (max-width: 520px) {
  .lux-product-grid { grid-template-columns: 1fr; }
  .lux-product-image { aspect-ratio: 4 / 3; }
  .lux-header-tools .lux-cart-link { display: none; }
  .lux-care-card, .lux-facts-card, .lux-education-card { padding: 26px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
