/* ============================================
   PM Designer Boutique — Core Styles
   ============================================ */

:root {
  --bg: #F8F7F3;
  --bg-2: #F3EDE5;
  --gold: #C9A227;
  --gold-soft: #D9B84C;
  --emerald: #0F4C45;
  --emerald-2: #143b36;
  --char: #2B2B2B;
  --char-2: #4a4a4a;
  --muted: #8a8578;
  --line: rgba(43, 43, 43, 0.12);
  --white: #ffffff;

  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;

  --serif: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --shadow-sm: 0 6px 20px -12px rgba(43, 43, 43, 0.2);
  --shadow-md: 0 20px 60px -30px rgba(43, 43, 43, 0.35);
  --shadow-gold: 0 20px 60px -25px rgba(201, 162, 39, 0.5);

  --nav-h: 76px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--char);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .3s ease, opacity .3s ease; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.container { width: min(1240px, 92%); margin-inline: auto; }

/* Typography */
h1, h2, h3, h4, h5 { font-family: var(--serif); font-weight: 500; line-height: 1.1; color: var(--char); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem, 5.8vw, 5.2rem); font-weight: 400; }
h1 em, h2 em, h3 em { font-style: italic; color: var(--emerald); font-weight: 500; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 400; }
h3 { font-size: clamp(1.4rem, 2vw, 1.9rem); }
h4 { font-size: 1.15rem; font-weight: 600; }
h5 { font-size: .9rem; text-transform: uppercase; letter-spacing: .18em; font-family: var(--sans); font-weight: 600; }

.eyebrow {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.lead { font-size: clamp(1rem, 1.15vw, 1.15rem); color: var(--char-2); max-width: 52ch; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: .9rem; font-weight: 500;
  letter-spacing: .04em;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn i { transition: transform .3s ease; }
.btn:hover i { transform: translateX(4px); }
.btn--gold { background: var(--gold); color: #fff; box-shadow: var(--shadow-gold); }
.btn--gold:hover { background: var(--emerald); transform: translateY(-2px); }
.btn--ghost { border-color: var(--char); color: var(--char); }
.btn--ghost:hover { background: var(--char); color: #fff; transform: translateY(-2px); }
.btn--dark { background: var(--char); color: #fff; }
.btn--dark:hover { background: var(--emerald); transform: translateY(-2px); }

/* Scroll progress */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--emerald));
  width: 0%; z-index: 1000; transition: width .1s linear;
}

/* Floating motifs */
.float-motif {
  position: fixed;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,39,0.15), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
  animation: floatY 12s ease-in-out infinite;
}
.motif-1 { top: 10%; left: -100px; }
.motif-2 { bottom: 15%; right: -120px; background: radial-gradient(circle, rgba(15,76,69,0.18), transparent 70%); animation-delay: -6s; }

/* NAV */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 0;
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease, backdrop-filter .35s ease;
}
.nav.is-scrolled {
  background: rgba(248, 247, 243, 0.85);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  box-shadow: 0 1px 0 var(--line);
  padding: 10px 0;
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark {
  display: inline-grid; place-items: center;
  width: 42px; height: 42px;
  border-radius: 12px;
  background: var(--emerald); color: #fff;
  font-family: var(--serif); font-style: italic; font-size: 1.1rem;
  letter-spacing: 0;
}
.brand__name { font-family: var(--serif); font-size: 1.15rem; font-weight: 500; letter-spacing: .01em; }
.brand--light .brand__name { color: var(--char); }

.nav__links { display: flex; align-items: center; gap: 34px; }
.nav__link { font-size: .92rem; color: var(--char); position: relative; padding: 6px 0; }
.nav__link::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px; background: var(--gold);
  transform: scaleX(0); transform-origin: right;
  transition: transform .35s ease;
}
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav__cta { margin-left: 8px; }

.hamburger { display: none; width: 36px; height: 30px; flex-direction: column; justify-content: space-between; padding: 4px 0; }
.hamburger span { display: block; height: 2px; background: var(--char); border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.hamburger.is-open span:nth-child(1) { transform: translateY(11px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-11px) rotate(-45deg); }

/* HERO */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: flex-end;
  padding: calc(var(--nav-h) + 30px) 0 80px;
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: -1; }
.hero__img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(43,43,43,0.15) 0%, rgba(43,43,43,0) 30%, rgba(43,43,43,0.65) 100%),
    linear-gradient(90deg, rgba(248,247,243,0.45), rgba(0,0,0,0));
}
.hero__content { position: relative; color: #fff; max-width: 900px; }
.hero__content .eyebrow { color: var(--gold-soft); }
.hero__content h1 { color: #fff; }
.hero__content h1 em { color: var(--gold-soft); }
.hero__content .lead { color: rgba(255,255,255,0.9); margin-top: 1.4rem; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 2rem; }
.hero__cta .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.6); }
.hero__cta .btn--ghost:hover { background: #fff; color: var(--char); }
.hero__meta {
  margin-top: 3rem; display: flex; gap: 42px; flex-wrap: wrap;
  padding-top: 1.6rem; border-top: 1px solid rgba(255,255,255,0.25);
}
.hero__meta div { display: flex; flex-direction: column; }
.hero__meta strong { font-family: var(--serif); font-weight: 500; font-size: 1.6rem; color: var(--gold-soft); }
.hero__meta span { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,0.75); }

.hero__scroll {
  position: absolute; right: 4vw; bottom: 40px;
  writing-mode: vertical-rl; color: rgba(255,255,255,0.9); font-size: .78rem;
  letter-spacing: .3em; text-transform: uppercase;
  display: flex; align-items: center; gap: 12px;
}
.hero__scroll span {
  width: 1px; height: 60px; background: rgba(255,255,255,0.5); position: relative; overflow: hidden;
}
.hero__scroll span::after {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 40%;
  background: var(--gold-soft); animation: scrollLine 2.4s ease-in-out infinite;
}

/* Sections */
.section { padding: clamp(70px, 10vw, 140px) 0; position: relative; z-index: 1; }
.section__head { max-width: 720px; margin: 0 auto clamp(40px, 5vw, 70px); text-align: center; }
.section__head .eyebrow { text-align: center; }
.center-cta { text-align: center; margin-top: 50px; }

/* ABOUT */
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.about__media { position: relative; }
.about__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); aspect-ratio: 4/5; object-fit: cover; }
.glass-card {
  position: absolute; right: -20px; bottom: 40px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.7);
  padding: 18px 22px; border-radius: 18px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow-md);
}
.glass-card i { font-size: 1.6rem; color: var(--gold); }
.glass-card strong { display: block; font-family: var(--serif); font-size: 1.1rem; }
.glass-card span { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

.about__body h2 { margin-top: .3rem; }
.about__body p { margin-top: 1.2rem; color: var(--char-2); }
.about__list { list-style: none; margin: 1.8rem 0 2rem; display: grid; gap: 12px; }
.about__list li { display: flex; align-items: center; gap: 12px; }
.about__list i { width: 26px; height: 26px; display: grid; place-items: center; background: var(--emerald); color: #fff; border-radius: 50%; font-size: .7rem; }

/* COLLECTIONS */
.collections__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 320px;
  gap: 20px;
}
.col-card {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  display: block; box-shadow: var(--shadow-sm);
  transition: transform .5s ease, box-shadow .5s ease;
}
.col-card--tall { grid-row: span 2; }
.col-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.col-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 100%);
}
.col-card__body {
  position: absolute; left: 24px; right: 24px; bottom: 22px; color: #fff; z-index: 2;
  transform: translateY(6px); transition: transform .5s ease;
}
.col-card__body .tag {
  display: inline-block; font-size: .72rem; letter-spacing: .24em;
  text-transform: uppercase; color: var(--gold-soft); margin-bottom: 8px;
}
.col-card__body h3 { color: #fff; }
.col-card__body p { color: rgba(255,255,255,0.82); font-size: .92rem; margin-top: 6px; opacity: 0; max-height: 0; transition: all .5s ease; }
.col-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.col-card:hover img { transform: scale(1.08); }
.col-card:hover .col-card__body { transform: translateY(0); }
.col-card:hover .col-card__body p { opacity: 1; max-height: 80px; margin-top: 10px; }

/* WHY */
.why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why__card {
  background: #fff; padding: 32px 26px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}
.why__card i { font-size: 1.6rem; color: var(--gold); margin-bottom: 18px; }
.why__card h4 { margin-bottom: 8px; font-family: var(--serif); font-weight: 500; font-size: 1.25rem; }
.why__card p { color: var(--char-2); font-size: .92rem; }
.why__card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }

/* MASONRY */
.masonry { columns: 3 260px; column-gap: 18px; }
.masonry--wide { columns: 4 260px; }
.masonry__item { break-inside: avoid; margin-bottom: 18px; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.masonry__item img { width: 100%; transition: transform 1s ease, filter .6s ease; cursor: zoom-in; }
.masonry__item:hover img { transform: scale(1.06); filter: brightness(1.05); }

/* TIMELINE */
.timeline {
  list-style: none;
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 20px; position: relative;
}
.timeline::before {
  content: ''; position: absolute; left: 5%; right: 5%; top: 34px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.timeline li {
  background: #fff; padding: 24px 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  text-align: center; position: relative;
}
.timeline li span {
  display: inline-grid; place-items: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--emerald); color: var(--gold-soft);
  font-family: var(--serif); font-size: 1rem; margin-bottom: 14px;
  position: relative; z-index: 1;
}
.timeline li h4 { margin-bottom: 6px; }
.timeline li p { font-size: .85rem; color: var(--char-2); }

/* TESTIMONIALS */
.testimonials { background: var(--bg-2); }
.t-slider { position: relative; overflow: hidden; }
.t-track { display: flex; gap: 24px; transition: transform .6s cubic-bezier(.22,.9,.3,1); }
.t-card {
  flex: 0 0 calc(50% - 12px);
  background: #fff; padding: 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
.t-stars { color: var(--gold); font-size: 1rem; letter-spacing: 3px; margin-bottom: 14px; }
.t-card p { font-family: var(--serif); font-style: italic; font-size: 1.25rem; line-height: 1.5; color: var(--char); }
.t-card footer { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.t-card footer strong { display: block; font-family: var(--serif); font-weight: 500; }
.t-card footer span { font-size: .8rem; color: var(--muted); letter-spacing: .1em; }
.t-controls { display: flex; gap: 10px; justify-content: center; margin-top: 30px; }
.t-btn {
  width: 46px; height: 46px; border-radius: 50%;
  background: #fff; border: 1px solid var(--line); color: var(--char);
  display: grid; place-items: center;
  transition: background .3s ease, color .3s ease, transform .3s ease;
}
.t-btn:hover { background: var(--emerald); color: #fff; transform: translateY(-2px); }

/* APPOINTMENT */
.appointment { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.appointment__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; }
.appointment__meta { list-style: none; margin-top: 2rem; display: grid; gap: 14px; }
.appointment__meta i { color: var(--gold); margin-right: 12px; }
.appointment__form {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  padding: 36px; border-radius: var(--radius-lg);
}
.glass {
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: var(--shadow-md);
}
.appointment__form label { display: flex; flex-direction: column; gap: 6px; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); font-weight: 500; }
.appointment__form .full { grid-column: 1 / -1; }
.appointment__form input,
.appointment__form select,
.appointment__form textarea {
  font: inherit; padding: 14px 16px;
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--line);
  border-radius: 12px; color: var(--char);
  transition: border-color .3s ease, background .3s ease;
  text-transform: none; letter-spacing: 0;
}
.appointment__form input:focus,
.appointment__form select:focus,
.appointment__form textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.form-ok { display: none; grid-column: 1/-1; color: var(--emerald); font-size: .9rem; text-align: center; }

/* CONTACT */
.contact-preview__grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: stretch; }
.contact-preview h3 { font-size: 1.6rem; margin-bottom: 1rem; }
.contact-preview p { margin-bottom: 1rem; color: var(--char-2); }
.socials { display: flex; gap: 12px; margin-top: 20px; }
.socials a {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--char); color: #fff;
  display: grid; place-items: center;
  transition: background .3s ease, transform .3s ease;
}
.socials a:hover { background: var(--gold); transform: translateY(-3px); }
.map { border-radius: var(--radius-lg); overflow: hidden; min-height: 340px; box-shadow: var(--shadow-sm); }
.map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; }

/* FOOTER */
.footer {
  background: var(--char); color: rgba(255,255,255,0.75);
  padding: 80px 0 24px; margin-top: 60px;
}
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer .brand__name { color: #fff; }
.footer .brand__mark { background: var(--gold); }
.footer p { margin-top: 14px; font-size: .92rem; }
.footer h5 { color: #fff; margin-bottom: 18px; }
.footer a { display: block; padding: 4px 0; font-size: .92rem; color: rgba(255,255,255,0.7); }
.footer a:hover { color: var(--gold-soft); }
.news { display: flex; margin-top: 14px; position: relative; }
.news input { flex: 1; padding: 12px 16px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 999px 0 0 999px; color: #fff; font: inherit; }
.news input::placeholder { color: rgba(255,255,255,0.5); }
.news input:focus { outline: none; border-color: var(--gold); }
.news button { padding: 0 20px; background: var(--gold); color: #fff; border-radius: 0 999px 999px 0; transition: background .3s ease; }
.news button:hover { background: var(--gold-soft); }
.news .msg { display: none; position: absolute; bottom: -24px; font-size: .78rem; color: var(--gold-soft); }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 24px; font-size: .82rem; }

/* Back to top */
.to-top {
  position: fixed; right: 24px; bottom: 24px;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--emerald); color: #fff;
  display: grid; place-items: center;
  opacity: 0; transform: translateY(20px); pointer-events: none;
  transition: opacity .3s ease, transform .3s ease, background .3s ease;
  z-index: 90; box-shadow: var(--shadow-md);
}
.to-top.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.to-top:hover { background: var(--gold); }

/* Floating WhatsApp CTA */
.whatsapp-float {
  position: fixed; right: 24px; bottom: 24px;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: grid; place-items: center;
  font-size: 1.7rem;
  box-shadow: 0 10px 28px -8px rgba(37, 211, 102, 0.45);
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
  z-index: 95;
  animation: whatsapp-bounce-in .6s ease-out both;
}
.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 14px 36px -8px rgba(37, 211, 102, 0.55); background: #1ebe57; }
.whatsapp-float { cursor: pointer; text-decoration: none; }
.whatsapp-float::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid var(--gold);
  animation: pulse-ring 2.4s ease-out infinite;
  pointer-events: none;
}
.whatsapp-float__tooltip {
  position: absolute; right: calc(100% + 12px); top: 50%;
  transform: translateY(-50%) scale(.95);
  background: var(--char); color: #fff;
  padding: 8px 14px; border-radius: 8px;
  font-size: .78rem; font-weight: 500; letter-spacing: .02em;
  white-space: nowrap; pointer-events: none; opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  box-shadow: var(--shadow-sm);
}
.whatsapp-float__tooltip::before {
  content: ''; position: absolute; right: -5px; top: 50%; transform: translateY(-50%);
  border-width: 5px 0 5px 6px; border-style: solid; border-color: transparent transparent transparent var(--char);
}
.whatsapp-float:hover .whatsapp-float__tooltip { opacity: 1; transform: translateY(-50%) scale(1); }
@keyframes pulse-ring {
  0% { transform: scale(1); opacity: .45; }
  100% { transform: scale(1.65); opacity: 0; }
}
@keyframes whatsapp-bounce-in {
  0% { opacity: 0; transform: scale(0) translateY(20px); }
  60% { transform: scale(1.1) translateY(-4px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}

/* Page hero (subpages) */
.page-hero {
  padding: calc(var(--nav-h) + 80px) 0 60px;
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%);
  text-align: center;
}
.page-hero .eyebrow { text-align: center; }
.page-hero h1 { max-width: 900px; margin: 0 auto; }
.page-hero .lead { margin: 1.4rem auto 0; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; background: rgba(20, 18, 15, 0.94);
  display: none; align-items: center; justify-content: center; z-index: 200;
  padding: 40px;
}
.lightbox.is-open { display: flex; animation: fadeIn .3s ease; }
.lightbox img { max-width: 90vw; max-height: 88vh; border-radius: 8px; }
.lightbox__close {
  position: absolute; top: 20px; right: 24px; color: #fff; font-size: 2.4rem;
  width: 48px; height: 48px; line-height: 1;
}
/* Hide sticky nav & floating buttons while lightbox is open */
body.lightbox-open .nav,
body.lightbox-open .to-top,
body.lightbox-open .whatsapp-float,
body.lightbox-open .scroll-progress { opacity: 0; pointer-events: none; visibility: hidden; }

/* ============================================
   PREMIUM POLISH LAYER
   Editorial refinements: hairlines, grain, glass, elevated motion
   ============================================ */

:root {
  --ivory: #FBFAF6;
  --gold-deep: #A88418;
  --shadow-luxe: 0 30px 80px -40px rgba(15, 76, 69, 0.35), 0 8px 24px -12px rgba(43, 43, 43, 0.15);
  --grain-opacity: 0.035;
}

/* Subtle paper grain across body for tactile depth */
body::before {
  content: '';
  position: fixed; inset: 0; pointer-events: none; z-index: 1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.17 0 0 0 0 0.17 0 0 0 0 0.17 0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/></svg>");
  opacity: var(--grain-opacity);
  mix-blend-mode: multiply;
}

/* Refined typography — tighter tracking, italic emphasis, elegant descenders */
h1, h2, h3 { font-weight: 400; letter-spacing: -0.02em; }
h1 { line-height: 1.02; }
h1 em, h2 em, h3 em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-deep) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  padding-right: .04em;
}
.hero__content h1 em { background: linear-gradient(180deg, #E9C97A 0%, var(--gold-soft) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }

.eyebrow { display: inline-flex; align-items: center; gap: 12px; }
.eyebrow::before {
  content: ''; width: 28px; height: 1px; background: currentColor; opacity: .6;
}

/* Nav: sharper glass, gold underline finesse */
.nav.is-scrolled {
  background: rgba(251, 250, 246, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(201, 162, 39, 0.18);
  box-shadow: 0 10px 40px -30px rgba(43, 43, 43, 0.25);
}
.brand__mark {
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-2) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 8px 20px -10px rgba(15, 76, 69, 0.55);
  border: 1px solid rgba(201, 162, 39, 0.35);
}
.nav__link { font-weight: 400; letter-spacing: .02em; }

/* Buttons: refined gradients, inset highlight, better hover lift */
.btn { padding: 15px 30px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; font-size: .78rem; }
.btn--gold {
  background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold) 55%, var(--gold-deep) 100%);
  box-shadow: 0 14px 40px -14px rgba(201, 162, 39, 0.55), inset 0 1px 0 rgba(255,255,255,0.3);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn--gold:hover {
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-2) 100%);
  box-shadow: 0 18px 50px -14px rgba(15, 76, 69, 0.5), inset 0 1px 0 rgba(255,255,255,0.15);
  transform: translateY(-3px);
}
.btn--ghost { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }

/* Hero: richer scrim, elegant vertical rule, gold detail */
.hero__scrim {
  background:
    radial-gradient(ellipse at 20% 60%, rgba(15, 76, 69, 0.35) 0%, transparent 55%),
    linear-gradient(180deg, rgba(20, 18, 15, 0.15) 0%, rgba(20, 18, 15, 0.1) 30%, rgba(20, 18, 15, 0.75) 100%);
}
.hero__content::before {
  content: ''; display: block;
  width: 60px; height: 1px;
  background: linear-gradient(90deg, var(--gold-soft), transparent);
  margin-bottom: 28px;
}
.hero__meta strong {
  background: linear-gradient(180deg, #EAC97A 0%, var(--gold-soft) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-size: 2rem; font-weight: 400;
}

/* Section headers: centered gold flourish */
.section__head .eyebrow { justify-content: center; }
.section__head .eyebrow::after {
  content: ''; width: 28px; height: 1px; background: currentColor; opacity: .6;
}
.section__head .eyebrow::before,
.section__head .eyebrow::after { transition: width .5s ease; }

/* About: layered image frame with gold hairline */
.about__media::before {
  content: ''; position: absolute; inset: -14px -14px 14px 14px;
  border: 1px solid var(--gold);
  border-radius: var(--radius-lg);
  z-index: -1;
  opacity: .7;
}
.about__media { position: relative; }
.glass-card {
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(201, 162, 39, 0.25);
  box-shadow: 0 20px 60px -20px rgba(15, 76, 69, 0.3);
}

/* Collections: elevated cards, gold reveal border, softer overlay */
.col-card {
  border-radius: 20px;
  box-shadow: 0 20px 50px -30px rgba(20, 18, 15, 0.5);
}
.col-card::before {
  content: ''; position: absolute; inset: 0; z-index: 3;
  border-radius: inherit;
  border: 1px solid rgba(201, 162, 39, 0);
  transition: border-color .5s ease, inset .5s ease;
  pointer-events: none;
}
.col-card:hover::before { border-color: rgba(201, 162, 39, 0.55); }
.col-card::after {
  background: linear-gradient(180deg, rgba(20, 18, 15, 0) 30%, rgba(15, 76, 69, 0.4) 70%, rgba(20, 18, 15, 0.9) 100%);
}
.col-card__body .tag {
  font-family: "Inter", sans-serif; font-weight: 500;
  padding: 4px 10px; border: 1px solid rgba(201, 162, 39, 0.6);
  border-radius: 999px; background: rgba(20, 18, 15, 0.3);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.col-card__body h3 { font-size: 1.75rem; letter-spacing: -0.015em; }

/* Why cards: refined, hover glow */
.why__card {
  background: linear-gradient(180deg, #fff 0%, var(--ivory) 100%);
  border: 1px solid rgba(201, 162, 39, 0.15);
  padding: 38px 30px;
  position: relative; overflow: hidden;
}
.why__card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0); transform-origin: center;
  transition: transform .5s ease;
}
.why__card:hover::before { transform: scaleX(1); }
.why__card i {
  display: inline-grid; place-items: center;
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.15), rgba(15, 76, 69, 0.1));
  color: var(--gold-deep); font-size: 1.35rem;
  margin-bottom: 22px;
  border: 1px solid rgba(201, 162, 39, 0.25);
}
.why__card:hover { border-color: rgba(201, 162, 39, 0.4); box-shadow: 0 24px 60px -30px rgba(15, 76, 69, 0.35); }

/* Timeline: gold-ringed numerals */
.timeline li {
  background: linear-gradient(180deg, #fff 0%, var(--ivory) 100%);
  border: 1px solid rgba(201, 162, 39, 0.15);
  padding: 30px 22px;
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}
.timeline li:hover { transform: translateY(-4px); border-color: rgba(201, 162, 39, 0.4); box-shadow: var(--shadow-luxe); }
.timeline li span {
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-2) 100%);
  color: var(--gold-soft);
  border: 2px solid var(--gold);
  box-shadow: 0 10px 24px -10px rgba(15, 76, 69, 0.5), inset 0 1px 0 rgba(255,255,255,0.1);
  width: 54px; height: 54px;
  font-size: 1.1rem;
}

/* Testimonials: giant quote mark, refined card */
.t-card { padding: 48px 44px; position: relative; }
.t-card::before {
  content: '“';
  position: absolute; top: 20px; left: 32px;
  font-family: "Playfair Display", serif;
  font-size: 8rem; line-height: 1;
  color: var(--gold);
  opacity: .12;
  pointer-events: none;
}
.t-card p { font-size: 1.35rem; line-height: 1.55; }
.t-card { border: 1px solid rgba(201, 162, 39, 0.18); }

/* Masonry: gold hairline on hover */
.masonry__item {
  border-radius: 14px;
  position: relative;
  box-shadow: 0 16px 40px -24px rgba(20, 18, 15, 0.35);
}
.masonry__item::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  border: 1px solid rgba(201, 162, 39, 0);
  transition: border-color .5s ease;
  pointer-events: none;
}
.masonry__item:hover::after { border-color: rgba(201, 162, 39, 0.55); }

/* Form: refined focus ring */
.appointment__form input:focus,
.appointment__form select:focus,
.appointment__form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.12);
}

/* Footer: elegant divider */
.footer { background: linear-gradient(180deg, #1f1f1f 0%, #161616 100%); }
.footer__grid { border-bottom: 1px solid rgba(201, 162, 39, 0.15); }
.footer .brand__mark { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%); box-shadow: 0 8px 20px -8px rgba(201, 162, 39, 0.5); }

/* Page hero: refined ornament */
.page-hero { padding-top: calc(var(--nav-h) + 100px); }
.page-hero::after {
  content: '❋';
  display: block; text-align: center;
  color: var(--gold);
  font-size: 1rem;
  margin-top: 30px;
  opacity: .7;
}

/* Selection */
::selection { background: var(--gold); color: #fff; }

/* ============================================
   PREMIUM POLISH LAYER — II (editorial)
   ============================================ */

:root {
  --display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
}

/* Stack floating buttons on right — no overlap */
.to-top { bottom: 94px; right: 24px; }
.whatsapp-float { right: 24px; bottom: 24px; left: auto; }

/* Announcement ribbon — thin gold marquee */
.ribbon {
  background: linear-gradient(90deg, #0F4C45, #143b36);
  color: #EAC97A;
  font-size: .72rem; letter-spacing: .32em; text-transform: uppercase;
  padding: 9px 0; text-align: center;
  border-bottom: 1px solid rgba(201, 162, 39, 0.25);
  font-weight: 500;
  position: relative; z-index: 101;
}
.ribbon span { display: inline-block; padding: 0 22px; }
.ribbon i { color: var(--gold); margin: 0 6px; font-size: .6rem; vertical-align: middle; }
.nav { top: 36px; }
.nav.is-scrolled { top: 0; }
.hero { padding-top: calc(var(--nav-h) + 60px); }
@media (max-width: 700px) {
  .ribbon { font-size: .62rem; letter-spacing: .22em; padding: 7px 0; }
  .ribbon span:nth-child(n+2) { display: none; }
}

/* Editorial display serif override for headline moments */
h1, .section__head h2, .page-hero h1 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.015em;
}
h1 em, h2 em, .page-hero h1 em, .section__head h2 em { font-family: var(--display); font-style: italic; font-weight: 500; }

/* Fleuron divider between sections */
.section + .section > .container::before,
.fleuron {
  content: '';
  display: block;
  width: 100%; max-width: 220px;
  margin: 0 auto clamp(50px, 6vw, 80px);
  height: 22px;
  background-image:
    linear-gradient(90deg, transparent, var(--gold) 20%, var(--gold) 80%, transparent),
    radial-gradient(circle at center, var(--gold) 2px, transparent 3px);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 1px, 100% 100%;
  background-position: center, center;
  opacity: .5;
  position: relative;
}
.section + .section > .container::before {
  margin-top: -20px;
}

/* Serif number system for stats */
.hero__meta strong { font-family: var(--display); font-weight: 500; font-size: 2.4rem; letter-spacing: -0.02em; }
.hero__meta span { color: rgba(255,255,255,0.65); font-size: .7rem; letter-spacing: .22em; }

/* Hero content: monogram flourish */
.hero__content::before {
  width: 90px;
  background: linear-gradient(90deg, var(--gold-soft), transparent);
  margin-bottom: 24px;
}
.hero__content h1 { font-size: clamp(2.6rem, 6.5vw, 6rem); font-weight: 400; line-height: .98; }

/* Brand mark: taller with italic PM */
.brand__mark {
  width: 46px; height: 46px; border-radius: 14px;
  font-family: var(--display); font-style: italic; font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.brand__name { font-family: var(--display); font-weight: 500; font-size: 1.25rem; letter-spacing: .01em; }

/* Nav link elegance: refined dot separator */
.nav__links { gap: 30px; }
.nav__link { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; }

/* Buttons refined again */
.btn { padding: 16px 32px; font-size: .74rem; letter-spacing: .14em; }

/* Section head decorative flourish */
.section__head h2 { position: relative; padding-bottom: 24px; margin-bottom: 8px; }
.section__head h2::after {
  content: '❋'; display: block; color: var(--gold);
  font-size: .9rem; margin-top: 22px; opacity: .8;
}
.section__head .lead { margin: 8px auto 0; }

/* About body — drop-cap first paragraph */
.about__body > p:first-of-type::first-letter {
  font-family: var(--display);
  font-size: 4.4rem;
  font-weight: 500;
  float: left;
  line-height: .9;
  padding: 6px 14px 0 0;
  color: var(--gold-deep);
  font-style: italic;
}

/* Collection card — gold corner marks */
.col-card__body h3 { font-family: var(--display); font-weight: 500; font-size: 2rem; }

/* Testimonial refinement */
.t-card p { font-family: var(--display); font-style: italic; font-weight: 500; font-size: 1.55rem; line-height: 1.4; }
.t-card::before { font-size: 10rem; top: -8px; left: 28px; }
.t-card footer strong { font-family: var(--display); font-size: 1.15rem; }

/* Refined WhatsApp button — luxe emerald-gold */
.whatsapp-float {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  box-shadow: 0 12px 32px -8px rgba(18, 140, 126, 0.5), inset 0 1px 0 rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.15);
}
.whatsapp-float:hover {
  background: linear-gradient(135deg, #128C7E 0%, #0F4C45 100%);
  box-shadow: 0 18px 44px -8px rgba(15, 76, 69, 0.55), inset 0 1px 0 rgba(255,255,255,0.15);
}
.to-top {
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-2) 100%);
  border: 1px solid rgba(201, 162, 39, 0.3);
  color: var(--gold-soft);
}
.to-top:hover { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%); color: #fff; }

/* Footer: gold hairline top */
.footer { border-top: 1px solid rgba(201, 162, 39, 0.25); }

/* ============================================================
   REGAL NOIR EDITORIAL — Premium Override Layer (v3)
   Cinematic dark theme, gold-leaf accents, atelier feel
   ============================================================ */
:root {
  --noir-bg: #0a0a0a;
  --noir-surface: #111111;
  --noir-surface-2: #161513;
  --noir-line: rgba(197, 160, 89, 0.14);
  --noir-line-strong: rgba(197, 160, 89, 0.32);
  --noir-gold: #C5A059;
  --noir-gold-soft: #d9bd7a;
  --noir-ink: #f2ece0;
  --noir-mute: #8a8272;
  --display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --mono-cap: "Montserrat", "Inter", sans-serif;
}

body {
  background: var(--noir-bg) !important;
  color: var(--noir-ink);
  font-family: "Inter", var(--mono-cap);
}
body::before {
  content: "";
  position: fixed; inset: 0;
  background:
    radial-gradient(1200px 700px at 15% 10%, rgba(197,160,89,0.05), transparent 60%),
    radial-gradient(900px 600px at 85% 90%, rgba(197,160,89,0.04), transparent 60%);
  pointer-events: none; z-index: 0;
}
body::after {
  content: "";
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.77  0 0 0 0 0.63  0 0 0 0 0.35  0 0 0 0.06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: .5; mix-blend-mode: overlay; pointer-events: none; z-index: 1;
}
main, header, footer, section { position: relative; z-index: 2; }

/* Typography */
h1, h2, h3, h4, h5 {
  font-family: var(--display) !important;
  color: var(--noir-ink) !important;
  font-weight: 300;
  letter-spacing: -0.01em;
}
h1 { font-weight: 300; line-height: .95; }
h1 em, h2 em, h3 em {
  font-style: italic;
  color: var(--noir-gold) !important;
  font-weight: 400;
  background: none !important;
  -webkit-text-fill-color: var(--noir-gold) !important;
}
h5, .eyebrow {
  font-family: var(--mono-cap) !important;
  color: var(--noir-gold) !important;
  letter-spacing: .5em !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.eyebrow::before,
.eyebrow::after { content: ""; display: inline-block; width: 28px; height: 1px; background: var(--noir-line-strong); vertical-align: middle; margin: 0 12px; }

p, .lead { color: rgba(242,236,224,0.72); }
.lead { font-family: var(--display); font-style: italic; font-size: clamp(1.05rem, 1.3vw, 1.35rem); font-weight: 300; }

/* Navigation */
.nav, header.nav, nav.nav {
  background: rgba(10,10,10,0.72) !important;
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--noir-line);
}
.nav a, .nav .brand, .nav-links a { color: var(--noir-ink) !important; }
.nav-links a { font-family: var(--mono-cap); font-size: 11px; letter-spacing: .28em; text-transform: uppercase; font-weight: 400; }
.nav-links a::after { background: var(--noir-gold) !important; }
.brand, .brand-mark { color: var(--noir-ink) !important; }
.brand em, .brand span { color: var(--noir-gold) !important; }

/* Announcement ribbon */
.ribbon, .announce, .announcement {
  background: linear-gradient(90deg, #0a0a0a, #1a1611, #0a0a0a) !important;
  color: var(--noir-gold) !important;
  border-bottom: 1px solid var(--noir-line);
  font-family: var(--mono-cap); letter-spacing: .45em; font-size: 10px; text-transform: uppercase;
}

/* Buttons — noir editorial */
.btn, a.btn, button.btn {
  border-radius: 0 !important;
  border: 1px solid var(--noir-line-strong) !important;
  background: transparent !important;
  color: var(--noir-gold) !important;
  font-family: var(--mono-cap) !important;
  font-size: 11px !important;
  letter-spacing: .32em !important;
  text-transform: uppercase;
  padding: 18px 34px !important;
  position: relative; overflow: hidden;
  box-shadow: none !important;
  transition: color .5s ease, border-color .5s ease;
}
.btn::before {
  content: ""; position: absolute; inset: 0;
  background: var(--noir-gold);
  transform: translateY(101%);
  transition: transform .55s cubic-bezier(.7,0,.2,1);
  z-index: 0;
}
.btn > * { position: relative; z-index: 1; }
.btn:hover { color: #0a0a0a !important; border-color: var(--noir-gold) !important; }
.btn:hover::before { transform: translateY(0); }
.btn.primary, .btn-primary { border-color: var(--noir-gold) !important; }

/* Sections & backgrounds */
section, .section { background: transparent !important; }
.section-alt, .bg-secondary, .about, .why, .timeline, .testimonials, .appointment, .contact-section {
  background: linear-gradient(180deg, #0d0c0b 0%, #111 100%) !important;
  border-top: 1px solid var(--noir-line);
  border-bottom: 1px solid var(--noir-line);
}

/* Cards — collection, why, timeline, testimonial */
.card, .collection-card, .why-card, .timeline-card, .testimonial-card, .feature-card {
  background: linear-gradient(180deg, #131211 0%, #0d0d0c 100%) !important;
  border: 1px solid var(--noir-line) !important;
  border-radius: 0 !important;
  color: var(--noir-ink) !important;
  box-shadow: 0 30px 60px -40px rgba(0,0,0,.8) !important;
  position: relative;
  transition: transform .6s cubic-bezier(.2,.7,.2,1), border-color .6s ease;
}
.card::before, .collection-card::before {
  content: ""; position: absolute; top: 0; left: 0; height: 1px; width: 0;
  background: var(--noir-gold); transition: width .8s ease;
}
.card:hover, .collection-card:hover, .why-card:hover, .timeline-card:hover, .testimonial-card:hover {
  transform: translateY(-6px);
  border-color: var(--noir-line-strong) !important;
}
.card:hover::before, .collection-card:hover::before { width: 100%; }

.collection-card img, .card img { border-radius: 0 !important; filter: brightness(.92) contrast(1.02) saturate(.95); transition: transform .9s ease, filter .6s ease; }
.collection-card:hover img { transform: scale(1.06); filter: brightness(1) contrast(1.05); }

.collection-card h3, .card h3 { color: var(--noir-ink) !important; }
.collection-card p, .card p { color: rgba(242,236,224,0.6); }

/* Hero */
.hero { background: var(--noir-bg) !important; }
.hero::after { background: linear-gradient(90deg, rgba(10,10,10,.85) 0%, rgba(10,10,10,.25) 55%, transparent 100%) !important; }
.hero h1 { color: var(--noir-ink) !important; font-size: clamp(3rem, 7vw, 6.5rem); }
.hero h1 em, .hero .accent { color: var(--noir-gold) !important; font-style: italic; }
.hero .lead, .hero p { color: rgba(242,236,224,0.75) !important; }
.hero-badge, .hero .badge {
  border: 1px solid var(--noir-line-strong);
  background: rgba(10,10,10,0.35); backdrop-filter: blur(10px);
  color: var(--noir-gold);
  padding: 22px 28px; border-radius: 0;
}

/* Timeline dots & lines */
.timeline::before, .timeline-line { background: linear-gradient(180deg, transparent, var(--noir-line-strong), transparent) !important; }
.timeline-dot, .timeline-step .dot { background: var(--noir-gold) !important; box-shadow: 0 0 0 6px rgba(197,160,89,0.12) !important; }

/* Forms */
input, textarea, select {
  background: rgba(255,255,255,0.02) !important;
  border: 1px solid var(--noir-line) !important;
  border-radius: 0 !important;
  color: var(--noir-ink) !important;
  font-family: var(--mono-cap); letter-spacing: .05em;
  padding: 16px 18px !important;
}
input::placeholder, textarea::placeholder { color: rgba(242,236,224,0.35); }
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--noir-gold) !important;
  box-shadow: 0 0 0 1px var(--noir-gold) !important;
}
label { color: var(--noir-gold); font-family: var(--mono-cap); font-size: 10px; letter-spacing: .32em; text-transform: uppercase; }

/* Testimonials */
.testimonial-card { padding: 3rem !important; }
.testimonial-card::after {
  content: "\201C"; position: absolute; top: -10px; right: 20px;
  font-family: var(--display); font-size: 180px; line-height: 1;
  color: var(--noir-gold); opacity: .12; font-style: italic;
}
.testimonial-card p { font-family: var(--display); font-style: italic; font-size: 1.25rem; color: rgba(242,236,224,0.85); }

/* Footer */
footer, .footer { background: #070707 !important; border-top: 1px solid var(--noir-line); color: rgba(242,236,224,0.55); }
footer a { color: rgba(242,236,224,0.65); }
footer a:hover { color: var(--noir-gold); }
footer h4, footer h5 { color: var(--noir-ink) !important; }

/* Gallery masonry */
.masonry-item, .gallery-item {
  border: 1px solid var(--noir-line);
  border-radius: 0 !important;
  overflow: hidden;
  background: #0d0d0d;
}
.masonry-item img, .gallery-item img { filter: brightness(.88) saturate(.95); transition: transform .8s ease, filter .6s ease; }
.masonry-item:hover img, .gallery-item:hover img { transform: scale(1.05); filter: brightness(1.02) saturate(1.05); }

/* Fleuron divider recolored */
.fleuron, .divider-ornament { color: var(--noir-gold) !important; opacity: .55; }
hr, .divider { border-color: var(--noir-line) !important; background: var(--noir-line) !important; }

/* Scroll progress */
.scroll-progress { background: linear-gradient(90deg, var(--noir-gold), var(--noir-gold-soft)) !important; }

/* Back to top */
.to-top {
  background: rgba(10,10,10,.85) !important;
  border: 1px solid var(--noir-line-strong) !important;
  color: var(--noir-gold) !important;
  border-radius: 0 !important;
  backdrop-filter: blur(10px);
}
.to-top:hover { background: var(--noir-gold) !important; color: #0a0a0a !important; }

/* Vertical caption accent */
.vertical-tag {
  writing-mode: vertical-rl; transform: rotate(180deg);
  font-family: var(--mono-cap); font-size: 10px; letter-spacing: 1em;
  color: rgba(197,160,89,.35); text-transform: uppercase;
  position: absolute; top: 40%; right: 24px;
}

/* ============================================================
   FINAL PREMIUM POLISH — Editorial Couture Refinement
   ============================================================ */
:root{
  --noir:#0a0a0a;
  --noir-2:#111111;
  --noir-3:#171717;
  --gold:#c9a45a;
  --gold-2:#e6c079;
  --gold-3:#8a6a2c;
  --ivory:#f4ede1;
  --ivory-2:#e8dcc4;
}
html,body{background:var(--noir);color:var(--ivory);}
body{
  font-family:"Inter","Karla",system-ui,sans-serif;
  font-weight:300;
  letter-spacing:.005em;
  background:
    radial-gradient(1200px 700px at 85% -10%, rgba(201,164,90,.10), transparent 60%),
    radial-gradient(900px 600px at -10% 40%, rgba(201,164,90,.06), transparent 60%),
    #0a0a0a;
}
h1,h2,h3,h4,.brand__name,.section-title,.hero__title{
  font-family:"Cormorant Garamond","Playfair Display",serif;
  font-weight:300;
  letter-spacing:-.01em;
  color:var(--ivory);
}
h1,.hero__title{font-weight:300;line-height:1.02;}
h2,.section-title{font-weight:300;line-height:1.08;}
em,i,.italic,.gold-em{
  font-style:italic;
  font-weight:400;
  background:linear-gradient(180deg,var(--gold-2),var(--gold));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}

/* Eyebrow / small caps */
.eyebrow,.kicker,.ribbon span,.section-eyebrow{
  font-family:"Montserrat",sans-serif;
  font-weight:400;
  letter-spacing:.32em;
  text-transform:uppercase;
  font-size:11px;
  color:var(--gold-2);
}

/* Ribbon refined */
.ribbon{
  background:#050505;
  border-bottom:1px solid rgba(201,164,90,.18);
  color:var(--gold-2);
  padding:10px 0;
}
.ribbon span{opacity:.85;}
.ribbon i{color:var(--gold);margin-right:6px;font-size:9px;}

/* Nav — thin glass with hairline */
.nav{
  background:rgba(10,10,10,.55);
  backdrop-filter:saturate(160%) blur(18px);
  -webkit-backdrop-filter:saturate(160%) blur(18px);
  border-bottom:1px solid rgba(201,164,90,.14);
}
.nav.is-scrolled{background:rgba(10,10,10,.82);}
.nav a,.nav__link{
  font-family:"Montserrat",sans-serif;
  font-size:12px;font-weight:500;
  letter-spacing:.22em;text-transform:uppercase;
  color:rgba(244,237,225,.8);
}
.nav a:hover{color:var(--gold-2);}
.brand__mark{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;
  border:1px solid var(--gold);
  color:var(--gold-2);
  font-family:"Cormorant Garamond",serif;font-style:italic;font-weight:500;
  background:transparent;
  border-radius:0;
  letter-spacing:0;
}
.brand__name{
  font-family:"Cormorant Garamond",serif;font-style:italic;font-weight:400;
  font-size:22px;color:var(--ivory);letter-spacing:.02em;
}

/* Buttons — chisel */
.btn,button.btn,a.btn{
  font-family:"Montserrat",sans-serif;
  font-weight:500;font-size:11px;
  letter-spacing:.3em;text-transform:uppercase;
  padding:18px 32px;
  border-radius:0;
  border:1px solid var(--gold);
  background:transparent;
  color:var(--gold-2);
  position:relative;overflow:hidden;
  transition:color .5s ease;
}
.btn::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,var(--gold),var(--gold-3));
  transform:translateY(101%);
  transition:transform .55s cubic-bezier(.22,1,.36,1);
  z-index:-1;
}
.btn:hover{color:var(--noir);}
.btn:hover::before{transform:translateY(0);}
.btn--primary{background:transparent;color:var(--gold-2);}
.btn--ghost{border-color:rgba(244,237,225,.35);color:var(--ivory);}
.btn--ghost::before{background:var(--ivory);}
.btn--ghost:hover{color:var(--noir);}

/* Hero refined */
.hero{min-height:100vh;position:relative;}
.hero::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    linear-gradient(180deg,rgba(10,10,10,.35) 0%,transparent 30%,transparent 55%,rgba(10,10,10,.9) 100%),
    linear-gradient(90deg,rgba(10,10,10,.55),transparent 45%);
}
.hero__title{font-size:clamp(48px,7vw,104px);letter-spacing:-.015em;}
.hero__lead,.hero p{
  font-family:"Cormorant Garamond",serif;font-style:italic;font-weight:300;
  font-size:clamp(16px,1.35vw,20px);color:rgba(244,237,225,.78);
  max-width:52ch;line-height:1.65;
}

/* Gold hairline divider */
.rule,.hero__rule{
  width:64px;height:1px;background:var(--gold);
  display:block;margin:0 0 22px;
}

/* Section headings */
section{padding:120px 0;}
.section-eyebrow{display:inline-block;margin-bottom:18px;}
.section-title{font-size:clamp(36px,4.5vw,64px);margin-bottom:56px;}

/* Cards — architectural, no rounding */
.card,.collection-card,.why-card,.timeline-card,.feature{
  background:linear-gradient(180deg,#141414,#0d0d0d);
  border:1px solid rgba(201,164,90,.14);
  border-radius:0;
  padding:32px;
  position:relative;
  transition:border-color .5s ease,transform .5s ease;
}
.card:hover,.collection-card:hover,.why-card:hover{
  border-color:var(--gold);
  transform:translateY(-4px);
}
.card::before,.collection-card::before{
  content:"";position:absolute;top:0;left:0;right:0;height:1px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  opacity:0;transition:opacity .5s ease;
}
.card:hover::before,.collection-card:hover::before{opacity:1;}
.collection-card img{border-radius:0;filter:saturate(.95) contrast(1.02);}
.collection-card h3{font-size:26px;margin:20px 0 8px;}

/* About image frame */
.about img,.about__image img{
  border-radius:0;
  outline:1px solid rgba(201,164,90,.35);
  outline-offset:14px;
  filter:contrast(1.03) saturate(.95);
}
.about p::first-letter{
  font-family:"Cormorant Garamond",serif;font-style:italic;font-weight:400;
  font-size:5em;line-height:.85;float:left;
  padding:6px 12px 0 0;color:var(--gold-2);
}

/* Gallery masonry */
.gallery img,.masonry img{
  border-radius:0;
  filter:saturate(.9) contrast(1.04);
  transition:filter .6s ease,transform .8s ease;
}
.gallery a:hover img,.masonry a:hover img{
  filter:saturate(1.05) contrast(1.06);
  transform:scale(1.04);
}

/* Testimonials */
.testimonial,.testimonial-card{
  background:linear-gradient(180deg,#111,#0a0a0a);
  border:1px solid rgba(201,164,90,.16);
  border-radius:0;padding:56px 44px;position:relative;
}
.testimonial::before,.testimonial-card::before{
  content:"\201C";
  position:absolute;top:-20px;left:24px;
  font-family:"Cormorant Garamond",serif;font-style:italic;
  font-size:180px;line-height:1;color:var(--gold);opacity:.35;
}
.testimonial p,.testimonial-card p{
  font-family:"Cormorant Garamond",serif;font-style:italic;font-weight:300;
  font-size:22px;line-height:1.6;color:rgba(244,237,225,.9);
}

/* Timeline */
.timeline-step .step-num,.step__num{
  font-family:"Cormorant Garamond",serif;font-style:italic;font-weight:400;
  font-size:56px;color:var(--gold-2);line-height:1;
}

/* Forms */
input,textarea,select{
  background:transparent;
  border:none;border-bottom:1px solid rgba(244,237,225,.2);
  color:var(--ivory);
  font-family:"Inter",sans-serif;font-weight:300;
  padding:14px 0;border-radius:0;
  transition:border-color .4s ease;
}
input:focus,textarea:focus,select:focus{
  outline:none;border-bottom-color:var(--gold);
}
label{
  font-family:"Montserrat",sans-serif;font-size:11px;
  letter-spacing:.25em;text-transform:uppercase;
  color:var(--gold-2);
}

/* Footer */
footer{
  background:#050505;
  border-top:1px solid rgba(201,164,90,.18);
  color:rgba(244,237,225,.6);
  padding:80px 0 40px;
}
footer a{color:rgba(244,237,225,.75);}
footer a:hover{color:var(--gold-2);}

/* Floating UI */
.whatsapp-float{right:24px;left:auto;bottom:24px;}
.to-top{right:24px;left:auto;bottom:94px;background:transparent;border:1px solid var(--gold);color:var(--gold-2);border-radius:0;}
.to-top:hover{background:var(--gold);color:var(--noir);}
.scroll-progress{background:linear-gradient(90deg,var(--gold-3),var(--gold-2));height:2px;}

/* Fleuron dividers */
.fleuron,.divider-ornament{
  text-align:center;color:var(--gold);
  font-family:"Cormorant Garamond",serif;font-size:22px;
  margin:60px 0;opacity:.7;
}
.fleuron::before,.fleuron::after{
  content:"";display:inline-block;width:80px;height:1px;
  background:linear-gradient(90deg,transparent,var(--gold));
  vertical-align:middle;margin:0 18px;
}
.fleuron::after{background:linear-gradient(90deg,var(--gold),transparent);}

/* Selection */
::selection{background:var(--gold);color:var(--noir);}

/* ============================================================
   TEXT VISIBILITY FIX — Legibility Pass
   ============================================================ */
/* Do not gradient-clip Font Awesome icons */
em, .italic, .gold-em{
  background:linear-gradient(180deg,var(--gold-2),var(--gold));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
  font-style:italic;font-weight:400;
}
i.fa, i[class*="fa-"], .fa, .fa-solid, .fa-brands, .fa-regular{
  background:none !important;
  -webkit-text-fill-color:currentColor !important;
  color:inherit;
}

/* Paragraphs across the noir surface */
body p, .lead, .about__body p, .why__card p, .col-card__body p,
.timeline li p, .contact-preview p, .appointment__meta p{
  color:rgba(244,237,225,0.82) !important;
}
.eyebrow, .kicker{ color:var(--gold-2) !important; }
h1,h2,h3,h4,h5,h6{ color:var(--ivory) !important; }
h1 em, h2 em, h3 em, h4 em{ color:transparent !important; }

/* About list checks */
.about__list{ list-style:none; padding:0; margin-top:1.2rem; }
.about__list li{ color:rgba(244,237,225,0.85); display:flex; align-items:center; gap:12px; padding:6px 0; font-size:.95rem; }
.about__list li i{ color:var(--gold) !important; font-size:.75rem; width:22px; height:22px; display:inline-grid; place-items:center; border:1px solid rgba(201,164,90,.4); border-radius:50%; }

/* Hero — stronger scrim for legibility */
.hero::after{
  background:
    linear-gradient(180deg, rgba(10,10,10,.55) 0%, rgba(10,10,10,.15) 30%, rgba(10,10,10,.35) 60%, rgba(10,10,10,.95) 100%),
    linear-gradient(90deg, rgba(10,10,10,.75) 0%, rgba(10,10,10,.25) 55%, transparent 100%) !important;
}
.hero__content .lead, .hero .lead, .hero p{ color:rgba(244,237,225,0.92) !important; }
.hero__meta strong{ color:var(--gold-2) !important; }
.hero__meta span{ color:rgba(244,237,225,0.75) !important; }

/* Collection card labels legible over image */
.col-card__body{
  background:linear-gradient(180deg, transparent, rgba(10,10,10,.85) 55%, rgba(10,10,10,.95));
  padding:80px 24px 24px !important;
}
.col-card__body .eyebrow{ color:var(--gold-2) !important; }
.col-card__body h3{ color:#fff !important; }
.col-card__body p{ color:rgba(244,237,225,0.88) !important; }

/* Testimonial author + role */
.t-card footer strong{ color:var(--ivory) !important; }
.t-card footer span{ color:var(--gold-2) !important; }

/* Contact page links */
.contact-preview a{ color:var(--gold-2); }
.contact-preview a:hover{ color:var(--ivory); }
.contact-preview strong{ color:var(--ivory); }

/* Footer readable */
.footer, footer{ color:rgba(244,237,225,0.7) !important; }
.footer a{ color:rgba(244,237,225,0.75) !important; }
.footer a:hover{ color:var(--gold-2) !important; }

/* Ribbon items */
.ribbon span{ color:var(--gold-2) !important; }

/* Ensure links inside body prose are visible */
main a, section a{ color:var(--gold-2); }
main a:hover, section a:hover{ color:var(--ivory); }

/* Nav CTA button contrast */
.nav__cta.btn--gold{ color:var(--noir) !important; background:var(--gold-2) !important; border-color:var(--gold-2) !important; }
.nav__cta.btn--gold:hover{ background:var(--ivory) !important; border-color:var(--ivory) !important; }

/* Hero scrim — heavier left column for text legibility */
.hero::after{
  background:
    linear-gradient(90deg, rgba(6,6,6,.92) 0%, rgba(6,6,6,.72) 30%, rgba(10,10,10,.35) 55%, rgba(10,10,10,.55) 100%),
    linear-gradient(180deg, rgba(10,10,10,.35) 0%, transparent 30%, transparent 60%, rgba(10,10,10,.9) 100%) !important;
}
.hero__content h1, .hero h1{ text-shadow:0 2px 24px rgba(0,0,0,.55); }
.hero__cta .btn{ background:rgba(10,10,10,.5); backdrop-filter:blur(6px); }
.hero__cta .btn--gold{ background:var(--gold-2) !important; color:var(--noir) !important; border-color:var(--gold-2) !important; }
.hero__cta .btn--gold:hover{ background:var(--ivory) !important; }
.hero__meta{ background:rgba(6,6,6,.55); backdrop-filter:blur(8px); padding:16px 22px; border:1px solid rgba(201,164,90,.2); display:inline-flex; }

/* ============================================================
   NOIR CARD SURFACES — final visibility pass
   ============================================================ */
/* Why / feature cards on noir */
.why__card{
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)) !important;
  border:1px solid rgba(201,164,90,.22) !important;
  color:var(--ivory);
}
.why__card h4{ color:var(--ivory) !important; }
.why__card p{ color:rgba(244,237,225,.75) !important; }
.why__card i{
  background:linear-gradient(135deg, rgba(201,164,90,.18), rgba(15,76,69,.15)) !important;
  color:var(--gold-2) !important;
  border-color:rgba(201,164,90,.35) !important;
}

/* Timeline cards */
.timeline li{
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)) !important;
  border:1px solid rgba(201,164,90,.22) !important;
  color:var(--ivory);
}
.timeline li h4{ color:var(--ivory) !important; }
.timeline li p{ color:rgba(244,237,225,.75) !important; }
.timeline li span{ color:var(--gold-2) !important; }

/* Testimonials */
.testimonials{ background:transparent !important; }
.testimonial, .testimonial-card, .t-card, .testimonial__card{
  background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)) !important;
  border:1px solid rgba(201,164,90,.22) !important;
  color:var(--ivory);
}
.testimonial p, .testimonial-card p{ color:rgba(244,237,225,.85) !important; }
.testimonial strong, .testimonial cite, .testimonial-card strong, .testimonial-card cite{ color:var(--gold-2) !important; font-style:normal; }

/* Appointment form on noir */
.appointment{ background:transparent !important; }
.appointment__form{
  background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)) !important;
  border:1px solid rgba(201,164,90,.22) !important;
}
.appointment__form label{ color:rgba(244,237,225,.7) !important; }
.appointment__form input,
.appointment__form select,
.appointment__form textarea{
  background:rgba(10,10,10,.55) !important;
  border:1px solid rgba(201,164,90,.25) !important;
  color:var(--ivory) !important;
}
.appointment__form input::placeholder,
.appointment__form textarea::placeholder{ color:rgba(244,237,225,.4) !important; }
.appointment__form input:focus,
.appointment__form select:focus,
.appointment__form textarea:focus{
  border-color:var(--gold-2) !important; background:rgba(10,10,10,.75) !important;
}
.appointment__meta i{ color:var(--gold-2) !important; }

/* Contact preview */
.contact-preview h3{ color:var(--ivory) !important; }
.contact-preview p{ color:rgba(244,237,225,.8) !important; }
.socials a{ color:var(--gold-2) !important; border:1px solid rgba(201,164,90,.3); }
.socials a:hover{ color:var(--ivory) !important; border-color:var(--gold-2); }

/* Hero stats — bright gold numerals, ivory eyebrow */
.hero__meta{ gap:28px !important; }
.hero__meta strong{ color:var(--gold-2) !important; font-size:1.8rem; }
.hero__meta span{ color:rgba(244,237,225,.75) !important; }

/* Hero ghost/outline button — clear border + ivory text */
.hero__cta .btn:not(.btn--gold){
  color:var(--ivory) !important;
  border:1px solid rgba(244,237,225,.55) !important;
  background:rgba(10,10,10,.35) !important;
}
.hero__cta .btn:not(.btn--gold):hover{
  background:rgba(244,237,225,.12) !important;
  border-color:var(--ivory) !important;
}

/* Hero lead — remove gold-clip, use warm ivory */
.hero .lead, .hero__content .lead, .hero p{
  color:rgba(244,237,225,.88) !important;
  -webkit-text-fill-color:rgba(244,237,225,.88) !important;
  background:none !important;
  font-style:normal;
}

/* Collection card body always readable (not only on hover) */
.col-card__body h3, .col-card__body .eyebrow{ color:var(--ivory) !important; }
.col-card__body p{ color:rgba(244,237,225,.85) !important; opacity:1 !important; max-height:none !important; }

/* Footer legibility */
.footer, .footer__bottom{ color:rgba(244,237,225,.7) !important; }
.footer a{ color:var(--gold-2) !important; }
.footer a:hover{ color:var(--ivory) !important; }

/* Ensure hero content sits above the ::after scrim overlay */
.hero{ position:relative; }
.hero__content{ position:relative; z-index:3; }
.hero__scroll{ position:relative; z-index:3; }

/* Softer bottom fade so buttons/stats stay legible */
.hero::after{
  background:
    linear-gradient(90deg, rgba(6,6,6,.9) 0%, rgba(6,6,6,.7) 30%, rgba(10,10,10,.35) 55%, rgba(10,10,10,.5) 100%),
    linear-gradient(180deg, rgba(10,10,10,.25) 0%, transparent 25%, transparent 70%, rgba(10,10,10,.55) 100%) !important;
}
