@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap');
:root {
  --bg: #080808;
  --panel: #11100e;
  --panel-2: #17140f;
  --text: #f6f2e9;
  --muted: #bcb5a7;
  --gold: #d4a857;
  --gold-light: #f0cf86;
  --line: rgba(212, 168, 87, 0.35);
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 22px 70px rgba(0,0,0,.36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(212,168,87,.09), transparent 34%),
    radial-gradient(circle at 10% 45%, rgba(212,168,87,.05), transparent 30%),
    var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.container { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
.eyebrow { color: var(--gold-light); text-transform: uppercase; letter-spacing: .26em; font-size: .76rem; font-weight: 700; }
.display { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: .02em; line-height: 1.06; }
.section { padding: 92px 0; }
.section.compact { padding: 64px 0; }
.section-title { font-size: clamp(2.2rem, 5vw, 4.6rem); margin: 8px 0 20px; max-width: 850px; }
.section-copy { color: var(--muted); max-width: 720px; font-size: 1.05rem; }
.gold-rule { height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .65; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8,8,8,.86); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(212,168,87,.14);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; border: 1px solid rgba(212,168,87,.4); }
.brand-text { font-family: Georgia, 'Times New Roman', serif; text-transform: uppercase; letter-spacing: .15em; font-size: .9rem; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: .85rem; text-transform: uppercase; letter-spacing: .09em; }
.nav-links a { color: #ded8cb; }
.nav-links a:hover, .nav-links a[aria-current='page'] { color: var(--gold-light); }
.nav-cta { border: 1px solid var(--gold); padding: 10px 15px; border-radius: 999px; }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; color: var(--text); border-radius: 10px; padding: 9px 11px; }

.hero { padding: 68px 0 88px; min-height: 78vh; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.hero h1 { font-size: clamp(3.2rem, 6.8vw, 6.7rem); margin: 10px 0 24px; }
.hero p { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 660px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 700; letter-spacing: .03em; transition: .2s ease; }
.btn-primary { background: linear-gradient(135deg, var(--gold-light), #b77e2d); color: #100e0a; box-shadow: 0 10px 30px rgba(212,168,87,.18); }
.btn-secondary { border: 1px solid rgba(212,168,87,.55); color: var(--text); }
.btn:hover { transform: translateY(-2px); }
.hero-logo-wrap { position: relative; }
.hero-logo-wrap::before { content: ''; position: absolute; inset: 10% 6%; background: rgba(212,168,87,.18); filter: blur(70px); border-radius: 50%; }
.hero-logo { position: relative; width: min(100%, 560px); margin-left: auto; border-radius: 28px; border: 1px solid rgba(212,168,87,.24); box-shadow: var(--shadow); }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.015); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-item { padding: 26px; text-align: center; color: #ddd5c8; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }

.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 38px; }
.card { background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)); border: 1px solid rgba(212,168,87,.22); border-radius: var(--radius); padding: 28px; min-height: 265px; box-shadow: var(--shadow); }
.card .number { font-family: Georgia, 'Times New Roman', serif; color: var(--gold-light); font-size: 2.7rem; opacity: .9; }
.card h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 1.9rem; font-weight: 400; margin: 12px 0 10px; }
.card p { color: var(--muted); }
.card-link { display: inline-block; margin-top: 18px; color: var(--gold-light); font-weight: 700; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; }
.feature-panel { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 90% 10%, rgba(212,168,87,.12), transparent 38%), var(--panel); }
.feature-panel h2 { font-size: clamp(2.3rem, 5vw, 4.5rem); margin: 8px 0 20px; }
.checks { display: grid; gap: 14px; margin-top: 28px; }
.check { display: flex; gap: 12px; align-items: flex-start; color: #ded8cd; }
.check::before { content: '✦'; color: var(--gold); margin-top: 1px; }

.gallery-preview { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 16px; margin-top: 34px; }
.gallery-placeholder { min-height: 260px; border: 1px solid var(--line); border-radius: 22px; display: flex; align-items: flex-end; padding: 24px; position: relative; overflow: hidden; background: linear-gradient(145deg, #17140f, #0c0c0c); }
.gallery-placeholder:first-child { min-height: 360px; }
.gallery-placeholder::before { content: ''; position: absolute; width: 180px; height: 180px; border-radius: 50%; border: 1px solid rgba(212,168,87,.24); top: 18px; right: -50px; }
.gallery-placeholder span { position: relative; color: #e8dfcf; font-family: Georgia, 'Times New Roman', serif; font-size: 1.45rem; }

.guide-card { display: flex; align-items: center; gap: 24px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); margin-top: 28px; }
.guide-cover { width: 120px; aspect-ratio: 3/4; border: 1px solid var(--gold); display: grid; place-items: center; text-align: center; padding: 12px; font-family: Georgia, 'Times New Roman', serif; color: var(--gold-light); background: #0a0908; }

.cta-band { background: linear-gradient(135deg, #17120b, #0b0b0b 60%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 52px 0; }
.cta-inner h2 { font-size: clamp(2rem, 4.2vw, 4rem); margin: 6px 0; }

.page-hero { padding: 86px 0 58px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(3rem, 6vw, 6rem); margin: 10px 0 20px; }
.page-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 36px; }
.content-card { border: 1px solid var(--line); border-radius: 22px; padding: 30px; background: var(--panel); }
.content-card h2, .content-card h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.content-card p, .content-card li { color: var(--muted); }

.filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 32px; }
.filter { border: 1px solid var(--line); border-radius: 999px; padding: 9px 15px; color: #ded8cd; background: transparent; }
.filter.active { border-color: var(--gold); color: var(--gold-light); }

.form-wrap { max-width: 840px; }
form { display: grid; gap: 18px; margin-top: 30px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 8px; font-weight: 700; color: #eee6da; }
input, select, textarea { width: 100%; background: #0f0e0c; color: var(--text); border: 1px solid rgba(212,168,87,.3); border-radius: 12px; padding: 13px 14px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,168,87,.08); }
textarea { min-height: 150px; resize: vertical; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; color: var(--muted); }
.checkbox input { width: 18px; margin-top: 5px; }
.form-note { color: #a69e91; font-size: .9rem; }

.site-footer { padding: 50px 0 28px; background: #050505; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 36px; }
.footer-logo { width: 125px; border-radius: 16px; border: 1px solid var(--line); margin-bottom: 18px; }
.footer-title { font-family: Georgia, 'Times New Roman', serif; color: var(--gold-light); margin-bottom: 12px; }
.footer-links { display: grid; gap: 8px; color: var(--muted); }
.footer-small { color: #8e887e; font-size: .82rem; border-top: 1px solid rgba(212,168,87,.12); margin-top: 34px; padding-top: 18px; }

.notice { border-left: 2px solid var(--gold); padding: 14px 18px; background: rgba(212,168,87,.06); color: #d9d2c6; margin: 24px 0; }

@media (max-width: 930px) {
  .nav-links { display: none; position: absolute; top: 78px; left: 16px; right: 16px; background: #0b0b0b; border: 1px solid var(--line); border-radius: 18px; padding: 18px; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .menu-toggle { display: inline-block; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-logo { margin: 0 auto; max-width: 520px; }
  .cards { grid-template-columns: 1fr; }
  .gallery-preview { grid-template-columns: 1fr 1fr; }
  .gallery-placeholder:first-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .section { padding: 68px 0; }
  .hero { padding-top: 45px; }
  .brand-text { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .gallery-preview, .page-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .gallery-placeholder:first-child { grid-column: auto; min-height: 270px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .guide-card { align-items: flex-start; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
}
/* Cosmetic Hub typography + header logo update */

body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

.display,
.section-title,
.page-hero h1,
.feature-panel h2,
.cta-inner h2,
.card h3,
.content-card h2,
.content-card h3,
.footer-title,
.brand-text {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-weight: 500;
}

.nav {
  min-height: 96px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  width: 82px;
  height: 82px;
  object-fit: contain;
  padding: 6px;
  border-radius: 50%;
  border: 1px solid rgba(212,168,87,.35);
  background: #080808;
  flex-shrink: 0;
}

.brand-text {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 1rem;
  white-space: nowrap;
}

.hero-logo {
  object-fit: contain;
}

@media (max-width: 930px) {
  .nav-links {
    top: 96px;
  }
}

@media (max-width: 640px) {
  .nav {
    min-height: 82px;
  }

  .brand-mark {
    width: 64px;
    height: 64px;
    padding: 5px;
  }

  .brand-text {
    display: inline-block;
    font-size: .78rem;
    letter-spacing: .1em;
  }

  .nav-links {
    top: 82px;
  }
}