:root{
  /* Premium, warm neutral base */
  --bg:#fbf7ef; --bg2:#f7f1e6;
  --panel: rgba(255,255,255,.78); --panel2: rgba(255,255,255,.58);
  --line: rgba(15,18,22,.12);
  --text:#0f1216; --muted: rgba(15,18,22,.72); --muted2: rgba(15,18,22,.56);
  /* Classy gold accent */
  --accent:#b08d57; --accent2:#0f1216;
  --radius: 22px;
  --shadow: 0 28px 90px rgba(15,18,22,.16);
  --shadow2: 0 14px 38px rgba(15,18,22,.10);
  --max: 1180px;
}
*{box-sizing:border-box} html,body{height:100%}
body{
  margin:0; color:var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  background: linear-gradient(180deg, var(--bg), var(--bg2));
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none} img{display:block; max-width:100%}
.container{width:min(var(--max), 92vw); margin:0 auto}
.skip{position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden}
.skip:focus{left:16px; top:16px; width:auto; height:auto; padding:10px 12px; border-radius:12px; border:1px solid var(--line); background:rgba(255,255,255,.92); z-index:999}
/* Accessible text-only utility (keeps SEO headings without visual clutter) */
.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
.nav{position:sticky; top:0; z-index:50; backdrop-filter: blur(14px); background: rgba(251,247,239,.78); border-bottom: 1px solid var(--line)}
.nav-inner{display:flex; justify-content:space-between; align-items:center; padding:8px 0; gap:12px}

.nav-cta{display:flex; gap:10px; align-items:center; justify-content:flex-end}
.anchor{position:relative; top:-64px; height:0}
.brand{display:flex; gap:12px; align-items:center; min-width:180px}
.brand .mark{width:38px;height:38px;border-radius:14px;overflow:hidden;border:1px solid rgba(15,18,22,.10);background:rgba(255,255,255,.76);box-shadow:var(--shadow2)}
.brand .mark img{width:100%;height:100%;object-fit:cover}
.brand .name{letter-spacing:.28em;font-weight:800;font-size:13px}
.brand .tag{font-size:12px;color:var(--muted2);margin-top:4px}
.links{display:flex; gap:18px; align-items:center}
.links a{font-size:13px; color:var(--muted)} .links a:hover{color:var(--text)}
.links .dot{width:4px;height:4px;border-radius:999px;background:rgba(255,255,255,.18)}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:11px 15px; border-radius:999px;
  border:1px solid var(--line); background:rgba(255,255,255,.70); color:var(--text); cursor:pointer; font-weight:700;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.86); box-shadow: var(--shadow2)}
.btn.primary{border-color: rgba(176,141,87,.45); background: linear-gradient(135deg, rgba(176,141,87,.22), rgba(15,18,22,.06))}
.btn.ghost{background:transparent}
.badge{display:inline-flex; align-items:center; gap:10px; padding:8px 12px; border-radius:999px; border:1px solid var(--line);
  background:rgba(255,255,255,.64); color:var(--muted); font-size:12px}
.kicker{display:flex; gap:10px; align-items:center; flex-wrap:wrap}
.kicker .spark{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent2)); box-shadow:0 0 22px rgba(214,194,154,.25)}
.hero{padding:38px 0 18px}
.hero-grid{display:grid; grid-template-columns: 1.12fr .88fr; gap:18px; align-items:stretch}
.h1{margin:10px 0 0; font-size: clamp(34px, 4.2vw, 56px); line-height:1.02; letter-spacing:-.02em; font-family: "Playfair Display", ui-serif, Georgia, serif; font-weight: 700}
.sub{margin:10px 0 0; color:var(--muted); font-size:16px; line-height:1.65; max-width:56ch}
.hero-cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.panel{border:1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.66)); border-radius:var(--radius); box-shadow: var(--shadow2)}
.hero-shot{padding:14px; overflow:hidden; position:relative}
.hero-shot > *{position:relative}
.hero-shot .img{border-radius:18px;border:1px solid rgba(255,255,255,.12);overflow:hidden; box-shadow: var(--shadow)}
.hero-shot .img img{transform:scale(1.01); aspect-ratio:1/1; object-fit:cover}
.hero-shot .caption{margin-top:12px; color:var(--muted2); font-size:12px; line-height:1.55}
.section{padding:28px 0}
.landing{padding:18px 0 22px}
.landing .section-head{align-items:center; margin-bottom:10px}

/* Compact shop header (keeps actions visible, avoids empty space) */
.shop-top{display:flex; align-items:center; justify-content:space-between; gap:12px; margin:0 0 10px; flex-wrap:wrap}
.shop-meta{color:var(--muted); font-size:13px; line-height:1.5}
.shop-actions{display:flex; gap:10px; align-items:center; flex-wrap:wrap}
.shop-meta strong{color:var(--text)}

/* Landing quick-pick bar (above-the-fold ordering) */
.quick-bar{
  margin:10px 0 14px;
  padding:10px 12px;
  border:1px solid rgba(12,12,12,.10);
  border-radius:18px;
  background:rgba(255,255,255,.62);
  backdrop-filter: blur(6px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.quick-bar-title{font-weight:900; letter-spacing:-.01em; color:var(--text)}
.quick-bar-actions{display:flex; gap:8px; flex-wrap:wrap}
.quick-bar .qbtn{padding:9px 10px}
.section-head{display:flex; align-items:flex-end; justify-content:space-between; gap:14px; margin-bottom:12px}
.h2{margin:0; font-size:26px; letter-spacing:-.02em; font-family: "Playfair Display", ui-serif, Georgia, serif; font-weight: 700}
.p{margin:6px 0 0; color:var(--muted); line-height:1.65}
.cards4{display:grid; grid-template-columns: repeat(4, 1fr); gap:16px}
.card{padding:14px}
.card .top{display:flex; align-items:flex-start; justify-content:space-between; gap:12px}
.card .name{font-weight:900; letter-spacing:-.01em}
.card .meta{font-size:12px; color:var(--muted2); margin-top:4px}
.card .price{font-weight:900; font-size:13px; border:1px solid var(--line); background:rgba(255,255,255,.64); padding:8px 10px; border-radius:999px}
.card .img{margin-top:10px; border-radius:18px; overflow:hidden; border:1px solid rgba(255,255,255,.12); box-shadow: var(--shadow2); position:relative}
.card .img img{aspect-ratio:1/1; object-fit:cover}
.img-cta{
  position:absolute;
  right:10px;
  bottom:10px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.30);
  background: rgba(15,18,22,.86);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow: 0 14px 28px rgba(15,18,22,.18);
  transition: transform .18s ease, background .18s ease;
}
.img-cta:hover{transform: translateY(-1px); background: rgba(15,18,22,.94)}
.mini-row{display:flex; gap:8px; flex-wrap:wrap; margin-top:10px}
.mini-pill{font-size:12px; color:var(--muted); border:1px solid var(--line); background:rgba(255,255,255,.58); padding:7px 10px; border-radius:999px}
.link-quiet{font-weight:800; color: rgba(15,18,22,.72); padding:10px 0}
.link-quiet:hover{color: var(--text)}
.card .actions{display:flex; gap:10px; margin-top:12px; align-items:center; flex-wrap:wrap}
.split{display:grid; grid-template-columns:1fr 1fr; gap:16px}
.feature{padding:18px}
.feature h3{margin:0 0 8px; font-size:16px}
.feature p{margin:0; color:var(--muted); line-height:1.65}
.hr{height:1px; background:var(--line); margin:14px 0}
.small{font-size:12px; color:var(--muted2); line-height:1.55}
.press{display:flex; gap:10px; flex-wrap:wrap}
.press .pill{padding:8px 12px; border-radius:999px; border:1px solid var(--line); background:rgba(255,255,255,.64); color:var(--muted); font-size:12px}
.footer{border-top:1px solid var(--line); padding:34px 0 54px; color:var(--muted)}
.foot-grid{display:flex; flex-wrap:wrap; gap:18px; justify-content:space-between; align-items:flex-start}
.foot-links{display:flex; gap:14px; flex-wrap:wrap}
.foot-links a:hover{color:var(--text)}
.legal{max-width:64ch}
.mini{font-size:11px; color:rgba(244,244,245,.52); line-height:1.6}
.modal-backdrop{position:fixed; inset:0; z-index:90; background:rgba(15,18,22,.40); display:none; align-items:center; justify-content:center; padding:18px}
.modal{width:min(1020px, 96vw); background: rgba(255,255,255,.92); border:1px solid var(--line); border-radius:24px; box-shadow: var(--shadow); overflow:hidden}
.modal-head{display:flex; justify-content:space-between; align-items:center; padding:16px 18px; border-bottom:1px solid var(--line)}
.modal-head .title{font-weight:900; letter-spacing:-.02em}
.icon-btn{width:40px;height:40px;border-radius:14px;border:1px solid var(--line); background:rgba(255,255,255,.64); color:var(--text); cursor:pointer}
.modal-body{display:grid; grid-template-columns: 1fr 1fr}
.modal-left{padding:18px; border-right:1px solid var(--line)}
.modal-right{padding:18px}
.form{display:grid; gap:10px}
.input, textarea{width:100%; padding:12px 12px; border-radius:14px; border:1px solid rgba(15,18,22,.14); background:rgba(255,255,255,.86); color:var(--text); outline:none}
textarea{resize:vertical}
.row{display:grid; grid-template-columns:1fr 1fr; gap:10px}
.qrwrap{display:flex; gap:16px; flex-wrap:wrap; align-items:flex-start}
.qrbox{width:240px; background:#fff; border-radius:18px; padding:12px; display:flex; align-items:center; justify-content:center}
.qrbox canvas,.qrbox img{width:216px;height:216px}
.stack{display:grid; gap:10px}
.note{font-size:12px; color:var(--muted2); line-height:1.55; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.02); padding:12px; border-radius:16px}
.fade-in{opacity:1; transform:none}
html.js .fade-in{opacity:0; transform:translateY(10px); transition: opacity .6s ease, transform .6s ease}
html.js .fade-in.show{opacity:1; transform:none}
.fade-in.show{opacity:1; transform:translateY(0)}
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .cards4{grid-template-columns:1fr 1fr}
  .split{grid-template-columns:1fr}
  .modal-body{grid-template-columns:1fr}
  .modal-left{border-right:none; border-bottom:1px solid var(--line)}
  .links{display:none}
}
@media (max-width:560px){ .cards4{grid-template-columns:1fr} }

/* Cart & Order Flow */
.cart-fab{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(15,18,22,.94);
  border: 1px solid rgba(176,141,87,.45);
  box-shadow: 0 18px 54px rgba(15,18,22,.26);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.cart-fab .badge{
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  background: rgba(255,255,255,.92);
  color: #0f1216;
}
.cart-fab .txt{
  font-weight: 900;
  letter-spacing: .04em;
  color: #fff;
}
.cart-fab .meta{
  font-weight: 800;
  color: rgba(176,141,87,.95);
  font-size: 13px;
}
@media (min-width: 980px){
  .cart-fab{ right: 26px; bottom: 26px; }
}
.drawer-backdrop{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 70;
  display: none;
}
.drawer{
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(520px, 92vw);
  background: rgba(255,255,255,.96);
  border-left: 1px solid rgba(0,0,0,.08);
  box-shadow: -20px 0 60px rgba(15,18,22,.20);
  z-index: 80;
  transform: translateX(110%);
  transition: transform .28s ease;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
}
.drawer.open{ transform: translateX(0); }
.drawer-head{
  padding: 18px 18px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.drawer-title{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .04em;
}
.drawer-close{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.drawer-body{
  padding: 0 18px 18px;
  overflow: auto;
  flex: 1;
}
.cart-item{
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  margin-bottom: 12px;
}
.cart-item img{
  width: 76px;
  height: 76px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(0,0,0,.06);
}
.cart-item .name{ font-weight: 900; }
.cart-item .sub{ color: var(--muted); font-size: 13px; margin-top: 2px; }
.cart-item .row{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:10px; flex-wrap:wrap;}
.qty{
  display:inline-flex; align-items:center; border:1px solid rgba(0,0,0,.10);
  border-radius: 999px; overflow:hidden; background: rgba(255,255,255,.95);
}
.qty button{
  width: 36px; height: 34px; border: 0; background: transparent; font-weight: 900; cursor:pointer;
}
.qty input{
  width: 46px; height: 34px; border: 0; text-align:center; font-weight: 900; background: transparent;
}
.link-btn{
  border: 0;
  background: transparent;
  color: rgba(15,18,22,.86);
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}
.drawer-foot{
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.90);
}
.totals{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
}
.totals .label{ color: var(--muted); }
.totals .value{ font-weight: 1000; font-size: 18px; }
.form-grid{
  display:grid; gap:12px;
}
.form-grid .field label{ display:block; font-size: 12px; letter-spacing:.08em; font-weight: 900; color: rgba(15,18,22,.75); text-transform: uppercase; }
.form-grid .field input, .form-grid .field textarea{
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.92);
  outline: none;
}
.form-grid .field textarea{ min-height: 88px; resize: vertical; }
.toast{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
  z-index: 90;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(15,18,22,.92);
  color: #fff;
  font-weight: 800;
  display: none;
}

@media (max-width: 860px){.links{display:none}.nav-cta .btn.ghost{display:none}}

/* --- Premium checkout totals --- */
.totals-stack{display:flex;flex-direction:column;gap:8px}
.totals-row{display:flex;justify-content:space-between;align-items:center;gap:12px}
.totals-row .label{font-weight:800;color:rgba(15,18,22,.65)}
.totals-row .value{font-weight:1000}
.totals-row.grand{padding-top:8px;border-top:1px solid rgba(15,18,22,.12)}
.totals-row.grand .label{color:rgba(15,18,22,.85)}

/* --- POSHT premium overrides --- */
.links{gap:14px}
@media (max-width: 980px){ .links{display:none} .nav-inner{gap:10px} }
.card .actions .btn.primary{flex:1}
.card ul{display:none}
.card .img img{aspect-ratio: 1/1}
.hero-grid{grid-template-columns: 1.12fr .88fr}
@media (max-width: 920px){ .hero-grid{grid-template-columns:1fr} .hero{padding-top:44px} }

/* --- POSHT v2 minimal commerce helpers --- */
.notice{padding:12px 14px; border-radius:16px; border:1px solid var(--line); background:rgba(255,255,255,.68); color:var(--muted); font-size:13px; line-height:1.55}
.mini-grid{display:grid; grid-template-columns: repeat(4, 1fr); gap:10px}
.mini-grid .chip{padding:10px 12px; border-radius:16px; border:1px solid var(--line); background:rgba(255,255,255,.64); font-size:12px; color:var(--muted); font-weight:800}
.faq-grid{display:grid; grid-template-columns: repeat(2, 1fr); gap:14px}
.faq-item h3{margin:0}
.faq-item .p{margin-top:8px}

@media (max-width: 980px){
  .mini-grid{grid-template-columns: repeat(2, 1fr)}
  .faq-grid{grid-template-columns: 1fr}
}

/* --- Premium quick-order module (homepage) --- */
.quick-bar{
  margin:10px 0 14px;
  padding:10px 12px;
  border:1px solid rgba(12,12,12,.08);
  border-radius:18px;
  background:rgba(255,255,255,.58);
  backdrop-filter: blur(6px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.quick-bar-title{
  font-weight:900;
  letter-spacing:-.01em;
  color:rgba(15,18,22,.86);
}
.quick-bar-actions{display:flex; gap:8px; flex-wrap:wrap}
.quick-bar-actions .qbtn{padding:9px 10px}

.quick-order{
  margin-top:14px;
  padding:10px;
  border:1px solid rgba(12,12,12,.08);
  border-radius:18px;
  background:rgba(255,255,255,.58);
  backdrop-filter: blur(6px);
}
.quick-title,.quick-sub{display:none}
.quick-grid{
  margin-top:0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.qbtn{
  appearance:none;
  border:1px solid rgba(12,12,12,.12);
  background:#fff;
  color:#111;
  border-radius:14px;
  padding:10px 10px;
  font-weight:800;
  cursor:pointer;
  transition: transform .08s ease, box-shadow .18s ease, border-color .18s ease;
  text-align:center;
}
.qbtn:hover{ border-color: rgba(12,12,12,.2); box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.qbtn:active{ transform: translateY(1px); }

@media (max-width: 520px){
  .quick-grid{ grid-template-columns: 1fr 1fr; }
}
