/*
Theme Name: Seraphine Oils
Theme URI: https://seraphineoils.com
Author: Codex
Description: Premium black-gold WooCommerce ready theme za Seraphine Oils 15 ml roll-on kolekcijo.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: noir-essence
*/

:root {
  --bg: #050505;
  --panel: rgba(255, 255, 255, 0.04);
  --text: #f6f0e5;
  --muted: #cabba1;
  --gold: #d8b36a;
  --gold-bright: #f1d08f;
  --line: rgba(216, 179, 106, 0.22);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
  --radius: 30px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html,
body,
#page,
.site,
.site-content,
.content-area,
.site-main,
.page-template-template-partstemplate-page-builders-php,
.page-template-template-page-builders,
.transparent-header,
.wp-site-blocks,
.woocommerce-page,
.home.blog,
.page,
.single-product,
.single-post {
  background:
    radial-gradient(circle at top, rgba(216, 179, 106, 0.16), transparent 30%),
    radial-gradient(circle at right 20%, rgba(216, 179, 106, 0.08), transparent 22%),
    linear-gradient(180deg, #020202 0%, #0b0b0b 45%, #030303 100%) !important;
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 14%, rgba(241, 208, 143, 0.08), transparent 18%),
    radial-gradient(circle at 88% 20%, rgba(216, 179, 106, 0.08), transparent 16%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.18));
  z-index: 0;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top, rgba(216, 179, 106, 0.16), transparent 30%),
    radial-gradient(circle at right 20%, rgba(216, 179, 106, 0.08), transparent 22%),
    linear-gradient(180deg, #020202 0%, #0b0b0b 45%, #030303 100%);
  position: relative;
}

.ne-shell,
main,
header,
footer {
  position: relative;
  z-index: 1;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; height: auto; }

.ne-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.topbar { display: flex; align-items: center; justify-content: space-between; padding: 26px 0; }
.topbar-actions { display: flex; align-items: center; gap: 18px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 14px; }
.brand-icon { width: 54px; height: 54px; filter: drop-shadow(0 8px 18px rgba(216, 179, 106, 0.18)); }
.brand-stack { display: grid; gap: 4px; }
.brand-mark { font-family: "Cormorant Garamond", serif; font-size: 1.55rem; font-weight: 700; letter-spacing: 0.35rem; color: var(--gold-bright); }
.brand-submark { color: var(--muted); text-transform: uppercase; letter-spacing: 0.18rem; font-size: 0.68rem; }
.nav-links { display: flex; gap: 22px; color: var(--muted); font-size: 0.94rem; }
.lang-switcher { display: inline-flex; align-items: center; gap: 8px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, 0.03); }
.lang-button { min-height: 34px; padding: 0 14px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12rem; text-transform: uppercase; }
.lang-button.is-active { color: #1b1205; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); box-shadow: 0 10px 20px rgba(216, 179, 106, 0.18); }
.nav-links a:hover, .footer-contact a:hover, .blog-card a:hover { color: var(--gold-bright); }
.hero { min-height: 86vh; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 42px; align-items: center; padding: 30px 0 50px; }
.eyebrow { margin: 0 0 12px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.24rem; font-size: 0.8rem; }
h1, h2, h3, .entry-title, .product_title, .woocommerce-loop-product__title { margin: 0; font-family: "Cormorant Garamond", serif; font-weight: 600; line-height: 0.95; }
h1 { font-size: clamp(3.5rem, 7vw, 6.6rem); max-width: 11ch; }
h2, .entry-title, .product_title { font-size: clamp(2.4rem, 5vw, 4.3rem); margin-bottom: 18px; }
h3, .woocommerce-loop-product__title { font-size: 1.85rem; margin-bottom: 12px; }
.hero-text, .section-heading p, .product-card p, .comparison-card li, .feature-copy p, .blog-card p, .shop-card p, .pricing-card p, .footer-copy, .entry-content, .entry-summary, .woocommerce-product-details__short-description, .term-description, .source-note li { color: var(--muted); line-height: 1.75; font-size: 1rem; }
.hero-text { max-width: 58ch; margin: 24px 0 0; }
.hero-actions { display: flex; gap: 14px; margin: 32px 0; flex-wrap: wrap; }
.button, button, input[type="submit"], .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  cursor: pointer;
  font-weight: 800;
}
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { transform: translateY(-2px); }
.button-gold,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.added_to_cart {
  color: #1b1205;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 16px 28px rgba(216, 179, 106, 0.18);
}
.button-ghost { border-color: var(--line); background: rgba(255, 255, 255, 0.02); color: var(--text); }
.hero-metrics, .info-strip, .product-grid, .comparison-grid, .blog-grid, .shop-grid, .products { display: grid; gap: 18px; }
.hero-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hero-metrics div, .product-card, .comparison-card, .stat-card, .blog-card, .shop-card, .pricing-card, .footer, .feature-layout, .post, .page, .woocommerce ul.products li.product, .single-product div.product, .woocommerce-cart-form, .cart_totals, .woocommerce-checkout-review-order, .woocommerce-checkout-payment, .meaning-card, .editorial-image-card, .editorial-copy, .source-note {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}
.hero-metrics div, .product-card, .comparison-card, .stat-card, .blog-card, .shop-card, .meaning-card, .post, .page, .woocommerce ul.products li.product, .single-product div.product { border-radius: 24px; padding: 24px; }
.hero-metrics strong, .stat-card strong, .shop-meta strong, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price { display: block; color: var(--gold-bright); margin-bottom: 6px; font-size: 1.4rem; }
.hero-metrics span, .stat-card span { color: var(--muted); line-height: 1.55; font-size: 0.92rem; }
.hero-visual { position: relative; min-height: 650px; display: flex; align-items: center; justify-content: center; }
.glow-ring { position: absolute; width: min(560px, 100%); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(241, 208, 143, 0.28) 0%, rgba(216, 179, 106, 0.08) 34%, transparent 72%); filter: blur(8px); }
.portrait-frame {
  position: absolute;
  left: 0;
  top: 30px;
  width: min(360px, 64%);
  aspect-ratio: 0.78;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(241, 208, 143, 0.18);
  box-shadow: var(--shadow);
}
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 2, 2, 0.04), rgba(2, 2, 2, 0.44));
}
.portrait-frame img,
.editorial-image-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.seraphine-hero-art,
.seraphine-art {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 22%, rgba(249, 225, 171, 0.12), transparent 14%),
    linear-gradient(180deg, #090909 0%, #13110d 46%, #070707 100%);
}
.seraphine-art__halo,
.seraphine-art__wing,
.seraphine-art__core,
.seraphine-art__trail,
.seraphine-art__base {
  position: absolute;
  display: block;
}
.seraphine-art__halo,
.seraphine-art__wing,
.seraphine-art__trail {
  display: none;
}
.seraphine-art__core {
  inset: 8% 8% 14% 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
}
.seraphine-art__mark {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.98;
  filter: drop-shadow(0 32px 40px rgba(0, 0, 0, 0.34));
}
.seraphine-art__mark svg {
  display: block;
  width: 100%;
  height: 100%;
}
.seraphine-art__base {
  display: none;
}
.seraphine-hero-art .seraphine-art {
  border-radius: 34px;
  height: 100%;
}
.seraphine-hero-art .seraphine-art__core { inset: 6% 16% 12% 16%; }
.seraphine-shop-image .seraphine-art,
.seraphine-product-gallery-art .seraphine-art {
  height: 100%;
  border-radius: inherit;
}
.seraphine-art--divine-distress-radiant-sphere {
  background:
    radial-gradient(circle at 50% 24%, rgba(246, 232, 191, 0.18), transparent 18%),
    linear-gradient(180deg, #060913 0%, #0d1734 48%, #070707 100%);
}
.seraphine-art--jupiter-wind {
  background:
    radial-gradient(circle at 50% 24%, rgba(243, 212, 140, 0.18), transparent 18%),
    linear-gradient(180deg, #0c0806 0%, #1b100a 48%, #050505 100%);
}
.seraphine-art--oblivion-forest {
  background:
    radial-gradient(circle at 50% 24%, rgba(242, 212, 138, 0.17), transparent 18%),
    linear-gradient(180deg, #060907 0%, #0c1710 50%, #050505 100%);
}
.seraphine-art--emotional-dust {
  background:
    radial-gradient(circle at 50% 24%, rgba(245, 216, 152, 0.17), transparent 18%),
    linear-gradient(180deg, #0c0708 0%, #1d1014 50%, #050505 100%);
}
.seraphine-art--sweet-sin-infinite-possibilities {
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 241, 218, 0.17), transparent 18%),
    linear-gradient(180deg, #0c0708 0%, #191013 48%, #050505 100%);
}
.seraphine-art--twisted-romance {
  background:
    radial-gradient(circle at 50% 24%, rgba(242, 219, 162, 0.17), transparent 18%),
    linear-gradient(180deg, #090607 0%, #160c0f 49%, #050505 100%);
}
.seraphine-art--dark-delights {
  background:
    radial-gradient(circle at 50% 24%, rgba(249, 232, 194, 0.16), transparent 18%),
    linear-gradient(180deg, #070707 0%, #14110e 48%, #050505 100%);
}
.seraphine-art--industrial-mayhem {
  background:
    radial-gradient(circle at 50% 24%, rgba(242, 218, 152, 0.17), transparent 18%),
    linear-gradient(180deg, #06080a 0%, #11161b 49%, #050505 100%);
}
.seraphine-art--enchanted-sands {
  background:
    radial-gradient(circle at 50% 24%, rgba(247, 225, 165, 0.17), transparent 18%),
    linear-gradient(180deg, #090705 0%, #1a110c 48%, #050505 100%);
}
.floating-bottle-card {
  position: relative;
  z-index: 2;
  margin-left: 160px;
  margin-top: 120px;
  padding: 22px;
  border-radius: 34px;
  border: 1px solid rgba(241, 208, 143, 0.18);
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.84), rgba(18, 18, 18, 0.95));
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.52);
}
.floating-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(216, 179, 106, 0.12);
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  font-size: 0.72rem;
}
.bottle-card { position: relative; width: 236px; animation: floatBottle 4.8s ease-in-out infinite; }
.bottle-cap { width: 110px; height: 120px; margin: 0 auto; border-radius: 30px 30px 18px 18px; background: linear-gradient(180deg, #2a2a2a 0%, #101010 100%); border: 1px solid rgba(241, 208, 143, 0.22); }
.bottle-body { width: 236px; height: 370px; margin-top: -10px; border-radius: 36px; padding: 40px 24px; text-align: center; background: linear-gradient(180deg, rgba(33, 33, 33, 0.98), rgba(9, 9, 9, 0.98)), linear-gradient(145deg, rgba(241, 208, 143, 0.07), transparent 58%); border: 1px solid rgba(241, 208, 143, 0.2); box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.04), 0 32px 60px rgba(0, 0, 0, 0.48); }
.bottle-label-top, .bottle-label-main, .bottle-label-bottom { display: block; }
.bottle-label-top, .bottle-label-bottom { letter-spacing: 0.34rem; color: var(--gold); font-size: 0.8rem; }
.bottle-label-main { margin: 92px 0 16px; color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: 3.3rem; }
.info-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 14px 0 46px; }
.info-strip p { margin: 0; padding: 16px; color: var(--muted); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-transform: uppercase; letter-spacing: 0.1rem; text-align: center; font-size: 0.8rem; }
.section { padding: 96px 0; }
.section-heading { max-width: 680px; margin-bottom: 34px; }
.brand-story .section-heading { max-width: 840px; }
.meaning-grid, .editorial-grid { display: grid; gap: 22px; }
.meaning-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.meaning-card p, .editorial-copy p, .source-note p, .source-note li { color: var(--muted); line-height: 1.75; }
.quantity-section .feature-layout { background: linear-gradient(180deg, rgba(216, 179, 106, 0.08), rgba(255, 255, 255, 0.02)), var(--panel); }
.editorial-grid { grid-template-columns: 0.95fr 1.05fr; align-items: stretch; }
.editorial-image-card { overflow: hidden; min-height: 520px; border-radius: 28px; }
.editorial-copy { padding: 36px; display: flex; flex-direction: column; justify-content: center; border-radius: 28px; }
.product-grid, .blog-grid, .shop-grid, .products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.shop-badge { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 0 12px; border-radius: 999px; background: rgba(216, 179, 106, 0.12); color: var(--gold-bright); font-size: 0.75rem; letter-spacing: 0.16rem; text-transform: uppercase; margin-bottom: 18px; }
.product-meta { margin: 0 0 14px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.16rem; font-size: 0.74rem; }
.note-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.note-tags span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--gold-bright); font-size: 0.82rem; text-transform: lowercase; }
.benefit-list { margin: 18px 0 0; padding-left: 18px; }
.benefit-list li + li { margin-top: 12px; }
.comparison-card.feature { background: linear-gradient(180deg, rgba(216, 179, 106, 0.11), rgba(255, 255, 255, 0.03)), var(--panel); }
.comparison-card.contrast { background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)), var(--panel); }
.comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 22px; padding: 38px; border-radius: var(--radius); }
.concentration-layout { background: linear-gradient(180deg, rgba(216, 179, 106, 0.12), rgba(255, 255, 255, 0.02)), var(--panel); }
.stat-stack { display: grid; gap: 16px; }
.blog-card a { color: var(--gold); font-weight: 700; }
.shop-card, .woocommerce ul.products li.product { position: relative; overflow: hidden; }
.shop-card::after, .woocommerce ul.products li.product::after { content: ""; position: absolute; inset: auto -60px -70px auto; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(216, 179, 106, 0.24), transparent 70%); }
.shop-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; }
.seraphine-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.shop .section-heading { margin-bottom: 44px; }
.seraphine-shop-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.98), rgba(10, 10, 10, 0.98));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.seraphine-shop-card::after {
  content: "";
  position: absolute;
  inset: auto -46px -60px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 179, 106, 0.22), transparent 72%);
  pointer-events: none;
}
.seraphine-shop-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 100%;
}
.seraphine-shop-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.03);
}
.seraphine-shop-image {
  display: block;
  width: 100%;
  height: 100%;
}
.seraphine-shop-copy {
  display: grid;
  gap: 10px;
  min-height: 132px;
}
.seraphine-shop-title {
  font-size: clamp(1.7rem, 2vw, 2.15rem);
  line-height: 0.95;
  min-height: 4.2rem;
}
.seraphine-shop-note {
  margin: 0;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14rem;
  font-size: 0.74rem;
}
.seraphine-shop-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.seraphine-shop-notes span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-bright);
  font-size: 0.76rem;
  line-height: 1;
}
.seraphine-shop-meta {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}
.seraphine-shop-price,
.seraphine-shop-price .woocommerce-Price-amount {
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}
.seraphine-shop-price ins,
.seraphine-shop-price del {
  text-decoration: none;
}
.seraphine-shop-button {
  width: 100%;
  text-align: center;
}
.mission-section .section-heading { margin-bottom: 24px; }
.mission-section .comparison-card { padding: 30px; }
.journal .section-heading { max-width: 620px; }
.blog-grid { gap: 24px; }
.blog-card { min-height: 100%; padding-top: 30px; }
.blog-card p:last-of-type { margin-bottom: 26px; }
.source-note { padding: 34px; border-radius: 32px; background: linear-gradient(180deg, rgba(216, 179, 106, 0.08), rgba(255, 255, 255, 0.02)), var(--panel); }
.source-note ul { margin: 18px 0 0; padding-left: 18px; }
.source-note li + li { margin-top: 10px; }
.pricing { display: flex; justify-content: center; }
.pricing-card { width: min(760px, 100%); border-radius: 34px; padding: 40px 34px; text-align: center; background: linear-gradient(180deg, rgba(216, 179, 106, 0.13), rgba(255, 255, 255, 0.02)), var(--panel); }
.price { display: block; color: var(--gold-bright); font-size: clamp(2.8rem, 6vw, 4.6rem); font-family: "Cormorant Garamond", serif; }
.price-note { color: var(--muted); letter-spacing: 0.12rem; text-transform: uppercase; font-size: 0.8rem; }
.footer { display: flex; justify-content: space-between; gap: 24px; padding: 38px 32px; border-radius: 32px 32px 0 0; margin-bottom: 48px; }
.footer-contact { display: grid; gap: 10px; justify-items: end; text-align: right; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.screen-reader-text { position: absolute; left: -9999px; }

.woocommerce ul.products {
  padding: 0;
  margin: 0;
  align-items: stretch;
  grid-auto-rows: 1fr;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: auto;
  margin: 0 !important;
  float: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  clear: none !important;
  align-self: stretch;
}
.woocommerce ul.products li.product.first,
.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.first,
.woocommerce-page ul.products li.product.last { clear: none !important; }
.woocommerce ul.products li.product > a:first-child {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}
.woocommerce ul.products li.product img {
  display: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 3.8rem;
  display: block;
}
.woocommerce ul.products li.product .price {
  margin-top: auto;
  padding-top: 10px;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  margin-top: 16px;
  width: 100%;
}
.woocommerce ul.products li.product .star-rating {
  margin-bottom: 10px;
}
.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 30px;
  padding: 28px;
}
.woocommerce #primary,
.woocommerce-page #primary {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
.woocommerce #sidebar,
.woocommerce-page #sidebar {
  display: none !important;
}
.single-product .product_title {
  margin-bottom: 16px;
}
.single-product div.product p.price,
.single-product div.product span.price {
  margin-bottom: 18px;
  font-size: 2rem;
}
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
  width: auto;
  float: none;
  margin: 0;
}
.single-product div.product .woocommerce-product-gallery img {
  border-radius: 26px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
  border-radius: 16px;
  border: 1px solid var(--line);
}
.single-product div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}
.single-product div.product form.cart .quantity {
  min-width: 92px;
}
.single-product div.product .product_meta {
  display: grid;
  gap: 10px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.single-product div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 34px 0 0;
}
.single-product div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  margin: 0 10px 10px 0;
}
.single-product div.product .woocommerce-tabs ul.tabs li a {
  color: var(--gold-bright);
}
.single-product div.product .woocommerce-tabs .panel {
  padding: 26px 0 0;
  color: var(--muted);
}
.seraphine-product-meta {
  display: grid;
  gap: 4px;
  margin: 18px 0 0;
}
.seraphine-product-gallery {
  margin: 0 !important;
}
.seraphine-product-gallery-art {
  border-radius: 30px;
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 0.86 / 1;
  min-height: 520px;
}
.seraphine-product-story {
  display: grid;
  gap: 16px;
  padding: 18px 0 22px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.seraphine-product-story p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}
.seraphine-product-meta p {
  margin: 0;
}
.seraphine-note-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.seraphine-note-row span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-bright);
  font-size: 0.82rem;
  text-transform: lowercase;
}
.woocommerce div.product .related.products,
.woocommerce div.product .up-sells.upsells {
  margin-top: 52px;
  width: 100%;
  clear: both;
  display: block !important;
}
.woocommerce div.product .related.products > h2,
.woocommerce div.product .up-sells.upsells > h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 3rem);
  width: 100%;
  float: none !important;
  clear: both;
  display: block;
}
.single-product .related.products ul.products,
.single-product .up-sells.upsells ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  clear: both;
  float: none !important;
  margin-top: 18px !important;
}
.single-product .related.products li.product,
.single-product .up-sells.upsells li.product {
  min-width: 0;
  padding: 20px;
  width: auto !important;
  float: none !important;
}
.single-product .related.products li.product > a:first-child,
.single-product .up-sells.upsells li.product > a:first-child {
  gap: 14px;
  align-items: stretch;
}
.single-product .related.products .seraphine-art,
.single-product .up-sells.upsells .seraphine-art {
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  margin-bottom: 8px;
}
.single-product .related.products .woocommerce-loop-product__title,
.single-product .up-sells.upsells .woocommerce-loop-product__title {
  font-size: 1.35rem;
  line-height: 1.05;
  min-height: 2.9rem;
}
.seraphine-related-products {
  margin-top: 56px;
}
.seraphine-related-products h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 3rem);
}
.seraphine-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.seraphine-related-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.98), rgba(10, 10, 10, 0.98));
  box-shadow: var(--shadow);
}
.seraphine-related-link {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}
.seraphine-related-art {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.seraphine-related-art .seraphine-art {
  aspect-ratio: 1 / 1;
}
.seraphine-related-card h3 {
  font-size: 1.35rem;
  line-height: 1.05;
  min-height: 2.9rem;
}
.seraphine-related-price,
.seraphine-related-price .woocommerce-Price-amount {
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
}
.seraphine-related-button {
  width: 100%;
}
.woocommerce div.product form.cart .button { min-height: 52px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border: 1px solid var(--line); background: rgba(216, 179, 106, 0.08); color: var(--text); }
.woocommerce table.shop_table, .woocommerce-checkout #payment { background: transparent; color: var(--text); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, input[type="text"], input[type="email"], input[type="tel"], textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 14px 16px;
}

@keyframes floatBottle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@media (max-width: 1080px) {
  .product-grid,
  .meaning-grid,
  .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .seraphine-shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-product .related.products ul.products,
  .single-product .up-sells.upsells ul.products,
  .seraphine-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .portrait-frame { width: min(300px, 56%); }
  .floating-bottle-card { margin-left: 120px; }
}

@media (max-width: 980px) {
  .topbar, .hero, .comparison-grid, .feature-layout, .footer, .editorial-grid, .products { display: grid; grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .nav-links, .footer-contact { justify-items: start; text-align: left; }
  .nav-links { flex-wrap: wrap; gap: 14px; }
  .topbar-actions { display: grid; gap: 14px; }
  .hero-metrics, .info-strip, .blog-grid, .shop-grid, .seraphine-shop-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 720px; }
  .portrait-frame { left: 50%; transform: translateX(-50%); width: min(420px, 86%); }
  .floating-bottle-card { margin-left: 0; margin-top: 280px; }
  .meaning-grid { grid-template-columns: 1fr; }
  .editorial-image-card { min-height: 420px; }
  .single-product div.product { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .ne-shell { width: min(100% - 20px, 1180px); }
  .product-grid, .products { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: 1fr !important; }
  .single-product .related.products ul.products,
  .single-product .up-sells.upsells ul.products,
  .seraphine-related-grid { grid-template-columns: 1fr !important; }
  .seraphine-shop-grid { grid-template-columns: 1fr; }
  .topbar { padding-top: 18px; }
  .lang-switcher { justify-content: center; }
  .section { padding: 64px 0; }
  .hero-actions .button, .shop-meta .button, .woocommerce a.button { width: 100%; }
  .shop-meta { align-items: stretch; flex-direction: column; }
  .seraphine-shop-card { padding: 18px; }
  .seraphine-shop-copy { min-height: auto; }
  .brand-lockup { align-items: flex-start; }
  .brand-icon { width: 46px; height: 46px; }
  .brand-mark { font-size: 1.2rem; letter-spacing: 0.22rem; }
  .brand-submark { letter-spacing: 0.12rem; font-size: 0.62rem; }
  .hero-visual { min-height: 620px; }
  .portrait-frame { top: 0; width: min(100%, 360px); }
  .floating-bottle-card { margin-top: 250px; padding: 16px; }
  .bottle-card { transform: scale(0.86); }
  .editorial-copy, .source-note, .pricing-card { padding: 28px 22px; }
  .seraphine-product-gallery-art { min-height: 420px; }
}
