:root{--cream:#fff6e8;--paper:#fffdf8;--tomato:#c52f27;--red:#b91f25;--mustard:#f6bd3b;--cocoa:#482a21;--muted:#6f4b3d;--line:#ead9c3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--cocoa);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}.site-header{height:88px;max-width:1328px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 34px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:9px;color:var(--cocoa);font-size:18px;font-weight:900;letter-spacing:.04em;text-decoration:none}.brand-mark{display:grid;place-items:center;background:var(--tomato);color:#fff;border-radius:50%;width:32px;height:32px;font-size:22px;font-style:italic}.desktop-nav{display:flex;gap:36px}.desktop-nav a,.mobile-nav a,footer a{color:var(--cocoa);text-decoration:none;font-size:13px;font-weight:700}.menu-toggle,.mobile-nav{display:none}.hero{max-width:1328px;margin:0 auto;min-height:675px;padding:72px 70px 72px 105px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.eyebrow{color:var(--tomato);font-size:11px;font-weight:800;letter-spacing:.16em;margin:0 0 26px}.hero h1{font-size:clamp(58px,6.8vw,98px);line-height:.92;letter-spacing:-.07em;margin:0;font-weight:900}.hero h1 em,h2 em{color:var(--tomato);font-style:normal}.hero-text{max-width:340px;color:var(--muted);line-height:1.55;font-size:16px;margin:30px 0}.primary-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;min-height:54px;background:var(--tomato);color:#fff;border-radius:30px;padding:0 22px 0 25px;text-decoration:none;font-weight:800;font-size:14px}.primary-btn span{font-size:19px}.hero-art{height:500px;position:relative;display:grid;place-items:center}.sun{position:absolute;width:405px;height:405px;background:var(--mustard);border-radius:50%;top:40px;right:40px}.leaf{position:absolute;background:var(--red);width:18px;height:110px;border-radius:100% 0;transform:rotate(35deg);z-index:1}.leaf-a{right:53px;top:43px}.leaf-b{right:112px;top:10px;transform:rotate(75deg)}.wrap-shadow{position:absolute;width:230px;height:42px;border-radius:50%;background:#9e5b2a55;bottom:104px;transform:rotate(-8deg)}.wrap{position:relative;width:250px;height:350px;transform:rotate(23deg);z-index:2}.wrap-top{position:absolute;background:#fff5dd;width:230px;height:150px;top:0;left:10px;border-radius:52% 48% 18% 20%;transform:skewY(-8deg);box-shadow:0 12px 0 #ead8b7}.wrap-fill{position:absolute;top:42px;left:28px;width:195px;height:76px;background:linear-gradient(165deg,var(--red) 0 23%,#6b3e2b 24% 42%,#729c3d 43% 57%,var(--mustard) 58% 77%,var(--tomato) 78%);border-radius:45%;transform:rotate(-4deg)}.wrap-paper{position:absolute;bottom:12px;left:38px;width:180px;height:260px;background:#fff5dd;clip-path:polygon(10% 0,90% 0,74% 100%,25% 100%);box-shadow:15px 5px 0 #ead8b7}.art-label{position:absolute;right:0;bottom:53px;font-size:12px;font-weight:700;line-height:1.1;transform:rotate(-12deg);color:var(--red)}.marquee{border-block:1px solid var(--line);height:78px;display:flex;align-items:center;justify-content:space-around;overflow:hidden;white-space:nowrap;font-size:13px;font-weight:900;letter-spacing:.12em}.marquee i{color:var(--tomato);font-size:22px;font-style:normal}.menu-section,.about-section{max-width:1120px;margin:0 auto;padding:150px 30px;display:grid;grid-template-columns:1fr 1fr;gap:100px}.menu-section h2,.about-section h2,.contact-section h2{font-size:clamp(48px,6vw,84px);line-height:.92;letter-spacing:-.07em;margin:0}.menu-note{padding-top:35px}.menu-note p,.about-copy>p{font-size:20px;line-height:1.45;max-width:360px;color:var(--muted)}.text-link{display:inline-block;margin-top:20px;color:var(--tomato);font-weight:bold;text-decoration:none}.about-section{max-width:none;background:var(--paper);padding-inline:max(30px,calc((100% - 1060px)/2));}.about-card{padding:60px 0}.about-copy{padding-top:130px;position:relative}.stamp{position:absolute;right:10%;bottom:40px;border:2px solid var(--tomato);border-radius:50%;width:112px;height:112px;display:grid;place-items:center;text-align:center;color:var(--tomato);font-size:13px;font-weight:900;line-height:.9;transform:rotate(12deg)}.contact-section{padding:130px 30px;max-width:1120px;margin:auto;position:relative}.dark-btn{margin-top:38px;background:var(--cocoa)}.taste-section{background:var(--tomato);color:#fff;padding:110px max(30px,calc((100% - 1060px)/2));}.taste-section .eyebrow{color:var(--mustard)}.taste-section h2{font-size:clamp(48px,6vw,84px);line-height:.92;letter-spacing:-.07em;margin:0 0 65px}.taste-section h2 em{color:var(--mustard)}.taste-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.taste-grid article{border-top:1px solid #ffffff66;padding-top:18px}.taste-grid strong{font-size:11px;color:var(--mustard)}.taste-grid p{font-size:18px;font-weight:800;margin:34px 0 5px}@media(max-width:800px){.taste-section{padding:80px 24px}.taste-section h2{margin-bottom:48px}.taste-grid{gap:10px}.taste-grid p{font-size:14px;line-height:1.2;margin-top:25px}}footer{border-top:1px solid var(--line);max-width:1328px;margin:auto;padding:28px 34px;display:flex;justify-content:space-between;font-size:11px;letter-spacing:.08em;color:var(--muted)}a:focus-visible,button:focus-visible{outline:3px solid var(--tomato);outline-offset:4px}@media(max-width:800px){.site-header{height:72px;padding:0 20px}.desktop-nav{display:none}.menu-toggle{display:flex;width:44px;height:44px;border:0;background:none;flex-direction:column;align-items:center;justify-content:center;gap:6px}.menu-toggle span{display:block;width:22px;height:2px;background:var(--cocoa)}.mobile-nav{padding:0 20px;max-height:0;overflow:hidden;display:flex;flex-direction:column;gap:16px;transition:max-height .25s ease;background:var(--cream)}.mobile-nav.open{max-height:180px;padding-block:20px;border-bottom:1px solid var(--line)}.hero{padding:54px 24px 68px;display:block;min-height:0}.hero h1{font-size:clamp(56px,16vw,74px)}.hero-text{font-size:15px;margin:24px 0}.hero-art{height:380px;margin-top:15px}.sun{width:285px;height:285px;right:10px;top:34px}.wrap{transform:scale(.78) rotate(23deg)}.wrap-shadow{bottom:72px}.art-label{right:7px;bottom:40px}.marquee{height:58px;font-size:10px;gap:18px;justify-content:flex-start;padding-left:18px}.marquee span:nth-of-type(2){display:none}.menu-section,.about-section{padding:90px 24px;display:block}.menu-note{padding-top:35px}.about-section{padding-top:75px;padding-bottom:150px}.about-card{padding:0}.about-copy{padding-top:38px}.stamp{right:4%;bottom:32px}.contact-section{padding:90px 24px 110px}footer{padding:22px 20px;font-size:9px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.mobile-nav{transition:none}}