/* PurePreserve — self-hosted styles, no external CDN */

:root{
  --ink:#282521;
  --bg:#f4f0e9;
  --card:#fafaf7;
  --green:#3a5741;
  --green-dark:#2e4634;
  --gold:#a9793f;
  --gold-soft:#efe3cf;
  --muted:#6b6459;
  --line:#e2dbcd;
  --red:#8a2d1f;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Segoe UI',Verdana,Tahoma,sans-serif;
  color:var(--ink);
  background:var(--bg);
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font-family:inherit}
.wrap{max-width:1280px;margin:0 auto;padding:0 24px}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:60;background:#fcfaf6;border-bottom:1px solid var(--line)}
.header-row{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 24px}
.brand{display:flex;align-items:center;gap:10px;cursor:pointer}
.brand span{font-family:Georgia,serif;font-size:26px;font-weight:700;color:var(--green);letter-spacing:.01em}
.main-nav{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:500}
.main-nav a:hover{color:var(--green)}
.header-icons{display:flex;align-items:center;gap:18px}
.icon-btn{cursor:pointer;font-size:16px;position:relative;background:none;border:none;color:var(--ink)}
.icon-btn .badge{position:absolute;top:-8px;right:-10px;background:var(--red);color:#fff;font-size:10px;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}
.icon-btn.cart .badge{background:var(--green)}
.burger{display:none;font-size:20px;background:none;border:none;cursor:pointer;color:var(--ink)}
.search-bar{max-width:1280px;margin:0 auto;padding:0 24px 14px;display:none;gap:8px}
.search-bar.open{display:flex}
.search-bar input{flex:1;min-width:0;padding:10px 14px;border-radius:8px;border:1px solid var(--line);font-family:inherit;font-size:14px;background:var(--bg)}
.search-bar button{padding:10px 18px;border:none;border-radius:8px;background:var(--green);color:#fff;font-weight:600;cursor:pointer}
.mobile-nav{display:none;flex-direction:column;gap:2px;padding:8px 24px 18px;font-size:15px;font-weight:500;border-top:1px solid var(--line)}
.mobile-nav.open{display:flex}
.mobile-nav a{padding:10px 0}
.mobile-nav .cats{color:var(--gold);font-size:14px}

@media (max-width:900px){
  .main-nav{display:none}
  .burger{display:block}
}

/* ---------- buttons ---------- */
.btn{display:inline-block;padding:15px 30px;border:none;border-radius:10px;background:var(--green);color:#fff;font-weight:600;letter-spacing:.03em;font-size:14px;cursor:pointer;text-align:center}
.btn:hover{background:var(--green-dark)}
.btn-outline{padding:15px 30px;border:1.5px solid #fff;border-radius:10px;background:transparent;color:#fff;font-weight:600;letter-spacing:.03em;font-size:14px;cursor:pointer}
.btn-outline:hover{background:rgba(255,255,255,.12)}
.btn-outline-dark{padding:13px 26px;border:1.5px solid var(--green);border-radius:10px;background:transparent;color:var(--green);font-weight:600;cursor:pointer}
.btn-gold{padding:14px 28px;border:none;border-radius:10px;background:var(--gold);color:#fff;font-weight:600;letter-spacing:.03em;font-size:13.5px;cursor:pointer}
.btn-gold:hover{background:#8f6633}
.btn-light{padding:14px 26px;border:none;border-radius:10px;background:#fff;color:var(--green);font-weight:700;letter-spacing:.03em;font-size:13.5px;cursor:pointer}
.btn-secondary{padding:12px 22px;border:1px solid var(--line);border-radius:10px;background:transparent;font-weight:600;font-size:13.5px;cursor:pointer}

/* ---------- hero ---------- */
.hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden}
.hero-img{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg, rgba(30,26,20,.6), rgba(30,26,20,.1))}
.hero-content{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:90px 24px;width:100%}
.hero-content .box{max-width:560px}
.hero-content h1{font-size:clamp(38px,5vw,60px);line-height:1.08;color:#fff;margin:0 0 18px;font-weight:700}
.hero-content p{font-size:17px;line-height:1.6;color:#f2ede3;margin:0 0 30px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}

.page-hero{position:relative;min-height:260px;display:flex;align-items:center;overflow:hidden}
.page-hero .hero-content{padding:70px 24px}
.page-hero h1{font-size:40px;color:#fff;margin:0;font-weight:700}

/* ---------- sections ---------- */
section.block{max-width:1280px;margin:0 auto;padding:90px 24px 30px}
.section-head{text-align:center;margin-bottom:48px}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;color:var(--gold);font-weight:600;margin:0 0 10px}
.section-head h2{font-size:38px;margin:0;font-weight:700}

.grid-cats{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px}
.cat-card{cursor:pointer;border-radius:16px;overflow:hidden;background:var(--card);box-shadow:0 1px 3px rgba(20,18,14,.08);transition:box-shadow .2s,transform .2s}
.cat-card:hover{box-shadow:0 10px 26px rgba(20,18,14,.16);transform:translateY(-3px)}
.cat-card img{height:170px;width:100%;object-fit:cover}
.cat-card .body{padding:18px 20px 22px}
.cat-card h3{font-size:20px;margin:0 0 6px;font-weight:700}
.cat-card p{font-size:13.5px;color:var(--muted);line-height:1.5;margin:0}

.grid-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px}

.split{max-width:1280px;margin:100px auto 30px;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.split img{height:420px;width:100%;object-fit:cover;border-radius:20px}
.split h2{font-size:34px;margin:0 0 20px;font-weight:700}
.split p{font-size:16px;line-height:1.75;color:#3a352c;margin:0}
@media (max-width:800px){.split{grid-template-columns:1fr}.split img{height:280px}}

.grid-why{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}
.why-item{text-align:center;padding:10px}
.why-icon{width:56px;height:56px;border-radius:50%;background:var(--gold-soft);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:22px;color:var(--green)}
.why-item h3{font-size:19px;margin:0 0 8px;font-weight:700}
.why-item p{font-size:13.5px;color:var(--muted);line-height:1.55;margin:0}

.seasonal-panel{border-radius:20px;background:var(--gold-soft);padding:52px 40px}
.seasonal-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap;margin-bottom:34px}
.seasonal-head h2{font-size:32px;margin:0;font-weight:700}
.seasonal-head p{max-width:380px;font-size:14.5px;color:#3a352c;margin:0}
.seasonal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:16px;margin-bottom:34px}
.seasonal-grid .card{background:var(--card);border-radius:12px;padding:16px 10px;text-align:center}
.seasonal-grid .name{font-weight:600;font-size:14px;margin-bottom:4px}
.seasonal-grid .season{font-size:11.5px;color:var(--gold)}

.promo{position:relative;border-radius:20px;overflow:hidden;min-height:280px;display:flex;align-items:center}
.promo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.promo-overlay{position:absolute;inset:0;background:linear-gradient(90deg, rgba(60,35,18,.65), rgba(60,35,18,.1))}
.promo-content{position:relative;z-index:1;padding:52px 48px;max-width:460px}
.promo-content h2{font-size:32px;color:#fff;margin:0 0 14px;font-weight:700}
.promo-content p{color:#f2ede3;font-size:15px;line-height:1.6;margin:0 0 26px}

.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:22px;margin-top:-10px}
.trust-item{text-align:center;padding:18px 10px}
.trust-item .check{font-size:24px;margin-bottom:10px;color:var(--gold)}
.trust-item .label{font-weight:600;font-size:14.5px}

.gift-split{border-radius:20px;overflow:hidden;background:var(--green);display:grid;grid-template-columns:1fr 1fr}
.gift-split img{min-height:320px;width:100%;height:100%;object-fit:cover}
.gift-split .body{padding:48px;display:flex;flex-direction:column;justify-content:center}
.gift-split h2{font-size:32px;color:#fff;margin:0 0 14px;font-weight:700}
.gift-split p{color:#e9e2d3;font-size:15px;line-height:1.65;margin:0 0 26px}
@media (max-width:800px){.gift-split{grid-template-columns:1fr}.gift-split img{min-height:220px}}

/* ---------- newsletter ---------- */
.newsletter{max-width:1280px;margin:100px auto 0;padding:0 24px 90px}
.newsletter .panel{background:var(--green);border-radius:20px;padding:52px 40px;text-align:center}
.newsletter h2{font-size:30px;color:#fff;margin:0 0 12px;font-weight:700}
.newsletter p{color:#e9e2d3;font-size:14.5px;max-width:520px;margin:0 auto 26px;line-height:1.6}
.newsletter form{display:flex;gap:10px;max-width:420px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.newsletter input{flex:1;min-width:200px;padding:13px 16px;border-radius:8px;border:none;font-family:inherit;font-size:14px}
.newsletter .ok-msg{color:#d9f0d9;font-size:13px;margin:14px 0 0}

/* ---------- breadcrumbs ---------- */
.crumbs{display:flex;gap:8px;font-size:12.5px;color:var(--muted);flex-wrap:wrap;margin:14px 0}
.crumbs a{text-decoration:underline;cursor:pointer}

/* ---------- product card ---------- */
.product-card{background:var(--card);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:0 1px 3px rgba(20,18,14,.08);transition:box-shadow .2s,transform .2s}
.product-card:hover{box-shadow:0 10px 24px rgba(20,18,14,.14);transform:translateY(-3px)}
.product-card .thumb{position:relative;height:180px;cursor:pointer}
.product-card .thumb img{width:100%;height:100%;object-fit:cover}
.product-card .badge{position:absolute;top:10px;left:10px;background:var(--gold-soft);color:#6b4a20;font-size:10.5px;font-weight:700;letter-spacing:.05em;padding:4px 10px;border-radius:20px}
.product-card .wish{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;border:none;background:rgba(255,255,255,.9);cursor:pointer;font-size:15px;color:var(--red)}
.product-card .body{padding:16px 16px 18px;display:flex;flex-direction:column;flex:1}
.product-card h3{font-size:17px;margin:0 0 4px;font-weight:700;cursor:pointer}
.product-card .desc{font-size:12.5px;color:var(--muted);line-height:1.45;margin:0 0 10px;flex:1}
.product-card .meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted);margin-bottom:12px}
.product-card .bottom{display:flex;justify-content:space-between;align-items:center;gap:10px}
.product-card .price{font-weight:700;font-size:17px;color:var(--green)}
.product-card .add{padding:9px 14px;border:none;border-radius:8px;background:var(--green);color:#fff;font-weight:600;font-size:12.5px;cursor:pointer}
.product-card .add:hover{background:var(--green-dark)}

/* ---------- shop layout ---------- */
.shop-layout{display:flex;gap:36px;flex-wrap:wrap;align-items:flex-start}
.shop-aside{width:230px;flex:0 0 230px;background:var(--card);border-radius:14px;padding:22px;position:sticky;top:90px}
.shop-aside h4{font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.06em;margin:0 0 10px;color:var(--gold)}
.shop-aside .opt{cursor:pointer;padding:5px 0;font-size:14px}
.shop-aside .opt:hover{color:var(--green)}
.shop-aside .opt.active{font-weight:700}
.shop-main{flex:1;min-width:0}
.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:10px}
.shop-toolbar select{padding:9px 12px;border-radius:8px;border:1px solid var(--line);font-family:inherit;font-size:13.5px;background:var(--card)}
.empty-note{text-align:center;padding:60px 20px;color:var(--muted)}

/* ---------- forms ---------- */
.field{padding:12px 14px;border-radius:8px;border:1px solid var(--line);font-family:inherit;font-size:14px;width:100%;background:#fff}
.form-card{background:var(--card);border-radius:14px;padding:24px}
.form-card h3{margin:0 0 16px;font-size:16px;font-weight:700}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form-grid .full{grid-column:1/-1}
.radio-row{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:14px;cursor:pointer}

/* ---------- product page ---------- */
.product-page{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:22px}
.product-gallery img.main{border-radius:16px;overflow:hidden;height:420px;width:100%;object-fit:cover;margin-bottom:14px}
.thumb-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.thumb-row img{border-radius:10px;height:110px;width:100%;object-fit:cover}
.qty-box{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px}
.qty-box button{width:38px;height:44px;border:none;background:transparent;font-size:16px;cursor:pointer}
.qty-box span{width:30px;text-align:center;font-weight:600;display:inline-block}
.product-detail-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.spec{border-top:1px solid var(--line);padding-top:20px;display:flex;flex-direction:column;gap:16px}
.spec .k{font-weight:700;font-size:13.5px;margin-bottom:4px}
.spec .v{font-size:13.5px;color:var(--muted)}
@media (max-width:800px){.product-page{grid-template-columns:1fr}}

/* ---------- cart / checkout ---------- */
.cart-layout{display:flex;gap:40px;flex-wrap:wrap;align-items:flex-start}
.cart-items{flex:2;min-width:320px;display:flex;flex-direction:column;gap:16px}
.cart-row{display:flex;gap:16px;background:var(--card);border-radius:14px;padding:16px;align-items:center;flex-wrap:wrap}
.cart-row img{width:80px;height:80px;border-radius:10px;object-fit:cover;flex:0 0 80px}
.cart-summary{flex:1;min-width:260px;background:var(--gold-soft);border-radius:16px;padding:26px}
.cart-summary h3{font-size:20px;margin:0 0 18px;font-weight:700}
.summary-line{display:flex;justify-content:space-between;font-size:14px;margin-bottom:10px}
.summary-total{border-top:1px solid #ddd0b0;margin:14px 0;padding-top:14px;display:flex;justify-content:space-between;font-weight:700;font-size:17px}

/* ---------- footer ---------- */
.site-footer{background:#233529;color:#dcd6c8;padding:70px 24px 30px;margin-top:0}
.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:50px}
.footer-grid h4{font-size:13px;text-transform:uppercase;letter-spacing:.06em;margin:0 0 16px;color:#b7b09c}
.footer-grid .links{display:flex;flex-direction:column;gap:9px;font-size:13.5px}
.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.footer-brand span{font-family:Georgia,serif;font-size:22px;font-weight:700;color:#f4f0e9}
.footer-legal{font-size:12.5px;line-height:1.8;color:#a9a290}
.footer-bottom{max-width:1280px;margin:0 auto;border-top:1px solid #35473c;padding-top:22px;font-size:12.5px;color:#a9a290;text-align:center}
@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.footer-grid{grid-template-columns:1fr}}

/* ---------- toast ---------- */
.toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);background:var(--ink);color:#fff;padding:14px 24px;border-radius:10px;font-size:14px;font-weight:500;z-index:100;box-shadow:0 8px 24px rgba(0,0,0,.25);opacity:0;pointer-events:none;transition:opacity .25s, transform .25s}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

/* ---------- generic page ---------- */
.page-content{max-width:760px;margin:0 auto;padding:70px 24px 100px}
.page-content.narrow{max-width:600px;text-align:center;padding-top:100px}
.page-content p{font-size:16px;line-height:1.8;color:#3a352c;margin:0 0 24px}
.legal-tabs{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:36px;font-size:13.5px;max-width:820px}
.legal-tabs a.active{font-weight:700}
.legal-wrap{max-width:820px;margin:0 auto;padding:60px 24px 100px}
.legal-wrap h1{font-size:30px;margin:0 0 20px;font-weight:700}
.legal-wrap p{font-size:14.5px;line-height:1.8;color:#2f2a22;margin:0 0 18px}
.contact-layout{display:flex;gap:50px;flex-wrap:wrap}
.contact-layout .col{flex:1;min-width:280px}
.map-shot{height:180px;border-radius:14px;overflow:hidden}
.map-shot img{width:100%;height:100%;object-fit:cover}
.account-box{max-width:420px;margin:0 auto;padding:80px 24px 100px}
.account-panel{background:var(--card);border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:12px}
