/* Perfume Boutique V2 — Editorial Magazine Style */
/* No SVG placeholder dependency. Typography-driven. */

*{box-sizing:border-box}
body{font-family:Georgia, 'Times New Roman', serif;margin:0;background:#faf7f2;color:#2a1f1a;line-height:1.65}
a{color:#7a3d5c;text-decoration:none}
a:hover{text-decoration:underline}

/* Header */
.site-header{background:#fff;border-bottom:1px solid #e8e0d8;position:sticky;top:0;z-index:10}
.header-inner{max-width:1100px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}
.site-logo{font-family:Georgia,serif;font-weight:700;font-size:1.3rem;color:#2a1f1a;letter-spacing:-.02em}
.site-logo em{font-style:normal;color:#7a3d5c}
.site-nav{display:flex;gap:20px}
.site-nav a{color:#5c4d44;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.88rem;font-weight:500}
.site-nav a:hover{color:#7a3d5c}

/* Hero — editorial */
.editorial-hero{max-width:1100px;margin:0 auto;padding:60px 24px 40px;text-align:center}
.editorial-hero .kicker{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#7a3d5c;margin-bottom:12px}
.editorial-hero h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1.12;margin:0 0 16px;letter-spacing:-.03em;max-width:800px;margin-left:auto;margin-right:auto}
.editorial-hero .subtitle{font-size:1.15rem;color:#5c4d44;max-width:620px;margin:0 auto 24px;font-style:italic}
.editorial-hero .tagline{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.9rem;color:#8a7a6e}

/* Trust bar */
.trust-bar{max-width:1100px;margin:0 auto;padding:0 24px 50px;display:flex;justify-content:center;gap:32px;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.82rem;color:#8a7a6e}
.trust-bar span{display:flex;align-items:center;gap:6px}

/* Featured guides */
.featured-guides{max-width:1100px;margin:0 auto;padding:0 24px 50px}
.featured-guides h2{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#8a7a6e;margin-bottom:20px;text-align:center}
.guide-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}
.guide-grid-2col{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.guide-card{background:#fff;border:1px solid #e8e0d8;border-radius:8px;padding:28px 24px;transition:box-shadow .2s}
.guide-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.06)}
.guide-card .card-tag{display:inline-block;padding:3px 10px;background:#f8f0e8;color:#7a3d5c;border-radius:3px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:14px}
.guide-card h3{font-size:1.2rem;margin:0 0 8px;line-height:1.3}
.guide-card p{font-size:.9rem;color:#5c4d44;margin:0 0 14px;line-height:1.55}
.guide-card .read-time{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.75rem;color:#8a7a6e}

/* Scent chips */
.scent-chips{max-width:1100px;margin:0 auto;padding:0 24px 40px}
.scent-chips h2{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#8a7a6e;margin-bottom:16px;text-align:center}
.chip-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.chip{padding:10px 18px;border-radius:20px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.82rem;font-weight:500;border:1px solid transparent}
.chip-citrus{background:#fff8e1;border-color:#f0d060;color:#8a6a20}
.chip-floral{background:#fdf0f8;border-color:#e8b8d0;color:#7a3d5c}
.chip-woody{background:#f0e8dc;border-color:#c8a878;color:#5c3d1a}
.chip-oriental{background:#f8f0e8;border-color:#d0a068;color:#8a4a20}
.chip-fresh{background:#e8f4f0;border-color:#90c8b8;color:#2a5c4a}

/* Content pages */
.content-page{max-width:780px;margin:0 auto;padding:40px 24px 60px}
.content-page h1{font-size:2.2rem;line-height:1.15;margin:0 0 10px;letter-spacing:-.03em}
.content-page .intro{font-size:1.1rem;color:#5c4d44;font-style:italic;margin-bottom:32px;line-height:1.55}

/* Article sections */
.article-section{margin-bottom:36px;padding-bottom:30px;border-bottom:1px solid #e8e0d8}
.article-section h2{font-size:1.4rem;color:#7a3d5c;margin:0 0 14px}
.article-section h3{font-size:1.1rem;color:#2a1f1a;margin:16px 0 8px}
.article-section p{margin:0 0 12px;line-height:1.65}
.article-section ul{margin:12px 0;padding-left:22px}
.article-section li{margin-bottom:8px;line-height:1.55}

/* Deal table */
.deal-table{width:100%;border-collapse:collapse;font-size:.9rem;margin:16px 0}
.deal-table th{background:#fdf0f8;padding:10px 14px;text-align:left;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-weight:600;font-size:.82rem;color:#7a3d5c;text-transform:uppercase;letter-spacing:.04em}
.deal-table td{padding:12px 14px;border-bottom:1px solid #e8e0d8;vertical-align:top}
.deal-table .price-strike{text-decoration:line-through;color:#8a7a6e;margin-right:6px}
.deal-table .price-now{font-weight:700;color:#2a5f1a}

/* Checklist module */
.checklist-module{background:#fff;border:2px solid #f0d060;border-radius:8px;padding:24px 28px;margin:20px 0}
.checklist-module h3{margin:0 0 12px;font-size:1.1rem}
.checklist-module ul{margin:0;padding-left:22px}
.checklist-module li{margin-bottom:8px}

/* CTA */
.cta-link{display:inline-block;padding:12px 28px;background:#7a3d5c;color:#fff;border-radius:6px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-weight:600;font-size:.92rem;margin-top:12px}
.cta-link:hover{background:#5c2d44;text-decoration:none;color:#fff}

/* Disclosure */
.disclosure-bar{max-width:1100px;margin:0 auto;padding:14px 24px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.78rem;color:#8a7a6e;border-top:1px solid #e8e0d8;text-align:center;line-height:1.5}

/* Footer */
.site-footer{background:#2a1f1a;color:#c4b8a8;padding:30px 24px;margin-top:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.82rem}
.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.site-footer a{color:#d4c0a0}

/* Note callout */
.note{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:.8rem;color:#8a7a6e;margin-top:10px;font-style:italic}

@media(max-width:640px){
  .editorial-hero{padding:40px 20px 28px}
  .guide-grid{grid-template-columns:1fr}
  .guide-grid-2col{grid-template-columns:1fr}
  .trust-bar{flex-direction:column;align-items:center;gap:8px}
}