/* ============================================
   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::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid var(--gold);
  animation: pulse-ring 2.4s ease-out infinite;
}
.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); }
