/* Shared Fat Coffee brand colours and site navigation. Keep both site copies identical. */
:root{--cream:#fbf3e6;--paper:#fffaf2;--brown:#482b1c;--caramel:#ac652c;--tan:#edd4b4;--line:#d9b995;--green:#27543b;--muted:#73533b;--ink:var(--brown);--orange:var(--caramel)}
.site-header{position:sticky;top:0;z-index:50;display:block;width:100%;max-width:none;height:auto;margin:0;padding:0;background:var(--cream);border-bottom:1px solid var(--line);color:var(--brown)}
.site-header .header-inner{width:min(1180px,calc(100% - 64px));height:94px;margin:0 auto;padding:0;display:flex;align-items:center;justify-content:space-between;gap:28px}
.site-header .brand{display:block;flex-shrink:0;text-decoration:none}.site-header .brand img{display:block;width:102px;height:65px;object-fit:contain}
.site-nav{display:flex;align-items:center;gap:26px;font:700 14px/1.3 Nunito,Arial,sans-serif}.site-nav>a{font:inherit;text-decoration:none;min-height:44px;display:inline-flex;align-items:center}.site-nav>a:hover{text-decoration:underline;text-underline-offset:5px}
.order-choices{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.order-choice{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:14px 20px;border:1px solid var(--brown);border-radius:100px;background:var(--brown);color:var(--paper);font:700 12px/1.3 Nunito,Arial,sans-serif;letter-spacing:.035em;text-align:center;text-decoration:none;transition:background .15s}.order-choice:hover{background:#67402a;text-decoration:none}.order-choice.delivery{background:var(--green);border-color:var(--green)}.order-choice.delivery:hover{background:#183e29}.order-choice[aria-current=page]{box-shadow:0 0 0 3px var(--tan)}
.site-nav .order-choices{gap:10px;flex-wrap:nowrap}.site-nav .order-choice{min-height:44px;padding:12px 17px;font-size:11px}
.order-choice:focus-visible,.site-nav>a:focus-visible,.site-header .brand:focus-visible{outline:3px solid var(--caramel);outline-offset:4px}
.hero-actions.order-choices{justify-content:flex-start;gap:12px}.order-panel .order-choices{justify-content:center;margin-top:25px}.mobile-order .order-choices{width:100%;display:grid;grid-template-columns:1fr 1.5fr;gap:10px}.mobile-order .order-choice{min-height:46px;padding:12px 10px;font-size:11px}
@media(max-width:850px){.site-header .header-inner{width:calc(100% - 40px);height:132px;position:relative;align-items:flex-start;gap:16px;padding-top:10px}.site-header .brand img{width:82px;height:52px}.site-nav{gap:20px;padding-top:4px}.site-nav>a{font-size:12px;min-height:44px}.site-nav .order-choices{position:absolute;left:0;right:0;bottom:12px;display:grid;grid-template-columns:1fr 1.5fr;gap:10px}.site-nav .order-choice{min-height:44px;padding:11px 8px;font-size:11px}html{scroll-padding-top:148px}.checkout-card{top:148px}}
@media(min-width:851px){.checkout-card{top:112px}}
@media(max-width:700px){.hero-actions.order-choices{flex-direction:row;justify-content:center}.hero-actions.order-choices .order-choice{width:100%;max-width:320px}.site-footer{padding-bottom:100px}}
@media(prefers-reduced-motion:reduce){.order-choice{transition:none}}
