.header-section{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;backdrop-filter:blur(20px) saturate(1.2);border-bottom:1px solid rgba(184,134,11,.1);box-shadow:0 2px 20px #00000014;transition:all .3s ease;min-height:80px}.header-section.scrolled{background:#fffffffa;box-shadow:0 4px 30px #0000001f}.header-section.header-hidden{transform:translateY(-100%)}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;min-height:80px;gap:2rem}.logo-section{flex-shrink:0}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#333;transition:all .3s ease;padding:.5rem;border-radius:.5rem}.logo-link:hover{transform:scale(1.02);background:#b8860b0d}.logo-image{width:40px;height:40px;object-fit:contain;transition:transform .3s ease}.logo-link:hover .logo-image{transform:rotate(-5deg) scale(1.05)}.logo-text{display:flex;flex-direction:column;gap:.125rem}.site-title{font-size:1.25rem;font-weight:700;color:#333;font-family:Georgia,serif;letter-spacing:-.01em;background:linear-gradient(135deg,#333,#b8860b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.site-tagline{font-size:.75rem;color:#b8860b;font-weight:500;opacity:.9;font-style:italic}.main-nav{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.nav-link{color:#333;text-decoration:none;font-weight:500;font-size:1rem;padding:.75rem 1rem;border-radius:.5rem;transition:all .3s ease;position:relative}.nav-link:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#b8860b,#996f09);border-radius:.5rem;opacity:0;transform:scale(.8);transition:all .3s ease;z-index:-1}.nav-link:hover:before{opacity:.1;transform:scale(1)}.nav-link:hover{color:#b8860b;transform:translateY(-2px)}.nav-link.nav-active{color:#b8860b;font-weight:600}.nav-link.nav-active:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:20px;height:2px;background:#b8860b;border-radius:1px}.header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.theme-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#ffffff1a;border:1px solid rgba(184,134,11,.2);border-radius:50%;color:#333;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.theme-toggle:hover{background:#b8860b1a;border-color:#b8860b;transform:scale(1.05)}.sun-icon,.moon-icon{position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1)}.sun-icon{opacity:1;transform:rotate(0) scale(1)}.moon-icon{opacity:0;transform:rotate(90deg) scale(.8)}.theme-toggle.theme-dark .sun-icon{opacity:0;transform:rotate(-90deg) scale(.8)}.theme-toggle.theme-dark .moon-icon{opacity:1;transform:rotate(0) scale(1)}.header-cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#b8860b;color:#fff;text-decoration:none;border-radius:2rem;font-weight:600;font-size:.9rem;transition:all .3s ease;box-shadow:0 4px 15px #b8860b4d}.header-cta-button:hover{background:#996f09;transform:translateY(-2px);box-shadow:0 6px 20px #b8860b66}.header-cta-button svg{transition:transform .3s ease}.header-cta-button:hover svg{transform:translate(2px)}.menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;background:none;border:none;cursor:pointer;padding:0;border-radius:.5rem;transition:all .3s ease}.menu-toggle:hover{background:#b8860b1a}.hamburger-line{display:block;width:1.5rem;height:2px;background:#333;border-radius:1px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transform-origin:center;margin:2px 0}.menu-toggle.menu-active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.menu-active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.menu-toggle.menu-active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.mobile-overlay.overlay-visible{opacity:1;visibility:visible}@media(max-width:1023px){.header-cta-button{display:none}}@media(max-width:767px){.header-container{padding:0 1rem;gap:1rem}.menu-toggle{display:flex;order:3}.header-actions{order:2}.main-nav{position:fixed;top:80px;left:0;right:0;background:#fffffffa;backdrop-filter:blur(25px);flex-direction:column;align-items:stretch;gap:0;padding:2rem 1rem;transform:translate(-100%);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 32px #00000026;border-bottom:1px solid rgba(184,134,11,.1);max-height:calc(100vh - 80px);overflow-y:auto;justify-content:flex-start}.main-nav.nav-open{transform:translate(0);opacity:1;visibility:visible}.nav-link{width:100%;padding:1rem 1.5rem;text-align:center;font-size:1.1rem;border-radius:.75rem;background:#ffffff80;border:1px solid rgba(184,134,11,.1);margin-bottom:.5rem}.nav-link:hover{background:#b8860b1a;border-color:#b8860b;transform:translateY(-2px) scale(1.02)}.nav-link.nav-active:after{display:none}.logo-image{width:35px;height:35px}.site-title{font-size:1.1rem}.site-tagline{font-size:.7rem}.theme-toggle{width:2.25rem;height:2.25rem}}html.dark .header-section{background:#1a1a1af2;border-bottom-color:#ffd75f33}html.dark .header-section.scrolled{background:#1a1a1afa}html.dark .logo-link{color:#fafafa}html.dark .site-title{background:linear-gradient(135deg,#fafafa,#ffd75f);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}html.dark .site-tagline{color:#ffd75f}html.dark .nav-link{color:#fafafa}html.dark .nav-link:hover,html.dark .nav-link.nav-active{color:#ffd75f}html.dark .nav-link.nav-active:after{background:#ffd75f}html.dark .theme-toggle{background:#0000004d;border-color:#ffd75f4d;color:#fafafa}html.dark .theme-toggle:hover{background:#00000080;border-color:#ffd75f}html.dark .header-cta-button{background:#ffd75f;color:#1a1a1a}html.dark .header-cta-button:hover{background:#ffeb3b}html.dark .hamburger-line{background:#fafafa}@media(max-width:767px){html.dark .main-nav{background:#1a1a1afa;border-color:#ffd75f33}html.dark .nav-link{background:#ffffff14;border-color:#ffd75f26}html.dark .nav-link:hover{background:#ffd75f26;border-color:#ffd75f}}.header-section{contain:layout style paint}.hero-section{--hero-height: 100vh;--hero-height-mobile: 100svh;--hero-padding: clamp(2rem, 5vw, 3rem);--hero-gap: clamp(2rem, 4vw, 3rem);--hero-overlay: linear-gradient(135deg, rgba(0, 0, 0, .4) 0%, rgba(184, 134, 11, .3) 50%, rgba(0, 0, 0, .5) 100%);--hero-text: #ffffff;--hero-text-secondary: rgba(255, 255, 255, .9);--hero-primary: #b8860b;--hero-primary-dark: #ffd75f;--hero-title-size: clamp(2.5rem, 8vw, 4.5rem);--hero-subtitle-size: clamp(1.2rem, 3vw, 1.8rem);--hero-description-size: clamp(1rem, 2.5vw, 1.3rem);--hero-stat-size: clamp(1.8rem, 4vw, 2.5rem);--hero-transition: .6s cubic-bezier(.16, 1, .3, 1);--hero-hover-scale: 1.05;--hero-hover-lift: -4px;position:relative;width:100%;height:var(--hero-height);min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center;color:var(--hero-text);container-type:inline-size;container-name:hero}@supports (height: 100svh){.hero-section{height:var(--hero-height-mobile)}}.hero-image-container{position:absolute;inset:-10%;z-index:1}.hero-image{width:100%;height:100%;background-image:url(/hero-1280.avif);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;will-change:transform;backface-visibility:hidden;perspective:1000px;background-image:url(/hero-1280.avif),url(/hero-1280.webp),url(/hero-1280.jpg)}.hero-overlay{position:absolute;inset:0;background:var(--hero-overlay);z-index:2}.hero-overlay:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 25%,rgba(184,134,11,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(139,69,19,.08) 0%,transparent 50%);mix-blend-mode:overlay}.hero-content{position:relative;z-index:3;text-align:center;max-width:1000px;padding:var(--hero-padding);display:flex;flex-direction:column;align-items:center;gap:var(--hero-gap);will-change:transform,opacity}.hero-text{max-width:800px;margin-bottom:1rem}.hero-title{font-size:var(--hero-title-size);font-weight:900;line-height:1.1;margin:0 0 1.5rem;font-family:Georgia,serif;letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#f5f5f5,#e8e8e8,#f5f5f5,#fff);background-size:400% 400%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:heroTitleShineSubtle 12s ease-in-out infinite;filter:drop-shadow(.5px .5px 1px rgba(0,0,0,.08));opacity:0;transform:translateY(3rem);transition:var(--hero-transition);text-wrap:balance}@keyframes heroTitleShineSubtle{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-title.animate-in{opacity:1;transform:translateY(0)}.hero-subtitle{font-size:var(--hero-subtitle-size);font-weight:600;line-height:1.4;margin:0 0 1rem;color:var(--hero-text-secondary);text-shadow:0 2px 10px rgba(0,0,0,.7);font-family:Georgia,serif;font-style:italic;opacity:0;transform:translateY(2rem);transition:var(--hero-transition);text-wrap:balance}.hero-subtitle.animate-in{opacity:1;transform:translateY(0)}.hero-description{font-size:var(--hero-description-size);line-height:1.6;margin:0;color:var(--hero-text-secondary);text-shadow:0 1px 5px rgba(0,0,0,.5);max-width:600px;opacity:0;transform:translateY(1.5rem);transition:var(--hero-transition);text-wrap:pretty}.hero-description.animate-in{opacity:1;transform:translateY(0)}.hero-actions{display:flex;justify-content:center;align-items:center;margin-top:1rem;opacity:0;transform:translateY(2rem);transition:var(--hero-transition)}.hero-actions.animate-in{opacity:1;transform:translateY(0)}.hero-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;text-decoration:none;font-weight:600;font-size:1.1rem;border-radius:3rem;transition:var(--hero-transition);position:relative;overflow:hidden;box-shadow:0 8px 30px #0000004d;backdrop-filter:blur(10px)}.hero-cta.primary{background:linear-gradient(135deg,var(--hero-primary) 0%,color-mix(in srgb,var(--hero-primary) 80%,white 20%) 100%);color:#fff;min-width:250px;justify-content:center}.hero-cta.primary:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.4) 50%,transparent 70%);transform:translate(-100%);transition:transform .8s ease}.hero-cta.primary:hover:before{transform:translate(100%)}.hero-cta.primary:hover{background:linear-gradient(135deg,color-mix(in srgb,var(--hero-primary) 85%,black 15%),color-mix(in srgb,var(--hero-primary) 70%,white 30%));transform:translateY(var(--hero-hover-lift)) scale(var(--hero-hover-scale));box-shadow:0 12px 40px #b8860b66}.hero-cta svg{transition:transform var(--hero-transition)}.hero-cta:hover svg{transform:translate(4px)}.hero-stats{display:flex;gap:clamp(2rem,5vw,4rem);flex-wrap:wrap;justify-content:center;opacity:0;transform:translateY(2rem);transition:var(--hero-transition)}.hero-stats.animate-in{opacity:1;transform:translateY(0)}.hero-stat{text-align:center;padding:1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;backdrop-filter:blur(15px);transition:var(--hero-transition);min-width:120px;transform:translateY(1rem);opacity:0;animation:heroStatSlideIn .6s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--stat-index, 0) * .1s)}@keyframes heroStatSlideIn{to{opacity:1;transform:translateY(0)}}.hero-stat:hover{background:#fff3;border-color:#fff6;transform:translateY(-4px) scale(1.05)}.stat-number{font-size:var(--hero-stat-size);font-weight:900;color:var(--hero-primary);margin-bottom:.5rem;font-family:Georgia,serif;text-shadow:0 2px 10px rgba(0,0,0,.3)}.stat-label{font-size:.9rem;color:var(--hero-text-secondary);font-weight:500;line-height:1.3}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--hero-text-secondary);cursor:pointer;transition:var(--hero-transition);z-index:4;opacity:0;transform:translate(-50%) translateY(2rem);transition:all var(--hero-transition)}.scroll-indicator.animate-in{opacity:.7;transform:translate(-50%) translateY(0)}.scroll-indicator:hover{opacity:1;transform:translate(-50%) translateY(-.5rem)}.scroll-text{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em}.scroll-arrow{animation:scrollBounce 2s ease-in-out infinite}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.scroll-arrow svg{width:24px;height:24px}@container hero (max-width: 768px){.hero-section{--hero-padding: 2rem 1rem;--hero-gap: 1.5rem;min-height:100vh}.hero-cta{width:100%;justify-content:center;padding:1rem 2rem}.hero-stats{gap:1.5rem}.hero-stat{min-width:100px;padding:1rem}.scroll-indicator{bottom:1rem}}@container hero (max-width: 480px){.hero-stats{flex-direction:column;gap:1rem}.hero-stat{width:100%;max-width:200px}}@media(min-width:1440px){.hero-section{min-height:90vh}}html.dark .hero-section{--hero-primary: var(--hero-primary-dark)}html.dark .hero-title{background:linear-gradient(135deg,#fff,#ffd75f,#fff 60%,#ffd75f)!important;background-size:300% 300%!important;background-clip:text!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;animation:heroTitleShineDark 4s ease-in-out infinite!important;filter:drop-shadow(2px 2px 8px rgba(0,0,0,.7))!important}@keyframes heroTitleShineDark{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}html.dark .hero-cta.primary{background:linear-gradient(135deg,var(--hero-primary-dark) 0%,color-mix(in srgb,var(--hero-primary-dark) 80%,black 20%) 100%);color:#1a1a1a}html.dark .hero-cta.primary:hover{background:linear-gradient(135deg,color-mix(in srgb,var(--hero-primary-dark) 85%,white 15%),color-mix(in srgb,var(--hero-primary-dark) 70%,black 30%))}html.dark .stat-number{color:var(--hero-primary-dark)}.hero-cta:focus-visible,.scroll-indicator:focus-visible{outline:2px solid var(--hero-primary);outline-offset:4px}@media(prefers-reduced-motion:reduce){.hero-section,.hero-section *,.hero-section *:before,.hero-section *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-image{background-attachment:scroll;transform:none!important}.hero-content,.hero-cta:hover,.hero-stat:hover,.scroll-indicator:hover{transform:none!important}.scroll-arrow{animation:none}.hero-title{animation:none!important;background:#fff!important;-webkit-text-fill-color:#ffffff!important}html.dark .hero-title{background:var(--hero-primary-dark)!important;-webkit-text-fill-color:var(--hero-primary-dark)!important}}@media(prefers-contrast:high){.hero-overlay{background:#000000b3}.hero-cta{border:2px solid currentColor}.hero-stat{border:2px solid rgba(255,255,255,.8);background:#000c}}.hero-section{contain:layout style paint}.hero-image{will-change:transform;backface-visibility:hidden}.hero-content{will-change:transform,opacity;backface-visibility:hidden}.hero-image:not(.hero-section:hover *),.hero-content:not(.hero-section:hover *){will-change:auto}.about-section{--about-bg: linear-gradient(135deg, #fefcf7 0%, #faf7f2 100%);--about-bg-dark: linear-gradient(135deg, #181716 0%, #1f1e1d 100%);--about-padding-y: clamp(4rem, 8vw, 6rem);--about-padding-x: clamp(2rem, 5vw, 3rem);--about-gap: clamp(2rem, 4vw, 3rem);--about-max-width: 1200px;--about-primary: #b8860b;--about-primary-dark: #ffd75f;--about-text: #333;--about-text-dark: #fafafa;--about-text-muted: #666;--about-text-muted-dark: #ccc;--about-surface: rgba(255, 255, 255, .9);--about-surface-dark: rgba(30, 30, 30, .95);--about-border: rgba(184, 134, 11, .1);--about-border-dark: rgba(255, 215, 95, .2);--title-size: clamp(2rem, 5vw, 2.8rem);--intro-size: clamp(1rem, 2.5vw, 1.2rem);--section-title-size: clamp(1.5rem, 3vw, 2rem);--card-title-size: clamp(1.1rem, 2.5vw, 1.3rem);--transition-smooth: .6s cubic-bezier(.25, .46, .45, .94);--transition-quick: .3s ease-out;background:var(--about-bg);padding:var(--about-padding-y) var(--about-padding-x);position:relative;container-type:inline-size;container-name:about}.about-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 15%,rgba(184,134,11,.04) 0%,transparent 50%),radial-gradient(circle at 85% 85%,rgba(139,69,19,.02) 0%,transparent 50%);pointer-events:none}.about-container{max-width:var(--about-max-width);margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;gap:var(--about-gap)}.about-header{text-align:center;margin-bottom:2rem}.about-title{font-size:var(--title-size);font-weight:800;color:var(--about-text);margin:0 0 1.5rem;font-family:Georgia,serif;letter-spacing:-.02em;background:linear-gradient(135deg,var(--about-text) 0%,var(--about-primary) 70%,#8b4513 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;text-wrap:balance;animation:aboutHeaderShine 4s ease-in-out infinite}@keyframes aboutHeaderShine{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.about-intro{font-size:var(--intro-size);color:var(--about-text-muted);max-width:600px;margin:0 auto;line-height:1.6;text-wrap:pretty}.about-intro strong{color:var(--about-primary);font-weight:600}.about-philosophy{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center;margin-bottom:2rem}.philosophy-title{font-size:var(--section-title-size);font-weight:700;color:var(--about-text);margin:0 0 1.5rem;font-family:Georgia,serif}.philosophy-quote{font-size:1.2rem;font-style:italic;color:var(--about-primary);margin:0 0 1.5rem;padding-left:1.5rem;border-left:4px solid var(--about-primary);line-height:1.5;font-family:Georgia,serif}.philosophy-quote strong{font-weight:700;color:var(--about-text)}.philosophy-text{display:flex;flex-direction:column;gap:1rem}.philosophy-text p{font-size:1rem;color:var(--about-text-muted);line-height:1.6;margin:0;text-wrap:pretty}.philosophy-text strong{color:var(--about-primary);font-weight:600}.philosophy-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:200px;height:200px;background:linear-gradient(135deg,#b8860b1a,#8b45130d);border:2px dashed rgba(184,134,11,.3);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;transition:var(--transition-quick)}.image-placeholder:hover{background:linear-gradient(135deg,#b8860b26,#8b451314);border-color:var(--about-primary);transform:scale(1.05)}.placeholder-icon{font-size:3rem}.placeholder-text{font-size:.9rem;font-weight:600;color:var(--about-primary);text-align:center}.production-section{background:var(--about-surface);backdrop-filter:blur(15px);border:1px solid var(--about-border);border-radius:2rem;padding:2.5rem;box-shadow:0 8px 32px #b8860b1a}.production-title{font-size:var(--section-title-size);font-weight:700;color:var(--about-text);margin:0 0 2rem;text-align:center;font-family:Georgia,serif}.production-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.capacity-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:#fffc;border:1px solid var(--about-border);border-radius:1.5rem;transition:var(--transition-smooth);backdrop-filter:blur(10px);opacity:0;transform:translateY(2rem);animation:capacityCardSlideIn .6s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--card-index, 0) * .1s)}@keyframes capacityCardSlideIn{to{opacity:1;transform:translateY(0)}}.capacity-card.animate-in{opacity:1;transform:translateY(0)}.capacity-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #b8860b26;border-color:#b8860b33}.capacity-icon{font-size:2.5rem;margin-bottom:1rem;filter:grayscale(.2);transition:filter var(--transition-quick)}.capacity-card:hover .capacity-icon{filter:grayscale(0);transform:scale(1.1)}.capacity-title{font-size:1rem;font-weight:600;color:var(--about-text-muted);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.capacity-value{font-size:1.3rem;font-weight:700;color:var(--about-primary);margin-bottom:.5rem;font-family:Georgia,serif}.capacity-description{font-size:.9rem;color:var(--about-text-muted);margin:0;line-height:1.4}.values-section{margin-top:1rem}.values-title{font-size:var(--section-title-size);font-weight:700;color:var(--about-text);margin:0 0 2rem;text-align:center;font-family:Georgia,serif}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card{text-align:center;padding:2rem 1.5rem;background:linear-gradient(135deg,#b8860b0d,#8b451305);border:1px solid var(--about-border);border-radius:1.5rem;transition:var(--transition-smooth);opacity:0;transform:translateY(2rem);animation:valueCardSlideIn .6s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--value-index, 0) * .15s + .3s)}@keyframes valueCardSlideIn{to{opacity:1;transform:translateY(0)}}.value-card.animate-in{opacity:1;transform:translateY(0)}.value-card:hover{transform:translateY(-6px);background:linear-gradient(135deg,#b8860b14,#8b45130a);border-color:#b8860b33;box-shadow:0 8px 25px #b8860b1a}.value-title{font-size:var(--card-title-size);font-weight:700;color:var(--about-primary);margin:0 0 1rem;font-family:Georgia,serif}.value-description{font-size:1rem;color:var(--about-text-muted);line-height:1.5;margin:0;text-wrap:pretty}.about-cta{text-align:center;margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#b8860b0d,#8b451305);border-radius:1.5rem;border:1px solid var(--about-border)}.cta-text{font-size:1.1rem;color:var(--about-text-muted);margin:0 0 1.5rem;font-style:italic}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--about-primary);color:#fff;text-decoration:none;border-radius:2rem;font-weight:600;font-size:1rem;transition:var(--transition-smooth);box-shadow:0 4px 15px #b8860b4d}.cta-button:hover{background:color-mix(in srgb,var(--about-primary) 85%,black 15%);transform:translateY(-2px);box-shadow:0 6px 20px #b8860b66}.cta-button svg{transition:transform var(--transition-quick)}.cta-button:hover svg{transform:translate(2px)}@container about (max-width: 768px){.about-section{--about-padding-x: 1rem;--about-gap: 2rem}.about-philosophy{grid-template-columns:1fr;gap:2rem}.philosophy-image{order:-1}.image-placeholder{width:150px;height:150px}.production-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.values-grid{grid-template-columns:1fr;gap:1.5rem}.production-section{padding:2rem 1.5rem}}@container about (max-width: 480px){.production-grid{grid-template-columns:1fr}.capacity-card{padding:1.25rem}.value-card{padding:1.5rem 1.25rem}}html.dark .about-section{--about-bg: var(--about-bg-dark);--about-surface: var(--about-surface-dark);--about-border: var(--about-border-dark);--about-primary: var(--about-primary-dark);--about-text: var(--about-text-dark);--about-text-muted: var(--about-text-muted-dark)}html.dark .about-title{background:linear-gradient(135deg,var(--about-text-dark) 0%,var(--about-primary-dark) 70%,#cd853f 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}html.dark .philosophy-quote{color:var(--about-primary-dark);border-left-color:var(--about-primary-dark)}html.dark .image-placeholder{background:linear-gradient(135deg,#ffd75f26,#cd853f14);border-color:#ffd75f66}html.dark .placeholder-text{color:var(--about-primary-dark)}html.dark .capacity-card{background:#1a1a1acc;border-color:var(--about-border-dark)}html.dark .capacity-card:hover{border-color:#ffd75f4d}html.dark .value-card{background:linear-gradient(135deg,#ffd75f14,#cd853f0a);border-color:var(--about-border-dark)}html.dark .value-card:hover{background:linear-gradient(135deg,#ffd75f1f,#cd853f0f);border-color:#ffd75f4d}html.dark .about-cta{background:linear-gradient(135deg,#ffd75f14,#cd853f0a)}html.dark .cta-button{background:var(--about-primary-dark);color:var(--about-bg-dark)}html.dark .cta-button:hover{background:color-mix(in srgb,var(--about-primary-dark) 85%,white 15%)}.about-section{contain:layout style paint}.capacity-card,.value-card{will-change:transform;backface-visibility:hidden}.capacity-card:not(:hover),.value-card:not(:hover){will-change:auto}.cta-button:focus-visible{outline:2px solid var(--about-primary);outline-offset:4px}@media(prefers-reduced-motion:reduce){.about-section,.about-section *,.about-section *:before,.about-section *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.capacity-card:hover,.value-card:hover,.cta-button:hover{transform:none}}.beers-section{background:linear-gradient(135deg,#fefcf7,#faf7f2);padding:5rem 2rem}.beers-container{max-width:1200px;margin:0 auto;text-align:center}.beers-title{font-size:3rem;font-weight:800;color:#b8860b;margin-bottom:1rem;font-family:Georgia,serif;text-shadow:1px 1px 2px rgba(184,134,11,.08)}.beers-subtitle{font-size:1.1rem;color:#666;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.beers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.beer-card{background:#fffffff2;border:1px solid rgba(184,134,11,.15);border-radius:1.2rem;padding:1.5rem;text-align:left;transition:all .3s ease;box-shadow:0 4px 20px #b8860b14;min-height:380px;display:flex;flex-direction:column;position:relative;overflow:hidden}.beer-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #b8860b33;border-color:#b8860b4d}.beer-card-special{position:relative;background:#fffffff2;overflow:hidden}.beer-background-image{position:absolute;inset:0;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#140f0af2;opacity:0;transition:opacity .6s ease-in-out;z-index:0;pointer-events:none}.beer-card-special:hover .beer-background-image{opacity:1}.beer-content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}.beer-card-special:hover .beer-name,.beer-card-special:hover .beer-type,.beer-card-special:hover .beer-description,.beer-card-special:hover .beer-tags,.beer-card-special:hover .beer-abv{opacity:0;transition:opacity .3s ease}.halloween-ghosts{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2;opacity:0}.halloween-ghosts.ghosts-active{opacity:1}.ghost{position:absolute;font-size:3rem;opacity:0;filter:drop-shadow(0 0 15px rgba(255,255,255,1))}.ghosts-active .ghost-1{top:50%;left:50%;animation:ghost-escape-1 2s ease-out forwards}.ghosts-active .ghost-2{top:50%;left:50%;animation:ghost-escape-2 2.2s ease-out forwards}.ghosts-active .ghost-3{top:50%;left:50%;animation:ghost-escape-3 2.5s ease-out forwards}@keyframes ghost-escape-1{0%{transform:translate(-50%,-50%) scale(.5) rotate(0);opacity:0}20%{opacity:1}to{transform:translate(-250%,-350%) scale(1.3) rotate(-20deg);opacity:0}}@keyframes ghost-escape-2{0%{transform:translate(-50%,-50%) scale(.5) rotate(0);opacity:0}20%{opacity:1}to{transform:translate(250%,-300%) scale(1.1) rotate(25deg);opacity:0}}@keyframes ghost-escape-3{0%{transform:translate(-50%,-50%) scale(.5) rotate(0);opacity:0}20%{opacity:1}to{transform:translate(50%,-400%) scale(1.4) rotate(15deg);opacity:0}}.beer-name{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:.5rem;font-family:Georgia,serif;line-height:1.2}.beer-type{font-size:.85rem;font-weight:600;color:#b8860b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(184,134,11,.15);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.beer-description{font-size:.9rem;color:#666;line-height:1.5;margin-bottom:1rem;flex:1}.beer-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.beer-tag{background:#b8860b1a;color:#b8860b;padding:.3rem .7rem;border-radius:.7rem;font-size:.75rem;font-weight:500;border:1px solid rgba(184,134,11,.2)}.beer-footer{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:.5rem;position:relative;z-index:3}.beer-abv{background:#b8860b1f;color:#b8860b;padding:.4rem .8rem;border-radius:1rem;font-weight:600;font-size:.8rem;border:1px solid rgba(184,134,11,.2)}.inspire-btn{background:#b8860b;color:#fff;border:none;padding:.5rem 1rem;border-radius:1.1rem;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .4s ease;white-space:nowrap}.inspire-btn:hover{background:#996f09;transform:translateY(-2px);box-shadow:0 4px 12px #b8860b4d}.inspire-btn:active{transform:scale(.95)}.beer-card-special:hover .inspire-btn{transform:scale(1.15);box-shadow:0 8px 25px #b8860bb3;background:#d4a209}@media(max-width:768px){.beers-section{padding:4rem 1.5rem}.beers-title{font-size:2.5rem}.beers-subtitle{font-size:1rem;margin-bottom:3rem}.beers-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2rem}.beer-card{padding:1.25rem;min-height:350px}.beer-name{font-size:1.2rem}.beer-type{font-size:.8rem}.beer-description{font-size:.85rem}.inspire-btn{padding:.45rem .85rem;font-size:.8rem}.ghost{font-size:2rem}}@media(max-width:480px){.beers-section{padding:3rem 1rem}.beers-title{font-size:2rem}.beers-subtitle{font-size:.95rem}.beers-grid{grid-template-columns:1fr;gap:1.25rem}.beer-card{padding:1rem;min-height:auto}.beer-tags{gap:.3rem}.beer-tag{font-size:.7rem;padding:.25rem .6rem}.ghost{font-size:1.5rem}}html.dark .beers-section{background:linear-gradient(135deg,#181716,#1f1e1d)}html.dark .beers-title{color:#ffd75f;text-shadow:2px 2px 8px rgba(0,0,0,.6)}html.dark .beers-subtitle{color:#ccc}html.dark .beer-card{background:#1e1e1ef2;border-color:#ffd75f33}html.dark .beer-card:hover{box-shadow:0 12px 40px #ffd75f26;border-color:#ffd75f66}html.dark .beer-background-image{background-color:#0a0805fa}html.dark .beer-name{color:#fafafa}html.dark .beer-type{color:#ffd75f;border-bottom-color:#ffd75f33}html.dark .beer-description{color:#ccc}html.dark .beer-tag,html.dark .beer-abv{background:#ffd75f26;color:#ffd75f;border-color:#ffd75f4d}html.dark .inspire-btn{background:#ffd75f;color:#1a1a1a}html.dark .inspire-btn:hover{background:#ffeb3b;box-shadow:0 4px 12px #ffd75f66}html.dark .beer-card-special:hover .inspire-btn{background:#ffe44d;box-shadow:0 8px 25px #ffd75fb3}.process-section{--process-bg: linear-gradient(135deg, #fefcf7 0%, #faf7f2 100%);--process-bg-dark: linear-gradient(135deg, #181716 0%, #1f1e1d 100%);--process-padding-y: clamp(4rem, 8vw, 6rem);--process-padding-x: clamp(2rem, 5vw, 3rem);--process-max-width: 1000px;--process-primary: #b8860b;--process-primary-dark: #ffd75f;--process-text: #333;--process-text-dark: #fafafa;--process-text-muted: #666;--process-text-muted-dark: #ccc;--step-bg: rgba(255, 255, 255, .95);--step-bg-dark: rgba(30, 30, 30, .95);--step-border: 1px solid rgba(184, 134, 11, .1);--step-border-dark: 1px solid rgba(255, 215, 95, .2);--step-shadow: 0 8px 32px rgba(184, 134, 11, .12);--step-shadow-hover: 0 16px 48px rgba(184, 134, 11, .18);--title-size: clamp(2rem, 5vw, 2.8rem);--subtitle-size: clamp(1rem, 2.5vw, 1.2rem);--step-title-size: clamp(1.2rem, 3vw, 1.5rem);--transition-smooth: .6s cubic-bezier(.25, .46, .45, .94);--transition-quick: .3s ease-out;background:var(--process-bg);padding:var(--process-padding-y) var(--process-padding-x);position:relative;overflow:hidden}.process-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(184,134,11,.04) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(139,69,19,.02) 0%,transparent 50%);pointer-events:none}.process-container{max-width:var(--process-max-width);margin:0 auto;position:relative;z-index:1}.process-header{text-align:center;margin-bottom:4rem}.process-title{font-size:var(--title-size);font-weight:800;color:var(--process-text);margin:0 0 1rem;font-family:Georgia,serif;letter-spacing:-.02em;background:linear-gradient(135deg,var(--process-text) 0%,var(--process-primary) 70%,#8b4513 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;text-wrap:balance;animation:processHeaderShine 4s ease-in-out infinite}@keyframes processHeaderShine{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.process-subtitle{font-size:var(--subtitle-size);color:var(--process-text-muted);max-width:600px;margin:0 auto;line-height:1.6;text-wrap:pretty}.process-timeline{position:relative;margin-bottom:4rem}.process-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,transparent 0%,var(--process-primary) 10%,var(--process-primary) 90%,transparent 100%);transform:translate(-50%);z-index:1}.process-step{position:relative;display:flex;align-items:center;margin-bottom:3rem;opacity:0;transform:translateY(2rem);animation:processStepSlideIn .8s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--step-index, 0) * .15s)}@keyframes processStepSlideIn{to{opacity:1;transform:translateY(0)}}.process-step.step-visible{opacity:1;transform:translateY(0)}.process-step:nth-child(odd){flex-direction:row}.process-step:nth-child(2n){flex-direction:row-reverse}.process-step:nth-child(odd) .step-content{margin-left:2rem;text-align:left}.process-step:nth-child(2n) .step-content{margin-right:2rem;text-align:right}.step-number{width:4rem;height:4rem;border-radius:50%;background:var(--process-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;box-shadow:0 4px 20px #b8860b4d;position:relative;z-index:2;transition:var(--transition-smooth)}.process-step:hover .step-number{transform:scale(1.1);box-shadow:0 6px 25px #b8860b66}.step-content{flex:1;max-width:400px;background:var(--step-bg);backdrop-filter:blur(20px) saturate(1.2);border:var(--step-border);border-radius:1.5rem;padding:2rem;box-shadow:var(--step-shadow);transition:var(--transition-smooth);position:relative}.step-content:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(184,134,11,.03) 0%,transparent 50%,rgba(184,134,11,.01) 100%);border-radius:1.5rem;opacity:0;transition:opacity var(--transition-quick);pointer-events:none}.process-step:hover .step-content:before{opacity:1}.process-step:hover .step-content{transform:translateY(-5px);box-shadow:var(--step-shadow-hover);border-color:#b8860b33}.step-icon{font-size:2.5rem;margin-bottom:1rem;display:inline-block;transition:transform var(--transition-quick)}.process-step:hover .step-icon{transform:scale(1.1)}.step-title{font-size:var(--step-title-size);font-weight:700;color:var(--process-text);margin:0 0 1rem;font-family:Georgia,serif;transition:color var(--transition-quick)}.process-step:hover .step-title{color:var(--process-primary)}.step-description{font-size:1rem;color:var(--process-text-muted);line-height:1.5;margin-bottom:1.5rem;text-wrap:pretty}.step-details{display:flex;gap:1.5rem;flex-wrap:wrap}.process-step:nth-child(2n) .step-details{justify-content:flex-end}.detail-item{background:#b8860b1a;border:1px solid rgba(184,134,11,.2);border-radius:1rem;padding:.75rem 1rem;min-width:120px;transition:var(--transition-quick);opacity:0;transform:translateY(1rem)}.detail-item.detail-visible{opacity:1;transform:translateY(0)}.process-step:hover .detail-item{background:#b8860b26;border-color:var(--process-primary);transform:translateY(-2px)}.detail-label{display:block;font-size:.8rem;font-weight:600;color:var(--process-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.detail-value{display:block;font-size:.9rem;font-weight:600;color:var(--process-text)}.process-info{margin-bottom:4rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.info-card{background:var(--step-bg);border:var(--step-border);border-radius:1.5rem;padding:2rem;text-align:center;box-shadow:var(--step-shadow);transition:var(--transition-smooth);backdrop-filter:blur(15px)}.info-card:hover{transform:translateY(-5px);box-shadow:var(--step-shadow-hover);border-color:#b8860b33}.info-card h3{font-size:1.3rem;font-weight:700;color:var(--process-text);margin:0 0 1rem;font-family:Georgia,serif}.info-card p{font-size:1rem;color:var(--process-text-muted);line-height:1.5;margin:0}.process-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#b8860b14,#8b45130d);border-radius:2rem;border:1px solid rgba(184,134,11,.15);backdrop-filter:blur(15px)}.process-cta h3{font-size:2rem;font-weight:700;color:var(--process-text);margin:0 0 1rem;font-family:Georgia,serif}.process-cta p{font-size:1.1rem;color:var(--process-text-muted);margin:0 0 2rem;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.6}.process-cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--process-primary);color:#fff;text-decoration:none;border-radius:2rem;font-weight:600;font-size:1rem;transition:var(--transition-smooth);box-shadow:0 6px 20px #b8860b4d}.process-cta-button:hover{background:color-mix(in srgb,var(--process-primary) 85%,black 15%);transform:translateY(-2px);box-shadow:0 8px 25px #b8860b66}.process-cta-button svg{transition:transform var(--transition-quick)}.process-cta-button:hover svg{transform:translate(2px)}@media(max-width:768px){.process-section{--process-padding-x: 1rem}.process-timeline:before{left:2rem}.process-step{flex-direction:row!important;margin-bottom:2rem}.process-step .step-content{margin-left:1rem!important;margin-right:0!important;text-align:left!important;max-width:none}.step-number{width:3rem;height:3rem;font-size:1rem;flex-shrink:0}.step-content{padding:1.5rem}.step-details{flex-direction:column;gap:1rem}.detail-item{min-width:auto}.info-grid{grid-template-columns:1fr;gap:1.5rem}.info-card{padding:1.5rem}.process-cta{padding:2rem 1.5rem}.process-cta-button{width:100%;justify-content:center}}html.dark .process-section{--process-bg: var(--process-bg-dark);--step-bg: var(--step-bg-dark);--step-border: var(--step-border-dark);--step-shadow: 0 8px 32px rgba(0, 0, 0, .3);--step-shadow-hover: 0 16px 48px rgba(0, 0, 0, .4);--process-primary: var(--process-primary-dark);--process-text: var(--process-text-dark);--process-text-muted: var(--process-text-muted-dark)}html.dark .process-title{background:linear-gradient(135deg,var(--process-text-dark) 0%,var(--process-primary-dark) 70%,#cd853f 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}html.dark .step-number{background:var(--process-primary-dark);color:var(--process-bg-dark)}html.dark .detail-item{background:#ffd75f26;border-color:#ffd75f4d}html.dark .detail-label{color:var(--process-primary-dark)}html.dark .process-cta{background:linear-gradient(135deg,#ffd75f1f,#cd853f14);border-color:#ffd75f33}html.dark .process-cta-button{background:var(--process-primary-dark);color:var(--process-bg-dark)}html.dark .process-cta-button:hover{background:color-mix(in srgb,var(--process-primary-dark) 85%,white 15%)}.process-section{contain:layout style paint}.process-step{will-change:transform;backface-visibility:hidden}.process-step:not(.step-visible){will-change:auto}.process-cta-button:focus-visible{outline:2px solid var(--process-primary);outline-offset:4px}@media(prefers-reduced-motion:reduce){.process-section,.process-section *,.process-section *:before,.process-section *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.process-step:hover,.step-content:hover,.info-card:hover{transform:none!important}}.contact-section{background:linear-gradient(135deg,#fefcf7,#f8f4ee);padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,2rem);min-height:80vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:center;position:relative}.contact-container{max-width:800px;margin:0 auto;text-align:center}.contact-header{margin-bottom:3rem}.contact-title{font-family:Georgia,serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;margin:0 0 1.5rem;background:linear-gradient(135deg,#8b4513,#b8860b 40%,#d4af37);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;animation:titleShine 6s ease-in-out infinite}@keyframes titleShine{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.contact-subtitle{font-size:clamp(1.1rem,2.5vw,1.3rem);line-height:1.6;color:#8b4513;max-width:600px;margin:0 auto}.email-card{background:linear-gradient(135deg,#fffef9,#fefbf0);border:2px solid rgba(184,134,11,.2);border-radius:20px;padding:3rem 2rem;margin:0 auto 3rem;max-width:500px;box-shadow:0 10px 40px #8b451326,0 1px 3px #b8860b1a;transition:all .3s ease;position:relative;overflow:hidden}.email-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b4513,#b8860b,#d4af37)}.email-icon{font-size:3rem;margin-bottom:1rem;display:block}.email-title{font-family:Georgia,serif;font-size:1.8rem;font-weight:600;color:#8b4513;margin:0 0 1.5rem}.email-button{display:inline-block;font-size:1.4rem;font-weight:600;color:#b8860b;background:linear-gradient(135deg,#b8860b14,#d4af371f);border:2px solid rgba(184,134,11,.25);padding:.75rem 1.5rem;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);margin-bottom:1.5rem;font-family:inherit;opacity:0;transform:translateY(20px)}.email-button.animate-in{opacity:1;transform:translateY(0)}.email-button:hover{background:linear-gradient(135deg,#b8860b26,#d4af3733);border-color:#b8860b80;transform:scale(1.02);color:#8b4513;box-shadow:0 6px 20px #8b451333}.email-button:active{transform:scale(.98)}.email-button:focus-visible{outline:3px solid rgba(184,134,11,.5);outline-offset:2px}.email-info{color:#a0845c;font-size:1rem;margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.separator{color:#d4af37}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.info-card{background:linear-gradient(135deg,#fffef9,#fefbf0);border-radius:16px;padding:2rem;box-shadow:0 4px 15px #8b451314;border:1px solid rgba(184,134,11,.15);text-align:left;transition:all .3s ease}.info-card:hover{transform:translateY(-1px);box-shadow:0 6px 20px #8b45131f}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.card-icon{font-size:1.5rem}.card-header h3{font-family:Georgia,serif;font-size:1.2rem;font-weight:600;color:#8b4513;margin:0}.info-card p{color:#a0845c;line-height:1.5;margin:0}.notice-card{border-left:4px solid #d4af37;background:linear-gradient(135deg,#fffef7,#fefbf0)}.notice-card .card-header h3{color:#b8860b}.notice-card p{color:#8b4513}.passion-card{border-left:4px solid #8b4513;background:linear-gradient(135deg,#faf8f2,#f5f1e8)}.passion-card .card-header h3{color:#8b4513}.passion-card p{color:#a0845c}.toast-overlay{position:fixed;inset:0;background:#0006;backdrop-filter:blur(4px);z-index:9998;opacity:0;visibility:hidden;transition:all .3s ease}.toast-overlay.show{opacity:1;visibility:visible}.toast-notification{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);max-width:500px;width:calc(100% - 2rem);z-index:9999;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.toast-notification.show{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.toast-content{background:linear-gradient(135deg,#fffef9,#fefbf0);border:2px solid rgba(184,134,11,.3);border-radius:20px;padding:2.5rem;box-shadow:0 20px 60px #8b451340,0 8px 25px #b8860b26;position:relative;display:flex;gap:1.5rem;align-items:flex-start}.toast-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d4af37,gold,#d4af37);border-radius:20px 20px 0 0}.toast-icon{font-size:2.5rem;flex-shrink:0;margin-top:.25rem}.toast-text{flex:1}.toast-text h3{font-family:Georgia,serif;font-size:1.4rem;font-weight:600;color:#8b4513;margin:0 0 .75rem}.toast-text p{color:#a0845c;line-height:1.5;margin:0}.toast-text strong{color:#8b4513;font-weight:600}.toast-close{position:absolute;top:1rem;right:1rem;background:#b8860b1a;border:2px solid rgba(184,134,11,.2);color:#b8860b;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .2s ease;font-family:inherit}.toast-close:hover{background:#b8860b33;border-color:#b8860b66;transform:scale(1.1)}.toast-close:focus-visible{outline:2px solid #b8860b;outline-offset:2px}@media(max-width:768px){.contact-section{padding:2rem 1rem}.email-card{padding:2rem 1.5rem;margin-bottom:2rem}.email-button{font-size:1.2rem;padding:.75rem 1.25rem}.email-info{flex-direction:column;gap:.25rem}.separator{display:none}.contact-info{grid-template-columns:1fr;gap:1.5rem}.toast-content{padding:2rem;flex-direction:column;text-align:center}.toast-icon{align-self:center;margin-top:0}}html.dark .contact-section{background:linear-gradient(135deg,#1a1611,#0f0d0a)}html.dark .contact-title{background:linear-gradient(135deg,#d4af37,#f4e4a6 40%,gold);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}html.dark .contact-subtitle{color:#d4af37}html.dark .email-card{background:linear-gradient(135deg,#2d2619,#1f1a12);border-color:#d4af374d;box-shadow:0 10px 40px #0006,0 1px 3px #d4af371a}html.dark .email-card:before{background:linear-gradient(90deg,#d4af37,gold,#f4e4a6)}html.dark .email-title{color:#f4e4a6}html.dark .email-button{color:#d4af37;background:linear-gradient(135deg,#d4af3726,#ffd7001a);border-color:#d4af3766}html.dark .email-button:hover{background:linear-gradient(135deg,#d4af3740,#ffd70033);border-color:#d4af3799;color:gold;box-shadow:0 6px 20px #d4af374d}html.dark .toast-overlay{background:#000000b3}html.dark .toast-content{background:linear-gradient(135deg,#2d2619,#1f1a12);border-color:#d4af3766}html.dark .toast-content:before{background:linear-gradient(90deg,#d4af37,gold,#d4af37)}html.dark .toast-text h3{color:#f4e4a6}html.dark .toast-text p{color:#d4af37}html.dark .toast-text strong{color:gold}html.dark .toast-close{background:#d4af3726;border-color:#d4af374d;color:#d4af37}html.dark .toast-close:hover{background:#d4af3740;border-color:#d4af3780}html.dark .info-card{background:linear-gradient(135deg,#2d2619,#1f1a12);border-color:#d4af3733}html.dark .card-header h3{color:#f4e4a6}html.dark .info-card p{color:#d4af37}.email-button:focus-visible,.toast-close:focus-visible{outline:2px solid #b8860b;outline-offset:2px}html.dark .email-button:focus-visible,html.dark .toast-close:focus-visible{outline-color:#d4af37}@media(prefers-reduced-motion:reduce){.contact-section *,.toast-notification,.toast-overlay{animation-duration:.01ms!important;transition-duration:.1s!important}.email-button:hover{transform:none!important}}.footer-section{background-color:#333;color:#eee;padding:2rem 1rem;text-align:center;border-top:1px solid rgba(184,134,11,.2);contain:layout style paint}.footer-container{max-width:1200px;margin:0 auto}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.footer-nav a{color:#b8860b;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease}.footer-nav a:hover,.footer-legal a:hover{color:#ffd75f;background:#b8860b1a;transform:translateY(-2px)}.footer-info p{margin:.5rem 0;font-size:.875rem;color:#bbb;line-height:1.5}.footer-info p:first-child{color:#eee;font-weight:500}.footer-info em{font-style:italic;opacity:.8}.footer-legal{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,215,95,.07)}.footer-legal a{color:#bbb;text-decoration:none;font-size:.92rem;font-weight:400;transition:color .3s;opacity:.85;padding:.25rem .75rem;border-radius:.3rem}.footer-legal a:focus-visible{outline:2px solid #b8860b;outline-offset:1.5px}.footer-legal a:hover{color:#ffd75f;background:#b8860b0d;opacity:1;transform:none}html.dark .footer-section{background-color:#1a1a1a;border-top-color:#ffd75f33}html.dark .footer-nav a{color:#ffd75f}html.dark .footer-nav a:hover,html.dark .footer-legal a:hover{color:#ffeb3b;background:#ffd75f1a}html.dark .footer-info p{color:#ccc}html.dark .footer-info p:first-child{color:#f5f5f5}html.dark .footer-legal a{color:#bbb059}@media(max-width:768px){.footer-nav{flex-direction:column;gap:1rem}.footer-nav a{display:block}.footer-legal{flex-direction:column;gap:.8rem;margin-top:1.5rem;padding-top:.7rem}}.footer-nav a:focus-visible{outline:2px solid #b8860b;outline-offset:2px}.equipment-section{padding:4rem 2rem;background:linear-gradient(135deg,#faf7f2,#f5f2ed);font-family:Inter,sans-serif}.equipment-container{max-width:1200px;margin:0 auto}.equipment-title{font-size:2.75rem;font-weight:800;text-align:center;margin-bottom:3.5rem;color:#333;font-family:Playfair Display,serif;background:linear-gradient(135deg,#333,#b8860b 70%,#8b4513);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.equipment-grid{display:flex;justify-content:center;align-items:stretch;gap:2rem;flex-wrap:wrap}.equipment-card{background:#fffffff2;border-radius:2rem;overflow:hidden;width:320px;min-height:480px;display:flex;flex-direction:column;box-shadow:0 12px 35px #b8860b26;border:1px solid rgba(184,134,11,.1);transition:all .4s cubic-bezier(.25,.46,.45,.94);backdrop-filter:blur(15px);position:relative;opacity:0;transform:translateY(2rem) scale(.95);animation:equipmentCardSlideIn .8s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--equip-index, 0) * .2s)}@keyframes equipmentCardSlideIn{to{opacity:1;transform:translateY(0) scale(1)}}.equipment-card.card-visible{opacity:1;transform:translateY(0) scale(1)}.equipment-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(184,134,11,.05) 0%,transparent 50%,rgba(184,134,11,.02) 100%);border-radius:2rem;opacity:0;transition:opacity .3s ease;pointer-events:none}.equipment-card:hover:before{opacity:1}.equipment-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 50px #b8860b40;border-color:#b8860b33}.equipment-image-container{height:280px;overflow:hidden;border-radius:2rem 2rem 0 0;background:linear-gradient(135deg,#fff,#f8f9fa);display:flex;align-items:center;justify-content:center;position:relative}.equipment-image-full{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .4s ease;border-radius:1.5rem}.equipment-card:hover .equipment-image-full{transform:scale(1.08)}.equipment-card-content{padding:2rem 1.5rem;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.equipment-name{font-size:1.4rem;font-weight:700;color:#333;margin:0;font-family:Playfair Display,serif;line-height:1.3;transition:color .3s ease}.equipment-card:hover .equipment-name{color:#b8860b}.equipment-description{font-size:1rem;color:#666;line-height:1.5;margin:0;flex:1;text-wrap:pretty}.capacity-badge{display:inline-block;background:linear-gradient(135deg,#b8860b,#996f09);color:#fff;padding:.75rem 1.5rem;border-radius:2rem;font-weight:600;font-size:1rem;box-shadow:0 4px 15px #b8860b4d;transition:all .3s ease;border:none;cursor:default;user-select:none;align-self:center}.equipment-card:hover .capacity-badge{transform:scale(1.05);box-shadow:0 6px 20px #b8860b66}@media(max-width:1024px){.equipment-grid{gap:1.5rem}.equipment-card{width:300px;min-height:460px}}@media(max-width:768px){.equipment-section{padding:3rem 1rem}.equipment-grid{flex-direction:column;align-items:center;gap:2rem}.equipment-card{width:100%;max-width:320px;min-height:auto}.equipment-image-container{height:240px}.equipment-card-content{padding:1.5rem 1.25rem}.equipment-title{font-size:2.2rem;margin-bottom:2.5rem}}@media(max-width:480px){.equipment-card{max-width:280px}.equipment-image-container{height:200px}.equipment-name{font-size:1.2rem}.equipment-description{font-size:.9rem}.capacity-badge{font-size:.9rem;padding:.6rem 1.2rem}}html.dark .equipment-section{background:linear-gradient(135deg,#181716,#1f1e1d)}html.dark .equipment-title{background:linear-gradient(135deg,#fafafa,#ffd75f 70%,peru);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}html.dark .equipment-card{background:#1e1e1ef2;border-color:#ffd75f33;box-shadow:0 12px 35px #0000004d}html.dark .equipment-card:hover{box-shadow:0 20px 50px #0006;border-color:#ffd75f4d}html.dark .equipment-image-container{background:linear-gradient(135deg,#2a2a2a,#1a1a1a)}html.dark .equipment-name{color:#fafafa}html.dark .equipment-card:hover .equipment-name{color:#ffd75f}html.dark .equipment-description{color:#ccc}html.dark .capacity-badge{background:linear-gradient(135deg,#ffd75f,#ffeb3b);color:#1a1a1a}.equipment-card{will-change:transform;backface-visibility:hidden}.equipment-card:not(:hover){will-change:auto}@media(prefers-reduced-motion:reduce){.equipment-card,.equipment-image-full,.capacity-badge{animation:none!important;transition-duration:.01ms!important}.equipment-card:hover,.equipment-image-full:hover{transform:none!important}}@media(prefers-contrast:high){.equipment-card{border:2px solid #b8860b;background:#fff;backdrop-filter:none}.capacity-badge{border:2px solid #b8860b}html.dark .equipment-card{border:2px solid #ffd75f;background:#000}}
