:root{--color-primary:#E67F0F;--color-secondary:#FFF0D7;--color-white:#FFFFFF;--color-gray-dark:#695958;--color-green:#648767;--color-soft-red:#E74C3C;--color-primary-hover:#d16f0a;--color-primary-light:rgba(230,127,15,0.1);--color-gray-light:rgba(105,89,88,0.1);--color-gray-medium:rgba(105,89,88,0.3);--color-gray-text:var(--color-gray-dark);--color-text-secondary:rgba(105,89,88,0.7)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--color-gray-text)}.landing-page{min-height:100vh;background:var(--color-secondary)}.site-header{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-gray-light);position:sticky;top:0;z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.1)}.header-container{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.header-logo-section{display:flex;align-items:center;gap:.75rem}.header-horse-logo{width:50px;height:50px;background-image:url(/chessnkaffe-apple-icon.png);background-size:contain;background-repeat:no-repeat;border-radius:50%;animation:gentle-bounce 3s ease-in-out infinite}.header-brand-text{font-size:1.5rem;font-weight:700;color:var(--color-primary)}.header-nav{display:flex;gap:1rem;align-items:center}.header-cta-primary{background:var(--color-primary);color:var(--color-white);padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 10px rgba(230,127,15,.3)}.header-cta-primary:hover{background:var(--color-primary-hover);color:var(--color-white);transform:translateY(-1px);box-shadow:0 4px 15px rgba(230,127,15,.4)}.header-cta-secondary{color:var(--color-primary);padding:.75rem 1.5rem;border:2px solid var(--color-primary);border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s ease}.header-cta-secondary:hover{background:var(--color-primary-light);color:var(--color-primary)}.hero-section{padding:4rem 1rem;min-height:80vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--color-secondary) 0,var(--color-white) 100%);position:relative;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-title{font-size:3rem;font-weight:750;line-height:1.1;margin-bottom:1.2rem;color:var(--color-gray-dark)}.hero-title .no-break{white-space:nowrap}.hero-highlight{color:var(--color-primary)}.hero-subtitle,.hero-tagline{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;color:var(--color-text-secondary)}.inclusivity-note{background:var(--color-primary-light);padding:1rem;border-radius:12px;margin-bottom:2rem;border-left:4px solid var(--color-primary)}.inclusivity-note p{font-weight:600;color:var(--color-gray-dark);margin:0}.desktop-only,.hero-buttons-top-right,.logo-section,.mobile-brand-text,.mobile-cta-primary,.mobile-cta-secondary,.mobile-header,.mobile-horse-logo,.mobile-logo-section,.mobile-nav-buttons{display:none}.hero-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.cta-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-primary);color:var(--color-white);padding:1rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px rgba(230,127,15,.3)}.cta-primary:hover{background:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 8px 30px rgba(230,127,15,.4);color:var(--color-white)}.cta-secondary{color:var(--color-primary);padding:1rem 2rem;border:2px solid var(--color-primary);border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease}.cta-secondary:hover{background:var(--color-primary-light);color:var(--color-primary)}.button-icon{width:18px;height:18px}.hero-image{display:flex;justify-content:center;align-items:center}.chess-illustration{position:relative;width:300px;height:300px}.chess-board{width:240px;height:240px;background:linear-gradient(45deg,var(--color-primary) 25%,transparent 25%),linear-gradient(-45deg,var(--color-primary) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--color-primary) 75%),linear-gradient(-45deg,transparent 75%,var(--color-primary) 75%);background-size:30px 30px;background-position:0 0,0 15px,15px -15px,-15px 0;border:8px solid var(--color-gray-dark);border-radius:12px;position:relative;margin:0 auto;animation:board-glow 4s ease-in-out infinite}.chess-pieces{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.piece{font-size:2rem;color:var(--color-gray-dark);animation:float 3s ease-in-out infinite;filter:drop-shadow(2px 2px 4px rgba(105,89,88,.3))}.piece:first-child{animation-delay:0s}.piece:nth-child(2){animation-delay:.5s}.piece:nth-child(3){animation-delay:1s}.piece:nth-child(4){animation-delay:1.5s}.piece:nth-child(5){animation-delay:2s}.piece:nth-child(6){animation-delay:2.5s}.coffee-steam{position:absolute;top:-20px;right:-20px}.steam{width:3px;height:30px;background:var(--color-primary);border-radius:2px;margin:0 3px;display:inline-block;animation:steam 2s ease-in-out infinite;opacity:.7}.steam:first-child{animation-delay:0s}.steam:nth-child(2){animation-delay:.3s}.steam:nth-child(3){animation-delay:.6s}.features-section{padding:5rem 1rem;background:var(--color-white)}.features-container{max-width:1200px;margin:0 auto}.features-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--color-gray-dark)}.features-subtitle{text-align:center;font-size:1.25rem;color:var(--color-text-secondary);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--color-secondary);padding:2rem;border-radius:16px;text-align:center;transition:all .3s ease;border:1px solid var(--color-gray-light)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px var(--color-gray-light);background:var(--color-white)}.feature-icon{width:60px;height:60px;background:var(--color-secondary);border:2px solid var(--color-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--color-primary);font-size:24px}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--color-gray-dark)}.feature-card p{color:var(--color-text-secondary);line-height:1.6}.inclusivity-section{padding:5rem 1rem;background:var(--color-green);color:var(--color-white)}.inclusivity-container{max-width:1000px;margin:0 auto;text-align:center}.inclusivity-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.inclusivity-section p{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.inclusivity-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.inclusivity-item{background:rgba(255,255,255,.1);padding:1.5rem;border-radius:12px}.inclusivity-item h4{font-size:1.25rem;margin-bottom:.5rem}.our-community-section{padding:5rem 1rem;background:var(--color-white)}.our-community-container{max-width:1200px;margin:0 auto;text-align:center}.our-community-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-gray-dark)}.community-description{font-size:1.25rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.community-gallery{display:flex;flex-direction:column;gap:1.5rem}.gallery-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.gallery-img{width:100%;height:200px;object-fit:cover;border-radius:12px;transition:transform .3s ease;box-shadow:0 4px 15px var(--color-gray-light)}.gallery-img:hover{transform:scale(1.05)}.values-section{padding:5rem 1rem;background:linear-gradient(135deg,var(--color-white) 0,var(--color-secondary) 100%)}.values-container{max-width:1400px;margin:0 auto}.values-header{text-align:center;margin-bottom:3rem}.values-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-gray-dark)}.values-intro{font-size:1.25rem;line-height:1.6;color:var(--color-text-secondary);max-width:800px;margin:0 auto 2rem}.values-intro strong{color:var(--color-primary);font-weight:600}.values-commitment{font-size:1.125rem;font-weight:600;color:var(--color-gray-dark);margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.value-card{background:var(--color-white);padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px rgba(105,89,88,.1);transition:all .3s ease;border-left:4px solid var(--color-primary);position:relative;overflow:hidden;min-height:200px}.value-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(105,89,88,.15)}.value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--color-primary)}.value-header{flex-direction:column;text-align:center;gap:.75rem;margin-bottom:1rem}.value-emoji,.value-header{display:flex;align-items:center}.value-emoji{font-size:2rem;background:var(--color-primary-light);padding:.5rem;border-radius:12px;justify-content:center;width:60px;height:60px}.value-title{font-size:1.25rem;font-weight:700;color:var(--color-gray-dark);margin:0;line-height:1.2}.value-description{color:var(--color-text-secondary);line-height:1.5;font-size:.95rem;text-align:center}.value-card.zero-tolerance{border-left-color:var(--color-primary);background:var(--color-white)}.value-card.zero-tolerance:before{background:var(--color-primary)}.value-card.zero-tolerance .value-emoji{background:var(--color-primary-light)}.community-section{padding:5rem 1rem;background:var(--color-secondary)}.community-container{max-width:1200px;margin:0 auto}.community-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.community-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-gray-dark)}.community-text p{font-size:1.125rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:2rem}.community-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stat{text-align:center;background:var(--color-white);padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px var(--color-gray-light)}.stat-number{display:block;font-size:2rem;font-weight:700;color:var(--color-primary)}.stat-label{display:block;font-size:.875rem;color:var(--color-text-secondary);margin-top:.5rem}.community-image{display:flex;justify-content:center}.cta-section{padding:5rem 1rem;background:var(--color-primary);color:var(--color-white);text-align:center}.cta-container{max-width:800px;margin:0 auto}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.cta-final{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-white);color:var(--color-primary);padding:1.25rem 2.5rem;border-radius:12px;font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.2)}.cta-final:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.3);color:var(--color-primary)}.landing-footer{background:var(--color-gray-dark);color:var(--color-white);padding:3rem 1rem 1rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--color-primary)}.footer-section h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.footer-section p{color:rgba(255,255,255,.8);line-height:1.6}.footer-section a{color:rgba(255,255,255,.8);text-decoration:none;display:block;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:var(--color-primary)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;text-align:center;color:rgba(255,255,255,.8)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes steam{0%{transform:translateY(0) scaleX(1);opacity:.7}50%{transform:translateY(-10px) scaleX(1.1);opacity:.4}to{transform:translateY(-20px) scaleX(.8);opacity:0}}@keyframes gentle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes board-glow{0%,to{box-shadow:0 0 20px rgba(230,127,15,.3)}50%{box-shadow:0 0 30px rgba(230,127,15,.5)}}.icon-users:before{content:"👥"}.icon-map:before{content:"📍"}.icon-coffee:before{content:"☕"}.icon-heart:before{content:"🏳️‍🌈"}.icon-arrow:before{content:"→"}.icon-community:before{content:"👥";font-size:48px}.icon-inclusive:before{content:"🤝"}.icon-safe:before{content:"🛡️"}.icon-welcome:before{content:"🌈"}.horse-logo{width:100px;height:100px;background-image:url(/chessnkaffe-apple-icon.png);background-size:contain;background-repeat:no-repeat;border-radius:50%;animation:gentle-bounce 3s ease-in-out infinite}@media (max-width:768px){.header-container{padding:.75rem 1rem}.header-horse-logo{width:40px;height:40px}.header-brand-text{font-size:1.2rem}.header-nav{gap:.5rem}.header-cta-primary,.header-cta-secondary{font-size:.85rem;padding:.6rem 1rem}.hero-section{padding:3rem 1rem;min-height:70vh}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2rem!important;margin-bottom:1rem}.hero-tagline{font-size:.95rem!important;line-height:1.4;margin-bottom:1.5rem}.hero-buttons .cta-primary,.hero-buttons .cta-secondary{font-size:.9rem;padding:.75rem 1.5rem}.community-description,.community-text p,.values-intro{font-size:1rem!important}.gallery-row{grid-template-columns:repeat(2,1fr)!important;gap:1rem}.gallery-img{height:150px}.values-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem}.value-card{padding:1rem;min-height:auto}.value-title{font-size:1rem!important}.value-description{font-size:.85rem!important}.features-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem}.feature-card:last-child{grid-column:1/-1;max-width:280px;margin:0 auto}.community-content{grid-template-columns:1fr;gap:2rem;text-align:center}.community-stats,.inclusivity-features{grid-template-columns:1fr;gap:1rem}.chess-illustration{width:250px;height:250px}.chess-board{width:200px;height:200px}}@media (max-width:480px){.header-brand-text{font-size:1rem}.header-cta-primary,.header-cta-secondary{font-size:.8rem;padding:.5rem .8rem}.hero-section{padding:2rem 1rem}.hero-title{font-size:1.8rem!important}.hero-tagline{font-size:.9rem!important}.hero-subtitle{font-size:1rem}.community-section,.cta-section,.features-section,.inclusivity-section{padding:3rem 1rem}.cta-final,.cta-primary,.cta-secondary{width:100%;justify-content:center}.value-card{padding:1.5rem}.value-header{flex-direction:column;gap:.5rem}.value-description,.value-header{text-align:center}.community-gallery{gap:1rem}.features-grid,.values-grid{grid-template-columns:1fr!important}.feature-card:last-child{grid-column:auto;max-width:none;margin:0}.gallery-row{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:1200px){.values-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.value-card{padding:2rem;min-height:auto}.value-title{font-size:1.5rem}.value-description{font-size:1rem}.gallery-row{grid-template-columns:repeat(2,1fr)!important}.gallery-img:nth-child(3){display:none}}@media (max-width:768px){.values-section{padding:3rem 1rem}.values-title{font-size:2rem}.values-intro{font-size:1.125rem}.value-header{flex-direction:row;gap:1rem}.value-description,.value-header{text-align:left}.gallery-row{grid-template-columns:repeat(2,1fr)!important;gap:1rem}.gallery-img{height:150px}.gallery-img:nth-child(3){display:none}}@media (min-width:1200px){.header-container{padding:1.25rem 1rem}.header-horse-logo{width:60px;height:60px}.header-brand-text{font-size:1.8rem}.header-cta-primary,.header-cta-secondary{font-size:1rem;padding:.9rem 2rem}}