:root {
    --background: #faf7f2;
    --stone: #eee7de;
    --sand: #d9c9b8;
    --ink: #1d2438;
    --ink-soft: #6c6965;
    --terracotta: #be6848;
    --terracotta-dark: #a95236;
    --line: #d9c9b8;
    --white: #fff;
    --radius: 28px;
    --shadow: 0 24px 70px rgba(29, 36, 56, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--background); font-family: Manrope, sans-serif; font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body, button, input, select, textarea { font-family: Manrope, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; }
.shell { width: min(1320px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
.has-js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.has-js .reveal.is-visible { opacity: 1; transform: none; }

.top-strip { background: var(--stone); color: var(--ink-soft); font-size: 12px; letter-spacing: .02em; }
.top-strip__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.top-strip__inner > span { display: flex; align-items: center; gap: 9px; }
.top-strip__inner i { width: 7px; height: 7px; border-radius: 50%; background: var(--terracotta); box-shadow: 0 0 0 5px rgba(190,104,72,.14); }
.top-strip__inner div { display: flex; gap: 30px; }
.top-strip a { color: var(--ink); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 50; background: white; border-bottom: 1px solid rgba(217,201,184,.78); backdrop-filter: blur(18px); }
.header-row { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
.brand-logo { width: auto; max-width: 190px; height: 46px; object-fit: contain; }
.brand--light .brand-logo { filter: brightness(0) invert(1); }
.brand strong { font-family: 'DM Serif Display', serif; font-size: 31px; letter-spacing: .08em; line-height: 1; font-weight: 400; }
.brand-wave { position: relative; width: 35px; height: 26px; display: inline-block; transform: rotate(-9deg); }
.brand-wave b { position: absolute; left: 1px; width: 32px; height: 12px; border-bottom: 4px solid var(--terracotta); border-radius: 0 0 80% 80%; }
.brand-wave b:first-child { top: 0; }
.brand-wave b:last-child { top: 7px; left: 5px; width: 25px; border-color: var(--sand); }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--terracotta); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.header-phone { font-weight: 800; font-size: 14px; }
.button { min-height: 52px; padding: 0 26px; border: 0; border-radius: 999px; background: var(--terracotta); color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-weight: 800; font-size: 14px; box-shadow: 0 12px 26px rgba(190,104,72,.22); transition: transform .25s, background .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); background: var(--terracotta-dark); box-shadow: 0 16px 32px rgba(190,104,72,.28); }
.button--small { min-height: 44px; padding: 0 21px; font-size: 12px; }
.button--accent { background: var(--terracotta); color: #fff; box-shadow: 0 12px 28px rgba(190,104,72,.28); }
.button--accent:hover { background: var(--terracotta-dark); box-shadow: 0 16px 34px rgba(190,104,72,.34); }
.button--wide { width: 100%; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--stone); padding: 12px; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .25s; }
.mobile-menu { display: none; background: var(--background); border-top: 1px solid var(--line); }
.mobile-menu nav { padding: 22px 24px 30px; display: grid; gap: 16px; font-weight: 700; }

.hero { min-height: 760px; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--background) 0%, var(--stone) 100%); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(190,104,72,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(190,104,72,.1) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero-blob { position: absolute; border-radius: 48% 52% 67% 33% / 44% 48% 52% 56%; filter: blur(1px); }
.hero-blob--one { width: 570px; height: 570px; right: -170px; top: -120px; background: var(--sand); opacity: .88; transform: rotate(20deg); }
.hero-blob--two { width: 260px; height: 260px; right: 32%; bottom: -160px; background: var(--terracotta); opacity: .76; }
.hero__grid { min-height: 760px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 64px; position: relative; z-index: 2; }
.hero__copy { padding: 80px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow span { width: 42px; height: 3px; background: var(--terracotta); border-radius: 5px; }
.hero h1 { max-width: 700px; margin: 28px 0 24px; font-family: 'DM Serif Display', serif; font-weight: 400; font-size: clamp(64px, 6.6vw, 104px); line-height: .91; letter-spacing: -.045em; }
.hero__copy > p { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 17px; }
.hero__actions { display: flex; align-items: center; gap: 30px; margin: 38px 0 54px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 13px; border-bottom: 1px solid rgba(29,36,56,.28); padding-bottom: 5px; }
.text-link span { color: var(--terracotta); font-size: 18px; }
.hero__stats { display: flex; gap: 42px; }
.hero__stats div { display: grid; gap: 3px; padding-left: 16px; border-left: 2px solid var(--terracotta); }
.hero__stats strong { font-family: 'DM Serif Display', serif; font-size: 30px; line-height: 1; font-weight: 400; }
.hero__stats span { color: var(--ink-soft); font-size: 11px; max-width: 90px; line-height: 1.35; }
.hero__visual { min-height: 650px; position: relative; display: grid; place-items: center; }
.hero__product { position: relative; z-index: 3; width: min(490px, 92%); aspect-ratio: 1/1.08; padding: 35px; border-radius: 48% 52% 43% 57% / 55% 38% 62% 45%; background: rgba(250,247,242,.94); box-shadow: 0 40px 100px rgba(29,36,56,.16); transform: rotate(2deg); }
.hero__product img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; border-radius: 40%; transform: rotate(-2deg); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; }
.orbit--one { width: 570px; height: 280px; transform: rotate(-24deg); }
.orbit--two { width: 410px; height: 610px; transform: rotate(34deg); }
.hero__label { position: absolute; z-index: 5; width: 112px; height: 112px; padding: 22px; border-radius: 50%; display: grid; place-content: center; text-align: center; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; line-height: 1.4; box-shadow: var(--shadow); }
.hero__label strong { font-family: 'DM Serif Display', serif; font-size: 25px; font-weight: 400; letter-spacing: 0; }
.hero__label--top { top: 92px; right: 28px; background: var(--sand); }
.hero__label--bottom { left: 7px; bottom: 92px; background: var(--terracotta); color: #fff; }

.solutions { padding: 58px 0 30px; background: var(--background); }
.solutions__layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 38px; align-items: stretch; }
.solutions__intro { padding: 12px 12px 12px 0; }
.solutions__intro h2 { max-width: 300px; margin: 18px 0 20px; font-family: 'DM Serif Display',serif; font-size: 44px; font-weight: 400; line-height: .98; letter-spacing: -.025em; }
.solutions__intro p { max-width: 310px; margin: 0; color: var(--ink-soft); font-size: 13px; }
.solution-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.solution-card { position: relative; min-height: 265px; display: grid; grid-template-columns: 1fr 1.08fr; align-items: stretch; overflow: hidden; border: 1px solid rgba(217,201,184,.82); border-radius: 22px; transition: transform .3s, box-shadow .3s; }
.solution-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(29,36,56,.12); }
.solution-card--water { background: var(--stone); }
.solution-card--electric { background: var(--sand); }
.solution-card__copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; padding: 34px 10px 30px 32px; }
.solution-card small { color: var(--ink-soft); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.solution-card h3 { margin: 12px 0 20px; font-family: 'DM Serif Display',serif; font-size: 30px; font-weight: 400; line-height: 1.04; }
.solution-card__copy > span { margin-top: auto; display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; }
.solution-card__copy b { color: var(--terracotta); font-size: 16px; }
.solution-card img { align-self: stretch; width: 100%; height: 265px; padding: 20px; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s; }
.solution-card:hover img { transform: scale(1.04); }

.service-rail { background: var(--background); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-rail__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.service-point { min-height: 104px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 15px; padding: 22px 28px; border-right: 1px solid var(--line); }
.service-point:first-child { padding-left: 0; }
.service-point:last-child { padding-right: 0; border-right: 0; }
.service-point > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--stone); color: var(--terracotta); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.service-point p { margin: 0; display: grid; line-height: 1.35; }
.service-point strong { font-size: 12px; }
.service-point small { margin-top: 3px; color: var(--ink-soft); font-size: 10px; }

.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading--compact { grid-template-columns: 1fr auto; align-items: center; }
.section-heading > div, .catalog-list__heading > div { display: flex; align-items: flex-start; gap: 24px; }
.section-heading h2, .faq h2, .design-story h2, .contact h2, .manifesto span, .catalog-list__heading h2 { margin: 0; font-family: 'DM Serif Display', serif; font-weight: 400; font-size: clamp(42px, 5vw, 70px); line-height: 1; letter-spacing: -.035em; }
.section-heading > p { margin: 0; max-width: 500px; color: var(--ink-soft); font-size: 16px; }
.section-index { flex: 0 0 auto; display: inline-block; color: var(--terracotta); font-size: 10px; font-weight: 800; letter-spacing: .16em; border-top: 2px solid currentColor; padding-top: 7px; }
.section-index--light { color: var(--sand); }
.collections { background: var(--background); }
.collection-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.collection-card { min-height: 480px; position: relative; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 34px; padding: 45px; box-shadow: var(--shadow); transition: transform .35s, box-shadow .35s; }
.collection-card:hover { transform: translateY(-7px); box-shadow: 0 34px 90px rgba(29,36,56,.15); }
.collection-card--water { background: linear-gradient(135deg, var(--stone), var(--sand)); }
.collection-card--electric { background: linear-gradient(135deg, var(--background), var(--stone)); }
.collection-card__copy { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; }
.collection-card__number { font-family: 'DM Serif Display', serif; font-size: 56px; opacity: .18; line-height: 1; }
.collection-card small { margin-top: auto; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.collection-card h3 { margin: 10px 0 16px; font-family: 'DM Serif Display', serif; font-size: 42px; line-height: .98; font-weight: 400; }
.collection-card p { margin: 0 0 22px; font-size: 13px; max-width: 310px; }
.collection-card__count { margin-top: auto; font-size: 12px; font-weight: 800; display: inline-flex; align-items: center; gap: 10px; }
.collection-card__count b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; }
.collection-card__visual { position: relative; display: grid; place-items: center; }
.collection-card__disc { position: absolute; width: 340px; height: 340px; border-radius: 50%; background: rgba(255,255,255,.62); box-shadow: inset 0 0 0 1px rgba(255,255,255,.85); }
.collection-card__visual::after { content: ''; position: absolute; width: 390px; height: 190px; border: 1px solid rgba(29,36,56,.18); border-radius: 50%; transform: rotate(-28deg); }
.collection-card__visual img { position: relative; z-index: 2; width: 92%; height: 390px; object-fit: contain; mix-blend-mode: multiply; transition: transform .4s; }
.collection-card:hover img { transform: scale(1.045) rotate(2deg); }

.featured { background: var(--stone); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.product-card { min-width: 0; border-radius: 24px; overflow: hidden; background: var(--background); border: 1px solid rgba(217,201,184,.8); transition: transform .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(29,36,56,.12); }
.product-card__image { position: relative; display: block; height: 310px; padding: 22px; overflow: hidden; background: linear-gradient(145deg,var(--background),var(--stone)); }
.product-card__image::before { content: ''; position: absolute; width: 180px; height: 180px; right: -70px; top: -70px; border-radius: 50%; background: var(--sand); }
.product-card__image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .4s; }
.product-card:hover img { transform: scale(1.05); }
.product-card__type, .product-card__status { position: absolute; z-index: 3; left: 17px; top: 17px; border-radius: 999px; padding: 7px 11px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; background: var(--ink); color: #fff; }
.product-card__status { left: auto; right: 17px; background: var(--terracotta); color: #fff; }
.product-card__body { padding: 23px; }
.product-card h3 { height: 66px; overflow: hidden; margin: 0 0 13px; font-size: 14px; line-height: 1.55; }
.product-card__meta { display: flex; justify-content: space-between; gap: 12px; color: var(--ink-soft); font-size: 10px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.product-card__bottom { padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-card__price { display: grid; }
.product-card__price strong { font-family: 'DM Serif Display', serif; font-size: 23px; font-weight: 400; }
.product-card__price del { color: var(--ink-soft); font-size: 10px; }
.circle-link { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--sand); color: var(--terracotta); font-size: 18px; transition: background .25s, color .25s; }
.circle-link:hover { background: var(--terracotta); color: #fff; }
.image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--ink-soft); font-family: 'DM Serif Display', serif; font-size: 30px; }

.design-story { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.design-story__shape { position: absolute; right: -160px; top: -230px; width: 620px; height: 620px; border-radius: 50%; border: 120px solid rgba(190,104,72,.35); }
.design-story__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; position: relative; }
.design-story__visual { min-height: 650px; position: relative; display: grid; place-items: center; }
.design-story__image { width: 78%; height: 560px; border-radius: 160px 160px 32px 32px; overflow: hidden; background: var(--background); padding: 25px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.design-story__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.vertical-word { position: absolute; left: -18px; bottom: 60px; writing-mode: vertical-rl; transform: rotate(180deg); color: var(--sand); font-size: 9px; letter-spacing: .34em; }
.design-story__badge { position: absolute; right: 0; top: 80px; width: 125px; height: 125px; display: grid; place-items: center; border-radius: 50%; background: var(--terracotta); color: #fff; text-align: center; text-transform: uppercase; font-size: 10px; letter-spacing: .12em; transform: rotate(9deg); }
.design-story__copy h2 { max-width: 650px; margin: 20px 0 25px; font-size: clamp(52px,5.5vw,82px); }
.design-story__lead { max-width: 630px; margin: 0 0 46px; color: var(--sand); font-size: 16px; }
.advantage-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 38px; }
.advantage-list > div { position: relative; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.advantage-list span { position: absolute; right: 0; top: 20px; color: var(--sand); font-size: 10px; }
.advantage-list h3 { margin: 0 0 8px; color: #fff; font-size: 14px; }
.advantage-list p { margin: 0; color: var(--sand); font-size: 12px; }

.manifesto { padding: 95px 0; background: var(--stone); overflow: hidden; }
.manifesto__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.manifesto span { font-size: clamp(46px,6vw,82px); }
.manifesto i { width: 10px; height: 10px; border-radius: 50%; background: var(--terracotta); }
.manifesto p { width: 100%; max-width: 680px; margin: 26px auto 0; text-align: center; color: var(--ink-soft); }

.faq { background: var(--background); }
.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq__intro { position: sticky; top: 140px; }
.faq__intro h2 { margin: 22px 0 24px; }
.faq__intro p { max-width: 360px; color: var(--ink-soft); margin: 0 0 30px; }
.faq__list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 25px 0; border: 0; background: transparent; display: grid; grid-template-columns: 45px 1fr 30px; align-items: center; gap: 18px; color: var(--ink); text-align: left; }
.faq-item button > span { color: var(--terracotta); font-size: 10px; font-weight: 800; }
.faq-item button strong { font-size: 15px; }
.faq-item button i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--stone); font-style: normal; font-size: 18px; transition: transform .25s, background .25s, color .25s; }
.faq-item.is-open button i { transform: rotate(45deg); background: var(--terracotta); color: #fff; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { margin: 0; padding: 0 48px 28px 63px; color: var(--ink-soft); font-size: 13px; }

.contact { position: relative; overflow: hidden; background: var(--terracotta); color: #fff; }
.contact-decor { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.contact-decor--one { width: 650px; height: 650px; left: -300px; top: -260px; }
.contact-decor--two { width: 420px; height: 220px; right: -80px; bottom: -90px; transform: rotate(-25deg); }
.contact__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; position: relative; }
.contact__copy h2 { margin: 22px 0 24px; max-width: 520px; }
.contact__copy > p { max-width: 480px; color: var(--stone); }
.contact__details { display: grid; gap: 18px; margin-top: 45px; }
.contact__details a { display: grid; }
.contact__details span { color: var(--stone); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact__details strong { font-size: 18px; }
.contact__form { padding: 45px; border-radius: 32px; background: var(--background); color: var(--ink); box-shadow: 0 34px 90px rgba(29,36,56,.24); }

.order-form { display: grid; gap: 20px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1/-1; }
.form-field > span { font-size: 10px; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; color: var(--ink-soft); }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 13px; background: var(--background); color: var(--ink); padding: 13px 15px; font-size: 13px; outline: none; transition: border .2s, box-shadow .2s, background .2s; }
.form-field textarea { resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--terracotta); background: #fff; box-shadow: 0 0 0 4px rgba(190,104,72,.1); }
.form-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 11px; color: var(--ink-soft); cursor: pointer; }
.form-consent input { margin-top: 2px; accent-color: var(--terracotta); }
.form-alert { padding: 13px 15px; border-radius: 12px; background: var(--stone); color: var(--terracotta-dark); border: 1px solid var(--sand); font-size: 12px; }
.form-honeypot { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.selected-product { display: grid; gap: 4px; padding: 16px 18px; border-radius: 14px; background: var(--stone); border-left: 4px solid var(--terracotta); }
.selected-product span { color: var(--ink-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.selected-product strong { font-size: 12px; }
.selected-product em { color: var(--terracotta); font-style: normal; font-family: 'DM Serif Display',serif; font-size: 20px; }

.site-footer { position: relative; overflow: hidden; padding: 86px 0 38px; background: var(--ink); color: #fff; }
.footer-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.5fr .75fr .9fr 1fr; gap: 70px; }
.brand--light { color: #fff; }
.footer-brand p { max-width: 340px; margin: 24px 0 45px; color: var(--sand); }
.footer-brand small { color: var(--sand); }
.site-footer h3 { margin: 6px 0 24px; color: var(--sand); text-transform: uppercase; font-size: 9px; letter-spacing: .15em; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; font-size: 12px; }
.site-footer li a:hover, .footer-contact a:hover { color: var(--terracotta); }
.footer-contact { display: flex; flex-direction: column; gap: 9px; font-size: 12px; }
.footer-phone { font-family: 'DM Serif Display', serif; font-size: 24px!important; }
.footer-contact span { color: var(--sand); }
.footer-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); }
.footer-orbit--one { width: 520px; height: 210px; right: -100px; bottom: -90px; transform: rotate(-20deg); }
.footer-orbit--two { width: 230px; height: 430px; right: 40px; bottom: -210px; transform: rotate(30deg); }

.breadcrumbs { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; color: rgba(29,36,56,.58); font-size: 10px; }
.breadcrumbs a:hover { color: var(--terracotta); }
.catalog-hero { position: relative; overflow: hidden; min-height: 520px; }
.catalog-hero--water { background: linear-gradient(135deg,var(--stone),var(--sand)); }
.catalog-hero--electric { background: linear-gradient(135deg,var(--background),var(--stone)); }
.catalog-hero__grid { min-height: 520px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; position: relative; z-index: 2; }
.catalog-hero__copy small { display: block; margin-top: 45px; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 800; }
.catalog-hero h1 { margin: 12px 0 20px; font-family: 'DM Serif Display',serif; font-size: clamp(56px,7vw,94px); font-weight: 400; line-height: .9; max-width: 700px; }
.catalog-hero__copy p { max-width: 540px; }
.catalog-hero__copy > strong { display: block; margin-top: 30px; font-family: 'DM Serif Display',serif; font-size: 42px; font-weight: 400; }
.catalog-hero__copy > strong span { font-family: Manrope,sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.catalog-hero__image { height: 470px; position: relative; display: grid; place-items: center; }
.catalog-hero__image::before { content: ''; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: rgba(255,255,255,.65); }
.catalog-hero__image img { position: relative; z-index: 2; width: 80%; height: 430px; object-fit: contain; mix-blend-mode: multiply; }
.catalog-hero__ring { position: absolute; right: -100px; top: -160px; width: 620px; height: 620px; border: 1px solid rgba(29,36,56,.18); border-radius: 50%; }
.catalog-list { background: var(--stone); }
.category-switch { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 60px; }
.category-switch a { display: inline-flex; align-items: center; gap: 12px; padding: 13px 18px; border-radius: 999px; background: var(--background); border: 1px solid var(--line); font-size: 11px; font-weight: 800; }
.category-switch a span { display: grid; place-items: center; min-width: 24px; height: 24px; padding: 0 6px; border-radius: 50%; background: var(--stone); }
.category-switch a.is-active { color: #fff; background: var(--ink); border-color: var(--ink); }
.category-switch a.is-active span { background: var(--terracotta); }
.catalog-list__heading { margin-bottom: 35px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.catalog-list__heading h2 { font-size: 45px; }
.catalog-list__heading p { margin: 0; color: var(--ink-soft); font-size: 11px; }

.product-page { padding: 32px 0 0; background: var(--background); }
.product-breadcrumbs { margin-bottom: 30px; }
.product-detail { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start; padding-bottom: 100px; }
.product-gallery__main { height: 650px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 34px; background: linear-gradient(145deg,var(--background),var(--stone)); padding: 45px; }
.product-gallery__main img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-gallery__tag { position: absolute; z-index: 3; top: 22px; left: 22px; padding: 8px 12px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.product-gallery__orbit { position: absolute; width: 570px; height: 250px; border: 1px solid rgba(190,104,72,.22); border-radius: 50%; transform: rotate(-28deg); }
.product-gallery__thumbs { display: flex; gap: 10px; margin-top: 13px; overflow-x: auto; }
.product-gallery__thumbs button { flex: 0 0 82px; width: 82px; height: 82px; padding: 8px; border-radius: 14px; background: #fff; border: 1px solid var(--line); }
.product-gallery__thumbs button.is-active { border: 2px solid var(--terracotta); }
.product-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-summary { padding-top: 20px; position: sticky; top: 125px; }
.product-summary__stock { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-summary__stock i { width: 8px; height: 8px; border-radius: 50%; background: var(--sand); }
.product-summary__stock.is-available { color: var(--terracotta-dark); }
.product-summary__stock.is-available i { background: var(--terracotta); box-shadow: 0 0 0 5px rgba(190,104,72,.12); }
.product-summary h1 { margin: 22px 0 14px; font-family: 'DM Serif Display',serif; font-size: clamp(38px,4vw,58px); font-weight: 400; line-height: 1.02; }
.product-summary__model { color: var(--ink-soft); font-size: 10px; }
.product-summary__price { display: flex; align-items: baseline; gap: 14px; margin: 30px 0; }
.product-summary__price strong { font-family: 'DM Serif Display',serif; font-size: 38px; font-weight: 400; }
.product-summary__price del { color: var(--ink-soft); }
.product-specs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-bottom: 28px; }
.product-specs div { min-height: 84px; display: grid; align-content: center; gap: 4px; padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-specs span { color: var(--ink-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.product-specs strong { font-size: 12px; }
.product-promises { display: grid; gap: 11px; margin-top: 24px; color: var(--ink-soft); font-size: 11px; }
.product-promises b { display: inline-block; width: 28px; color: var(--terracotta); }
.product-information { display: grid; grid-template-columns: .45fr 1fr; gap: 80px; border-top: 1px solid var(--line); padding: 90px 0; }
.product-information h2 { font-family: 'DM Serif Display',serif; font-size: 44px; font-weight: 400; margin: 15px 0 0; }
.prose { color: var(--ink-soft); line-height: 1.85; }
.prose h2, .prose h3, .prose h4 { color: var(--ink); font-family: 'DM Serif Display',serif; font-weight: 400; line-height: 1.15; margin: 1.3em 0 .5em; }
.prose h2 { font-size: 34px; }.prose h3 { font-size: 25px; }
.prose p, .prose ul, .prose ol { margin: .75em 0; }
.prose ul, .prose ol { padding-left: 20px; }
.prose a { color: var(--terracotta); text-decoration: underline; }
.prose table { width: 100%; border-collapse: collapse; }.prose th,.prose td { border: 1px solid var(--line); padding: 10px; text-align: left; }
.product-order { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; margin-bottom: 40px; padding: 70px; border-radius: 38px; background: var(--terracotta); color: #fff; }
.product-order h2 { margin: 18px 0; font-family: 'DM Serif Display',serif; font-size: 50px; font-weight: 400; line-height: 1; }
.product-order__copy p { color: var(--stone); }
.product-order__form { padding: 35px; border-radius: 25px; background: var(--background); color: var(--ink); }
.related { padding-bottom: 120px; }

.standalone-form-page { min-height: 760px; position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.standalone-form-decor { position: absolute; left: -190px; top: -220px; width: 650px; height: 650px; border: 120px solid rgba(190,104,72,.42); border-radius: 50%; }
.standalone-form-page__grid { min-height: 760px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; position: relative; }
.standalone-form-page .breadcrumbs { color: var(--sand); margin-bottom: 65px; }
.standalone-form-page__copy h1 { max-width: 580px; margin: 20px 0; font-family: 'DM Serif Display',serif; font-size: clamp(58px,7vw,90px); line-height: .92; font-weight: 400; }
.standalone-form-page__copy > p { color: var(--sand); max-width: 570px; }
.standalone-form-page__facts { display: flex; gap: 35px; margin-top: 45px; }
.standalone-form-page__facts span { display: grid; font-size: 10px; color: var(--sand); }
.standalone-form-page__facts strong { font-family: 'DM Serif Display',serif; color: #fff; font-size: 35px; font-weight: 400; }
.standalone-form-page__form { padding: 45px; border-radius: 32px; background: var(--background); color: var(--ink); box-shadow: 0 36px 100px rgba(0,0,0,.3); }

.legal-page { position: relative; padding: 65px 0 110px; background: var(--stone); overflow: hidden; }
.legal-page__accent { position: absolute; right: -220px; top: -280px; width: 620px; height: 620px; border-radius: 50%; border: 100px solid var(--sand); }
.legal-page__article { position: relative; max-width: 1040px; }
.legal-page__article header { margin: 65px 0 42px; }
.legal-page h1 { max-width: 850px; margin: 18px 0 0; font-family: 'DM Serif Display',serif; font-size: clamp(48px,6vw,76px); line-height: .95; font-weight: 400; }
.legal-content { padding: 55px 65px; border-radius: 30px; background: var(--background); box-shadow: var(--shadow); }
.success-page { min-height: 700px; position: relative; overflow: hidden; display: grid; place-items: center; padding: 70px 24px; background: linear-gradient(135deg,var(--background),var(--stone)); }
.success-page__ring { position: absolute; width: 680px; height: 330px; border: 1px solid rgba(190,104,72,.28); border-radius: 50%; transform: rotate(-20deg); }
.success-page__card { position: relative; width: min(680px,100%); padding: 65px; border-radius: 35px; background: var(--background); box-shadow: var(--shadow); text-align: center; }
.success-page__icon { width: 78px; height: 78px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; background: var(--terracotta); color: #fff; font-size: 30px; }
.success-page small { color: var(--terracotta); letter-spacing: .15em; font-weight: 800; }
.success-page h1 { margin: 16px 0; font-family: 'DM Serif Display',serif; font-size: 56px; line-height: 1; font-weight: 400; }
.success-page p { color: var(--ink-soft); }.success-page > strong,.success-page__card > strong { display: block; margin: 20px 0; }
.success-page .button { margin-top: 18px; }
.content-section { background: var(--stone); }

@media (max-width: 1160px) {
    .desktop-nav { display: none; }
    .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .hero__grid { gap: 20px; }
    .hero__stats { gap: 22px; }
    .collection-card { padding: 34px; }
    .collection-card h3 { font-size: 35px; }
    .collection-card__visual img { height: 350px; }
    .design-story__grid, .contact__grid { gap: 60px; }
    .footer-grid { gap: 35px; }
}

@media (max-width: 900px) {
    .section { padding: 82px 0; }
    .header-actions { display: none; }.menu-button { display: block; }.mobile-menu.is-open { display: block; }
    .hero, .hero__grid { min-height: auto; }.hero__grid { grid-template-columns: 1fr; padding-bottom: 60px; }.hero__copy { padding: 70px 0 10px; }.hero__visual { min-height: 540px; }.hero-blob--one { right: -260px; top: auto; bottom: -50px; }
    .solutions__layout { grid-template-columns: 1fr; }.solutions__intro h2 { max-width: none; }.solutions__intro p { max-width: 520px; }
    .service-rail__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.service-point:nth-child(2) { border-right: 0; }.service-point:nth-child(3), .service-point:nth-child(4) { border-top: 1px solid var(--line); }.service-point:nth-child(3) { padding-left: 0; }
    .section-heading { grid-template-columns: 1fr; gap: 20px; }.section-heading--compact { grid-template-columns: 1fr auto; }
    .collection-grid { grid-template-columns: 1fr; }.collection-card { min-height: 430px; }
    .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .design-story__grid, .faq__grid, .contact__grid, .product-detail, .product-information, .product-order, .standalone-form-page__grid { grid-template-columns: 1fr; }
    .design-story__visual { min-height: 580px; }.design-story__image { height: 500px; }
    .faq__intro { position: static; }.faq__grid { gap: 45px; }
    .contact__grid { gap: 45px; }.contact__form { padding: 35px; }
    .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .catalog-hero__grid { grid-template-columns: 1fr 1fr; }
    .product-summary { position: static; }.product-gallery__main { height: 560px; }.product-detail { gap: 40px; }
    .product-information { gap: 35px; }.product-order { gap: 40px; padding: 48px; }
    .standalone-form-page__grid { padding: 75px 0; gap: 50px; }
}

@media (max-width: 620px) {
    .shell { width: min(100% - 28px,1320px); }.section { padding: 68px 0; }
    .top-strip__inner { min-height: 32px; }.top-strip__inner div span { display: none; }.top-strip__inner > span { font-size: 10px; }
    .header-row { height: 68px; }.brand-logo { max-width: 160px; height: 38px; }.brand strong { font-size: 27px; }
    .hero h1 { font-size: 56px; }.hero__copy > p { font-size: 14px; }.hero__actions { align-items: flex-start; flex-direction: column; margin-bottom: 40px; }.hero__stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }.hero__stats div { padding-left: 9px; }.hero__stats strong { font-size: 24px; }.hero__visual { min-height: 430px; }.hero__product { width: 94%; padding: 20px; }.hero__label { width: 82px; height: 82px; padding: 13px; }.hero__label--top { top: 45px; right: 0; }.hero__label--bottom { left: 0; bottom: 45px; }.orbit--one { width: 390px; }.orbit--two { width: 270px; height: 430px; }
    .solutions { padding: 48px 0 24px; }.solutions__layout { gap: 26px; }.solutions__intro h2 { font-size: 39px; }.solution-cards { grid-template-columns: 1fr; }.solution-card { min-height: 235px; }.solution-card img { height: 235px; padding: 14px; }.solution-card__copy { padding: 28px 8px 26px 24px; }.solution-card h3 { font-size: 27px; }
    .service-rail__grid { grid-template-columns: 1fr; }.service-point, .service-point:first-child, .service-point:nth-child(3), .service-point:last-child { min-height: 88px; padding: 18px 0; border-right: 0; border-top: 1px solid var(--line); }.service-point:first-child { border-top: 0; }
    .section-heading h2, .faq h2, .contact h2, .manifesto span { font-size: 46px; }.section-heading--compact { display: grid; grid-template-columns: 1fr; }
    .collection-card { grid-template-columns: 1fr; padding: 26px; min-height: 610px; }.collection-card__copy { min-height: 275px; }.collection-card h3 { font-size: 38px; }.collection-card__visual img { height: 290px; }.collection-card__disc { width: 270px; height: 270px; }
    .product-grid { grid-template-columns: 1fr; }.product-card__image { height: 360px; }.product-card h3 { height: auto; min-height: 45px; }
    .design-story__grid { gap: 45px; }.design-story__visual { min-height: 480px; }.design-story__image { width: 88%; height: 430px; }.design-story__badge { width: 95px; height: 95px; }.advantage-list { grid-template-columns: 1fr; }
    .manifesto__inner { justify-content: center; }.manifesto span { font-size: 48px; }.manifesto i { width: 7px; height: 7px; }
    .faq-item button { grid-template-columns: 30px 1fr 28px; gap: 10px; }.faq-answer p { padding-left: 40px; }
    .contact__form, .standalone-form-page__form { padding: 24px; border-radius: 22px; }.form-grid { grid-template-columns: 1fr; }.form-field--full { grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr; gap: 44px; }.site-footer { padding-top: 68px; }
    .catalog-hero__grid { grid-template-columns: 1fr; padding: 45px 0 25px; }.catalog-hero__copy small { margin-top: 30px; }.catalog-hero h1 { font-size: 58px; }.catalog-hero__image { height: 340px; }.catalog-hero__image img { height: 320px; }.catalog-hero__image::before { width: 290px; height: 290px; }
    .catalog-list__heading { align-items: flex-start; flex-direction: column; }.catalog-list__heading h2 { font-size: 38px; }
    .product-page { padding-top: 20px; }.product-gallery__main { height: 430px; padding: 24px; border-radius: 24px; }.product-summary h1 { font-size: 39px; }.product-detail { padding-bottom: 70px; }.product-information { padding: 65px 0; }.product-order { padding: 30px 22px; border-radius: 25px; }.product-order h2 { font-size: 40px; }.product-order__form { padding: 22px; }.related { padding-bottom: 80px; }
    .standalone-form-page__copy h1 { font-size: 57px; }.standalone-form-page__facts { gap: 22px; }.standalone-form-page__form { margin: 0; }
    .legal-page { padding: 40px 0 75px; }.legal-page__article header { margin: 45px 0 30px; }.legal-page h1 { font-size: 48px; }.legal-content { padding: 30px 22px; border-radius: 22px; }
    .success-page__card { padding: 45px 24px; }.success-page h1 { font-size: 44px; }
}
