*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);line-height:1.7;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}address{font-style:normal}:root{--tap-shadow: 0 4px 20px rgba(0,0,0,0.15);--header-height: 90px}.site-header{background:var(--color-heading);border-bottom:4px solid rgba(0,0,0,0.35);box-shadow:0 4px 24px rgba(0,0,0,0.4),inset 0 1px 0 rgba(255,255,255,0.06);position:relative;text-align:center;padding:1.6rem 1.5rem 1.4rem}.site-header::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(92deg, transparent, transparent 120px, rgba(0,0,0,0.03) 120px, rgba(0,0,0,0.03) 121px);pointer-events:none}.site-title{font-family:var(--font-display);font-size:clamp(2.2rem, 6vw, 4rem);font-weight:700;letter-spacing:0.18em;text-transform:uppercase;text-decoration:none;color:#F0D060;line-height:1;white-space:nowrap;position:relative;text-shadow:-3px 3px 0 #C8321A,-4px 4px 0 #B02810,-5px 5px 0 rgba(0,0,0,0.4),-6px 6px 8px rgba(0,0,0,0.25);transition:color 0.2s ease, text-shadow 0.2s ease}.site-title:hover{color:#F8DC70;text-shadow:-3px 3px 0 #D43820,-4px 4px 0 #B02810,-5px 5px 0 rgba(0,0,0,0.4),-6px 6px 10px rgba(0,0,0,0.3)}@media (max-width: 480px){.site-title{letter-spacing:0.1em;white-space:normal}}.site-footer{margin-top:auto;border-top:var(--footer-border);padding:3rem 2rem;background:var(--color-heading);color:rgba(253,251,247,0.85)}.site-footer .footer-inner{max-width:900px;margin:0 auto;display:flex;gap:4rem;flex-wrap:wrap}.site-footer strong{display:block;font-family:var(--font-display);font-size:0.8rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--color-mint);margin-bottom:0.75rem}.site-footer address,.site-footer p{font-size:0.875rem;line-height:1.9;color:rgba(253,251,247,0.75)}.site-footer a{color:rgba(253,251,247,0.75)}.site-footer a:hover{color:var(--color-accent)}.taps-stage{position:relative;display:flex;justify-content:center;align-items:flex-end;gap:5rem;padding:4rem 2rem 0}@media (max-width: 600px){.taps-stage{gap:1.5rem;padding:3rem 1rem 0}}.tap-font-bar{position:absolute;bottom:0;left:0;right:0;height:36px;background:var(--color-heading);border-radius:4px 4px 0 0}@media (max-width: 600px){.tap-font-bar{height:24px}}.tap-link{display:block;text-decoration:none;position:relative;z-index:1;perspective:300px}.tap-link:hover .tap-grip,.tap-link:focus .tap-grip{transform:rotateX(60deg);background:var(--color-accent);border-color:var(--color-accent)}.tap-link:hover .tap-badge,.tap-link:focus .tap-badge{border-color:var(--color-accent);color:var(--color-accent);box-shadow:inset 0 2px 8px rgba(0,0,0,0.06),0 4px 20px rgba(214,123,72,0.2)}.tap-link:focus{outline:none}.tap{display:flex;flex-direction:column;align-items:center}.tap-grip{width:22px;height:64px;background:var(--color-heading);border:2px solid var(--color-heading);border-radius:3px;transform-origin:bottom center;transition:transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),background 0.2s ease,border-color 0.2s ease}@media (max-width: 600px){.tap-grip{width:14px;height:40px}}.tap-stem{width:10px;background:var(--color-heading)}@media (max-width: 600px){.tap-stem{width:6px}}.tap-stem--top{height:16px}.tap-stem--bottom{height:12px}.tap-badge-wrap{position:relative;z-index:2}.tap-badge{width:130px;height:82px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--color-bg);border:4px solid var(--color-heading);box-shadow:inset 0 2px 8px rgba(0,0,0,0.07),0 2px 10px rgba(0,0,0,0.1);font-family:var(--font-display);font-size:1rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--color-heading);transition:border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease}@media (max-width: 600px){.tap-badge{width:90px;height:58px;font-size:0.8rem;border-width:3px;letter-spacing:0.04em}}main{flex:1}.inner-layout{max-width:700px;margin:0 auto;padding:3rem 2rem}@media (max-width: 700px){.inner-layout{padding:2rem 1.25rem}}.inner-content h2{font-family:var(--font-display);font-size:clamp(1.6rem, 3vw, 2.4rem);font-weight:700;color:var(--color-heading);letter-spacing:0.03em;margin-bottom:1.75rem;padding-bottom:0.75rem;border-bottom:var(--content-heading-border)}.inner-content h3{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--color-heading);margin:2rem 0 0.6rem}.inner-content p{margin-bottom:1.1rem;color:var(--color-text);font-size:0.975rem}.inner-content a{color:var(--color-heading);text-decoration:underline;text-underline-offset:2px}.inner-content a:hover{color:var(--color-accent)}.inner-content table{width:100%;border-collapse:collapse;margin-top:1rem;font-size:0.9rem}.inner-content table th,.inner-content table td{padding:0.6rem 0.75rem;text-align:left;border-bottom:1px solid var(--color-border)}.inner-content table th{font-family:var(--font-display);font-size:0.75rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-muted)}.home-hero{width:100%;background-image:url("../hero.JPG");background-size:cover;background-position:center top;background-repeat:no-repeat}.page-home main{flex:0 0 auto;background:transparent}.page-home .home-hero{display:block;height:calc(100vh - var(--header-height, 90px))}.page-home .taps-stage{margin-top:-220px;padding-top:0;position:relative;z-index:2;background:transparent}.page-home .mobile-tap-wrapper{margin-top:-220px;position:relative;z-index:2}.page-home .mobile-tap-wrapper .mobile-tap-nav{padding-top:0;background:transparent}.mobile-tap-wrapper{display:none}@media (max-width: 600px){.mobile-tap-wrapper{display:block}}.mobile-tap-nav{position:relative;display:flex;flex-direction:column;align-items:center;padding:4rem 2rem 0}.mobile-tap-toggle{background:none;border:none;cursor:pointer;padding:0;position:relative;z-index:1;perspective:300px}.mobile-tap-toggle:focus{outline:none}.mobile-tap-toggle.mobile-tap-toggle--active .tap-grip{transform:rotateX(60deg);background:var(--color-accent);border-color:var(--color-accent)}.mobile-tap-toggle.mobile-tap-toggle--active .tap-badge{border-color:var(--color-accent);color:var(--color-accent);box-shadow:inset 0 2px 8px rgba(0,0,0,0.06),0 4px 20px rgba(214,123,72,0.2)}.mobile-menu{width:100%;display:flex;flex-direction:column;gap:0;background:var(--color-heading);overflow:hidden;max-height:0;transition:max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1)}.mobile-menu.mobile-menu--open{max-height:400px}.mobile-menu-link{padding:1.5rem 2rem;font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:rgba(253,251,247,0.85);text-decoration:none;text-align:center;border-bottom:1px solid rgba(255,255,255,0.1);transition:background 0.2s ease, color 0.2s ease}.mobile-menu-link:last-child{border-bottom:none}.mobile-menu-link:hover,.mobile-menu-link:active{background:rgba(124,181,167,0.2);color:var(--color-mint)}@media (max-width: 600px){.taps-stage{display:none}}:root{--font-display: 'Crimson Text', serif;--font-body: 'Open Sans', sans-serif;--font-accent: 'Permanent Marker', cursive;--color-bg: #FDFBF7;--color-text: #222222;--color-heading: #1A3738;--color-muted: #6a8a88;--color-accent: #D67B48;--color-mint: #7CB5A7;--color-border: rgba(26, 55, 56, 0.15);--footer-border: 1px solid rgba(26, 55, 56, 0.2);--content-heading-border: 1px solid rgba(26, 55, 56, 0.15);--color-beer-drawing: #1A3738;--color-beer-fill: rgba(214, 123, 72, 0.25);--color-foam: rgba(253, 251, 247, 0.95)}
