:root{
  --ivory:#FDFBF7;
  --beige:#F4EDE1;
  --beige-2:#EFE4D3;
  --gold:#B98A2F;
  --gold-soft:#D9BE8C;
  --charcoal:#2A2723;
  --muted:#6B6257;
  --blush:#F7E8E1;
  --card:#FFFFFF;
  --line:#E8DECB;
  --serif:"Playfair Display",Georgia,"Times New Roman",serif;
  --sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);color:var(--charcoal);background:var(--ivory);line-height:1.7;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:var(--serif);line-height:1.25;color:var(--charcoal);font-weight:600}
a{color:#7A5A1E;text-decoration:underline;text-underline-offset:3px}
a:hover{color:#5C430F}
img{max-width:100%;height:auto}
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:12px;top:12px;width:auto;height:auto;background:#fff;padding:.6rem 1rem;z-index:2000;border:2px solid var(--gold)}
.site-header{background:rgba(253,251,247,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(6px)}
.brand-mark{display:flex;align-items:center;gap:.65rem;text-decoration:none}
.brand-mono{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#C9A24B,#8A6420);color:#fff;font-family:var(--serif);font-weight:700;letter-spacing:.05em}
.brand-text{font-family:var(--serif);font-size:1.35rem;color:var(--charcoal);text-decoration:none}
.brand-text em{font-style:italic;color:var(--gold)}
.navbar .nav-link{color:var(--charcoal);font-weight:500;text-decoration:none;margin:0 .15rem;border-bottom:2px solid transparent}
.navbar .nav-link:hover{color:var(--gold)}
.navbar .nav-link.active{color:var(--gold);border-bottom-color:var(--gold)}
.hero{background:linear-gradient(180deg,#FBF5EA 0%,#FDFBF7 100%);border-bottom:1px solid var(--line)}
.hero-eyebrow{display:inline-block;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:.75rem}
.hero h1{font-size:clamp(2.2rem,5vw,3.6rem);margin-bottom:1rem}
.lead{color:var(--muted);font-size:1.1rem}
.btn-gold{background:linear-gradient(135deg,#C9A24B,#9A7018);border:none;color:#fff;padding:.8rem 1.6rem;border-radius:999px;font-weight:600;text-decoration:none;display:inline-block}
.btn-gold:hover,.btn-gold:focus{color:#fff;filter:brightness(.95)}
.btn-outline-gold{border:1.5px solid var(--gold);color:#6B4E0E;padding:.8rem 1.6rem;border-radius:999px;font-weight:600;text-decoration:none;display:inline-block;background:transparent}
.btn-outline-gold:hover{background:#FBF1DC;color:#5C430F}
.hero-img{border-radius:20px;box-shadow:0 24px 60px rgba(120,90,30,.18);object-fit:cover;width:100%;height:100%;min-height:340px}
.section{padding:4rem 0}
.section-alt{background:#FFFFFF;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.kicker{color:var(--gold);font-weight:700;letter-spacing:.16em;text-transform:uppercase;font-size:.78rem;margin-bottom:.5rem}
.card-beauty{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--card);height:100%;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}
.card-beauty:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(120,90,30,.14)}
.card-beauty img{aspect-ratio:16/10;object-fit:cover;width:100%}
.card-body-beauty{padding:1.4rem;display:flex;flex-direction:column;gap:.6rem;flex:1}
.card-body-beauty h3{font-size:1.2rem;margin:0}
.card-body-beauty h3 a{color:var(--charcoal);text-decoration:none}
.card-body-beauty h3 a:hover{color:var(--gold)}
.card-meta{font-size:.82rem;color:var(--muted)}
.badge-soft{display:inline-block;background:var(--blush);color:#7A4A2E;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .7rem;border-radius:999px}
.steps{counter-reset:step;background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.5rem}
.steps ol{margin:0;padding-left:1.2rem}
.steps li{margin-bottom:.9rem}
.callout{background:#FFF8E8;border:1px solid #EAD9AE;border-left:5px solid var(--gold);border-radius:12px;padding:1rem 1.2rem;margin:1.5rem 0}
.callout.caution{background:#FDF0EC;border-color:#E8C4B4;border-left-color:#B4562F}
.article-body{font-size:1.05rem}
.article-body h2{margin-top:2.2rem;font-size:1.7rem}
.article-body h3{margin-top:1.6rem;font-size:1.3rem}
.article-body img{border-radius:16px;margin:1.2rem 0}
.toc{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.2rem 1.4rem;margin:1.5rem 0}
.breadcrumb-beauty{font-size:.9rem;color:var(--muted);margin:1.2rem 0}
.breadcrumb-beauty a{color:var(--muted)}
.prose-narrow{max-width:760px;margin:0 auto}
.routine-table{width:100%;border-collapse:collapse;margin:1.2rem 0;background:#fff;border-radius:12px;overflow:hidden}
.routine-table th,.routine-table td{border:1px solid var(--line);padding:.7rem .9rem;text-align:left;font-size:.95rem}
.routine-table th{background:var(--beige)}
.site-footer{background:#211D18;color:#EDE5D5;margin-top:0}
.site-footer a{color:#EDE5D5}
.site-footer a:hover{color:var(--gold-soft)}
.footer-brand{font-family:var(--serif);font-size:1.6rem;margin-bottom:.5rem}
.footer-brand em{color:var(--gold-soft)}
.footer-tag{color:#CFC3AD;font-size:.95rem}
.footer-contact{font-size:.92rem}
.footer-heading{font-size:1rem;font-family:var(--sans);text-transform:uppercase;letter-spacing:.12em;color:var(--gold-soft);margin-bottom:.8rem}
.footer-links li{margin-bottom:.45rem}
.footer-links a{text-decoration:none;font-size:.95rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding:1.2rem 0 1.6rem;font-size:.85rem;color:#CFC3AD}
.cookie-note{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);z-index:1050;box-shadow:0 -8px 30px rgba(0,0,0,.08)}
:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
@media (max-width:767px){.section{padding:2.5rem 0}.hero-img{min-height:240px}}
