/* Extracted from demo-cafe-landing.html for v54_25 CSP hardening. */
:root{--espresso:#2b1710;--cream:#fff7e8;--latte:#d6a66a;--green:#3f6045;--paper:#fffdf7;--muted:#8a6f5c}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:var(--cream);color:var(--espresso);overflow-x:hidden}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,92vw);margin:auto}.nav{position:fixed;top:18px;left:0;width:100%;z-index:20}.navin{background:rgba(255,253,247,.9);backdrop-filter:blur(14px);border:1px solid rgba(43,23,16,.09);border-radius:999px;padding:10px 12px 10px 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 18px 55px rgba(43,23,16,.08)}.brand{font-family:Fraunces,serif;font-size:24px;font-weight:900}.links{display:flex;gap:24px;color:var(--muted);font-weight:800;font-size:14px}.btn{display:inline-flex;padding:13px 20px;border-radius:999px;font-weight:900}.dark{background:var(--espresso);color:var(--cream)}.light{background:var(--paper);border:1px solid rgba(43,23,16,.12)}
.hero{padding:140px 0 70px;position:relative}.hero:before{content:"";position:absolute;right:-120px;top:-100px;width:480px;height:480px;border-radius:50%;background:#edc58f;opacity:.45}.hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:52px;align-items:center}.stamp{display:inline-block;border:2px solid var(--espresso);border-radius:50%;padding:18px 14px;transform:rotate(-8deg);font-family:Fraunces;font-weight:900;margin-bottom:22px}h1{font-family:Fraunces,serif;font-size:clamp(55px,8vw,112px);line-height:.88;letter-spacing:-3px}.lead{font-size:18px;color:var(--muted);line-height:1.85;margin:25px 0;max-width:530px}.actions{display:flex;gap:13px;flex-wrap:wrap}.collage{position:relative;min-height:610px}.photo{position:absolute;background-size:cover;background-position:center;box-shadow:0 24px 70px rgba(43,23,16,.18);border:12px solid var(--paper)}.p1{width:70%;height:430px;right:0;top:30px;border-radius:36px;background-image:url('https://images.unsplash.com/photo-1509042239860-f550ce710b93?w=900&q=85&fit=crop')}.p2{width:44%;height:310px;left:0;bottom:30px;transform:rotate(-7deg);background-image:url('https://images.unsplash.com/photo-1559925393-8be0ec4767c8?w=700&q=85&fit=crop')}.menu-card{position:absolute;right:5%;bottom:0;background:var(--espresso);color:var(--cream);border-radius:28px;padding:26px;width:270px}.menu-card h3{font-family:Fraunces;font-size:28px;margin-bottom:14px}.menu-card li{display:flex;justify-content:space-between;border-top:1px dashed rgba(255,247,232,.25);padding:11px 0;color:#ead4bb}
.strip{background:var(--green);color:var(--cream);padding:18px 0;overflow:hidden}.striptrack{display:flex;gap:44px;width:max-content;animation:move 18s linear infinite;font-family:Fraunces;font-size:25px}@keyframes move{to{transform:translateX(-50%)}}
.section{padding:86px 0}.head{text-align:center;max-width:760px;margin:0 auto 42px}.k{font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--green);font-size:12px}.title{font-family:Fraunces;font-size:clamp(38px,5vw,66px);line-height:1;margin-top:10px}.sub{color:var(--muted);line-height:1.8;margin-top:15px}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dish{background:var(--paper);border:1px solid rgba(43,23,16,.1);border-radius:32px;padding:18px}.dish-img{height:230px;border-radius:24px;background-size:cover;background-position:center;margin-bottom:19px}.dish:nth-child(1) .dish-img{background-image:url('https://images.unsplash.com/photo-1514432324607-a09d9b4aefdd?w=600&q=80&fit=crop')}.dish:nth-child(2) .dish-img{background-image:url('https://images.unsplash.com/photo-1484723091739-30a097e8f929?w=600&q=80&fit=crop')}.dish:nth-child(3) .dish-img{background-image:url('https://images.unsplash.com/photo-1517701604599-bb29b565090c?w=600&q=80&fit=crop')}.dish h3{font-family:Fraunces;font-size:25px}.dish p{color:var(--muted);line-height:1.65;margin:8px 0 12px}.price{font-weight:900;color:var(--green)}
.visit{background:var(--espresso);color:var(--cream);border-radius:50px;padding:50px;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.visit .sub{color:#d8c2ad}.hours{background:rgba(255,247,232,.07);border:1px solid rgba(255,247,232,.13);border-radius:34px;padding:28px}.hours div{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px dashed rgba(255,247,232,.2)}.hours div:last-child{border:0}.map{height:300px;border-radius:34px;background:linear-gradient(135deg,#e9c58d,#fff7e8);position:relative}.map:after{content:"Get Directions";position:absolute;inset:auto 28px 28px auto;background:var(--green);color:white;border-radius:999px;padding:14px 22px;font-weight:900}
footer{padding:35px 0;color:var(--muted)}.foot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}
@media(max-width:900px){.links{display:none}.hero-grid,.visit{grid-template-columns:1fr}.collage{min-height:520px}.menu-grid{grid-template-columns:1fr}.p1{width:86%}.menu-card{left:5%;right:auto}.visit{padding:30px;border-radius:34px}}
