:root {
  --ink: #18201f;
  --muted: #63706d;
  --line: #dfe6e2;
  --paper: #ffffff;
  --soft: #f4f7f2;
  --dark: #17332d;
  --dark-2: #0f231f;
  --accent: #f2b84b;
  --accent-2: #38a47a;
  --danger: #b42318;
  --radius: 8px;
  --shadow: 0 18px 55px rgba(20, 38, 34, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--paper);
  line-height: 1.55;
}
a { color: inherit; }
img, svg { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.section { padding: 86px 0; }
.section-muted { background: var(--soft); }
.section-dark { background: var(--dark); color: #fff; }
.section-policy { padding-top: 54px; color: var(--muted); }
.section-policy h2 { color: var(--ink); }
.section-head { max-width: 760px; margin-bottom: 34px; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--accent-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: .98;
  letter-spacing: 0;
}
h2 { margin-bottom: 14px; font-size: clamp(30px, 4vw, 44px); line-height: 1.12; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.25; }
.lead { max-width: 660px; color: #dbe9e5; font-size: 20px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(223, 230, 226, .85);
  backdrop-filter: blur(14px);
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 78px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-logo {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--dark);
  border-radius: 8px;
  font-weight: 900;
}
.brand-text { display: grid; line-height: 1.15; }
.brand-text small { color: var(--muted); font-size: 12px; }
.menu {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.menu a:hover { color: var(--ink); }
.header-contact { display: grid; justify-items: end; line-height: 1.2; }
.header-contact a { font-weight: 900; text-decoration: none; }
.header-contact span { color: var(--muted); font-size: 12px; }
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 96px 0 80px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(15, 35, 31, .96) 0%, rgba(23, 51, 45, .9) 52%, rgba(56, 164, 122, .58) 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 130px);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -28% 40%;
  height: 420px;
  background: linear-gradient(135deg, rgba(242,184,75,.95), rgba(56,164,122,.8));
  transform: rotate(-8deg);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 420px;
  gap: 56px;
  align-items: center;
}
.hero .eyebrow { color: var(--accent); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 24px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  color: var(--dark-2);
  background: var(--accent);
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.button:hover { filter: brightness(.98); transform: translateY(-1px); }
.button-ghost {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.45);
}
.button-light { background: #fff; color: var(--dark); }
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-points li {
  padding: 8px 12px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  color: #eaf5f2;
  font-size: 14px;
}
.hero-panel {
  position: relative;
  min-height: 520px;
}
.hero-visual {
  position: absolute;
  right: 18px;
  bottom: 12px;
  width: 360px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border: 12px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.estimate-card {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
  padding: 26px;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.estimate-card span { color: var(--accent-2); font-weight: 900; }
.estimate-card strong { display: block; margin: 12px 0; font-size: 30px; line-height: 1.1; }
.mini-room {
  position: absolute;
  right: 42px;
  bottom: 0;
  width: 320px;
  height: 360px;
  background: #f8f1e4;
  border: 12px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: none;
}
.mini-room span:nth-child(1) { position: absolute; left: 28px; top: 38px; width: 180px; height: 112px; background: #d7e5dc; border-radius: 8px; }
.mini-room span:nth-child(2) { position: absolute; right: 26px; bottom: 38px; width: 120px; height: 160px; background: #17332d; border-radius: 8px; }
.mini-room span:nth-child(3) { position: absolute; left: 28px; bottom: 42px; width: 120px; height: 78px; background: var(--accent); border-radius: 8px; }

.card-grid { display: grid; gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.service-card, .gift-card, .steps article, .lead-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(18, 31, 28, .06);
}
.service-card, .gift-card { padding: 24px; }
.service-card { display: flex; flex-direction: column; }
.service-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: 0 0 18px;
  object-fit: cover;
  border-radius: 6px;
}
.service-card p, .gift-card p, .portfolio-card p, .steps p, .split p { color: var(--muted); }
.icon-dot {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-radius: 8px;
}
.gift-card span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--dark);
  border-radius: 8px;
  font-weight: 900;
}
.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: start;
}
.advantages-image {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  margin-top: 28px;
  object-fit: cover;
  object-position: 70% center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  padding: 16px 18px 16px 44px;
  background: var(--soft);
  border-radius: 8px;
  position: relative;
  font-weight: 800;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  color: var(--accent-2);
}
.section-dark .eyebrow { color: var(--accent); }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.steps article {
  padding: 24px;
  color: var(--ink);
}
.steps span { color: var(--accent-2); font-weight: 900; }
.portfolio-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 18px;
}
.portfolio-card {
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.portfolio-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.portfolio-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(23,51,45,.18), rgba(23,51,45,.9)); }
.portfolio-content { position: relative; z-index: 1; }
.portfolio-card p { color: rgba(255,255,255,.86); }
.lead-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.contact-strip {
  display: grid;
  gap: 4px;
  margin-top: 24px;
}
.contact-strip a { font-size: 24px; font-weight: 900; text-decoration: none; }
.contact-strip span { color: var(--muted); }
.lead-form {
  display: grid;
  gap: 14px;
  padding: 24px;
}
.lead-form label { display: grid; gap: 7px; font-weight: 800; }
.lead-form input:not([type="checkbox"]), .lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 15px;
  background: #fff;
}
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--accent-2); box-shadow: 0 0 0 3px rgba(56,164,122,.16); }
.consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}
.consent input { margin-top: 4px; }
.form-status { min-height: 22px; margin: 0; color: var(--accent-2); font-weight: 800; }
.form-status.is-error { color: var(--danger); }
.faq-list { display: grid; gap: 10px; }
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.faq-list summary {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 900;
}
.faq-list p { padding: 0 20px 18px; color: var(--muted); }
.site-footer {
  padding: 46px 0;
  color: #dbe9e5;
  background: var(--dark-2);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 34px;
  align-items: center;
}
.footer-logo { display: block; width: 180px; height: 72px; margin-bottom: 8px; object-fit: contain; object-position: left center; }
address { display: grid; gap: 6px; font-style: normal; }
address a { color: #fff; text-decoration: none; font-weight: 800; }
.simple-page { padding: 80px 0; }

.modal[hidden] { display: none; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15,35,31,.72);
}
.modal-dialog {
  position: relative;
  width: min(520px, 100%);
  padding: 28px;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 24px;
}
.modal-dialog .lead-form { padding: 0; border: 0; box-shadow: none; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: auto auto; }
  .menu-toggle { display: block; justify-self: end; }
  .main-nav {
    display: none;
    grid-column: 1 / -1;
    padding: 0 0 18px;
  }
  .main-nav.is-open { display: block; }
  .menu { flex-direction: column; gap: 8px; }
  .header-contact { display: none; }
  .hero { min-height: auto; padding-top: 68px; }
  .hero-grid, .split, .lead-grid { grid-template-columns: 1fr; }
  .hero-panel { min-height: 390px; }
  .estimate-card { left: 0; right: auto; width: min(330px, 100%); }
  .mini-room { right: 0; width: min(320px, 86%); }
  .card-grid.three, .steps { grid-template-columns: repeat(2, 1fr); }
  .card-grid.four, .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(100% - 28px, 1160px); }
  .section { padding: 58px 0; }
  .hero { padding: 48px 0 54px; }
  h1 { font-size: 40px; }
  .lead { font-size: 18px; }
  .hero-actions { display: grid; }
  .hero-panel { min-height: 330px; }
  .estimate-card { position: relative; }
  .hero-visual { display: none; }
  .mini-room { display: none; }
  .card-grid.three, .card-grid.four, .steps, .portfolio-grid, .check-list { grid-template-columns: 1fr; }
  .portfolio-card { min-height: 220px; }
  .modal { padding: 12px; }
  .modal-dialog { padding: 22px; }
}
.hero-gifts{margin-top:24px;padding:18px 20px;color:#fff;background:rgba(0,0,0,.88);border:1px solid rgba(255,255,255,.22);border-radius:10px;box-shadow:0 10px 24px rgba(0,0,0,.24);backdrop-filter:blur(4px)}.hero-gifts p{margin:0 0 9px;font-weight:700}.hero-gifts ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 18px;margin:0;padding:0;list-style:none}.hero-gifts li{display:flex;gap:8px;align-items:flex-start;font-size:15px;line-height:1.4}.hero-gifts li::before{content:'✓';color:var(--accent);font-weight:800;line-height:1.4}@media(max-width:768px){.hero-gifts{padding:16px}.hero-gifts ul{grid-template-columns:1fr}.hero-gifts li{font-size:15px}}

/* Version 2 — warm architectural editorial design. Presentation only: markup and behaviour remain untouched. */
:root {
  --ink: #23262b;
  --muted: #697078;
  --line: #e4e1dc;
  --paper: #fffdf9;
  --soft: #f3f1ed;
  --dark: #25272b;
  --dark-2: #151619;
  --accent: #f26722;
  --accent-2: #c84e17;
  --radius: 18px;
  --shadow: 0 24px 60px rgba(31, 28, 23, .14);
}

body { background: var(--paper); letter-spacing: -.01em; }
.section { position: relative; padding: 104px 0; }
.section-muted { background: #f2f0ec; }
.section-dark { background: var(--dark); }
.section-head { position: relative; margin-bottom: 42px; padding-left: 22px; }
.section-head::before { content: ""; position: absolute; top: 3px; bottom: 7px; left: 0; width: 4px; background: var(--accent); border-radius: 4px; }
.eyebrow { color: var(--accent); font-size: 11px; letter-spacing: .14em; }
h1 { max-width: 800px; font-size: clamp(45px, 6vw, 78px); letter-spacing: -.055em; }
h2 { max-width: 800px; font-size: clamp(32px, 4vw, 50px); letter-spacing: -.045em; }
h3 { letter-spacing: -.025em; }

.site-header { background: rgba(255, 253, 249, .9); border-bottom-color: rgba(35, 38, 43, .08); }
.header-inner { min-height: 86px; gap: 32px; }
.brand-logo { width: 64px; height: 64px; }
.brand-text strong { font-size: 15px; letter-spacing: -.025em; }
.brand-text small { margin-top: 3px; font-size: 11px; }
.menu { gap: 22px; }
.menu a { position: relative; color: #52575d; font-size: 13px; }
.menu a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.menu a:hover { color: var(--ink); }
.menu a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-contact { padding-left: 22px; border-left: 1px solid var(--line); }
.header-contact a { color: var(--dark); }

.hero { min-height: 730px; padding: 106px 0 82px; color: #fff; background: #27292d; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 88% 16%, rgba(242, 103, 34, .8), transparent 25%), linear-gradient(112deg, transparent 0 48%, rgba(255,255,255,.055) 48% 49%, transparent 49%); }
.hero::after { inset: auto -15% -55% 29%; width: 720px; height: 650px; background: #f26722; border-radius: 52% 48% 0 0; opacity: .94; transform: rotate(-14deg); }
.hero-grid { grid-template-columns: minmax(0, 1.2fr) 400px; gap: 70px; }
.hero .eyebrow { color: #ffad7e; }
.lead { color: #dedde0; max-width: 630px; }
.hero-actions { gap: 12px; }
.button { min-height: 54px; padding: 0 27px; color: #fff; background: var(--accent); border-radius: 999px; box-shadow: 0 10px 20px rgba(242, 103, 34, .22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { background: #e65713; filter: none; transform: translateY(-2px); box-shadow: 0 14px 26px rgba(242, 103, 34, .3); }
.button-ghost { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.5); box-shadow: none; }
.button-ghost:hover { color: var(--dark); background: #fff; }
.button-light { color: var(--dark); background: #fff; box-shadow: none; }
.button-light:hover { background: #ffd4bd; }
.hero-points { gap: 8px; }
.hero-points li { padding: 9px 13px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; }
.hero-panel { min-height: 500px; }
.hero-visual { right: -12px; bottom: 0; width: 365px; aspect-ratio: 4 / 5; border: 0; border-radius: 180px 180px 14px 14px; box-shadow: 18px 20px 0 rgba(255,255,255,.16); }
.estimate-card { top: 24px; right: 70px; width: 310px; padding: 28px; border: 1px solid rgba(255,255,255,.62); border-radius: 18px; box-shadow: 0 20px 38px rgba(0,0,0,.2); }
.estimate-card span { color: var(--accent); }
.estimate-card strong { font-size: 28px; letter-spacing: -.04em; }

.card-grid { gap: 22px; }
.service-card, .gift-card, .steps article, .lead-form { border: 1px solid transparent; border-radius: 18px; box-shadow: none; }
.service-card { padding: 14px 14px 24px; background: #fff; border-color: #e9e5de; transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card-image { aspect-ratio: 4 / 3; margin: 0 0 20px; border-radius: 12px; }
.service-card h3, .service-card p { padding: 0 10px; }
.service-card p { margin-bottom: 0; }
.gift-card { position: relative; padding: 30px 26px 26px; overflow: hidden; background: #fff; border-top: 4px solid var(--accent); }
.gift-card::after { content: ""; position: absolute; right: -36px; bottom: -46px; width: 130px; height: 130px; background: #fff0e8; border-radius: 50%; }
.gift-card > * { position: relative; z-index: 1; }
.gift-card span { width: 44px; height: 44px; margin-bottom: 23px; color: var(--dark); background: #ffd9c5; border-radius: 50%; }
.icon-dot { width: 42px; height: 7px; margin-bottom: 22px; background: var(--accent); border-radius: 999px; }

.split { gap: 72px; }
.advantages-image { margin-top: 34px; border-radius: 18px 18px 80px 18px; box-shadow: none; }
.check-list { gap: 12px; }
.check-list li { min-height: 78px; padding: 18px 18px 18px 54px; background: #fff; border-left: 3px solid #ffb38c; border-radius: 0 14px 14px 0; box-shadow: 0 8px 18px rgba(31,28,23,.05); }
.check-list li::before { left: 21px; color: var(--accent); font-weight: 900; }

.section-dark { background: #25272b; }
.steps { position: relative; gap: 0; counter-reset: stage; }
.steps article { position: relative; min-height: 190px; padding: 25px 26px 22px; background: transparent; border-right: 1px solid rgba(255,255,255,.18); border-radius: 0; color: #fff; }
.steps article:nth-child(3n) { border-right: 0; }
.steps article:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.18); }
.steps span { display: block; margin-bottom: 20px; color: #ff8d55; font-size: 13px; letter-spacing: .12em; }
.steps h3 { color: #fff; }
.steps p { color: #c4c5c7; }

.portfolio-grid { gap: 14px; }
.portfolio-card { min-height: 330px; padding: 28px; border-radius: 18px; }
.portfolio-card:nth-child(1) { min-height: 430px; }
.portfolio-card::after { background: linear-gradient(0deg, rgba(21,22,25,.9), rgba(21,22,25,.04) 70%); }
.portfolio-card h3 { font-size: 26px; }
.portfolio-card p { max-width: 330px; }

.lead-grid { gap: 76px; }
.contact-strip { position: relative; padding-left: 20px; }
.contact-strip::before { content: ""; position: absolute; top: 5px; bottom: 5px; left: 0; width: 4px; background: var(--accent); border-radius: 3px; }
.contact-strip a { color: var(--dark); }
.lead-form { padding: 32px; background: #292b2f; border-radius: 22px 22px 70px 22px; box-shadow: var(--shadow); color: #fff; }
.lead-form label { color: #fff; }
.lead-form input:not([type="checkbox"]), .lead-form textarea { border: 1px solid rgba(255,255,255,.22); border-radius: 10px; padding: 15px; color: var(--ink); background: #fff; }
.lead-form input:focus, .lead-form textarea:focus { border-color: #ff9b6d; box-shadow: 0 0 0 3px rgba(242,103,34,.32); }
.lead-form .button { margin-top: 4px; }
.consent { color: #c8c8cb !important; }
.consent a { color: #ffb08a; }
.form-status { color: #ffb08a; }

.faq-list { gap: 12px; }
.faq-list details { border: 0; border-radius: 14px; background: #f4f1ec; }
.faq-list details[open] { background: #292b2f; color: #fff; }
.faq-list summary { position: relative; padding: 21px 58px 21px 22px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 12px; right: 17px; display: grid; place-items: center; width: 32px; height: 32px; color: var(--accent); background: #fff; border-radius: 50%; font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; color: #fff; background: var(--accent); }
.faq-list p { padding: 0 58px 22px 22px; color: #d9d9dc; }

.site-footer { position: relative; padding: 64px 0 44px; background: #17181b; }
.site-footer::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 5px; background: linear-gradient(90deg, var(--accent) 0 28%, #ffc09d 28% 42%, transparent 42%); }
.footer-grid { gap: 48px; }
.footer-logo { width: 194px; height: 76px; }
address { gap: 9px; }

.modal-backdrop { background: rgba(21,22,25,.8); }
.modal-dialog { padding: 32px; border-radius: 22px; }
.modal-close { border-radius: 50%; }
.modal-dialog .lead-form { padding: 0; background: transparent; box-shadow: none; border-radius: 0; }

@media (max-width: 980px) {
  .section { padding: 78px 0; }
  .main-nav { margin-top: -4px; padding: 8px 0 20px; background: var(--paper); }
  .menu { gap: 0; }
  .menu li { border-bottom: 1px solid var(--line); }
  .menu a { display: block; padding: 13px 4px; }
  .menu a::after { display: none; }
  .menu-toggle { border-color: var(--dark); border-radius: 50%; background: var(--dark); }
  .menu-toggle span { background: #fff; }
  .hero-grid { gap: 38px; }
  .hero-visual { right: 0; }
  .steps article:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.18); }
  .steps article:nth-child(2n) { border-right: 0; }
  .steps article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 640px) {
  .section { padding: 60px 0; }
  .section-head { margin-bottom: 30px; }
  .hero { padding: 62px 0 58px; }
  .hero::after { right: -60%; bottom: -48%; width: 430px; height: 430px; }
  .hero-panel { min-height: 260px; }
  .estimate-card { top: 0; right: auto; left: 0; width: 100%; padding: 24px; }
  .hero-visual { display: block; right: 12px; bottom: -10px; width: 160px; height: 185px; border-radius: 80px 80px 10px 10px; opacity: .72; }
  .service-card { padding: 12px 12px 22px; }
  .portfolio-card:nth-child(1) { min-height: 270px; }
  .steps { gap: 0; }
  .steps article, .steps article:nth-child(3n), .steps article:nth-child(2n) { min-height: 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .steps article:first-child { border-top: 0; }
  .lead-form { padding: 24px 18px; border-radius: 18px 18px 48px 18px; }
}

.messenger-links { display: flex; align-items: center; gap: 8px; }
.messenger-link { display: grid; place-items: center; width: 32px; height: 32px; padding: 5px; border: 1px solid var(--line); border-radius: 50%; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.messenger-link:hover, .messenger-link:focus-visible { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0, 0, 0, .18); }
.messenger-link img { display: block; width: 100%; height: 100%; object-fit: contain; }
.header-contact .messenger-links { justify-content: flex-end; margin-top: 6px; }
.site-footer .messenger-links { margin-top: 14px; }
.thank-you-card .messenger-links { justify-content: center; margin: 22px 0; }
@media (max-width: 768px) { .header-contact { display: grid; } .header-contact > a, .header-contact > span { display: none; } .header-contact .messenger-links { margin-top: 0; gap: 6px; } .header-contact .messenger-link { width: 30px; height: 30px; } }
