.site-root{max-width:100%;overflow-x:hidden;background:hsl(var(--background));color:hsl(var(--foreground))}.about-hero,.about-section,.about-cta-section,.about-footer{isolation:isolate}.about-header{background:transparent;box-shadow:none;backdrop-filter:none}.about-header.is-scrolled{background:#fffffff2;box-shadow:var(--shadow-md);backdrop-filter:blur(18px)}.about-hero{position:relative;overflow:hidden;padding:8rem 0 4.5rem;background:radial-gradient(circle at top left,hsl(40 70% 58% / .18),transparent 38%),radial-gradient(circle at right center,hsl(240 10% 12% / .08),transparent 42%),linear-gradient(180deg,#fbfaf8,#fff)}.about-hero__glow{position:absolute;border-radius:9999px;pointer-events:none;filter:blur(48px)}.about-hero__glow--primary{top:3rem;left:-3rem;width:14rem;height:14rem;background:hsl(var(--accent) / .18)}.about-hero__glow--secondary{right:-2rem;bottom:2rem;width:10rem;height:10rem;background:hsl(var(--primary) / .08)}.about-hero__container{position:relative;z-index:1}.about-hero__layout{display:grid;gap:2.5rem;align-items:center}.about-hero__content{display:flex;flex-direction:column;gap:1.25rem}.about-hero__title{max-width:16ch;font-size:2.5rem;line-height:1.05;font-weight:700}.about-hero__lead{max-width:46rem;color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.7}.about-hero__actions{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}.about-hero__proofs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;padding-top:.5rem}.about-hero__proofs--desktop{display:none}.about-proof-card{display:flex;flex-direction:column;gap:.35rem;padding:1rem;border:1px solid hsl(var(--border));border-radius:1rem;background:#ffffffe6;box-shadow:var(--shadow-sm)}.about-proof-card strong{font-family:Montserrat,sans-serif;font-size:1.375rem;line-height:1.1;color:hsl(var(--primary))}.about-proof-card span{color:hsl(var(--muted-foreground));font-size:.9rem;line-height:1.45}.about-hero__visual{display:flex;flex-direction:column;gap:1rem}.about-photo-card{position:relative;overflow:hidden;border-radius:1.75rem;background:hsl(var(--secondary));box-shadow:var(--shadow-lg)}.about-photo-card--hero{min-height:22rem}.about-photo-card--square{aspect-ratio:1 / 1}.about-photo-card__image{display:block;width:100%;height:100%;min-height:100%;object-fit:cover}.about-photo-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,hsl(var(--primary) / .28),transparent 55%)}.about-hero__visual-note{display:flex;flex-wrap:wrap;gap:.75rem}.about-hero__visual-note .about-info-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1rem;border-radius:9999px;background:#ffffffeb;border:1px solid hsl(var(--border));box-shadow:var(--shadow-sm);font-size:.9rem;font-weight:500}.about-section{padding:4.5rem 0;background:#fff}.about-section--warm{background:linear-gradient(180deg,#faf8f5,#fff)}.about-section--muted{background:linear-gradient(180deg,#f9f9fa,#f9f8f5)}.about-story-grid,.about-production-grid,.about-materials-grid,.about-proof-grid,.about-value-grid{display:grid;gap:1.5rem}.about-value-grid{align-items:stretch}.about-value-grid>.about-card{height:100%}.about-card{padding:1.75rem;border-radius:1.5rem;background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:var(--shadow-sm)}.about-card--dark{background:var(--gradient-dark);color:hsl(var(--primary-foreground));border-color:transparent;box-shadow:var(--shadow-lg)}.about-card__eyebrow{display:inline-flex;margin-bottom:.9rem;color:hsl(var(--accent));font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.about-card__headline,.about-section__title{font-size:2rem;line-height:1.12;font-weight:700}.about-card__title{margin-bottom:.85rem;font-size:1.35rem;line-height:1.2;font-weight:700}.about-card__text,.about-body-copy,.about-section__lead{color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.75}.about-card__text--light{color:hsl(var(--primary-foreground) / .82)}.about-section__lead{margin-top:1rem;max-width:46rem}.about-section__title--light,.about-section__lead--light{color:hsl(var(--primary-foreground))}.about-list{display:flex;flex-direction:column;gap:.85rem;list-style:none;margin-top:1.25rem}.about-list li{position:relative;padding-left:1.4rem;line-height:1.65;color:hsl(var(--muted-foreground))}.about-list li:before{content:"";position:absolute;top:.72rem;left:0;width:.5rem;height:.5rem;border-radius:9999px;background:hsl(var(--accent));box-shadow:0 0 0 .3rem hsl(var(--accent) / .14)}.about-list--light li{color:hsl(var(--primary-foreground) / .88)}.about-list--light li:before{background:hsl(var(--primary-foreground));box-shadow:0 0 0 .3rem hsl(var(--primary-foreground) / .12)}.about-chip-grid,.about-tag-list,.about-link-chips{display:flex;flex-wrap:wrap;gap:.75rem}.about-chip,.about-tag,.about-link-chip,.about-info-chip{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.75rem;padding:.75rem 1rem;border-radius:9999px;border:1px solid hsl(var(--border));background:#fff;color:hsl(var(--foreground));font-size:.92rem;font-weight:500;text-decoration:none;box-shadow:var(--shadow-sm)}.about-chip,.about-tag,.about-info-chip{cursor:help}.about-chip:focus-visible,.about-tag:focus-visible,.about-info-chip:focus-visible,.about-link-chip:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:3px}.about-chip__icon{width:1rem;height:1rem;flex:0 0 auto;color:hsl(var(--accent));background:currentColor;-webkit-mask-image:var(--chip-icon);mask-image:var(--chip-icon);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.about-chip__icon--map{--chip-icon: url(/assets/ui/chip-map.svg)}.about-chip__icon--factory{--chip-icon: url(/assets/ui/chip-factory.svg)}.about-chip__icon--straight{--chip-icon: url(/assets/ui/chip-straight.svg)}.about-chip__icon--corner{--chip-icon: url(/assets/ui/chip-corner.svg)}.about-chip__icon--u-shape{--chip-icon: url(/assets/ui/chip-u-shape.svg)}.about-chip__icon--island{--chip-icon: url(/assets/ui/chip-island.svg)}.about-chip__icon--custom{--chip-icon: url(/assets/ui/chip-custom.svg)}.about-chip__icon--appliance{--chip-icon: url(/assets/ui/chip-appliance.svg)}.about-chip__icon--hardware{--chip-icon: url(/assets/ui/chip-hardware.svg)}.about-chip__icon--board{--chip-icon: url(/assets/ui/chip-board.svg)}.about-chip__icon--paint{--chip-icon: url(/assets/ui/chip-paint.svg)}.about-chip__icon--carve{--chip-icon: url(/assets/ui/chip-carve.svg)}.about-chip__icon--calculator{--chip-icon: url(/assets/ui/chip-calculator.svg)}.about-chip__icon--portfolio{--chip-icon: url(/assets/ui/chip-portfolio.svg)}.about-chip__icon--reviews{--chip-icon: url(/assets/ui/chip-reviews.svg)}.about-chip__icon--contacts{--chip-icon: url(/assets/ui/chip-contacts.svg)}.about-chip__icon--warranty{--chip-icon: url(/assets/ui/chip-warranty.svg)}.about-tooltip{position:relative;z-index:1}.about-tooltip:before,.about-tooltip:after{position:absolute;left:50%;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:20}.about-tooltip:before{content:"";bottom:calc(100% + .35rem);width:.65rem;height:.65rem;background:hsl(var(--primary));transform:translate(-50%,.35rem) rotate(45deg)}.about-tooltip:after{content:attr(data-tooltip);bottom:calc(100% + .65rem);width:max-content;max-width:min(17rem,calc(100vw - 2rem));padding:.75rem .85rem;border-radius:.75rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:var(--shadow-lg);font-size:.8125rem;font-weight:500;line-height:1.45;text-align:left;white-space:normal;overflow-wrap:anywhere;transform:translate(-50%,.35rem)}.about-tooltip:hover,.about-tooltip:focus-visible{z-index:30}.about-tooltip:hover:before,.about-tooltip:hover:after,.about-tooltip:focus-visible:before,.about-tooltip:focus-visible:after{opacity:1;visibility:visible;transform:translate(-50%) rotate(45deg)}.about-tooltip:hover:after,.about-tooltip:focus-visible:after{transform:translate(-50%)}@media(max-width:767px){.about-tooltip:before,.about-tooltip:after{display:none}}@media(max-width:639px){.about-inline-cta{align-items:flex-start}.about-inline-cta .btn{align-self:flex-start;justify-content:center}}.about-link-chip{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.about-link-chip:hover{transform:translateY(-2px);border-color:hsl(var(--accent) / .35);box-shadow:var(--shadow-md)}.about-route-card{margin-top:1.5rem;padding:1.5rem;border-radius:1.5rem;background:var(--gradient-dark);color:hsl(var(--primary-foreground));box-shadow:var(--shadow-lg)}.about-route-card__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0}.about-route-card__row+.about-route-card__row{border-top:1px solid hsl(var(--primary-foreground) / .12)}.about-route-card__row span{color:hsl(var(--primary-foreground) / .72)}.about-route-card__row strong{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600}.about-process-grid,.about-team-grid,.about-trust-grid{display:grid;gap:1rem;margin-top:2rem}.about-step,.about-role-card{cursor:default;min-height:100%}.about-step__number{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;border-radius:9999px;background:var(--gradient-amber);color:hsl(var(--primary));font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;box-shadow:var(--shadow-amber)}.about-step .feature-card__title,.about-role-card .feature-card__title{min-height:0;justify-content:flex-start;text-align:left}.about-step .feature-card__icon,.about-role-card .feature-card__icon{margin-bottom:1rem}.about-inline-cta{display:flex;justify-content:center;margin-top:2rem}.about-inline-cta .btn,.about-link-chip{width:auto;max-width:100%;min-width:0;white-space:normal}.about-inline-cta .btn{align-self:center}.about-proof-grid{align-items:start}.about-proof-column{display:flex;flex-direction:column;gap:1.25rem}.about-project-list,.about-review-list,.about-faq-list{display:grid;gap:1rem}.about-project-card{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.35rem;border-radius:1.35rem;background:#fff;border:1px solid hsl(var(--border));box-shadow:var(--shadow-sm);color:hsl(var(--foreground));text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.about-project-card:after{content:"Смотреть проект";margin-top:.25rem;color:hsl(var(--accent));font-size:.88rem;font-weight:600}.about-project-card:hover{transform:translateY(-3px);border-color:hsl(var(--accent) / .3);box-shadow:var(--shadow-md)}.about-project-card strong{font-size:1.05rem;line-height:1.45}.about-project-card span{color:hsl(var(--muted-foreground));font-size:.94rem;line-height:1.65}.about-review-card{padding:1.35rem 1.4rem;border-radius:1.35rem;background:#fff;border:1px solid hsl(var(--border));box-shadow:var(--shadow-sm)}.about-review-card__text{color:hsl(var(--foreground));font-size:1rem;line-height:1.7}.about-review-card__author{display:inline-flex;margin-top:.85rem;color:hsl(var(--muted-foreground));font-size:.92rem;font-weight:600}.about-proof-actions{display:flex;flex-wrap:wrap;gap:.75rem}.about-faq-item{overflow:hidden;border-radius:1.35rem;border:1px solid hsl(var(--border));background:#fff;box-shadow:var(--shadow-sm)}.about-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.35rem;cursor:pointer;list-style:none;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;line-height:1.5}.about-faq-item summary::-webkit-details-marker{display:none}.about-faq-item__icon{position:relative;width:1rem;height:1rem;flex-shrink:0}.about-faq-item__icon:before,.about-faq-item__icon:after{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;background:hsl(var(--accent));transform:translateY(-50%);transition:transform .2s ease,opacity .2s ease}.about-faq-item__icon:after{transform:translateY(-50%) rotate(90deg)}.about-faq-item[open] .about-faq-item__icon:after{opacity:0;transform:translateY(-50%) rotate(0)}.about-faq-item__body{padding:0 1.35rem 1.2rem;color:hsl(var(--muted-foreground));line-height:1.7}.about-cta-section{padding:4rem 0 5rem}.about-cta-panel{display:grid;gap:2rem;padding:2rem;border-radius:2rem;background:var(--gradient-dark);box-shadow:var(--shadow-lg)}.about-cta-panel__content{display:flex;flex-direction:column;gap:1rem}.about-cta-panel__actions{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}.about-cta-panel__secondary{background:#ffffff1f;color:hsl(var(--primary-foreground));border-color:#ffffff2e}.about-cta-panel__secondary:hover{background:#ffffff2e;color:hsl(var(--primary-foreground))}.about-contact-card{padding:1.5rem;border-radius:1.5rem;background:#ffffff14;border:1px solid hsl(0 0% 100% / .1)}.about-contact-card__title{color:hsl(var(--primary-foreground));font-size:1.2rem;font-weight:700}.about-contact-card__link{display:flex;flex-direction:column;gap:.2rem;margin-top:1rem;padding-bottom:1rem;border-bottom:1px solid hsl(0 0% 100% / .1);color:hsl(var(--primary-foreground));text-decoration:none}.about-contact-card__link span{color:hsl(var(--primary-foreground) / .7);font-size:.85rem}.about-contact-card__link strong{font-size:1rem;font-weight:600}.about-contact-card__note{margin-top:1rem;color:hsl(var(--primary-foreground) / .72);font-size:.92rem;line-height:1.65}.about-link-chips{margin-top:1.5rem}.about-footer{padding:2rem 0 3rem;border-top:1px solid hsl(var(--border));background:#fff}.about-footer__inner{display:grid;gap:1.5rem}.about-footer__text{margin-top:.75rem;max-width:38rem;color:hsl(var(--muted-foreground));line-height:1.7}.about-footer__nav{display:flex;flex-wrap:wrap;gap:.85rem 1rem}.about-footer__link{color:hsl(var(--muted-foreground));font-weight:500;text-decoration:none;transition:color .25s ease}.about-footer__link:hover{color:hsl(var(--foreground))}@media(min-width:640px){.about-hero__title{font-size:3.25rem}.about-hero__actions,.about-cta-panel__actions{flex-direction:row;flex-wrap:wrap}.about-hero__proofs{gap:1rem}.about-proof-card{padding:1.15rem}.about-card,.about-cta-panel{padding:2rem}.about-process-grid,.about-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.about-hero{padding-top:9rem;padding-bottom:5.5rem}.about-section{padding:5.25rem 0}.about-hero__proofs{grid-template-columns:repeat(4,minmax(0,1fr))}.about-hero__proofs--desktop{display:grid}.about-hero__proofs--mobile{display:none}.about-story-grid,.about-production-grid,.about-materials-grid,.about-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.about-value-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.about-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-cta-panel{grid-template-columns:minmax(0,1.3fr) minmax(20rem,.7fr);align-items:start}.about-footer__inner{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:end}}@media(min-width:1024px){.about-hero__layout{grid-template-columns:minmax(0,1.05fr) minmax(24rem,.95fr);gap:3rem}.about-hero__title{font-size:4.2rem}.about-section__title,.about-card__headline{font-size:2.35rem}.about-process-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.about-team-grid,.about-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.about-photo-card--hero{min-height:31rem}}
