:root{--green:#004a2d;--deep:#003723;--gold:#b88618;--cream:#fbf7ee;--ink:#14231e;--muted:#64716b}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}h1,h2,h3{font-family:Georgia,serif}header{height:82px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#fffefaf2;backdrop-filter:blur(12px);z-index:20;border-bottom:1px solid #eee}.brand{font:bold 31px Georgia;color:var(--green);text-decoration:none}.brand span{display:block;font:10px Arial;letter-spacing:4px;color:#222}nav{display:flex;gap:28px}nav a{color:#25342f;text-decoration:none;font-weight:600}nav a:hover{color:var(--gold)}#navBtn{display:none;background:none;border:0;font-size:25px}.hero{min-height:680px;padding:80px 7vw;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:50px;background:radial-gradient(circle at 80% 20%,#e5d5a8 0,transparent 25%),linear-gradient(120deg,#fff 0,#fbf7ee 60%,#eef5ef)}.hero h1{font-size:clamp(50px,7vw,92px);line-height:.98;margin:10px 0 25px;color:var(--deep)}.hero h1 em{color:var(--gold);font-weight:normal}.hero p{font-size:19px;line-height:1.7;max-width:650px}.eyebrow{letter-spacing:3px;font-size:12px!important;font-weight:bold;color:var(--gold)}.heroCard{background:var(--green);color:white;border-radius:36px;padding:50px;box-shadow:0 30px 70px #00372333}.cup{font-size:100px}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-block;background:var(--green);color:white;padding:15px 24px;border-radius:999px;text-decoration:none;font-weight:bold}.btn.ghost{background:transparent;color:var(--green);border:1px solid var(--green)}.btn.light{background:#fff;color:var(--green)}main section:not(.hero){padding:75px 7vw}.intro{text-align:center;max-width:1000px;margin:auto}.intro h2,.sectionHead h2{font-size:42px;color:var(--deep)}.intro p{line-height:1.8;color:var(--muted);font-size:18px}.sectionHead{display:flex;justify-content:space-between;align-items:end}.sectionHead a{color:var(--green);font-weight:bold}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:35px}.card{background:var(--cream);border-radius:22px;padding:28px;min-height:210px}.card .icon{font-size:42px}.card h3{font-size:24px;color:var(--deep)}.card p{color:var(--muted);line-height:1.5}.founderBand{background:var(--deep);color:#fff;display:grid;grid-template-columns:1fr 420px;gap:50px;align-items:center}.founderBand h2{font-size:48px}.founderBand p{font-size:18px;line-height:1.7}.founderBand img{width:100%;max-height:460px;object-fit:cover;object-position:left center;border-radius:28px}.gold{color:#e1b84b}.pageHero{padding:70px 7vw;background:var(--cream)}.pageHero h1{font-size:58px;color:var(--deep);margin:10px 0}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:30px 0}.filter{border:1px solid #ddd;background:#fff;padding:10px 16px;border-radius:99px;cursor:pointer}.filter.active{background:var(--green);color:#fff}.menuGrid,.galleryGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.menuItem,.galleryItem{border:1px solid #eee;border-radius:20px;overflow:hidden;background:white}.menuItem .body,.galleryItem .body{padding:22px}.tag{font-size:11px;text-transform:uppercase;letter-spacing:2px;color:var(--gold);font-weight:bold}.price{font-weight:bold;color:var(--green)}.galleryVisual{height:240px;background:linear-gradient(135deg,#dfe9df,#f4e5bc);display:grid;place-items:center;font-size:72px}.profile{display:grid;grid-template-columns:420px 1fr;gap:50px;align-items:start}.profile img{width:100%;border-radius:24px}.profile h2{font-size:40px;color:var(--deep)}.profile p,.profile li{line-height:1.75;color:#46544f}.contactGrid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.contactCard,form{padding:30px;background:var(--cream);border-radius:24px}input,textarea,select{width:100%;padding:14px;border:1px solid #d8ddd9;border-radius:10px;margin:7px 0 15px;background:white}textarea{min-height:130px}button.submit{border:0;cursor:pointer}footer{background:#052d20;color:#fff;padding:40px 7vw;display:flex;justify-content:space-between;gap:20px}footer p{color:#d7c18b}@media(max-width:900px){nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:25px 7vw;flex-direction:column}nav.open{display:flex}#navBtn{display:block}.hero{grid-template-columns:1fr}.heroCard{display:none}.cards,.menuGrid,.galleryGrid{grid-template-columns:repeat(2,1fr)}.founderBand,.profile,.contactGrid{grid-template-columns:1fr}.founderBand img{max-width:450px}}@media(max-width:560px){.cards,.menuGrid,.galleryGrid{grid-template-columns:1fr}.hero{padding-top:50px;min-height:600px}.sectionHead{display:block}.founderBand h2,.intro h2{font-size:34px}.pageHero h1{font-size:45px}footer{flex-direction:column}}
