*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:root{--gold:#CCAB3E;--gold-hover:#d9bc5a;--black:#000000;--text-dark:#1a1a1a;--text-body:#3d3d3d;--text-light:#707070;--border-light:#e6e6e6;--border-mid:#d4d4d4;--white:#FFFFFF;--bg-light:#f7f7f7;--font-heading:'Cormorant Garamond',Georgia,serif;--font-body:'Montserrat',-apple-system,sans-serif;--content-w:1480px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-dark);background:var(--white);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color .3s ease}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{max-width:var(--content-w);margin:0 auto;padding:0 20px}.gold-text{color:var(--gold)}.gold-link{color:var(--gold);text-decoration:underline}.gold-link:hover{color:var(--gold-hover)}.section-title{font-family:var(--font-heading);font-size:2.6rem;font-weight:700;color:var(--text-dark);margin-bottom:40px}.section-title em{font-style:italic}.section-title--center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:43px;padding:0 24px;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:0.5px;cursor:pointer;transition:all .3s ease;border-radius:0;white-space:nowrap}.btn--gold{background:var(--gold);color:var(--white);border:1px solid var(--gold);width:204px}.btn--gold:hover{background:var(--gold-hover);border-color:var(--gold-hover)}.btn--outline-white{border:1px solid var(--white);color:var(--white);background:transparent}.btn--outline-white:hover{background:rgba(255,255,255,.12)}.btn--outline-dark{border:1px solid var(--text-dark);color:var(--text-dark);background:transparent}.btn--outline-dark:hover{background:rgba(0,0,0,.05)}.btn--outline-gold{border:1px solid var(--gold);color:var(--gold);background:transparent}.btn--outline-gold:hover{background:rgba(204,171,62,.1)}.btn--sm{height:36px;padding:0 16px;font-size:12px}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:100px;display:flex;align-items:center;transition:background .3s ease}.header--scrolled{background:#000;backdrop-filter:blur(8px)}.header__inner{max-width:var(--content-w);width:100%;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.header__logo-img{height:60px;width:auto;filter:brightness(0) invert(1)}.header--scrolled .header__logo-img{filter:brightness(0) invert(1)}.header__right{display:flex;align-items:center;gap:40px}.header__nav{display:flex;gap:40px}.header__nav a{color:var(--white);font-size:15px;font-weight:400;letter-spacing:.5px;display:inline-flex;align-items:center;gap:6px}.header__nav a svg{width:10px;height:10px;opacity:0;transition:opacity .2s ease,transform .2s ease;transform:translateX(-4px)}.header__nav a:hover svg{opacity:1;transform:translateX(0)}.header__nav a:hover{color:var(--gold)}.header__burger{display:none;width:32px;height:32px;flex-direction:column;justify-content:center;gap:5px}.header__burger span{display:block;width:28px;height:2px;background:var(--white)}.hero{position:relative;height:100vh;max-height:100vh;overflow:hidden;color:var(--white);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero__bg{position:absolute;inset:0;z-index:1;height:100vh}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.55))}.hero__content{position:relative;z-index:2;max-width:1100px;padding:0 20px}.hero__title{font-family:var(--font-heading);font-size:3.8rem;font-weight:700;font-style:italic;line-height:1.15;margin-bottom:28px}.hero__subtitle{font-family:var(--font-body);font-size:1.1rem;font-weight:300;color:var(--gold);margin-bottom:40px;letter-spacing:.5px}.services-intro{padding:100px 0 60px;background:var(--white)}.services-intro__grid{display:grid;grid-template-columns:455px 1fr;gap:40px;align-items:start}.services-intro__left h2{font-family:var(--font-heading);font-size:2.8rem;font-weight:700;font-style:italic;color:var(--text-dark);line-height:1.15}.services-intro__right p{font-size:1.05rem;line-height:1.75;color:var(--text-body);font-weight:400;padding-top:15px}.services-intro__right strong{font-weight:600;color:var(--text-dark)}.hero__scroll{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:6px;color:rgba(255,255,255,.65);font-size:.7rem;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;transition:color .3s ease;animation:scrollBounce 2.2s ease-in-out infinite}.hero__scroll:hover{color:var(--gold)}.hero__scroll-label{font-family:var(--font-body)}.hero__scroll svg{stroke:currentColor}@keyframes scrollBounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(6px)}}.services-cards{padding:20px 15px 60px;background:var(--white)}.services-cards__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.service-card{position:relative;aspect-ratio:461 / 456;overflow:hidden;cursor:pointer}.service-card__image{position:absolute;inset:0}.service-card__image img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:transform .6s ease,filter .6s ease}.service-card__image::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1) 30%,rgba(0,0,0,.8) 100%);z-index:1}.service-card:hover .service-card__image img{transform:scale(1.05);filter:grayscale(0)}.service-card__overlay{position:absolute;left:30px;right:30px;bottom:28px;z-index:2;color:var(--white);display:flex;flex-direction:column;align-items:flex-start;gap:10px}.service-card__overlay h3{font-family:var(--font-heading);font-size:2.1rem;font-weight:600;color:var(--white)}.service-card__overlay h3 em{font-style:italic}.service-card__overlay p{font-size:.9rem;line-height:1.6;color:rgba(255,255,255,.95);font-weight:300;margin:0 0 8px}.service-card__overlay strong{font-weight:500;color:var(--white)}.service-card__overlay .btn{width:115px;height:43px;padding:0;font-size:12px}.stats{padding:70px 0 100px;background:var(--white)}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.stat{text-align:center;padding:0 10px;display:flex;flex-direction:column;align-items:center}.stat__prefix{display:block;font-family:var(--font-body);font-size:.85rem;font-weight:400;color:var(--text-dark);margin-bottom:2px;margin-top:14px}.stat__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:8px}.stat__icon svg{width:44px;height:44px;stroke:var(--gold);stroke-width:1.2;fill:none}.stat__number,.stat__label{display:inline-block;font-family:var(--font-heading);font-weight:600;font-style:italic;color:var(--gold);line-height:1.2}.stat__number{font-size:clamp(2.5rem,5vw,4rem)}.stat__label{font-size:1.7rem;margin-left:8px}.stat p{font-size:.95rem;line-height:1.65;color:var(--text-body);font-weight:400;margin-top:20px;max-width:280px}.stat p strong{font-weight:600;color:var(--text-dark)}.gender-showcase{padding:0;width:100%}.gender-showcase__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:0}.gender-card{position:relative;aspect-ratio:952 / 501;overflow:hidden;cursor:pointer}.gender-card__image{position:absolute;inset:0}.gender-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gender-card__image::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15) 50%,rgba(0,0,0,.6) 100%)}.gender-card:hover .gender-card__image img{transform:scale(1.03)}img[src*="frauen"],img[src*="maenner"]{filter:grayscale(100%);transition:filter .6s ease,transform .6s ease}.gender-card:hover img[src*="frauen"],.gender-card:hover img[src*="maenner"],.page-hero:hover img[src*="frauen"],.page-hero:hover img[src*="maenner"]{filter:grayscale(0)}.gender-card__overlay{position:absolute;left:50px;right:50px;bottom:50px;z-index:2;color:var(--white);text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.gender-card__overlay p{font-size:1rem;line-height:1.55;margin:0;font-weight:300;text-shadow:0 1px 4px rgba(0,0,0,.6);max-width:560px}.gender-card__overlay .btn{width:115px;background:transparent;color:var(--white)}.gender-card:first-child .gender-card__overlay .btn{color:var(--white);border-color:var(--white)}.gender-card:last-child .gender-card__overlay .btn{color:var(--gold);border-color:var(--gold)}.brands{background:var(--black);padding:80px 0;text-align:center}.brands .section-title{color:var(--gold);font-style:italic;font-size:2.4rem;margin-bottom:50px}.brands__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-bottom:30px;max-width:1480px;padding:0 20px;margin-left:auto;margin-right:auto}.brands__row:last-child{margin-bottom:0}.brand-logo{flex:0 0 calc((100% - 60px) / 7);width:100%;height:110px;display:flex;align-items:center;justify-content:center;opacity:.85;transition:opacity .3s ease;padding:5px}.brand-logo:hover{opacity:1}.brand-logo a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.brand-logo img{width:auto;height:auto;max-height:52px;max-width:90%;object-fit:contain;filter:brightness(0) invert(1)}.brands__row--large .brand-logo{height:120px}.brand-logo[data-brand="jaguar"] img{max-height:75px}.brand-logo[data-brand="dita"] img{max-height:70px}.brand-logo[data-brand="exalto"] img{max-height:75px}.brand-logo[data-brand="prada"] img{max-height:150px;max-width:100%}.brand-logo[data-brand="cartier"] img{max-height:100px;max-width:100%}.brand-logo[data-brand="dior"] img{max-height:80px;max-width:100%}.brand-logo[data-brand="celine"] img{max-height:70px;max-width:100%}.brand-logo[data-brand="balmain"] img{max-height:100px}.brand-logo[data-brand="fendi"] img{max-height:70px}.brand-logo[data-brand="matsuda"] img{max-height:75px}.brand-logo[data-brand="cazal"] img{max-height:60px}.brand-logo[data-brand="hackett"] img{max-height:75px}.brand-logo[data-brand="marc-jacobs"] img{max-height:110px;max-width:110%}.brand-logo[data-brand="david-beckham"] img{max-height:56px;max-width:110%}.brand-logo[data-brand="giorgio-armani"] img{max-height:26px;max-width:100%}.brand-logo[data-brand="chrome-hearts"] img{max-height:30px;max-width:100%}.brand-logo[data-brand="pomellato"] img{max-height:50px}.brand-logo[data-brand="persol"] img{max-height:54px}.brand-logo[data-brand="silhouette"] img{max-height:42px;max-width:100%}.brand-logo[data-brand="goetti"] img{max-height:54px}.brand-logo[data-brand="lunor"] img{max-height:46px;max-width:100%}.brand-logo[data-brand="maybach"] img{max-height:72px}.brand-logo--text{font-family:var(--font-body);font-size:1.2rem;font-weight:700;letter-spacing:2px;color:var(--white);text-transform:uppercase;text-align:center}.brand-logo--text-small span{font-size:.9rem;letter-spacing:1px;line-height:1.35;text-align:center;display:inline-block;color:var(--white);font-weight:600}.about{padding:0;background:var(--white)}.about__grid{display:grid;grid-template-columns:1fr 1fr}.about__image{aspect-ratio:960 / 758;overflow:hidden}.about__image img{width:100%;height:100%;object-fit:cover}.about__content{padding:100px 60px 60px 100px;display:flex;flex-direction:column;justify-content:center}.about__content h2{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;font-style:italic;color:var(--gold);margin-bottom:20px}.about__content h2 em{font-style:italic;color:var(--gold)}.about__content h3{font-family:var(--font-body);font-size:1.15rem;font-weight:500;color:var(--text-dark);margin-bottom:30px}.about__content p{font-size:1rem;line-height:1.75;color:var(--text-body);margin-bottom:18px;font-weight:400}.about__content p strong{font-weight:600;color:var(--text-dark)}.about__content .btn{align-self:flex-start;margin-top:20px;width:157px}.instagram{background:var(--black);color:var(--white);padding:80px 0 60px}.instagram .container{max-width:var(--content-w);padding:0 20px}.instagram__heading{font-family:var(--font-heading);font-size:2.4rem;font-weight:700;font-style:italic;color:var(--white);margin-bottom:30px}.instagram__heading em{font-style:italic}.instagram__heading .gold-text{color:var(--gold)}.instagram__profile{display:flex;align-items:center;gap:22px;margin-bottom:35px}.instagram__avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;background:#111;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:12px}.instagram__avatar-img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}.instagram__info{display:flex;flex-direction:column;gap:3px}.instagram__info strong{font-size:1.05rem;font-weight:600;color:var(--white)}.instagram__meta{display:flex;gap:14px;font-size:.85rem;color:rgba(255,255,255,.75)}.instagram__info small{font-size:.8rem;color:rgba(255,255,255,.6);line-height:1.45;font-weight:300;margin-top:2px}.instagram__feed-wrapper{width:100%;margin:0 0 32px}.instagram__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:40px}.instagram__post-placeholder{display:block;aspect-ratio:1 / 1;background:#111;border:1px solid #222;overflow:hidden;text-decoration:none;transition:border-color 0.3s ease}.instagram__post-placeholder:hover{border-color:#CCAB3E}.instagram__post-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#444;transition:color 0.3s ease}.instagram__post-placeholder:hover .instagram__post-inner{color:#CCAB3E}.instagram__post-inner img{width:100%;height:100%;object-fit:cover}.instagram__item:hover img{transform:scale(1.05)}.instagram__buttons{display:flex;justify-content:center;gap:30px}.instagram__buttons .btn--outline-gold{width:319px;background:var(--gold);color:var(--white);border-color:var(--gold)}.instagram__buttons .btn--outline-gold:hover{background:var(--gold-hover)}.instagram__buttons .btn--outline-white{width:130px}.reviews{background:var(--white);padding:60px 0 80px}.reviews .section-title{color:var(--gold);font-style:italic;font-size:2.4rem;margin-bottom:35px}.reviews__wrapper{display:grid;grid-template-columns:240px 1fr;gap:116px;align-items:flex-start}.reviews__sidebar{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding-top:15px}.reviews__sidebar-logo{width:72px;height:38px;display:flex;align-items:center}.reviews__logo-img{width:100%;height:auto;object-fit:contain}.reviews__name{font-size:.95rem;color:var(--text-dark);font-weight:600;margin-top:12px}.reviews__stars-main{color:var(--gold);font-size:1.15rem;letter-spacing:3px;margin-top:2px}.reviews__count{font-size:.72rem;color:var(--text-light);margin-bottom:18px}.reviews__sidebar .btn{width:213px;height:43px;font-size:12px;gap:6px}.reviews__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.review-card{border:1px solid var(--border-light);background:var(--white);padding:24px 28px;aspect-ratio:334 / 276;display:flex;flex-direction:column}.review-card__header{display:flex;align-items:center;gap:14px;margin-bottom:14px}.review-card__avatar{width:44px;height:44px;border-radius:50%;background:var(--gold);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.review-card__avatar--logo{background:var(--white);border:1px solid var(--border-light);padding:6px}.review-card__avatar img{width:100%;height:100%;object-fit:contain}.review-card__header strong{display:block;font-weight:600;font-size:.85rem;color:var(--text-dark);line-height:1.2}.review-card__header small{display:block;font-size:.72rem;color:var(--text-light);font-weight:400;margin-top:2px}.review-card__stars{color:var(--gold);font-size:1rem;letter-spacing:2px;margin-bottom:10px}.review-card p{font-size:.88rem;line-height:1.65;color:var(--text-body);font-weight:400;margin:0 0 8px;flex:1;overflow:hidden}.review-card__more{color:var(--gold);font-size:.88rem;font-weight:500;text-decoration:underline;align-self:flex-start}.review-card__more:hover{color:var(--gold-hover)}.contact{position:relative;min-height:552px;display:flex;align-items:center;overflow:hidden;color:var(--white)}.contact__bg{position:absolute;inset:0;z-index:1}.contact__bg img{width:100%;height:100%;object-fit:cover}.contact__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.65) 100%)}.contact__inner{position:relative;z-index:2;max-width:var(--content-w);margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1.25fr;gap:80px;width:100%;align-items:start}.contact__text h2{font-family:var(--font-heading);font-size:2.3rem;font-weight:700;line-height:1.2;margin-bottom:16px}.contact__text h2 em{font-style:italic;color:var(--gold)}.contact__text p{font-size:.92rem;color:rgba(255,255,255,.8);font-weight:300;line-height:1.6;margin-bottom:28px}.contact__info-items{display:flex;flex-direction:column;gap:14px}.contact__info-item{display:flex;align-items:center;gap:12px;font-size:.88rem;color:rgba(255,255,255,.75);font-weight:300;transition:color .3s ease}.contact__info-item svg{color:var(--gold);flex-shrink:0}.contact__info-item:hover{color:var(--gold)}.contact__form-wrapper{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);padding:36px 32px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.contact__form{display:flex;flex-direction:column;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-row--full{grid-template-columns:1fr}.form-field{display:flex;flex-direction:column}.form-field--float{position:relative}.form-field input,.form-field textarea{width:100%}.form-error{display:block;font-family:var(--font-body);font-size:0.72rem;color:#e05a5a;margin-top:4px;min-height:0}.contact__form input.input--error,.contact__form textarea.input--error{border-bottom-color:#e05a5a}.form-row--submit{display:flex;justify-content:flex-start;align-items:center;margin-top:4px}.contact__form input,.contact__form textarea{background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.3);color:var(--white);font-family:var(--font-body);font-size:.85rem;padding:18px 0 8px;outline:none;resize:none;transition:border-color .3s ease}.contact__form input::placeholder,.contact__form textarea::placeholder{color:transparent}.contact__form input:focus,.contact__form textarea:focus{border-bottom-color:var(--gold)}.form-field--float label{position:absolute;top:18px;left:0;font-size:.85rem;color:rgba(255,255,255,.5);font-weight:300;pointer-events:none;transition:all .25s ease}.form-field--float input:focus + label,.form-field--float input:not(:placeholder-shown) + label,.form-field--float textarea:focus + label,.form-field--float textarea:not(:placeholder-shown) + label{top:2px;font-size:.7rem;color:var(--gold)}.form-field--checkbox{padding-top:4px}.contact__submit-btn{width:100%;height:48px;gap:10px;font-size:14px;letter-spacing:.8px}.contact__submit-btn .kb-submit-icon{transition:transform .3s ease}.contact__submit-btn:hover .kb-submit-icon{transform:translateX(4px)}.contact__success{display:none;text-align:center;padding:48px 24px}.contact__success.visible{display:flex;flex-direction:column;align-items:center;gap:16px;animation:kbFadeIn .5s ease}.contact__success svg{color:var(--gold)}.contact__success h4{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;font-style:italic}.contact__success p{font-size:.88rem;color:rgba(255,255,255,.7);font-weight:300}.faq{background:var(--white);padding:70px 0 80px}.faq .section-title{font-size:2rem;margin-bottom:40px}.faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 80px}.faq__item{border-bottom:1px solid var(--border-light);padding:16px 0}.faq__question{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;font-size:1rem;font-weight:500;color:var(--text-dark);padding:4px 0}.faq__question strong{font-weight:500}.faq__item.active .faq__question{color:var(--gold)}.faq__item.active .faq__question strong{color:var(--gold)}.faq__chevron{color:var(--gold);transition:transform .3s ease;flex-shrink:0}.faq__item.active .faq__chevron{transform:rotate(180deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq__item.active .faq__answer{max-height:400px;padding-top:12px}.faq__answer p{font-size:1rem;line-height:1.7;color:var(--text-body);font-weight:400}.faq__answer em{color:var(--gold);font-style:italic}.page-hero{position:relative;height:100vh;overflow:hidden;color:var(--white);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.page-hero__bg{position:absolute;inset:0;z-index:1}.page-hero__bg img{width:100%;height:100%;object-fit:cover}.page-hero__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.65) 100%)}.page-hero__content{position:relative;z-index:2;max-width:var(--content-w);width:100%;margin:0 auto;padding:0 20px 56px}.page-hero__breadcrumb{font-size:.75rem;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);margin-bottom:14px;display:flex;align-items:center;gap:8px}.page-hero__breadcrumb a{color:rgba(255,255,255,.6);transition:color .3s}.page-hero__breadcrumb a:hover{color:var(--gold)}.page-hero__title{font-family:var(--font-heading);font-size:3.2rem;font-weight:700;font-style:italic;line-height:1.1;margin-bottom:14px}.page-hero__subtitle{font-size:.9rem;font-weight:300;color:rgba(255,255,255,.8);max-width:500px;line-height:1.6}.section-light{padding:90px 0;background:var(--white)}.section-grey{padding:90px 0;background:var(--bg-light)}.section-dark{padding:90px 0;background:var(--black);color:var(--white)}.section-intro{max-width:780px;margin:0 auto 60px;text-align:center}.section-intro h2{font-family:var(--font-heading);font-size:2.8rem;font-weight:700;font-style:italic;line-height:1.2;margin-bottom:20px;color:var(--text-dark)}.section-intro h2.white{color:var(--white)}.section-intro p{font-size:1rem;line-height:1.85;color:var(--text-body);font-weight:300}.section-intro p.white{color:rgba(255,255,255,.75)}.service-detail__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}.service-detail__item{background:var(--bg-light);padding:44px 40px;display:flex;gap:28px;align-items:flex-start;transition:background .3s}.service-detail__item:hover{background:#f0ede6}.service-detail__icon{width:48px;height:48px;color:var(--gold);flex-shrink:0;margin-top:4px}.service-detail__text h3{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;font-style:italic;color:var(--text-dark);margin-bottom:10px}.service-detail__text p{font-size:1rem;line-height:1.75;color:var(--text-body);font-weight:300}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;counter-reset:steps}.process-step{padding:40px 32px;border-right:1px solid var(--border-light);position:relative}.process-step:last-child{border-right:none}.process-step__num{font-family:var(--font-heading);font-size:4rem;font-weight:700;font-style:italic;color:var(--gold);opacity:.4;line-height:1;margin-bottom:16px}.process-step h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;font-style:italic;color:var(--text-dark);margin-bottom:10px}.process-step p{font-size:1rem;line-height:1.7;color:var(--text-body);font-weight:300}.cta-section{background:var(--black);padding:70px 20px;text-align:center;color:var(--white)}.cta-section h2{font-family:var(--font-heading);font-size:2.4rem;font-style:italic;font-weight:700;margin-bottom:16px}.cta-section h2 em{color:var(--gold);font-style:italic}.cta-section p{font-size:.92rem;color:rgba(255,255,255,.7);font-weight:300;margin-bottom:36px;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.7}.cta-section .btn{min-width:200px}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.team-card{background:var(--white);border:1px solid var(--border-light);overflow:hidden}.team-card__img{aspect-ratio:4/3;overflow:hidden}.team-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.team-card:hover .team-card__img img{transform:scale(1.04)}.team-card__body{padding:28px 28px 32px}.team-card__body h3{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;font-style:italic;color:var(--text-dark);margin-bottom:4px}.team-card__role{font-size:.78rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--gold);margin-bottom:14px;display:block}.team-card__body p{font-size:1rem;line-height:1.75;color:var(--text-body);font-weight:300}.history-split{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:600px}.history-split__image{overflow:hidden}.history-split__image img{width:100%;height:100%;object-fit:cover}.history-split__content{padding:70px 60px;background:var(--white);display:flex;flex-direction:column;justify-content:center;gap:24px}.history-split__content h2{font-family:var(--font-heading);font-size:2.5rem;font-style:italic;font-weight:700;line-height:1.2;color:var(--text-dark)}.history-split__content p{font-size:1rem;line-height:1.85;color:var(--text-body);font-weight:300}.history-split__year{font-family:var(--font-heading);font-size:6rem;font-weight:700;font-style:italic;color:var(--gold);opacity:.15;line-height:1;position:absolute;bottom:-10px;right:30px}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border-light)}.value-item{background:var(--white);padding:44px 36px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.value-item__icon{width:48px;height:48px;color:var(--gold)}.value-item h3{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;font-style:italic;color:var(--text-dark)}.value-item p{font-size:1rem;line-height:1.75;color:var(--text-body);font-weight:300}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.benefit-item{display:flex;gap:20px;align-items:flex-start;padding:28px;border:1px solid var(--border-light);background:var(--white);transition:box-shadow .3s}.benefit-item:hover{box-shadow:0 6px 24px rgba(0,0,0,.07)}.benefit-item__icon{width:40px;height:40px;color:var(--gold);flex-shrink:0}.benefit-item h4{font-family:var(--font-heading);font-size:1.2rem;font-style:italic;font-weight:700;color:var(--text-dark);margin-bottom:6px}.benefit-item p{font-size:1rem;line-height:1.7;color:var(--text-body);font-weight:300}.info-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border-light);margin-top:60px}.info-box{background:var(--white);padding:40px 32px;display:flex;flex-direction:column;gap:12px}.info-box__icon{width:36px;height:36px;color:var(--gold)}.info-box h4{font-family:var(--font-heading);font-size:1.2rem;font-style:italic;font-weight:700;color:var(--text-dark)}.info-box p,.info-box a{font-size:.88rem;line-height:1.7;color:var(--text-body);font-weight:300}.info-box a:hover{color:var(--gold)}@media (max-width:968px){.page-hero{height:100vh;max-height:100vh}.page-hero__title{font-size:2.2rem}.service-detail__grid{grid-template-columns:1fr}.process-steps{grid-template-columns:repeat(2,1fr)}.process-step{border-right:none;border-bottom:1px solid var(--border-light);padding:30px 24px}.history-split{grid-template-columns:1fr}.history-split__image{aspect-ratio:16/7}.history-split__content{padding:48px 32px}.team-grid{grid-template-columns:1fr 1fr}.values-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:1fr}.info-boxes{grid-template-columns:1fr}.section-intro h2{font-size:2.2rem}}@media (max-width:640px){.page-hero{height:100vh;max-height:100vh}.page-hero__title{font-size:1.7rem}.team-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr}}.karriere{padding:100px 0;background:var(--bg-light)}.karriere__header{text-align:center;max-width:720px;margin:0 auto 64px}.karriere__header h2{font-family:var(--font-heading);font-size:3rem;font-weight:700;font-style:italic;line-height:1.15;color:var(--text-dark);margin-bottom:20px}.karriere__header h2 em{font-style:italic}.karriere__header p{font-size:1rem;line-height:1.8;color:var(--text-body);font-weight:300}.karriere__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.karriere__card{background:var(--white);padding:40px 32px 36px;border:1px solid var(--border-light);display:flex;flex-direction:column;gap:14px;transition:box-shadow .3s ease,transform .3s ease}.karriere__card:hover{box-shadow:0 10px 36px rgba(0,0,0,.08);transform:translateY(-3px)}.karriere__card--featured{border-top:3px solid var(--gold);border-color:var(--gold)}.karriere__card__icon{width:44px;height:44px;color:var(--gold);flex-shrink:0}.karriere__card h3{font-family:var(--font-heading);font-size:1.65rem;font-weight:700;font-style:italic;color:var(--text-dark)}.karriere__card > p{font-size:1rem;line-height:1.75;color:var(--text-body);font-weight:300;flex:1}.karriere__card ul{list-style:none;display:flex;flex-direction:column;gap:9px;margin:4px 0 12px}.karriere__card ul li{font-size:.82rem;color:var(--text-body);padding-left:20px;position:relative;font-weight:400}.karriere__card ul li::before{content:'—';position:absolute;left:0;color:var(--gold);font-weight:700}.karriere__cta-bar{margin-top:60px;background:var(--black);padding:40px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px}.karriere__cta-bar p{font-family:var(--font-heading);font-size:1.5rem;font-style:italic;color:var(--white);font-weight:600}.karriere__cta-bar p span{color:var(--gold)}.galerie-section{padding-bottom:90px}.galerie-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.galerie-item{overflow:hidden;cursor:pointer;position:relative;aspect-ratio:4/3}.galerie-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,filter .3s ease;filter:grayscale(0.15)}.galerie-item:hover img{transform:scale(1.05);filter:grayscale(0)}.galerie-item::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.25) 0%,transparent 40%);opacity:0;transition:opacity .3s ease;pointer-events:none}.galerie-item:hover::after{opacity:1}.lightbox{display:none;position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.92);align-items:center;justify-content:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.lightbox.active{display:flex}.lightbox__close{position:absolute;top:20px;right:24px;color:var(--white);z-index:10001;opacity:.7;transition:opacity .3s ease}.lightbox__close:hover{opacity:1}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);color:var(--white);z-index:10001;opacity:.6;transition:opacity .3s ease;padding:16px}.lightbox__nav:hover{opacity:1}.lightbox__nav--prev{left:16px}.lightbox__nav--next{right:16px}.lightbox__content{max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.lightbox__content img{max-width:100%;max-height:85vh;object-fit:contain;animation:kbFadeIn .3s ease}.karriere__grid--single{grid-template-columns:1fr;max-width:520px;margin:0 auto}.karriere-bewerbung{position:relative;min-height:600px;display:flex;align-items:center;overflow:hidden;color:var(--white)}.karriere-bewerbung__bg{position:absolute;inset:0;z-index:1}.karriere-bewerbung__bg img{width:100%;height:100%;object-fit:cover}.karriere-bewerbung__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.68) 100%)}.karriere-bewerbung__inner{position:relative;z-index:2;max-width:var(--content-w);margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1.1fr;gap:80px;width:100%;align-items:start}.karriere-bewerbung__info h2{font-family:var(--font-heading);font-size:2.3rem;font-weight:700;line-height:1.2;margin-bottom:16px}.karriere-bewerbung__info h2 em{font-style:italic;color:var(--gold)}.karriere-bewerbung__info > p{font-size:.92rem;color:rgba(255,255,255,.8);font-weight:300;line-height:1.7;margin-bottom:40px}.karriere-bewerbung__steps{display:flex;flex-direction:column;gap:24px}.karriere-bewerbung__step{display:flex;gap:20px;align-items:flex-start}.karriere-bewerbung__step-num{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;color:var(--gold);line-height:1;flex-shrink:0;width:36px}.karriere-bewerbung__step h4{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;font-style:italic;margin-bottom:4px}.karriere-bewerbung__step p{font-size:.82rem;color:rgba(255,255,255,.65);font-weight:300;line-height:1.5}.karriere-bewerbung__form-wrapper{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);padding:40px 36px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.karriere-bewerbung__form-header{display:flex;align-items:center;gap:14px;margin-bottom:32px;color:var(--gold)}.karriere-bewerbung__form-header h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--white)}.karriere-bewerbung__form-header h3 em{font-style:italic;color:var(--gold)}.karriere-bewerbung__form{display:flex;flex-direction:column;gap:20px}.kb-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.kb-form-row:has(>:only-child){grid-template-columns:1fr}.kb-form-field{position:relative}.kb-form-field input[type="text"],.kb-form-field input[type="tel"],.kb-form-field input[type="email"]{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.3);color:var(--white);font-family:var(--font-body);font-size:.85rem;padding:18px 0 8px;outline:none;transition:border-color .3s ease}.kb-form-field label{position:absolute;top:18px;left:0;font-size:.85rem;color:rgba(255,255,255,.5);font-weight:300;pointer-events:none;transition:all .25s ease}.kb-form-field input:focus + label,.kb-form-field input:not(:placeholder-shown) + label{top:2px;font-size:.7rem;color:var(--gold)}.kb-form-field input:focus{border-bottom-color:var(--gold)}.kb-form-field input.kb-input--error{border-bottom-color:#e05a5a}.kb-form-error{display:block;font-size:.72rem;color:#e05a5a;margin-top:4px;min-height:0}.kb-form-field--checkbox{padding-top:4px}.kb-checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:.78rem;color:rgba(255,255,255,.7);font-weight:300;line-height:1.5}.kb-checkbox input{position:absolute;opacity:0;width:0;height:0}.kb-checkbox__mark{flex-shrink:0;width:18px;height:18px;border:1px solid rgba(255,255,255,.35);margin-top:1px;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.kb-checkbox input:checked + .kb-checkbox__mark{background:var(--gold);border-color:var(--gold)}.kb-checkbox input:checked + .kb-checkbox__mark::after{content:'';width:5px;height:9px;border:solid var(--white);border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-2px}.kb-checkbox__text a{color:var(--gold);text-decoration:underline}.kb-submit-btn{width:100%;height:48px;margin-top:24px;gap:10px;font-size:14px;letter-spacing:.8px}.kb-submit-btn .kb-submit-icon{transition:transform .3s ease}.kb-submit-btn:hover .kb-submit-icon{transform:translateX(4px)}.karriere-bewerbung__success{display:none;text-align:center;padding:48px 24px}.karriere-bewerbung__success.visible{display:flex;flex-direction:column;align-items:center;gap:16px;animation:kbFadeIn .5s ease}.karriere-bewerbung__success svg{color:var(--gold)}.karriere-bewerbung__success h4{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;font-style:italic}.karriere-bewerbung__success p{font-size:.88rem;color:rgba(255,255,255,.7);font-weight:300}@keyframes kbFadeIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.footer{background:var(--black);color:var(--white);padding:80px 0 0}.footer__grid{display:grid;grid-template-columns:1.5fr 1.6fr 0.9fr 0.9fr;gap:40px;align-items:flex-start}.footer__col--brand .footer__logo{margin-bottom:24px}.footer__logo-img{height:72px;width:auto;filter:brightness(0) invert(1)}.footer__col p{font-size:.95rem;line-height:1.8;color:rgba(255,255,255,.85);font-weight:400;margin-bottom:28px}.footer__col p strong{color:var(--white);font-weight:600}.footer__contact-links{display:flex;flex-direction:column;gap:14px}.footer__link{display:inline-flex;align-items:center;gap:12px;font-size:.95rem;color:rgba(255,255,255,.9)}.footer__link svg{flex-shrink:0;color:var(--gold);stroke:var(--gold);width:18px;height:18px}.footer__link:hover{color:var(--gold)}.footer__reveal-btn{background:none;border:none;padding:0;cursor:pointer;text-align:left}.footer__reveal-btn:hover .footer__reveal-label{color:var(--gold)}.footer__col h4{font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--white);margin-bottom:18px;letter-spacing:.3px;margin-top:8px}.footer__hours{width:100%;font-size:.9rem;margin-bottom:28px;border-collapse:collapse}.footer__hours td{padding:5px 0;color:rgba(255,255,255,.85);font-weight:400}.footer__hours td:first-child{padding-right:40px;white-space:nowrap}.footer__hours .gold-row td{color:var(--white)}.footer__social{display:inline-flex;align-items:center;gap:10px;font-size:.95rem;color:var(--gold)}.footer__social svg{color:var(--gold);stroke:var(--gold)}.footer__social:hover{color:var(--gold-hover)}.footer__col--links ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer__col--links li a{display:inline-flex;align-items:center;gap:10px;font-size:.95rem;color:rgba(255,255,255,.9)}.footer__col--links li a:hover{color:var(--gold)}.footer__col--links li a::before{content:'';display:inline-block;width:7px;height:7px;border-right:2px solid var(--gold);border-top:2px solid var(--gold);transform:rotate(45deg);flex-shrink:0}.footer__links-grid{display:contents}.footer__bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:50px;padding:24px 0}.footer__bottom-inner{display:flex;justify-content:space-between;align-items:center;max-width:var(--content-w);margin:0 auto;padding:0 20px;font-size:.85rem;color:rgba(255,255,255,.7)}.mobile-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--black);z-index:200;padding:80px 30px 30px;transition:right .3s ease;display:flex;flex-direction:column;gap:24px}.mobile-nav.active{right:0}.mobile-nav__close{position:absolute;top:24px;right:24px;color:var(--white);padding:4px;opacity:.7;transition:opacity .2s}.mobile-nav__close:hover{opacity:1}.mobile-nav a{color:var(--white);font-size:1rem;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav a:hover{color:var(--gold)}@media (max-width:1480px){.contact__inner{padding:60px 40px}.about__content{padding:80px 50px}}@media (max-width:1200px){.hero__title{font-size:2.4rem}.services-intro__grid{grid-template-columns:380px 1fr;gap:30px}.services-intro__left h2{font-size:2rem}.stats__grid{gap:30px}.stat__number{font-size:2.2rem}.stat__label{font-size:1.25rem}.instagram__grid{gap:16px}.about__content{padding:60px 40px}.reviews__wrapper{grid-template-columns:220px 1fr;gap:50px}.footer__grid{grid-template-columns:1fr 1fr 1fr 1fr;gap:30px}}@media (max-width:968px){.header{height:70px}.header__nav,.header__right > .btn{display:none}.header__burger{display:flex}.header__logo-img{height:44px}.mobile-nav-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:199}.mobile-nav-overlay.active{display:block}.hero{height:100vh;max-height:100vh}.hero__title{font-size:clamp(1.8rem,5vw,2.4rem)}.hero__subtitle{font-size:0.95rem;margin-bottom:28px}.hero__content{padding:0 24px}.hero__cta{flex-wrap:wrap;justify-content:center;gap:12px}.page-hero{height:100vh;max-height:100vh}.page-hero__title{font-size:clamp(1.8rem,5vw,2.4rem)}.services-intro{padding:60px 0 40px}.services-intro__grid{grid-template-columns:1fr;gap:24px}.services-intro__left h2{font-size:1.8rem}.services-cards{padding:40px 0 60px}.services-cards__grid{grid-template-columns:repeat(2,1fr);gap:16px}.service-card{aspect-ratio:4 / 3}.stats{padding:50px 0}.stats__grid{grid-template-columns:repeat(2,1fr);gap:40px 24px}.stat__icon svg{width:32px;height:32px}.stat p{font-size:0.85rem;margin-top:12px}.gender-showcase__grid{grid-template-columns:1fr;gap:4px}.gender-card{aspect-ratio:16/9}.gender-card__overlay{left:28px;right:28px;bottom:28px;gap:12px}.gender-card__overlay p{font-size:0.88rem}.brands{padding:50px 0}.brands .container{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.brands .section-title{grid-column:1 / -1}.brands__row{display:contents}.brand-logo{height:100px;display:flex;align-items:center;justify-content:center;padding:10px}.brand-logo[data-brand] img{max-height:56px !important;max-width:100% !important;width:auto;height:auto}.brand-logo--text{font-size:0.85rem;letter-spacing:1px}.brand-logo--text-small span{font-size:0.72rem}.about{padding:0}.about__grid{grid-template-columns:1fr;justify-items:stretch}.about__image{aspect-ratio:16/9;max-height:380px}.about__content{padding:40px 24px}.about__content h2{font-size:1.8rem}.instagram{padding:50px 0}.instagram__grid{grid-template-columns:repeat(3,1fr);gap:8px}.instagram__buttons{flex-direction:column;align-items:center;gap:12px;margin-top:28px}.instagram__buttons .btn{width:260px;justify-content:center}.reviews{padding:50px 0}.reviews__wrapper{grid-template-columns:1fr;gap:30px}.reviews__sidebar{flex-direction:row;flex-wrap:wrap;align-items:center;gap:16px;padding-top:0}.reviews__cards{grid-template-columns:repeat(2,1fr)}.contact__inner{grid-template-columns:1fr;gap:40px;padding:50px 24px}.contact__text h2{font-size:1.8rem}.contact__text{text-align:center}.contact__info-items{align-items:center}.contact__form-wrapper{padding:32px 28px}.faq{padding:50px 0 60px}.faq__grid{grid-template-columns:1fr;gap:0}.footer__grid{grid-template-columns:1fr 1fr;gap:40px}.footer__bottom-inner{flex-direction:column;gap:10px;text-align:center}.galerie-grid{grid-template-columns:repeat(2,1fr)}.karriere__grid{grid-template-columns:1fr;gap:20px}.karriere__cta-bar{flex-direction:column;text-align:center;padding:32px 24px}.karriere-bewerbung__inner{grid-template-columns:1fr;gap:40px;padding:50px 24px}.karriere-bewerbung__info{text-align:center}.karriere-bewerbung__info h2{font-size:1.8rem}.karriere-bewerbung__steps{align-items:center}.karriere-bewerbung__step{max-width:340px}.section-title{font-size:clamp(1.7rem,4vw,2rem)}.back-to-top,.cb-reopen{right:16px}.back-to-top{bottom:68px}}@media (max-width:640px){.header{height:64px}.header__logo-img{height:38px}.hero__title{font-size:clamp(1.5rem,7vw,1.9rem)}.hero__subtitle{font-size:0.85rem}.hero__cta .btn{padding:0 20px;font-size:12px;height:44px}.page-hero__title{font-size:clamp(1.4rem,6vw,1.8rem)}.page-hero__subtitle{font-size:0.85rem}.services-intro{padding:48px 0 32px}.services-cards__grid{grid-template-columns:1fr;gap:12px}.service-card__info{padding:20px}.stats__grid{grid-template-columns:repeat(2,1fr);gap:24px}.stat__number{font-size:1.9rem}.stat__label{font-size:1rem}.gender-showcase__grid{grid-template-columns:1fr;gap:4px}.gender-card{aspect-ratio:4/3}.gender-card__overlay{left:20px;right:20px;bottom:20px;gap:10px}.gender-card__overlay p{font-size:0.82rem}.gender-card__overlay .btn{height:36px;padding:0 14px;font-size:11px}.stats{padding:0 0 50px}.stats__grid{display:flex;flex-direction:column;gap:50px}.services-cards{padding-bottom:0}.stat__number{font-size:5rem;margin-top:-7%}.stat__icon svg{width:28px;height:28px}.stat__icon{margin-bottom:4px}.stat p{font-size:0.8rem;margin-top:10px;max-width:100%}.brands .container{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.brands .section-title{grid-column:1 / -1}.brands__row{display:contents}.brand-logo{height:80px;padding:8px;display:flex;align-items:center;justify-content:center}.brand-logo[data-brand] img{max-height:56px !important;max-width:100% !important;width:auto;height:auto}.brand-logo[data-brand="prada"] img{max-height:100px !important}.brand-logo[data-brand="balmain"] img{max-height:75px !important}.brand-logo[data-brand="marc-jacobs"] img{max-width:150% !important}.brand-logo[data-brand="david-beckham"] img{max-width:120% !important}.brand-logo[data-brand="cartier"] img{max-height:75px !important}.brand-logo[data-brand="hackett"] img{max-height:65px !important}.brands__row--large .brand-logo{height:80px}.about__image{aspect-ratio:4/3}.about__content{padding:32px 20px}.instagram__grid{grid-template-columns:repeat(2,1fr);gap:6px}.reviews__cards{grid-template-columns:1fr}.review-card{min-height:200px}.galerie-grid{grid-template-columns:1fr 1fr;gap:8px}.karriere-bewerbung__inner{padding:40px 16px;gap:32px}.karriere-bewerbung__form-wrapper{padding:28px 20px}.kb-form-row{grid-template-columns:1fr;gap:16px}.contact__inner{padding:40px 16px;gap:28px}.contact__form-wrapper{padding:28px 20px}.form-row{grid-template-columns:1fr;gap:16px}.form-row--submit{flex-direction:column;gap:12px;align-items:stretch}.contact__submit-btn{width:100%;justify-content:center}.section-title{font-size:1.55rem}.footer__grid{grid-template-columns:1fr;gap:28px}.footer__col--brand p{font-size:0.85rem}.footer__bottom{margin-top:32px}.footer__bottom-inner{font-size:0.8rem}.container{padding:0 16px}.section-title{font-size:1.5rem}.back-to-top,.cb-reopen{right:12px;width:36px;height:36px}.back-to-top{bottom:60px}}@media (max-width:480px){.stats{padding-top:50px}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}.hero__scroll{animation:none}html{scroll-behavior:auto}}.service-card:nth-child(1){transition-delay:0s}.service-card:nth-child(2){transition-delay:0.1s}.service-card:nth-child(3){transition-delay:0.2s}.service-card:nth-child(4){transition-delay:0.3s}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--gold);outline-offset:3px}