:root{
  --forest:#2F4A3C;
  --forest-2:#24382e;
  --moss:#4A6B54;
  --leaf:#6B7F6E;
  --cream:#F4F1EA;
  --cream-2:#EBE6DB;
  --paper:#FBF8F2;
  --ink:#2C2C2C;
  --muted:#6A6A64;
  --line:#DDD6C8;
  --amber:#C4A574;
  --white:#fff;
  --shadow:0 18px 40px rgba(47,74,60,.12);
  --radius:22px;
  --nav-h:64px;
  --tab-h:72px;
}
*{box-sizing:border-box;margin:0;padding:0}
html,body{background:var(--paper);color:var(--ink);font-family:"Outfit",sans-serif;line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.serif{font-family:"Cormorant Garamond",Georgia,serif}
.app{min-height:100dvh;padding-bottom:calc(var(--tab-h) + 18px)}

/* top bar */
.topbar{
  position:sticky;top:0;z-index:40;
  display:flex;align-items:center;justify-content:space-between;
  height:var(--nav-h);padding:0 18px;
  background:rgba(251,248,242,.9);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(221,214,200,.6);
}
.brand{display:flex;align-items:center;gap:10px}
.brand-mark{
  width:28px;height:28px;border-radius:50%;
  display:grid;
  place-items:center;
}
.brand-mark img{
  width: 30px;
  height: 30px;
}
.brand-mark span{width:10px;height:14px;border-radius:8px 8px 10px 10px;background:var(--cream);display:block}
.brand b{font-family:"Cormorant Garamond",serif;font-weight:600;letter-spacing:.12em;font-size:15px}
.icon-btn{
  width:40px;height:40px;border:0;border-radius:50%;
  background:transparent;position:relative;cursor:pointer;color:var(--forest);
}
.cart-count{
  position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;
  border-radius:99px;background:var(--forest);color:#fff;font-size:10px;
  display:none;align-items:center;justify-content:center;
}
.cart-count.show{display:flex}

/* Desktop top navigation (hidden on mobile) */
.topnav{
  display:none;
  align-items:center;
  gap:28px;
}
.topnav a{
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--forest);
  opacity:.7;
  transition:opacity .2s;
}
.topnav a:hover,
.topnav a.active{opacity:1;font-weight:500}
.topbar-right{
  display:flex;
  align-items:center;
  gap:8px;
}

/* bottom app tabs */
.tabs{
  position:fixed;left:12px;right:12px;bottom:10px;z-index:50;
  height:62px;background:var(--forest);color:#fff;
  border-radius:22px;display:flex;align-items:center;justify-content:space-around;
  box-shadow:0 12px 30px rgba(47,74,60,.28);
}
.tabs a{
  flex:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:2px;font-size:10px;letter-spacing:.06em;text-transform:uppercase;opacity:.7;
}
.tabs a.active,.tabs a:hover{opacity:1}
.tabs svg{width:20px;height:20px}

/* hero */
.hero{position:relative;min-height:78vh;color:#fff;overflow:hidden}
.hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero .veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,32,26,.15),rgba(20,32,26,.72))}
.hero-copy{position:relative;z-index:2;max-width:720px;padding:18vh 22px 70px}
.kicker{letter-spacing:.22em;text-transform:uppercase;font-size:11px;opacity:.85}
.hero h1{font-family:"Cormorant Garamond",serif;font-weight:500;font-size:clamp(40px,8vw,74px);line-height:.95;margin:12px 0 16px}
.hero p{max-width:460px;font-size:16px;opacity:.92}
.row-btns{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border:0;border-radius:999px;padding:12px 20px;cursor:pointer;
  font-size:13px;letter-spacing:.08em;text-transform:uppercase;
}
.btn-dark{background:var(--forest);color:#fff}
.btn-light{background:#fff;color:var(--forest)}
.btn-line{background:transparent;color:inherit;border:1px solid currentColor}
.btn-cream{background:var(--cream);color:var(--forest)}
.btn.full{width:100%}
.btn:disabled{opacity:.45}

.wrap{width:min(1120px,calc(100% - 32px));margin:0 auto}
.section{padding:64px 0}
.section h2{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,5vw,48px);font-weight:500;color:var(--forest);line-height:1.1}
.lede{color:var(--muted);max-width:560px;margin:10px 0 28px}

.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-2{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.card{
  background:#fff;border-radius:var(--radius);overflow:hidden;
  border:1px solid var(--line);box-shadow:0 8px 24px rgba(47,74,60,.05);
}
.card img{width:100%;height:320px;object-fit:cover}
.card .pad{padding:16px 16px 18px}
.card h3{font-family:"Cormorant Garamond",serif;font-size:26px;font-weight:500;color:var(--forest)}
.meta{font-size:13px;color:var(--muted);margin:4px 0 10px}
.price{font-size:15px;color:var(--forest);font-weight:560}
.tag{display:inline-block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--moss);margin-bottom:6px}

.split{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:520px}
.split img{width:100%;height:100%;object-fit:cover;min-height:360px}
.split .text{padding:48px 36px;display:flex;flex-direction:column;justify-content:center;background:var(--cream)}
.quote{font-family:"Cormorant Garamond",serif;font-size:clamp(24px,3.4vw,36px);line-height:1.25;color:var(--forest);font-style:italic}

.rituals{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ritual{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}
.ritual b{display:block;font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:500;color:var(--forest);margin:6px 0}

.spaces{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.space{position:relative;border-radius:18px;overflow:hidden;min-height:180px;color:#fff}
.space img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.space .cap{position:relative;z-index:1;padding:18px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.55));height:100%;display:flex;align-items:flex-end}
.space h3{font-family:"Cormorant Garamond",serif;font-size:28px;font-weight:500}

.product-hero{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;padding:28px 0 10px;align-items:start}
.product-hero img{width:100%;border-radius:28px;height:min(70vh,720px);object-fit:cover}
.qty{display:flex;align-items:center;gap:10px;margin:16px 0}
.qty button{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer}
.notes li{margin-left:18px;margin-bottom:6px;color:var(--muted)}

.cart-item{display:grid;grid-template-columns:84px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);align-items:center}
.cart-item img{width:84px;height:84px;object-fit:cover;border-radius:14px}
.cart-empty{text-align:center;padding:50px 10px}
.totals{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;margin-top:18px}
.totals div{display:flex;justify-content:space-between;margin:6px 0}
.form{display:grid;gap:10px;margin-top:16px}
.form input,.form textarea,.form select{
  width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--line);background:#fff;
}
.hint{font-size:12px;color:var(--muted);margin-top:8px}

.footer{padding:40px 0 28px;color:var(--leaf);font-size:13px;text-align:center}
.lang{display:flex;gap:8px}
.lang button{border:0;background:transparent;color:var(--forest);cursor:pointer;font-size:12px;letter-spacing:.08em}
.lang button.on{font-weight:700}

@media(max-width:860px){
  .grid-3,.rituals,.split,.product-hero,.grid-2,.spaces{grid-template-columns:1fr}
  .hero{min-height:86vh}
  .card img{height:280px}
  .split .text{padding:28px 20px}
}

/* Desktop: top navbar, hide bottom tabs */
@media(min-width:861px){
  .app{padding-bottom:40px}
  .tabs{display:none}
  .topnav{display:flex}
  .topbar{
    padding:0 32px;
    height:72px;
  }
  .topbar .brand b{font-size:17px;letter-spacing:.14em}
}

/* Language switcher */
.lang-switch {
  display: flex;
  gap: 2px;
  margin-right: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 2px;
  background: rgba(255,255,255,0.6);
}
.lang-switch button {
  border: 0;
  background: transparent;
  color: var(--forest);
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 5px 10px;
  border-radius: 999px;
  transition: all 0.2s ease;
}
.lang-switch button.active {
  background: var(--forest);
  color: #fff;
}
.lang-switch button:hover:not(.active) {
  background: rgba(47, 74, 60, 0.08);
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 4px;
}
