:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-text:#372e27;--color-muted:#6b635c;--color-accent:#6c201f;--color-accent-2:#b17b3c;--color-bg:#f8f6f2;--color-card:#fdfcfa;--color-line:#e6dfd3;--font-serif:"Georgia", "Times New Roman", serif;--font-brand-display:"Playfair Display", Georgia, "Times New Roman", serif;--font-brand-tagline:"Josefin Sans", "Segoe UI", Tahoma, sans-serif;--shadow-soft:0 12px 40px #372e2714;--radius:12px;--header-h:72px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}body{font-family:var(--font-brand-tagline);background:var(--color-bg);color:var(--color-text);-webkit-tap-highlight-color:#6c201f26;margin:0;font-weight:400;line-height:1.65}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent)}h1,h2,h3{font-family:var(--font-brand-display);letter-spacing:.005em;font-weight:600;line-height:1.2}h1{letter-spacing:.01em;font-weight:700}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-line);background:#fdfcfaeb;position:sticky;top:0}.site-header__inner{flex-wrap:wrap;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:.65rem 1rem;display:flex}.site-header__brand{color:var(--color-text);align-items:center;gap:.5rem;margin-right:auto;text-decoration:none;display:flex}.site-header__logo{border-radius:8px}.site-header__brand-text{flex-direction:column;gap:.15rem;line-height:1.15;display:flex}.site-header__brand-tagline{font-family:var(--font-brand-tagline), "Segoe UI", sans-serif;letter-spacing:.28em;text-transform:uppercase;color:var(--color-accent-2);font-size:.58rem;font-weight:400}.site-header__brand-name{font-family:var(--font-brand-display), var(--font-serif);white-space:nowrap;align-items:baseline;gap:.32em;display:flex}.site-header__brand-name--light,.site-header__brand-name--accent{letter-spacing:.01em;font-size:.95rem;font-weight:400}.site-header__brand-name--light{color:var(--color-text)}.site-header__brand-name--accent{color:var(--color-accent)}.site-header__toggle{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:44px;min-height:44px;padding:.5rem;display:none}.site-header__toggle span{background:var(--color-text);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .2s}.site-header__toggle[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.site-header__toggle[aria-expanded=true] span:nth-child(2){opacity:0}.site-header__toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.site-nav{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.site-nav a{color:var(--color-text);font-size:.95rem;text-decoration:none;transition:color .2s}.site-nav a:hover{color:var(--color-accent)}.site-nav__dropdown{position:relative}.site-nav__dropdown-trigger{align-items:center;display:flex}.site-nav__dropdown-btn{border:1px solid var(--color-line);background:var(--color-card);color:var(--color-text);cursor:pointer;touch-action:manipulation;border-radius:8px;min-width:44px;min-height:44px;margin-left:.35rem;transition:border-color .2s,color .2s,background .2s;display:none}.site-nav__dropdown-btn:hover,.site-nav__dropdown-btn:focus-visible{border-color:var(--color-accent-2);color:var(--color-accent);background:#fff;outline:none}.site-nav__dropdown-btn svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:18px;height:18px;transition:transform .2s;display:block}.site-nav__dropdown-btn[aria-expanded=true] svg{transform:rotate(180deg)}.site-nav__sub{background:var(--color-card);border:1px solid var(--color-line);border-radius:var(--radius);min-width:220px;box-shadow:var(--shadow-soft);transform-origin:top;opacity:0;visibility:hidden;pointer-events:none;flex-direction:column;padding:.5rem 0;transition:opacity .2s,transform .22s,visibility 0s linear .22s;display:flex;position:absolute;top:100%;left:0;transform:translateY(-4px)}.site-nav__dropdown.is-open .site-nav__sub{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s,transform .22s,visibility linear;transform:translateY(0)}@keyframes subNavIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.site-nav__sub a{padding:.45rem 1rem}.lang-switcher{gap:.35rem;display:flex}.lang-switcher__link{border:1px solid var(--color-line);min-height:36px;color:var(--color-text);background:var(--color-card);border-radius:10px;justify-content:center;align-items:center;gap:.3rem;padding:.4rem .65rem;font-size:.82rem;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.lang-switcher__link:hover,.lang-switcher__link:focus-visible{border-color:var(--color-accent-2);background:#fff}.lang-switcher__link.is-active{border-color:var(--color-accent);font-weight:600}.hero{background:var(--color-card);border-bottom:1px solid var(--color-line)}.hero-intro{justify-content:center;align-items:center;gap:clamp(1.5rem,4vw,3rem);max-width:1100px;margin:0 auto;padding:2rem 1.25rem;display:flex}.hero-intro__logo{flex:0 min(380px,42%);width:100%;max-width:380px;margin:0;animation:.9s cubic-bezier(.2,.7,.2,1) both heroIntroIn}.hero-intro__text{text-align:left;flex:280px;animation:.9s cubic-bezier(.2,.7,.2,1) .2s both heroIntroIn}@keyframes heroIntroIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero-intro__text h1{color:var(--color-text);margin:0 0 .5rem;font-size:clamp(1.2rem,2.5vw,2rem)}.hero-intro__sub{color:var(--color-accent);margin:0;font-size:clamp(.95rem,1.8vw,1.15rem)}.hero-slider{height:min(65vh,560px);min-height:320px;position:relative;overflow:hidden}.hero-slider__swiper,.hero-slider__slide{height:100%}.hero-slider__slide{position:relative}.hero-slider__img{object-fit:cover;transform-origin:50%;will-change:transform;width:100%;height:100%;animation:24s linear infinite alternate heroKenBurns}@keyframes heroKenBurns{0%{transform:scale(1.02)translate(.6%,.4%)}to{transform:scale(1.18)translate(-2.2%,-1.6%)}}@media (prefers-reduced-motion:reduce){.hero-slider__img{animation:none;transform:none}}.hero-slider .swiper-pagination-bullet{background:var(--color-text);opacity:.45}.hero-slider .swiper-pagination-bullet-active{opacity:1;background:var(--color-accent)}.section{max-width:1200px;margin:0 auto;padding:3rem 1rem}.section--alt{background:var(--color-card);border-block:1px solid var(--color-line)}.section__head{text-align:center;margin-bottom:2rem}.section__head h2{margin:0 0 .35rem;font-size:clamp(1.5rem,3vw,2rem)}.section__head p{color:var(--color-accent);margin:0}.section__more{text-align:center;margin-top:2rem}.project-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;display:grid}.section--projects-home{width:100%;max-width:none;padding-left:clamp(1rem,2.5vw,2rem);padding-right:clamp(1rem,2.5vw,2rem)}.project-grid--home,.project-grid--page{grid-template-columns:repeat(3,1fr);gap:1.25rem}.project-grid--home,.project-grid--home .project-card,.project-grid--page .project-card{width:100%}.project-card{border-radius:calc(var(--radius) + 4px)}.project-card__link{color:inherit;text-decoration:none;display:block}.project-card__link:not(.project-card--tile){background:var(--color-card);border:1px solid var(--color-line);border-radius:var(--radius);box-shadow:var(--shadow-soft);transition:transform .35s,box-shadow .35s;overflow:hidden}.project-card:hover .project-card__link:not(.project-card--tile){transform:translateY(-4px);box-shadow:0 16px 48px #372e271f}.project-card__img-wrap{aspect-ratio:4/3;overflow:hidden}.project-card__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card:hover .project-card__img-wrap img{transform:scale(1.04)}.project-card--tile{background:linear-gradient(165deg, #fff 0%, var(--color-card) 55%, #f5f0e8 100%);border:1px solid var(--color-line);border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow-soft);transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .35s;position:relative;overflow:hidden}.project-card--tile:before{content:"";background:linear-gradient(90deg, var(--color-accent), var(--color-accent-2));opacity:0;z-index:2;height:4px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.project-card--tile:hover,.project-card--tile:focus-visible{border-color:#b17b3c8c;outline:none;transform:translateY(-6px)scale(1.02);box-shadow:0 22px 50px #6c201f29,0 0 0 1px #b17b3c1f}.project-card--tile:hover:before,.project-card--tile:focus-visible:before{opacity:1}.project-card__glow{z-index:1;opacity:.45;pointer-events:none;background:radial-gradient(circle,#b17b3c47 0%,#6c201f0f 50%,#0000 72%);border-radius:50%;width:70%;height:45%;transition:opacity .4s,transform .4s cubic-bezier(.22,1,.36,1);position:absolute;top:28%;left:50%;transform:translate(-50%,-50%)scale(.9)}.project-card--tile:hover .project-card__glow,.project-card--tile:focus-visible .project-card__glow{opacity:.85;transform:translate(-50%,-50%)scale(1.08)}.project-card--tile .project-card__img-wrap{z-index:1;position:relative}.project-card--tile:hover .project-card__img-wrap img{transform:scale(1.05)}.project-card--tile .project-card__body{z-index:1;text-align:center;padding:1.15rem 1.25rem 1.5rem;position:relative}.project-card--tile .project-card__body h3{margin:0 0 .2rem;font-size:1.05rem;font-weight:600;line-height:1.35}.project-card--tile .project-card__body p{color:var(--color-accent-2);margin:0;font-size:.88rem}.project-card__body{padding:1rem 1.1rem 1.2rem}.project-card__body h3{margin:0 0 .25rem;font-size:1.1rem}.project-card__body p{color:var(--color-accent);margin:0;font-size:.9rem}.project-card__cta{color:var(--color-accent);margin-top:.5rem;font-size:.9rem;display:inline-block}.contact-section{padding:4rem 1rem;position:relative;overflow:hidden}.contact-section__bg{opacity:.5;background:url(/images/kontakt/IMG_3848.jpg) 50%/cover no-repeat;position:absolute;inset:0}.contact-section__inner{z-index:1;grid-template-columns:1.2fr 1fr;align-items:start;gap:2rem;max-width:1100px;margin:0 auto;display:grid;position:relative}.contact-section__channels,.contact-section__form.card{border-radius:var(--radius);border:1px solid var(--color-line);background:#fdfcfab3;padding:1.5rem}.card{background:var(--color-card);border:1px solid var(--color-line);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:1.5rem}.contact-section form{gap:.55rem;display:grid}.contact-section input,.contact-section textarea,.contact-section button{font:inherit}.contact-section input,.contact-section textarea{background:#fdfcfad9;border:1px solid #cfc4b1;border-radius:8px;width:100%;padding:.7rem .75rem;transition:border-color .18s,box-shadow .18s,background .18s}.contact-section input:focus-visible,.contact-section textarea:focus-visible{border-color:var(--color-accent-2);background:#fff;outline:none;box-shadow:0 0 0 3px #b17b3c38}.contact-section input::placeholder,.contact-section textarea::placeholder{color:#372e2773}.hidden-field{position:absolute;left:-9999px}.btn{font:inherit;text-align:center;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.25rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.btn--primary{color:#fff;background:linear-gradient(90deg, var(--color-accent), var(--color-accent-2))}.btn--whatsapp{background:#25d366;align-items:center;gap:.5rem;margin:.75rem 0 1rem;font-weight:600;display:inline-flex;color:#fff!important}.contact-link{align-items:center;gap:.4rem;display:inline-flex}.contact-link--facebook{color:#1877f2;font-weight:600}.contact-icon{flex-shrink:0}.btn--outline{border:1px solid var(--color-accent);color:var(--color-accent);background:0 0}.btn:hover{box-shadow:var(--shadow-soft);transform:translateY(-1px)}.page-main{max-width:1100px;margin:0 auto;padding:2rem 1rem 4rem}.page-main--center{text-align:center;padding-top:4rem}.page-hero{text-align:center;margin-bottom:2.5rem}.page-hero h1{margin:0 0 .35rem;font-size:clamp(1.75rem,4vw,2.5rem)}.page-hero__meta,.subheadline{color:var(--color-accent);margin:0}.back-link{margin-bottom:1.5rem;text-decoration:none;display:inline-block}.prose p{margin:0 0 1rem}.prose ul{margin:0 0 1rem;padding-left:1.25rem}.prose li{margin-bottom:.35rem}.gallery{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}.gallery__item{border-radius:var(--radius);box-shadow:var(--shadow-soft);margin:0;overflow:hidden}.gallery__btn{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block;overflow:hidden}.gallery__btn img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.gallery__btn:hover img,.gallery__btn:focus-visible img{transform:scale(1.04)}.gallery__btn:focus-visible{outline:2px solid var(--color-accent-2);outline-offset:3px}.lightbox{color:var(--color-card);background:0 0;border:0;width:100%;max-width:100vw;height:100%;max-height:100vh;padding:0}.lightbox::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#14100eeb}.lightbox__inner{justify-content:center;align-items:center;width:100%;height:100%;padding:2.5rem 3.5rem;display:flex;position:relative}.lightbox__img{object-fit:contain;border-radius:6px;max-width:100%;max-height:100%;animation:.25s ease-out lightboxFade;box-shadow:0 30px 80px #00000080}@keyframes lightboxFade{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.lightbox__close,.lightbox__nav{color:var(--color-card);cursor:pointer;background:#fdfcfa1f;border:0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;line-height:1;transition:background .2s,transform .2s;display:inline-flex;position:absolute}.lightbox__close{font-size:1.6rem;top:1rem;right:1rem}.lightbox__nav--prev{top:50%;left:1rem;transform:translateY(-50%)}.lightbox__nav--next{top:50%;right:1rem;transform:translateY(-50%)}.lightbox__close:hover,.lightbox__close:focus-visible,.lightbox__nav:hover,.lightbox__nav:focus-visible{background:#fdfcfa38;outline:none}.lightbox__counter{letter-spacing:.08em;color:#fdfcfab3;margin:0;font-size:.85rem;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}@media (max-width:600px){.lightbox__inner{padding:3rem .5rem}.lightbox__nav{width:40px;height:40px;font-size:1.6rem}}.offer-layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:2rem;display:grid}.offer-layout__images{flex-direction:column;gap:1rem;display:flex}.offer-layout__images img{border-radius:var(--radius);box-shadow:var(--shadow-soft)}.offer-nav{border-top:1px solid var(--color-line);flex-wrap:wrap;gap:.5rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.offer-nav a{border:1px solid var(--color-line);color:var(--color-text);border-radius:8px;padding:.4rem .75rem;font-size:.9rem;text-decoration:none}.offer-nav a.is-active{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.offer-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.offer-card{background:linear-gradient(165deg, #fff 0%, var(--color-card) 55%, #f5f0e8 100%);border:1px solid var(--color-line);border-radius:calc(var(--radius) + 4px);min-height:200px;box-shadow:var(--shadow-soft);text-align:center;color:var(--color-text);flex-direction:column;justify-content:center;align-items:center;padding:2rem 1.25rem 1.65rem;text-decoration:none;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.offer-card__glow{opacity:.55;pointer-events:none;background:radial-gradient(circle,#b17b3c59 0%,#6c201f14 45%,#0000 70%);border-radius:50%;width:140px;height:140px;transition:opacity .4s,transform .4s cubic-bezier(.22,1,.36,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-58%)scale(.85)}.offer-card:before{content:"";background:linear-gradient(90deg, var(--color-accent), var(--color-accent-2));opacity:0;height:4px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.offer-card:hover,.offer-card:focus-visible{border-color:#b17b3c8c;outline:none;transform:translateY(-6px)scale(1.02);box-shadow:0 22px 50px #6c201f29,0 0 0 1px #b17b3c1f}.offer-card:hover:before,.offer-card:focus-visible:before{opacity:1}.offer-card:hover .offer-card__glow,.offer-card:focus-visible .offer-card__glow{opacity:1;transform:translate(-50%,-58%)scale(1.15)}.offer-card__icon-wrap{z-index:1;justify-content:center;align-items:center;margin:0 auto 1.15rem;display:flex;position:relative}.offer-card__icon{width:76px;height:76px;color:var(--color-accent);background:linear-gradient(145deg,#6c201f1f 0%,#b17b3c47 100%);border-radius:50%;justify-content:center;align-items:center;transition:transform .4s cubic-bezier(.22,1,.36,1),background .4s,color .35s,box-shadow .4s;display:flex;box-shadow:0 10px 28px #6c201f24,inset 0 1px #ffffffbf}.offer-card:hover .offer-card__icon,.offer-card:focus-visible .offer-card__icon{background:linear-gradient(145deg, var(--color-accent) 0%, var(--color-accent-2) 100%);color:#fff;transform:scale(1.1)rotate(-4deg);box-shadow:0 14px 36px #6c201f47,inset 0 1px #ffffff40}.offer-card__title{z-index:1;max-width:16ch;margin:0 auto;font-size:1.05rem;font-weight:600;line-height:1.4;position:relative}.tile-card__arrow{z-index:2;width:32px;height:32px;color:var(--color-accent-2);opacity:0;background:#fdfcfad9;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,transform .35s cubic-bezier(.22,1,.36,1),background .3s,color .3s;display:flex;position:absolute;bottom:.85rem;right:.9rem;transform:scale(.8)}.offer-card:hover .tile-card__arrow,.offer-card:focus-visible .tile-card__arrow,.project-card--tile:hover .tile-card__arrow,.project-card--tile:focus-visible .tile-card__arrow{opacity:1;background:var(--color-accent);color:#fff;transform:scale(1)}.process-images{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.process-images__frame{aspect-ratio:4/3;border-radius:var(--radius);border:1px solid var(--color-line);background:var(--color-card);position:relative;overflow:hidden}.process-images__frame img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.process-steps{margin:0;padding:0;list-style:none}.process-steps li{border-bottom:1px solid var(--color-line);grid-template-columns:auto 1fr;gap:1.25rem;padding:1.5rem 0;display:grid}.process-steps__num{background:var(--color-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-weight:600;display:flex}.process-step{min-width:0}.process-step__toggle{text-align:left;cursor:pointer;width:100%;color:inherit;font:inherit;background:0 0;border:none;justify-content:space-between;align-items:flex-start;gap:.75rem;margin:0 0 .35rem;padding:0;display:flex}.process-step__toggle:hover h2,.process-step__toggle:focus-visible h2{color:var(--color-accent)}.process-step__toggle h2{margin:0;font-size:1.15rem;font-weight:600;line-height:1.35}.process-step__chevron{border-right:2px solid var(--color-accent);border-bottom:2px solid var(--color-accent);flex-shrink:0;width:.55rem;height:.55rem;margin-top:.45rem;transition:transform .2s;transform:rotate(45deg)}.process-steps li.is-open .process-step__chevron{margin-top:.65rem;transform:rotate(-135deg)}.process-step__summary{color:var(--color-muted);margin:0;line-height:1.55}.process-step__panel{grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.2,.7,.2,1);display:grid}.process-step__panel.is-open{grid-template-rows:1fr;margin-top:.75rem}.process-step__panel-inner{min-height:0;overflow:hidden}.process-step__toggle:focus-visible{outline:2px solid var(--color-accent-2);outline-offset:4px;border-radius:4px}.process-step__subsection{margin:1rem 0 0}.process-step__subsection h3{margin:0 0 .35rem;font-size:1rem;font-weight:600}.process-step__subsection p{margin:0}.process-step__detail .process-step__list-block{margin:0 0 1rem;padding-left:1.25rem}.process-step__detail .process-step__list-block span{margin:0;line-height:1.45;list-style:outside;display:list-item}.process-step__detail .process-step__list-block span+span{margin-top:.15rem}.process-closing{text-align:center;color:var(--color-accent);margin-top:2rem;font-size:1.15rem}.about-layout{grid-template-columns:minmax(240px,340px) 1fr;align-items:start;gap:2.5rem;display:grid}.about-layout__photo img{border-radius:var(--radius);box-shadow:var(--shadow-soft)}.page-404{padding-top:4rem;padding-bottom:6rem}.page-404__code{font-family:var(--font-brand-display);color:var(--color-accent);letter-spacing:.02em;margin:0 0 1rem;font-size:clamp(4rem,12vw,8rem);line-height:1}.page-404__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.page-404 .btn:not(.btn--primary){background:var(--color-card);border:1px solid var(--color-line);color:var(--color-text)}.site-footer{border-top:1px solid var(--color-line);max-width:1200px;margin:0 auto;padding:3rem 1rem 2rem;font-size:.92rem}.site-footer__cols{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;margin-bottom:2.5rem;display:grid}.site-footer__col p,.site-footer__col address{margin:0 0 .45rem;font-style:normal;line-height:1.5}.site-footer__col a{color:inherit;border-bottom:1px solid #0000;text-decoration:none;transition:border-color .18s,color .18s}.site-footer__col a:hover{color:var(--color-accent);border-bottom-color:var(--color-accent)}.site-footer__heading{letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin:0 0 .9rem;font-size:.75rem;font-weight:600}.site-footer__nav{margin:0;padding:0;list-style:none}.site-footer__nav li{margin-bottom:.4rem}.site-footer__bottom{border-top:1px solid var(--color-line);color:var(--color-muted,#6b635c);flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.5rem;display:flex}.site-footer__bottom p{margin:0}.site-footer__privacy-link{font:inherit;color:var(--color-accent);cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.site-footer__privacy-link:hover{color:var(--color-accent-2)}@media (max-width:720px){.site-footer__cols{grid-template-columns:1fr;gap:1.75rem;margin-bottom:2rem}.site-footer__bottom{flex-direction:column;align-items:flex-start}}.privacy-modal{z-index:300;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.privacy-modal__backdrop{cursor:pointer;background:#372e278c;border:0;animation:.18s ease-out privacyBackdropIn;position:absolute;inset:0}.privacy-modal__panel{z-index:1;background:var(--color-card);border:1px solid var(--color-line);border-radius:calc(var(--radius) + 4px);outline:none;flex-direction:column;width:min(100%,720px);max-height:min(88vh,900px);animation:.25s cubic-bezier(.2,.7,.2,1) privacyPanelIn;display:flex;position:relative;box-shadow:0 24px 64px #372e2738}@keyframes privacyBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes privacyPanelIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.privacy-modal__header{border-bottom:1px solid var(--color-line);background:linear-gradient(165deg, #fff 0%, var(--color-card) 100%);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.privacy-modal__header h2{color:var(--color-accent);margin:0;font-size:1.35rem}.privacy-modal__close{border:1px solid var(--color-line);width:2.25rem;height:2.25rem;color:var(--color-text);cursor:pointer;background:#fff;border-radius:8px;flex-shrink:0;font-size:1.5rem;line-height:1;transition:border-color .2s,color .2s}.privacy-modal__close:hover{border-color:var(--color-accent-2);color:var(--color-accent)}.privacy-modal__body{padding:1.25rem 1.5rem 1.5rem;overflow:auto}.privacy-policy__updated{color:var(--color-accent-2);margin:0 0 1rem;font-size:.85rem}.privacy-policy__intro{margin:0 0 1.25rem;font-size:1rem;line-height:1.65}.privacy-policy__section{margin-bottom:1.25rem}.privacy-policy__section h3{color:var(--color-accent);margin:0 0 .5rem;font-size:1.05rem}.privacy-policy__section p{margin:0 0 .65rem;font-size:.95rem;line-height:1.65}.privacy-policy__section p:last-child{margin-bottom:0}.fade-in{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.fade-in.is-visible{opacity:1;transform:translateY(0)}@media (max-width:900px){.project-grid--home,.project-grid--page,.offer-grid{grid-template-columns:repeat(2,1fr)}.contact-section__inner,.offer-layout,.about-layout{grid-template-columns:1fr}.site-header__toggle{display:flex}.site-nav{opacity:0;flex-direction:column;align-items:flex-start;gap:0;width:100%;max-height:0;padding:0;transition:max-height .3s,opacity .25s,padding .25s;overflow:hidden}.site-nav.is-open{opacity:1;border-top:1px solid var(--color-line);max-height:75vh;padding:.65rem 0 1rem;overflow-y:auto}.site-nav a{border-bottom:1px solid var(--color-line);width:100%;min-height:44px;padding:.82rem 0;font-size:1rem}.site-nav__dropdown{width:100%}.site-nav__dropdown-trigger{align-items:stretch;gap:.35rem;width:100%}.site-nav__dropdown-trigger>a{border-bottom:1px solid var(--color-line);flex:1}.site-nav__dropdown-btn{justify-content:center;align-items:center;margin:.35rem 0 0;display:inline-flex}.site-nav__sub{box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;background:#fdfcfaa6;border:0;border-left:2px solid #b17b3c73;max-height:0;margin-left:.3rem;padding:.15rem 0 .5rem;transition:max-height .3s,opacity .2s,transform .2s,visibility 0s linear .3s;position:static;overflow:hidden;transform:translateY(-2px)}.site-nav__dropdown.is-open .site-nav__sub{opacity:1;visibility:visible;pointer-events:auto;max-height:360px;transition:max-height .32s,opacity .2s,transform .2s,visibility linear;transform:translateY(0)}.site-nav__sub a{color:var(--color-muted);border-bottom:0;padding:.6rem .55rem;font-size:.95rem}.lang-switcher__link{min-width:44px;min-height:44px}.process-images{grid-template-columns:1fr}}@media (max-width:600px){.offer-grid,.project-grid,.project-grid--home,.project-grid--page{grid-template-columns:1fr}.hero-intro{text-align:center;flex-direction:column;padding:1.75rem 1rem 1.5rem}.hero-intro__logo{flex:none;max-width:min(320px,90vw)}.hero-intro__text{text-align:center}.hero-slider{min-height:280px}}
