.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:73px;display:flex;align-items:center;background:transparent;transition:background .3s ease,box-shadow .3s ease}.site-header--scrolled{background:#fff;box-shadow:0 2px 12px #00000014}.header__logo{display:flex;align-items:center;flex-shrink:0}.header__nav ul{display:flex;list-style:none;gap:.25rem}.header__nav a{display:block;padding:.5rem .875rem;font-family:var(--font-body);font-size:.88rem;font-weight:500;color:#ffffffbf;transition:color var(--transition)}.header__nav a:hover,.header__nav a.active{color:#fff}.site-header--scrolled .header__nav a{color:var(--color-text-muted)}.site-header--scrolled .header__nav a:hover,.site-header--scrolled .header__nav a.active{color:var(--color-text)}.header__actions{display:flex;align-items:center;gap:1rem}.site-header:not(.site-header--scrolled) .header__cta{background:transparent;color:#fff;border-color:#fff9}.site-header:not(.site-header--scrolled) .header__cta:hover{background:#ffffff26;border-color:#fff}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;background:none;border:none;cursor:pointer}.hamburger span{display:block;height:2px;background:#fff;border-radius:1px;transition:transform .3s ease,opacity .2s ease,background .3s ease;transform-origin:center}.site-header--scrolled .hamburger span{background:var(--color-text)}.hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__nav-close{display:none}@media(max-width:820px){.hamburger{display:flex}.header__cta{display:none}.header__nav{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-dark);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(100%);transition:transform .35s cubic-bezier(.77,0,.18,1);z-index:90}.header__nav--open{transform:translate(0)}.header__nav ul{flex-direction:column;align-items:center;gap:.5rem}.header__nav a{font-size:1.5rem;font-weight:700;padding:.75rem 1.5rem;color:#ffffffa6}.header__nav a:hover,.header__nav a.active{color:#fff}.header__nav-close{display:flex;align-items:center;justify-content:center;position:absolute;top:calc(73px + 1rem);right:1.25rem;width:44px;height:44px;background:none;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-sm);color:#fff;cursor:pointer;transition:background var(--transition),border-color var(--transition)}.header__nav-close:hover{background:#ffffff1a;border-color:#ffffff80}}.site-footer{background:#fff;color:var(--color-text);padding-top:var(--space-xl);border-top:1px solid var(--color-border)}.footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:var(--space-lg);padding-bottom:var(--space-lg)}.footer__logo{margin-bottom:var(--space-sm)}.footer__address{font-style:normal;font-size:.9rem;line-height:1.85;color:var(--color-text-muted)}.footer__address a{color:var(--color-text-muted);transition:color var(--transition)}.footer__address a:hover{color:var(--color-accent)}.footer__nav-title{font-family:var(--font-body);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:1rem}.footer__nav ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer__nav a{font-size:.92rem;color:var(--color-text-muted);transition:color var(--transition)}.footer__nav a:hover{color:var(--color-accent)}.footer__bottom{border-top:1px solid var(--color-border);padding-block:1.5rem}.footer__bottom p{font-size:.82rem;color:var(--color-text-muted)}@media(max-width:768px){.footer__inner{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1 / -1}}@media(max-width:480px){.footer__inner{grid-template-columns:1fr}}.ba-slider{position:relative;width:100%;aspect-ratio:5 / 4;overflow:hidden;border-radius:var(--radius-md, 8px);cursor:ew-resize;-webkit-user-select:none;user-select:none;touch-action:none}.ba-slider__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.ba-slider__img--after{object-position:35% 25%}.ba-slider__img--before{object-position:center 20%}.ba-slider__before-wrap{position:absolute;top:0;right:0;bottom:0;left:0;will-change:clip-path}.ba-slider__handle{position:absolute;inset:0 auto;width:0;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none}.ba-slider__line{width:2px;height:100%;background:var(--color-accent, #525252);box-shadow:0 0 6px #0006}.ba-slider__grip{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:var(--color-accent, #525252);color:#fff;display:flex;align-items:center;justify-content:center;gap:2px;box-shadow:0 2px 10px #00000059;flex-shrink:0}.ba-label{position:absolute;top:12px;padding:3px 10px;background:#0000007a;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:4px;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ba-label--before{left:12px}.ba-label--after{right:12px}.service-icon{display:flex;align-items:center;justify-content:center;width:100%;background:var(--color-surface);border-radius:var(--radius-md) var(--radius-md) 0 0;color:var(--color-accent)}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;overflow:hidden;background:var(--color-dark)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__img{width:100%;height:100%;object-fit:cover;object-position:65% center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#2a272561,#2a272538,#2a272580)}.hero__content{position:relative;z-index:1;padding-top:73px}.hero__content h1{color:#fff;max-width:680px}.hero__content p:not(.eyebrow){color:#ffffffe6}.hero__eyebrow{color:var(--color-accent)!important}.hero__sub{color:#ffffffe6;max-width:580px;margin-top:var(--space-sm);margin-bottom:var(--space-sm);font-size:1.05rem;line-height:1.65}.intro-section__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);align-items:center}.intro-section__image{border-radius:var(--radius-md);overflow:hidden}@media(max-width:860px){.intro-section__inner{grid-template-columns:1fr}.intro-section__image{order:1}}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md);margin-top:var(--space-lg)}@media(max-width:900px){.services-grid{grid-template-columns:1fr 1fr}}@media(max-width:580px){.services-grid{grid-template-columns:1fr}}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);align-items:center}.about-section__image{border-radius:var(--radius-md);overflow:hidden}.about-section__text h2{margin-bottom:var(--space-sm)}@media(max-width:860px){.about-section{grid-template-columns:1fr}}.faq-section{max-width:800px}.cta-section{position:relative;min-height:clamp(500px,65vh,720px);padding-block:0;display:flex;align-items:center;overflow:hidden}.cta-section__bg{position:absolute;top:0;right:0;bottom:0;left:0}.cta-section__placeholder{width:100%;height:100%;object-fit:cover;object-position:center}.cta-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#2a272561,#2a272538,#2a272580)}.cta-section__content{position:relative;z-index:1;max-width:720px}.cta-section__content h2{color:#fff;font-size:clamp(2rem,4.5vw,3.25rem)}.cta-section__content p{color:#ffffffe6;font-size:1.08rem}.cta-section__buttons{display:flex;gap:1.25rem;flex-wrap:wrap}.cta-section__buttons .btn{padding:1rem 2.25rem;font-size:1rem}@media(max-width:580px){.cta-section__buttons .btn{padding:.85rem 1.75rem;font-size:.95rem}}.beraeumung-header{position:relative;min-height:clamp(500px,65vh,720px);display:flex;align-items:center}.beraeumung-header__bg{position:absolute;top:0;right:0;bottom:0;left:0}.beraeumung-header__img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.beraeumung-header__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#2a272561,#2a272538,#2a272580)}.beraeumung-header .container{position:relative;z-index:1}.beraeumung-header .accent-line{margin-bottom:var(--space-sm)}.beraeumung-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}@media(max-width:700px){.beraeumung-steps{grid-template-columns:1fr}}.beraeumung-step__number{font-size:3rem;font-weight:700;color:var(--color-dark);opacity:.1;line-height:1}.beraeumung-step__icon{margin-top:var(--space-sm);color:var(--color-dark)}.beraeumung-split{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);align-items:start}@media(max-width:720px){.beraeumung-split{grid-template-columns:1fr}}.beraeumung-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.beraeumung-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:1rem;line-height:1.5}.beraeumung-list__check{flex-shrink:0;margin-top:.15rem;color:var(--color-dark)}.beraeumung-targets{display:flex;flex-direction:column;gap:var(--space-sm)}.beraeumung-target{padding:var(--space-sm) var(--space-md);border:1px solid rgba(42,39,37,.12);border-radius:var(--radius-sm)}.beraeumung-target h4{margin-top:.4rem;font-size:.97rem}.beraeumung-ctas{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:640px){.beraeumung-header .page-header__ctas{display:grid;grid-template-columns:1fr 1fr}.beraeumung-header .page-header__ctas .btn{justify-content:center;text-align:center;padding-inline:.75rem;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.beraeumung-header .btn--outline{background:#fff;color:#525252;border-color:#fff}.beraeumung-header .btn--outline:hover{background:#f0f0f0;border-color:#f0f0f0}}.page-header{padding-top:calc(var(--space-xl) + 73px);padding-bottom:var(--space-xl);background:var(--color-dark);color:var(--color-bg)}.page-header h1{color:#fff}.page-header__sub{color:#ffffffe6;max-width:640px;margin-top:var(--space-sm);font-size:1.05rem;line-height:1.65}.page-header__ctas{display:flex;gap:1rem;margin-top:var(--space-md);flex-wrap:wrap}.leistungen-header{position:relative;min-height:clamp(500px,65vh,720px);display:flex;align-items:center}.leistungen-header__bg{position:absolute;top:0;right:0;bottom:0;left:0}.leistungen-header__img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.leistungen-header__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#2a272561,#2a272538,#2a272580)}.leistungen-header .container{position:relative;z-index:1}.leistungen-header .accent-line{margin-bottom:var(--space-sm)}.leistungen-header .page-header__sub{color:#ffffffe6}.leistungen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}@media(max-width:900px){.leistungen-grid{grid-template-columns:1fr 1fr}}@media(max-width:580px){.leistungen-grid{grid-template-columns:1fr}}.leistungen-card__btn{display:inline-flex;margin-top:auto;padding-top:var(--space-md)}.leistungen-ctas{display:flex;gap:1rem;flex-wrap:wrap}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--space-sm)}.gallery-grid__img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm);display:block;transition:transform var(--transition),box-shadow var(--transition)}.gallery-grid__img:hover{transform:scale(1.03);box-shadow:0 8px 24px #0000002e}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:580px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.leistungen-header .btn--outline{background:#fff;color:#525252;border-color:#fff}.leistungen-header .btn--outline:hover{background:#f0f0f0;border-color:#f0f0f0}}@media(max-width:580px){.leistungen-card__btn{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.leistungen-card__btn:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}}.ueberuns-header{position:relative;min-height:clamp(500px,65vh,720px);display:flex;align-items:center}.ueberuns-header__bg{position:absolute;top:0;right:0;bottom:0;left:0}.ueberuns-header__img{width:100%;height:100%;object-fit:cover;object-position:center center}.ueberuns-header__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#2a272561,#2a272538,#2a272580)}.ueberuns-header .container{position:relative;z-index:1}.ueberuns-header .accent-line{margin-bottom:var(--space-sm)}.ueberuns-content{max-width:760px}.ueberuns-content p{line-height:1.8;font-size:1.02rem}.kontakt-header{position:relative;min-height:clamp(500px,65vh,720px);display:flex;align-items:center}.kontakt-header__bg{position:absolute;top:0;right:0;bottom:0;left:0}.kontakt-header__img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.kontakt-header__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#2a272561,#2a272538,#2a272580)}.kontakt-header .container{position:relative;z-index:1}.kontakt-header .accent-line{margin-bottom:var(--space-sm)}.kontakt-header .page-header__sub{color:#ffffffe6}.kontakt-layout{display:grid;grid-template-columns:1fr 1.6fr;gap:var(--space-lg);align-items:start}.kontakt-info h2{margin-bottom:2.5rem}.kontakt-info__item{display:flex;gap:1.1rem;align-items:flex-start;margin-bottom:2rem}.kontakt-info__icon{flex-shrink:0;width:20px;height:20px;color:var(--color-accent);margin-top:2px}.kontakt-info__label{font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.35rem}.kontakt-info__item address,.kontakt-info__item p,.kontakt-info__item a{font-size:.95rem;font-style:normal;color:var(--color-text);line-height:1.65;transition:color var(--transition)}.kontakt-info__item a:hover{color:var(--color-accent)}.kontakt-info__rule{width:100%;height:1px;background:var(--color-border);margin:2.5rem 0}.kontakt-form-wrap h2{margin-bottom:.5rem}.kontakt-form-wrap>p{color:var(--color-text-muted);font-size:.9rem;margin-bottom:2rem}@media(max-width:860px){.kontakt-layout{grid-template-columns:1fr}.kontakt-info{order:2}.kontakt-form-wrap{order:1}}.legal-header{padding-top:calc(73px + var(--space-xl));padding-bottom:var(--space-lg);background:var(--color-dark);border-bottom:1px solid rgba(255,255,255,.08)}.legal-header h1{color:#fff;font-size:clamp(2rem,5vw,3.5rem)}.legal-header .eyebrow{color:var(--color-accent);margin-bottom:1rem}.legal-body{padding-block:var(--space-xl);background:var(--color-bg)}.legal-content{max-width:760px;color:var(--color-text)}.legal-content h2{font-size:1.35rem;font-weight:700;color:var(--color-dark);margin-top:3rem;margin-bottom:.875rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.legal-content h3{font-size:1.1rem;font-weight:600;color:var(--color-dark);margin-top:2rem;margin-bottom:.5rem}.legal-content p{margin-bottom:1rem;line-height:1.78;color:var(--color-text-muted);font-size:.96rem}.legal-content ul{margin:.5rem 0 1rem 1.75rem;line-height:1.78}.legal-content li{margin-bottom:.35rem;color:var(--color-text-muted);font-size:.96rem}.legal-content a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px;transition:opacity var(--transition)}.legal-content a:hover{opacity:.75}.legal-stand{margin-top:3.5rem;padding-top:1.25rem;border-top:1px solid var(--color-border);font-size:.82rem;color:var(--color-text-muted);letter-spacing:.03em}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:block;src:url(/fonts/cormorant-garamond-latin-ext-400-normal.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:block;src:url(/fonts/cormorant-garamond-latin-400-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/montserrat-latin-ext-700-normal.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/montserrat-latin-ext-800-normal.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:900;font-display:swap;src:url(/fonts/montserrat-latin-ext-900-normal.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/montserrat-latin-700-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/montserrat-latin-800-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:900;font-display:swap;src:url(/fonts/montserrat-latin-900-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-latin-ext-400-normal.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/inter-latin-ext-500-normal.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter-latin-ext-600-normal.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-latin-400-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/inter-latin-500-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter-latin-600-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-bg: #F8F8F6;--color-dark: #2A2725;--color-accent: #525252;--color-accent-hover: #3D3D3D;--color-text: #1C1A18;--color-text-muted: #6A6764;--color-surface: #FFFFFF;--color-border: #E2E0DC;--logo-frame: #B0AAAA;--logo-B: #AAAAAA;--logo-SD: #1A1A1A;--logo-bg: #FFFFFF;--font-headline: "Montserrat", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 6rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--transition: .25s ease;--max-width: 1140px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-headline);line-height:1.15;color:var(--color-text)}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:900}h2{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:800}h3{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700}p{font-size:1rem;color:var(--color-text)}.eyebrow{font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent)}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--space-md)}.section{padding-block:var(--space-xl)}.section--tight{padding-block:var(--space-lg)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.95rem;font-weight:600;cursor:pointer;transition:background var(--transition),color var(--transition),transform var(--transition);border:2px solid transparent;text-decoration:none}.btn--primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);transform:translateY(-2px)}.btn--outline{background:transparent;color:var(--color-accent);border-color:var(--color-accent)}.btn--outline:hover{background:var(--color-accent);color:#fff;transform:translateY(-2px)}.btn--ghost{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn--ghost:hover{border-color:var(--color-accent);color:var(--color-accent)}.placeholder-img{display:flex;align-items:center;justify-content:center;background:var(--color-border);border:2px dashed var(--color-text-muted);border-radius:var(--radius-md);color:var(--color-text-muted);font-family:var(--font-body);font-size:.85rem;font-weight:500;text-align:center;padding:var(--space-sm);line-height:1.4;min-height:200px;-webkit-user-select:none;user-select:none}.placeholder-img span{display:block;font-size:1.5rem;margin-bottom:.5rem;opacity:.5}.accent-line{display:block;width:48px;height:3px;background:var(--color-accent);margin-bottom:var(--space-md)}.card{background:var(--color-surface);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 2px 8px #2e2a2612;transition:box-shadow var(--transition),transform var(--transition);display:flex;flex-direction:column}.card:hover{box-shadow:0 8px 32px #5252524d;transform:translateY(-3px)}.card__body{padding:var(--space-md);display:flex;flex-direction:column;flex:1}.card__body h3{margin-bottom:.5rem}.accordion__item{border-bottom:1px solid var(--color-border)}.accordion__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--color-text);text-align:left;gap:1rem}.accordion__trigger:hover{color:var(--color-accent)}.accordion__icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:2px solid var(--color-accent);display:flex;align-items:center;justify-content:center;color:var(--color-accent);font-size:1rem;transition:transform var(--transition)}.accordion__icon--open{transform:rotate(45deg)}.accordion__content{overflow:hidden;max-height:0;transition:max-height .35s ease,padding .25s ease}.accordion__content--open{max-height:500px}.accordion__content p{padding-bottom:1.25rem;color:var(--color-text-muted);line-height:1.7}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.875rem;font-weight:600;color:var(--color-text)}.form-group input,.form-group select,.form-group textarea{padding:.7rem 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:1rem;color:var(--color-text);background:var(--color-surface);transition:border-color var(--transition);outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-accent)}.form-group textarea{resize:vertical;min-height:140px}.form-group select{cursor:pointer}.form__grid{display:grid;gap:1.25rem}.form__grid--2col{grid-template-columns:1fr 1fr}@media(max-width:600px){.form__grid--2col{grid-template-columns:1fr}}.form__consent{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#f2f1ee;border-radius:var(--radius-sm);border-left:3px solid var(--color-accent)}.form__consent input[type=checkbox]{margin-top:2px;flex-shrink:0;width:18px;height:18px;accent-color:var(--color-accent);cursor:pointer}.form__consent p{font-size:.82rem;line-height:1.55;color:var(--color-text-muted)}.form__consent a{color:var(--color-accent);text-decoration:underline}.text-center{text-align:center}.text-accent{color:var(--color-accent)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md)}@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:1fr 1fr}}@media(max-width:600px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.container{padding-inline:var(--space-sm)}.section{padding-block:var(--space-lg)}}.reveal{opacity:0;transform:translateY(30px)}.section--alt{background:#efeeeb}
