:root {
  --banana: #f6c84c;
  --banana-soft: #ffe69a;
  --cream: #fff7df;
  --paper: #fffbef;
  --leaf: #355b31;
  --leaf-dark: #183018;
  --cacao: #56301f;
  --cacao-dark: #27150d;
  --orange: #d97831;
  --ink: #20170f;
  --muted: #765d41;
  --shadow: 0 24px 80px rgba(39, 21, 13, .18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(246, 200, 76, .42), transparent 30rem),
    radial-gradient(circle at 84% 2%, rgba(53, 91, 49, .18), transparent 28rem),
    linear-gradient(135deg, #fff6db 0%, #f8dfa0 48%, #d99a42 100%);
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.grain {
  position: fixed; inset: 0; pointer-events: none; opacity: .16; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}
.nav {
  position: sticky; top: 0; z-index: 10;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: .8rem clamp(1rem, 4vw, 3rem);
  backdrop-filter: blur(18px);
  background: rgba(255, 247, 223, .74);
  border-bottom: 1px solid rgba(86, 48, 31, .12);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 900; letter-spacing: .18em; font-size: .8rem; }
.brand img { width: 2.45rem; height: 2.45rem; border-radius: 999px; box-shadow: 0 6px 18px rgba(39, 21, 13, .16); }
.nav-pill {
  border: 1px solid rgba(53, 91, 49, .3); color: var(--leaf-dark); border-radius: 999px;
  padding: .7rem .95rem; font-weight: 800; font-size: .78rem; background: rgba(255, 251, 239, .64);
}
.section { position: relative; z-index: 1; width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.hero { min-height: calc(100vh - 70px); display: grid; grid-template-columns: 1fr .95fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: clamp(2rem, 6vw, 5rem) 0; }
.eyebrow { margin: 0 0 .8rem; color: var(--leaf); font-weight: 950; letter-spacing: .14em; text-transform: uppercase; font-size: .74rem; }
h1, h2 { margin: 0; line-height: .92; color: var(--cacao-dark); letter-spacing: -.07em; }
h1 { font-size: clamp(4rem, 12vw, 8.8rem); max-width: 8ch; }
h2 { font-size: clamp(2.4rem, 7vw, 5.5rem); }
.lead { color: var(--cacao); font-size: clamp(1.08rem, 2.2vw, 1.45rem); line-height: 1.55; max-width: 35rem; margin: 1.3rem 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.hero-actions.center { justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 3.35rem; padding: .95rem 1.2rem; border-radius: 999px; font-weight: 950; box-shadow: 0 14px 34px rgba(39, 21, 13, .14); transition: transform .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(39, 21, 13, .2); }
.primary { background: var(--leaf-dark); color: var(--cream); }
.ghost { background: rgba(255, 251, 239, .8); color: var(--cacao-dark); border: 1px solid rgba(86, 48, 31, .18); }
.ghost.dark { background: rgba(39, 21, 13, .08); }
.proof-strip { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.4rem; color: var(--leaf-dark); }
.proof-strip span { background: rgba(255, 251, 239, .62); border: 1px solid rgba(53, 91, 49, .18); padding: .55rem .7rem; border-radius: 999px; font-size: .82rem; font-weight: 850; }
.hero-art { position: relative; min-height: 36rem; display: grid; place-items: center; }
.sunburst { position: absolute; width: min(34rem, 88vw); aspect-ratio: 1; border-radius: 999px; background: conic-gradient(from 12deg, var(--banana), var(--banana-soft), #fff4c5, var(--orange), var(--banana)); filter: blur(.2px); box-shadow: var(--shadow); animation: turn 28s linear infinite; }
.hero-logo { position: absolute; width: clamp(7rem, 22vw, 12rem); border-radius: 999px; z-index: 3; box-shadow: 0 18px 60px rgba(39, 21, 13, .26); transform: translate(-38%, -68%) rotate(-9deg); }
.hero-stack { position: relative; z-index: 2; width: min(31rem, 88vw); transform: rotate(7deg) translateY(1rem); filter: drop-shadow(0 26px 34px rgba(39, 21, 13, .2)); }
.floating-card { position: absolute; z-index: 4; background: rgba(255, 251, 239, .9); border: 1px solid rgba(86, 48, 31, .16); border-radius: 1.2rem; padding: .85rem 1rem; font-weight: 950; box-shadow: var(--shadow); }
.card-one { left: 0; top: 21%; transform: rotate(-7deg); color: var(--leaf-dark); }
.card-two { right: 0; bottom: 15%; transform: rotate(5deg); color: var(--cacao-dark); max-width: 13rem; }
.manifesto { padding: clamp(2rem, 7vw, 5rem) 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.2rem; align-items: stretch; }
.ingredient-battle { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.ingredient-card { padding: clamp(1rem, 3vw, 1.6rem); min-height: 15rem; border-radius: 2rem; box-shadow: var(--shadow); }
.ingredient-card .label { display: block; font-size: .74rem; letter-spacing: .14em; font-weight: 950; opacity: .7; margin-bottom: 1rem; }
.ingredient-card strong { display: block; font-size: clamp(1.65rem, 4vw, 2.6rem); letter-spacing: -.05em; line-height: .95; }
.ingredient-card p { font-size: 1.05rem; line-height: 1.5; }
.terrassa { background: var(--leaf-dark); color: var(--cream); }
.regular { background: rgba(255, 251, 239, .82); color: var(--muted); border: 1px solid rgba(86, 48, 31, .16); }
.regular small { color: var(--orange); font-weight: 850; }
.gallery { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: .8rem; padding: 1rem 0 clamp(2rem, 7vw, 5rem); }
figure { margin: 0; border-radius: 2rem; overflow: hidden; position: relative; min-height: 23rem; background: var(--paper); box-shadow: var(--shadow); }
figure.tall { transform: translateY(2rem); }
figure img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
figcaption { position: absolute; left: .8rem; bottom: .8rem; right: .8rem; background: rgba(255, 251, 239, .86); border-radius: 999px; padding: .75rem .95rem; font-weight: 950; text-align: center; }
.promise { text-align: center; padding: clamp(2rem, 7vw, 5rem) 0; }
.promise h2 { max-width: 900px; margin: 0 auto; }
.promise-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .7rem; margin-top: 1.5rem; }
.promise-grid div { background: rgba(255, 251, 239, .7); border: 1px solid rgba(86, 48, 31, .14); border-radius: 1.2rem; min-height: 6rem; display: grid; place-items: center; padding: .9rem; font-weight: 950; color: var(--leaf-dark); box-shadow: 0 10px 26px rgba(39, 21, 13, .1); }
.cta { margin-bottom: 2rem; text-align: center; color: var(--cream); background: linear-gradient(135deg, var(--leaf-dark), #254b22 60%, #1f381c); border-radius: 2.5rem; padding: clamp(1.5rem, 6vw, 4rem); box-shadow: var(--shadow); overflow: hidden; }
.cta img { width: 6rem; height: 6rem; border-radius: 999px; margin: 0 auto 1rem; box-shadow: 0 18px 50px rgba(0, 0, 0, .24); }
.cta .eyebrow, .cta h2, .cta p { color: var(--cream); }
.cta p { margin: 1rem auto 0; max-width: 42rem; color: rgba(255, 247, 223, .84); line-height: 1.65; }
footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 1rem; width: min(1120px, calc(100% - 2rem)); margin: 0 auto; padding: 1.4rem 0 2rem; color: rgba(39, 21, 13, .72); font-weight: 800; font-size: .88rem; }
@keyframes turn { to { transform: rotate(1turn); } }
@media (max-width: 860px) {
  .nav { padding: .7rem 1rem; }
  .nav-pill { font-size: .72rem; padding: .65rem .75rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 2rem; }
  h1 { font-size: clamp(4rem, 20vw, 6.3rem); }
  .hero-art { min-height: 27rem; order: -1; }
  .hero-logo { transform: translate(-39%, -55%) rotate(-9deg); }
  .card-one { left: .1rem; top: 17%; }
  .card-two { right: .1rem; bottom: 9%; }
  .manifesto { grid-template-columns: 1fr; }
  .ingredient-battle, .gallery { grid-template-columns: 1fr; }
  figure, figure.tall { min-height: 18rem; transform: none; }
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
  footer { flex-direction: column; text-align: center; }
}
@media (max-width: 430px) {
  .brand span { display: none; }
  .section { width: min(100% - 1.1rem, 1120px); }
  .hero-actions .btn { width: 100%; }
  .hero-art { min-height: 23rem; }
  .floating-card { font-size: .82rem; border-radius: .9rem; max-width: 11rem; }
  .promise-grid { grid-template-columns: 1fr; }
  .cta { border-radius: 1.6rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
