:root{color:#0f1015;background:#faf3dd;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility;--ink: #0f1015;--cream: #faf3dd;--paper: #fffaf0;--sage: #5b6946;--sage-deep: #3f4a31;--sage-soft: #dce0c7;--tan: #d0ad72;--rose: #c68581;--line: rgba(15, 16, 21, .14);--shadow: 0 20px 50px rgba(15, 16, 21, .12);--radius: 8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--ink);background:var(--cream)}button,input,textarea{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,Times New Roman,serif;font-weight:700;letter-spacing:0}h1{margin-bottom:18px;font-size:clamp(4.6rem,13vw,9.2rem);line-height:.82}h2{margin-bottom:16px;max-width:900px;font-size:clamp(2.1rem,5vw,5rem);line-height:.94}h3{margin-bottom:10px;font-size:1.08rem;line-height:1.18}.site-shell{min-height:100vh;overflow-x:hidden}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:68px;padding:12px clamp(18px,5vw,66px);background:#faf3ddf0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand-mark{display:inline-flex;align-items:center;gap:10px;min-width:max-content;font-weight:900}.brand-mark img{width:42px;height:42px;object-fit:contain;border-radius:50%;background:var(--cream)}.brand-mark span{font-size:.96rem}.topbar nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(12px,3vw,30px);color:#0f1015b8;font-size:.88rem;font-weight:800}.topbar nav a{padding:8px 0;border-bottom:2px solid transparent;transition:border-color .18s ease,color .18s ease,transform .18s ease}.topbar nav a:hover,.topbar nav a:focus-visible,.topbar nav a.active{color:var(--sage)}.topbar nav a.active{border-color:var(--sage)}.hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(300px,.8fr);align-items:center;gap:clamp(22px,4vw,58px);min-height:min(760px,calc(100svh - 92px));padding:clamp(44px,6vw,82px) clamp(18px,6vw,88px) clamp(54px,7vw,96px);background:linear-gradient(90deg,#faf3ddfa,#faf3dde6),var(--cream)}.hero-copy-block{max-width:660px;animation:heroRise .64s ease both}.hero-title-row{display:inline-flex;align-items:flex-start;gap:12px;width:fit-content;max-width:100%;margin:0}.hero-title-logo{flex:0 0 auto;width:44px;height:44px;margin-top:12px;object-fit:contain;border-radius:50%;background:#fffaf0c7;box-shadow:0 10px 24px #5b694624;animation:softFloat 4.8s ease-in-out infinite}.eyebrow{margin-bottom:14px;color:var(--sage);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hero-copy{max-width:560px;color:#0f1015b8;font-size:clamp(1rem,1.5vw,1.2rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid transparent;border-radius:var(--radius);cursor:pointer;font-weight:900;transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease}.button:hover,.button:focus-visible{transform:translateY(-1px)}.button.primary{color:var(--cream);background:var(--sage)}.button.secondary{color:var(--sage-deep);border-color:#5b69465c;background:#fffaf0b8}.button.ghost{color:var(--sage-deep);border-color:transparent;background:transparent}.button.full{width:100%}.hero-reel-card{justify-self:start;width:min(100%,390px);padding:10px;border:1px solid rgba(91,105,70,.2);border-radius:var(--radius);background:#fffaf0c7;box-shadow:var(--shadow);animation:heroRise .72s ease .12s both}.hero-reel-preview{position:relative;display:grid;overflow:hidden;width:100%;height:min(590px,72vh);min-height:500px;border-radius:6px;background:var(--sage-deep);color:var(--cream);text-decoration:none}.hero-reel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));width:100%;height:100%}.hero-reel-grid img{width:100%;height:100%;object-fit:cover;filter:saturate(.96) contrast(.96);transform:scale(1.08) translateY(var(--tile-shift));transition:filter .26s ease,transform .42s ease}.hero-reel-overlay{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(180deg,#0f10151a,#0f101561),radial-gradient(circle at center,#0f10151a,#0f101547)}.hero-play-icon{width:76px;height:76px;border-radius:999px;background:#fffaf0eb;box-shadow:0 18px 44px #0f101547;animation:playBreath 2.8s ease-in-out infinite}.hero-play-icon:before{display:block;width:0;height:0;margin:22px 0 0 30px;border-top:16px solid transparent;border-bottom:16px solid transparent;border-left:24px solid var(--sage-deep);content:""}.hero-reel-preview:hover .hero-reel-grid img,.hero-reel-preview:focus-visible .hero-reel-grid img{transform:scale(1.12) translateY(var(--tile-shift))}.hero-reel-preview:focus-visible{outline:3px solid rgba(91,105,70,.5);outline-offset:3px}.section{padding:clamp(66px,9vw,118px) clamp(18px,5vw,66px);scroll-margin-top:82px}.tab-shell{background:var(--paper)}.tab-panel{animation:tabReveal .44s cubic-bezier(.2,.72,.2,1) both}.tab-panel .section,.tab-panel .legal-section{min-height:clamp(620px,calc(100svh - 146px),860px)}.section-heading{max-width:1040px;margin:0 auto clamp(34px,5vw,58px);animation:cardReveal .42s ease both}.section-heading p:not(.eyebrow){max-width:690px;color:#0f1015ad;font-size:1.04rem}.story-section{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1fr);align-items:center;gap:clamp(28px,6vw,88px);color:var(--cream);background:var(--sage)}.story-section .eyebrow,.faq-section .eyebrow{color:var(--sage-soft)}.story-media{overflow:hidden;min-height:480px;border:1px solid rgba(250,243,221,.24);border-radius:var(--radius);background:var(--sage-deep);box-shadow:0 24px 60px #0f10152e}.story-media img{width:100%;height:100%;min-height:480px;object-fit:cover}.story-copy{max-width:760px}.story-copy p:not(.eyebrow){color:#faf3ddd1;font-size:1rem}.about-section,.support-section{background:var(--paper)}.about-grid,.support-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2vw,24px);max-width:1180px;margin:0 auto}.about-card,.support-card,.menu-card,.order-tile,.order-panel,details{border:1px solid var(--line);border-radius:var(--radius);background:#fffaf0eb}.about-card,.support-card{min-height:230px;padding:clamp(22px,3vw,30px)}.reveal-card{animation:cardReveal .46s ease both;animation-delay:calc(var(--reveal-index, 0) * 70ms)}.about-card,.support-card,.menu-card,.order-tile,.order-panel,details,.hero-reel-card{transition:border-color .18s ease,box-shadow .22s ease,transform .22s ease}.about-card:hover,.support-card:hover,.menu-card:hover,.order-tile:hover,details:hover{border-color:#5b694642;box-shadow:0 16px 34px #0f101514;transform:translateY(-3px)}.about-card p,.support-card p,.menu-card p:not(.menu-price),.order-tile p,details p,.direct-contact{color:#0f1015a8}.menu-section{color:var(--cream);background:var(--sage-deep)}.menu-section .eyebrow{color:var(--sage-soft)}.menu-section .section-heading p:not(.eyebrow){color:#faf3ddc2}.menu-preview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(16px,2vw,22px);max-width:1240px;margin:0 auto}.menu-card{display:grid;gap:12px;min-height:420px;padding:20px;color:var(--ink);background:var(--cream)}.flavour-figure{display:grid;place-items:center;margin:0;overflow:hidden;border:1px solid rgba(91,105,70,.16);border-radius:var(--radius);background:radial-gradient(circle at 50% 46%,#fffaf0fa 0 48%,#f3ead0eb 72%,#dce0c7d1)}.menu-figure{aspect-ratio:1 / .82}.order-figure{aspect-ratio:4 / 3;margin-bottom:12px}.flavour-image{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 14px 18px rgba(15,16,21,.12));transform:scale(.84);transform-origin:center;transition:transform .32s ease}.menu-card:hover .flavour-image,.order-tile:hover .flavour-image{transform:scale(.9) rotate(-1deg)}.menu-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.menu-swatch{width:42px;height:42px;border-radius:50%;box-shadow:inset 0 0 0 1px #fffaf066,0 6px 16px #0f101524}.menu-swatch.small{width:18px;height:18px;flex:0 0 auto}.menu-price{margin:0;font-size:1.08rem;font-weight:950}.menu-card>span:not(.menu-swatch){align-self:end;color:var(--sage);font-size:.88rem;font-weight:900}.support-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-support{margin-top:clamp(22px,4vw,42px)}.support-card span{display:inline-flex;margin-bottom:28px;color:var(--rose);font-weight:950}.order-section{background:#f3ead0}.order-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,410px);gap:clamp(18px,3vw,34px);max-width:1240px;margin:0 auto;align-items:start}.order-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,2vw,24px)}.order-tile{display:grid;min-height:440px;padding:20px}.tile-topline,.quantity-row,.summary-lines div,.site-footer,.method-toggle{display:flex;align-items:center}.tile-topline{justify-content:space-between;gap:10px;margin-bottom:18px;font-weight:950}.quantity-row{align-self:end;justify-content:space-between;gap:10px;min-height:44px;margin-top:20px}.quantity-row button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;color:var(--ink);background:var(--paper);cursor:pointer;font-size:1.2rem;font-weight:900}.quantity-row button:hover:not(:disabled),.quantity-row button:focus-visible{color:var(--cream);background:var(--sage)}.quantity-row button:disabled{cursor:not-allowed;opacity:.35}.quantity-row output{display:grid;place-items:center;min-width:48px;height:42px;border-radius:999px;color:var(--sage-deep);background:#5b69461f;font-weight:950}.order-panel{position:sticky;top:88px;display:grid;gap:16px;padding:20px;background:var(--paper);box-shadow:0 16px 34px #0f101517}.method-toggle{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:4px;border:1px solid var(--line);border-radius:var(--radius);background:#5b694617}.method-toggle button{min-height:42px;border:0;border-radius:6px;color:#0f10159e;background:transparent;cursor:pointer;font-weight:900;text-transform:capitalize}.method-toggle button.active{color:var(--cream);background:var(--sage)}.summary-lines{display:grid;gap:10px;padding-bottom:16px;border-bottom:1px solid var(--line)}.summary-lines div{justify-content:space-between;gap:16px}.summary-lines span,.selected-list{color:#0f10159e}.total-line{padding-top:12px;border-top:1px solid var(--line);font-size:1.12rem}.selected-list{display:grid;gap:6px;min-height:42px;font-size:.94rem}.selected-list p{margin:0}label{display:grid;gap:7px;color:var(--ink);font-size:.9rem;font-weight:900}input,textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);background:#fffdf6}input{min-height:46px;padding:0 12px}textarea{resize:vertical;padding:12px}input:focus,textarea:focus,button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid rgba(91,105,70,.28);outline-offset:2px}.field-error{color:#9f2a22;font-size:.82rem;font-weight:900}.grid-error{grid-column:1 / -1;margin:0}.direct-contact{margin:-2px 0 0;font-size:.92rem}.direct-contact a{color:var(--sage-deep);font-weight:950;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.success-message{margin:0;padding:12px;border-radius:var(--radius);color:#244124;background:#5b694626;font-weight:900}.faq-section{color:var(--cream);background:var(--ink)}.faq-section .section-heading p:not(.eyebrow){color:#faf3ddad}.faq-list{display:grid;gap:10px;max-width:920px;margin:0 auto}details{border-color:#faf3dd2e;background:#faf3dd14}summary{cursor:pointer;padding:18px;font-weight:950}details p{margin:0;padding:0 18px 18px;color:#faf3ddb8}.legal-section{padding:clamp(46px,7vw,82px) clamp(18px,5vw,66px);color:var(--cream);background:#1b1d17;border-top:1px solid rgba(250,243,221,.12)}.legal-heading{max-width:960px;margin:0 auto 26px}.legal-heading .eyebrow{color:var(--tan)}.legal-heading h2{margin-bottom:10px;font-size:clamp(1.8rem,4vw,3.2rem)}.legal-heading p:not(.eyebrow),.legal-card p,.legal-updated{color:#faf3ddb8}.legal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:1120px;margin:0 auto}.legal-card{min-height:260px;padding:20px;border:1px solid rgba(250,243,221,.16);border-radius:var(--radius);background:#faf3dd0f}.legal-card h3{color:var(--cream)}.legal-card p{margin-bottom:0;font-size:.92rem}.legal-updated{max-width:1120px;margin:16px auto 0;font-size:.86rem}.site-footer{justify-content:space-between;flex-wrap:wrap;gap:20px;padding:24px clamp(18px,5vw,66px);color:var(--cream);background:var(--ink);border-top:1px solid rgba(250,243,221,.16)}.footer-brand{display:inline-flex;align-items:center;gap:12px;font-weight:950}.footer-brand img{width:62px;height:62px;object-fit:contain;border-radius:50%;background:var(--cream)}.footer-contact{display:grid;justify-items:end;gap:4px}.site-footer p{margin:0;font-weight:950}.site-footer a{color:var(--tan);font-weight:900}.footer-copy{flex-basis:100%;color:#faf3dd94;font-size:.86rem}@media(max-width:1100px){.menu-preview{grid-template-columns:repeat(3,minmax(0,1fr))}.about-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.hero,.story-section,.order-layout{grid-template-columns:1fr}.hero{min-height:auto}.hero-reel-card{justify-self:start;width:min(390px,100%)}.story-media,.story-media img{min-height:420px}.support-grid,.legal-grid,.order-grid{grid-template-columns:1fr}.order-panel{position:static}}@media(max-width:700px){.topbar{align-items:flex-start;flex-direction:column;gap:10px;padding:10px 16px 12px}.brand-mark img{width:36px;height:36px}.topbar nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;gap:4px;font-size:.66rem}.topbar nav a{min-width:0;padding:6px 2px;border:1px solid rgba(91,105,70,.12);border-radius:6px;text-align:center}.topbar nav a.active{border-color:#5b69465c;background:#5b69461a}h1{font-size:clamp(3.7rem,17vw,4.9rem)}h2{font-size:clamp(2.1rem,12vw,3.4rem)}.hero{padding:30px 16px}.hero-title-row{gap:9px}.hero-title-logo{width:34px;height:34px;margin-top:8px}.hero-copy{max-width:34ch}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.button.ghost{border-color:#5b694638;background:#fffaf06b}.hero-reel-preview{height:380px;min-height:360px}.section{padding:58px 16px}.tab-panel .section,.tab-panel .legal-section{min-height:auto}.story-media,.story-media img{min-height:360px}.about-grid,.menu-preview{grid-template-columns:1fr}.about-card,.support-card,.menu-card,.order-tile{min-height:auto}.site-footer{align-items:flex-start;flex-direction:column}.footer-contact{justify-items:start}}@keyframes heroRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes tabReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes cardReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes softFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes playBreath{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
