:root{--bg:#fff8ed;--paper:#fff;--ink:#1c1a18;--muted:#756c62;--blue:#0e7aa7;--blue-dark:#075273;--cream:#ffe7b8;--shadow:0 18px 50px rgba(31,26,21,.14);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}.hero{position:relative;min-height:78vh;display:flex;flex-direction:column;overflow:hidden;color:white;background:radial-gradient(circle at 20% 10%,rgba(255,231,184,.8),transparent 24rem),radial-gradient(circle at 80% 15%,rgba(240,111,97,.75),transparent 20rem),linear-gradient(135deg,#076184 0%,#0e7aa7 45%,#f2aa4c 100%)}.hero:after{content:"";position:absolute;inset:auto -20% -32% -20%;height:44%;background:var(--bg);border-radius:50% 50% 0 0;z-index:1}.hero__overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:34px 34px;opacity:.45}.topbar,.hero__content{position:relative;z-index:2}.topbar{display:flex;gap:14px;align-items:center;padding:22px}.brandmark{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.3);font-weight:900;letter-spacing:-.04em;backdrop-filter:blur(12px)}.eyebrow{margin:0 0 4px;font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800;opacity:.82}h1,h2,h3,p{margin-top:0}h1{margin:0;font-family:"Playfair Display",Georgia,serif;font-size:1.45rem;line-height:1}.hero__content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:28px 22px 110px;max-width:760px}.since{display:inline-flex;align-self:flex-start;margin:0 0 18px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.32);font-weight:800;backdrop-filter:blur(10px)}.hero h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.5rem,10vw,5.8rem);line-height:.92;margin:0 0 18px;letter-spacing:-.06em}.hero__content>p:not(.since){font-size:1.15rem;max-width:560px;color:rgba(255,255,255,.92)}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 18px;border-radius:999px;font-weight:850;text-decoration:none}.button--primary{color:white;background:var(--blue-dark);box-shadow:0 10px 26px rgba(7,82,115,.22)}.button--ghost{color:white;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.34);backdrop-filter:blur(12px)}main{position:relative;z-index:3;max-width:1120px;margin:-42px auto 0;padding:0 16px 50px}.quick-nav{display:flex;gap:10px;overflow-x:auto;padding:8px 2px 22px;scrollbar-width:none}.quick-nav::-webkit-scrollbar{display:none}.quick-nav a{flex:0 0 auto;color:var(--ink);background:white;text-decoration:none;padding:12px 16px;border-radius:999px;font-weight:800;box-shadow:0 10px 26px rgba(31,26,21,.08)}.section{margin:28px 0 44px}.section__header{margin-bottom:18px;padding:0 4px}.section__header .eyebrow{color:var(--blue);opacity:1}.section h2,.info-card h2,.cta h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,6vw,3.2rem);line-height:1;letter-spacing:-.045em;margin-bottom:8px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product{position:relative;display:flex;flex-direction:column;gap:14px;min-height:100%;padding:18px;border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow);overflow:hidden}.product:before{content:"";position:absolute;width:92px;height:92px;border-radius:999px;right:-24px;top:-24px;background:linear-gradient(135deg,rgba(14,122,167,.16),rgba(240,111,97,.18))}.product__top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;position:relative;z-index:1}.product h3{margin:0;font-size:1.12rem;line-height:1.16}.price{flex:0 0 auto;padding:8px 10px;border-radius:14px;background:var(--cream);color:#5a3500;font-weight:900;white-space:nowrap}.product p{margin:0;color:var(--muted);line-height:1.48}.tags,.allergens{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}.tag,.allergen{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:.76rem;font-weight:800;background:rgba(14,122,167,.1);color:var(--blue-dark)}.allergen{background:rgba(117,108,98,.11);color:#594f46}.category{margin:22px 0;padding:18px;border-radius:calc(var(--radius) + 8px);background:rgba(255,255,255,.58);border:1px solid rgba(31,26,21,.06)}.category__header{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:14px}.category h3{margin:0 0 5px;font-family:"Playfair Display",Georgia,serif;font-size:2rem;line-height:1}.category p{margin:0;color:var(--muted)}.info-card,.cta{margin:26px 0;padding:24px;border-radius:calc(var(--radius) + 8px);background:white;box-shadow:var(--shadow)}.info-card p{color:var(--muted);line-height:1.58;margin-bottom:10px}.cta{text-align:center;color:white;background:linear-gradient(135deg,var(--blue-dark),var(--blue))}.cta p{color:rgba(255,255,255,.9)}.cta .button--primary{background:white;color:var(--blue-dark)}footer{padding:28px 18px 42px;text-align:center;color:var(--muted);font-size:.92rem}.hidden{display:none!important}@media(max-width:860px){.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.hero{min-height:76vh}.hero__content{padding-bottom:94px}.grid{grid-template-columns:1fr}.category{padding:12px}.product{padding:16px}.category__header{align-items:flex-start;flex-direction:column}}