:root{--background:#f5f4ef;--surface:#fff;--text:#23352e;--muted:#5e6862;--accent:#b94b25;--accent-hover:#963b1d;--border:#dce1d9;--dark:#20382f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}body.modal-open{overflow:hidden}[hidden]{display:none!important}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}figure{margin:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.15}h1{letter-spacing:-.045em;margin-bottom:24px;font-size:clamp(38px,5vw,64px)}h1 span{color:var(--accent);display:block}h2{letter-spacing:-.03em;margin-bottom:22px;font-size:clamp(28px,3.5vw,42px)}h3{font-size:23px}:focus-visible{outline-offset:5px;outline:3px solid #bd6a38}.container{width:min(1160px,100% - 40px);margin-inline:auto}section[id]{scroll-margin-top:110px}.skip-link{z-index:100;background:#fff;padding:12px;position:fixed;top:-100px;left:20px}.skip-link:focus{top:10px}.header{z-index:10;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:84px;display:flex}.brand{flex-direction:column;line-height:1.25;display:flex}.brand strong{letter-spacing:-.04em;font-size:29px}.brand span{color:var(--muted);margin-top:5px;font-size:12px}.navigation{flex-wrap:wrap;gap:24px;font-size:14px;font-weight:700;display:flex}.navigation a:hover,.text-link:hover{color:var(--accent)}.hero{padding:64px 0}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.hero-content,.hero-photo{min-width:0}.eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-size:12px;font-weight:700}.hero-description{max-width:480px;color:var(--muted);font-size:19px}.hero-actions{flex-wrap:wrap;gap:12px;margin:30px 0;display:flex}.button{border:1px solid var(--accent);background:var(--accent);color:#fff;text-align:center;border-radius:8px;justify-content:center;align-items:center;min-height:50px;padding:13px 20px;font-weight:700;line-height:1.3;transition:background .2s,color .2s;display:inline-flex}.button:hover{border-color:var(--accent-hover);background:var(--accent-hover)}.button-outline{color:var(--text);border-color:var(--border);background:0 0}.button-outline:hover{border-color:var(--text);background:var(--text);color:#fff}.button-full{width:100%}.hero-tags{flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none;display:flex}.hero-tags li{border:1px solid var(--border);color:var(--muted);border-radius:5px;padding:6px 10px;font-size:12px}.hero-photo{background:var(--dark);border-radius:16px;overflow:hidden}.hero-photo img{object-fit:cover;object-position:center 70%;width:100%;height:440px}.hero-photo figcaption{color:#fff;padding:16px 20px;font-size:13px}.section{padding:72px 0}.section-white{background:var(--surface)}.section-description{max-width:670px;color:var(--muted);margin-bottom:32px}.cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:32px;display:grid}.card{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex-direction:column;padding:28px;display:flex}.card-number{color:var(--accent);margin-bottom:30px;font-size:14px;font-weight:700}.card p{color:var(--muted)}.text-link{margin-top:auto;padding-top:12px;font-size:14px;font-weight:700}.gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.gallery a{border-radius:10px;display:block;overflow:hidden}.gallery img{object-fit:cover;width:100%;height:245px;transition:transform .25s}.gallery a:hover img{transform:scale(1.035)}.gallery figcaption{color:var(--muted);padding-top:12px;font-size:14px}.steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin-top:36px;padding-left:22px;display:grid}.steps li{padding-left:4px}.steps li::marker{color:var(--accent);font-weight:700}.steps h3{font-size:20px}.steps p{color:var(--muted);margin-bottom:0;font-size:14px}.section-dark{background:var(--dark);color:#fff}.section-dark .eyebrow{color:#ffc89e}.request-grid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.request-note{color:#cad8cf;margin-top:30px;font-size:14px}.request-panel{background:var(--surface);color:var(--text);border-radius:14px;padding:30px}label{margin-bottom:7px;font-size:14px;font-weight:700;display:block}input,select,textarea{width:100%;min-width:0;color:var(--text);background:#fff;border:1px solid #bdc8bd;border-radius:7px;margin-bottom:18px;padding:12px}textarea{resize:vertical}.fields{grid-template-columns:1fr 1fr;gap:16px;display:grid}.request-result{border-top:1px solid var(--border);margin-top:26px;padding-top:24px}.copy-status{color:var(--muted);margin:12px 0 0;font-size:13px}.footer{padding:28px 0;font-size:14px}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:16px;display:flex}.photo-dialog{width:min(1000px,100% - 32px);max-height:92vh;color:var(--text);border:0;border-radius:12px;padding:20px}.photo-dialog::backdrop{background:#000c}.dialog-toolbar{justify-content:flex-end;margin-bottom:12px;display:flex}.close-button{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:6px;padding:8px 12px}.photo-dialog img{object-fit:contain;width:100%;max-height:70vh}.photo-dialog p{margin:14px 0 0}@media (max-width:900px){.hero-grid,.request-grid{grid-template-columns:1fr;gap:32px}.hero-content{max-width:650px}.hero-photo img{height:400px}.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.cards,.gallery{gap:14px}.card{padding:20px}.gallery img{height:190px}}@media (max-width:640px){.header-inner{flex-wrap:wrap;gap:14px;padding-block:14px}.navigation{gap:18px;width:100%;font-size:12px}section[id]{scroll-margin-top:145px}.hero{padding:36px 0}.hero-description{font-size:17px}.hero-photo img{height:300px}.section{padding:48px 0}.cards,.gallery,.steps{grid-template-columns:1fr}.card-number{margin-bottom:18px}.gallery img{aspect-ratio:4/3;height:auto}.request-panel{padding:22px}.fields{gap:12px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}.work-group+.work-group{margin-top:44px}.work-group>h3{margin-bottom:20px}.header-inner{flex-wrap:wrap}.header-phone{white-space:nowrap;color:var(--accent);font-weight:700}.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:32px;display:grid}.contact-phone{color:var(--accent);font-size:24px;font-weight:700}.contact-address{font-style:normal}.request-fields{border:0;min-width:0;margin:0;padding:0}.consent-row{align-items:flex-start;gap:10px;margin:8px 0 20px;font-size:13px;font-weight:400;display:flex}.consent-row input{flex:0 0 18px;width:18px;height:18px;margin:3px 0 0;padding:0}.form-trap{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.request-status{overflow-wrap:anywhere;margin:16px 0 0;font-size:14px}.request-status--error{color:#a4371f}.request-status--success{color:#246740}.request-fields:disabled .button{opacity:.7;cursor:wait}@media (max-width:640px){.contact-grid{grid-template-columns:1fr}section[id]{scroll-margin-top:190px}}#works .gallery figure{background:#f5f6f2;border-radius:14px;flex-direction:column;margin:0;display:flex;overflow:hidden}#works .gallery figure>a,#works .gallery figure img{border-radius:0;display:block}#works .gallery figcaption{box-sizing:border-box;text-align:center;color:#23352e;flex:1;justify-content:center;align-items:center;min-height:84px;margin:0;padding:18px 20px;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:18px;font-weight:600;line-height:1.45;display:flex}#works .work-group>h3{margin-bottom:22px;font-size:24px;font-weight:700;line-height:1.3}@media (max-width:640px){#works .gallery figcaption{min-height:72px;padding:16px;font-size:17px}#works .work-group>h3{font-size:22px}}.hero-photo figcaption{box-sizing:border-box;text-align:center;color:#fff;background:#20382f;justify-content:center;align-items:center;min-height:84px;margin:0;padding:20px 24px;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:18px;font-weight:600;line-height:1.45;display:flex}@media (max-width:640px){.hero-photo figcaption{min-height:72px;padding:16px 18px;font-size:17px}}.hero-photo figcaption{min-height:0;padding:10px 18px;font-size:16px;line-height:1.35}.brand{flex-direction:row;align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand .brand-logo{flex-shrink:0;width:80px;height:auto;display:block}.brand .brand-text{flex-direction:column;gap:4px;display:flex}.brand .brand-name{color:#23352e;font-size:28px;font-weight:700;line-height:1.1}.brand .brand-region{color:#66716b;font-size:13px;line-height:1.35}@media (max-width:640px){.brand{gap:10px}.brand .brand-logo{width:64px}.brand .brand-name{font-size:24px}}.request-panel .request-description{box-sizing:border-box;color:#24372e;width:100%;min-height:140px;font:inherit;resize:vertical;background:#fff;border:1px solid #bdcabe;border-radius:10px;padding:14px 16px;line-height:1.5;display:block}.request-panel .request-description::placeholder{color:#68756d;opacity:1}.request-panel .request-description:focus-visible{outline-offset:2px;outline:2px solid #b54b25}.request-panel .request-description-hint{color:#68756d;margin:8px 0 20px;font-size:.875rem;line-height:1.5}
