:root{--bg: #f4f1eb;--surface: rgba(255, 255, 255, .64);--surface-strong: rgba(255, 255, 255, .8);--text: #1f1d1a;--muted: #6e675f;--line: rgba(31, 29, 26, .12);--accent: #8d755b;--shadow: 0 24px 80px rgba(31, 29, 26, .09);--container: min(1200px, calc(100% - 48px) );font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;min-height:100%}body{margin:0;color:var(--text);background:radial-gradient(circle at top left,rgba(141,117,91,.12),transparent 30%),linear-gradient(180deg,#f6f2eb,#efe9df);min-height:100vh}body,#app{min-height:100vh}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(31,29,26,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(31,29,26,.03) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 90%);mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 90%)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}main{display:block;flex:1 0 auto}.container{width:var(--container);margin:0 auto}.section{padding:48px 0;scroll-margin-top:108px}.home-page>.section{position:relative;min-height:0;padding:clamp(128px,13vh,150px) 0 clamp(34px,5vh,56px);margin:0;display:flex;align-items:center;border-top:0;opacity:0;transform:translateY(36px);transition:opacity .7s ease,transform .7s ease}.home-page>.section+.section{padding-top:clamp(34px,5vh,56px)}.home-page>.section.is-visible{opacity:1;transform:translateY(0)}.app-shell{position:relative;display:flex;flex-direction:column;min-height:100vh}.card-surface{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:28px}.eyebrow{margin:0 0 14px;color:var(--muted);text-transform:uppercase;letter-spacing:.2em;font-size:.78rem}.section-title,.project-title{margin:0;font-weight:600;letter-spacing:-.04em;line-height:.95}.section-title{font-size:clamp(2rem,4vw,4rem);max-width:12ch}.site-header{position:sticky;top:0;z-index:50;padding:20px 0 8px}html.home-scroll-page .site-header{position:fixed;left:0;right:0}.site-header__inner{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:14px 18px;border:1px solid var(--line);border-radius:999px;background:#f6f2ebb8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:14px}.brand__mark{width:48px;height:48px;flex:0 0 48px;border-radius:16px;padding:5px;background:#ffffff70;border:1px solid rgba(31,29,26,.1);box-shadow:0 10px 28px #1f1d1a1a}.brand strong{display:block;font-weight:600}.brand p,.site-footer p,.hero__lead,.content-block p,.benefit-card p,.project-card__body p,.project-summary,.details-card p,.gallery-card__caption p,.empty-state p,.loading-state{color:var(--muted)}.brand p,.site-footer p{margin:4px 0 0;font-size:.85rem}.site-nav{display:flex;flex-wrap:wrap;gap:10px}.site-nav a{padding:10px 16px;border-radius:999px;border:1px solid transparent;transition:.25s ease}.site-nav a:hover,.site-nav a.router-link-active{border-color:var(--line);background:#ffffff80}.hero__grid,.section-grid,.project-hero__grid,.details-grid{display:grid;gap:24px}.hero__grid,.project-hero__grid{grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);align-items:end}.hero__grid{align-items:start}.hero{padding-top:28px}.home-page>.hero{padding-top:clamp(128px,13vh,150px)}.hero__content{padding:0 0 8px}.hero h1{margin:0;font-size:clamp(3rem,4.8vw,5rem);line-height:.94;letter-spacing:-.06em;max-width:13.5ch;font-weight:600}.hero h1 span{display:inline-block;color:var(--accent)}.hero__lead{max-width:52ch;margin:18px 0 0;font-size:1.05rem;line-height:1.65}.hero__actions,.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.hero__actions{margin-top:22px;align-items:center;justify-content:flex-start}.button,.project-card__link,.back-link{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 22px;border-radius:999px;border:1px solid var(--line);overflow:hidden;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,transform .25s ease;will-change:transform}.button:before,.project-card__link:before,.back-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.38),transparent 80%);transform:translate(-130%);transition:transform .55s ease}.button:hover:before,.project-card__link:hover:before,.back-link:hover:before{transform:translate(130%)}.button--primary,.project-card__link:hover,.back-link:hover{color:#f6f2eb;background:#1f1d1a;border-color:#1f1d1a}.button:hover{box-shadow:0 14px 34px #1f1d1a29;transform:translateY(-3px)}.button--primary:hover,.project-card__link:hover,.back-link:hover{box-shadow:0 16px 40px #1f1d1a47}.button:active,.project-card__link:active,.back-link:active{box-shadow:0 8px 20px #1f1d1a29;transform:translateY(-1px) scale(.98)}.site-nav a,.contact-card,.project-card,.benefit-card{will-change:transform}.site-nav a:hover{box-shadow:0 10px 26px #1f1d1a14;transform:translateY(-2px)}.card-surface{transition:box-shadow .28s ease,transform .28s ease,border-color .28s ease}.contact-card:hover,.project-card:hover,.benefit-card:hover{border-color:#8d755b47;box-shadow:0 30px 85px #1f1d1a24}.hero__card,.project-highlight{padding:18px}.hero__card-top,.project-card__meta,.hero__card-bottom,.review-card__meta{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:.88rem}.hero__visual,.project-highlight__image,.project-card__media,.gallery-card__image{border-radius:24px}.hero__visual{margin:16px 0;min-height:clamp(260px,32vh,340px);background:#d8d3ca url(/hero-kitchen.jpg) center / cover no-repeat;box-shadow:inset 0 0 0 1px #ffffff3d}.hero__card-bottom p,.hero__card-bottom strong{margin:0}.section-grid{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);align-items:start}.section-grid--asymmetric{grid-template-columns:minmax(260px,.7fr) minmax(0,1fr)}.content-block,.benefit-card,.contact-card,.review-card,.details-card,.gallery-card,.empty-state,.loading-state{padding:28px}.content-block p,.benefit-card p,.project-summary,.details-card p,.gallery-card__caption p,.review-card__text{margin:0;font-size:1rem;line-height:1.8}.facts-list{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:14px}.facts-list li{display:flex;justify-content:space-between;gap:20px;padding-top:14px;border-top:1px solid var(--line)}.facts-list span{color:var(--muted)}.content-block__action{margin-top:26px}.benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:24px}.benefits-section{padding-top:clamp(24px,4vh,42px);padding-bottom:clamp(24px,4vh,42px)}.benefits-section .section-title{font-size:clamp(1.8rem,3.2vw,3.1rem);max-width:14ch}.benefits-section .benefits-grid{gap:18px;margin-top:18px}.benefits-section .benefit-card{min-height:210px;padding:22px}.benefits-section .benefit-card__mark{width:46px;height:46px;font-size:.82rem}.benefits-section .benefit-card h3{margin:22px 0 10px;font-size:1.28rem}.benefits-section .benefit-card p{line-height:1.55}.benefit-card{min-height:260px;display:flex;flex-direction:column;justify-content:space-between}.benefit-card__mark{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border:1px solid var(--line);border-radius:50%;color:var(--accent);font-size:.88rem}.benefit-card h3{margin:28px 0 12px;font-size:1.45rem;line-height:1.05;letter-spacing:-.04em}.projects-grid,.contacts-grid,.reviews-grid,.gallery-grid{display:grid;gap:22px}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.portfolio-preview{padding-top:clamp(24px,4vh,42px);padding-bottom:clamp(24px,4vh,42px)}.portfolio-preview .section-title{font-size:clamp(1.8rem,3.2vw,3.1rem);max-width:14ch}.portfolio-preview .projects-grid{gap:18px;margin-top:18px}.portfolio-preview .project-card__media{min-height:clamp(160px,22vh,220px)}.portfolio-preview .project-card__body{padding:18px}.portfolio-preview .project-card__body h3{margin:10px 0 8px;font-size:1.35rem}.portfolio-preview .project-card__body p{line-height:1.55}.portfolio-preview .project-card__link{min-height:42px;margin-top:12px}.projects-grid--full{margin-top:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.project-card{overflow:hidden}.project-card__media{min-height:280px;background-position:center;background-size:cover}.project-card__body{padding:22px}.project-card__body h3{margin:14px 0 10px;font-size:1.65rem;line-height:1.02;letter-spacing:-.04em}.project-card__link{margin-top:18px}.contacts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-card{min-height:132px;display:flex;flex-direction:column;justify-content:space-between}.contact-card:hover,.project-card:hover{transform:translateY(-4px)}.contact-card span,.review-card__meta span,.gallery-card__caption p{color:var(--muted)}.contact-card strong{font-size:1.2rem}.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-card__text{font-size:1.1rem}.review-card__meta{margin-top:18px;flex-direction:column;align-items:flex-start}.project-title{font-size:clamp(2.6rem,6vw,5rem);max-width:11ch}.project-summary{margin-top:18px;max-width:58ch}.project-highlight__image{min-height:360px;margin-bottom:18px}.details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.details-card--wide{grid-column:1 / -1}.facts-list--compact{margin-top:20px}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-card__image{min-height:260px;margin-bottom:16px}.breadcrumb-row{padding-top:12px}.empty-state,.loading-state{text-align:center}.empty-state h2{margin:0 0 12px;font-size:2rem}.site-footer{margin-top:0;padding:clamp(24px,3vw,38px) 0 22px;color:#f6f2eb;background:#11100f}.site-footer .eyebrow,.site-footer p{color:#f6f2eb9e}.site-footer__top,.site-footer__bottom{display:flex;justify-content:space-between;gap:24px}.site-footer__top{align-items:flex-start;padding-bottom:clamp(20px,3vw,30px);border-bottom:1px solid rgba(246,242,235,.16)}.site-footer__top h3{margin:0;color:#f6f2eb9e;font-size:.78rem;font-weight:400;line-height:1.4;letter-spacing:.2em;max-width:none;text-align:right;text-transform:uppercase}.site-footer__bottom{align-items:flex-end;padding-top:16px}.site-footer__contacts{display:flex;flex-wrap:wrap;gap:12px 18px}.site-footer__contacts a{color:#f6f2ebd1;transition:.25s ease}.site-footer__contacts a:hover{color:#f6f2eb}.site-footer__meta{text-align:right}@media(max-width:1100px){.hero__grid,.project-hero__grid,.section-grid,.section-grid--asymmetric,.benefits-grid,.projects-grid,.projects-grid--full,.contacts-grid,.reviews-grid,.gallery-grid,.details-grid{grid-template-columns:1fr}.section-head,.hero__actions,.site-footer__top,.site-footer__bottom{flex-direction:column;align-items:flex-start}.site-footer__meta{text-align:left}}@media(max-width:820px){:root{--container: min(100% - 28px, 1200px)}.site-header__inner{border-radius:28px;align-items:flex-start;flex-direction:column}.hero h1{max-width:none}.hero__visual,.project-highlight__image{min-height:300px}}@media(prefers-reduced-motion:reduce){.home-page>.section{opacity:1;transform:none;transition:none}}
