:root {
  /* Фирменные токены синхронизированы с действующим makosha.site 2026-07-29. */
  --ink: #221710;
  --forest: #174b34;
  --forest-2: #123a29;
  --forest-light: #246346;
  --sage: #f6eee3;
  --cream: #f4eadb;
  --paper: #fbf7f0;
  --white: #fffdf8;
  --gold: #c38a31;
  --gold-2: #f0c779;
  --muted: #6d6258;
  --line: rgba(173, 121, 47, .22);
  --danger: #a33c34;
  --shadow: 0 24px 60px rgba(47, 34, 22, .12);
  --shadow-soft: 0 12px 38px rgba(47, 34, 22, .07);
  --radius: 26px;
  --shell: min(1180px, calc(100vw - 40px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 200; padding: 12px 18px; border-radius: 10px; background: var(--white); color: var(--forest); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; inset-block-start: 0; z-index: 50; background: linear-gradient(90deg, rgba(18,24,22,.97), rgba(23,75,52,.96) 58%, rgba(80,53,27,.84)); color: #fffaf1; backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(240,199,121,.18), 0 14px 40px rgba(26,18,12,.12); }
.header-row { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { width: 184px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-inline: auto; }
.desktop-nav a, .mobile-nav a { text-decoration: none; font-size: .92rem; font-weight: 700; color: rgba(255,250,241,.88); }
.desktop-nav a:hover { color: var(--gold-2); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.city-button { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; max-width: 180px; padding: 8px 12px; border: 1px solid rgba(230,197,139,.42); border-radius: 999px; background: rgba(255,255,255,.10); color: rgba(255,250,241,.9); box-shadow: inset 0 1px 0 rgba(255,255,255,.14); cursor: pointer; font-size: .87rem; font-weight: 700; }
.city-button span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: transparent; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }
.mobile-nav { padding: 8px 20px 22px; border-top: 1px solid rgba(255,255,255,.1); }
.mobile-nav a { display: block; padding: 12px 0; }
.mobile-nav .button { margin-top: 8px; text-align: center; }

.homepage-widgets { border-top: 1px solid rgba(240,199,121,.16); background: rgba(13,47,35,.82); }
.widget-row { min-height: 48px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; align-items: center; gap: 8px; }
.info-widget { display: flex; min-width: 0; align-items: center; gap: 10px; padding: 6px 10px; border: 0; border-radius: 10px; background: transparent; color: var(--white); text-align: left; cursor: pointer; }
.info-widget:hover { background: rgba(255,255,255,.08); }
.widget-icon { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(240,199,121,.22); border-radius: 50%; background: rgba(195,138,49,.15); color: var(--gold-2); font-size: 1.1rem; }
.widget-icon.moon { font-size: 1.3rem; }
.info-widget span:last-child { min-width: 0; display: flex; flex-direction: column; }
.info-widget strong { font-size: .8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.info-widget small { color: rgba(255,255,255,.6); font-size: .67rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.widget-date { color: rgba(255,255,255,.66); font-size: .73rem; white-space: nowrap; padding-left: 10px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; line-height: 1; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { border-color: var(--forest); background: var(--forest); color: #fffdf8; box-shadow: 0 12px 28px rgba(30,71,51,.18); }
.button-primary:hover { border-color: var(--forest-light); background: var(--forest-light); box-shadow: 0 16px 34px rgba(30,71,51,.22); }
.site-header .button-primary { border-color: rgba(230,197,139,.58); background: rgba(255,250,242,.92); color: var(--forest); box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 12px 30px rgba(48,31,18,.14); }
.site-header .button-primary:hover { border-color: var(--gold-2); background: var(--white); color: var(--forest); }
.button-ghost { border-color: rgba(255,255,255,.24); background: transparent; color: inherit; }
.wizard .button-ghost { color: var(--forest); border-color: var(--line); }
.button-light { border-color: rgba(195,138,49,.62); background: rgba(255,253,248,.92); color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 12px 30px rgba(48,31,18,.12); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.45); background: transparent; }
.button-dark { background: var(--forest); color: var(--white); }
.button-large { min-height: 54px; padding-inline: 27px; }

.hero { min-height: calc(100svh - 124px); position: relative; display: grid; align-items: end; color: var(--white); overflow: hidden; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; filter: saturate(.96) contrast(1.04); }
.hero-overlay { background: linear-gradient(90deg, rgba(12,17,14,.88) 0%, rgba(18,21,17,.70) 36%, rgba(21,18,14,.22) 68%, rgba(16,12,9,.18) 100%), linear-gradient(180deg, rgba(10,14,12,.55) 0%, rgba(20,17,13,.08) 36%, rgba(13,15,12,.48) 100%); }
.hero-content { width: min(100% - 64px, 1560px); position: relative; z-index: 1; padding-block: clamp(64px, 8vh, 112px) 44px; }
.eyebrow { margin: 0 0 15px; color: var(--gold-2); font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #8d6a2d; }
.hero h1, .section h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.hero h1 { max-width: 750px; font-size: clamp(48px, 5vw, 82px); line-height: 1; letter-spacing: -.025em; text-wrap: balance; }
.hero h1 em { color: var(--gold-2); font-style: normal; }
.hero-lead { max-width: 680px; margin: 22px 0 28px; color: rgba(255,250,241,.86); font-size: clamp(18px, 1.3vw, 22px); line-height: 1.5; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { position: relative; z-index: 3; border-top: 1px solid rgba(255,255,255,.72); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fffdf9, #f7eee1); }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; padding: 0; margin: 0 auto; list-style: none; }
.hero-facts li { display: flex; min-width: 0; flex-direction: column; gap: 7px; padding: 28px clamp(20px, 3vw, 44px); border-right: 1px solid var(--line); }
.hero-facts li:first-child { padding-left: 0; }
.hero-facts li:last-child { padding-right: 0; border-right: 0; }
.hero-facts strong { color: var(--forest); font-family: var(--serif); font-size: 22px; }
.hero-facts span { color: var(--muted); font-size: 14px; line-height: 1.55; }

.section { padding-block: clamp(72px, 8vw, 112px); }
.section h2 { color: var(--forest); font-size: clamp(36px, 4.2vw, 60px); line-height: 1.08; letter-spacing: -.02em; text-wrap: balance; }
.section h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 1.45rem; font-weight: 600; }
.section p { color: var(--muted); }
.section-heading { margin-bottom: 42px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: end; gap: 70px; }
.split-heading > p { margin: 0 0 6px; font-size: 1.06rem; }
.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.centered p:last-child { max-width: 600px; margin: 20px auto 0; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { min-height: 260px; display: flex; flex-direction: column; gap: 0; justify-content: flex-start; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 92% 4%, rgba(195,138,49,.13), transparent 34%), #fff; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(195,138,49,.42); box-shadow: var(--shadow); }
.service-card.featured { background: radial-gradient(circle at 92% 4%, rgba(195,138,49,.2), transparent 36%), #fff; color: var(--ink); }
.service-card p { max-width: 430px; margin: 8px 0 0; }
.service-card.featured p { color: var(--muted); }
.card-index { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 34px; border: 1px solid rgba(195,138,49,.42); border-radius: 50%; color: #95661f; font-family: var(--serif); font-weight: 700; font-size: .84rem; }

.process-section { background: radial-gradient(circle at 12% 12%, rgba(210,161,77,.14), transparent 28%), linear-gradient(135deg, #123a29, #1b533a 60%, #123a29); color: #fffaf1; }
.process-section h2 { color: #fffaf1; }
.process-section .section-heading p { color: rgba(255,255,255,.62); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.timeline li { position: relative; min-height: 250px; padding: 0 28px 0 0; }
.timeline li:not(:last-child)::after { content: ""; position: absolute; top: 25px; left: 54px; right: 18px; height: 1px; background: rgba(240,196,119,.30); }
.timeline li > span { display: grid; place-items: center; position: relative; z-index: 1; width: 50px; height: 50px; margin-bottom: 42px; border: 1px solid rgba(240,196,119,.54); border-radius: 50%; background: #174b34; color: #edc477; font-family: var(--serif); font-weight: 700; }
.timeline h3 { color: var(--white); }
.timeline p { color: rgba(255,255,255,.58); }

.trust-section { background: var(--white); }
.trust-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 80px; }
.trust-copy { position: sticky; top: 155px; }
.trust-copy > p:not(.eyebrow) { max-width: 510px; margin: 26px 0; font-size: 1.05rem; }
.text-link { display: inline-flex; gap: 10px; color: var(--forest); font-weight: 900; text-decoration: none; border-bottom: 1px solid var(--gold); }
.trust-list { display: grid; gap: 12px; }
.trust-list article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: radial-gradient(circle at 94% 8%, rgba(195,138,49,.11), transparent 32%), linear-gradient(145deg, #f8efe1, #fffdf8); box-shadow: var(--shadow-soft); }
.trust-list article > span { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(195,138,49,.34); border-radius: 50%; background: #fffdf8; color: var(--forest); font-weight: 900; }
.trust-list p { margin: 0; }

.partners-section { padding-block: 30px 100px; background: var(--white); }
.partners-card { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 50px; padding: clamp(36px, 6vw, 76px); border: 1px solid rgba(240,199,121,.16); border-radius: 30px; background: radial-gradient(circle at 8% 20%, rgba(221,171,86,.16), transparent 30%), #153f2d; color: #fffaf1; box-shadow: var(--shadow); }
.partners-card h2 { color: #fffaf1; }
.partners-card h2 { max-width: 720px; }
.partners-card p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.68); }
.partner-actions { display: flex; flex-direction: column; gap: 12px; }

.estimate-section { background: var(--cream); }
.estimate-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.estimate-copy { position: sticky; top: 155px; }
.estimate-copy > p:not(.eyebrow) { font-size: 1.05rem; }
.privacy-note { display: flex; gap: 12px; padding: 18px; margin-top: 30px; border: 1px solid rgba(23,61,49,.18); border-radius: 16px; color: var(--forest); font-size: .9rem; }
.wizard { min-width: 0; padding: clamp(24px, 4vw, 46px); border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--shadow); }
.wizard-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 36px; }
.wizard-progress button { min-width: 0; display: flex; align-items: center; gap: 8px; padding: 0 0 12px; border: 0; border-bottom: 2px solid var(--line); background: transparent; color: #8a8e8b; text-align: left; font-size: .78rem; font-weight: 800; }
.wizard-progress button.active { border-color: var(--gold); color: var(--forest); }
.wizard-progress span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #ede9e0; }
.wizard-progress button.active span { background: var(--gold); color: #2b2519; }
.wizard-step { min-height: 230px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wizard label, .dialog-card label { display: grid; gap: 7px; margin-bottom: 18px; color: var(--ink); font-size: .82rem; font-weight: 800; }
.wizard input:not([type="checkbox"]), .wizard textarea, .dialog-card input, .dialog-card select { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.82); color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,.7); outline: 0; }
.wizard input:focus, .wizard textarea:focus, .dialog-card input:focus, .dialog-card select:focus { border-color: rgba(195,138,49,.66); box-shadow: 0 0 0 3px rgba(195,138,49,.18); }
.wizard fieldset { padding: 0; border: 0; }
.wizard legend { margin-bottom: 12px; font-size: .82rem; font-weight: 800; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.choice { margin: 0 !important; }
.choice input { position: absolute; opacity: 0; }
.choice span { display: block; padding: 13px; border: 1px solid var(--line); border-radius: 12px; font-weight: 700; cursor: pointer; }
.choice input:checked + span { border-color: var(--forest); background: var(--sage); color: var(--forest); }
.file-field { padding: 14px; border: 1px dashed rgba(23,61,49,.35); border-radius: 12px; }
.file-field span { color: var(--muted); font-weight: 500; }
.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: start; }
.consent input { margin: 4px 0 0; }
.consent-box { padding: 18px; border: 1px solid rgba(23,61,49,.24); border-radius: 14px; background: #f8faf8; }
.consent-box legend { padding: 0 8px; color: var(--forest); font-size: .84rem; font-weight: 800; }
.consent-box .consent span, .consent-box p { font-size: .82rem; line-height: 1.55; }
.consent-box p { margin: 12px 0 0 30px; color: var(--muted); }
.consent-box a { color: var(--forest); font-weight: 750; }
.legal-page { min-height: 100vh; background: var(--cream); }
.legal-header { padding: 28px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.legal-header .shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-header img { width: 180px; height: auto; }
.legal-content { max-width: 900px; padding-top: 64px; padding-bottom: 80px; }
.legal-content h1 { max-width: 780px; font-size: clamp(2rem, 5vw, 4rem); }
.legal-content h2 { margin-top: 38px; color: var(--forest); font-size: 1.35rem; }
.legal-content li { margin: 8px 0; }
.legal-meta { padding: 18px; border-radius: 14px; background: var(--sage); }
.legal-warning { padding: 16px; border-left: 4px solid var(--gold); background: #fff8e8; }
.wizard-actions { display: flex; justify-content: flex-end; gap: 10px; padding-top: 16px; border-top: 1px solid var(--line); }
.form-error { margin: 10px 0; color: var(--danger) !important; font-weight: 700; }
.form-success { padding: 22px; margin-top: 20px; border-radius: 16px; background: var(--sage); }
.form-success p { margin-bottom: 0; }

.visit-section { padding-block: 70px; background: radial-gradient(circle at 8% 20%, rgba(221,171,86,.16), transparent 30%), #153f2d; color: #fffaf1; }
.visit-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.visit-row h2 { color: #fffaf1; font-size: clamp(2.3rem, 4vw, 4rem); }
.visit-section .eyebrow { color: #edc477; }
.visit-section .button-dark { border-color: #d9a754; background: #d9a754; color: #1a2f24; }

.site-footer { position: relative; padding-block: 70px 24px; overflow: hidden; border-top: 1px solid rgba(180,122,34,.26); background: radial-gradient(circle at 14% 30%, rgba(180,122,34,.16), transparent 32%), linear-gradient(135deg, #fffaf1 0%, #f5eadc 46%, #e7d7bf 100%); color: #2d241c; box-shadow: inset 0 1px 0 rgba(255,255,255,.9); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-grid h2 { margin: 0 0 15px; color: #95661f; font-family: var(--sans); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin: 9px 0; color: rgba(45,36,28,.72); font-size: .86rem; text-decoration: none; }
.footer-grid a:hover { color: var(--forest); }
.footer-brand img { width: 220px; height: auto; filter: drop-shadow(0 14px 28px rgba(62,43,25,.12)); }
.footer-brand p { max-width: 340px; color: rgba(45,36,28,.68); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 28px; margin-top: 50px; border-top: 1px solid rgba(180,122,34,.22); color: rgba(45,36,28,.56); font-size: .75rem; }

.city-dialog { width: min(560px, calc(100vw - 28px)); max-height: calc(100dvh - 28px); padding: 0; border: 1px solid var(--line); border-radius: 24px; overflow: auto; background: var(--white); box-shadow: 0 30px 100px rgba(47,34,22,.3); }
.city-dialog::backdrop { background: rgba(5,21,16,.72); backdrop-filter: blur(5px); }
.widget-dialog { width: min(640px, calc(100vw - 28px)); }
.dialog-card { padding: 30px; }
.dialog-head { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 24px; }
.dialog-head h2 { margin: 0; font-family: var(--serif); font-size: 2.4rem; }
.dialog-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.5rem; cursor: pointer; }
.dialog-card > p { color: var(--muted); font-size: .83rem; }
.dialog-card .button-ghost { color: var(--forest); border-color: var(--line); }
.widget-dialog-summary { display: grid; grid-template-columns: 56px minmax(0, 1fr); align-items: center; gap: 16px; padding: 18px; margin-bottom: 22px; border: 1px solid rgba(23,61,49,.14); border-radius: 16px; background: var(--sage); }
.widget-dialog-summary > span:first-child { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--forest); color: var(--gold-2); font-size: 1.7rem; }
.widget-dialog-summary > div { min-width: 0; display: grid; gap: 3px; }
.widget-dialog-summary strong { color: var(--forest); font-size: 1rem; }
.widget-dialog-summary span:not(:first-child) { color: var(--ink); font-weight: 750; }
.widget-dialog-summary small { color: var(--muted); }
.dialog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.date-navigation, .dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.date-navigation { margin: -2px 0 20px; }
.date-navigation .button { flex: 1 1 150px; }
.dialog-actions { justify-content: flex-end; padding-top: 18px; border-top: 1px solid var(--line); }

@media (max-width: 1160px) {
  .desktop-nav, .desktop-only { display: none; }
  .header-row { min-height: 70px; }
  .header-actions { margin-left: auto; }
  .menu-button { display: block; }
  .widget-row { grid-template-columns: repeat(3, 1fr); }
  .widget-date { display: none; }
  .split-heading, .trust-grid, .estimate-layout { grid-template-columns: 1fr; gap: 42px; }
  .trust-copy, .estimate-copy { position: static; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .partners-card { grid-template-columns: 1fr; }
  .partner-actions { flex-direction: row; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 680px) {
  :root { --shell: min(calc(100% - 28px), 1180px); }
  .brand { width: 146px; }
  .city-button { max-width: 132px; font-size: .76rem; }
  .widget-row { min-width: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-block: 4px; }
  .info-widget { gap: 5px; padding-inline: 3px; }
  .widget-icon { width: 24px; height: 24px; flex: 0 0 auto; font-size: .85rem; }
  .info-widget strong { font-size: .66rem; }
  .info-widget small { display: none; }
  .hero { min-height: calc(100svh - 122px); }
  .hero-overlay { background: linear-gradient(90deg, rgba(12,17,14,.88), rgba(18,21,17,.5)), linear-gradient(180deg, rgba(10,14,12,.55), rgba(13,15,12,.55)); }
  .hero-content { width: min(100% - 24px, 560px); padding-block: 52px 28px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .hero-actions .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts li { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-facts li:last-child { border-bottom: 0; }
  .section { padding-block: 72px; }
  .section h2 { font-size: clamp(2.45rem, 11vw, 3.6rem); }
  .section-heading { margin-bottom: 32px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; padding: 26px; }

  .timeline { grid-template-columns: 1fr; }
  .timeline li { min-height: 0; display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 0; }
  .timeline li:not(:last-child)::after { top: 48px; left: 25px; right: auto; width: 1px; height: calc(100% - 28px); }
  .timeline li > span { margin-bottom: 45px; }
  .trust-list article { padding: 20px; }
  .partners-card { width: calc(100% - 20px); padding: 34px 24px; }
  .partner-actions { flex-direction: column; }
  .field-row, .choice-grid { grid-template-columns: 1fr; }
  .dialog-grid { grid-template-columns: 1fr; gap: 0; }
  .dialog-card { padding: 22px; }
  .dialog-head h2 { font-size: 2rem; }
  .widget-dialog-summary { grid-template-columns: 44px minmax(0, 1fr); padding: 14px; }
  .widget-dialog-summary > span:first-child { width: 44px; height: 44px; font-size: 1.35rem; }
  .date-navigation .button, .dialog-actions .button { width: 100%; flex-basis: 100%; }
  .wizard { padding: 22px; }
  .estimate-copy, .wizard-step, .field-row, .wizard-actions { min-width: 0; }
  .wizard-progress button { font-size: 0; }
  .wizard-progress button span { font-size: .75rem; }
  .visit-row { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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

/* Public portfolio preview */
.home-works-section { background: #f7f4ed; }
.home-works-intro { max-width: 540px; color: var(--muted); line-height: 1.7; }
.home-works-intro p { margin: 0 0 16px; }
.home-works-status { margin: -8px 0 20px; color: var(--muted); }
.home-works-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.home-work-card { overflow: hidden; border: 1px solid rgba(24,64,47,.11); border-radius: 26px; background: #fff; box-shadow: 0 18px 44px rgba(20,47,35,.08); }
.home-work-media { min-height: 230px; background: linear-gradient(145deg,#102f22,#1f6044); }
.home-work-media > img { width: 100%; height: 230px; display: block; object-fit: cover; }
.home-work-placeholder { min-height: 230px; display: grid; place-items: center; align-content: center; gap: 10px; padding: 24px; color: rgba(255,255,255,.76); text-align: center; background: radial-gradient(circle at 25% 20%,rgba(221,179,96,.28),transparent 32%),linear-gradient(145deg,#102f22,#1f6044); }
.home-work-placeholder img { width: min(72%,220px); height: auto; object-fit: contain; }
.home-work-placeholder small { line-height: 1.45; }
.home-work-copy { padding: 22px 22px 24px; }
.home-work-copy span { color: #a56d20; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.home-work-copy h3 { margin: 10px 0 12px; color: #14271e; font-family: Georgia,"Times New Roman",serif; font-size: 27px; font-weight: 400; line-height: 1.08; }
.home-work-copy p { display: -webkit-box; overflow: hidden; margin: 0 0 16px; color: var(--muted); line-height: 1.6; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.home-work-copy a { color: #174b34; font-weight: 800; text-decoration: none; }
.home-work-copy a:hover { text-decoration: underline; }
.home-works-empty { grid-column: 1/-1; padding: 34px; border: 1px dashed rgba(24,64,47,.2); border-radius: 24px; color: var(--muted); text-align: center; }
@media (max-width: 900px) { .home-works-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 620px) { .home-works-grid { grid-template-columns: 1fr; } }