:root{
  --green:#1b6b2b;
  --green-strong:#134a21;
  --green-soft:#eef4e8;
  --green-pale:#f6f8f1;
  --gold:#e9c74e;
  --yellow:#f0cf58;
  --orange:#e4922f;
  --text:#1f241d;
  --muted:#6f746a;
  --line:#dfe6d8;
  --white:#fff;
  --shadow:0 18px 50px rgba(17,48,21,.10);
  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:18px;
  --radius-sm:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Montserrat,system-ui,-apple-system,sans-serif;color:var(--text);background:linear-gradient(180deg,#f7f5ef 0,#fff 24%,#fbfcf8 100%)}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}button{cursor:pointer}
img{max-width:100%;display:block}
.shell{width:min(1340px,calc(100% - 44px));margin-inline:auto}

.hero-section{position:relative;min-height:760px;background:url('../img/hero-section-image.jpg') center center/cover no-repeat;color:#fff;overflow:hidden}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,30,15,.56) 0%,rgba(16,25,12,.36) 26%,rgba(13,24,10,.64) 100%)}
.site-header{position:relative;z-index:3;padding:22px 0}
.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand img{width:250px;height:100px;object-fit:contain}

.main-nav{display:flex;align-items:center;gap:34px}
.main-nav a{color:rgba(255,255,255,.94);font-weight:600;font-size:16px;padding:8px 0;position:relative}
.main-nav a.active::after,.main-nav a:hover::after{content:'';position:absolute;left:0;right:0;bottom:-8px;height:2px;background:#fff;border-radius:4px}
.header-cta{flex-shrink:0}

.hero-content-wrap{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding-top:96px;padding-bottom:92px;min-height:620px}
.hero-copy{max-width:670px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:700;letter-spacing:.11em;font-size:15px;color:var(--yellow);margin-bottom:18px}
.hero-copy h1,.about-copy h2,.section-title-row h2{font-family:'Cormorant Garamond',serif;font-size:76px;line-height:.95;margin:0 0 18px;font-weight:700;max-width:740px}
.hero-copy p{font-size:23px;line-height:1.55;margin:0 0 34px;color:rgba(255,255,255,.92);max-width:620px}
.hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.btn{border:0;border-radius:16px;padding:16px 24px;font-weight:700;transition:.2s ease;display:inline-flex;align-items:center;justify-content:center;gap:10px}
.btn:hover{transform:translateY(-1px)}
.btn-gold{background:var(--gold);color:#2d2f17;box-shadow:0 10px 25px rgba(233,199,78,.25)}
.btn-outline-light{background:rgba(255,255,255,.08);color:#fff;border:1.5px solid rgba(255,255,255,.55)}
.btn-whatsapp{background:#299d42;color:#fff;box-shadow:0 12px 26px rgba(41,157,66,.22)}
.btn-full{width:100%}

.feature-strip{padding:42px 0 10px;margin-top:-28px;position:relative;z-index:3}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  align-items:stretch;
}
.feature-card{
  position:relative;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px 22px 24px 94px;
  box-shadow:0 10px 24px rgba(17,48,21,.04);
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:205px;
  height:100%;
}
.feature-icon{
  position:absolute;
  top:22px;
  left:18px;
  width:58px;
  height:58px;
  overflow:visible;
  z-index:1;
}
.feature-icon img{
  position:absolute;
  top:0;
  left:0;
  width:250px;
  height:250px;
  max-width:none;
  max-height:none;
  object-fit:contain;
  display:block;
  transform:scale(.232);
  transform-origin:top left;
}
.feature-card h3{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.12;
  min-height:54px;
  font-family:'Cormorant Garamond',serif;
  display:flex;
  align-items:flex-start;
}
.feature-card p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.6;
  max-width:210px;
}

.catalog-section{padding:30px 0 44px}
.section-title-row{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px}
.section-mark{color:var(--green);font-weight:700;font-size:15px;letter-spacing:.02em;margin-bottom:10px}
.section-title-row h2{font-size:52px;line-height:1;margin:0;color:#24311e}
.section-title-row.compact-title{margin-bottom:14px}
.catalog-mark{display:flex;align-items:center;gap:10px;font-family:'Cormorant Garamond',serif;font-size:38px;font-weight:700;color:#24311e;letter-spacing:0}
.catalog-mark img{width:40px;height:40px;object-fit:contain}
.category-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 26px}
.category-tabs button{border:1px solid var(--line);background:#fff;color:#4b5448;padding:10px 17px;border-radius:999px;font-weight:600}
.category-tabs button.active,.category-tabs button:hover{background:var(--green);border-color:var(--green);color:#fff}
.catalog-layout{display:grid;grid-template-columns:minmax(0,1fr) 372px;gap:26px;align-items:start}
.catalog-main{min-width:0}
.catalog-status{display:flex;align-items:center;gap:14px;padding:20px 6px;color:var(--muted)}
.catalog-status.is-hidden{display:none}
.loader{width:22px;height:22px;border-radius:50%;border:3px solid #d5e5d7;border-top-color:var(--green);animation:spin .85s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 18px rgba(17,48,21,.04);display:flex;flex-direction:column}
.product-media{position:relative;aspect-ratio:1.05;background:#eef1ea;overflow:hidden;display:grid;place-items:center}
.product-media img{width:85%;height:85%;object-fit:cover;border-radius:14px}
.product-media.no-image{display:grid;place-items:center;font-size:42px;color:var(--green)}
.product-badge,.stock-badge{position:absolute;left:12px;top:12px;padding:7px 11px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#fff}
.product-badge{background:linear-gradient(135deg,#ef8727,#cf6117)}
.product-card[data-kind="service"] .product-badge{background:#2f7daf}
.product-card[data-kind="product"] .product-badge{background:#7f8e58}
.stock-badge{left:auto;right:12px;background:rgba(27,107,43,.88);text-transform:none;font-size:12px;letter-spacing:0;padding:7px 10px}
.stock-badge.out{background:#777}
.product-body{padding:15px 14px 14px;display:flex;flex-direction:column;flex:1}
.product-body h3{margin:0 0 6px;font-size:24px;line-height:1;font-family:'Cormorant Garamond',serif;min-height:48px}
.product-body p{margin:0 0 10px;color:var(--muted);font-size:13px;line-height:1.45;min-height:38px}
.product-price{font-size:30px;font-weight:800;color:#1f271a;line-height:1;margin-bottom:14px;font-family:'Cormorant Garamond',serif}
.product-price small{font-size:14px;font-weight:600;color:var(--muted);font-family:Montserrat,sans-serif}
.product-actions{display:flex;align-items:center;gap:10px;margin-top:auto}
.qty-picker{display:flex;align-items:center;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fbfcf8}
.qty-picker button{width:32px;height:36px;border:0;background:transparent;color:#65705d;font-weight:700}
.qty-picker span{min-width:30px;text-align:center;font-weight:700;color:#27301f}
.add-btn{flex:1;border:0;border-radius:12px;padding:11px 14px;font-weight:700;background:var(--green);color:#fff}
.add-btn[disabled]{background:#8fa48f;cursor:not-allowed}
.catalog-footer-action{padding:18px 0 8px;text-align:center}
.link-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border:1px solid var(--line);border-radius:14px;background:#fff;min-width:250px;font-weight:700}

.order-panel{position:sticky;top:24px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px 20px 18px;box-shadow:var(--shadow)}
.order-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}
.order-head-title{display:flex;align-items:center;gap:10px}
.order-head-title h3{margin:0;font-family:'Cormorant Garamond',serif;font-size:38px;line-height:1}
.order-icon{font-size:24px;color:var(--green)}
.order-count{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:800}
.cart-empty{padding:16px 8px 14px;text-align:center;color:var(--muted)}
.empty-emoji{font-size:34px;margin-bottom:4px}
.cart-empty strong{display:block;font-size:16px;color:var(--text);margin-bottom:6px}
.cart-empty p{margin:0;font-size:14px;line-height:1.5}
.cart-lines{display:flex;flex-direction:column;gap:14px;padding:6px 0 16px}
.cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:start;border-bottom:1px solid #edf0e9;padding-bottom:12px}
.cart-line:last-child{border-bottom:0;padding-bottom:0}
.cart-line img,.cart-line-icon{width:72px;height:72px;border-radius:14px;object-fit:cover;background:#eef2ea;display:grid;place-items:center;font-size:26px}
.cart-line h4{margin:0 0 5px;font-size:16px;line-height:1.25}
.cart-line small{display:block;color:var(--muted);font-size:12px;margin-bottom:8px}
.cart-line-remove{border:0;background:transparent;color:#8a9188;font-size:18px;line-height:1;padding:2px}
.cart-line-subtotal{font-weight:700;font-size:15px;white-space:nowrap;margin-top:6px}
.cart-line-actions{display:flex;align-items:center;gap:10px;justify-content:space-between}
.quantity-inline{display:flex;align-items:center;gap:10px}
.qty-btn{width:26px;height:26px;border-radius:8px;border:1px solid var(--line);background:#fff}
.totals-box{padding:15px 0 2px;border-top:1px solid var(--line)}
.total-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 0;font-size:15px}
.total-row.muted{color:var(--muted)}
.total-row.grand-total{padding-top:12px;margin-top:6px;border-top:1px solid #edf0e9;font-size:17px;font-weight:700}
.total-row.grand-total strong{color:var(--green);font-size:28px;font-family:'Cormorant Garamond',serif}
.checkout-form{display:flex;flex-direction:column;gap:14px}
.checkout-form label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600;color:#343c31}
.checkout-form input,.checkout-form textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;background:#fff;color:var(--text);outline:none;transition:border-color .2s, box-shadow .2s}
.checkout-form input:focus,.checkout-form textarea:focus{border-color:#8db390;box-shadow:0 0 0 4px rgba(27,107,43,.08)}
.form-note{margin:0;color:var(--muted);font-size:12px;line-height:1.5;text-align:center}

.how-section{padding:34px 0 12px;background:#fff}
.section-center-title{text-align:center;margin-bottom:24px;position:relative}
.section-center-title .section-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:34px;
  line-height:1;
  color:#22351f;
  font-family:'Cormorant Garamond',serif;
  font-weight:700;
  letter-spacing:0;
  margin:0;
  position:relative;
}
.section-center-title .section-mark::before,
.section-center-title .section-mark::after{
  content:'';
  width:92px;
  height:1px;
  background:#d7dfd0;
  display:inline-block;
}
.how-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:62px;
  align-items:center;
  max-width:1080px;
  margin:0 auto;
  position:relative;
}
.how-step{
  padding:0;
  text-align:left;
  position:relative;
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:22px;
  align-items:center;
  min-height:118px;
}
.how-step:not(:last-child)::after{
  content:'→';
  position:absolute;
  right:-46px;
  top:50%;
  transform:translateY(-50%);
  color:var(--green);
  font-weight:800;
  font-size:22px;
  opacity:.75;
}
.step-number{
  position:absolute;
  left:88px;
  top:8px;
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--green);
  color:#fff;
  font-size:14px;
  font-weight:800;
  z-index:2;
  margin:0;
  box-shadow:0 6px 14px rgba(27,107,43,.20);
}
.step-icon{
  width:104px;
  height:104px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid var(--line);
  font-size:42px;
  margin:0;
  box-shadow:0 8px 18px rgba(17,48,21,.04);
  color:var(--green);
}
.step-icon img{width:53px;height:53px;max-width:none;object-fit:contain;display:block;}
.how-step h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.1;
  font-family:Montserrat,system-ui,-apple-system,sans-serif;
  font-weight:800;
  color:#1c2a18;
}
.how-step p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
  max-width:240px;
}

.site-footer{background:linear-gradient(180deg,#163b19 0,#0e2810 100%);color:#fff;padding:34px 0 14px}
.footer-grid{display:grid;grid-template-columns:1.2fr .7fr .75fr 1fr;gap:28px;align-items:start}
.footer-brand{display:flex;align-items:center;gap:14px;margin-bottom:12px}
.footer-brand img{width:34px;height:34px}
.footer-brand span{font-family:'Cormorant Garamond',serif;font-size:34px;font-weight:700}
.site-footer p{margin:0;color:rgba(255,255,255,.84);line-height:1.7;font-size:14px}
.social-row{display:flex;gap:10px;margin-top:16px;color:#eaf6e9}
.site-footer h4{margin:0 0 14px;font-size:24px;font-family:'Cormorant Garamond',serif}
.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:8px;color:rgba(255,255,255,.85);font-size:14px}
.footer-links a:hover{color:#fff}
.footer-cta{margin-top:12px}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-top:18px;margin-top:18px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.76);font-size:13px}

.mobile-cart-bar{position:fixed;left:16px;right:16px;bottom:16px;z-index:40;border:0;border-radius:16px;background:var(--green);color:#fff;padding:15px 18px;box-shadow:0 20px 36px rgba(13,42,20,.25);display:none;justify-content:space-between;align-items:center;font-weight:700}
.toast{position:fixed;right:20px;bottom:88px;z-index:90;background:#152117;color:#fff;padding:12px 16px;border-radius:12px;opacity:0;transform:translateY(8px);pointer-events:none;transition:.22s ease;box-shadow:0 16px 30px rgba(0,0,0,.18)}
.toast.show{opacity:1;transform:translateY(0)}

@media (max-width: 1180px){
  .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hero-copy h1{font-size:64px}
  .feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  align-items:stretch;
}
}
@media (max-width: 980px){
  .main-nav{display:none}
  .hero-content-wrap{flex-direction:column;align-items:flex-start;justify-content:flex-end;padding-top:70px;padding-bottom:56px;min-height:560px}
  .hero-side-card{max-width:420px;margin-left:0}
  .hero-copy h1{font-size:54px}
  .hero-copy p{font-size:20px}
  .catalog-layout{grid-template-columns:1fr}
  .order-panel{position:static}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .how-grid,.footer-grid{grid-template-columns:1fr}
  .how-grid{gap:22px;max-width:680px}
  .how-step:not(:last-child)::after{display:none}
  .footer-bottom{flex-direction:column;text-align:center}
}
@media (max-width: 640px){
  .shell{width:min(100% - 26px, 1000px)}
  .site-header{padding:14px 0}
  
  .brand img{width:min(250px, 58vw);height:auto;max-height:82px}
  .hero-section{min-height:640px}
  .hero-content-wrap{padding-top:46px;padding-bottom:42px;min-height:520px}
  .hero-copy h1{font-size:40px}
  .hero-copy p{font-size:17px;margin-bottom:24px}
  .btn{padding:14px 18px;border-radius:14px}
  .hero-actions{gap:12px}
  .hero-side-card strong{font-size:25px}
  .feature-grid,.products-grid{grid-template-columns:1fr}
  .feature-card{
  position:relative;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px 22px 24px 94px;
  box-shadow:0 10px 24px rgba(17,48,21,.04);
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:205px;
  height:100%;
}
  .section-title-row h2{font-size:38px}
  .product-body h3{min-height:auto}
  .order-head-title h3{font-size:34px}
  .section-center-title .section-mark{font-size:28px;flex-wrap:wrap}
  .section-center-title .section-mark::before,.section-center-title .section-mark::after{width:52px}
  .how-step{grid-template-columns:86px 1fr;gap:16px;min-height:auto}
  .step-icon{width:82px;height:82px;font-size:34px}
  .step-number{left:66px;top:0;width:28px;height:28px}
  .how-step h3{font-size:20px}
  .mobile-cart-bar{display:flex}
  body{padding-bottom:84px}
}

.how-section .catalog-mark{justify-content:center;font-size:34px;}
.how-section .catalog-mark img{width:40px;height:40px;object-fit:contain}
@media (max-width: 640px){
  .how-section .catalog-mark{font-size:28px;}
}


.btn-outline-dark{background:#fff;color:var(--green);border:1.5px solid rgba(27,107,43,.32)}
.pandora-modal{position:fixed;inset:0;z-index:120;display:none;align-items:center;justify-content:center;padding:22px}
.pandora-modal.open{display:flex}
.pandora-modal-backdrop{position:absolute;inset:0;background:rgba(15,31,16,.58);backdrop-filter:blur(5px)}
.pandora-modal-panel{position:relative;width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px 30px 28px;text-align:center;box-shadow:0 28px 90px rgba(4,22,7,.26)}
.modal-close{position:absolute;top:16px;right:18px;width:34px;height:34px;border:0;border-radius:50%;background:#f2f5ed;color:#1c2a18;font-size:24px;line-height:1}
.modal-icon{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:#eef2df;margin:0 auto 12px;font-size:36px}
.modal-eyebrow{margin-bottom:10px;color:var(--green)}
.pandora-modal-panel h2{font-family:'Cormorant Garamond',serif;font-size:42px;line-height:1;margin:0 0 12px;color:#1d2b18}
.pandora-modal-panel p{margin:0 auto 18px;color:var(--muted);font-size:15px;line-height:1.65;max-width:410px}
.despresado-control{display:inline-grid;grid-template-columns:44px 82px 44px;gap:8px;align-items:center;margin:4px auto 8px}
.despresado-control button{height:44px;border:1px solid var(--line);background:#fff;border-radius:14px;font-weight:800;color:var(--green);font-size:20px}
.despresado-control input{height:44px;border:1px solid var(--line);border-radius:14px;text-align:center;font-weight:800;color:#1d2b18}
.pandora-modal-panel small{display:block;color:var(--muted);margin-bottom:20px}
.modal-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.modal-actions .btn{min-width:160px}
@media (max-width:640px){
  .pandora-modal-panel{padding:28px 20px 24px;border-radius:24px}
  .pandora-modal-panel h2{font-size:34px}
  .modal-actions .btn{width:100%}
}



.order-head{flex-wrap:wrap}
.clear-cart-btn{
  border:1px solid var(--line);
  background:#fff;
  color:var(--green);
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  font-weight:800;
  margin-left:auto;
}
.clear-cart-btn:hover{background:#f3f7ef;border-color:#bfcdb8}
@media (max-width:640px){
  .clear-cart-btn{width:100%;margin-left:0;margin-top:4px}
}
