@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url('../fonts/inter-var.woff2') format('woff2')}@font-face{font-family:Quicksand;font-style:normal;font-weight:300 700;font-display:swap;src:url('../fonts/quicksand-var.woff2') format('woff2')}:root{--bg-dark:#0b2b2e;--bg-aqua:#0f3437;--bg-card:rgba(18, 58, 61, 0.6);--accent:#d9a86c;--accent-light:#e8c090;--accent-dim:rgba(217, 168, 108, 0.16);--coral:#e8825a;--coral-light:#f4a483;--white:#eef5f2;--text-muted:rgba(238, 245, 242, 0.72);--text-subtle:rgba(238, 245, 242, 0.5);--border-subtle:rgba(238, 245, 242, 0.14);--radius:14px;--radius-lg:22px;--shadow:0 8px 32px rgba(0, 0, 0, 0.45);--shadow-accent:0 4px 24px rgba(232, 130, 90, 0.22);--transition:0.3s ease;--nav-height:4.5rem}@media (prefers-reduced-motion:reduce){:root{--transition:0s}}*,::after,::before{box-sizing:border-box}body,figure,h1,h2,h3,h4,html,p,ul{margin:0;padding:0}ul{list-style:none}html{scroll-behavior:smooth;background:var(--bg-dark)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:Inter,system-ui,sans-serif;background:radial-gradient(circle at 50% 0,#123a3d 0,var(--bg-aqua) 55%,var(--bg-dark) 100%);color:var(--white);line-height:1.65;min-height:100vh;min-height:100dvh;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.25rem}.skip-link{position:absolute;top:-3rem;left:1rem;background:var(--accent);color:var(--bg-dark);padding:.6rem 1rem;border-radius:8px;font-weight:700;z-index:200;transition:top var(--transition)}.skip-link:focus{top:1rem}:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}.caustics{position:absolute;inset:0;opacity:.14;background:repeating-linear-gradient(115deg,transparent 0 40px,rgba(238,245,242,.55) 40px 41px,transparent 41px 96px),repeating-linear-gradient(68deg,transparent 0 64px,rgba(217,168,108,.45) 64px 65px,transparent 65px 140px);mix-blend-mode:screen;pointer-events:none}.wave-divider{height:28px;background-repeat:repeat-x;background-size:220px 28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='28' viewBox='0 0 220 28'%3E%3Cpath d='M0 14c18-14 37-14 55 0s37 14 55 0 37-14 55 0 37 14 55 0' fill='none' stroke='%23d9a86c' stroke-width='1.4' opacity='0.35'/%3E%3C/svg%3E");opacity:.8}.section{padding:3.5rem 0;scroll-margin-top:calc(var(--nav-height) + 0.75rem)}@media (min-width:768px){.section{padding:5.5rem 0}}.section-label{display:inline-block;font-family:Quicksand,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem}.section-title{font-family:Quicksand,sans-serif;font-size:clamp(1.6rem, 5vw, 2.5rem);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin-bottom:1rem}.section-subtitle{color:var(--text-muted);font-size:1rem;max-width:42rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.85rem 1.75rem;font-family:Quicksand,sans-serif;font-size:.95rem;font-weight:700;border:none;border-radius:100px;cursor:pointer;text-decoration:none;transition:transform var(--transition),box-shadow var(--transition),background var(--transition)}.btn-accent{background:linear-gradient(135deg,var(--accent) 0,var(--coral) 100%);color:#1a1210;box-shadow:var(--shadow-accent)}.btn-accent:focus-visible,.btn-accent:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(232,130,90,.35)}.btn-outline{background:0 0;color:var(--white);border:1.5px solid var(--border-subtle)}.btn-outline:focus-visible,.btn-outline:hover{border-color:var(--accent);color:var(--accent-light)}.nav{position:fixed;inset-inline:0;top:0;z-index:100;height:var(--nav-height);display:flex;align-items:center;background:0 0;transition:background var(--transition),box-shadow var(--transition)}.nav.scrolled{background:rgba(11,43,46,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 24px rgba(0,0,0,.35)}.nav.menu-open.scrolled{-webkit-backdrop-filter:none;backdrop-filter:none}.nav.menu-open{background:var(--bg-dark)}.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.nav-logo{display:flex;align-items:center;gap:.55rem;font-family:Quicksand,sans-serif;font-weight:700;font-size:1.1rem;text-decoration:none}.nav-logo-icon{width:30px;height:30px;border-radius:9px}.nav-toggle{display:flex;flex-direction:column;gap:5px;width:44px;height:44px;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer}.nav-toggle span{width:22px;height:2px;background:var(--white);border-radius:2px;transition:transform var(--transition),opacity var(--transition)}.nav-toggle.active span:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-links{position:fixed;top:var(--nav-height);left:0;right:0;z-index:120;height:calc(100vh - var(--nav-height));height:calc(100dvh - var(--nav-height));background:var(--bg-dark);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:.5rem 0 2rem;overflow-y:auto;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform var(--transition),opacity var(--transition),visibility var(--transition)}.nav-links.open{transform:translateY(0);opacity:1;visibility:visible}.nav-links li{list-style:none}.nav-links a{font-family:Quicksand,sans-serif;font-weight:600;font-size:1.1rem;text-decoration:none;display:flex;align-items:center;min-height:56px;padding:0 1.5rem;border-bottom:1px solid rgba(238,245,242,.08)}.nav-links a:focus-visible,.nav-links a:hover{background:rgba(238,245,242,.06)}.nav-social{display:inline-flex;color:var(--accent-light)}body.nav-open{overflow:hidden}@media (min-width:768px){.nav-toggle{display:none}.nav-links{position:static;z-index:auto;height:auto;flex-direction:row;align-items:center;justify-content:flex-end;gap:2rem;padding:0;overflow:visible;transform:none;opacity:1;visibility:visible;background:0 0;inset:auto}.nav-links a{font-size:.92rem;display:inline-flex;min-height:0;padding:0;border-bottom:none}.nav-links a:focus-visible,.nav-links a:hover{background:0 0}body.nav-open{overflow:auto}}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,43,46,.5) 0,rgba(11,43,46,.35) 42%,rgba(11,43,46,.88) 100%);z-index:1}.hero .caustics{z-index:1}@keyframes hero-ken-burns{from{transform:scale(1) translate3d(0,0,0)}to{transform:scale(1.07) translate3d(-1.5%,-1%,0)}}.hero-poster-img{transform-origin:50% 55%;animation:hero-ken-burns 14s ease-in-out infinite alternate}@keyframes hero-schimmer{from{transform:translate3d(0,0,0)}to{transform:translate3d(2.5%,1.5%,0)}}.hero .caustics{inset:-8%;animation:hero-schimmer 19s ease-in-out infinite alternate}@media (prefers-reduced-motion:reduce){.hero .caustics,.hero-poster-img{animation:none}.hero .caustics{inset:0}}.hero-content{position:relative;z-index:2;width:100%;min-width:0;padding:2rem 1.5rem;max-width:46rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1.1rem;border:1px solid var(--accent);border-radius:100px;color:var(--accent-light);font-family:Quicksand,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.25rem}.hero h1{font-family:Quicksand,sans-serif;font-size:clamp(1.9rem, 7vw, 3.6rem);font-weight:700;letter-spacing:-.01em;line-height:1.12;margin-bottom:1rem;overflow-wrap:break-word}.hero-subtitle{font-size:clamp(1rem, 2.5vw, 1.25rem);color:var(--text-muted);margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-scroll{position:absolute;bottom:1.75rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;font-family:Quicksand,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-subtle)}.hero-scroll-line{width:1px;height:36px;background:linear-gradient(to bottom,var(--accent),transparent);animation:hero-float 2.4s ease-in-out infinite}@keyframes hero-float{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}@media (prefers-reduced-motion:reduce){.hero-scroll-line{animation:none}}.about{background:0 0;position:relative}.about-grid{display:grid;gap:2.5rem;align-items:center}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.about-stat-number{font-family:Quicksand,sans-serif;font-size:clamp(1.5rem, 4vw, 2rem);font-weight:700;color:var(--accent)}.about-stat-label{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.about-image{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/9;border:1px solid rgba(217,168,108,.32);box-shadow:var(--shadow)}.about-image img{width:100%;height:100%;object-fit:cover}@media (min-width:600px){.about-image{aspect-ratio:4/3}}@media (min-width:900px){.about-grid{grid-template-columns:1.1fr 1fr}}.highlights-header{text-align:center;margin-bottom:2rem}.highlights-block{margin-bottom:2.5rem}.highlights-block-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.highlights-block-title{font-family:Quicksand,sans-serif;font-size:1.15rem;font-weight:700}.badge-new,.badge-sale{display:inline-block;font-family:Quicksand,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.06em;padding:.25rem .7rem;border-radius:100px}.badge-sale{background:rgba(232,130,90,.18);color:var(--coral-light)}.badge-new{background:var(--accent-dim);color:var(--accent-light)}.product-grid-viewport{overflow:hidden}.product-grid{display:grid;grid-auto-flow:column;grid-auto-columns:78%;gap:1rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding:.25rem 1.25rem 1rem;margin-inline:-1.25rem;scrollbar-width:none}.product-grid::-webkit-scrollbar{display:none}.product-grid>.product-card{scroll-snap-align:center}.product-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem}.product-carousel-dots button{width:24px;height:24px;padding:0;border:none;background:0 0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.product-carousel-dots button::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--text-subtle);transition:background var(--transition),transform var(--transition)}.product-carousel-dots button[aria-current=true]::before{background:var(--accent);transform:scale(1.35)}@media (min-width:600px){.product-grid{grid-auto-flow:row;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-auto-columns:auto;gap:1.25rem;overflow-x:visible;scroll-snap-type:none;padding:0;margin-inline:0}.product-carousel-dots{display:none}}.product-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);overflow:hidden;transition:transform var(--transition),border-color var(--transition)}.product-card:hover{transform:translateY(-3px);border-color:rgba(217,168,108,.35)}.product-card-img-wrap{position:relative;aspect-ratio:4/3}.product-card-img{width:100%;height:100%;object-fit:cover}.product-card-corner-badge{position:absolute;top:.6rem;left:.6rem;z-index:1}.product-card-body{padding:1rem}.product-card-title{font-family:Quicksand,sans-serif;font-weight:700;font-size:.95rem;margin-bottom:.25rem}.product-card-info{font-size:.8rem;color:var(--text-muted);margin-bottom:.6rem}.product-card-pricing{display:flex;align-items:baseline;gap:.6rem}.price-old{font-size:.8rem;color:var(--text-subtle);text-decoration:line-through}.price-new{font-family:Quicksand,sans-serif;font-weight:700;color:var(--coral-light)}.price-new-gold{font-family:Quicksand,sans-serif;font-weight:700;color:var(--accent-light)}.highlights-price-note{font-size:.78rem;color:var(--text-subtle);margin-top:1.5rem}.highlights-status-msg{grid-column:1/-1;width:100%;text-align:center;padding:2rem 0;color:var(--text-muted);font-size:.9rem}.product-grid:has(> .highlights-status-msg){grid-auto-columns:100%;scroll-snap-type:none}.hl-skel-line,.hl-skeleton .hl-skel-img{background:linear-gradient(90deg,rgba(238,245,242,.06) 25%,rgba(238,245,242,.12) 37%,rgba(238,245,242,.06) 63%);background-size:400% 100%;animation:hl-shimmer 1.4s ease infinite}.hl-skel-img{aspect-ratio:4/3}.hl-skel-body{padding:1rem;display:flex;flex-direction:column;gap:.6rem}.hl-skel-line{height:.7rem;border-radius:4px}@keyframes hl-shimmer{0%{background-position:100% 0}100%{background-position:0 0}}@media (prefers-reduced-motion:reduce){.hl-skel-line,.hl-skeleton .hl-skel-img{animation:none}}.services-header{text-align:center;margin-bottom:2rem}.services-header .section-subtitle{margin-inline:auto}.services-grid{display:grid;gap:1.5rem}@media (min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:2rem 1.5rem;text-align:center;transition:transform var(--transition),border-color var(--transition)}.service-card:hover{transform:translateY(-4px);border-color:rgba(217,168,108,.35)}.service-icon{font-size:2rem;margin-bottom:.75rem}.service-card h3{font-family:Quicksand,sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:.6rem}.service-card p{color:var(--text-muted);font-size:.9rem;margin-bottom:1.25rem}.info-grid{display:grid;gap:1.5rem;margin-top:1.5rem}@media (min-width:768px){.info-grid{grid-template-columns:repeat(3,1fr)}}.info-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.75rem}.info-card-icon{font-size:1.5rem;margin-bottom:.5rem}.info-card h3{font-family:Quicksand,sans-serif;font-size:1rem;font-weight:700;margin-bottom:.6rem}.info-hours li{padding:.2rem 0;font-size:.92rem}.info-hours .closed{color:var(--text-subtle)}.phone{display:inline-block;margin-top:.4rem;font-family:Quicksand,sans-serif;font-weight:700;color:var(--accent-light);font-size:1.05rem;text-decoration:none}.info-paradies-wrap{text-align:center;margin-top:2rem}.info-paradies-link{background:0 0;border:1px solid var(--border-subtle);color:var(--white);border-radius:100px;padding:.75rem 1.5rem;min-height:48px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem}.info-paradies-link:focus-visible,.info-paradies-link:hover{border-color:var(--accent);color:var(--accent-light)}.refs{position:relative}.refs-header{text-align:center;margin-bottom:1.5rem}.refs-viewport{overflow:hidden}.refs-track{display:flex;gap:1rem;width:max-content;animation:refs-marquee 40s linear infinite}.refs-track:hover{animation-play-state:paused}.refs-img{width:260px;height:180px;object-fit:cover;border-radius:var(--radius);flex-shrink:0}@keyframes refs-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.refs-track{animation:none;overflow-x:auto}}.testimonials-header{text-align:center;margin-bottom:1.5rem}.testimonials-viewport{overflow:hidden}.testimonials-track{display:flex;gap:1.5rem;transition:transform .4s ease}.testimonial-card{flex:0 0 100%;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.75rem}@media (min-width:900px){.testimonial-card{flex-basis:calc((100% - 3rem)/ 3)}}.testimonial-stars{color:var(--accent);letter-spacing:.15em;margin-bottom:.75rem}.testimonial-text{font-size:.92rem;color:var(--text-muted);margin-bottom:1.25rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--accent-dim);color:var(--accent-light);display:flex;align-items:center;justify-content:center;font-family:Quicksand,sans-serif;font-weight:700;font-size:.85rem;flex-shrink:0}.testimonial-name{font-weight:600;font-size:.9rem}.testimonial-location{font-size:.78rem;color:var(--text-subtle)}.testimonials-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.slider-btn{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:1px solid var(--border-subtle);background:0 0;color:var(--white);cursor:pointer;font-size:1.1rem}.slider-btn:disabled{opacity:.35;cursor:not-allowed}.slider-dots{display:flex}.slider-dot{flex-shrink:0;width:24px;height:24px;border:none;background:0 0;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.slider-dot::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--border-subtle)}.slider-dot.active::before{background:var(--accent)}.testimonials-note{font-size:.78rem;color:var(--text-subtle);margin-top:1.5rem;text-align:center;max-width:40rem;margin-inline:auto}.contact-lead{margin-bottom:2rem}.contact-grid{display:grid;gap:2rem;margin-top:1rem}@media (min-width:900px){.contact-grid{grid-template-columns:1.2fr 1fr}}.contact-form-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.75rem}.form-group{margin-bottom:1.1rem}.form-row{display:grid;gap:1rem}@media (min-width:560px){.form-row{grid-template-columns:1fr 1fr}}.form-group label{display:block;font-size:.82rem;color:var(--text-muted);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{width:100%;min-height:48px;padding:.7rem .9rem;background:rgba(238,245,242,.05);border:1px solid var(--border-subtle);border-radius:10px;color:var(--white);font-family:inherit;font-size:.95rem}.form-group textarea{min-height:120px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--accent)}.form-group select option{background-color:var(--bg-aqua);color:var(--white)}.form-group select option:disabled{color:var(--text-subtle)}.dynamic-fields{display:none;flex-direction:column}.dynamic-fields.visible{display:flex}.honeypot-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-consent{display:flex;align-items:flex-start;gap:.6rem;font-size:.82rem;color:var(--text-muted)}.form-consent input{width:18px;height:18px;min-height:0;margin-top:.15rem;flex-shrink:0}.form-status{margin-top:1rem;font-size:.9rem}.form-status.success{color:#6fce9f}.form-status.error{color:var(--coral-light)}.form-field-error{color:var(--coral-light);font-size:.78rem;margin-top:.35rem}.form-group input:invalid.touched,.form-group select:invalid.touched,.form-group textarea:invalid.touched{border-color:var(--coral)}.inline-link{background:0 0;border:none;padding:0;margin:0;color:var(--accent-light);text-decoration:underline;cursor:pointer;font:inherit}.inline-link:focus-visible,.inline-link:hover{color:var(--accent)}.contact-map{position:relative;aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-subtle)}.contact-map iframe{width:100%;height:100%;border:0}.contact-map-teaser{position:absolute;inset:0;width:100%;height:100%;background:var(--bg-card);border:1px dashed var(--border-subtle);cursor:pointer;color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;font-size:1.5rem}.contact-map-teaser:focus-visible,.contact-map-teaser:hover{border-color:var(--accent)}.contact-map-teaser span:last-child{font-family:Quicksand,sans-serif;font-weight:700;font-size:.85rem;background:linear-gradient(135deg,var(--accent),var(--coral));color:#1a1210;padding:.6rem 1.2rem;border-radius:100px}.contact-map-hint{font-size:.75rem;color:var(--text-subtle);margin-top:.6rem}.contact-info-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.5rem;margin-top:1.5rem}.contact-info-item{display:flex;flex-direction:column;gap:.15rem;margin-bottom:.9rem}.contact-info-item:last-child{margin-bottom:0}.contact-info-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-subtle)}.contact-info-value a{text-decoration:none}.contact-social-box{margin-top:1.5rem;padding:1.25rem;background:rgba(238,245,242,.03);border:1px solid var(--border-subtle);border-radius:10px}.contact-social-box h3{font-family:Quicksand,sans-serif;font-size:1rem;font-weight:700;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.contact-social-box p{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem}.footer{border-top:1px solid var(--border-subtle);padding:2.5rem 0;margin-top:2rem;position:relative}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.footer-brand{font-family:Quicksand,sans-serif;font-weight:700}.footer-brand span{color:var(--accent)}.footer-links{display:flex;gap:1.25rem}.footer-links button{background:0 0;border:none;color:var(--text-muted);cursor:pointer;font-size:.85rem;padding:.4rem}.footer-links button:focus-visible,.footer-links button:hover{color:var(--accent-light)}.footer-copy{font-size:.78rem;color:var(--text-subtle);max-width:34rem}.footer-copy a{color:var(--text-subtle);text-decoration:underline}.footer-newsletter-wrap{margin-top:1.5rem;width:100%;max-width:26rem}.footer-newsletter-inline{display:flex;flex-direction:column;gap:.6rem;align-items:stretch}.footer-newsletter-inline label{font-size:.8rem;color:var(--text-muted);margin-bottom:.15rem}.footer-newsletter-inline input,.footer-newsletter-inline select{width:100%;min-height:44px;padding:.6rem .9rem;border-radius:10px;border:1px solid var(--border-subtle);background:rgba(238,245,242,.05);color:var(--white);font-family:inherit;font-size:.9rem}.btn-newsletter-mini{min-height:44px;padding:0 1.1rem;border-radius:10px;border:none;background:linear-gradient(135deg,var(--accent),var(--coral));color:#1a1210;font-family:Quicksand,sans-serif;font-weight:700;cursor:pointer}.footer-newsletter-legal{width:100%;font-size:.72rem;color:var(--text-subtle);margin-top:.4rem}.modal-overlay{position:fixed;inset:0;z-index:200;background:rgba(11,43,46,.85);display:flex;align-items:flex-end;justify-content:center;opacity:0;visibility:hidden;transition:opacity var(--transition);padding:0}.modal-overlay.active{opacity:1;visibility:visible}#datenschutzModal.modal-overlay,#impressumModal.modal-overlay{z-index:210}.modal{background:var(--bg-aqua);border:1px solid var(--border-subtle);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-height:90vh;overflow-y:auto;padding:1.5rem}@media (min-width:768px){.modal-overlay{align-items:center;padding:2rem}.modal{border-radius:var(--radius-lg);max-width:32rem}.modal.modal-wide{max-width:48rem}}@media (min-width:900px){.modal.modal-wide{max-width:68rem}}.modal-body-split{display:grid;gap:1.75rem}@media (min-width:900px){.modal-body-split{grid-template-columns:1fr 1fr;align-items:start}}.modal-contact-col .contact-form-card{padding:1.5rem;margin:0}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.modal-header h2{font-family:Quicksand,sans-serif;font-size:1.35rem;font-weight:700}.modal-subtitle{font-size:.8rem;color:var(--text-subtle);margin-top:.25rem}.modal-close{background:0 0;border:none;color:var(--text-muted);cursor:pointer;font-size:1.5rem;line-height:1;width:44px;height:44px;flex-shrink:0}.modal-close:focus-visible,.modal-close:hover{color:var(--accent-light)}.legal-block{margin-bottom:1.5rem}.legal-block h2{font-family:Quicksand,sans-serif;font-size:1rem;font-weight:700;margin-bottom:.6rem;color:var(--accent-light)}.legal-block p{font-size:.88rem;color:var(--text-muted);margin-bottom:.6rem}.legal-address p{margin-bottom:.2rem}.versand-grid{display:grid;gap:1.75rem}@media (min-width:700px){.versand-grid{grid-template-columns:1fr 1fr}}.versand-step{display:flex;gap:.85rem;margin-bottom:1.1rem}.versand-icon{font-size:1.3rem;flex-shrink:0}.versand-step-text strong{display:block;font-family:Quicksand,sans-serif;font-size:.92rem;margin-bottom:.2rem}.versand-step-text span{font-size:.85rem;color:var(--text-muted)}.versand-table{width:100%;border-collapse:collapse;font-size:.85rem;margin-bottom:.75rem}.versand-table td,.versand-table th{text-align:left;padding:.5rem .6rem;border-bottom:1px solid var(--border-subtle)}.versand-table th{font-family:Quicksand,sans-serif}.versand-note{font-size:.8rem;color:var(--text-subtle)}.modal-intro{font-size:.92rem;color:var(--text-muted);margin-bottom:.85rem}.service-list{display:grid;gap:.65rem;margin-top:.6rem}@media (min-width:500px){.service-list{grid-template-columns:1fr 1fr}}.service-list li{display:flex;align-items:center;gap:.6rem;font-size:.9rem}.service-list li::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0}.lightbox-modal{max-width:48rem;padding:0;background:var(--bg-dark)}.lightbox-body{position:relative;display:flex;align-items:center;justify-content:center;min-height:50vh}.lightbox-img{max-height:70vh;margin-inline:auto;border-radius:4px}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.4);border:none;color:var(--white);width:44px;height:44px;border-radius:50%;font-size:1.5rem;cursor:pointer}.lightbox-prev{left:.75rem}.lightbox-next{right:.75rem}.lightbox-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem}.lightbox-title{font-family:Quicksand,sans-serif;font-weight:700;font-size:.9rem}.lightbox-counter{font-size:.8rem;color:var(--text-subtle)}body.modal-open{overflow:hidden}.legal-page{padding-top:7rem}.legal-page-container{max-width:48rem}.shop-teaser{position:relative;overflow:hidden;padding-top:7rem;padding-bottom:5rem;text-align:center}.shop-teaser-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.shop-teaser-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(11,43,46,.84) 0,rgba(11,43,46,.9) 45%,rgba(11,43,46,.97) 100%)}.shop-teaser-container{position:relative;z-index:2;max-width:40rem}.shop-teaser .section-title{margin-bottom:.85rem}.shop-teaser .section-subtitle{margin-inline:auto;margin-bottom:2rem}.shop-teaser-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem}.shop-teaser .wave-divider{position:relative;margin:0 auto 2.5rem;max-width:20rem}.shop-newsletter-card{text-align:left;max-width:26rem;margin-inline:auto}.shop-newsletter-card h2{font-family:Quicksand,sans-serif;font-size:1.2rem;margin-bottom:.5rem}.shop-newsletter-lead{font-size:.88rem;color:var(--text-muted);margin-bottom:1.25rem}.shop-newsletter-form .form-group{margin-bottom:1rem}.shop-newsletter-form .btn{width:100%;margin-bottom:.85rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}