:root {
      --ink: #182125;
      --muted: #677476;
      --line: #dce4df;
      --paper: #f5f7f6;
      --surface: #ffffff;
      --graphite: #20292c;
      --graphite-2: #2c393d;
      --green: #9be83c;
      --green-soft: #e9f8cb;
      --violet: #7167d9;
      --violet-soft: #ebe9ff;
      --red: #ff4b3e;
      --shadow: 0 24px 70px rgba(21, 35, 39, .12);
      --radius: 22px;
      --max: 1180px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
    a { color: inherit; }
    .wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
    .topline { background: var(--graphite); color: #e9f1ed; font-size: 13px; }
    .topline-inner { display: flex; justify-content: space-between; gap: 24px; padding: 10px 0; }
    .topline a { text-decoration: none; font-weight: 700; }
    header { position: sticky; top: 0; z-index: 10; background: rgba(245,247,246,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(220,228,223,.8); }
    .nav { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
    .brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 900; letter-spacing: -.06em; line-height: .92; }
    .brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--green); color: var(--ink); font-size: 23px; transform: rotate(-7deg); }
    .brand-name { font-size: 18px; }
    .brand-name small { display: block; font-size: 10px; color: var(--violet); letter-spacing: .05em; text-transform: uppercase; margin-top: 5px; }
    nav { display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 700; color: #526164; }
    nav a { text-decoration: none; padding: 7px 0; position: relative; }
    nav a:hover, nav a.active { color: var(--ink); }
    nav a.active::after { content: ""; position: absolute; height: 3px; border-radius: 3px; bottom: 0; left: 0; right: 0; background: var(--green); }
    .nav-cta, button { border: 0; cursor: pointer; font: inherit; font-weight: 800; }
    .nav-cta { text-decoration: none; color: var(--ink); background: var(--green); padding: 12px 16px; border-radius: 10px; white-space: nowrap; }
    .menu { display: none; background: none; font-size: 24px; padding: 7px; }
    main { overflow: hidden; }
    .hero { padding: 84px 0 72px; position: relative; }
    .hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: var(--violet-soft); top: -180px; right: -180px; z-index: -1; animation: heroOrb 14s ease-in-out infinite alternate; transform-origin: 50% 50%; }
    .hero-grid { display: block; max-width: var(--max); }
    .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--violet); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 900; }
    .kicker::before { content: ""; width: 28px; height: 3px; background: var(--green); }
    h1, h2, h3, p { margin-top: 0; }
    h1 { width: 100%; max-width: none; margin: 18px 0 24px; font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: -.065em; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
    .button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 22px; border-radius: 11px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
    .hero-actions .button { min-height: 62px; padding: 0 30px; font-size: 17px; }
    .button:hover { transform: translateY(-2px); box-shadow: 0 11px 22px rgba(21,35,39,.12); }
    .button-primary { background: var(--red); color: white; }
    .button-secondary { color: var(--ink); border: 1px solid var(--line); background: var(--surface); }
    .hero-meta { display: flex; gap: 18px; margin-top: 56px; color: var(--muted); font-size: 13px; }
    .hero-meta strong { display: block; color: var(--ink); font-size: 24px; letter-spacing: -.04em; }
    .service-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 34px; position: relative; }
    .service-item { display: grid; grid-template-columns: 56px 1fr 34px; align-items: start; gap: 16px; min-height: 178px; border: 1px solid var(--line); border-radius: 18px; padding: 22px 20px; color: var(--ink); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
    .service-item:first-child { background: var(--green-soft); border-color: #b6df79; }
    .service-item:nth-child(2) { background: var(--violet-soft); border-color: #b7b1f0; }
    .service-item:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(21,35,39,.12); }
    .service-icon { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; color: var(--ink); font-size: 27px; background: var(--green); }
    .service-item:nth-child(2) .service-icon { background: var(--violet); color: white; }
    .service-item h2 { font-size: clamp(20px, 2.2vw, 28px); line-height: 1.05; letter-spacing: -.04em; margin: 1px 0 9px; }
    .service-item p { margin: 0; color: var(--muted); font-size: 14px; font-weight: 800; }
    .arrow { width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; color: var(--violet); font-size: 21px; }
    .service-item:first-child .arrow { color: #4d8b21; }
    section { padding: 92px 0; }
    .section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 38px; }
    .section-head h2 { font-size: clamp(32px, 4vw, 54px); line-height: 1; letter-spacing: -.06em; margin: 12px 0 0; }
    .section-head p { color: var(--muted); max-width: 430px; margin: 0; }
    .services { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .service-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .service-column { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
    .service-column h3 { display: flex; align-items: center; gap: 12px; font-size: 22px; letter-spacing: -.04em; margin-bottom: 22px; }
    .mini-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: var(--green); font-size: 19px; }
    .service-column:nth-child(2) .mini-icon { background: var(--violet); color: white; }
    .service-column ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; color: var(--muted); }
    .service-column li::before { content: "→"; color: var(--violet); font-weight: 900; margin-right: 9px; }
    .proof { background: var(--green); color: var(--ink); }
    .proof-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
    .proof h2 { font-size: clamp(34px, 5vw, 64px); letter-spacing: -.07em; line-height: .94; margin-bottom: 18px; }
    .proof p { max-width: 420px; color: #3f4c2f; }
    .proof-list { border-top: 1px solid rgba(24,33,37,.22); }
    .proof-row { display: grid; grid-template-columns: 35px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(24,33,37,.22); font-size: 18px; }
    .check { width: 25px; height: 25px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-size: 14px; font-weight: 900; }
    .reviews { background: var(--surface); }
    .review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .review { padding: 25px 26px 28px; background: var(--paper); border-radius: 16px; box-shadow: inset 0 4px 0 var(--violet); }
    .quote { color: var(--violet); font-size: 48px; line-height: .7; font-weight: 900; }
    .review strong { display: block; margin: 17px 0 10px; line-height: 1.3; }
    .review p { color: var(--muted); font-size: 14px; }
    .review cite { display: block; text-align: right; color: var(--ink); font-size: 13px; }
    .projects { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .projects-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
    .projects-head h2 { font-size: clamp(34px, 4vw, 56px); line-height: .98; letter-spacing: -.06em; margin: 12px 0 0; }
    .projects-head p { max-width: 380px; color: var(--muted); margin: 0; }
    .project-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
    .project-card { grid-column: span 4; display: block; overflow: hidden; color: var(--ink); text-decoration: none; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
    .project-card:nth-child(-n+2) { grid-column: span 6; }
    .project-card:hover { transform: translateY(-4px); border-color: var(--violet); box-shadow: 0 16px 32px rgba(21,35,39,.1); }
    .project-art { height: 218px; position: relative; overflow: hidden; background: #dfe7e3; }
    .project-art::before, .project-art::after { content: ""; position: absolute; }
    .project-art::before { left: 11%; right: 11%; bottom: 14%; height: 44%; border-radius: 8px; background: var(--graphite); box-shadow: 0 -22px 0 -10px rgba(255,255,255,.8); transform: perspective(420px) rotateX(48deg) rotateZ(-4deg); }
    .project-art::after { width: 42%; height: 16%; right: 12%; bottom: 29%; border-radius: 4px; background: var(--green); transform: rotate(-4deg); box-shadow: -106px 30px 0 -2px var(--violet), -212px 60px 0 -5px var(--red); }
    .project-art--office { background: #e9edf0; }
    .project-art--office::before { left: 18%; right: 18%; bottom: 13%; height: 50%; background: var(--violet); transform: perspective(420px) rotateX(50deg) rotateZ(2deg); }
    .project-art--office::after { width: 68%; height: 9%; right: 16%; bottom: 40%; background: var(--green); box-shadow: none; transform: rotate(2deg); }
    .project-art--retail { background: #d9e4df; }
    .project-art--retail::before { left: 7%; right: 7%; bottom: 15%; height: 42%; background: #253136; transform: perspective(420px) rotateX(44deg) rotateZ(-7deg); }
    .project-art--retail::after { width: 16%; height: 58%; left: 22%; bottom: 20%; background: var(--green); box-shadow: 62px 4px 0 var(--violet), 124px 8px 0 #f2c94c, 186px 12px 0 var(--red); transform: skewY(-7deg); }
    .project-art--custom { background: #20292c; }
    .project-art--custom::before { left: 13%; right: 13%; bottom: 13%; height: 50%; background: var(--surface); transform: perspective(420px) rotateX(48deg) rotateZ(5deg); }
    .project-art--custom::after { width: 54%; height: 20%; left: 23%; bottom: 28%; background: var(--violet); box-shadow: 0 0 0 12px var(--green-soft), 0 0 0 24px rgba(155,232,60,.18); transform: rotate(5deg); }
    .project-index { position: absolute; top: 18px; left: 18px; z-index: 1; color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
    .project-art--custom .project-index { color: var(--surface); }
    .project-info { padding: 20px 20px 22px; }
    .project-info h3 { margin: 0 0 7px; font-size: 21px; letter-spacing: -.035em; }
    .project-info p { margin: 0; color: var(--muted); font-size: 14px; }
    @media (max-width: 900px) { .project-card, .project-card:nth-child(-n+2) { grid-column: span 6; } }
    @media (max-width: 680px) { .projects-head { display: block; } .projects-head p { margin-top: 16px; } .project-grid { grid-template-columns: 1fr; } .project-card, .project-card:nth-child(-n+2) { grid-column: span 1; } .project-art { height: 190px; } }
    .contact { background: var(--violet-soft); }
    .contact-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 56px; align-items: start; }
    .contact h2 { font-size: clamp(38px, 5vw, 66px); line-height: .96; letter-spacing: -.07em; }
    .address { padding: 16px 20px; margin: 35px 0; background: rgba(255,255,255,.62); border-radius: 14px; }
    .address strong { font-size: 20px; }
    .address p { margin: 7px 0 0; color: var(--muted); }
    .contact-form { background: var(--surface); padding: 30px; border-radius: var(--radius); box-shadow: 0 20px 60px rgba(63, 56, 150, .12); }
    .contact-form h3 { font-size: 26px; letter-spacing: -.05em; margin-bottom: 6px; }
    .contact-form > p { color: var(--muted); font-size: 14px; margin-bottom: 24px; }
    label { display: grid; gap: 7px; font-size: 13px; font-weight: 800; margin-top: 15px; }
    input, textarea { min-height: 47px; border: 1px solid var(--line); border-radius: 9px; padding: 12px 13px; font: inherit; color: var(--ink); background: var(--paper); }
    textarea { min-height: 108px; resize: vertical; line-height: 1.45; }
    input:focus, textarea:focus { outline: 3px solid rgba(113,103,217,.2); border-color: var(--violet); }
    .form-submit { margin-top: 22px; width: 100%; background: var(--red); color: white; min-height: 50px; border-radius: 10px; }
    .form-status { min-height: 24px; margin: 12px 0 0; font-size: 13px; color: #397c27; }
    footer { background: var(--graphite); color: #d7e0dc; padding: 54px 0 28px; }
    .footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 38px; }
    footer .brand { color: white; }
    footer .brand-name small { color: var(--green); }
    footer p, footer a { color: #98a8a5; font-size: 13px; }
    footer a:hover { color: var(--green); }
    .footer-title { color: white; font-weight: 800; margin-bottom: 12px; }
    .footer-links { display: grid; gap: 7px; }
    .copyright { border-top: 1px solid #3e4b4e; margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; gap: 18px; font-size: 12px; color: #7e908d; }
    .reveal { animation: rise .8s cubic-bezier(.22,1,.36,1) both; }
    @keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes heroOrb { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(-28px, 24px, 0) scale(1.08); } }
    @media (prefers-reduced-motion: reduce) { .hero::before, .reveal { animation: none; } }
    @media (max-width: 900px) { nav { gap: 12px; } .nav-cta { display: none; } .hero-grid, .proof-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; } .hero { padding-top: 58px; } .hero-meta { margin-top: 32px; } .proof-grid { gap: 34px; } }
    @media (max-width: 680px) { .wrap { width: min(100% - 28px, var(--max)); } .topline-inner { flex-direction: column; gap: 2px; } header { position: relative; } .nav { min-height: 70px; } .menu { display: block; } nav { display: none; position: absolute; left: 14px; right: 14px; top: 70px; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; } nav.open { display: flex; } nav a { padding: 10px; } .hero { padding: 55px 0 48px; } h1 { font-size: clamp(44px, 14vw, 64px); } .hero-meta { gap: 13px; } .hero-meta strong { font-size: 20px; } section { padding: 62px 0; } .section-head { display: block; } .section-head p { margin-top: 16px; } .service-columns, .review-grid, .footer-grid { grid-template-columns: 1fr; } .service-column { padding: 22px; } .service-item { grid-template-columns: 52px 1fr 30px; gap: 12px; padding: 17px 8px; } .service-icon { width: 48px; height: 48px; font-size: 22px; } .service-item h2 { font-size: 18px; } .arrow { width: 30px; height: 30px; font-size: 18px; } .contact-grid { gap: 26px; } .contact-form { padding: 22px; } .copyright { flex-direction: column; margin-top: 28px; } }
.service-column { display: flex; flex-direction: column; }
    .service-column ul { margin-bottom: 28px; }
    .service-column .service-cta { margin-top: auto; align-self: flex-start; background: #7167d9; color: #fff; }
    .service-column#about { order: 2; }
    .service-column#mats { order: 1; }
    .service-column#about { background: #9be83c; border-color: #9be83c; }
    .service-column#about ul { color: #3f4c2f; }
    .service-column#about li::before { color: var(--ink); }
    .service-column#about { background: var(--paper); border-color: var(--line); }
    .service-column#about li::before { color: #9be83c; }
    .service-column#about .service-cta { background: #9be83c; color: var(--ink); }
    .service-column .service-cta { min-height: 62px; padding: 0 30px; font-size: 17px; }
    .form-submit { min-height: 62px; font-size: 17px; }
    .contact .address { background: var(--graphite); color: #fff; border: 1px solid var(--graphite-2); border-radius: 18px; padding: 24px; box-shadow: 0 18px 40px rgba(21,35,39,.14); position: relative; overflow: hidden; }
    .contact .address::before { content: "КОНТАКТЫ"; display: block; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .12em; margin-bottom: 18px; }
    .contact .address::after { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; background: var(--violet); opacity: .2; right: -40px; top: -40px; }
    .contact .address strong, .contact .address p, .contact .address a { position: relative; z-index: 1; }
    .contact .address strong { display: block; font-size: 23px; letter-spacing: -.025em; }
    .contact .address p { color: #c7d2cf; margin-top: 13px; }
    .contact .address a { color: #fff; text-decoration: none; font-weight: 700; }
    .contact .address a:hover { color: var(--green); }
    .contact .address p a[href^="tel:"] { display: inline-flex; align-items: center; gap: 8px; padding: 13px 16px; margin: 5px 0; border: 1px solid #526164; border-radius: 10px; background: var(--graphite-2); font-size: 16px; }
    .contact .address p a[href^="tel:"]::before { content: "☎"; color: var(--green); font-size: 13px; }
    .contact .address p a[href^="tel:"]:hover { background: var(--green); color: var(--ink); border-color: var(--green); }
    .contact .address p a[href^="tel:"]:hover::before { color: var(--ink); }
    .service-column#about { border-color: #9be83c; }
    .service-column#mats { border-color: #7167d9; }
    .service-column h3 a { color: inherit; text-decoration: none; }
    .nav-cta { font-weight: 400; }
    .proof { background: var(--surface); color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .proof p { color: var(--muted); }
    .proof-contact { display: grid; justify-items: start; gap: 10px; margin-top: 22px; color: var(--ink); font-size: 15px; font-weight: 700; }
    .proof-contact a { display: inline-flex; align-items: center; min-height: 42px; margin-left: 5px; padding: 0 13px; color: var(--ink); text-decoration: none; border: 1px solid var(--green); border-radius: 10px; background: var(--green); transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
    .proof-contact a:hover { color: #fff; border-color: var(--ink); background: var(--ink); transform: translateY(-2px); }
    .proof-cta { margin-top: 26px; }
    .proof-list, .proof-row { border-color: var(--line); }
    .hero-meta { display: inline-flex; gap: 24px; margin-top: 34px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.72); }
    .hero-meta strong { font-size: 16px; }
    .hero-meta span { font-size: 11px; }
    @media (max-width: 680px) { .service-column .service-cta { width: 100%; } }

.socials{display:flex;align-items:center;gap:8px}.social-link{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;text-decoration:none;font-size:15px;font-weight:900;color:#fff;transition:transform .2s,opacity .2s}.social-link:hover{transform:translateY(-2px);opacity:.86}.tiktok{background:#182125}.youtube{background:#ff4b3e}@media(max-width:680px){.socials{margin-left:auto;margin-right:4px}.social-link{width:32px;height:32px}}

html,body,body *{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}body *{letter-spacing:.001em!important}

h1,h2,h3,h4,.brand-name,.caption strong{letter-spacing:-.025em!important}

.brand-image{display:inline-flex;align-items:center;width:190px;min-width:190px;padding:8px 12px;border-radius:14px;background:transparent}.brand-image img{display:block;width:100%;height:auto;max-height:60px;object-fit:contain}@media(max-width:900px){.brand-image{width:165px;min-width:165px;padding:7px 10px}}@media(max-width:680px){.brand-image{width:142px;min-width:142px;padding:6px 8px;border-radius:11px}.brand-image img{max-height:48px}}

.brand-image{gap:10px;width:auto;min-width:0;padding:0;background:transparent}.brand-image-icon{display:block;width:76px;height:42px;overflow:hidden;position:relative;flex:none}.brand-image-icon img{position:absolute;width:178px;max-width:none;height:auto;left:-51px;top:0;filter:brightness(0) saturate(100%) invert(78%) sepia(92%) saturate(795%) hue-rotate(35deg) brightness(102%) contrast(88%)}.brand-wordmark{display:flex;flex-direction:column;line-height:.92;color:var(--ink);white-space:nowrap}.brand-wordmark strong{font-size:20px;letter-spacing:-.05em}.brand-wordmark small{margin-top:6px;font-size:12px;font-weight:800;letter-spacing:-.025em;color:var(--muted)}@media(max-width:680px){.brand-image{gap:7px}.brand-image-icon{width:58px;height:34px}.brand-image-icon img{width:144px;left:-41px}.brand-wordmark strong{font-size:16px}.brand-wordmark small{margin-top:4px;font-size:10px}}

.logo-picture{display:inline-flex;align-items:center;width:230px;min-width:230px;padding:0;background:transparent}.logo-picture .brand-header-logo{display:block;width:100%;height:auto;max-height:48px;object-fit:contain}@media(max-width:900px){.logo-picture{width:190px;min-width:190px}}@media(max-width:680px){.logo-picture{width:155px;min-width:155px}.logo-picture .brand-header-logo{max-height:34px}}

.footer-logo{display:inline-flex!important;width:230px;min-width:230px;padding:0!important}.footer-logo img{display:block;width:100%;height:auto;max-height:48px;object-fit:contain}@media(max-width:680px){.footer-logo{width:190px;min-width:190px}.footer-logo img{max-height:34px}}

.hero-grid{display:block;max-width:var(--max)}.service-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:34px;background:transparent;color:var(--ink);padding:0;box-shadow:none}.service-panel::before{display:none}.service-item{display:grid;grid-template-columns:56px 1fr 34px;align-items:start;gap:16px;min-height:178px;border:1px solid var(--line);border-radius:18px;padding:22px 20px;color:var(--ink);background:var(--surface);transition:transform .25s ease,box-shadow .25s ease}.service-item:first-child{background:var(--green-soft);border-color:#b6df79}.service-item:nth-child(2){background:var(--violet-soft);border-color:#b7b1f0}.service-item:hover{transform:translateY(-4px);background:var(--surface);box-shadow:0 16px 32px rgba(21,35,39,.12)}.service-icon{width:52px;height:52px;border-radius:15px;font-size:27px}.service-item:nth-child(2) .service-icon{background:var(--violet);color:#fff}.service-item h2{font-size:clamp(20px,2.2vw,28px);margin:1px 0 9px}.service-item p{margin:0;color:var(--muted);font-size:14px;font-weight:800}.arrow{width:34px;height:34px;border:1px solid currentColor;color:var(--violet);font-size:21px}.service-item:first-child .arrow{color:#4d8b21}@media(max-width:680px){.service-panel{grid-template-columns:1fr;gap:12px;margin-top:26px}.service-item{min-height:138px;grid-template-columns:48px 1fr 30px;gap:12px;padding:17px 14px}.service-icon{width:48px;height:48px;font-size:22px}.service-item h2{font-size:18px}.arrow{width:30px;height:30px;font-size:18px}}

.services,.projects{display:none}

.nav-cta { font-weight: 800; }

.button-primary,.form-submit{background:#ff4b3e;color:#fff}

@media (max-width: 900px) {
    header { position: sticky; }
    .nav { min-height: 70px; gap: 10px; }
    .logo-picture { width: 155px !important; min-width: 155px !important; min-height: 44px; }
    .social-link { width: 44px; height: 44px; }
    .menu { width: 44px; height: 44px; display: block; padding: 0; }
    .nav-cta { display: none; }
    nav { display: none; position: absolute; top: 70px; left: 14px; right: 14px; z-index: 30; flex-direction: column; align-items: stretch; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
    nav.open { display: flex; }
    nav a { min-height: 44px; display: flex; align-items: center; padding: 0 12px; }
    .proof-contact a, .footer-links a, .copyright > a { min-height: 44px; display: flex; align-items: center; }
  }
  @media (max-width: 680px) {
    html { overflow-x: clip; scroll-padding-top: 76px; }
    body { overflow-x: clip; font-size: 16px; }
    .wrap { width: auto; margin-inline: max(14px, env(safe-area-inset-left)) max(14px, env(safe-area-inset-right)); }
    .topline { font-size: 12px; line-height: 1.4; }
    .topline-inner { padding-block: 8px; overflow-wrap: anywhere; }
    header { position: sticky; }
    .nav { min-height: 64px; gap: 8px; }
    .logo-picture { width: clamp(132px, 42vw, 155px) !important; min-width: 0 !important; flex: 0 1 155px; }
    .logo-picture { min-height: 44px; }
    .logo-picture .brand-header-logo { width: 100%; max-height: 36px; object-fit: contain; }
    .socials { flex: 0 0 auto; gap: 6px; margin-left: auto; margin-right: 0; }
    .social-link, .menu { width: 44px; height: 44px; min-width: 44px; padding: 0; }
    nav { top: 64px; z-index: 30; max-height: calc(100dvh - 76px); overflow-y: auto; }
    nav a { min-height: 44px; display: flex; align-items: center; padding: 0 12px; }
    .hero { padding: 38px 0 46px; }
    h1 { max-width: 100%; font-size: clamp(34px, 10.8vw, 46px); line-height: .98; text-wrap: balance; }
    .service-panel { margin-top: 24px; }
    .service-item { min-height: 0; grid-template-columns: 44px minmax(0, 1fr) 32px; gap: 11px; padding: 16px 14px; }
    .service-icon { width: 44px; height: 44px; }
    .service-item h2 { overflow-wrap: anywhere; font-size: 17px; line-height: 1.1; }
    .arrow { width: 32px; height: 32px; }
    section { padding: 52px 0; }
    .section-head h2, .proof h2, .contact h2 { font-size: clamp(30px, 9.5vw, 40px); line-height: 1; text-wrap: balance; }
    .proof-row { grid-template-columns: 30px minmax(0, 1fr); gap: 12px; padding: 17px 0; font-size: 16px; }
    .proof-contact { width: 100%; }
    .proof-contact a, .proof-cta, .section-head > .button { width: 100%; min-height: 52px; justify-content: center; margin-left: 0; text-align: center; }
    .review { padding: 22px 20px 24px; }
    .contact .address { margin: 24px 0 0; padding: 20px; }
    .contact .address strong { font-size: 20px; }
    .contact .address p a[href^="tel:"] { width: 100%; min-height: 48px; justify-content: flex-start; padding: 10px 12px; }
    .contact-form { padding: 20px; }
    input, textarea { width: 100%; font-size: 16px; }
    .button, .form-submit { min-height: 52px; }
    .footer-grid { gap: 26px; }
    .footer-logo, .footer-links a, .copyright > a { min-height: 44px; display: flex; align-items: center; }
    footer a[href^="mailto:"] { overflow-wrap: anywhere; }
  }
  @media (max-width: 359px) {
    .logo-picture { width: 124px !important; flex-basis: 124px; }
    .nav { gap: 6px; }
    h1 { font-size: 33px; }
  }
  @media (pointer: coarse) {
    .social-link, .menu { min-width: 44px; min-height: 44px; }
    nav a { min-height: 44px; display: inline-flex; align-items: center; }
  }
