/* Shared brand tokens and controls across the homepage. */
:root{--paper:#f3ede3;--red:#962a29;--rust:#b17654}
.offerings-section,.menu-section,.art-house-section,.visit-section{background:var(--paper)}
.pill-link,.art-button,.outline-link,.nav-toggle,.close-and-explore{border-radius:999px;min-height:48px;padding:13px 23px;font-size:14px;font-weight:500;line-height:1.4;gap:30px;border:1px solid currentColor;box-sizing:border-box}
.pill-link{background:var(--red);color:var(--paper);border-color:var(--red)}
.pill-link:hover{background:var(--red);filter:brightness(.94)}
.art-button-light{background:var(--paper);color:var(--red);border-color:var(--paper)}
.art-button-outline{background:transparent;color:var(--paper);border-color:currentColor}
.art-button-light:hover{background:var(--paper);color:var(--red)}
.art-button-outline:hover{background:var(--paper);color:var(--red)}
.hero-link,.text-link,.note-cup a{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;min-height:44px;padding:8px 0;border:0;border-bottom:1px solid currentColor;border-radius:0;font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;width:max-content;max-width:100%}
.hero-link span,.text-link span,.note-cup a span{font-size:23px;line-height:1}
.menu-bar [role=tablist]{gap:9px}
.menu-bar [role=tab]{padding:11px 18px;border:1px solid #962a2938;border-radius:999px;min-height:44px;font-size:14px;font-weight:500;line-height:1.3;color:var(--red);background:transparent}
.menu-bar [role=tab][aria-selected=true]{background:var(--red);border-color:var(--red);color:var(--paper)}
.menu-bar [role=tab]:after{display:none}
.slider-controls button,.nav-close,.close-dialog{border-radius:50%;width:46px;height:46px;min-width:46px}
.art-house-red,footer{background-color:var(--red);background-image:linear-gradient(#962a29f7,#962a2970),url('assets/story/coffee-pattern.jpg?v=12');background-size:cover;background-position:center;color:var(--paper)}
footer{background-image:linear-gradient(#962a29f7,#962a2936),url('assets/story/iced-coffee-pattern.jpg?v=12')}
.nav-panel{background:var(--red)}
.art-house-red .art-house-copy>p,.footer-address span,.footer-bottom{color:var(--paper)}
.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:28px}.footer-follow{display:grid;gap:12px}.footer-follow>span{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#f3ede3cc}.social-icons{display:flex;align-items:center;gap:10px}.social-icons a{width:42px;height:42px;border:1px solid #f3ede360;border-radius:50%;display:grid;place-items:center;color:var(--paper);transition:background-color .25s,color .25s,border-color .25s,transform .25s}.social-icons a:hover,.social-icons a:focus-visible{background:var(--paper);color:var(--red);border-color:var(--paper);transform:translateY(-2px)}.social-icons svg{width:18px;height:18px;display:block;fill:currentColor;stroke:none}.social-icons svg rect,.social-icons svg circle:not(.social-dot){fill:none;stroke:currentColor;stroke-width:1.8}.social-icons .social-dot{fill:currentColor;stroke:none}.footer-back{font-size:14px}.footer-links nav{display:grid;gap:12px;font-size:14px}
.art-house-coffee img{object-position:56% 65%}
.coffee-visual .hot-pour{width:64%;height:94%;left:-3%;top:1%;transform:rotate(-5deg)}
.coffee-visual .cold-splash{width:66%;height:100%;right:-1%;bottom:0;transform:rotate(2deg)}
.tea-card .hospitality-visual img{width:96%;height:96%;object-fit:contain}
.hospitality-copy h3{font-weight:500}
:is(a,button):focus-visible{outline:2px solid currentColor;outline-offset:5px}
@media(max-width:760px){.coffee-visual .hot-pour{width:65%;left:-2%}.coffee-visual .cold-splash{width:68%;right:-1%}.menu-bar [role=tab]{font-size:13px;padding:10px 14px}.art-house-coffee{min-height:0;aspect-ratio:3/4}.art-house-coffee img{object-position:center}.pill-link,.art-button,.outline-link,.nav-toggle{font-size:14px}.footer-links{gap:26px}.footer-follow{gap:11px}.social-icons a{width:44px;height:44px}.footer-back{font-size:14px}}
