/* =========================================================
   eestu theme — main stylesheet
   ========================================================= */
:root{
  --cream:#fbf2e3;
  --cream-deep:#f3e2bf;
  --ink:#241708;
  --ink-soft:#5c4a34;
  --gold:#c98a1e;
  --gold-deep:#a5670f;
  --gold-bright:#e7a93d;
  --emerald:#1f4d3d;
  --white:#fffdf9;
  --line:rgba(36,23,8,0.13);
  --maxw:1320px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;background:var(--cream);color:var(--ink);
  font-family:'Jost',sans-serif;font-weight:400;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 40px;}
h1,h2,h3{font-family:'Fraunces',serif;font-weight:500;margin:0;line-height:1.05;letter-spacing:-0.01em;}
.script{font-family:'Caveat',cursive;font-weight:600;}

/* Announcement bar */
.announce{
  background:var(--gold-deep);color:var(--white);text-align:center;
  font-size:13px;letter-spacing:0.03em;padding:9px 20px;
}

/* Header */
header.site-header{
  position:sticky;top:0;z-index:60;
  background:rgba(251,242,227,0.92);backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav-row{
  display:flex;align-items:center;justify-content:space-between;
  padding:20px 40px;max-width:var(--maxw);margin:0 auto;
}
.logo{font-family:'Fraunces',serif;font-size:30px;font-weight:600;letter-spacing:-0.02em;color:var(--ink);}
nav.main-nav{display:flex;gap:34px;font-size:14.5px;}
nav.main-nav ul{list-style:none;display:flex;gap:34px;margin:0;padding:0;}
nav.main-nav a{position:relative;padding-bottom:3px;}
nav.main-nav a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--gold-deep);transition:width .25s ease;}
nav.main-nav a:hover::after{width:100%;}
.icons{display:flex;gap:22px;align-items:center;}
.icons svg{width:19px;height:19px;stroke:var(--ink);cursor:pointer;}
.bag-count{position:relative;}
.bag-count span{
  position:absolute;top:-7px;right:-9px;background:var(--gold-deep);color:var(--white);
  font-size:10px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;
}

/* Full-bleed hero */
.hero{position:relative;height:92vh;min-height:620px;overflow:hidden;}
.hero img{width:100%;height:100%;object-fit:cover;object-position:56% 22%;}
.hero::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(36,23,8,0.05) 0%, rgba(36,23,8,0.05) 45%, rgba(36,23,8,0.72) 100%);
}
.hero-content{
  position:absolute;left:0;right:0;bottom:0;z-index:2;
  padding:0 40px 56px;max-width:var(--maxw);margin:0 auto;
  display:flex;align-items:flex-end;justify-content:space-between;gap:40px;flex-wrap:wrap;
}
.hero-content h1{color:var(--white);font-size:64px;max-width:600px;}
.hero-content .lede{color:rgba(251,242,227,0.88);font-size:16.5px;max-width:380px;margin-top:16px;line-height:1.6;}
.hero-cta{display:flex;gap:14px;margin-top:26px;}
.sticky-tag{
  background:var(--gold-bright);color:var(--ink);padding:16px 20px 18px;max-width:190px;
  box-shadow:0 14px 30px rgba(0,0,0,0.28);transform:rotate(-4deg);
  font-family:'Caveat',cursive;font-size:23px;line-height:1.15;
}
.hero-badge{
  position:absolute;top:34px;right:40px;z-index:2;
  background:rgba(251,242,227,0.94);color:var(--ink);
  padding:10px 18px;border-radius:100px;font-size:12.5px;letter-spacing:.03em;
}

.btn{
  display:inline-flex;align-items:center;gap:8px;background:var(--gold-bright);color:var(--ink);
  padding:15px 32px;border-radius:100px;font-size:14.5px;letter-spacing:0.02em;font-weight:500;
  border:1px solid var(--gold-bright);cursor:pointer;transition:all .2s ease;
}
.btn:hover{background:var(--ink);color:var(--white);border-color:var(--ink);}
.btn-outline{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,0.7);}
.btn-outline:hover{background:var(--white);color:var(--ink);border-color:var(--white);}
.btn-dark{background:var(--ink);color:var(--white);border-color:var(--ink);}
.btn-dark:hover{background:var(--gold-bright);color:var(--ink);border-color:var(--gold-bright);}

/* Trust strip */
.trust{background:var(--white);border-bottom:1px solid var(--line);}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--maxw);margin:0 auto;}
.trust-item{padding:30px 26px;text-align:center;border-left:1px solid var(--line);}
.trust-item:first-child{border-left:none;}
.trust-icon{width:44px;height:44px;border-radius:50%;background:var(--cream-deep);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;}
.trust-icon svg{width:20px;height:20px;stroke:var(--gold-deep);}
.trust-item h3{font-family:'Jost',sans-serif;font-size:14px;font-weight:500;letter-spacing:0.02em;}
.trust-item p{font-size:12.5px;color:var(--ink-soft);margin:5px 0 0;line-height:1.5;}

.section{padding:100px 0;}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap;gap:16px;}
.section-head h2{font-size:40px;}
.section-head .script{font-size:23px;color:var(--gold-deep);display:block;margin-bottom:6px;}
.section-head a.view-all{font-size:14px;border-bottom:1px solid var(--ink);padding-bottom:2px;}

/* Category grid */
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.cat-card{position:relative;aspect-ratio:3/4.4;overflow:hidden;background:var(--cream-deep);border-radius:2px;}
.cat-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;}
.cat-card:hover img{transform:scale(1.07);}
.cat-label{position:absolute;left:0;right:0;bottom:0;padding:24px 22px;background:linear-gradient(to top, rgba(20,13,4,0.75), transparent 70%);color:var(--white);}
.cat-label h3{font-family:'Fraunces',serif;font-weight:500;font-size:23px;}
.cat-label span{font-size:12.5px;opacity:.9;color:var(--gold-bright);}

/* Full-bleed editorial banner */
.editorial{position:relative;height:78vh;min-height:520px;overflow:hidden;}
.editorial img{width:100%;height:100%;object-fit:cover;}
.editorial::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(36,23,8,0.55) 0%, rgba(36,23,8,0.05) 55%);}
.editorial-copy{position:absolute;left:0;top:0;bottom:0;right:0;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:0 40px;max-width:var(--maxw);margin:0 auto;}
.editorial-copy .inner{max-width:460px;}
.editorial-copy .script{color:var(--gold-bright);font-size:24px;display:block;margin-bottom:10px;}
.editorial-copy h2{color:var(--white);font-size:38px;margin-bottom:20px;}
.editorial-copy p{color:rgba(251,242,227,0.85);font-size:16px;line-height:1.75;margin:0 0 16px;}
.editorial-copy .stat-row{display:flex;gap:36px;margin-top:28px;}
.editorial-copy .stat h4{font-family:'Fraunces',serif;font-size:30px;color:var(--gold-bright);font-weight:500;margin:0;}
.editorial-copy .stat p{font-size:12px;color:rgba(251,242,227,0.75);margin:2px 0 0;max-width:120px;}

/* Masonry gallery */
.gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,290px);gap:14px;}
.g1{grid-column:1/4;grid-row:1/3;}
.g2{grid-column:4/6;grid-row:1/2;}
.g3{grid-column:6/7;grid-row:1/2;}
.g4{grid-column:4/5;grid-row:2/3;}
.g5{grid-column:5/7;grid-row:2/3;}
.gallery-grid > div{overflow:hidden;position:relative;border-radius:2px;}
.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;}
.gallery-grid > div:hover img{transform:scale(1.05);}

/* Colour band */
.colorband{background:var(--emerald);color:var(--cream);}
.colorband .wrap{padding:70px 40px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:28px;}
.colorband h2{color:var(--white);font-size:32px;max-width:480px;margin:0;}
.colorband p{color:rgba(251,242,227,0.75);margin-top:10px;font-size:14.5px;max-width:420px;}

/* Testimonial over image */
.testimonial{position:relative;height:66vh;min-height:440px;overflow:hidden;}
.testimonial img{width:100%;height:100%;object-fit:cover;object-position:50% 25%;}
.testimonial::after{content:"";position:absolute;inset:0;background:rgba(36,23,8,0.5);}
.testimonial-inner{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 30px;}
.testimonial blockquote{font-family:'Fraunces',serif;font-style:italic;font-weight:400;color:var(--white);font-size:32px;line-height:1.5;max-width:760px;margin:0 auto 20px;}
.testimonial cite{color:rgba(251,242,227,0.8);font-size:13.5px;font-style:normal;letter-spacing:.02em;}

/* Newsletter */
.newsletter{background:var(--ink);color:var(--cream);}
.nl-inner{display:flex;align-items:center;justify-content:space-between;padding:64px 0;flex-wrap:wrap;gap:26px;}
.nl-inner h2{color:var(--white);font-size:32px;max-width:420px;margin:0;}
.nl-inner p{color:rgba(251,242,227,0.65);margin-top:10px;font-size:14.5px;}
.nl-form{display:flex;gap:0;border-bottom:1px solid rgba(251,242,227,0.4);min-width:340px;}
.nl-form input{background:transparent;border:none;color:var(--white);padding:12px 4px;font-size:15px;flex:1;font-family:'Jost',sans-serif;outline:none;}
.nl-form input::placeholder{color:rgba(251,242,227,0.5);}
.nl-form button{background:none;border:none;color:var(--gold-bright);font-size:14px;cursor:pointer;padding:12px 4px;}

/* Footer */
footer.site-footer{padding:70px 0 30px;background:var(--cream);}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:50px;border-bottom:1px solid var(--line);}
.footer-grid .logo{margin-bottom:14px;}
.footer-grid p{font-size:13.5px;color:var(--ink-soft);max-width:260px;line-height:1.6;}
.footer-col h4{font-size:13px;letter-spacing:.03em;margin-bottom:16px;}
.footer-col a{display:block;font-size:13.5px;color:var(--ink-soft);margin-bottom:10px;}
.footer-col a:hover{color:var(--gold-deep);}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;font-size:12.5px;color:var(--ink-soft);flex-wrap:wrap;gap:12px;}

/* =========================================================
   WooCommerce — shop / product / cart / checkout
   ========================================================= */
.woocommerce-breadcrumb{max-width:var(--maxw);margin:24px auto 0;padding:0 40px;font-size:13px;color:var(--ink-soft);}
.woocommerce-breadcrumb a{border-bottom:1px solid var(--line);}

.shop-header{max-width:var(--maxw);margin:0 auto;padding:50px 40px 30px;}
.shop-header h1{font-size:42px;}
.shop-header p{color:var(--ink-soft);margin-top:10px;max-width:520px;}

ul.products{
  display:grid !important;grid-template-columns:repeat(4,1fr);gap:28px 20px;
  max-width:var(--maxw);margin:0 auto !important;padding:0 40px 90px;list-style:none;
}
ul.products li.product{list-style:none;}
ul.products li.product a{display:block;}
ul.products li.product img{
  width:100%;aspect-ratio:3/3.8;object-fit:cover;border-radius:2px;background:var(--cream-deep);
  transition:transform .5s ease;
}
ul.products li.product .woocommerce-loop-product__title{
  font-family:'Fraunces',serif;font-size:17px;font-weight:500;color:var(--ink);margin:14px 0 4px;
}
ul.products li.product .price{font-size:14.5px;color:var(--gold-deep);}
ul.products li.product .price del{color:var(--ink-soft);opacity:.6;margin-right:6px;}
ul.products li.product .button{
  display:inline-block;margin-top:10px;font-size:12.5px;letter-spacing:.02em;
  border-bottom:1px solid var(--ink);padding-bottom:2px;background:none;color:var(--ink);
}
ul.products li.product .onsale{
  position:absolute;background:var(--emerald);color:var(--white);font-size:11px;
  padding:5px 12px;border-radius:100px;letter-spacing:.03em;
}

/* Single product */
.single-product .product{max-width:var(--maxw);margin:0 auto;padding:60px 40px 100px;display:grid;grid-template-columns:1.1fr 1fr;gap:70px;}
.single-product .woocommerce-product-gallery img{width:100%;aspect-ratio:3/3.6;object-fit:cover;border-radius:2px;}
.single-product .product_title{font-size:38px;margin-bottom:10px;}
.single-product .price{font-family:'Fraunces',serif;font-size:26px;color:var(--gold-deep);margin-bottom:20px;}
.single-product .woocommerce-product-details__short-description{color:var(--ink-soft);line-height:1.7;margin-bottom:26px;}
.single-product form.cart .button{
  background:var(--ink);color:var(--white);border-radius:100px;padding:16px 40px;
  border:1px solid var(--ink);font-size:14.5px;letter-spacing:.02em;cursor:pointer;
}
.single-product form.cart .button:hover{background:var(--gold-bright);color:var(--ink);border-color:var(--gold-bright);}
.single-product .quantity input{
  width:70px;padding:14px 10px;border:1px solid var(--line);background:var(--white);
  font-family:'Jost',sans-serif;margin-right:14px;
}

/* Cart & checkout */
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout-review-order{background:var(--white);border:1px solid var(--line);padding:30px;border-radius:2px;}
table.shop_table{width:100%;border-collapse:collapse;}
table.shop_table th{text-align:left;font-size:12.5px;letter-spacing:.03em;color:var(--ink-soft);padding-bottom:14px;border-bottom:1px solid var(--line);}
table.shop_table td{padding:18px 8px;border-bottom:1px solid var(--line);}
.woocommerce-checkout input.input-text, .woocommerce-checkout select{
  width:100%;padding:13px 14px;border:1px solid var(--line);background:var(--white);
  font-family:'Jost',sans-serif;border-radius:2px;
}
.woocommerce-checkout #place_order, .checkout-button, .wc-proceed-to-checkout .button{
  background:var(--ink);color:var(--white);border-radius:100px;padding:16px 38px;
  border:1px solid var(--ink);font-size:14.5px;letter-spacing:.02em;width:100%;cursor:pointer;
}
.woocommerce-checkout #place_order:hover, .checkout-button:hover{background:var(--gold-bright);color:var(--ink);border-color:var(--gold-bright);}

@media (max-width: 980px){
  .hero{height:auto;min-height:560px;}
  .hero-content h1{font-size:42px;}
  .hero-badge{display:none;}
  .trust-row{grid-template-columns:repeat(2,1fr);}
  .trust-item:nth-child(3){border-left:none;}
  .cat-grid{grid-template-columns:repeat(2,1fr);}
  .editorial{height:auto;min-height:520px;}
  .editorial::after{background:linear-gradient(180deg, rgba(36,23,8,0.25) 0%, rgba(36,23,8,0.78) 100%);}
  .editorial-copy{justify-content:flex-end;padding-bottom:40px;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,200px);}
  .g1{grid-column:1/3;grid-row:1/2;}
  .g2{grid-column:1/2;grid-row:2/3;}
  .g3{grid-column:2/3;grid-row:2/3;}
  .g4{grid-column:1/2;grid-row:3/4;}
  .g5{grid-column:2/3;grid-row:3/4;}
  nav.main-nav{display:none;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .wrap{padding:0 22px;}
  ul.products{grid-template-columns:repeat(2,1fr);padding:0 22px 60px;}
  .single-product .product{grid-template-columns:1fr;padding:40px 22px 70px;gap:34px;}
}
