body{margin:0;padding:0;font-family:Inter,sans-serif;background-color:#fff;color:#222;line-height:1.6}.logo{display:block;margin:0 auto 24px}h1{text-align:center;font-size:28px;margin-bottom:24px}h1,h2{font-weight:600}h2{font-size:18px;margin-top:36px;margin-bottom:12px}h3{font-size:16px;font-weight:600;margin-top:24px;margin-bottom:8px}p.intro{font-weight:500}ol,p.intro,ul{margin-bottom:16px}ol,ul{margin-left:20px}ol li,ul li{margin-bottom:8px}a{color:#0055aa;text-decoration:underline}.main-container{max-width:680px;margin:0 auto;padding:40px 24px}label{display:block;margin-bottom:6px;font-weight:500;font-size:14px}input[type=date]{width:100%;padding:8px 10px;margin-bottom:16px;font-size:14px;border:1px solid #ccc;border-radius:4px}.time-grid{gap:10px}.time-button{padding:10px;border:1px solid #ddd;background-color:#fff;transition:all .2s ease}.time-button:hover{background-color:#f5f5f5}.time-button.selected{border-color:#111}.time-button.disabled{background:#ccc;cursor:not-allowed}.submit-button{margin-top:30px;border-radius:5px;letter-spacing:.5px;transition:all .2s ease}.submit-button.active{color:#fff}.submit-button.disabled{background-color:#ccc;color:#666}.note{margin-top:24px;font-size:14px;color:#444}.note a{text-decoration:underline}.appt-title{font-weight:600;font-size:16px;margin-bottom:4px}.appt-duration,.appt-summary{font-size:14px;color:#666;margin-top:6px}.form-section label{display:block;margin:16px 0 8px;font-weight:500;font-size:14px;color:#333}.form-section input[type=date]{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:14px}.time-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-top:12px}.time-button{padding:10px 0;background:#fff;border:1px solid #ccc;border-radius:6px;text-align:center;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.time-button:hover{background-color:#f2f2f2}.time-button.selected{background-color:#000;color:white;border:1px solid #000}.submit-button{width:100%;padding:12px 0;margin-top:24px;font-weight:600;text-transform:uppercase;font-size:14px;border-radius:6px;transition:all .2s;border:none}.submit-button.active{background-color:#000;color:white;cursor:pointer}.submit-button.disabled{background-color:#eee;color:#aaa;cursor:not-allowed}.calendar-time-container{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}.calendar-title-box{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;text-align:center}.calendar-column,.time-column{flex:1;min-width:280px}.section-title{text-align:center;font-weight:500;font-size:18px;margin-bottom:24px}.form-box{display:flex;flex-direction:column;gap:16px}.form-box label{font-size:13px;font-weight:500;text-transform:uppercase;color:#333}.form-box input{padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:14px}.confirm-button{background-color:black;color:white;font-size:13px;padding:12px;border-radius:6px;text-transform:uppercase;letter-spacing:1px;border:none;cursor:pointer;margin-top:24px}.back-button{font-size:14px;color:#333;cursor:pointer;margin-bottom:16px;margin-left:4px;display:inline-block;font-weight:500;transition:opacity .2s ease}.back-button:hover{opacity:.7}.index-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.index-subtitle{font-size:1.8rem;margin-bottom:2rem;text-align:center}.free-session{background-color:#f9f9f9;border-left:4px solid #999;padding:1rem;margin:1.5rem 0;font-style:italic;color:#444}.logo-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem}.logo-card{cursor:pointer;transition:transform .2s ease-in-out;text-align:center;display:flex;flex-direction:column;align-items:center}.logo-card:hover{transform:scale(1.05)}.logo-label{margin-top:.5rem;font-size:1rem;font-weight:500;text-align:center}.side-projects{margin-top:4rem;padding-top:2rem;border-top:1px solid #ccc;text-align:center}.side-logos{display:flex;justify-content:center;gap:2rem;margin:1rem 0}.side-caption{font-size:.9rem;color:#555}.confirmation-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9999}.confirmation-popup{background:#fff;padding:2rem 3rem;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.3);text-align:center}.gluhwein-info-box{margin-top:3rem;padding:1.5rem 2rem;border:1px solid #ddd;border-radius:12px;background-color:#fefefe;line-height:1.6;font-size:1rem;color:#333;flex:1.5;min-width:300px}.gluhwein-image-box{display:flex;align-items:center;justify-content:center;margin-right:2rem}.gluhwein-image-box,.left-photo-box{flex:0 0 200px;min-width:200px;max-width:200px;margin-top:16rem}.confirmation-wrapper{flex:0 0 600px;min-width:600px;max-width:600px;padding:32px 16px}.gluhwein-image-box figure{text-align:center}.gluhwein-image-box img{width:100%;max-width:100%;height:auto;border-radius:10px}.gluhwein-info-box h3{font-size:1.3rem;margin-bottom:1rem;font-weight:600}.gluhwein-info-box p{margin-bottom:1rem}.gluhwein-hero-gallery{margin-top:2rem;margin-bottom:2rem}.gallery-row{display:flex;gap:1rem;justify-content:space-between;flex-wrap:wrap}.gallery-row img{width:100%;max-width:32%;border-radius:12px;object-fit:cover;height:auto}.responsive-scale-wrapper{width:100vw;height:auto;display:flex;justify-content:center;overflow-x:hidden;padding:0}.responsive-scale-wrapper>*{transform-origin:top center}@media (max-width:1200px){.responsive-scale-wrapper>*{transform:scale(.95)}}@media (max-width:900px){.responsive-scale-wrapper>*{transform:scale(.9)}}@media (max-width:768px){.responsive-scale-wrapper>*{transform:scale(.85)}}@media (max-width:600px){.responsive-scale-wrapper>*{transform:scale(.8)}}.photo-scrapbook{flex:1 1 30%;display:flex;flex-direction:column;gap:1.2rem;align-items:center;min-width:0}.photo-scrapbook figure{background:#fff7f2;border:1px solid #e6cdb3;border-radius:12px;padding:10px;text-align:center;width:100%;max-width:180px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.photo-scrapbook img{width:100%;height:auto;border-radius:8px}.photo-scrapbook figcaption{font-size:.85rem;font-style:italic;margin-top:6px}.gluhwein-flex-wrapper{display:flex;gap:2rem;align-items:flex-start;justify-content:center;flex-wrap:nowrap}.left-photo-box{display:flex;align-items:center;justify-content:center;margin-left:2rem;min-width:0;max-width:200px}.left-photo-box figure{background:#fff7f2;border:1px solid #e6cdb3;border-radius:12px;padding:10px;text-align:center;width:100%;max-width:180px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.left-photo-box img{width:100%;height:auto;border-radius:8px}.left-photo-box figcaption{font-size:.85rem;font-style:italic;margin-top:6px}.main-flex-container{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:2rem;padding:2rem;flex-wrap:nowrap;overflow-x:auto;max-width:100vw;box-sizing:border-box}.side-photo{display:flex;flex-direction:column;align-items:center}.side-photo img{max-width:100%;border-radius:12px;box-shadow:0 0 5px rgba(0,0,0,.1)}.gluhwein-content-wrapper{display:flex;flex-direction:row;justify-content:space-between;gap:2rem;margin-top:2rem;flex-wrap:wrap}@media (max-width:768px){.main-flex-container{flex-direction:column!important;flex-wrap:nowrap!important;align-items:center!important;padding:0!important;display:block!important}.section-title{text-align:left!important}.confirm-button{text-align:center}.photo-scrapbook{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:.5rem}.photo-scrapbook img{max-height:100px;max-width:100px;height:auto;width:auto;flex-shrink:1}.photo-scrapbook figure{max-width:100px;margin:0;padding:4px}.photo-scrapbook figcaption{font-size:.7rem}.gluhwein-image-box{margin-top:0!important}}@media (max-width:600px){.gluhwein-image-box,.left-photo-box{flex:1 1 100%;max-width:100%;margin-left:0;margin-right:0}.confirmation-wrapper{flex:1 1 100%;max-width:0;min-width:fit-content;margin-left:0;margin-right:0}.gluhwein-image-box,.left-photo-box{margin-top:2rem}}