/* ============================================================
   PURE ALLURE — PREMIUM LAYER
   Modern-feminine blush/champagne/rose palette. All motion fail-safe.
   Loaded after style.css so it cascades last.
   ============================================================ */

/* Paper grain — subtle tactile texture */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 1;
  pointer-events: none;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.nav, section, footer, .heritage { position: relative; z-index: 2; }

/* Real logo in nav */
.brand .logo-img { height: 36px; width: auto; display: block; transition: height .3s ease; }
.nav.scrolled .brand .logo-img { height: 30px; }
.brand.has-logo { gap: 0; }

/* Gold heading underline — draws on reveal */
.gold-underline { position: relative; display: inline-block; }
.gold-underline::after {
  content: ""; position: absolute; left: 0; bottom: -10px; height: 2px;
  width: 100%; background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
  transform: scaleX(0); transform-origin: left center;
  transition: transform 1.1s cubic-bezier(.2,.7,.2,1);
}
.reveal--shown .gold-underline::after, .gold-underline.reveal--shown::after { transform: scaleX(1); }

/* Hero image — parallax shell + slow scale reveal */
.hero-image img { will-change: transform; transition: transform 1.8s cubic-bezier(.2,.7,.2,1); }
.hero-image.kb img { transform: scale(1.05); }

/* Editorial image clip-reveal */
.img-reveal { clip-path: inset(0 0 100% 0); transition: clip-path 1.2s cubic-bezier(.16,.84,.32,1); }
.img-reveal.reveal--shown { clip-path: inset(0 0 0% 0); }

/* Magnetic primary button — gold sheen sweep */
.btn-primary { position: relative; overflow: hidden; }
.btn-primary::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(110deg, transparent, rgba(216,188,131,0.32), transparent);
  transform: skewX(-18deg); transition: left .7s ease; pointer-events: none;
}
.btn-primary:hover::after { left: 130%; }

/* Eyebrow diamond glyph */
.eyebrow.has-mark { display: inline-flex; align-items: center; gap: 9px; }
.eyebrow.has-mark::before {
  content: ""; width: 6px; height: 6px; background: var(--gold);
  transform: rotate(45deg); display: inline-block; flex: none;
}

/* Heritage strip accents */
.heritage { border-top: 1px solid rgba(216,188,131,0.18); border-bottom: 1px solid rgba(216,188,131,0.18); }
.heritage-row .item .dot { background: var(--gold-light); }

/* Collection card — gold corner ticks + lift */
.coll-card { transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.coll-card:hover { transform: translateY(-6px); }
.coll-img::before, .coll-img::after {
  content: ""; position: absolute; width: 16px; height: 16px; z-index: 2;
  border-color: var(--gold-light); opacity: 0; transition: opacity .4s ease;
}
.coll-img::before { top: 12px; right: 12px; border-top: 1.5px solid; border-right: 1.5px solid; }
.coll-img::after { bottom: 12px; left: 12px; border-bottom: 1.5px solid; border-left: 1.5px solid; }
.coll-card:hover .coll-img::before, .coll-card:hover .coll-img::after { opacity: 1; }

/* "The Difference" band */
.diff { background: var(--paper-warm); }
.diff-head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.diff-head h2 {
  font-family: var(--display); font-weight: 300; letter-spacing: -0.02em;
  font-size: clamp(38px, 4.6vw, 60px); line-height: 1.04; margin: 18px 0;
}
.diff-head h2 em { font-style: italic; color: var(--teal); }
.diff-head .sub { font-family: var(--display); font-style: italic; font-size: 19px; color: var(--ink-soft); }
.diff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.diff-cell { padding: 36px 26px; background: var(--paper); border: 1px solid var(--rule); position: relative; }
.diff-cell .dicon { width: 36px; height: 36px; margin-bottom: 20px; color: var(--teal); display: block; }
.diff-cell h3 { font-family: var(--display); font-weight: 400; font-size: 24px; margin-bottom: 10px; color: var(--ink); }
.diff-cell p { font-size: 14px; line-height: 1.65; color: var(--ink-soft); }
.diff-cell .no { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; color: var(--gold-deep); position: absolute; top: 22px; right: 24px; }

/* FAQ */
.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(40px,6vw,90px); align-items: start; }
.faq-aside { position: sticky; top: 110px; }
.faq-aside h2 { font-family: var(--display); font-weight: 300; font-size: clamp(38px,4.5vw,56px); line-height: 1.02; letter-spacing: -0.02em; margin: 16px 0 20px; }
.faq-aside h2 em { font-style: italic; color: var(--teal); }
.faq-aside p { color: var(--ink-soft); font-size: 15px; line-height: 1.7; max-width: 320px; }
.faq-list { border-top: 1px solid var(--rule); }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-q {
  width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center;
  gap: 20px; padding: 26px 0; font-family: var(--display); font-size: clamp(20px,2vw,25px);
  font-weight: 400; color: var(--ink); cursor: pointer; background: none;
}
.faq-q:hover { color: var(--teal); }
.faq-q .pm { flex: none; width: 22px; height: 22px; position: relative; }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; background: var(--gold-deep); transition: transform .35s ease; }
.faq-q .pm::before { top: 50%; left: 0; right: 0; height: 1.5px; transform: translateY(-50%); }
.faq-q .pm::after { left: 50%; top: 0; bottom: 0; width: 1.5px; transform: translateX(-50%); }
.faq-item.open .pm::after { transform: translateX(-50%) scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .45s cubic-bezier(.2,.7,.2,1); }
.faq-a p { font-size: 15px; line-height: 1.75; color: var(--ink-soft); padding-bottom: 26px; max-width: 620px; }
.faq-item.open .faq-a { max-height: 360px; }

/* Recent gallery — gold inner frame on hover */
.r-cell::after {
  content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(216,188,131,0);
  transition: box-shadow .4s ease; pointer-events: none; z-index: 2;
}
.r-cell:hover::after { box-shadow: inset 0 0 0 1.5px rgba(216,188,131,0.55); }

/* Bridal/real photo treatment — keep gems true */
.bridal-img img { filter: contrast(1.03) saturate(1.0) brightness(0.99); }
.coll-img img, .r-cell img { filter: contrast(1.02) saturate(1.0); }

/* Footer real logo */
.foot-brand .logo-cream { height: 42px; width: auto; margin-bottom: 18px; display: block; }

/* Accessibility focus */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold-deep); outline-offset: 3px;
}

/* Reduced motion — kill transforms/animation, force content visible */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal--hidden { opacity: 1 !important; transform: none !important; }
  .img-reveal { clip-path: none !important; }
  .gold-underline::after { transform: scaleX(1) !important; }
  html { scroll-behavior: auto; }
}

/* Responsive — new sections */
@media (max-width: 1100px) {
  .diff-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .faq-aside { position: static; }
}
@media (max-width: 640px) {
  .diff-grid { grid-template-columns: 1fr; gap: 16px; }
  .brand .logo-img { height: 26px; }
  .faq-q { font-size: 19px; }
}

/* Watch product shots in gallery — contain on a soft pad so white bg reads intentional */
.r-cell img.on-white {
  object-fit: cover;
  background: radial-gradient(circle at 50% 38%, #FBF8F1 0%, #ECE3D0 100%);
}
