*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:#f6f2ea;color:#24231f;font-family:Arial,sans-serif;font-weight:300;overflow-x:hidden}
a{color:inherit;text-decoration:none}
video{display:block;width:100%;height:100%;object-fit:cover}
.topbar{background:#827466;color:#fff;text-align:center;padding:8px 16px;font-size:9px;letter-spacing:.16em}
.site-header{height:76px;padding:0 5vw;background:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #ddd7cd;position:sticky;top:0;z-index:30}
.logo{font-family:Georgia,serif;font-size:22px;letter-spacing:.18em;font-weight:500}
.logo span{font-family:Arial,sans-serif;font-size:9px;font-weight:300}
.nav{display:flex;gap:30px;font-size:10px;letter-spacing:.1em}
.shop-link{justify-self:end;font-size:10px;letter-spacing:.1em}
.menu-toggle{display:none;background:none;border:0;font-size:22px}

.hero{min-height:650px;display:grid;grid-template-columns:1.15fr .85fr}
.hero-media{position:relative;min-height:650px;background:#b8b0a2}
.video-label{position:absolute;left:18px;bottom:18px;color:white;font-size:8px;letter-spacing:.16em}
.hero-copy{padding:8vw 6vw;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.eyebrow{font-size:9px;letter-spacing:.2em}
.hero h1,.section-heading h2,.story h2{font-family:Georgia,serif;font-weight:400;line-height:1.02;letter-spacing:-.035em}
.hero h1{font-size:clamp(46px,5vw,76px);margin:20px 0}
.lead{max-width:430px;line-height:1.7;font-size:14px}
.primary-cta{background:#24231f;color:white;padding:16px 22px;margin-top:20px;font-size:10px;letter-spacing:.1em}
.micro-benefits{display:flex;gap:18px;margin-top:40px;font-size:8px;letter-spacing:.07em;opacity:.7}

.intro-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid #ddd7cd;border-bottom:1px solid #ddd7cd}
.intro-strip div{text-align:center;padding:24px;border-right:1px solid #ddd7cd}
.intro-strip div:last-child{border-right:0}
.intro-strip b,.intro-strip span{display:block}
.intro-strip b{font-size:9px;opacity:.55;margin-bottom:5px}
.intro-strip span{font-family:Georgia,serif;font-size:16px}

.video-guide{padding:90px 5vw;background:#f9f7f2}
.section-heading{max-width:700px;margin-bottom:42px}
.section-heading h2{font-size:clamp(42px,5vw,64px);margin:14px 0}
.section-heading>p:last-child{line-height:1.7;opacity:.7}
.tutorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.tutorial-card{background:white}
.video-shell{aspect-ratio:1/1;background:#ddd5c8;overflow:hidden}
.tutorial-copy{display:grid;grid-template-columns:55px 1fr;gap:12px;padding:20px}
.tutorial-copy>span{font-size:9px;letter-spacing:.1em;opacity:.55}
.tutorial-copy h3{font-family:Georgia,serif;font-size:23px;font-weight:400;margin:0 0 8px}
.tutorial-copy p{font-size:12px;line-height:1.6;margin:0;opacity:.7}

.shop{padding:90px 5vw}
.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-image{aspect-ratio:1/1.05;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Georgia,serif;font-size:22px;letter-spacing:.14em}
.product-image small{font:8px Arial,sans-serif;margin-top:10px}
.pearl{background:#d8cebd}
.kit{background:#4c514c;color:white}
.wick{background:#b99673}
.products h3{font-size:13px;margin:14px 0 4px}
.products p,.products strong{font-size:10px;opacity:.65}

.story{min-height:520px;padding:8vw;color:white;display:flex;align-items:center;background:linear-gradient(90deg,#0009,#0001),radial-gradient(circle at 75% 45%,#a47d54,#4f6053 48%,#273a30)}
.story h2{font-size:clamp(44px,5vw,64px);margin:15px 0}
.story p:last-child{max-width:440px;line-height:1.7}

.faq{max-width:900px;margin:auto;padding:80px 5vw}
.faq details{border-top:1px solid #c9c2b7;padding:20px 0}
.faq summary{font-family:Georgia,serif;font-size:18px;cursor:pointer}
.faq details p{max-width:650px;line-height:1.7;font-size:13px}

footer{padding:30px 5vw;background:white;border-top:1px solid #ddd7cd;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.1em}
.mobile-cta{display:none}

@media(max-width:900px){
  .hero{grid-template-columns:1fr}
  .hero-media{min-height:520px}
  .hero-copy{padding:70px 7vw}
  .tutorial-grid{grid-template-columns:1fr}
  .products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .products article:last-child{grid-column:1/-1;max-width:50%;width:100%;justify-self:center}
}

@media(max-width:700px){
  .topbar{font-size:8px}
  .site-header{height:64px;padding:0 16px;grid-template-columns:1fr auto 1fr}
  .menu-toggle{display:block;grid-column:1;grid-row:1;justify-self:start}
  .logo{grid-column:2;grid-row:1;justify-self:center;font-size:18px}
  .shop-link{grid-column:3;grid-row:1}
  .nav{display:none;position:absolute;top:64px;left:0;right:0;background:white;padding:14px 18px 18px;flex-direction:column;gap:0;border-bottom:1px solid #ddd7cd}
  .nav.open{display:flex}
  .nav a{padding:13px 0;border-bottom:1px solid #eee8df;font-size:12px}
  .nav a:last-child{border-bottom:0}

  .hero-media{min-height:330px}
  .hero-copy{padding:40px 18px 52px}
  .hero h1{font-size:44px}
  .lead{font-size:13px}
  .primary-cta{width:100%;text-align:center}
  .micro-benefits{width:100%;justify-content:space-between;gap:8px;font-size:7px}

  .intro-strip{grid-template-columns:repeat(4,1fr)}
  .intro-strip div{padding:18px 5px}
  .intro-strip span{font-size:13px}

  .video-guide,.shop{padding:68px 18px}
  .section-heading h2{font-size:42px}
  .tutorial-grid{gap:26px}
  .video-shell{aspect-ratio:1/1}
  .tutorial-copy{padding:18px 14px}

  .products{grid-template-columns:1fr;gap:30px}
  .products article:last-child{grid-column:auto;max-width:none}
  .product-image{aspect-ratio:1/.9}

  .story{min-height:430px;padding:60px 20px}
  .story h2{font-size:42px}

  .faq{padding:65px 18px 105px}
  footer{padding:28px 18px 90px;flex-direction:column;text-align:center;gap:10px}

  .mobile-cta{display:block;position:fixed;left:12px;right:12px;bottom:12px;z-index:40;background:#24231f;color:white;text-align:center;padding:15px;font-size:10px;letter-spacing:.12em;box-shadow:0 6px 24px #0003}
}

@media(max-width:390px){
  .hero h1{font-size:39px}
  .section-heading h2,.story h2{font-size:37px}
  .micro-benefits{flex-direction:column;gap:8px}
}

.howto-image-section{
  padding:90px 5vw;
  background:#313822;
  color:#eee5d3;
}
.howto-image-section .section-heading{
  margin-bottom:34px;
}
.howto-image-section .section-heading h2{
  color:#eee5d3;
}
.howto-image{
  width:100%;
  height:auto;
  display:block;
  border-radius:2px;
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
@media(max-width:700px){
  .howto-image-section{padding:62px 14px}
  .howto-image-section .section-heading{padding:0 4px}
  .howto-image{border-radius:0}
}

/* V7 — no videos, single non-duplicated instructional section */
.hero-static{
  min-height:650px;
  background:
    radial-gradient(circle at 72% 28%, rgba(195,170,118,.18), transparent 24%),
    radial-gradient(circle at 35% 70%, rgba(255,255,255,.05), transparent 28%),
    linear-gradient(145deg,#26301f 0%,#3b452d 52%,#1e2619 100%);
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-mark{
  color:#eee4cf;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  letter-spacing:.24em;
  text-shadow:0 1px 12px rgba(0,0,0,.15);
}
.hero-mark span{
  font-family:Georgia,serif;
  font-size:clamp(42px,6vw,78px);
  letter-spacing:.22em;
  line-height:1;
}
.hero-mark small{
  font-size:12px;
  letter-spacing:.55em;
  margin-left:.55em;
}
.hero-mark em{
  margin-top:18px;
  font-style:normal;
  font-size:9px;
  letter-spacing:.28em;
  opacity:.85;
}

.howto-storyboard{
  padding:86px 5vw 96px;
  background:#30381f;
  color:#eee4cf;
}
.centered-heading{
  margin:0 auto 38px;
  text-align:center;
}
.centered-heading h2{
  color:#eee4cf;
}
.storyboard-image{
  display:block;
  width:min(100%,760px);
  height:auto;
  margin:0 auto;
  box-shadow:0 18px 60px rgba(0,0,0,.24);
}
.video-guide,
.tutorial-grid,
.tutorial-card,
.video-shell,
.howto-image-section{
  display:none !important;
}

@media(max-width:900px){
  .hero-static{min-height:460px}
}
@media(max-width:700px){
  .hero-static{min-height:330px}
  .hero-mark span{font-size:46px}
  .hero-mark small{font-size:9px}
  .howto-storyboard{padding:58px 0 72px}
  .centered-heading{padding:0 18px;margin-bottom:26px}
  .storyboard-image{
    width:100%;
    box-shadow:none;
  }
}

/* V8 language-separated pages */
.lang-link{
  justify-self:end;
  font-size:10px;
  letter-spacing:.1em;
  margin-right:18px;
}
.header-actions{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:18px;
}
.header-actions .shop-link,.header-actions .lang-link{justify-self:auto;margin:0}
.steps-section{
  padding:88px 5vw 96px;
  background:#30381f;
  color:#eee4cf;
}
.steps-section .section-heading{
  margin:0 auto 42px;
  text-align:center;
}
.steps-section .section-heading h2{color:#eee4cf}
.steps-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  max-width:1500px;
  margin:0 auto;
}
.step-card{
  min-width:0;
  text-align:center;
}
.step-card img{
  width:100%;
  aspect-ratio:0.78;
  object-fit:cover;
  display:block;
}
.step-number{
  width:34px;height:34px;border-radius:50%;
  display:grid;place-items:center;
  margin:15px auto 10px;
  background:#ded3b9;color:#30381f;
  font-family:Georgia,serif;
}
.step-card h3{
  font-family:Georgia,serif;
  font-size:18px;
  font-weight:400;
  margin:0 0 6px;
}
.step-card p{
  font-size:11px;
  line-height:1.55;
  margin:0 auto;
  max-width:210px;
  color:#eee4cf;
  opacity:.9;
}
@media(max-width:900px){
  .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}
  .step-card:last-child{grid-column:1/-1;max-width:50%;width:100%;justify-self:center}
}
@media(max-width:700px){
  .header-actions{gap:10px}
  .lang-link{font-size:9px}
  .steps-section{padding:60px 14px 76px}
  .steps-grid{grid-template-columns:1fr;gap:34px}
  .step-card,.step-card:last-child{grid-column:auto;max-width:none}
  .step-card img{aspect-ratio:1.15/1}
  .step-card h3{font-size:21px}
  .step-card p{font-size:12px;max-width:320px}
}
