@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes sway{0%,to{transform:rotate(0)}25%{transform:rotate(1deg)}75%{transform:rotate(-1deg)}}@keyframes steamRise{0%{stroke-dashoffset:100;opacity:0}50%{opacity:.6}to{stroke-dashoffset:0;opacity:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}*{margin:0;padding:0;box-sizing:border-box}html{height:100vh;overflow:hidden}body{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#000;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;color:#fff;overflow:hidden;position:relative;margin:0;padding:0;padding-bottom:env(safe-area-inset-bottom);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.video-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}@media(max-width:480px){.video-background{display:none}}@media(max-width:768px){.video-background{display:none}}.video-background-image{display:none}@media(max-width:480px){.video-background-image{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/coffee-img-mobile.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;background-color:#000;z-index:0;pointer-events:none}.video-background-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}}@media(max-width:768px){.video-background-image{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/coffee-img-mobile.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;background-color:#000;z-index:0;pointer-events:none}.video-background-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}}.video-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:.5;pointer-events:none;-webkit-transform:translateZ(0);transform:translateZ(0)}.content{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1 auto;gap:3rem;padding:2rem;box-sizing:border-box;position:relative;z-index:1}@media(max-width:768px){.content{gap:2rem;padding:1.5rem}}@media(max-width:480px){.content{gap:1.5rem;padding:1rem}}.site-header{width:100%;padding:.5rem;background:transparent;display:flex;justify-content:center;align-items:center;z-index:10;pointer-events:none}@media(max-width:768px){.site-header{padding:.4rem}}@media(max-width:480px){.site-header{padding:.3rem}}.brand-logo-wrapper{width:100px;height:100px;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;filter:drop-shadow(0 8px 32px rgba(255,255,255,.3))}@media(max-width:768px){.brand-logo-wrapper{width:80px;height:80px}}@media(max-width:480px){.brand-logo-wrapper{width:70px;height:70px}}.brand-logo{width:100%;height:100%;object-fit:contain;display:block}.main-logo-wrapper{position:relative;display:inline-block;padding:0;background:transparent;filter:drop-shadow(0 8px 32px rgba(255,255,255,.3))}.main-logo{max-width:1000px;width:auto;max-height:220px;height:auto;object-fit:contain;display:block;position:relative;z-index:1}@media(max-width:768px){.main-logo{max-width:800px;max-height:176px}}@media(max-width:480px){.main-logo{max-width:600px;max-height:132px}}.tagline-text{font-size:clamp(2.25rem,4vw,3rem);font-weight:700;color:#fff;margin:0;text-align:center;line-height:1.4;letter-spacing:.05em;flex-shrink:0;font-style:normal;white-space:pre-line;animation:fadeInUp 1.2s ease-out .3s both}@media(max-width:768px){.tagline-text{font-size:clamp(2rem,3.6vw,2.5rem)}}@media(max-width:480px){.tagline-text{font-size:clamp(1.8rem,3vw,2.2rem);letter-spacing:.04em}}.footer{padding:1.5rem 2rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom));text-align:center;color:#ffffffe6;font-size:.875rem;font-weight:400;flex-shrink:0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;background:transparent;animation:fadeIn 1.5s ease-out;position:relative;z-index:1}@media(max-width:768px){.footer{padding:1rem 1.5rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));font-size:.8rem}}@media(max-width:480px){.footer{padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));font-size:.75rem}}.footer-text{margin:0;color:#ffffffe6;white-space:nowrap;line-height:1.5}@media(max-width:480px){.footer-text{font-size:.75rem;white-space:normal}}.footer-copyright{margin:.5rem 0 0;color:#ffffffb3;font-size:.75rem;line-height:1.5}@media(max-width:480px){.footer-copyright{font-size:.7rem}}.language-switcher{display:none}.lang-btn{padding:.5rem 1rem;border:none;background:transparent;color:#fffc;font-size:.9rem;font-weight:600;cursor:pointer;border-radius:.25rem;min-width:44px;text-align:center;transition:all .3s ease}.lang-btn:hover{background:#ffffff1a;color:#fff}.lang-btn:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.lang-btn.active{background:#fff3;color:#fff}@media(max-width:480px){.lang-btn{padding:.5rem;font-size:.85rem;min-width:40px}}@media print{body{background:#fff}.video-background,.video-overlay,.language-switcher{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(prefers-contrast:high){.tagline-text{color:#fff}}
