:root{--cream:#f6f0e6;--paper:#fffaf2;--ink:#2f251e;--muted:#76685d;--brown:#76513b;--tan:#c6a27f;--line:#ded0c0;--green:#718069}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.hero{min-height:720px;background:var(--cream);position:relative;overflow:hidden}.nav{height:90px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:3}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-size:15px;font-weight:700;letter-spacing:.22em}.brand>span{display:grid;place-items:center;width:36px;height:36px;border:1px solid currentColor;border-radius:50%;font-family:Prata,serif;font-size:18px;letter-spacing:0}.cart-top{width:46px;height:46px;border:1px solid #d5c6b5;border-radius:50%;background:#fff8;display:grid;place-items:center;position:relative;cursor:pointer}.cart-top svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.6}.cart-count{font-variant-numeric:tabular-nums}.cart-top .cart-count{position:absolute;right:-3px;top:-3px;background:var(--brown);color:white;border-radius:20px;min-width:19px;height:19px;font-size:11px;display:grid;place-items:center}.hero-content{position:relative;z-index:2;padding-top:105px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:11px;font-weight:700;color:var(--brown);margin:0 0 18px}.hero h1,.section-head h2,.story h2,.visit h2,.cart-head h2{font-family:Prata,serif;font-weight:400;line-height:1.08;margin:0}.hero h1{font-size:clamp(48px,6vw,82px);max-width:700px}.hero h1 em{font-weight:400;color:var(--brown)}.lead{max-width:510px;font-size:16px;line-height:1.8;color:var(--muted);margin:28px 0 34px}.primary{display:inline-flex;align-items:center;gap:32px;padding:16px 20px 16px 24px;background:var(--ink);color:#fff;text-decoration:none;border-radius:100px;font-size:13px;font-weight:700}.primary span{font-size:18px}.hours{display:flex;gap:12px;align-items:center;margin-top:45px}.hours span:last-child{display:flex;flex-direction:column;gap:3px}.hours b{font-size:12px}.hours small{color:var(--muted)}.status-dot{width:9px;height:9px;background:#748b62;border-radius:50%;box-shadow:0 0 0 5px #748b6218}.hero-image{position:absolute;width:50%;height:100%;right:0;top:0;background:linear-gradient(90deg,var(--cream) 0%,transparent 22%),url('assets/coffee.png') center/cover}.menu-section{padding:110px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.section-head h2,.story h2,.visit h2,.cart-head h2{font-size:clamp(36px,4vw,52px)}.section-head>p{width:340px;color:var(--muted);font-size:13px;line-height:1.7}.tabs{display:flex;gap:9px;overflow-x:auto;padding:34px 0 28px;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap;border:1px solid var(--line);background:transparent;border-radius:50px;padding:11px 17px;color:var(--muted);font:600 12px Manrope;cursor:pointer}.tab.active{background:var(--ink);color:#fff;border-color:var(--ink)}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid #e7dbce;border-radius:18px;background:#fff;overflow:hidden;transition:.25s}.card:hover{transform:translateY(-3px);box-shadow:0 14px 40px #6e503215}.card-photo{height:210px;background-size:cover;background-repeat:no-repeat;position:relative}.card-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#33241614,transparent 55%)}.card-body{padding:20px}.card-top{display:flex;justify-content:space-between;gap:12px;align-items:start}.card h3{font-family:Prata,serif;font-size:20px;font-weight:400;margin:0}.price{font-weight:700;white-space:nowrap}.card p{color:var(--muted);font-size:12px;line-height:1.55;min-height:38px;margin:10px 0 18px}.card-bottom{display:flex;justify-content:space-between;align-items:center}.size{font-size:11px;color:#97887c}.add{border:0;background:var(--cream);border-radius:50%;width:38px;height:38px;color:var(--ink);font-size:22px;cursor:pointer;transition:.2s}.add:hover{background:var(--brown);color:white}.story{background:#e9dfd1;padding:100px 0}.story-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:90px}.story-photo{height:520px;border-radius:180px 180px 18px 18px;background:url('assets/food.png') center/cover}.story-copy>p:not(.eyebrow){color:var(--muted);font-size:15px;line-height:1.9;margin:28px 0 35px}.facts{display:flex;gap:55px;border-top:1px solid #cdbdaa;padding-top:26px}.facts>div{display:flex;gap:12px;align-items:center}.facts b{font-family:Prata;font-size:26px;font-weight:400}.facts span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;line-height:1.5;color:var(--muted)}.visit{text-align:center;padding:100px 0}.visit-card{max-width:700px;margin:35px auto 0;background:var(--cream);border-radius:18px;padding:28px 32px;display:flex;justify-content:space-between;align-items:center;text-align:left}.visit-card>div:first-child{display:flex;flex-direction:column;gap:5px}.visit-card span,.visit-card small{font-size:11px;color:var(--muted)}.visit-card b{font-family:Prata;font-size:26px;font-weight:400}.cup-mark{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:var(--brown);color:#fff;font-family:Prata;font-size:28px}footer{background:var(--ink);color:#e9dfd1;padding:55px 0}footer .wrap{display:flex;align-items:center;gap:25px}.brand.light{color:#fff}footer p{margin-right:auto;color:#b9aa9c;font-size:12px}footer small{color:#8e8177}.floating-cart{position:fixed;z-index:15;bottom:max(18px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);width:min(440px,calc(100% - 28px));border:0;border-radius:50px;background:var(--ink);color:#fff;padding:17px 22px;display:flex;justify-content:space-between;font:600 13px Manrope;box-shadow:0 15px 40px #1c140d55;cursor:pointer}.floating-cart[hidden]{display:none}.backdrop{position:fixed;z-index:19;inset:0;background:#21170faa;opacity:0;visibility:hidden;transition:.3s}.cart-drawer{position:fixed;z-index:20;right:0;top:0;height:100dvh;width:min(440px,100%);background:var(--paper);padding:28px;transform:translateX(100%);transition:.35s;display:flex;flex-direction:column}.cart-open .backdrop{opacity:1;visibility:visible}.cart-open .cart-drawer{transform:none}.cart-open{overflow:hidden}.cart-head{display:flex;align-items:start;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:20px}.cart-head h2{font-size:36px}.close{border:0;background:var(--cream);width:42px;height:42px;border-radius:50%;font-size:26px;cursor:pointer}.cart-items{overflow:auto;flex:1}.cart-row{display:grid;grid-template-columns:1fr auto;gap:10px;padding:17px 0;border-bottom:1px solid #eadfd3}.cart-row h3{font-family:Prata;font-weight:400;font-size:17px;margin:0 0 4px}.cart-row small{color:var(--muted)}.qty{display:flex;align-items:center;gap:12px}.qty button{border:1px solid var(--line);background:white;border-radius:50%;width:28px;height:28px;cursor:pointer}.cart-empty{margin:auto;text-align:center;color:var(--muted)}.cart-empty span{font-size:38px}.cart-empty h3{font-family:Prata;color:var(--ink);font-weight:400;font-size:24px;margin:12px}.cart-empty p{font-size:12px}.cart-footer{border-top:1px solid var(--line);padding-top:18px}.cart-footer>div{display:flex;justify-content:space-between;font-size:18px}.cart-footer p{text-align:center;color:var(--muted);font-size:11px}.cart-footer button{width:100%;border:0;border-radius:30px;padding:15px;background:var(--ink);color:white;font:600 12px Manrope;cursor:pointer}.toast{position:fixed;z-index:30;top:20px;left:50%;transform:translate(-50%,-80px);background:var(--green);color:#fff;padding:12px 20px;border-radius:40px;font-size:12px;transition:.3s}.toast.show{transform:translate(-50%,0)}
@media(max-width:800px){.wrap{width:min(100% - 28px,600px)}.hero{min-height:740px}.nav{height:74px}.hero-content{padding-top:55px}.hero h1{font-size:48px}.lead{font-size:14px;width:88%}.hero-image{width:100%;height:48%;top:auto;bottom:0;background:linear-gradient(180deg,var(--cream),transparent 20%),url('assets/coffee.png') center/cover;opacity:.92}.hours{margin-top:30px}.menu-section{padding:75px 0}.section-head{display:block}.section-head>p{width:auto}.menu-grid{grid-template-columns:1fr 1fr}.card-photo{height:180px}.story{padding:70px 0}.story-grid{grid-template-columns:1fr;gap:45px}.story-photo{height:390px}.visit{padding:70px 0}footer .wrap{flex-wrap:wrap}footer p{width:100%;order:3}.floating-cart{display:flex}.floating-cart[hidden]{display:none}}
@media(max-width:520px){.menu-grid{grid-template-columns:1fr}.card{display:grid;grid-template-columns:124px 1fr}.card-photo{height:100%;min-height:165px}.card-body{padding:17px}.card p{min-height:0}.section-head h2,.story h2,.visit h2{font-size:37px}.story-photo{height:330px}.visit-card{padding:22px}.cup-mark{width:58px;height:58px}.facts{gap:22px}.facts>div{gap:8px}.cart-drawer{padding:22px}.hero h1{font-size:43px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.nav-actions{display:flex;align-items:center;gap:12px}.lang{display:flex;background:#fff8;border:1px solid #d5c6b5;padding:3px;border-radius:30px}.lang button{border:0;background:transparent;border-radius:20px;padding:7px 9px;font:700 10px Manrope;color:var(--muted);cursor:pointer}.lang button.active{background:var(--ink);color:white}.floating-cart i{font-style:normal}
.order-type{display:grid!important;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0 12px}.order-type button{border:1px solid var(--line);background:transparent;color:var(--ink);padding:11px;border-radius:12px;font:600 11px Manrope;cursor:pointer}.order-type button.selected{background:var(--cream);border-color:var(--brown)}.cart-footer label{display:block;margin:10px 0}.cart-footer label>span{display:block;margin-bottom:5px;color:var(--muted);font-size:10px}.cart-footer input,.cart-footer textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:white;padding:10px;font:13px Manrope;color:var(--ink)}.cart-footer textarea{height:55px;resize:none}.cart-footer .send-order{background:var(--brown);font-size:13px}.send-order:disabled{opacity:.6}.success{position:fixed;z-index:40;inset:0;background:#21170fcc;display:grid;place-items:center;padding:20px}.success[hidden]{display:none}.success>div{width:min(380px,100%);background:var(--paper);border-radius:24px;text-align:center;padding:42px 28px}.success>div>span{display:grid;place-items:center;margin:auto;width:58px;height:58px;border-radius:50%;background:var(--green);color:white;font-size:28px}.success h2{font-family:Prata;font-weight:400;font-size:30px;margin:20px 0 8px}.success p{color:var(--muted)}.success button{border:0;background:var(--ink);color:white;border-radius:30px;padding:13px 28px;font:600 12px Manrope;cursor:pointer}
