:root {
	--sto-black: #090909;
	--sto-dark: #1d1b1b;
	--sto-orange: #f7942d;
	--sto-blue: #e8f0fa;
	--sto-text: #171717;
	--sto-muted: #747474;
	--sto-line: #dddddd;
	--sto-shell: 1190px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--sto-text); background: #fff; font-family: Montserrat, Arial, sans-serif; font-size: 15px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.rsc-nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.18; }
.sto-shell { width: min(calc(100% - 90px), var(--sto-shell)); margin-inline: auto; }
.screen-reader-text, .rsc-skip-link { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.rsc-skip-link:focus { z-index: 9999; top: 10px; left: 10px; width: auto; height: auto; margin: 0; padding: 10px; clip: auto; background: #fff; }

.sto-header { position: relative; z-index: 100; color: #fff; background: var(--sto-black); }
.sto-header__top { display: grid; grid-template-columns: 1fr 180px 1.35fr; min-height: 78px; align-items: center; gap: 35px; }
.sto-topnav { display: flex; gap: 31px; align-items: center; }
.sto-topnav a, .sto-header__address { font-size: 13px; font-weight: 500; }
.sto-topnav a:hover { color: var(--sto-orange); }
.sto-search { display: flex; width: 170px; height: 42px; align-items: center; gap: 10px; padding: 0 17px; border-radius: 24px; background: #fff; }
.sto-search span { width: 15px; height: 15px; flex: 0 0 15px; border: 2px solid var(--sto-orange); border-radius: 50%; }
.sto-search span::after { display: block; width: 7px; height: 2px; margin: 11px 0 0 10px; content: ""; background: var(--sto-orange); transform: rotate(45deg); }
.sto-search input { width: 100%; min-width: 0; border: 0; outline: 0; color: #333; background: transparent; font-size: 13px; }
.sto-header__address { justify-self: end; }
.sto-header__address span { margin-right: 8px; color: #fff; font-size: 11px; }
.sto-header__rule { width: min(calc(100% - 90px), var(--sto-shell)); height: 1px; margin-inline: auto; background: rgba(255,255,255,.35); }
.sto-header__main { display: flex; min-height: 82px; align-items: center; gap: 35px; }
.sto-logo { width: 168px; flex: 0 0 168px; }
.sto-logo img { width: 100%; max-height: 61px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); }
.sto-mainnav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 40px); margin-left: auto; }
.sto-mainnav a { color: #fff; font-size: 14px; font-weight: 700; white-space: nowrap; }
.sto-mainnav a:hover { color: var(--sto-orange); }
.sto-phone { margin-left: auto; color: #fff; font-size: 14px; font-weight: 600; white-space: nowrap; }
.sto-phone span { margin-right: 8px; color: var(--sto-orange); font-size: 19px; }
.sto-menu-toggle { display: none; width: 44px; height: 40px; padding: 8px; border: 0; background: transparent; }
.sto-menu-toggle > span { display: block; height: 2px; margin: 5px 0; background: #fff; }

.sto-hero { position: relative; height: 560px; color: #fff; background-image: linear-gradient(90deg, rgba(4,12,24,.82) 0%, rgba(4,12,24,.44) 48%, rgba(4,12,24,.08) 100%), var(--sto-hero); background-position: center 45%; background-size: cover; }
.sto-hero__inner { display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-bottom: 82px; }
.sto-hero h1 { max-width: 790px; margin-bottom: 40px; color: #fff; font-size: clamp(34px, 4vw, 46px); font-weight: 500; letter-spacing: -.02em; }
.sto-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 29px; border: 0; border-radius: 2px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.sto-button:hover { transform: translateY(-2px); }
.sto-button--orange { color: #171717; background: var(--sto-orange); }
.sto-button--orange:hover { background: #ffa948; }
.sto-button--blue { min-height: 39px; padding: 10px 20px; color: #17243a; background: #e7effa; font-size: 11px; }
.sto-button--black { min-height: 42px; padding: 11px 22px; color: #fff; background: #111; }
.sto-button--outline { min-height: 40px; padding: 10px 20px; color: #fff; border: 1px solid rgba(255,255,255,.45); background: transparent; font-size: 11px; }
.sto-hero__dots { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(5, 1fr); min-height: 82px; }
.sto-hero__dots > div { display: flex; align-items: center; gap: 12px; padding: 18px 14px; border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.2); background: rgba(8,13,22,.47); }
.sto-hero__dots > div:last-child { border-right: 1px solid rgba(255,255,255,.2); }
.sto-hero__dots i { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border: 1px solid rgba(255,255,255,.4); font-size: 9px; font-style: normal; }
.sto-hero__dots span { font-size: 10px; font-weight: 600; }

.sto-popular { padding: 34px 0 70px; background: #fff; }
.sto-popular__grid { display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 35px; align-items: stretch; }
.sto-popular__intro { display: flex; flex-direction: column; align-items: flex-start; padding: 22px 12px 0 0; }
.sto-popular__intro h2 { margin-bottom: 25px; font-size: 25px; }
.sto-popular__intro p { margin-bottom: auto; color: #555; font-size: 11px; line-height: 1.65; }
.sto-popular__cards { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.sto-tall-card { position: relative; display: flex; min-height: 465px; overflow: hidden; flex-direction: column; justify-content: space-between; padding: 23px 20px; color: #fff; background-image: linear-gradient(180deg, rgba(4,10,18,.2), rgba(4,10,18,.02) 45%, rgba(4,10,18,.82)), var(--card-image); background-position: center; background-size: cover; }
.sto-tall-card::before { position: absolute; inset: 0; content: ""; background: rgba(8,18,29,.08); transition: background .25s ease; }
.sto-tall-card:hover::before { background: rgba(8,18,29,.22); }
.sto-tall-card > span, .sto-tall-card > div { position: relative; z-index: 1; }
.sto-tall-card > span { font-size: 9px; }
.sto-tall-card h3 { margin-bottom: 5px; font-size: 20px; }
.sto-tall-card strong { display: block; margin-bottom: 3px; font-size: 14px; }
.sto-tall-card small { font-size: 9px; }
.sto-popular__next { position: absolute; z-index: 2; top: 50%; right: -21px; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: #222; background: #fff; box-shadow: 0 6px 20px rgba(0,0,0,.14); font-size: 34px; line-height: 1; transform: translateY(-50%); }

.sto-mosaic { padding: 78px 0 85px; background: #f3f3f3; }
.sto-centered-title { margin: 0 auto 52px; text-align: center; }
.sto-centered-title h2 { margin-bottom: 14px; font-size: 27px; }
.sto-centered-title p { max-width: 670px; margin: 0 auto; color: #676767; font-size: 11px; }
.sto-mosaic__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-auto-rows: 255px; gap: 20px; }
.sto-image-card { position: relative; display: flex; overflow: hidden; flex-direction: column; justify-content: flex-end; padding: 20px; color: #fff; background-image: linear-gradient(180deg, rgba(9,15,22,.05), rgba(9,15,22,.75)), var(--card-image); background-position: center; background-size: cover; }
.sto-image-card--wide { grid-row: span 2; }
.sto-mosaic__grid .sto-image-card:last-child { grid-column: span 2; }
.sto-image-card::after { position: absolute; inset: 0; content: ""; background: transparent; transition: background .2s; }
.sto-image-card:hover::after { background: rgba(0,0,0,.14); }
.sto-image-card span, .sto-image-card h3, .sto-image-card small { position: relative; z-index: 1; }
.sto-image-card span { margin-bottom: auto; font-size: 9px; }
.sto-image-card h3 { margin: 0 0 5px; font-size: 20px; }
.sto-image-card small { font-size: 9px; }
.sto-center-button { margin: 42px 0 0; text-align: center; }

.sto-catalog { padding: 82px 0; background: #fff; }
.sto-catalog__lead { max-width: 620px; margin: -34px auto 38px; color: #777; text-align: center; font-size: 11px; }
.sto-filters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin-bottom: 35px; }
.sto-filters span { display: flex; flex-direction: column; gap: 8px; padding-bottom: 8px; border-bottom: 1px solid #bdbdbd; color: #969696; font-size: 9px; }
.sto-filters strong { color: #222; font-size: 11px; font-weight: 500; }
.sto-catalog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sto-catalog-card { border: 1px solid #ededed; background: #fff; transition: box-shadow .2s, transform .2s; }
.sto-catalog-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.09); }
.sto-catalog-card__image { position: relative; min-height: 245px; background-image: var(--card-image); background-position: center; background-size: cover; }
.sto-catalog-card__image b { position: absolute; top: 0; left: 0; padding: 8px 11px; color: #fff; background: #ed5a3e; font-size: 9px; }
.sto-catalog-card__body { padding: 18px 20px 22px; }
.sto-catalog-card__body h3 { margin-bottom: 17px; font-size: 18px; }
.sto-catalog-card__body strong { display: block; font-size: 16px; }
.sto-catalog-card__body span { color: #777; font-size: 9px; }

.sto-expert { padding: 0 0 80px; }
.sto-expert__inner { display: grid; min-height: 375px; grid-template-columns: 1.2fr 1fr; overflow: hidden; background: #eef0f2; }
.sto-expert__inner > div { display: flex; flex-direction: column; justify-content: center; padding: 48px 55px; }
.sto-expert h2 { max-width: 520px; margin-bottom: 23px; font-size: 25px; }
.sto-expert p { max-width: 500px; color: #777; font-size: 10px; }
.sto-inline-form { display: flex; max-width: 370px; gap: 9px; margin-top: 14px; }
.sto-inline-form > a:first-child { display: flex; flex: 1; align-items: center; padding: 0 16px; border: 1px solid #ddd; background: #fff; font-size: 12px; }
.sto-expert img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }

.sto-ready { padding: 10px 0 85px; background: #fff; }
.sto-ready__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.sto-ready-card { display: flex; min-height: 470px; flex-direction: column; justify-content: flex-end; padding: 23px; color: #fff; background-image: linear-gradient(180deg, transparent 40%, rgba(5,8,14,.86)), var(--card-image); background-position: center; background-size: cover; }
.sto-ready-card span { margin-bottom: 10px; font-size: 9px; }
.sto-ready-card h3 { margin: 0; font-size: 17px; }

.sto-guarantee { padding: 0 0 80px; }
.sto-guarantee__inner { display: grid; min-height: 410px; grid-template-columns: 360px 1fr; overflow: hidden; background: #dce8f3; }
.sto-guarantee__person { overflow: hidden; }
.sto-guarantee__person img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.sto-guarantee__content { padding: 48px 58px 42px; }
.sto-guarantee__content h2 { margin-bottom: 32px; font-size: 27px; }
.sto-guarantee__content ul { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 45px; margin: 0; padding: 0; list-style: none; }
.sto-guarantee__content li { position: relative; padding-left: 26px; }
.sto-guarantee__content li::before { position: absolute; top: 4px; left: 0; display: grid; width: 14px; height: 14px; place-items: center; content: "✓"; border-radius: 50%; color: #fff; background: #f5aa27; font-size: 9px; }
.sto-guarantee__content strong { display: block; margin-bottom: 3px; font-size: 11px; }
.sto-guarantee__content span { display: block; color: #68717b; font-size: 9px; }

.sto-service-life { padding: 0 0 90px; }
.sto-service-life__grid { display: grid; grid-template-columns: .75fr 1.35fr; gap: 50px; align-items: center; }
.sto-service-life h2 { max-width: 270px; margin-bottom: 65px; font-size: 26px; }
.sto-service-life h3 { margin-bottom: 18px; font-size: 17px; }
.sto-service-life p { color: #696969; font-size: 10px; line-height: 1.7; }
.sto-slider-count { display: flex; align-items: center; gap: 10px; margin-top: 45px; font-size: 10px; }
.sto-slider-count span { width: 60px; height: 1px; background: #222; }
.sto-service-life__photos { display: grid; grid-template-columns: 1.5fr 1fr; gap: 10px; height: 500px; }
.sto-service-life__photos img { width: 100%; height: 100%; object-fit: cover; }

.sto-dark-block { padding: 74px 0 100px; color: #fff; background: var(--sto-dark); }
.sto-centered-title--light h2 { color: #fff; }
.sto-faq-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sto-faq-grid a { display: flex; min-height: 335px; align-items: flex-end; padding: 20px; color: #fff; background-image: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.86)), var(--card-image); background-position: center; background-size: cover; font-size: 11px; font-weight: 600; }
.sto-about { max-width: 850px; padding-top: 80px; }
.sto-about h2 { margin-bottom: 18px; font-size: 36px; font-weight: 500; }
.sto-about > p { color: #fff; font-size: 16px; font-weight: 600; }
.sto-about__numbers { display: flex; gap: 65px; margin-top: 50px; }
.sto-about__numbers div { display: flex; flex-direction: column; }
.sto-about__numbers strong, .sto-about__numbers b { font-size: 46px; font-weight: 500; }
.sto-about__numbers b { color: #ef5d56; }
.sto-about__numbers span { font-size: 9px; }

.sto-dream { padding: 70px 0; color: #fff; background: #211f1f; }
.sto-dream__inner { display: grid; grid-template-columns: 1fr 430px; gap: 80px; align-items: center; }
.sto-dream h2 { max-width: 450px; margin-bottom: 20px; font-size: 24px; }
.sto-dream p { max-width: 500px; color: #aaa; font-size: 10px; }
.sto-dream__journal { display: grid; height: 290px; padding: 26px; color: #151515; background: #ead8c6; grid-template-columns: 1fr 1fr; gap: 8px; }
.sto-dream__journal span, .sto-dream__journal strong { grid-column: 1 / -1; font-size: 29px; line-height: .7; }
.sto-dream__journal i { border-top: 4px solid #b6a18d; background: repeating-linear-gradient(180deg, transparent 0 9px, #c5b29f 10px 11px); }

.sto-footer { color: #fff; background: #050505; }
.sto-footer__main { display: grid; grid-template-columns: 1.2fr .6fr .9fr; gap: 70px; padding: 62px 0; }
.sto-footer__col { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; color: #aaa; font-size: 10px; }
.sto-footer__col p { max-width: 350px; color: #777; }
.sto-footer__col strong { margin-bottom: 10px; color: #fff; font-size: 11px; }
.sto-footer__col a:hover { color: var(--sto-orange); }
.sto-footer__logo { width: 170px; margin-bottom: 12px; }
.sto-footer__logo img { width: 100%; filter: grayscale(1) brightness(0) invert(1); }
.sto-footer__bottom { display: flex; min-height: 66px; align-items: center; justify-content: space-between; border-top: 1px solid #262626; color: #666; font-size: 9px; }

/* Inner pages extend the same image-led composition as the home page. */
.rsc-page-hero { min-height: 430px; display: flex; align-items: flex-end; color: #fff; background-image: linear-gradient(90deg, rgba(4,12,24,.82), rgba(4,12,24,.16)), var(--page-hero-image); background-position: center; background-size: cover; }
.rsc-page-hero__inner, .rsc-container { width: min(calc(100% - 90px), var(--sto-shell)); margin-inline: auto; }
.rsc-page-hero__inner { padding: 72px 0 62px; }
.rsc-page-hero h1 { max-width: 940px; margin: 0; font-size: clamp(42px, 5.5vw, 68px); font-weight: 500; letter-spacing: -.035em; }
.sto-inner-heading { display: grid; grid-template-columns: .9fr 1fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.sto-inner-heading h2 { max-width: 520px; margin: 0; font-size: clamp(29px, 3.2vw, 43px); font-weight: 500; letter-spacing: -.03em; }
.sto-inner-heading p { max-width: 560px; margin: 0; color: #666; font-size: 14px; line-height: 1.7; }
.sto-inner-catalog { padding-top: 86px; }
.sto-inner-request { padding-top: 80px; }

.sto-blog { padding: 86px 0 95px; background: #f3f3f3; }
.sto-blog__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.sto-blog-card { display: grid; overflow: hidden; background: #fff; }
.sto-blog-card > img { width: 100%; height: 310px; object-fit: cover; }
.sto-blog-card > div { display: flex; min-height: 255px; flex-direction: column; align-items: flex-start; padding: 31px; }
.sto-blog-card h2 { margin-bottom: 16px; font-size: 24px; font-weight: 500; letter-spacing: -.02em; }
.sto-blog-card p { margin-bottom: 28px; color: #696969; font-size: 12px; line-height: 1.7; }
.sto-blog-card span { margin-top: auto; font-size: 11px; font-weight: 700; }
.sto-blog-card span b { margin-left: 8px; color: var(--sto-orange); font-size: 16px; }
.sto-blog-card:first-child { grid-column: 1 / -1; grid-template-columns: 1.35fr 1fr; }
.sto-blog-card:first-child > img { height: 460px; }
.sto-blog-card:first-child > div { min-height: 460px; justify-content: center; padding: 55px; }
.sto-blog-card:first-child h2 { font-size: clamp(29px, 3vw, 42px); }

.sto-contact { padding: 0 0 88px; color: #fff; background: #fff; }
.sto-contact__lead { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 600px; }
.sto-contact__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 65px; background: #1d1b1b; }
.sto-contact__copy h2 { max-width: 470px; margin-bottom: 24px; font-size: clamp(34px, 4vw, 52px); font-weight: 500; letter-spacing: -.035em; }
.sto-contact__copy p { max-width: 440px; margin-bottom: 32px; color: #aaa; font-size: 13px; line-height: 1.75; }
.sto-contact__links { display: flex; flex-direction: column; justify-content: center; padding: 45px 65px; color: #171717; background: #e8f0fa; }
.sto-contact__links > div { display: grid; grid-template-columns: 1fr 1.05fr; gap: 8px 32px; padding: 31px 0; border-bottom: 1px solid rgba(23,23,23,.22); }
.sto-contact__links > div:last-child { border-bottom: 0; }
.sto-contact__links span { grid-column: 1 / -1; color: #6f7883; font-size: 10px; }
.sto-contact__links strong { font-size: 13px; font-weight: 600; }
.sto-contact__links a { font-size: clamp(16px, 1.8vw, 24px); font-weight: 600; overflow-wrap: anywhere; }
.sto-contact__links a:hover { color: #a35d18; }
.sto-contact-place { padding: 0 0 90px; }
.sto-contact-place__grid { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 500px; background: #f0f0ee; }
.sto-contact-place__grid > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 60px; }
.sto-contact-place h2 { margin-bottom: 38px; font-size: 28px; }
.sto-contact-place__address { margin-bottom: 22px; font-size: clamp(28px, 3vw, 42px); font-weight: 500; line-height: 1.25; }
.sto-contact-place__grid > div > p:not(.sto-contact-place__address) { max-width: 390px; margin-bottom: 30px; color: #6f6f6f; font-size: 12px; line-height: 1.7; }
.sto-contact-place img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }

.sto-company-intro { padding: 90px 0; }
.sto-company-intro__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: center; }
.sto-company-intro h2 { margin-bottom: 28px; font-size: clamp(33px, 4vw, 52px); font-weight: 500; letter-spacing: -.035em; }
.sto-company-intro p { color: #606060; font-size: 15px; line-height: 1.8; }
.sto-company-intro img { width: 100%; height: 540px; object-fit: cover; }
.sto-company-process { padding: 82px 0; color: #fff; background: #1d1b1b; }
.sto-company-process h2 { margin-bottom: 45px; font-size: 30px; font-weight: 500; }
.sto-company-process__rows > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 28px 0; border-top: 1px solid #444; }
.sto-company-process__rows > div:last-child { border-bottom: 1px solid #444; }
.sto-company-process h3 { margin: 0; font-size: clamp(22px, 2.5vw, 34px); font-weight: 500; }
.sto-company-process p { max-width: 600px; margin: 0; color: #aaa; font-size: 13px; line-height: 1.75; }
.sto-company-guarantee { padding-top: 88px; }
.sto-company-area { padding-top: 10px; }
.sto-company-area .sto-service-life__grid > div:first-child { display: flex; flex-direction: column; align-items: flex-start; }
.sto-company-area .sto-service-life__grid h2 { margin-bottom: 25px; }
.sto-company-area .sto-service-life__grid p { margin-bottom: 25px; }

.sto-project-view { padding: 72px 0 88px; }
.rsc-project-gallery__stage { overflow: hidden; background: #ececec; }
.rsc-project-single__image { width: 100%; height: min(66vw, 720px); object-fit: cover; }
.rsc-project-gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.rsc-project-gallery__thumb { height: 120px; overflow: hidden; padding: 0; border: 2px solid transparent; background: #eee; cursor: pointer; opacity: .62; transition: opacity .2s, border-color .2s; }
.rsc-project-gallery__thumb:hover, .rsc-project-gallery__thumb.is-active { border-color: var(--sto-orange); opacity: 1; }
.rsc-project-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.sto-project-facts { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 38px; border-block: 1px solid #d8d8d8; }
.sto-project-facts div { padding: 23px 20px; border-left: 1px solid #d8d8d8; }
.sto-project-facts div:last-child { border-right: 1px solid #d8d8d8; }
.sto-project-facts span { display: block; margin-bottom: 8px; color: #777; font-size: 9px; }
.sto-project-facts strong { font-size: 15px; }
.sto-project-copy { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; padding-top: 70px; }
.sto-project-copy > div:first-child h2 { max-width: 650px; margin-bottom: 28px; font-size: clamp(32px, 4vw, 50px); font-weight: 500; letter-spacing: -.035em; }
.sto-project-copy > div:first-child p { max-width: 700px; color: #5e5e5e; font-size: 15px; line-height: 1.8; }
.sto-project-price { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 45px; color: #fff; background: #1d1b1b; }
.sto-project-price > span { margin-bottom: 12px; color: #aaa; font-size: 10px; }
.sto-project-price strong { margin-bottom: 18px; font-size: clamp(23px, 2.5vw, 32px); font-weight: 500; }
.sto-project-price p { margin-bottom: 28px; color: #aaa; font-size: 11px; line-height: 1.65; }
.sto-project-options { padding: 82px 0; background: #e8f0fa; }
.sto-project-options h2 { margin-bottom: 35px; font-size: clamp(31px, 3.5vw, 44px); font-weight: 500; }
.rsc-project-configurations { max-width: 920px; }
.rsc-project-configurations details { border-top: 1px solid #afbac7; }
.rsc-project-configurations details:last-child { border-bottom: 1px solid #afbac7; }
.rsc-project-configurations summary { position: relative; padding: 25px 50px 25px 0; cursor: pointer; font-size: 20px; font-weight: 600; list-style: none; }
.rsc-project-configurations summary::-webkit-details-marker { display: none; }
.rsc-project-configurations summary::after { position: absolute; top: 19px; right: 5px; content: "+"; font-size: 30px; font-weight: 300; }
.rsc-project-configurations details[open] summary::after { content: "−"; }
.rsc-project-configurations details > div { max-width: 720px; padding: 0 0 25px; color: #535d68; font-size: 13px; line-height: 1.75; }

.rsc-content-section { padding: 88px 0 98px; }
.rsc-content-narrow { max-width: 850px; margin-inline: auto; }
.rsc-entry { font-size: 16px; line-height: 1.85; }
.rsc-entry > p:first-of-type { font-size: 21px; line-height: 1.7; }
.rsc-entry h2 { margin-top: 1.8em; font-size: 32px; font-weight: 500; }
.rsc-entry h3 { margin-top: 1.6em; font-size: 23px; }
.rsc-entry a { color: #9c5b1b; text-decoration: underline; }
.rsc-entry figure { margin: 45px 0; }
.rsc-entry--plain { max-width: 920px; }
.rsc-article-date { display: block; margin-bottom: 35px; color: #777; font-size: 11px; }
.rsc-post-navigation { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 25px; border-top: 1px solid #ddd; font-size: 12px; font-weight: 600; }
.rsc-post-navigation span:last-child { text-align: right; }
.rsc-pagination { margin-top: 45px; text-align: center; }
.rsc-error { padding: 75px 0 100px; text-align: center; }
.rsc-error strong { display: block; margin-bottom: 10px; color: var(--sto-orange); font-size: 100px; font-weight: 500; line-height: 1; }
.rsc-error p { margin-bottom: 30px; }
.rsc-error__actions { display: flex; justify-content: center; gap: 10px; }
.rsc-button { display: inline-flex; min-height: 48px; align-items: center; padding: 12px 20px; border: 0; color: #fff; background: #171717; font-size: 11px; font-weight: 700; }
.rsc-button--dark { color: #fff; background: #171717; }

body.rsc-modal-open { overflow: hidden; }
.rsc-request-modal[hidden] { display: none !important; }
.rsc-request-modal { position: fixed; z-index: 1000; inset: 0; display: grid; padding: 20px; place-items: center; }
.rsc-request-modal__backdrop { position: absolute; inset: 0; background: rgba(4, 4, 4, .72); backdrop-filter: blur(4px); }
.rsc-request-modal__dialog { position: relative; z-index: 1; width: min(100%, 560px); max-height: calc(100vh - 40px); overflow: auto; padding: 42px 44px 38px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.rsc-request-modal__close { position: absolute; top: 15px; right: 16px; display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #222; background: #f1f1ef; cursor: pointer; font-size: 28px; font-weight: 300; line-height: 1; }
.rsc-request-modal__close:hover { color: #fff; background: #171717; }
.rsc-request-modal h2 { margin-bottom: 12px; font-size: 36px; font-weight: 500; }
.rsc-request-modal__lead { max-width: 430px; margin-bottom: 26px; color: #666; font-size: 13px; line-height: 1.65; }
.rsc-request-form { display: grid; gap: 15px; }
.rsc-request-form > label:not(.rsc-request-form__consent):not(.rsc-request-form__company) { display: grid; gap: 7px; }
.rsc-request-form label > span { font-size: 11px; font-weight: 700; }
.rsc-request-form label > span small { color: #999; font-size: 9px; font-weight: 400; }
.rsc-request-form input[type="text"], .rsc-request-form input[type="tel"], .rsc-request-form textarea { width: 100%; border: 1px solid #d8d8d8; border-radius: 0; outline: 0; color: #171717; background: #fafafa; font: inherit; font-size: 14px; }
.rsc-request-form input[type="text"], .rsc-request-form input[type="tel"] { height: 50px; padding: 0 14px; }
.rsc-request-form textarea { min-height: 88px; padding: 12px 14px; resize: vertical; }
.rsc-request-form input:focus, .rsc-request-form textarea:focus { border-color: #a76b2b; box-shadow: 0 0 0 2px rgba(167,107,43,.13); }
.rsc-request-form__consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: #666; cursor: pointer; }
.rsc-request-form__consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: #171717; }
.rsc-request-form__consent span { font-size: 9px !important; font-weight: 400 !important; line-height: 1.55; }
.rsc-request-form__consent a { color: #8f5a22; text-decoration: underline; }
.rsc-request-form__company { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.rsc-request-form__submit { width: 100%; min-height: 52px; justify-content: center; border: 0; cursor: pointer; }
.rsc-request-form__submit:disabled { cursor: wait; opacity: .65; }
.rsc-request-form__status { min-height: 0; margin: 0; padding: 0; font-size: 11px; line-height: 1.55; }
.rsc-request-form__status.is-success, .rsc-request-form__status.is-error { min-height: 42px; padding: 11px 13px; }
.rsc-request-form__status.is-success { color: #245b31; background: #eaf5ec; }
.rsc-request-form__status.is-error { color: #8f2727; background: #faeaea; }

@media (max-width: 1080px) {
	.sto-header__top { grid-template-columns: 1fr 170px 1fr; }
	.sto-topnav { gap: 18px; }
	.sto-header__address { font-size: 10px; }
	.sto-mainnav { gap: 18px; }
	.sto-mainnav a { font-size: 11px; }
	.sto-phone { font-size: 11px; }
	.sto-popular__grid { grid-template-columns: 220px 1fr; }
	.sto-tall-card { min-height: 410px; }
	.sto-guarantee__inner { grid-template-columns: 300px 1fr; }
}

@media (max-width: 820px) {
	.sto-shell, .rsc-container, .rsc-page-hero__inner { width: min(calc(100% - 40px), var(--sto-shell)); }
	.sto-header__top, .sto-header__rule { display: none; }
	.sto-header__main { min-height: 74px; }
	.sto-logo { width: 140px; flex-basis: 140px; }
	.sto-menu-toggle { display: block; margin-left: auto; }
	.sto-phone { margin-left: 0; }
	.sto-mainnav { position: fixed; z-index: 120; top: 74px; right: 0; bottom: 0; left: 0; display: flex; visibility: hidden; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; padding: 30px 22px; opacity: 0; background: #090909; transform: translateY(-10px); transition: .2s; }
	.sto-mainnav.is-open { visibility: visible; opacity: 1; transform: none; }
	.sto-mainnav a { width: 100%; padding: 17px 0; border-bottom: 1px solid #333; font-size: 16px; }
	.sto-hero { height: 610px; }
	.sto-hero__dots { grid-template-columns: repeat(3, 1fr); }
	.sto-hero__dots > div:nth-child(n+4) { display: none; }
	.sto-popular__grid { grid-template-columns: 1fr; }
	.sto-popular__intro { min-height: 220px; }
	.sto-popular__intro p { margin-bottom: 25px; }
	.sto-popular__cards { grid-template-columns: repeat(2, 1fr); }
	.sto-popular__cards .sto-tall-card:nth-of-type(3) { display: none; }
	.sto-mosaic__grid { grid-template-columns: 1fr 1fr; }
	.sto-image-card--wide { grid-row: span 1; grid-column: span 2; }
	.sto-mosaic__grid .sto-image-card:last-child { grid-column: span 1; }
	.sto-filters { grid-template-columns: repeat(2, 1fr); }
	.sto-catalog__grid, .sto-ready__grid { grid-template-columns: repeat(2, 1fr); }
	.sto-expert__inner { grid-template-columns: 1fr 1fr; }
	.sto-guarantee__inner { grid-template-columns: 260px 1fr; }
	.sto-guarantee__content { padding: 35px 30px; }
	.sto-guarantee__content ul { grid-template-columns: 1fr; gap: 15px; }
	.sto-service-life__grid { grid-template-columns: 1fr; }
	.sto-service-life h2 { max-width: none; margin-bottom: 25px; }
	.sto-faq-grid { grid-template-columns: repeat(2, 1fr); }
	.sto-dream__inner { grid-template-columns: 1fr 330px; gap: 35px; }
	.sto-footer__main { grid-template-columns: 1fr 1fr; }
	.sto-inner-heading { grid-template-columns: 1fr; gap: 22px; }
	.sto-blog-card:first-child { grid-template-columns: 1fr 1fr; }
	.sto-blog-card:first-child > img, .sto-blog-card:first-child > div { min-height: 380px; height: 380px; }
	.sto-blog-card:first-child > div { padding: 35px; }
	.sto-contact__lead { grid-template-columns: 1fr; }
	.sto-contact__copy, .sto-contact__links { padding: 50px; }
	.sto-contact-place__grid { grid-template-columns: 1fr 1.2fr; }
	.sto-contact-place__grid > div { padding: 40px; }
	.sto-company-intro__grid { grid-template-columns: 1fr 1fr; gap: 35px; }
	.sto-company-intro img { height: 470px; }
	.sto-company-process__rows > div { gap: 35px; }
	.sto-project-facts { grid-template-columns: repeat(3, 1fr); }
	.sto-project-facts div:nth-child(4), .sto-project-facts div:nth-child(5) { border-top: 1px solid #d8d8d8; }
	.sto-project-copy { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 560px) {
	.sto-shell, .rsc-container, .rsc-page-hero__inner { width: min(calc(100% - 28px), var(--sto-shell)); }
	.sto-phone { font-size: 10px; }
	.sto-phone span { display: none; }
	.sto-hero { height: 590px; background-position: 62% center; }
	.sto-hero__inner { justify-content: flex-start; padding-top: 95px; }
	.sto-hero h1 { max-width: 340px; margin-bottom: 30px; font-size: 35px; }
	.sto-hero__dots > div { padding: 12px 8px; }
	.sto-hero__dots span { font-size: 8px; }
	.sto-popular { padding-top: 20px; }
	.sto-popular__cards { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
	.sto-tall-card { min-width: 82vw; scroll-snap-align: start; }
	.sto-popular__cards .sto-tall-card:nth-of-type(3) { display: flex; }
	.sto-popular__next { display: none; }
	.sto-mosaic, .sto-catalog { padding: 60px 0; }
	.sto-mosaic__grid { display: flex; overflow-x: auto; }
	.sto-image-card { min-width: 82vw; min-height: 390px; }
	.sto-mosaic__grid .sto-image-card:last-child { grid-column: auto; }
	.sto-filters { grid-template-columns: 1fr 1fr; gap: 20px; }
	.sto-catalog__grid, .sto-ready__grid { grid-template-columns: 1fr; }
	.sto-expert__inner { grid-template-columns: 1fr; }
	.sto-expert__inner > div { padding: 35px 25px; }
	.sto-expert img { height: 300px; }
	.sto-inline-form { flex-direction: column; }
	.sto-inline-form > a:first-child { min-height: 44px; }
	.sto-ready-card { min-height: 420px; }
	.sto-guarantee__inner { grid-template-columns: 1fr; }
	.sto-guarantee__person { height: 380px; }
	.sto-guarantee__content { padding: 34px 24px; }
	.sto-service-life__photos { height: 380px; }
	.sto-service-life__photos img:last-child { display: none; }
	.sto-service-life__photos { grid-template-columns: 1fr; }
	.sto-faq-grid { display: flex; overflow-x: auto; }
	.sto-faq-grid a { min-width: 77vw; }
	.sto-about > p { font-size: 13px; }
	.sto-about__numbers { gap: 25px; }
	.sto-about__numbers strong, .sto-about__numbers b { font-size: 35px; }
	.sto-dream__inner { grid-template-columns: 1fr; }
	.sto-dream__journal { height: 250px; }
	.sto-footer__main { grid-template-columns: 1fr; gap: 35px; }
	.sto-footer__bottom { flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; padding: 20px 0; }
	.rsc-page-hero { min-height: 360px; }
	.rsc-page-hero__inner { padding-bottom: 45px; }
	.rsc-page-hero h1 { font-size: 39px; }
	.sto-inner-catalog, .sto-blog, .sto-company-intro, .sto-project-view, .rsc-content-section { padding-block: 60px; }
	.sto-blog__grid { grid-template-columns: 1fr; }
	.sto-blog-card:first-child { grid-column: auto; grid-template-columns: 1fr; }
	.sto-blog-card:first-child > img, .sto-blog-card:first-child > div { min-height: 0; height: auto; }
	.sto-blog-card:first-child > img, .sto-blog-card > img { height: 280px; }
	.sto-blog-card:first-child > div, .sto-blog-card > div { min-height: 250px; padding: 25px; }
	.sto-blog-card:first-child h2, .sto-blog-card h2 { font-size: 24px; }
	.sto-contact { padding-bottom: 60px; }
	.sto-contact__copy, .sto-contact__links { padding: 40px 25px; }
	.sto-contact__copy { min-height: 480px; }
	.sto-contact__links > div { grid-template-columns: 1fr; padding: 25px 0; }
	.sto-contact__links a { font-size: 20px; }
	.sto-contact-place { padding-bottom: 60px; }
	.sto-contact-place__grid { grid-template-columns: 1fr; }
	.sto-contact-place__grid > div { padding: 40px 25px; }
	.sto-contact-place img { min-height: 360px; height: 360px; }
	.sto-company-intro__grid { grid-template-columns: 1fr; }
	.sto-company-intro img { height: 380px; }
	.sto-company-process { padding-block: 60px; }
	.sto-company-process__rows > div { grid-template-columns: 1fr; gap: 12px; }
	.sto-company-guarantee { padding-top: 60px; }
	.rsc-project-single__image { height: 420px; }
	.rsc-project-gallery__thumb { height: 78px; }
	.sto-project-facts { grid-template-columns: repeat(2, 1fr); }
	.sto-project-facts div:nth-child(n) { border-top: 1px solid #d8d8d8; }
	.sto-project-facts div:first-child, .sto-project-facts div:nth-child(2) { border-top: 0; }
	.sto-project-copy { padding-top: 50px; }
	.sto-project-price { padding: 35px 25px; }
	.sto-project-options { padding-block: 60px; }
	.rsc-entry > p:first-of-type { font-size: 18px; }
	.rsc-post-navigation { flex-direction: column; }
	.rsc-post-navigation span:last-child { text-align: left; }
	.rsc-request-modal { padding: 10px; }
	.rsc-request-modal__dialog { max-height: calc(100vh - 20px); padding: 34px 22px 24px; }
	.rsc-request-modal h2 { padding-right: 35px; font-size: 29px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
