:root{
  --ink:#2a130b;
  --brown:#4b2413;
  --copper:#8f4b20;
  --gold:#d69c4c;
  --cream:#fff7ea;
  --sand:#f3dfc3;
  --leaf:#486b33;
  --muted:#755f4d;
  --card:#fffaf1;
  --shadow:0 24px 70px rgba(58, 28, 13, .16);
  --radius:30px}
*{
  box-sizing:border-box}
html{
  scroll-behavior:smooth}
body{
  margin:0;
  background:linear-gradient(180deg, var(--cream), #f7ead7 42%, #fff7ea);
  color:var(--ink);
  font-family:Catamaran, system-ui, sans-serif;
  font-size:18px;
  line-height:1.6;
  overflow-x:hidden}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:radial-gradient(circle at 15% 10%, rgba(214, 156, 76, .18), transparent 26rem), radial-gradient(circle at 90% 20%, rgba(72, 107, 51, .1), transparent 22rem);
  z-index:-1}
a{
  color:inherit;
  text-decoration:none}
img{
  max-width:100%;
  height:auto}
.skip-link{
  position:absolute;
  left:-999px;
  top:1rem;
  background:var(--brown);
  color:white;
  padding:.7rem 1rem;
  border-radius:999px;
  z-index:20}
.skip-link:focus{
  left:1rem}
.site-header{
  position:sticky;
  top:0;
  z-index:10;
  backdrop-filter:blur(18px);
  background:rgba(255, 247, 234, .82);
  border-bottom:1px solid rgba(143, 75, 32, .13)}
.site-header.is-scrolled{
  box-shadow:0 14px 34px rgba(58, 28, 13, .10)}
.nav{
  max-width:1180px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.2rem;
  padding:.55rem 1.2rem}
.brand img{
  display:block;
  width:152px;
  border-radius:18px}
.nav-links{
  display:flex;
  gap:.45rem;
  align-items:center}
.nav-links a, .nav-cta{
  font-weight:800;
  padding:.7rem .95rem;
  border-radius:999px}
.nav-links a:hover, .nav-links a:focus-visible{
  background:#f1dec3}
.nav-cta{
  background:var(--brown);
  color:#fff6e8;
  box-shadow:0 12px 24px rgba(75, 36, 19, .18)}
.section-shell{
  width:min(1180px, calc(100% - 32px));
  margin-inline:auto}
.hero{
  min-height:calc(100vh - 88px);
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:2rem;
  padding:4rem 0}
.eyebrow, .kicker{
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.82rem;
  font-weight:800;
  color:var(--copper);
  margin:0 0 .75rem}
.hero h1, h2, h3{
  font-family:Fraunces, Georgia, serif;
  line-height:1.04;
  margin:0;
  color:var(--brown)}
.hero h1{
  font-size:clamp(3rem, 7vw, 6.7rem);
  letter-spacing:-.055em}
h2{
  font-size:clamp(2.2rem, 4vw, 4.45rem);
  letter-spacing:-.04em}
h3{
  font-size:clamp(1.45rem, 2.1vw, 2.25rem)}
.hero-subtitle{
  font-size:1.28rem;
  color:var(--muted);
  max-width:690px}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.85rem;
  margin:2rem 0}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:.85rem 1.2rem;
  border-radius:999px;
  font-weight:900;
  border:1px solid transparent}
.button.primary{
  background:linear-gradient(135deg, var(--brown), var(--copper));
  color:white}
.button.secondary{
  background:var(--leaf);
  color:white}
.button.ghost{
  border-color:rgba(75, 36, 19, .28);
  background:rgba(255, 255, 255, .38)}
.trust-strip{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:.8rem;
  margin:2rem 0 0}
.trust-strip div{
  background:rgba(255, 250, 241, .8);
  border:1px solid rgba(143, 75, 32, .15);
  border-radius:20px;
  padding:1rem}
.trust-strip dt{
  font:800 2rem Fraunces, serif;
  color:var(--copper)}
.trust-strip dd{
  margin:0;
  color:var(--muted);
  font-weight:700}
.hero-visual{
  min-height:570px;
  border-radius:46px;
  position:relative;
  overflow:hidden;
  background:linear-gradient(150deg, #442012, #8b421d 42%, #e2ab5d);
  box-shadow:var(--shadow);
  isolation:isolate}
.hero-visual:before{
  content:"";
  position:absolute;
  inset:8%;
  border:1px solid rgba(255, 231, 187, .45);
  border-radius:38px}
.banana-leaf{
  position:absolute;
  inset:auto 7% 8% 7%;
  height:330px;
  border-radius:50% 50% 42% 42%;
  background:linear-gradient(120deg, #2f5428, #6f8d38 48%, #243d1e);
  transform:rotate(-8deg);
  box-shadow:inset 0 0 0 2px rgba(255, 255, 255, .08), 0 25px 60px rgba(0, 0, 0, .22)}
.banana-leaf:before{
  content:"";
  position:absolute;
  left:50%;
  top:2%;
  bottom:3%;
  width:3px;
  background:rgba(238, 221, 151, .55);
  transform:rotate(8deg)}
.spice-bowl{
  position:absolute;
  width:170px;
  height:170px;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-align:center;
  color:#fff8e8;
  font-weight:900;
  box-shadow:inset 0 18px 25px rgba(255, 255, 255, .16), inset 0 -18px 35px rgba(0, 0, 0, .28), 0 22px 40px rgba(0, 0, 0, .24)}
.spice-bowl span{
  background:rgba(50, 21, 9, .65);
  padding:.35rem .7rem;
  border-radius:999px}
.bowl-one{
  left:12%;
  top:19%;
  background:radial-gradient(circle, #d94b25, #7b1e13 72%)}
.bowl-two{
  right:13%;
  top:30%;
  background:radial-gradient(circle, #c99b61, #392216 74%)}
.bowl-three{
  left:35%;
  bottom:12%;
  background:radial-gradient(circle, #f0cf87, #6a3918 73%)}
.visual-note{
  position:absolute;
  left:8%;
  right:8%;
  bottom:5%;
  padding:.8rem 1rem;
  border-radius:18px;
  background:rgba(255, 247, 234, .9);
  font-size:.92rem;
  color:var(--brown);
  font-weight:700}
.featured, .why, .products, .about, .heritage, .choose, .order, .contact, .social, .faq{
  padding:5.2rem 0}
.category-grid, .heritage-grid, .choose-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:1rem;
  margin-top:2rem}
.category-card, .why-list article, .heritage-grid article, .choose-grid div, details{
  background:rgba(255, 250, 241, .82);
  border:1px solid rgba(143, 75, 32, .14);
  border-radius:var(--radius);
  padding:1.4rem;
  box-shadow:0 10px 30px rgba(58, 28, 13, .08)}
.category-card .icon{
  font-size:2.1rem}
.category-card p, .why-list p, .heritage-grid p, .choose-grid span, .product-panel p, .about p, .contact p, details p{
  color:var(--muted)}
.why{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:2rem;
  align-items:start}
.why-list{
  display:grid;
  gap:1rem}
.product-stack{
  display:grid;
  gap:1.2rem;
  margin-top:2rem}
.product-panel{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:2rem;
  align-items:center;
  background:rgba(255, 250, 241, .88);
  border:1px solid rgba(143, 75, 32, .14);
  border-radius:38px;
  padding:1.1rem;
  box-shadow:var(--shadow)}
.product-panel.reverse{
  grid-template-columns:1.2fr .8fr}
.product-panel.reverse .product-art{
  order:2}
.product-art{
  min-height:310px;
  border-radius:30px;
  position:relative;
  overflow:hidden}
.product-art:before{
  content:"";
  position:absolute;
  inset:18%;
  border-radius:50%;
  background:rgba(255, 246, 226, .16);
  box-shadow:0 0 0 38px rgba(255, 255, 255, .08)}
.product-art:after{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  bottom:18%;
  height:70px;
  border-radius:50%;
  background:rgba(47, 22, 10, .45);
  filter:blur(2px)}
.product-art.red{
  background:radial-gradient(circle at 45% 35%, #ffb15f, #a32819 58%, #46160f)}
.product-art.gold{
  background:radial-gradient(circle at 40% 38%, #ffe2a5, #b26a22 58%, #563018)}
.product-art.ember{
  background:radial-gradient(circle at 45% 38%, #d49b65, #744322 58%, #2e170e)}
.product-art.sea{
  background:radial-gradient(circle at 45% 38%, #c8d7bf, #607d62 58%, #223828)}
.chips{
  list-style:none;
  padding:0;
  margin:1.25rem 0 0;
  display:flex;
  flex-wrap:wrap;
  gap:.6rem}
.chips li{
  background:#f0dfc6;
  color:var(--brown);
  border:1px solid rgba(143, 75, 32, .16);
  padding:.45rem .75rem;
  border-radius:999px;
  font-weight:800;
  font-size:.95rem}
.about-card{
  max-width:980px;
  margin:auto;
  background:linear-gradient(135deg, rgba(75, 36, 19, .96), rgba(143, 75, 32, .92));
  color:#fff1dc;
  border-radius:44px;
  padding:clamp(2rem, 5vw, 4rem);
  box-shadow:var(--shadow)}
.about-card h2{
  color:#fff5e6}
.about-card p{
  color:#f4dcc1}
.heritage-grid{
  grid-template-columns:repeat(3, 1fr)}
.choose-grid div{
  display:grid;
  gap:.45rem}
.choose-grid strong{
  font-family:Fraunces, serif;
  color:var(--brown);
  font-size:1.25rem}
.steps{
  counter-reset:step;
  list-style:none;
  padding:0;
  margin:2rem 0 0;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:1rem}
.steps li{
  background:var(--card);
  border-radius:var(--radius);
  padding:1.3rem;
  border:1px solid rgba(143, 75, 32, .14)}
.steps span{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  background:var(--brown);
  color:white;
  border-radius:50%;
  font-weight:900;
  margin-bottom:1rem}
.steps strong{
  display:block;
  font:700 1.3rem Fraunces, serif;
  color:var(--brown)}
.steps p{
  color:var(--muted);
  margin:.4rem 0 0}
.contact{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2rem;
  align-items:center}
.contact-cards{
  display:grid;
  gap:1rem}
.contact-cards a{
  display:grid;
  gap:.2rem;
  background:var(--brown);
  color:white;
  border-radius:24px;
  padding:1.15rem 1.3rem}
.contact-cards span{
  color:#f4c67f;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.8rem;
  font-weight:900}
.contact-cards strong{
  font-size:1.25rem}
.social-links{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  margin-top:1.3rem}
.social-links a{
  background:#f0dfc6;
  border-radius:999px;
  padding:.8rem 1.3rem;
  font-weight:900}
.faq details{
  margin-top:.8rem}
.faq summary{
  font:700 1.15rem Fraunces, serif;
  color:var(--brown);
  cursor:pointer}
.footer{
  background:#2b130b;
  color:#fff2df;
  padding:3rem 0}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr;
  gap:1.4rem;
  align-items:start}
.footer a, .footer strong{
  display:block}
.footer a{
  color:#f3d2a3;
  margin:.25rem 0}
.copyright{
  margin:0;
  color:#f3d2a3}
@media (prefers-reduced-motion:no-preference){
  .category-card, .product-panel, .choose-grid div{
  transition:transform .25s ease, box-shadow .25s ease}
.category-card:hover, .product-panel:hover, .choose-grid div:hover{
  transform:translateY(-4px)}
}
@media (max-width:900px){
  .nav{
  align-items:flex-start}
.nav-links{
  overflow:auto;
  max-width:100%;
  padding-bottom:.4rem}
.nav{
  flex-wrap:wrap}
.nav-cta{
  margin-left:auto}
.hero, .why, .contact{
  grid-template-columns:1fr}
.hero{
  padding-top:2rem}
.hero-visual{
  min-height:460px}
.category-grid, .steps, .choose-grid{
  grid-template-columns:repeat(2, 1fr)}
.product-panel, .product-panel.reverse{
  grid-template-columns:1fr}
.product-panel.reverse .product-art{
  order:0}
.heritage-grid, .footer-grid{
  grid-template-columns:1fr 1fr}
}
@media (max-width:620px){
  body{
  font-size:16px}
.section-shell{
  width:min(100% - 22px, 1180px)}
.brand img{
  width:126px}
.nav-links{
  order:3;
  width:100%;
  justify-content:space-between;
  gap:.2rem}
.nav-links a{
  padding:.55rem .5rem;
  font-size:.92rem}
.nav-cta{
  padding:.58rem .75rem}
.hero h1{
  font-size:3rem}
.hero-visual{
  min-height:390px;
  border-radius:30px}
.spice-bowl{
  width:128px;
  height:128px}
.category-grid, .steps, .choose-grid, .heritage-grid, .footer-grid{
  grid-template-columns:1fr}
.product-panel{
  padding:.75rem;
  border-radius:28px}
.product-art{
  min-height:240px}
.trust-strip{
  grid-template-columns:1fr}
.visual-note{
  font-size:.78rem}
.contact-cards strong{
  font-size:1rem}
}
