:root {
    /* core palette */
    --rose: #8B5E5E;
    --rose-deep: #6F4747;
    --rose-soft: #B98686;
    --dusty: #C49A9A;
    --dusty-pale: #E8D2D2;
    --champagne: #F5EFE6;
    --champagne-deep: #ECE2D2;
    --cream: #FBF7F1;
    --ivory: #FFFCF7;
    --gold: #D4AF37;
    --gold-soft: #E8C97A;
    --gold-deep: #B5912A;
    --mocha: #6E5647;
    --mocha-deep: #4A3A30;
    --ink: #2C211C;
    --fg-2: #6E5647;
    --fg-3: #8A7468;
    --line: rgba(139,94,94,0.18);
    --line-gold: rgba(212,175,55,0.55);

    /* themed via tweaks */
    --bg-page: var(--champagne);
    --bg-card: var(--ivory);
    --bg-elev: var(--cream);
    --hero-bg: linear-gradient(180deg, #F8F2E9 0%, #F5EFE6 60%, #ECE2D2 100%);

    --shadow-card: 0 4px 16px rgba(139,94,94,0.10);
    --shadow-md: 0 8px 24px rgba(74,58,48,0.10);
    --shadow-lg: 0 20px 48px rgba(74,58,48,0.14);
    --shadow-gold: 0 0 28px rgba(212,175,55,0.22);
    --ease: cubic-bezier(0.32, 0.72, 0, 1);

    /* gold foil */
    --gold-foil: linear-gradient(135deg, #E8C97A 0%, #D4AF37 35%, #B5912A 55%, #E8C97A 80%, #D4AF37 100%);
  }

  /* ============ PALETTE MODES (set on <html data-palette="…">) ============ */
  html[data-palette="blush"] {
    --bg-page: #F6E6E0;
    --bg-elev: #FBEEEA;
    --bg-card: #FFF7F4;
    --hero-bg: linear-gradient(180deg, #FAEAE4 0%, #F4DDD5 100%);
  }
  html[data-palette="ivory"] {
    --bg-page: #FBF7F1;
    --bg-elev: #FFFCF7;
    --bg-card: #FFFCF7;
    --hero-bg: linear-gradient(180deg, #FFFCF7 0%, #FBF7F1 60%, #F5EFE6 100%);
  }

  /* ============ RESET / BASE ============ */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Montserrat', sans-serif;
    background: var(--bg-page);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    overflow-x: hidden;
    transition: background 600ms var(--ease);
  }
  img, svg { display: block; max-width: 100%; }
  a { color: inherit; text-decoration: none; }
  button { font-family: inherit; cursor: pointer; border: none; background: none; }
  ::selection { background: var(--rose); color: var(--champagne); }

  .container { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
  @media (max-width: 720px) { .container { padding: 0 18px; } }

  /* ============ TYPE PRIMITIVES ============ */
  .eyebrow {
    font-family: 'Cinzel', serif;
    font-size: 11px; font-weight: 500;
    letter-spacing: 0.34em; text-transform: uppercase;
    color: var(--gold);
    display: inline-flex; align-items: center; gap: 12px;
  }
  .eyebrow::before, .eyebrow::after {
    content: ''; width: 18px; height: 1px; background: currentColor; opacity: 0.6;
  }
  .sec-title {
    font-family: 'Playfair Display', serif; font-weight: 500;
    font-size: clamp(30px, 4.4vw, 46px); line-height: 1.15;
    color: var(--ink); letter-spacing: -0.01em;
    margin-top: 18px;
  }
  .sec-title em {
    font-style: italic; font-weight: 500;
    color: var(--rose);
  }
  .sec-sub {
    font-family: 'Playfair Display', serif; font-style: italic;
    font-size: clamp(15px, 1.6vw, 18px);
    color: var(--mocha); max-width: 560px; line-height: 1.6;
    margin-top: 14px;
  }
  .sec-header {
    display: flex; flex-direction: column; align-items: center;
    text-align: center; margin-bottom: 56px;
  }
  .flourish {
    display: inline-flex; align-items: center; gap: 10px;
    color: var(--gold); margin-top: 20px;
  }
  .flourish .ln { width: 50px; height: 1px; background: currentColor; opacity: 0.6; }
  .flourish .sp { font-size: 13px; }

  /* Reveal on scroll */
  .reveal { opacity: 0; transform: translateY(14px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
  .reveal.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
  }

  /* ============ PROMO STRIP ============ */
  .promo {
    background: var(--rose);
    color: var(--champagne);
    padding: 9px 0;
    text-align: center;
    font-size: 10.5px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    position: relative;
  }
  .promo .marquee {
    display: inline-flex; gap: 0;
    white-space: nowrap;
    animation: marquee 28s linear infinite;
  }
  .promo .marquee span { padding: 0 22px; }
  .promo .marquee .sep { color: var(--gold-soft); opacity: 0.9; padding: 0 6px; }
  @keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  @media (prefers-reduced-motion: reduce) {
    .promo .marquee { animation: none; }
  }

  /* ============ HEADER ============ */
  .header {
    position: sticky; top: 0; z-index: 50;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: color-mix(in srgb, var(--bg-page) 82%, transparent);
    border-bottom: 1px solid var(--line);
    transition: background 400ms var(--ease);
  }
  .header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 14px 0; gap: 18px;
  }
  .header-nav { display: flex; gap: 22px; }
  .header-nav a {
    font-size: 10.5px; font-weight: 500; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--fg-2);
    transition: color 180ms ease;
    position: relative;
    white-space: nowrap;
  }
  .header-nav a::after {
    content: ''; position: absolute; left: 50%; bottom: -6px;
    width: 0; height: 1px; background: var(--gold);
    transition: width 240ms var(--ease), left 240ms var(--ease);
  }
  .header-nav a:hover { color: var(--rose); }
  .header-nav a:hover::after { width: 100%; left: 0; }

  /* Icon on the far left of the header */
  .header-icon {
    display: inline-flex; align-items: center; justify-content: center;
    margin-right: 16px; flex-shrink: 0;
  }
  .header-icon img {
    height: 42px; width: auto;
    display: block;
    transition: transform 240ms var(--ease);
  }
  .header-icon:hover img { transform: rotate(-4deg) scale(1.03); }

  .header-nav-wrap {
    display: flex; align-items: center; justify-self: start;
    min-width: 0;
  }

  .header-logo { display: flex; align-items: center; line-height: 1; }
  .header-logo img {
    height: 30px; width: auto;
    display: block;
    transition: opacity 200ms var(--ease);
  }
  .header-logo:hover img { opacity: 0.85; }

  .header-cta {
    justify-self: end;
    display: inline-flex; align-items: center; gap: 8px;
    background: #25D366; color: white;
    padding: 10px 18px; border-radius: 999px;
    font-size: 11px; font-weight: 600; letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: all 200ms var(--ease);
    box-shadow: 0 2px 8px rgba(37,211,102,0.3);
  }
  .header-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(37,211,102,0.4); }

  @media (max-width: 1100px) {
    .header-nav { gap: 16px; }
    .header-nav a { font-size: 10px; letter-spacing: 0.16em; }
    .header-logo img { height: 26px; }
  }
  @media (max-width: 900px) {
    .header-inner { grid-template-columns: auto 1fr auto; gap: 12px; }
    .header-nav { display: none; }
    .header-icon { margin-right: 0; }
    .header-icon img { height: 36px; }
    .header-logo img { height: 26px; }
    .nav-toggle { display: inline-flex; }
  }
  @media (max-width: 480px) {
    .header-icon img { height: 32px; }
    .header-logo img { height: 22px; }
  }

  /* ============ MOBILE MENU ============ */
  .nav-toggle {
    display: none;
    width: 40px; height: 40px;
    align-items: center; justify-content: center;
    border-radius: 999px;
    color: var(--rose);
    background: transparent;
    transition: background 200ms var(--ease);
    margin-right: 4px;
  }
  .nav-toggle:hover { background: rgba(139,94,94,0.08); }
  .nav-toggle .bar {
    position: relative; width: 20px; height: 1.5px; background: currentColor;
    border-radius: 2px; transition: all 240ms var(--ease);
  }
  .nav-toggle .bar::before, .nav-toggle .bar::after {
    content: ''; position: absolute; left: 0; width: 20px; height: 1.5px;
    background: currentColor; border-radius: 2px;
    transition: all 240ms var(--ease);
  }
  .nav-toggle .bar::before { top: -7px; }
  .nav-toggle .bar::after  { top: 7px; width: 14px; }
  body.menu-open .nav-toggle .bar { background: transparent; }
  body.menu-open .nav-toggle .bar::before { top: 0; transform: rotate(45deg); }
  body.menu-open .nav-toggle .bar::after  { top: 0; transform: rotate(-45deg); width: 20px; }

  /* ============ MOBILE MENU — SCRIM + PANEL PATTERN ============ */
  .mobile-menu {
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(20, 14, 10, 0.62);
    opacity: 0; pointer-events: none;
    transition: opacity 280ms ease, visibility 280ms ease;
    visibility: hidden; /* Isolates focus and hides from screen readers when closed */
  }
  body.menu-open .mobile-menu { opacity: 1; pointer-events: auto; visibility: visible; }

  /* Light cream content panel — slides in from top */
  .menu-panel {
    position: absolute; top: 0; left: 0; right: 0;
    background: var(--bg-page);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 12px 48px rgba(20,14,10,0.28);
    display: flex; flex-direction: column;
    padding: 0 28px 32px;
    transform: translateY(-100%);
    transition: transform 340ms cubic-bezier(0.32,0,0.18,1);
  }
  body.menu-open .menu-panel { transform: none; }

  /* Panel header row: Close button (left-aligned) */
  .menu-panel-head {
    display: flex; align-items: center;
    padding: 14px 0 12px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 8px;
  }

  /* Close button — X icon only, brand rose colour, left-aligned, large tap target */
  .mobile-menu-close {
    display: flex; align-items: center; justify-content: center;
    width: 48px; height: 48px;
    border-radius: 12px;
    background: rgba(139, 94, 94, 0.12);
    border: none;
    cursor: pointer;                       /* Required for iOS Safari tap recognition */
    -webkit-tap-highlight-color: rgba(139,94,94,0.15);
    touch-action: manipulation;            /* Removes 300ms tap delay on iOS */
    transition: background 160ms ease;
  }
  .mobile-menu-close:active { background: rgba(139, 94, 94, 0.25); }
  .mobile-menu-close svg {
    display: block; pointer-events: none;  /* Prevent SVG from capturing the event */
    stroke: #8B5E5E !important;
    color: #8B5E5E;
  }

  .mobile-menu nav { display: flex; flex-direction: column; gap: 4px; }
  .mobile-menu nav a {
    font-family: 'Playfair Display', serif; font-weight: 500;
    font-size: 28px; color: var(--ink);
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    display: flex; justify-content: space-between; align-items: center;
    transition: color 200ms var(--ease), padding-left 240ms var(--ease);
  }
  .mobile-menu nav a::after {
    content: '→'; font-family: 'Montserrat', sans-serif;
    color: var(--gold); font-size: 18px;
    transition: transform 240ms var(--ease);
  }
  .mobile-menu nav a:hover { color: var(--rose); padding-left: 8px; }
  .mobile-menu nav a:hover::after { transform: translateX(4px); }
  .mobile-menu-foot {
    margin-top: 24px;
    display: flex; flex-direction: column; gap: 12px;
    align-items: stretch;
  }
  .mobile-menu-foot .btn { width: 100%; }
  .mobile-menu-foot .small {
    text-align: center;
    font-family: 'Cinzel', serif; font-size: 10px;
    letter-spacing: 0.32em; color: var(--gold); text-transform: uppercase;
    padding-top: 8px;
  }
  @media (min-width: 901px) {
    .mobile-menu { display: none; }
  }
  @media (max-width: 480px) {
    .header-cta span.txt { display: none; }
    .header-cta { padding: 9px 11px; }
  }

  /* ============ HERO — centered editorial (default) ============ */
  .hero {
    position: relative; overflow: hidden;
    padding: 96px 0 112px;
    background: var(--hero-bg);
    text-align: center;
    transition: background 600ms var(--ease);
  }
  @media (max-width: 720px) {
    .hero { padding: 56px 0 72px; }
    .hero-sprig { width: 160px; opacity: 0.4; }
  }
  @media (max-width: 480px) {
    .hero { padding: 40px 0 56px; }
    .hero-sprig { width: 120px; opacity: 0.35; }
    .hero-eyebrow { font-size: 10px; letter-spacing: 0.28em; }
    .hero-eyebrow::before, .hero-eyebrow::after { width: 14px; }
    .hero-sub { font-size: 15px; }
    .hero-flourish .ln { width: 50px; }
    .hero-ctas { flex-direction: column; align-items: stretch; gap: 10px; width: min(320px, 100%); margin-left: auto; margin-right: auto; }
    .hero-ctas .btn { width: 100%; }
    .hero-trust { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; gap: 8px 14px; }
  }
  .hero-sprig {
    position: absolute; width: 280px; opacity: 0.5; pointer-events: none;
    filter: drop-shadow(0 4px 10px rgba(139,94,94,0.08));
  }
  .hero-sprig.tl { top: -40px; left: -40px; transform: rotate(180deg); }
  .hero-sprig.br { bottom: -40px; right: -40px; }
  .hero-sparkle {
    position: absolute; color: var(--gold); pointer-events: none;
    font-size: 18px; opacity: 0.7;
    animation: twinkle 4s ease-in-out infinite;
  }
  .hero-sparkle.s1 { top: 18%; left: 14%; animation-delay: 0s; font-size: 14px; }
  .hero-sparkle.s2 { top: 28%; right: 12%; animation-delay: 1.4s; }
  .hero-sparkle.s3 { bottom: 22%; left: 18%; animation-delay: 2.6s; font-size: 12px; }
  .hero-sparkle.s4 { bottom: 26%; right: 22%; animation-delay: 0.8s; font-size: 16px; }
  @keyframes twinkle {
    0%, 100% { opacity: 0.2; transform: scale(0.8); }
    50%      { opacity: 0.9; transform: scale(1.1); }
  }
  @media (prefers-reduced-motion: reduce) { .hero-sparkle { animation: none; opacity: 0.5; } }

  .hero-eyebrow {
    font-family: 'Cinzel', serif; font-size: 11.5px;
    letter-spacing: 0.36em; color: var(--gold); text-transform: uppercase;
    display: inline-flex; align-items: center; gap: 16px;
  }
  .hero-eyebrow::before, .hero-eyebrow::after {
    content: ''; width: 24px; height: 1px; background: currentColor; opacity: 0.7;
  }

  .hero-logo {
    display: block; margin: 26px auto 0;
    width: min(780px, 92%);
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(139,94,94,0.12));
  }
  html[data-hero="split"] .hero-logo { margin: 18px 0 0; width: min(560px, 100%); }

  .hero h1 {
    font-family: 'Playfair Display', serif; font-weight: 500;
    font-size: clamp(48px, 8.5vw, 108px); line-height: 0.98;
    color: var(--rose); margin: 26px 0 6px;
    letter-spacing: -0.015em;
  }
  .hero h1 .row { display: block; }
  .hero h1 .script {
    font-family: 'Allura', cursive; font-weight: 400;
    color: var(--gold);
    font-size: 1.3em; line-height: 0.85;
    display: inline-block;
    background: var(--gold-foil);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 6s ease-in-out infinite;
    transform: translateY(0.06em);
  }
  @keyframes shimmer {
    0%, 100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
  }

  .hero-sub {
    font-family: 'Playfair Display', serif; font-style: italic;
    font-size: clamp(17px, 2.1vw, 22px);
    color: var(--mocha); max-width: 580px;
    margin: 22px auto 0; line-height: 1.5;
  }

  .hero-flourish {
    display: inline-flex; align-items: center; gap: 14px;
    color: var(--gold); margin-top: 30px;
  }
  .hero-flourish .ln { width: 80px; height: 1px; background: currentColor; opacity: 0.7; }
  .hero-flourish .dot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
  .hero-flourish .sp { font-size: 16px; }

  .hero-ctas { display: flex; gap: 12px; justify-content: center; margin-top: 38px; flex-wrap: wrap; }

  .hero-trust {
    margin-top: 44px;
    display: inline-flex; flex-wrap: wrap; justify-content: center;
    gap: 12px 22px;
    font-family: 'Cinzel', serif; font-size: 12px; font-weight: 600;
    letter-spacing: 0.24em; text-transform: uppercase;
    color: var(--mocha-deep);
  }
  .hero-trust span::before {
    content: '✦'; color: var(--gold); margin-right: 10px; font-size: 11px;
  }

  /* ============ HERO — SPLIT layout (html[data-hero="split"]) ============ */
  html[data-hero="split"] .hero { text-align: left; padding: 80px 0 100px; }
  html[data-hero="split"] .hero .container {
    display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center;
  }
  html[data-hero="split"] .hero-eyebrow,
  html[data-hero="split"] .hero-flourish { justify-content: flex-start; }
  html[data-hero="split"] .hero-sub { margin-left: 0; margin-right: 0; }
  html[data-hero="split"] .hero-ctas { justify-content: flex-start; }
  html[data-hero="split"] .hero-trust { justify-content: flex-start; }
  html[data-hero="split"] .hero-sparkle.s2,
  html[data-hero="split"] .hero-sparkle.s4 { display: none; }

  .hero-photo {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    display: none;
  }
  .hero-photo .frame {
    position: absolute; inset: 14px;
    border: 1px solid rgba(212,175,55,0.5);
    border-radius: 8px;
    pointer-events: none;
    z-index: 3;
  }
  .hero-photo img {
    width: 100%; height: 100%;
    --is-bg: linear-gradient(135deg, var(--dusty-pale), var(--champagne));
    --is-empty-bg: linear-gradient(135deg, var(--dusty-pale), var(--champagne));
    --is-placeholder-color: rgba(110,86,71,0.55);
    --is-placeholder-font: 'Cinzel', serif;
    --is-placeholder-size: 11px;
    --is-placeholder-tracking: 0.28em;
  }
  .hero-photo .photo-glyph {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    color: var(--rose-soft); opacity: 0.55; pointer-events: none;
  }
  .hero-photo .photo-glyph svg { width: 55%; height: 55%; }
  .hero-photo img ~ .photo-glyph { display: none; }
  .hero-photo .tag {
    position: absolute; top: 22px; left: 22px; z-index: 4;
    background: rgba(245,239,230,0.92);
    padding: 7px 13px; border-radius: 999px;
    font-family: 'Cinzel', serif; font-size: 9.5px;
    letter-spacing: 0.28em; text-transform: uppercase; color: var(--rose);
    backdrop-filter: blur(6px);
  }
  html[data-hero="split"] .hero-photo { display: block; }
  html[data-hero="split"] .hero-sprig.tl,
  html[data-hero="split"] .hero-sprig.br { width: 200px; opacity: 0.35; }

  @media (max-width: 880px) {
    html[data-hero="split"] .hero .container { grid-template-columns: 1fr; gap: 36px; }
    html[data-hero="split"] .hero-photo { max-width: 460px; margin: 0 auto; }
  }

  /* ============ BUTTONS ============ */
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 16px 30px; border-radius: 999px;
    font-size: 11.5px; font-weight: 600; letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: all 220ms var(--ease);
    white-space: nowrap;
    cursor: pointer;
  }
  .btn-wa { background: #25D366; color: white; box-shadow: 0 6px 18px rgba(37,211,102,0.28); }
  .btn-wa:hover { background: #1FB855; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(37,211,102,0.4); }
  .btn-ig {
    background: transparent; color: var(--rose);
    border: 1.5px solid var(--rose);
  }
  .btn-ig:hover {
    background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
    color: white; border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(220,39,67,0.25);
  }
  .btn-rose { background: var(--rose); color: var(--champagne); }
  .btn-rose:hover { background: var(--rose-deep); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(139,94,94,0.25); }
  .btn-ghost {
    background: transparent; color: var(--mocha);
    border: 1.5px solid var(--mocha);
  }
  .btn-ghost:hover { background: var(--mocha); color: var(--champagne); transform: translateY(-2px); }
  .btn-gold {
    background: var(--gold-foil); color: var(--ink);
    box-shadow: 0 4px 14px rgba(212,175,55,0.3);
    background-size: 200% 100%;
  }
  .btn-gold:hover { transform: translateY(-2px); background-position: 100% 0; box-shadow: 0 8px 22px rgba(212,175,55,0.4); }

  /* ============ PILLARS STRIP ============ */
  .pillars {
    padding: 56px 0; background: var(--bg-elev);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .pillars-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
  }
  .pillar { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
  .pillar-ic {
    width: 72px; height: 72px; border-radius: 999px;
    border: 1.4px solid var(--rose); color: var(--rose);
    display: flex; align-items: center; justify-content: center;
    background: var(--bg-page);
    transition: all 260ms var(--ease);
  }
  .pillar:hover .pillar-ic {
    border-color: var(--gold); color: var(--gold);
    transform: translateY(-2px);
    box-shadow: var(--shadow-gold);
  }
  .pillar-lbl {
    font-family: 'Cinzel', serif; font-size: 12px; font-weight: 600;
    letter-spacing: 0.24em; text-transform: uppercase;
    color: var(--mocha-deep); line-height: 1.6;
  }
  @media (max-width: 720px) {
    .pillars-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
    .pillar-ic { width: 60px; height: 60px; }
  }

  /* ============ SECTION BASE ============ */
  .section { padding: 96px 0; }
  .section.compact { padding: 72px 0; }
  @media (max-width: 720px) {
    .section { padding: 64px 0; }
    .section.compact { padding: 48px 0; }
    .sec-header { margin-bottom: 36px; }
    .sec-title { font-size: 28px; }
    .sec-sub { font-size: 15px; }
  }

  /* ============ COLLECTIONS / CATEGORIES ============ */
  .collections {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  }
  .col-card {
    position: relative; overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 4/5;
    background: linear-gradient(135deg, var(--dusty-pale) 0%, var(--champagne) 100%);
    transition: transform 280ms var(--ease), box-shadow 280ms var(--ease);
    cursor: pointer;
  }
  .col-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
  .col-card::after {
    content: ''; position: absolute; inset: 12px;
    border: 1px solid rgba(212,175,55,0.4);
    border-radius: 10px;
    pointer-events: none; z-index: 3;
    transition: border-color 280ms var(--ease);
  }
  .col-card:hover::after { border-color: rgba(212,175,55,0.85); }
  .col-card img {
    width: 100%; height: 100%;
    --is-bg: transparent;
    --is-empty-bg: transparent;
    --is-placeholder-color: rgba(110,86,71,0.55);
    --is-placeholder-font: 'Cinzel', serif;
    --is-placeholder-size: 10px;
    --is-placeholder-tracking: 0.26em;
    border-radius: 0;
  }
  .col-glyph {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    color: var(--rose-soft); opacity: 0.45; pointer-events: none;
  }
  .col-glyph svg { width: 45%; height: 45%; }
  .col-card img ~ .col-glyph { display: none; }
  .col-card img ~ .col-info { background: linear-gradient(180deg, transparent 0%, rgba(44,33,28,0.7) 100%); }

  .col-info {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 4;
    padding: 26px 24px 24px;
    color: var(--ink);
    transition: background 280ms var(--ease);
  }
  .col-card img ~ .col-info,
  .col-card img ~ .col-info .col-name,
  .col-card img ~ .col-info .col-meta { color: var(--champagne); }
  .col-eyebrow {
    font-family: 'Cinzel', serif; font-size: 9px;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--gold);
  }
  .col-name {
    font-family: 'Playfair Display', serif; font-weight: 500;
    font-size: 24px; color: var(--ink); margin: 6px 0 4px;
    line-height: 1.15;
  }
  .col-meta {
    font-size: 12px; letter-spacing: 0.06em; color: var(--mocha);
    display: inline-flex; align-items: center; gap: 8px;
  }
  .col-meta::after { content: '→'; transition: transform 220ms var(--ease); }
  .col-card:hover .col-meta::after { transform: translateX(4px); }
  @media (max-width: 900px) {
    .collections { grid-template-columns: 1fr 1fr; gap: 18px; }
  }
  @media (max-width: 540px) {
    .collections { grid-template-columns: 1fr 1fr; gap: 12px; }
    .col-name { font-size: 20px; }
    .col-info { padding: 20px 18px 18px; }
  }

  /* ============ PRODUCTS ============ */
  .products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
  @media (max-width: 900px) { .products { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
  @media (max-width: 540px) { .products { grid-template-columns: 1fr; } }

  .product {
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-card);
    overflow: hidden;
    display: flex; flex-direction: column;
    transition: transform 280ms var(--ease), box-shadow 280ms var(--ease);
    position: relative;
  }
  .product:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

  .product-img {
    aspect-ratio: 1/1; position: relative;
    background: linear-gradient(135deg, var(--dusty-pale) 0%, var(--champagne) 100%);
    overflow: hidden;
  }
  .product-img::after {
    content: ''; position: absolute; inset: 12px;
    border: 1px solid rgba(212,175,55,0.0);
    border-radius: 10px;
    pointer-events: none; z-index: 3;
    transition: border-color 280ms var(--ease);
  }
  .product:hover .product-img::after { border-color: rgba(212,175,55,0.45); }
  .product-img img {
    --is-bg: transparent;
    --is-empty-bg: transparent;
    --is-placeholder-color: rgba(110,86,71,0.55);
    --is-placeholder-font: 'Montserrat', sans-serif;
    --is-placeholder-size: 10px;
    --is-placeholder-tracking: 0.18em;
    width: 100%; height: 100%;
    border-radius: 0;
  }
  .product-glyph {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    color: var(--rose-soft); opacity: 0.5; pointer-events: none;
    transition: transform 480ms var(--ease);
  }
  .product:hover .product-glyph { transform: scale(1.04); }
  .product-glyph svg { width: 50%; height: 50%; }
  .product img ~ .product-glyph { display: none; }

  .product-badge {
    position: absolute; top: 14px; left: 14px; z-index: 3;
    background: var(--gold-foil);
    background-size: 200% 100%;
    color: var(--ink);
    font-family: 'Cinzel', serif;
    font-size: 9px; font-weight: 600; letter-spacing: 0.22em;
    text-transform: uppercase;
    padding: 6px 12px; border-radius: 999px;
    box-shadow: 0 2px 8px rgba(212,175,55,0.35);
  }
  .product-badge.rose { background: var(--rose); color: var(--champagne); box-shadow: 0 2px 8px rgba(139,94,94,0.3); }

  .product-fav {
    position: absolute; top: 12px; right: 12px; z-index: 3;
    width: 36px; height: 36px; border-radius: 999px;
    background: rgba(255,252,247,0.9);
    backdrop-filter: blur(4px);
    display: flex; align-items: center; justify-content: center;
    color: var(--rose); cursor: pointer;
    transition: all 200ms var(--ease);
    border: 1px solid var(--line);
  }
  .product-fav:hover { background: var(--rose); color: var(--champagne); transform: scale(1.06); }
  .product-fav.active { background: var(--rose); color: var(--champagne); }
  .product-fav.active svg { fill: currentColor; }

  .product-body {
    padding: 20px 22px 22px;
    display: flex; flex-direction: column; gap: 8px;
  }
  .product-name {
    font-family: 'Playfair Display', serif; font-weight: 500;
    font-size: 20px; color: var(--ink); line-height: 1.25;
    letter-spacing: -0.005em;
  }
  .product-meta {
    font-family: 'Cinzel', serif;
    font-size: 9.5px; letter-spacing: 0.24em; text-transform: uppercase;
    color: var(--fg-3);
  }
  .product-price-row {
    display: flex; align-items: baseline; gap: 10px; margin-top: 6px;
  }
  .product-price {
    font-family: 'Playfair Display', serif; font-weight: 500;
    font-size: 22px; color: var(--rose);
  }
  .product-mrp {
    font-size: 13px; color: var(--fg-3); text-decoration: line-through;
  }
  .product-save {
    font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--state-success, #6B8E5A); font-weight: 600;
    margin-left: auto;
  }
  .product-cta {
    margin-top: 14px;
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    background: #25D366; color: white;
    padding: 12px 16px; border-radius: 999px;
    font-size: 11px; font-weight: 600; letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: all 200ms var(--ease);
  }
  .product-cta:hover { background: #1FB855; transform: translateY(-1px); }

  /* ============ STORY ============ */
  .story {
    background: var(--mocha);
    color: var(--champagne);
    padding: 112px 0;
    position: relative;
    overflow: hidden;
  }
  .story::before {
    content: ''; position: absolute; inset: 0;
    background:
      radial-gradient(ellipse at top left, rgba(212,175,55,0.08), transparent 50%),
      radial-gradient(ellipse at bottom right, rgba(212,175,55,0.06), transparent 50%);
    pointer-events: none;
  }
  .story-inner {
    position: relative; max-width: 760px; margin: 0 auto;
    text-align: center;
    padding: 56px 40px;
    border: 1px solid rgba(212,175,55,0.35);
    border-radius: 20px;
  }
  .story-inner::before, .story-inner::after {
    content: '✦'; position: absolute; color: var(--gold);
    font-size: 14px; line-height: 1;
    background: var(--mocha); padding: 0 12px;
  }
  .story-inner::before { top: -7px; left: 50%; transform: translateX(-50%); }
  .story-inner::after { bottom: -7px; left: 50%; transform: translateX(-50%); }
  .story-eyebrow {
    font-family: 'Cinzel', serif; font-size: 11px;
    letter-spacing: 0.36em; text-transform: uppercase;
    color: var(--gold);
  }
  .story-script {
    font-family: 'Allura', cursive; font-size: clamp(46px, 7vw, 76px);
    color: var(--gold); margin: 20px 0 6px; line-height: 1;
  }
  .story-h {
    font-family: 'Playfair Display', serif; font-style: italic; font-weight: 400;
    font-size: clamp(20px, 2.2vw, 26px);
    color: var(--champagne); margin-bottom: 18px;
  }
  .story-body {
    font-family: 'Playfair Display', serif; font-style: italic; font-weight: 500;
    font-size: clamp(16px, 1.8vw, 18.5px); line-height: 1.85; letter-spacing: 0.02em;
    color: #FFFBF7;
    max-width: 580px; margin: 0 auto;
  }
  .story-sig {
    font-family: 'Cinzel', serif;
    font-size: 11px; letter-spacing: 0.36em; text-transform: uppercase;
    color: var(--gold); margin-top: 30px;
    display: inline-flex; align-items: center; gap: 14px;
  }
  .story-sig::before, .story-sig::after {
    content: ''; width: 26px; height: 1px; background: currentColor; opacity: 0.6;
  }

  /* ============ TESTIMONIALS ============ */
  .testimonials { background: var(--bg-elev); padding: 88px 0; }
  .test-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  }
  .test-card {
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 32px 28px;
    position: relative;
    text-align: center;
    display: flex; flex-direction: column; gap: 14px;
    transition: transform 260ms var(--ease), box-shadow 260ms var(--ease);
  }
  .test-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
  .test-card .quo {
    font-family: 'Allura', cursive; font-size: 60px;
    color: var(--gold); line-height: 0.6;
    height: 28px;
  }
  .test-card .stars {
    color: var(--gold); letter-spacing: 4px; font-size: 14px;
  }
  .test-card .body {
    font-family: 'Playfair Display', serif; font-style: italic;
    font-size: 15.5px; line-height: 1.6; color: var(--mocha);
  }
  .test-card .by {
    font-family: 'Cinzel', serif; font-size: 10px;
    letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--rose); margin-top: 4px;
  }
  .test-card .by .where {
    display: block; color: var(--fg-3); font-size: 9px; margin-top: 4px; font-weight: 400;
  }
  @media (max-width: 880px) { .test-grid { grid-template-columns: 1fr; } }

  /* ============ INSTAGRAM ============ */
  .ig-strip { padding: 88px 0; background: var(--bg-page); }
  .ig-grid {
    display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px;
  }
  .ig-tile {
    aspect-ratio: 1/1; border-radius: 12px; overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, var(--dusty-pale), var(--champagne));
    transition: transform 260ms var(--ease);
  }
  .ig-tile::before {
    content: ''; position: absolute; inset: 0; z-index: 3;
    background: rgba(245,239,230,0);
    transition: background 240ms var(--ease);
    pointer-events: none;
  }
  .ig-tile::after {
    content: ''; position: absolute; inset: 0; z-index: 4;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5EFE6' stroke-width='1.8'><rect x='2' y='2' width='20' height='20' rx='5'/><circle cx='12' cy='12' r='4'/><circle cx='17.5' cy='6.5' r='0.8' fill='%23F5EFE6'/></svg>") no-repeat center;
    background-size: 28px;
    opacity: 0; transition: opacity 240ms var(--ease);
    pointer-events: none;
  }
  .ig-tile:hover { transform: scale(1.02); }
  .ig-tile:hover::before { background: rgba(44,33,28,0.4); }
  .ig-tile:hover::after { opacity: 0.95; }
  .ig-tile img {
    width: 100%; height: 100%;
    --is-bg: transparent; --is-empty-bg: transparent;
    --is-placeholder-color: rgba(110,86,71,0.5);
    --is-placeholder-size: 9px;
  }
  .ig-tile .ig-glyph {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    color: var(--rose-soft); opacity: 0.4; pointer-events: none;
  }
  .ig-cta { text-align: center; margin-top: 40px; }
  @media (max-width: 720px) { .ig-grid { grid-template-columns: repeat(3, 1fr); } }

  /* ============ CARE ============ */
  .care { background: var(--bg-elev); padding: 88px 0; }
  .care-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
  }
  .care-item {
    text-align: center; padding: 32px 22px;
    background: var(--bg-card); border-radius: 18px;
    border: 1px solid var(--line);
    transition: transform 240ms var(--ease), box-shadow 240ms var(--ease);
    position: relative;
  }
  .care-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
  .care-num {
    font-family: 'Cinzel', serif; font-size: 10px;
    letter-spacing: 0.32em; color: var(--gold);
    margin-bottom: 14px;
  }
  .care-ic {
    width: 56px; height: 56px; margin: 0 auto 16px;
    border-radius: 999px; border: 1.4px solid var(--rose);
    color: var(--rose);
    display: flex; align-items: center; justify-content: center;
  }
  .care-h {
    font-family: 'Playfair Display', serif; font-weight: 500;
    font-size: 17px; color: var(--ink); margin-bottom: 6px;
  }
  .care-item p {
    font-size: 13px; color: var(--mocha); line-height: 1.55;
  }
  @media (max-width: 720px) { .care-grid { grid-template-columns: repeat(2, 1fr); } }

  /* ============ BULK CTA ============ */
  .bulk { padding: 96px 0; background: var(--bg-page); }
  .bulk-card {
    position: relative;
    background:
      linear-gradient(135deg, rgba(212,175,55,0.04) 0%, transparent 50%),
      var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 64px 56px;
    text-align: center;
    overflow: hidden;
    box-shadow: var(--shadow-card);
  }
  .bulk-card::before, .bulk-card::after {
    content: ''; position: absolute;
    width: 180px; height: 180px;
    background-image: url("../images/sprig.svg");
    background-size: contain; background-repeat: no-repeat;
    opacity: 0.18; pointer-events: none;
  }
  .bulk-card::before { top: -20px; left: -20px; transform: rotate(180deg); }
  .bulk-card::after { bottom: -20px; right: -20px; }
  .bulk-frame {
    position: absolute; inset: 18px;
    border: 1px solid var(--line-gold);
    border-radius: 16px;
    pointer-events: none;
  }
  .bulk-eyebrow {
    font-family: 'Cinzel', serif; font-size: 11px;
    letter-spacing: 0.36em; text-transform: uppercase;
    color: var(--gold);
  }
  .bulk-title {
    font-family: 'Playfair Display', serif; font-weight: 500;
    font-size: clamp(28px, 4vw, 42px); line-height: 1.2;
    color: var(--ink); margin: 16px 0 8px;
    position: relative;
  }
  .bulk-title em { font-style: italic; color: var(--rose); }
  .bulk-script {
    font-family: 'Allura', cursive; font-size: clamp(36px, 5vw, 56px);
    color: var(--gold); line-height: 1; margin-bottom: 6px;
  }
  .bulk-sub {
    font-family: 'Playfair Display', serif; font-style: italic;
    font-size: 17px; color: var(--mocha); max-width: 520px; margin: 14px auto 0;
    line-height: 1.55;
  }
  .bulk-points {
    display: flex; justify-content: center; gap: 32px; flex-wrap: wrap;
    margin: 32px 0;
    font-family: 'Cinzel', serif; font-size: 10px;
    letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--mocha);
  }
  .bulk-points span::before { content: '✦'; color: var(--gold); margin-right: 10px; }
  .bulk-ctas { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 12px; position: relative; }
  @media (max-width: 720px) {
    .bulk-card { padding: 48px 24px; }
    .bulk-points { gap: 14px; flex-direction: column; align-items: center; }
  }

  /* ============ CONTACT ============ */
  .contact { padding: 96px 0; background: var(--bg-page); position: relative; }
  .contact-cards {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  }
  .contact-card {
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 40px 24px;
    text-align: center;
    transition: transform 280ms var(--ease), box-shadow 280ms var(--ease);
    position: relative;
    overflow: hidden;
  }
  .contact-card::before {
    content: ''; position: absolute; inset: 12px;
    border: 1px solid rgba(212,175,55,0.4);
    border-radius: 14px; pointer-events: none;
  }
  .contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .contact-icon {
    width: 64px; height: 64px; border-radius: 999px;
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    color: white;
    position: relative;
  }
  .contact-icon.wa { background: #25D366; box-shadow: 0 6px 20px rgba(37,211,102,0.32); }
  .contact-icon.ig { background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888); box-shadow: 0 6px 20px rgba(220,39,67,0.25); }
  .contact-icon.ph { background: var(--rose); box-shadow: 0 6px 20px rgba(139,94,94,0.32); }
  .contact-card h3 {
    font-family: 'Playfair Display', serif; font-weight: 500;
    font-size: 22px; color: var(--ink); margin-bottom: 6px;
  }
  .contact-card .handle {
    font-family: 'Cinzel', serif; font-size: 11px;
    letter-spacing: 0.18em; color: var(--mocha);
    margin-bottom: 22px; min-height: 16px;
  }
  .contact-card .btn { padding: 12px 24px; font-size: 11px; }

  @media (max-width: 720px) {
    .story { padding: 72px 0; }
    .story-inner { padding: 40px 24px; }
    .testimonials, .ig-strip, .care, .bulk, .contact { padding: 64px 0; }
    .contact-cards { grid-template-columns: 1fr; }
    .test-grid { gap: 16px; }
    .pillars { padding: 40px 0; }
    .pillars-grid { gap: 24px; }
    .promo { font-size: 9.5px; letter-spacing: 0.22em; }
    .promo .marquee span { padding: 0 16px; }
    .bulk-card { padding: 44px 22px; }
    .bulk-card::before, .bulk-card::after { width: 120px; height: 120px; }
  }

  /* ============ FLOATING WA ============ */
  .float-wa {
    position: fixed; bottom: 24px; right: 24px; z-index: 80;
    width: 58px; height: 58px; border-radius: 999px;
    background: #25D366;
    display: flex; align-items: center; justify-content: center;
    color: white;
    box-shadow: 0 10px 28px rgba(37,211,102,0.45);
    animation: floatPulse 2.4s ease-in-out infinite;
    transition: transform 200ms var(--ease), opacity 200ms var(--ease);
    cursor: pointer;
  }
  /* Hide float WA when mobile menu is open (its z-index 80 > menu 60 bleeds through) */
  body.menu-open .float-wa {
    opacity: 0; pointer-events: none;
  }
  .float-wa svg, .float-wa path {
    pointer-events: none;
  }
  .float-wa:hover { transform: scale(1.08); }
  @keyframes floatPulse {
    0%, 100% { box-shadow: 0 10px 28px rgba(37,211,102,0.4), 0 0 0 0 rgba(37,211,102,0.45); }
    50%      { box-shadow: 0 10px 28px rgba(37,211,102,0.4), 0 0 0 14px rgba(37,211,102,0); }
  }
  @media (prefers-reduced-motion: reduce) { .float-wa { animation: none; } }

  /* ============ FOOTER ============ */
  .footer {
    background: var(--mocha-deep); color: var(--champagne);
    padding: 64px 0 28px;
    position: relative;
  }
  .footer-grid {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(245,239,230,0.16);
  }
  .footer-brand .wm {
    font-family: 'Cinzel', serif; font-weight: 500;
    font-size: 24px; letter-spacing: 0.32em; color: var(--champagne);
    margin-left: 0.32em; margin-bottom: 8px;
  }
  .footer-brand .tg {
    font-family: 'Cinzel', serif; font-size: 9px;
    letter-spacing: 0.32em; color: var(--gold);
    margin-bottom: 18px;
  }
  .footer-brand p { font-size: 13px; color: #D8C7BB; max-width: 320px; line-height: 1.65; }
  .footer h4 {
    font-family: 'Cinzel', serif; font-size: 10px;
    letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 16px; font-weight: 500;
  }
  .footer .links { display: flex; flex-direction: column; gap: 10px; }
  .footer .links a {
    font-size: 13px; color: #D8C7BB;
    transition: color 180ms ease;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .footer .links a:hover { color: var(--champagne); }
  .footer .links a svg { flex-shrink: 0; }
  .footer-bottom {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 24px;
    font-size: 11px; color: #D8C7BB; letter-spacing: 0.06em; /* Changed from #B5A39A to #D8C7BB for color contrast compliance */
    flex-wrap: wrap; gap: 12px;
  }
  .footer-bottom .made {
    display: inline-flex; align-items: center; gap: 6px;
  }
  .footer-bottom .made .heart { color: var(--rose-soft); }
  @media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
  @media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; } }


  /* Mobile menu toggle cascade fix */
  @media (max-width: 900px) {
    .nav-toggle {
      display: inline-flex !important;
    }
  }

  /* Screen Reader Only Utility for Semantic Heading Order */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
