:root{
  --black:#090909;
  --black-2:#14110d;
  --cream:#f5eddf;
  --cream-2:#fffaf3;
  --gold:#c99a3d;
  --gold-2:#f0c86a;
  --text:#18140f;
  --muted:#71685d;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--cream-2)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(18px,4vw,56px);background:rgba(9,9,9,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.brand img{width:72px;height:72px;object-fit:cover;border-radius:50%}
.desktop-nav{display:flex;gap:30px;color:#f8f1e5;font-size:14px}
.desktop-nav a:hover{color:var(--gold-2)}
.btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#181109;font-weight:700;padding:14px 22px;border-radius:999px;box-shadow:0 10px 28px rgba(201,154,61,.25);transition:.25s}
.btn:hover{transform:translateY(-2px)}
.btn-small{padding:11px 17px;font-size:14px}
.hero{position:relative;min-height:78vh;display:grid;align-items:end;overflow:hidden;background:#000}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.62) 42%,rgba(0,0,0,.22) 70%,rgba(0,0,0,.1) 100%)}
.hero-content{position:relative;z-index:2;max-width:760px;padding:clamp(90px,11vw,160px) clamp(22px,7vw,100px) clamp(58px,7vw,90px);color:#fff}
.eyebrow,.section-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:700;color:var(--gold)}
h1,h2,h3{font-family:"Cormorant Garamond",Georgia,serif;margin:0}
h1{font-size:clamp(48px,7vw,92px);line-height:.92;margin:18px 0 24px;font-weight:600}
.hero p{font-size:clamp(17px,2vw,21px);line-height:1.6;max-width:640px;color:#f4ecdf}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.section{padding:clamp(70px,9vw,120px) clamp(22px,7vw,100px)}
.story{background:var(--cream)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-top:22px}.story h2,.section-heading h2,.cta-section h2{font-size:clamp(38px,5vw,64px);line-height:1}.story-copy p{font-size:18px;line-height:1.8;color:#554d43}.story blockquote{margin:28px 0 0;padding-left:20px;border-left:3px solid var(--gold);font-family:"Cormorant Garamond",serif;font-size:28px;line-height:1.25;color:#2c241b}
.products-section{background:#fffaf3}.section-heading{max-width:760px;margin-bottom:44px}.section-heading h2{margin:10px 0 14px}.section-heading p{color:var(--muted);font-size:18px;line-height:1.7}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{background:white;border:1px solid #eee2d0;border-radius:26px;padding:24px;box-shadow:0 18px 50px rgba(47,34,16,.08);transition:.3s}.product-card:hover{transform:translateY(-6px)}.product-image-wrap{aspect-ratio:1/1;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#f7efe4);border-radius:20px;overflow:hidden;margin-bottom:18px}.product-image-wrap img{width:90%;height:90%;object-fit:contain}.product-type{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:var(--gold);font-weight:700}.product-card h3{font-size:34px;margin-top:8px}.product-card p{margin:6px 0;color:#574f45}.benefits{font-size:14px;color:#796f64;margin:16px 0 20px}.text-link{font-weight:700;color:#8c641d}
.ritual-section{background:linear-gradient(135deg,#090909,#18120c);color:white;padding:clamp(70px,9vw,120px) clamp(22px,7vw,100px)}.section-heading.light p{color:#d8cbb8}.ritual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}.ritual-step{padding:30px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(255,255,255,.03)}.ritual-step span{color:var(--gold-2);font-weight:700}.ritual-step h3{font-size:32px;margin:14px 0}.ritual-step p{color:#d7ccbc;line-height:1.7}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;background:#fff}.value{padding:26px 12px}.value span{color:var(--gold);font-size:28px}.value h3{font-size:30px;margin:12px 0}.value p{color:var(--muted);line-height:1.7}
.cta-section{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:clamp(60px,8vw,100px) clamp(22px,7vw,100px);background:var(--cream)}.cta-section>div{max-width:760px}.cta-section h2{margin:10px 0}.cta-section p{color:var(--muted);font-size:18px;line-height:1.7}
.footer{background:#070707;color:#eee5d9;padding:56px clamp(22px,7vw,100px) 26px;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:36px}.footer-brand img{width:120px;height:120px;object-fit:cover;border-radius:50%;margin-bottom:14px}.footer-brand p{color:#cbbda9}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col h4{margin:0 0 6px;color:var(--gold-2)}.footer-col a,.footer-col span{color:#d7cdbf}.footer-col a:hover{color:var(--gold-2)}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin-top:10px;color:#8f867a;font-size:13px}
@media(max-width:900px){.desktop-nav{display:none}.site-header{padding:10px 16px}.brand img{width:54px;height:54px}.hero{min-height:72vh}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.82) 68%,rgba(0,0,0,.96))}.hero-content{padding:140px 22px 56px}.story-grid,.products-grid,.ritual-grid,.values,.footer{grid-template-columns:1fr}.story-grid{gap:28px}.products-grid{gap:18px}.cta-section{align-items:flex-start;flex-direction:column}.footer{gap:28px}.product-image-wrap img{width:82%;height:82%}}
@media(max-width:520px){.site-header .btn-small{display:none}h1{font-size:54px}.hero{min-height:76vh}.hero-image{object-position:center}.section{padding:64px 18px}.ritual-section,.cta-section{padding:64px 18px}.footer{padding:48px 18px 22px}.hero-actions .btn{width:100%}}
