:root{
  --emerald:#0C5F4D;
  --gold:#C58B24;
  --cream:#FFFAEE;
  --red:#8A181A;
  --olive:#5F7332;
  --brown:#865322;
  --terracotta:#BF6432;
  --peach:#E8AB74;
  --charcoal:#212831;
  --yellow:#EFD465;
  --ink:#252525;
  --muted:#6E6357;
  --line:#e6d8bb;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:Inter,Arial,sans-serif;
  line-height:1.55;
}
h1,h2,h3,.brand,.navbrand{font-family:Georgia,serif;color:var(--emerald);line-height:1.05}
a{text-decoration:none;color:inherit}
button{font:inherit}
.wrap{max-width:1160px;margin:0 auto;padding:0 22px}
header{
  position:sticky;
  top:0;
  background:rgba(255,253,240,.95);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);
  z-index:10;
}
nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:20px}
.navbrand{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--emerald)}
.navbrand img{width:58px;height:58px;object-fit:contain}
.navbrand span{font-size:18px}
.navlinks{display:flex;gap:22px;font-weight:700;font-size:14px;color:var(--emerald)}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 20px;
  border-radius:999px;
  background:var(--emerald);
  color:white;
  font-weight:800;
  border:2px solid var(--emerald);
  cursor:pointer;
}
.button.secondary{background:transparent;color:var(--emerald)}
.hero{
  padding:64px 0 50px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:44px;
  align-items:center;
}
.eyebrow{
  display:inline-block;
  background:#fff;
  border:1px solid var(--line);
  padding:7px 12px;
  border-radius:999px;
  color:var(--gold);
  font-weight:800;
  font-size:13px;
  margin-bottom:18px;
}
h1{
  font-size:74px;
  margin:0 0 18px;
  letter-spacing:0;
}
h2{font-size:42px;margin:0}
h3{margin:0;color:var(--emerald)}
.lead{
  font-size:20px;
  color:#483f37;
  margin:0 0 26px;
  max-width:650px;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px}
.hero-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  padding:18px;
  box-shadow:0 24px 70px rgba(0,0,0,.09);
}
.hero-card img{width:100%;height:auto;border-radius:24px;display:block}
.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.trust div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:15px;
  font-weight:700;
  color:var(--emerald);
}
section{padding:58px 0;border-top:1px solid var(--line)}
.section-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:26px}
.section-head p{max-width:570px;color:var(--muted);margin:0}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  min-height:420px;
  display:flex;
  flex-direction:column;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.product:hover,.product:focus-visible{transform:translateY(-3px);box-shadow:0 18px 42px rgba(49,37,18,.12);border-color:#d8c390}
.product:focus-visible{outline:3px solid rgba(12,95,77,.25);outline-offset:4px}
.product-image{aspect-ratio:4/3;background:#fff8e8;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;display:block}
.swatch{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-family:Georgia,serif;
  font-size:25px;
  font-weight:800;
  text-align:center;
  padding:10px;
}
.swatch.yellow{color:var(--emerald)}
.swatch.combo{
  background:linear-gradient(90deg,var(--yellow) 0 25%,var(--red) 25% 50%,var(--terracotta) 50% 75%,var(--olive) 75% 100%);
  color:#fff;
  text-shadow:0 2px 10px rgba(0,0,0,.35);
}
.product-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}
.product h3{font-size:24px}
.product p{margin:0;color:#514840}
.product-price{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:12px;color:var(--emerald)}
.product-price strong{font-size:20px}
.product-price span{font-size:13px;font-weight:800;color:var(--muted)}
.tag{
  display:inline-block;
  width:max-content;
  border:1px solid var(--line);
  border-radius:999px;
  padding:5px 9px;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}
.story{display:grid;grid-template-columns:.85fr 1.15fr;gap:36px;align-items:center}
.story-logo{
  background:#fff;
  border-radius:28px;
  border:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:40px;
}
.story-logo img{max-width:270px;width:90%}
.story p{color:var(--muted);margin:16px 0 0}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px}
.card p{color:#514840;margin:10px 0 0}
.recipes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.recipe{border-radius:24px;padding:24px;background:#fff;border:1px solid var(--line)}
.recipe strong{color:var(--emerald)}
.recipe p{color:#514840;margin:10px 0 0}
.contact{
  background:var(--emerald);
  color:#fff;
  border-radius:34px;
  padding:36px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto 118px;
  align-items:center;
  gap:24px;
}
.contact h2{color:#fff}
.contact p{color:#f7ead2;margin:12px 0 0}
.contact .button{background:#fff;color:var(--emerald);border-color:#fff;white-space:nowrap}
.contact-actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.instagram-link{color:#fff;font-weight:800;text-decoration:underline;text-underline-offset:4px}
.instagram-qr-card{
  width:118px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:#fff;
  padding:10px;
  border:2px solid rgba(255,255,255,.8);
  box-shadow:0 16px 34px rgba(0,0,0,.18);
}
.instagram-qr-card img{display:block;width:100%;height:auto}
.product-detail{min-height:calc(100vh - 90px);display:flex;align-items:center}
.product-detail-grid{display:grid;grid-template-columns:1fr .86fr;gap:48px;align-items:center}
.product-carousel{
  width:100%;
  max-width:620px;
  justify-self:center;
  position:relative;
  display:grid;
  aspect-ratio:4/3;
  background:#fff;
  border:1px solid var(--line);
  border-radius:34px;
  padding:18px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(0,0,0,.09);
}
.product-slide{
  grid-area:1/1;
  display:grid;
  place-items:center;
  opacity:0;
  pointer-events:none;
  transition:opacity .45s ease;
}
.product-slide.is-active{opacity:1;pointer-events:auto}
.product-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:24px;
  display:block;
  background:#fffaf0;
}
.product-slide-sticker img{
  width:100%;
  height:auto;
  max-height:58%;
  object-fit:contain;
  padding:8px;
}
.product-carousel-dots{
  position:absolute;
  left:50%;
  bottom:16px;
  transform:translateX(-50%);
  z-index:3;
  display:flex;
  align-items:center;
  gap:8px;
}
.product-carousel-dots button{
  width:10px;
  height:10px;
  padding:0;
  border-radius:50%;
  border:1px solid rgba(12,95,77,.45);
  background:rgba(255,255,255,.82);
  cursor:pointer;
}
.product-carousel-dots button.is-active{width:24px;border-radius:999px;background:var(--emerald);border-color:var(--emerald)}
.product-detail-copy h1{font-size:clamp(44px,6vw,72px)}
.back-link{display:inline-block;color:var(--emerald);font-weight:800;margin-bottom:18px}
.product-detail-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:26px 0}
.product-detail-meta div,.pairing-note{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px}
.product-detail-meta span,.pairing-note span{display:block;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}
.product-detail-meta strong{display:block;color:var(--emerald);font-size:24px;margin-top:4px}
.product-accent{display:inline-flex;align-items:center;justify-content:center;min-width:160px;border-radius:999px;padding:12px 18px;font-family:Georgia,serif;font-size:22px;font-weight:800;margin-bottom:18px}
.pairing-note{margin-bottom:20px}
.pairing-note p{margin:6px 0 0;color:#514840}
.purchase-button{min-width:220px}
footer{padding:28px 0;color:var(--muted);font-size:14px}
footer .wrap{display:flex;flex-wrap:wrap;gap:10px 18px;justify-content:space-between}
.connection-status{
  position:fixed;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  z-index:40;
  background:var(--charcoal);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  padding:12px 16px;
  box-shadow:0 16px 36px rgba(0,0,0,.24);
  font-weight:800;
}
.offline-page{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:24px;
  background:var(--cream);
}
.offline-card{
  max-width:560px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:32px;
  text-align:center;
  box-shadow:0 16px 36px rgba(49,37,18,.12);
}
.offline-card img{width:110px;height:110px;object-fit:contain}
.offline-card p{color:var(--muted);line-height:1.6}
@media(max-width:900px){
  h1{font-size:56px}
  nav{align-items:flex-start;flex-direction:column;gap:10px}
  .navlinks{display:flex;gap:14px;flex-wrap:wrap;font-size:13px}
  .hero,.story,.contact,.product-detail-grid{grid-template-columns:1fr}
  .hero{padding-left:22px;padding-right:22px}
  .grid{grid-template-columns:repeat(2,1fr)}
  .cards,.recipes,.trust{grid-template-columns:1fr}
  .product-detail{align-items:start}
  .contact .button{white-space:normal}
  .contact-actions{align-items:stretch}
  .instagram-qr-card{width:128px;justify-self:center}
}
@media(max-width:560px){
  .grid{grid-template-columns:1fr}
  h1{font-size:42px}
  h2{font-size:34px}
  .hero{padding-top:34px}
  .button{width:100%;margin-bottom:10px}
  .section-head{display:block}
  .product{min-height:auto}
  .product-detail-meta{grid-template-columns:1fr}
  .product-carousel{border-radius:24px;padding:10px}
  .product-slide img{border-radius:18px}
  .product-slide-sticker img{padding:4px;max-height:62%}
  .product-carousel-dots{bottom:14px}
  .purchase-button{width:100%}
  footer .wrap{display:block}
  footer span{display:block;margin:6px 0}
}
