  /* ============ HEADER — TRANSPARENT OVERLAY ON DARK COMING-SOON ============ */
  body { padding-top: 0; }
  .site-header {
    position: relative; width: 100%;
    background: transparent;
    z-index: 1000;
  }
  .brand-name {
    font-family: var(--font-heading);
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--porcelain);
    white-space: nowrap;
    text-shadow: 0 1px 10px rgba(15, 10, 7, 0.5);
  }
  .brand-logo {
    height: 22px; width: auto; display: block;
    filter: brightness(0) invert(1) drop-shadow(0 1px 6px rgba(15, 10, 7, 0.5));
  }
  .header-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: linear-gradient(180deg, rgba(15, 10, 7, 0.38) 0%, rgba(15, 10, 7, 0.15) 65%, transparent 100%);
    border-bottom: none;
    transition: background 0.35s ease, box-shadow 0.35s ease;
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 40px;
    gap: 24px;
  }
  .header-nav.scrolled {
    background: rgba(253, 249, 242, 0.92);
    backdrop-filter: blur(20px) saturate(1.2);
    -webkit-backdrop-filter: blur(20px) saturate(1.2);
    border-bottom: 1px solid rgba(236, 217, 184, 0.5);
    box-shadow: 0 4px 20px rgba(139, 111, 63, 0.1);
  }
  .header-nav.scrolled .brand-name { color: var(--warm-brown); text-shadow: none; }
  .header-nav.scrolled .brand-logo { filter: none; }
  .header-nav.scrolled .header-menu a { color: var(--text-soft); text-shadow: none; }
  .header-nav.scrolled .header-icon-btn { color: var(--warm-brown); filter: none; }
  .header-nav.scrolled .header-icon-btn:hover {
    background: var(--mesh-gold-subtle);
    border-color: var(--border); color: var(--antique-gold);
  }
  .header-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
  .header-right { display: flex; align-items: center; gap: 32px; }
  .header-menu { display: flex; gap: 36px; list-style: none; margin: 0; padding: 0; }
  .header-menu a {
    font-family: var(--font-body);
    font-size: 14px; font-weight: 700;
    color: var(--porcelain); text-decoration: none;
    letter-spacing: 0.04em;
    padding: 4px 0; position: relative;
    transition: color 0.3s ease;
    text-shadow: 0 1px 10px rgba(15, 10, 7, 0.5);
  }
  .header-menu a::after {
    content: ''; position: absolute;
    bottom: -4px; left: 0; right: 0;
    height: 1px; background: var(--mesh-gold);
    transform: scaleX(0); transform-origin: right;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1);
  }
  .header-menu a:hover::after { transform: scaleX(1); transform-origin: left; }
  .header-menu a.active { color: var(--antique-gold); }
  .header-menu a.active::after { transform: scaleX(1); }
  .header-utils { display: flex; align-items: center; gap: 8px; }
  .header-icon-btn {
    width: 32px; height: 32px;
    display: inline-flex; align-items: center; justify-content: center;
    background: transparent; border: 1px solid transparent;
    border-radius: 50%; color: var(--porcelain);
    cursor: pointer; text-decoration: none;
    transition: all 0.3s ease;
    filter: drop-shadow(0 1px 6px rgba(15, 10, 7, 0.5));
  }
  .header-icon-btn:hover {
    background: rgba(253, 249, 242, 0.15);
    border-color: rgba(253, 249, 242, 0.3); color: var(--porcelain);
  }
  .header-icon-btn svg { width: 16px; height: 16px; }

  main { padding-top: 0; }

  /* ============ COMING SOON ============ */
  .coming-soon {
    position: relative;
    min-height: 100vh;
    padding: 160px 40px 100px;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    text-align: center;
    background:
      linear-gradient(180deg, rgba(15,10,7,0.65) 0%, rgba(31,22,16,0.85) 100%),
      url('../beauty/img-9108.webp') center 30% / cover no-repeat;
    color: var(--pearl);
    overflow: hidden;
  }
  .coming-soon::after {
    content: ''; position: absolute; inset: 0;
    background:
      radial-gradient(at 25% 35%, rgba(201,168,118,0.18), transparent 55%),
      radial-gradient(at 75% 65%, rgba(139,111,63,0.18), transparent 55%);
    pointer-events: none;
  }
  .coming-soon > * { position: relative; z-index: 1; }
  .coming-soon-eyebrow {
    font-family: var(--font-body);
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.4em; text-transform: uppercase;
    color: var(--champagne);
    margin-bottom: 32px;
    display: inline-flex; align-items: center; gap: 14px;
  }
  .coming-soon-eyebrow::before,
  .coming-soon-eyebrow::after {
    content: '';
    width: 36px; height: 1px;
    background: var(--mesh-gold);
    opacity: 0.6;
  }
  .coming-soon h1 {
    font-family: var(--font-heading);
    font-size: clamp(56px, 8vw, 120px);
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--pearl);
    font-weight: 500;
    margin: 0 0 20px;
    text-shadow: 0 2px 24px rgba(15,10,7,0.5);
  }
  .coming-soon h1 em {
    font-style: italic; font-weight: 400;
    color: var(--heading);
  }
  .coming-soon-sub {
    font-family: var(--font-body);
    font-size: 17px; line-height: 1.75;
    color: rgba(244,228,193,0.85);
    max-width: 760px;
    margin: 24px auto 40px;
    text-wrap: balance;
  }
  .coming-soon-cta {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--font-body);
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--deep-brown);
    background: var(--btn-gradient);
    padding: 14px 28px;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .coming-soon-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(139, 111, 63, 0.35);
  }

  .footer-wrap { width: 100%; padding: 0; }
  .footer-wrap .site-footer { border-radius: 0; }
  .footer-top.footer-top-3col { grid-template-columns: 1.4fr 1fr 1fr; gap: 64px; }

  @media (max-width: 900px) {
    .header-nav { padding: 10px 20px; gap: 12px; flex-wrap: wrap; }
    .header-right { gap: 16px; }
    .header-menu { gap: 16px; flex-wrap: wrap; }
    .header-menu a { font-size: 13px; font-weight: 700; }
    .coming-soon { padding: 120px 24px 80px; }
    .coming-soon-eyebrow::before, .coming-soon-eyebrow::after { width: 24px; }
    .footer-top.footer-top-3col { grid-template-columns: 1fr; gap: 32px; }
  }
