:root{--brand: #2563eb;--brand-dark: #1d4ed8;--brand-light: #dbeafe;--accent: #f59e0b;--font-display: system-ui, sans-serif;--font-body: system-ui, sans-serif;--radius: .5rem;--radius-lg: 1rem;--radius-full: 9999px;--surface: #ffffff;--surface-muted: #f4f4f5;--hero-overlay: linear-gradient(105deg, rgba(15, 23, 42, .78) 0%, rgba(15, 23, 42, .35) 55%, rgba(15, 23, 42, .2) 100%);--gray-50: #fafafa;--gray-100: #f4f4f5;--gray-200: #e4e4e7;--gray-300: #d4d4d8;--gray-400: #a1a1aa;--gray-500: #71717a;--gray-600: #52525b;--gray-700: #3f3f46;--gray-800: #27272a;--gray-900: #18181b;--sp-1: .25rem;--sp-2: .5rem;--sp-3: .75rem;--sp-4: 1rem;--sp-5: 1.25rem;--sp-6: 1.5rem;--sp-8: 2rem;--sp-10: 2.5rem;--sp-12: 3rem;--sp-16: 4rem;--sp-20: 5rem;--sp-24: 6rem;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--leading-tight: 1.25;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed:1.625;--weight-normal: 400;--weight-medium: 500;--weight-semibold:600;--weight-bold: 700;--weight-extrabold:800;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in: cubic-bezier(.7, 0, .84, 0);--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .4s;--z-base: 0;--z-raised: 10;--z-nav: 100;--z-modal: 1000}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--gray-800);background:var(--surface);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:var(--weight-bold);line-height:var(--leading-tight);color:var(--gray-900)}p{line-height:var(--leading-relaxed)}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}img,svg,video{display:block;max-width:100%}ul,ol{list-style:none}:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:var(--radius)}.container{width:100%;max-width:1160px;margin-inline:auto;padding-inline:var(--sp-6)}.section{padding-block:var(--sp-20)}.section--sm{padding-block:var(--sp-12)}.btn{display:inline-flex;align-items:center;gap:var(--sp-2);padding:.75em 1.5em;font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--weight-semibold);line-height:1;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;text-decoration:none;transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out);white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--brand);color:#fff;border-color:var(--brand)}.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark);box-shadow:var(--shadow-md);text-decoration:none;color:#fff}.btn-outline{background:transparent;color:var(--brand);border-color:var(--brand)}.btn-outline:hover{background:var(--brand-light);text-decoration:none}.btn-ghost{background:transparent;color:var(--gray-700);border-color:transparent}.btn-ghost:hover{background:var(--gray-100);color:var(--gray-900);text-decoration:none}.card{background:var(--surface);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--sp-6);transition:box-shadow var(--duration-normal) var(--ease-out)}.card:hover{box-shadow:var(--shadow-md)}.row-list{display:flex;flex-direction:column;border-top:1px solid var(--gray-200)}.row-list__item{display:flex;align-items:flex-start;gap:var(--sp-4);padding-block:var(--sp-5);border-bottom:1px solid var(--gray-200)}.row-list__icon{flex-shrink:0;width:1.5rem;height:1.5rem;color:var(--brand);margin-top:.15rem}.quote-block{border-left:3px solid var(--brand);padding-left:var(--sp-6);margin-block:var(--sp-4)}.quote-block p{font-size:var(--text-lg);font-style:italic;color:var(--gray-700)}.badge{display:inline-flex;align-items:center;padding:.25em .75em;font-size:var(--text-xs);font-weight:var(--weight-semibold);border-radius:var(--radius-full);background:var(--brand-light);color:var(--brand-dark);text-transform:uppercase;letter-spacing:.05em}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-8)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-6)}@media(max-width:900px){.grid-2,.grid-3{grid-template-columns:1fr}}.divider{border:none;border-top:1px solid var(--gray-200);margin-block:var(--sp-8)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.skip-link{position:absolute;top:-100%;left:var(--sp-4);z-index:var(--z-modal);padding:var(--sp-3) var(--sp-6);background:var(--brand);color:#fff;border-radius:0 0 var(--radius) var(--radius);font-weight:var(--weight-semibold);transition:top var(--duration-fast)}.skip-link:focus{top:0}.preview-banner{position:fixed;bottom:var(--sp-4);left:50%;transform:translate(-50%);z-index:var(--z-modal);display:flex;align-items:center;gap:var(--sp-3);padding:var(--sp-3) var(--sp-6);background:var(--gray-900);color:#fff;border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:var(--weight-medium);box-shadow:var(--shadow-xl);white-space:nowrap}.preview-banner a{color:var(--accent);font-weight:var(--weight-bold);text-decoration:underline}@keyframes ui-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes ui-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ui-kenburns{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero-shell{position:relative;min-height:min(88vh,720px);display:flex;align-items:flex-end;overflow:hidden;color:#fff}.hero-shell__media{position:absolute;inset:0;z-index:0}.hero-shell__media img{width:100%;height:100%;object-fit:cover}.hero-shell__overlay{position:absolute;inset:0;z-index:1;background:var(--hero-overlay)}.hero-shell__content{position:relative;z-index:2;width:100%;padding-block:var(--sp-20) var(--sp-16)}.hero-brand{font-family:var(--font-display);font-size:clamp(2.5rem,7vw,4.25rem);font-weight:var(--weight-extrabold);line-height:1.05;letter-spacing:-.02em;color:#fff;margin-bottom:var(--sp-4)}.hero-line{font-size:clamp(1.05rem,2.2vw,1.25rem);max-width:34rem;opacity:.9;line-height:var(--leading-relaxed);margin-bottom:var(--sp-8)}.media-cover{width:100%;height:100%;object-fit:cover}.stack{display:flex;flex-direction:column;gap:var(--sp-4)}.reveal{animation:ui-fade-up var(--duration-slow) var(--ease-out) both}.reveal-delay-1{animation-delay:80ms}.reveal-delay-2{animation-delay:.16s}.reveal-delay-3{animation-delay:.24s}.hero-kenburns img{animation:ui-kenburns 18s var(--ease-out) alternate infinite;will-change:transform}.hero-content-in{animation:ui-fade-up .55s var(--ease-out) both}@media(prefers-reduced-motion:reduce){.reveal,.hero-content-in,.hero-kenburns img{animation:none!important}}html[data-theme=belle]{--brand: #d4af37;--brand-dark: #2a2924;--brand-light: #e0d5c1;--accent: #d4af37;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Schibsted Grotesk", system-ui, sans-serif;--radius: 0;--surface: #faf7f2;--surface-muted: #e0d5c1;--text: #1c1b17;--muted: #5c5852;--nav-bg: #faf7f2;--nav-fg: #2a2924;--nav-border: #e0d5c1;--footer-bg: #1c1b17;--footer-fg: #8c867e;--banner-fg: #1c1b17;--card-bg: #ffffff;--hero-overlay: linear-gradient(180deg, rgba(28, 27, 23, .15) 0%, rgba(28, 27, 23, .72) 100%);--cta-fg: #1c1b17;--input-bg: #ffffff;--input-border: #e0d5c1}html[data-theme=pure]{--brand: #111111;--brand-dark: #111111;--brand-light: #faf8f8;--accent: #ffcc00;--font-display: "Outfit", system-ui, sans-serif;--font-body: "Geist", "Outfit", system-ui, sans-serif;--radius: 0;--surface: #ffffff;--surface-muted: #faf8f8;--text: #111111;--muted: #555555;--nav-bg: #ffffff;--nav-fg: #111111;--nav-border: #eaeaea;--footer-bg: #111111;--footer-fg: #888888;--banner-fg: #111111;--card-bg: #ffffff;--hero-overlay: none;--cta-fg: #111111;--input-bg: #ffffff;--input-border: #eaeaea}html[data-theme=naturschoen]{--brand: #c87a53;--brand-dark: #2d2b28;--brand-light: #eaf0e7;--accent: #5b7053;--font-display: "Instrument Serif", Georgia, serif;--font-body: "Instrument Sans", system-ui, sans-serif;--radius: .35rem;--surface: #faf8f5;--surface-muted: #f4efea;--text: #2d2b28;--muted: #605d59;--nav-bg: #faf8f5;--nav-fg: #2d2b28;--nav-border: #e5ddd5;--footer-bg: #2d2b28;--footer-fg: #cfc8c0;--banner-fg: #fff;--card-bg: #ffffff;--hero-overlay: none;--cta-fg: #ffffff;--input-bg: #ffffff;--input-border: #e5ddd5}html[data-theme=glow]{--brand: #ff007f;--brand-dark: #0c0b0e;--brand-light: #292436;--accent: #ffd700;--font-display: "Outfit", system-ui, sans-serif;--font-body: "Geist", "Outfit", system-ui, sans-serif;--radius: .75rem;--surface: #0c0b0e;--surface-muted: #14121a;--text: #ffffff;--muted: #a5a1b8;--nav-bg: rgba(12, 11, 14, .92);--nav-fg: #ffffff;--nav-border: #292436;--footer-bg: #0c0b0e;--footer-fg: #6b667f;--banner-fg: #ffffff;--card-bg: #14121a;--hero-overlay: linear-gradient(115deg, rgba(12, 11, 14, .88) 0%, rgba(12, 11, 14, .35) 55%, rgba(255, 0, 127, .25) 100%);--cta-fg: #ffffff;--input-bg: #14121a;--input-border: #292436}h1,h2,h3,h4,h5,h6{color:var(--text);font-family:var(--font-display)}html[data-theme=rose] h1,html[data-theme=rose] h2,html[data-theme=rose] h3{font-family:var(--font-heading, var(--font-body))}html[data-theme=rose]{--brand: #fb7185;--brand-dark: #4d323e;--brand-light: #ffe4e6;--accent: #fbbf24;--font-display: "Parisienne", cursive;--font-body: "Instrument Sans", system-ui, sans-serif;--font-heading: "Instrument Sans", system-ui, sans-serif;--radius: 1.25rem;--surface: #ffffff;--surface-muted: #fff1f2;--text: #4d323e;--muted: #9c808c;--nav-bg: #ffffff;--nav-fg: #4d323e;--nav-border: #ffe4e6;--footer-bg: #4d323e;--footer-fg: #e7d4da;--banner-fg: #4d323e;--card-bg: #ffffff;--hero-overlay: linear-gradient(180deg, rgba(77, 50, 62, .2) 0%, rgba(77, 50, 62, .72) 100%);--cta-fg: #ffffff;--input-bg: #fff1f2;--input-border: #ffe4e6}.proposal-banner{background:var(--brand);color:var(--banner-fg);text-align:center;padding:.5rem 1rem;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.wrap{width:100%;max-width:1280px;margin-inline:auto;padding-inline:5rem}.serif{font-family:var(--font-display)}.heading-sans{font-family:var(--font-heading, var(--font-body))}.photo-fallback{width:100%;height:100%;min-height:inherit;background:radial-gradient(circle at 30% 20%,color-mix(in srgb,var(--brand) 35%,transparent),transparent 42%),linear-gradient(145deg,var(--surface-muted),var(--brand-dark))}.media-cover{width:100%;height:100%;object-fit:cover;display:block}.site-nav{position:sticky;top:0;z-index:40;background:var(--nav-bg);border-bottom:1px solid var(--nav-border)}.site-nav .nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:5.5rem}.site-nav a.nav-link{color:var(--muted);font-size:.9rem;text-decoration:none;font-weight:500}.site-nav a.nav-link:hover{color:var(--text)}.nav-links{display:flex;gap:1.75rem;list-style:none;margin:0;padding:0}.btn-figma{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.4rem;font-family:var(--font-body);font-size:.875rem;font-weight:600;border:1px solid transparent;text-decoration:none;cursor:pointer;background:var(--brand);color:var(--cta-fg);border-radius:var(--radius)}.btn-figma:hover{filter:brightness(1.05);text-decoration:none;color:var(--cta-fg)}.btn-ghost-figma{background:transparent;color:var(--text);border-color:var(--nav-border)}.stars{color:var(--brand);letter-spacing:.12em;font-size:.85rem}.form-grid{display:grid;gap:1rem}.form-grid label{display:grid;gap:.4rem;font-size:.8rem;color:var(--muted)}.form-grid input,.form-grid textarea{width:100%;border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);padding:.85rem 1rem;font:inherit;border-radius:var(--radius)}.form-grid textarea{min-height:7rem;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.map-frame{width:100%;min-height:280px;border:0;background:var(--surface-muted);filter:grayscale(.35) contrast(.95)}.legal-block{padding-block:4rem;border-top:1px solid var(--nav-border)}.legal-block h2{font-size:1.75rem;margin-bottom:1rem}.legal-block p{color:var(--muted);max-width:42rem;line-height:1.7}.site-footer{background:var(--footer-bg);color:var(--footer-fg);padding:4rem 0 2rem;font-size:.875rem}.site-footer a{color:var(--footer-fg);text-decoration:none}.site-footer a:hover{color:#fff}@media(max-width:900px){.wrap{padding-inline:1.25rem}.nav-links{display:none}.form-row{grid-template-columns:1fr}.site-nav .nav-inner{min-height:4.25rem}}body{background:var(--surface);color:var(--text);font-family:var(--font-body)}.belle-logo[data-astro-cid-xyhbpnfj]{display:grid;text-decoration:none;color:var(--text);line-height:1.1}.belle-logo[data-astro-cid-xyhbpnfj] span[data-astro-cid-xyhbpnfj]{font-size:1.35rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600}.belle-logo[data-astro-cid-xyhbpnfj] small[data-astro-cid-xyhbpnfj]{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.belle-kicker[data-astro-cid-xyhbpnfj]{letter-spacing:.22em;text-transform:uppercase;font-size:.72rem;color:var(--brand)}.belle-hero[data-astro-cid-xyhbpnfj]{position:relative;height:680px;overflow:hidden;color:#fff}.belle-hero[data-astro-cid-xyhbpnfj] .media-cover,.belle-hero[data-astro-cid-xyhbpnfj] .photo-fallback{position:absolute;inset:0;min-height:680px}.belle-hero[data-astro-cid-xyhbpnfj]:after{content:"";position:absolute;inset:0;background:var(--hero-overlay)}.belle-hero__copy[data-astro-cid-xyhbpnfj]{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:5rem;max-width:40rem}.belle-hero[data-astro-cid-xyhbpnfj] h1[data-astro-cid-xyhbpnfj]{font-size:clamp(3rem,6vw,4.5rem);margin:.4rem 0 1rem;color:#fff}.belle-hero[data-astro-cid-xyhbpnfj] p[data-astro-cid-xyhbpnfj]{margin-bottom:1.5rem;max-width:28rem;color:#f5f0e8}.belle-services[data-astro-cid-xyhbpnfj]{padding:6.5rem 0;text-align:center}.belle-services[data-astro-cid-xyhbpnfj] h2[data-astro-cid-xyhbpnfj]{font-size:2.6rem;margin:.4rem 0 1rem}.belle-rule[data-astro-cid-xyhbpnfj]{width:80px;height:2px;background:var(--brand);margin:0 auto 3rem}.belle-cards[data-astro-cid-xyhbpnfj]{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;text-align:left;list-style:none;padding:0}.belle-cards[data-astro-cid-xyhbpnfj] h3[data-astro-cid-xyhbpnfj]{font-size:1.5rem;margin:1.2rem 0 .6rem}.belle-cards[data-astro-cid-xyhbpnfj] p[data-astro-cid-xyhbpnfj]{color:var(--muted)}.belle-cards[data-astro-cid-xyhbpnfj] .meta[data-astro-cid-xyhbpnfj]{margin-top:1.2rem;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}.icon-box[data-astro-cid-xyhbpnfj]{width:64px;height:64px;display:grid;place-items:center;background:var(--surface-muted);color:var(--brand)}.belle-reviews[data-astro-cid-xyhbpnfj]{padding:5.5rem 0;text-align:center;background:#fff}.belle-reviews[data-astro-cid-xyhbpnfj] h2[data-astro-cid-xyhbpnfj]{font-size:2.2rem;margin:.6rem 0}.belle-reviews[data-astro-cid-xyhbpnfj] .sub[data-astro-cid-xyhbpnfj]{color:var(--muted);margin-bottom:2.5rem}.belle-review-grid[data-astro-cid-xyhbpnfj]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;list-style:none;padding:0;text-align:left}.belle-review-grid[data-astro-cid-xyhbpnfj] li[data-astro-cid-xyhbpnfj]{background:var(--surface);padding:2rem;border:1px solid var(--nav-border)}.belle-review-grid[data-astro-cid-xyhbpnfj] blockquote[data-astro-cid-xyhbpnfj]{font-size:.95rem;line-height:1.6;margin:.8rem 0 1.2rem}.who[data-astro-cid-xyhbpnfj]{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.who[data-astro-cid-xyhbpnfj] span[data-astro-cid-xyhbpnfj]{width:32px;height:32px;border-radius:50%;background:var(--brand-light);display:grid;place-items:center;font-weight:600}.belle-about[data-astro-cid-xyhbpnfj]{padding:4rem 0}.belle-about__grid[data-astro-cid-xyhbpnfj]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;text-align:left}.belle-about__photo[data-astro-cid-xyhbpnfj]{aspect-ratio:4/5;overflow:hidden}.belle-about[data-astro-cid-xyhbpnfj] p[data-astro-cid-xyhbpnfj]{max-width:40rem;margin:1rem 0 0;color:var(--muted)}.belle-contact[data-astro-cid-xyhbpnfj]{padding:5rem 0;background:var(--surface-muted)}.belle-contact__grid[data-astro-cid-xyhbpnfj]{display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:start}.belle-form-card[data-astro-cid-xyhbpnfj]{background:#fff;padding:2.5rem}.belle-form-card[data-astro-cid-xyhbpnfj] p[data-astro-cid-xyhbpnfj]{color:var(--muted);margin:.4rem 0 1.5rem}.belle-foot[data-astro-cid-xyhbpnfj]{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem;padding-bottom:2.5rem}.foot-name[data-astro-cid-xyhbpnfj]{color:#fff;font-size:1.75rem;margin-bottom:.75rem}.foot-h[data-astro-cid-xyhbpnfj]{color:var(--brand);letter-spacing:.14em;text-transform:uppercase;font-size:.7rem;margin-bottom:.75rem}.belle-foot-bottom[data-astro-cid-xyhbpnfj]{display:flex;justify-content:space-between;border-top:1px solid #2e2c27;padding-top:1.25rem;font-size:.75rem}@media(max-width:900px){.belle-hero[data-astro-cid-xyhbpnfj]{height:520px}.belle-hero__copy[data-astro-cid-xyhbpnfj]{padding:2rem 1.25rem}.belle-cards[data-astro-cid-xyhbpnfj],.belle-review-grid[data-astro-cid-xyhbpnfj],.belle-contact__grid[data-astro-cid-xyhbpnfj],.belle-foot[data-astro-cid-xyhbpnfj],.belle-about__grid[data-astro-cid-xyhbpnfj]{grid-template-columns:1fr}.belle-foot-bottom[data-astro-cid-xyhbpnfj]{flex-direction:column;gap:.5rem}}.pure-logo[data-astro-cid-6ulune7o]{display:inline-flex;align-items:baseline;gap:.45rem;text-decoration:none;color:inherit}.pure-logo[data-astro-cid-6ulune7o] strong[data-astro-cid-6ulune7o]{font-family:var(--font-display);font-size:1.35rem;letter-spacing:.08em}.pure-logo[data-astro-cid-6ulune7o] i[data-astro-cid-6ulune7o]{width:6px;height:6px;background:var(--accent);border-radius:50%;display:inline-block;transform:translateY(-2px)}.pure-logo[data-astro-cid-6ulune7o] span[data-astro-cid-6ulune7o]{font-size:.7rem;letter-spacing:.22em;font-weight:600}.pure-logo[data-astro-cid-6ulune7o].foot{color:#fff}.pure-kicker[data-astro-cid-6ulune7o]{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.pure-kicker[data-astro-cid-6ulune7o]:before{content:"";display:inline-block;width:24px;height:1px;background:var(--text);margin-right:.7rem;vertical-align:middle}.pure-hero[data-astro-cid-6ulune7o]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;min-height:680px;padding-block:4rem}.pure-hero[data-astro-cid-6ulune7o] h1[data-astro-cid-6ulune7o]{font-size:clamp(2.6rem,5vw,3.6rem);line-height:1.1;margin:1rem 0;font-weight:500}.lede[data-astro-cid-6ulune7o]{color:var(--muted);max-width:36rem}.pure-actions[data-astro-cid-6ulune7o]{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.pure-hero-photo[data-astro-cid-6ulune7o]{height:480px;overflow:hidden}.pure-services[data-astro-cid-6ulune7o]{padding:5rem 0;background:var(--surface-muted)}.pure-svc-head[data-astro-cid-6ulune7o]{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:2.5rem}.pure-svc-head[data-astro-cid-6ulune7o] h2[data-astro-cid-6ulune7o]{font-size:2rem;font-weight:500;max-width:18rem}.pure-cards[data-astro-cid-6ulune7o]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;list-style:none;padding:0}.pure-cards[data-astro-cid-6ulune7o] li[data-astro-cid-6ulune7o]{background:#fff;padding:2rem 1.5rem;border:1px solid var(--nav-border)}.pure-ico[data-astro-cid-6ulune7o]{width:48px;height:48px;display:grid;place-items:center;background:var(--surface-muted);margin-bottom:1.2rem}.pure-cards[data-astro-cid-6ulune7o] h3[data-astro-cid-6ulune7o]{font-size:1.1rem;margin-bottom:.6rem}.pure-cards[data-astro-cid-6ulune7o] p[data-astro-cid-6ulune7o]{color:var(--muted);font-size:.9rem}.pure-cards[data-astro-cid-6ulune7o] a[data-astro-cid-6ulune7o]{display:inline-block;margin-top:1rem;font-size:.85rem;color:var(--text);font-weight:600}.pure-reviews[data-astro-cid-6ulune7o]{padding:5rem 0;text-align:center}.pure-reviews[data-astro-cid-6ulune7o] h2[data-astro-cid-6ulune7o]{font-size:2.2rem;font-weight:500}.rating-line[data-astro-cid-6ulune7o]{color:var(--muted);margin:.75rem 0 2.5rem}.pure-rev[data-astro-cid-6ulune7o]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;list-style:none;padding:0;text-align:left}.pure-rev[data-astro-cid-6ulune7o] li[data-astro-cid-6ulune7o]{border:1px solid var(--nav-border);padding:1.75rem}.pure-rev[data-astro-cid-6ulune7o] .row[data-astro-cid-6ulune7o]{display:flex;justify-content:space-between;margin-bottom:.9rem}.pure-about[data-astro-cid-6ulune7o]{padding:4rem 0;max-width:48rem}.pure-about[data-astro-cid-6ulune7o] h2[data-astro-cid-6ulune7o]{font-size:1.75rem;font-weight:500;line-height:1.35}.pure-contact[data-astro-cid-6ulune7o]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:5rem 0;align-items:start}.pure-contact[data-astro-cid-6ulune7o] h2[data-astro-cid-6ulune7o]{font-size:2.2rem;font-weight:500;margin:.6rem 0 1rem}.checks[data-astro-cid-6ulune7o]{list-style:none;padding:0;margin-top:1.5rem;color:var(--muted)}.pure-form[data-astro-cid-6ulune7o]{background:var(--surface-muted);padding:2rem}html[data-theme=pure] .btn-figma{border-radius:0}.pure-map[data-astro-cid-6ulune7o]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:4rem 0 5rem;align-items:center}.pure-map[data-astro-cid-6ulune7o] h2[data-astro-cid-6ulune7o]{font-size:1.8rem;font-weight:500}.hours[data-astro-cid-6ulune7o]{margin-top:1.5rem;color:var(--muted)}.pure-foot[data-astro-cid-6ulune7o]{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:2rem;padding-bottom:2rem}.foot-h[data-astro-cid-6ulune7o]{color:#fff;font-weight:600;margin-bottom:.8rem}@media(max-width:900px){.pure-hero[data-astro-cid-6ulune7o],.pure-cards[data-astro-cid-6ulune7o],.pure-rev[data-astro-cid-6ulune7o],.pure-contact[data-astro-cid-6ulune7o],.pure-map[data-astro-cid-6ulune7o],.pure-foot[data-astro-cid-6ulune7o]{grid-template-columns:1fr}.pure-svc-head[data-astro-cid-6ulune7o]{flex-direction:column;align-items:start}.pure-hero-photo[data-astro-cid-6ulune7o]{height:280px}}.ns-logo[data-astro-cid-yqi53mok]{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;color:var(--text);font-size:1.45rem}.ns-badge[data-astro-cid-yqi53mok]{display:inline-flex;align-items:center;gap:.4rem;background:var(--brand-light);color:var(--accent);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .8rem;border-radius:999px}.ns-hero[data-astro-cid-yqi53mok]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding-block:4rem;min-height:720px}.ns-hero[data-astro-cid-yqi53mok] h1[data-astro-cid-yqi53mok]{font-size:clamp(2.6rem,5vw,3.6rem);line-height:1.12;margin:1.2rem 0;font-weight:400}.lede[data-astro-cid-yqi53mok]{color:var(--muted);max-width:36rem;line-height:1.7}.ns-actions[data-astro-cid-yqi53mok]{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.ns-hero-photo[data-astro-cid-yqi53mok]{aspect-ratio:1;overflow:hidden}.ns-services[data-astro-cid-yqi53mok]{padding:5.5rem 0;text-align:center}.ns-services[data-astro-cid-yqi53mok] h2[data-astro-cid-yqi53mok]{font-size:2.4rem;font-weight:400;margin:1rem 0 2.5rem}.ns-cards[data-astro-cid-yqi53mok]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;list-style:none;padding:0;text-align:left}.ns-card-img[data-astro-cid-yqi53mok]{height:200px;overflow:hidden}.ns-cards[data-astro-cid-yqi53mok] .body[data-astro-cid-yqi53mok]{padding:1.4rem 1.2rem 1.6rem;background:#fff}.ns-cards[data-astro-cid-yqi53mok] h3[data-astro-cid-yqi53mok]{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:400;margin-bottom:.6rem}.ns-cards[data-astro-cid-yqi53mok] p[data-astro-cid-yqi53mok]{color:var(--muted);font-size:.9rem}.ns-reviews[data-astro-cid-yqi53mok]{padding:4.5rem 0;text-align:center}.rating[data-astro-cid-yqi53mok]{margin:.8rem 0 2rem}.ns-rev[data-astro-cid-yqi53mok]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;list-style:none;padding:0;text-align:left}.ns-rev[data-astro-cid-yqi53mok] li[data-astro-cid-yqi53mok]{background:#fff;padding:1.75rem;border:1px solid var(--nav-border)}.ns-rev[data-astro-cid-yqi53mok] blockquote[data-astro-cid-yqi53mok]{margin:.8rem 0;line-height:1.6}.who[data-astro-cid-yqi53mok]{font-size:.85rem;font-weight:600}.ns-about[data-astro-cid-yqi53mok]{padding:3rem 0 4rem;max-width:48rem}.ns-about[data-astro-cid-yqi53mok] h2[data-astro-cid-yqi53mok]{font-size:2rem;font-weight:400;line-height:1.35;margin-top:1rem}.ns-contact[data-astro-cid-yqi53mok]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:4rem 0 5rem}.ns-form[data-astro-cid-yqi53mok]{background:#fff;padding:2rem}.ns-meta[data-astro-cid-yqi53mok]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem;color:var(--muted);font-size:.9rem}.ns-meta[data-astro-cid-yqi53mok] .h[data-astro-cid-yqi53mok],.ns-foot[data-astro-cid-yqi53mok] .h[data-astro-cid-yqi53mok]{font-weight:600;color:var(--text);margin-bottom:.4rem}.ns-foot[data-astro-cid-yqi53mok] .h[data-astro-cid-yqi53mok]{color:#fff}.ns-foot[data-astro-cid-yqi53mok]{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:2rem;padding-bottom:2rem}html[data-theme=naturschoen] .btn-figma{background:var(--brand)}@media(max-width:900px){.ns-hero[data-astro-cid-yqi53mok],.ns-cards[data-astro-cid-yqi53mok],.ns-rev[data-astro-cid-yqi53mok],.ns-contact[data-astro-cid-yqi53mok],.ns-meta[data-astro-cid-yqi53mok],.ns-foot[data-astro-cid-yqi53mok]{grid-template-columns:1fr}.ns-hero[data-astro-cid-yqi53mok]{min-height:0}}.glow-logo[data-astro-cid-d5zibmdk]{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-weight:700;letter-spacing:.08em;text-decoration:none;color:#fff;font-size:1rem}.zap[data-astro-cid-d5zibmdk]{width:32px;height:32px;border-radius:8px;background:var(--brand);display:grid;place-items:center;color:#fff}.glow-cta[data-astro-cid-d5zibmdk]{background:var(--brand);box-shadow:0 0 24px #ff007f59}.glow-badge[data-astro-cid-d5zibmdk]{display:inline-flex;letter-spacing:.16em;font-size:.68rem;font-weight:700;padding:.35rem .85rem;border-radius:999px;background:#292436;color:var(--accent)}.glow-hero[data-astro-cid-d5zibmdk]{position:relative;min-height:640px;color:#fff;overflow:hidden}.glow-hero[data-astro-cid-d5zibmdk] .media-cover,.glow-hero[data-astro-cid-d5zibmdk] .photo-fallback{position:absolute;inset:0}.glow-hero__copy[data-astro-cid-d5zibmdk]{position:relative;z-index:1;min-height:640px;display:flex;flex-direction:column;justify-content:center;background:var(--hero-overlay)}.glow-hero[data-astro-cid-d5zibmdk] h1[data-astro-cid-d5zibmdk]{font-size:clamp(2.4rem,6vw,4.5rem);margin:1rem 0;letter-spacing:-.03em;color:#fff}.glow-hero[data-astro-cid-d5zibmdk] p[data-astro-cid-d5zibmdk]{max-width:32rem;color:var(--muted)}.glow-actions[data-astro-cid-d5zibmdk]{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.glow-services[data-astro-cid-d5zibmdk]{padding:5.5rem 0;text-align:center}.glow-services[data-astro-cid-d5zibmdk] h2[data-astro-cid-d5zibmdk]{font-size:2.4rem;margin:.8rem 0 2.5rem}.glow-cards[data-astro-cid-d5zibmdk]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.15rem;list-style:none;padding:0;text-align:left}.glow-cards[data-astro-cid-d5zibmdk] li[data-astro-cid-d5zibmdk]{background:var(--card-bg);border:1px solid var(--nav-border);border-radius:1rem;padding:2rem 1.5rem}.ico[data-astro-cid-d5zibmdk]{width:48px;height:48px;border-radius:12px;background:#292436;color:var(--brand);display:grid;place-items:center;margin-bottom:1.2rem}.glow-cards[data-astro-cid-d5zibmdk] h3[data-astro-cid-d5zibmdk]{font-size:1.2rem;margin-bottom:.5rem}.glow-cards[data-astro-cid-d5zibmdk] p[data-astro-cid-d5zibmdk]{color:var(--muted);font-size:.9rem}.glow-cards[data-astro-cid-d5zibmdk] a[data-astro-cid-d5zibmdk]{color:var(--brand);font-size:.85rem;font-weight:600;display:inline-block;margin-top:1rem}.glow-reviews[data-astro-cid-d5zibmdk]{padding:4rem 0}.glow-rev-head[data-astro-cid-d5zibmdk]{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:2rem}.glow-rev-head[data-astro-cid-d5zibmdk] h2[data-astro-cid-d5zibmdk]{font-size:2rem;margin-top:.5rem}.score[data-astro-cid-d5zibmdk]{font-size:2rem;font-weight:700}.score[data-astro-cid-d5zibmdk] small[data-astro-cid-d5zibmdk]{font-size:.9rem;color:var(--muted);font-weight:400}.glow-rev[data-astro-cid-d5zibmdk]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.15rem;list-style:none;padding:0}.glow-rev[data-astro-cid-d5zibmdk] li[data-astro-cid-d5zibmdk]{background:var(--card-bg);border:1px solid var(--nav-border);border-radius:1rem;padding:1.5rem}.who[data-astro-cid-d5zibmdk]{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}.who[data-astro-cid-d5zibmdk] span[data-astro-cid-d5zibmdk]{width:40px;height:40px;border-radius:50%;background:var(--brand);display:grid;place-items:center;font-weight:700}.who[data-astro-cid-d5zibmdk] small[data-astro-cid-d5zibmdk]{display:block;color:var(--muted);font-size:.75rem}.glow-about[data-astro-cid-d5zibmdk]{padding:3rem 0 4rem;max-width:46rem}.glow-about[data-astro-cid-d5zibmdk] h2[data-astro-cid-d5zibmdk]{font-size:1.8rem;margin-top:.8rem;font-weight:500}.glow-contact[data-astro-cid-d5zibmdk]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:4rem 0 5rem}.glow-form[data-astro-cid-d5zibmdk]{background:var(--card-bg);border:1px solid var(--nav-border);border-radius:1.25rem;padding:2rem}.meta-line[data-astro-cid-d5zibmdk]{display:flex;align-items:center;gap:.7rem;margin:.5rem 0;color:var(--muted)}.hours-card[data-astro-cid-d5zibmdk]{background:var(--card-bg);border:1px solid var(--nav-border);border-radius:1rem;padding:1.25rem;margin:1.25rem 0}.hour-row[data-astro-cid-d5zibmdk]{display:flex;justify-content:space-between;color:var(--muted);font-size:.9rem}.glow-foot[data-astro-cid-d5zibmdk]{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:2rem;padding-bottom:2rem}.glow-foot[data-astro-cid-d5zibmdk] .h[data-astro-cid-d5zibmdk]{color:#fff;font-weight:600;margin-bottom:.6rem}html[data-theme=glow] .legal-block h2{font-family:var(--font-display)}@media(max-width:900px){.glow-cards[data-astro-cid-d5zibmdk],.glow-rev[data-astro-cid-d5zibmdk],.glow-contact[data-astro-cid-d5zibmdk],.glow-foot[data-astro-cid-d5zibmdk],.glow-rev-head[data-astro-cid-d5zibmdk]{grid-template-columns:1fr}.glow-hero[data-astro-cid-d5zibmdk],.glow-hero__copy[data-astro-cid-d5zibmdk]{min-height:520px}}.rose-logo[data-astro-cid-pbzhsozo]{display:flex;align-items:baseline;gap:.55rem;text-decoration:none;color:var(--text)}.script[data-astro-cid-pbzhsozo]{font-family:var(--font-display);font-weight:400}.rose-logo[data-astro-cid-pbzhsozo] .script[data-astro-cid-pbzhsozo]{font-size:2rem;line-height:1}.rose-logo[data-astro-cid-pbzhsozo] small[data-astro-cid-pbzhsozo]{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase}.dual[data-astro-cid-pbzhsozo]{font-size:1.85rem;color:var(--brand);text-align:center;display:block}.heading-sans[data-astro-cid-pbzhsozo]{font-family:var(--font-heading);font-weight:600}.rose-hero[data-astro-cid-pbzhsozo]{position:relative;min-height:620px;color:#fff;overflow:hidden}.rose-hero[data-astro-cid-pbzhsozo] .media-cover,.rose-hero[data-astro-cid-pbzhsozo] .photo-fallback{position:absolute;inset:0}.rose-hero__copy[data-astro-cid-pbzhsozo]{position:relative;z-index:1;min-height:620px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;background:var(--hero-overlay)}.rose-hero[data-astro-cid-pbzhsozo] .dual[data-astro-cid-pbzhsozo]{color:#ffe4e6;font-size:3rem}.rose-hero[data-astro-cid-pbzhsozo] h1[data-astro-cid-pbzhsozo]{font-size:clamp(1.8rem,4vw,2.6rem);margin:.4rem 0 1rem;color:#fff}.rose-hero[data-astro-cid-pbzhsozo] p[data-astro-cid-pbzhsozo]{max-width:28rem;margin-bottom:1.5rem;color:#f8e8ec}.rose-services[data-astro-cid-pbzhsozo]{padding:5.5rem 0;text-align:center;background:var(--surface-muted)}.rose-services[data-astro-cid-pbzhsozo] h2[data-astro-cid-pbzhsozo]{font-size:2rem;margin:.3rem 0 2.5rem}.rose-cards[data-astro-cid-pbzhsozo]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.15rem;list-style:none;padding:0;text-align:left}.rose-cards[data-astro-cid-pbzhsozo] li[data-astro-cid-pbzhsozo]{background:#fff;border-radius:1.25rem;overflow:hidden;box-shadow:0 10px 30px #4d323e0f}.rose-cards[data-astro-cid-pbzhsozo] .img[data-astro-cid-pbzhsozo]{height:200px}.rose-cards[data-astro-cid-pbzhsozo] .body[data-astro-cid-pbzhsozo]{padding:1.25rem 1.2rem 1.5rem}.rose-cards[data-astro-cid-pbzhsozo] h3[data-astro-cid-pbzhsozo]{display:flex;align-items:center;gap:.45rem;font-size:1rem;margin-bottom:.5rem}.rose-cards[data-astro-cid-pbzhsozo] p[data-astro-cid-pbzhsozo]{color:var(--muted);font-size:.88rem}.rose-reviews[data-astro-cid-pbzhsozo]{padding:5rem 0;text-align:center}.rose-reviews[data-astro-cid-pbzhsozo] h2[data-astro-cid-pbzhsozo]{font-size:1.9rem;margin:.3rem 0 2.2rem}.rose-rev[data-astro-cid-pbzhsozo]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;list-style:none;padding:0;text-align:left}.rose-rev[data-astro-cid-pbzhsozo] li[data-astro-cid-pbzhsozo]{background:var(--surface-muted);border-radius:1.25rem;padding:1.75rem}.rose-rev[data-astro-cid-pbzhsozo] blockquote[data-astro-cid-pbzhsozo]{margin:.8rem 0;line-height:1.6}.who[data-astro-cid-pbzhsozo]{font-weight:600;font-size:.9rem}.rose-about[data-astro-cid-pbzhsozo]{padding:3rem 0 4rem;text-align:center;max-width:46rem}.rose-about[data-astro-cid-pbzhsozo] h2[data-astro-cid-pbzhsozo]{font-size:1.6rem;line-height:1.45;margin-top:.5rem;font-weight:500}.rose-contact[data-astro-cid-pbzhsozo]{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;padding:4rem 0 5rem}.rose-form[data-astro-cid-pbzhsozo]{background:var(--surface-muted);border-radius:1.5rem;padding:2rem}.rose-form[data-astro-cid-pbzhsozo] .dual[data-astro-cid-pbzhsozo],.rose-form[data-astro-cid-pbzhsozo] h2[data-astro-cid-pbzhsozo]{text-align:left}.meta[data-astro-cid-pbzhsozo]{display:flex;align-items:center;gap:.5rem;color:var(--muted);margin:.5rem 0}.rose-foot[data-astro-cid-pbzhsozo]{display:grid;grid-template-columns:1.4fr 1fr 1.1fr;gap:2rem;padding-bottom:1.75rem}html[data-theme=rose] .legal-block h2{font-family:var(--font-heading)}@media(max-width:900px){.rose-cards[data-astro-cid-pbzhsozo],.rose-rev[data-astro-cid-pbzhsozo],.rose-contact[data-astro-cid-pbzhsozo],.rose-foot[data-astro-cid-pbzhsozo]{grid-template-columns:1fr}.rose-hero[data-astro-cid-pbzhsozo],.rose-hero__copy[data-astro-cid-pbzhsozo]{min-height:480px}}
