:root{--bg: #ffffff;--fg: #333333;--primary: #b8860b;--primary-dark: #8a6508;--accent: #555555;--neutral-100: #f5f5f5;--neutral-900: #1a1a1a}html.dark{--bg: #1e1e1e;--fg: #dddddd;--primary: #ffd75f;--accent: #999999;--neutral-100: #2a2a2a;--neutral-900: #0f0f0f}*{margin:0;padding:0;box-sizing:border-box;max-width:100vw}html,body{overflow-x:hidden}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg);color:var(--fg);line-height:1.6;scroll-behavior:smooth}.page-content{padding-top:80px}a{color:var(--primary);transition:color .2s ease}a:hover{color:var(--primary-dark)}.header-section{position:fixed;top:0;width:100vw;background:#fffffff7;backdrop-filter:blur(12px);box-shadow:0 2px 16px #00000014;z-index:40;transition:background .3s}html.dark .header-section{background:#1e1e1ef5}.header-container{max-width:1240px;margin:0 auto;padding:.9rem 2rem;display:flex;align-items:center;justify-content:space-between;min-height:68px;gap:2rem}.logo-link{display:flex;align-items:center;text-decoration:none;gap:.6rem}.logo-image{height:2.5rem;width:auto}.site-title{font-size:1.6rem;font-weight:800;letter-spacing:-.03em;color:var(--primary, #b8860b);text-shadow:0 2px 6px rgba(200,164,99,.08)}.main-nav{display:flex;gap:2rem;align-items:center;font-size:1.1rem}.main-nav a{text-decoration:none;color:var(--fg, #333);font-weight:500;letter-spacing:.01em;padding:.5rem 1.3rem;border-radius:1.3rem;transition:background .22s,color .19s}.main-nav a:hover{background:var(--primary, #b8860b);color:#fff;box-shadow:0 2px 12px #b8860b1a}html.dark .main-nav a{color:#f8f7f3}html.dark .main-nav a:hover{background:var(--primary, #ffd75f);color:#111004}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:4px;padding:.4rem;z-index:20}.menu-toggle span{width:25px;height:3px;background:var(--primary, #b8860b);border-radius:2px;transition:all .3s ease}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 950px){.header-container{padding:.8rem 1.1rem;gap:1rem}.main-nav{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;align-items:center;gap:0;box-shadow:0 4px 16px #b8860b14;border-radius:0 0 1.1rem 1.1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:10}.main-nav.open{transform:translateY(0);opacity:1;visibility:visible}.main-nav a{width:100%;text-align:center;padding:1.2rem 0;border-bottom:1px solid #f3eece;border-radius:0}.main-nav a:last-child{border-bottom:none}.menu-toggle{display:flex}html.dark .main-nav{background:#22221b}html.dark .main-nav a{border-bottom:1px solid #39362a}}@media (max-width: 600px){.site-title{font-size:1.3rem}.logo-image{height:2.2rem}}.hero-parallax{position:relative;min-height:65vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:var(--bg, #fff);text-align:center;padding:0}.hero-img-parallax-wrapper{width:100vw;max-width:100%;position:absolute;left:0;top:0;height:65vh;z-index:0;will-change:transform;transition:filter .3s;pointer-events:none;overflow:hidden}.hero-img-parallax{width:100%;height:100%;object-fit:cover;opacity:.94}.hero-parallax .hero-content{position:relative;z-index:1;padding-top:5.5rem;padding-bottom:3.5rem;width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.2rem;align-items:center;background:#ffffffd1;border-radius:1.5rem;box-shadow:0 8px 32px #0000001a}html.dark .hero-parallax{background:var(--neutral-900, #181716)}html.dark .hero-parallax .hero-content{background:#1e1e1ee6;color:#fff}.about-section{max-width:800px;margin:0 auto;padding:4rem 1rem}.about-section h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary, #b8860b);transition:color .3s}.about-section .content{font-size:1.125rem;line-height:1.6;color:var(--fg, #333);transition:color .3s}.about-section .content p+p{margin-top:1rem}.about-section ul{margin:1rem 0;padding-left:1.5rem}.about-section li{margin-bottom:.5rem;color:var(--accent, #555)}html.dark .about-section h2{color:var(--primary, #ffd75f)}html.dark .about-section .content{color:#fafafa}html.dark .about-section li{color:#eaeaea}.beers-section{background:var(--bg);padding:4rem 2rem;max-width:1400px;margin:0 auto}.beers-header{text-align:center;margin-bottom:3rem}.beers-header h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:900;color:var(--primary);margin:0}.beers-carousel{overflow:visible;border-radius:1.5rem;position:relative;cursor:grab;user-select:none;padding:2rem 0}.beers-carousel:active{cursor:grabbing}.beers-track{display:flex;transition:transform .5s cubic-bezier(.25,.46,.45,.94);will-change:transform;gap:2rem;padding:0 1rem}.beer-card{flex:0 0 100%;padding:2rem;background:#ffffffe6;backdrop-filter:blur(20px);border-radius:1.5rem;text-align:center;transition:all .3s ease;box-shadow:0 8px 32px #b8860b24;border:1px solid rgba(184,134,11,.08);position:relative;overflow:visible}.beer-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 16px 48px #b8860b2e;z-index:2}.beer-card h3{font-size:1.4rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.beer-card p{font-size:1.05rem;color:var(--fg);margin-bottom:1.5rem}.beer-card .abv{display:inline-block;padding:.5rem 1.5rem;background:var(--primary);color:#fff;border-radius:25px;font-weight:600;font-size:.95rem}.beers-dots{display:flex;justify-content:center;gap:1.2rem;margin-top:3rem}.dot{width:16px;height:16px;border-radius:50%;border:none;background:#b8860b3b;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);position:relative}.dot:hover{background:#b8860b80;transform:scale(1.1)}.dot.active{background:var(--primary);transform:scale(1.3);box-shadow:0 0 0 3px #b8860b40}html.dark .beer-card{background:#1e1e1eed;color:var(--fg);border-color:#ffd75f17}html.dark .beer-card p{color:#ddd}html.dark .dot{background:#ffd75f38}html.dark .dot.active{background:var(--primary);box-shadow:0 0 0 3px #ffd75f38}@media (min-width: 768px){.beer-card{flex:0 0 calc(50% - 1rem)}}@media (min-width: 1200px){.beer-card{flex:0 0 calc(33.333% - 1.33rem)}}@media (max-width: 767px){.beers-section{padding:3rem 1rem}.beers-track{gap:1.5rem;padding:0 .5rem}.beer-card{padding:1.5rem}.dot{width:12px;height:12px}}.process-section{max-width:900px;margin:0 auto;padding:3rem 1rem}.process-section h2{font-size:2rem;margin-bottom:1.5rem;color:var(--primary, #b8860b);text-align:center}.process-intro{text-align:center;margin-bottom:2rem;font-size:1.1rem;color:var(--accent, #555)}.process-steps{list-style:none;counter-reset:step-counter;padding:0}.process-steps li{counter-increment:step-counter;margin-bottom:1.5rem;padding:1.5rem;background:#b8860b0d;border-radius:.5rem;border-left:4px solid var(--primary, #b8860b);position:relative}.process-steps li:before{content:counter(step-counter);position:absolute;left:-12px;top:1.5rem;background:var(--primary, #b8860b);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.process-steps strong{color:var(--primary, #b8860b)}.process-footer{text-align:center;margin-top:2rem;padding:1.5rem;background:#b8860b1a;border-radius:.5rem;font-style:italic}html.dark .process-steps li{background:#ffd75f1a}html.dark .process-footer{background:#ffd75f26}html.dark .process-intro{color:#ccc}.contact-section{max-width:1200px;margin:0 auto;padding:4rem 2rem;background:var(--bg)}.contact-hero{text-align:center;margin-bottom:4rem}.contact-hero h2{font-size:clamp(2.5rem,5vw,3.2rem);font-weight:800;color:var(--fg);margin-bottom:1rem;letter-spacing:-.02em}.contact-brand h3{font-size:1.5rem;font-weight:600;color:var(--primary);margin-bottom:.5rem}.brand-tagline{font-size:1rem;color:var(--accent);font-style:italic;opacity:.8;margin:0;font-weight:400}.specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem}.spec-card{background:#fff;border-radius:1.2rem;padding:2rem 1.5rem;text-align:center;box-shadow:0 2px 20px #0000000a;border:1px solid rgba(0,0,0,.06);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.spec-card:hover{transform:translateY(-8px);box-shadow:0 8px 40px #0000001f}.spec-card-future{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px dashed rgba(184,134,11,.3);opacity:.8}.spec-card-future:hover{opacity:1;border-style:solid;border-color:var(--primary)}.spec-icon{font-size:2.5rem;margin-bottom:1rem;filter:grayscale(.2)}.spec-card h4{font-size:1.2rem;font-weight:700;color:var(--fg);margin-bottom:.75rem}.spec-card p{font-size:1rem;color:var(--fg);line-height:1.5;margin:0}.spec-detail{font-size:.9rem;color:var(--accent);font-weight:400}.contact-cta{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:2rem;padding:3rem 2rem;text-align:center;margin-bottom:3rem}.contact-cta h3{font-size:2rem;font-weight:700;color:var(--fg);margin-bottom:.5rem}.contact-cta p{font-size:1.1rem;color:var(--accent);margin-bottom:2rem}.email-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--primary);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #b8860b4d}.email-button:hover{background:#a0751a;transform:translateY(-2px);box-shadow:0 8px 25px #b8860b66}.email-button svg{transition:transform .3s ease}.email-button:hover svg{transform:translate(4px)}.contact-footer{text-align:center;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}.contact-footer p{font-size:.95rem;color:var(--accent);margin:0;opacity:.8}html.dark .spec-card{background:#ffffff0d;border-color:#ffffff1a}html.dark .spec-card-future{background:linear-gradient(135deg,#ffffff14,#ffffff08);border-color:#ffd75f4d}html.dark .contact-cta{background:linear-gradient(135deg,#ffffff0d,#ffffff05)}html.dark .contact-footer{border-color:#ffffff1a}@media (max-width: 1024px){.specs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.contact-section{padding:3rem 1rem}.specs-grid{grid-template-columns:1fr;gap:1rem}.spec-card{padding:1.5rem 1rem}.contact-cta{padding:2rem 1.5rem;border-radius:1.5rem}.email-button{padding:.9rem 1.5rem;font-size:.95rem}}.footer-section{background-color:#333;color:#eee;padding:2rem 1rem;text-align:center}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1rem}.footer-nav a{color:#b8860b;text-decoration:none;font-weight:500}.footer-nav a:hover{text-decoration:underline}.footer-info p{margin:.25rem 0;font-size:.875rem;color:#bbb}.equip-section-parallax{background:linear-gradient(145deg,#faf7f2 70%,#e9e0c9);padding:5rem 1rem 4rem;text-align:center;width:100vw;overflow:hidden}.equip-parallax-content h2{font-size:2.1rem;font-weight:900;color:var(--primary, #b8860b);margin-bottom:2.3rem;letter-spacing:.01em}.equip-parallax-grid{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;align-items:flex-end;position:relative}.equip-parallax-grid figure{background:transparent;box-shadow:none;padding:0;margin:0 .5rem;border-radius:1.3rem;flex:1 1 230px;min-width:210px;max-width:350px;display:flex;flex-direction:column;align-items:center;transition:transform .4s,box-shadow .4s;position:relative;z-index:1}.equip-parallax-grid figure:hover{transform:translateY(-13px) scale(1.04);box-shadow:0 16px 32px #b8860b14}.equip-parallax-grid img{width:95%;max-width:260px;height:auto;min-height:190px;object-fit:contain;margin:0 auto 1.2rem;border-radius:.9rem;background:#fff;box-shadow:0 1px 28px #8c6e281a}.equip-parallax-grid figcaption{margin-top:.2rem;font-size:1.1rem;color:#70603b;font-weight:500;letter-spacing:.01em;transition:color .3s}html.dark .equip-section-parallax{background:linear-gradient(140deg,#181716 75%,#23221e)}html.dark .equip-parallax-grid figcaption{color:#ffeead}@media (max-width: 950px){.equip-parallax-grid{flex-direction:column;gap:1.7rem}.equip-parallax-grid figure{max-width:380px}}
