: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(23,51,45,.9);border:1px solid rgba(255,255,255,.22);border-radius:10px;box-shadow:0 10px 24px rgba(0,0,0,.18);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 3: quiet architectural green, graphite and sand visual system. */
:root {
  --ink: #202524;
  --muted: #6d7471;
  --line: #d9d5cc;
  --paper: #f5f3ee;
  --soft: #ece8df;
  --dark: #234d3c;
  --dark-2: #18372b;
  --accent: #d7b98e;
  --accent-2: #234d3c;
  --danger: #b42318;
  --radius: 22px;
  --shadow: 0 18px 48px rgba(32, 37, 36, .10);
}

body { background: var(--paper); letter-spacing: .005em; }
.section { padding: 104px 0; }
.section-muted { background: #e9e5db; }
.section-dark { background: var(--dark-2); }
.eyebrow { color: var(--dark); letter-spacing: .12em; font-size: 11px; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 650px; font-size: clamp(44px, 5.5vw, 72px); line-height: 1.02; }
h2 { max-width: 680px; font-size: clamp(32px, 3.6vw, 50px); }
.section-head { margin-bottom: 42px; }

.site-header { background: rgba(245,243,238,.92); border-bottom-color: rgba(217,213,204,.9); box-shadow: 0 5px 22px rgba(32,37,36,.04); }
.header-inner { min-height: 84px; gap: 30px; }
.brand-logo { width: 148px; height: 58px; }
.menu { gap: 24px; }
.menu a { color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.menu a:hover { color: var(--dark); }
.header-contact a { color: var(--dark); font-size: 17px; }
.header-contact span { font-size: 11px; }
.menu-toggle { background: transparent; border-color: var(--dark); border-radius: 50%; }
.menu-toggle span { background: var(--dark); }

.hero { min-height: 685px; padding: 78px 0 72px; color: var(--ink); background: #e9e5db; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -220px; top: -160px; border-radius: 50%; background: #d7b98e; opacity: .48; }
.hero::after { inset: auto auto -190px 42%; width: 530px; height: 390px; border-radius: 50% 50% 0 0; background: #234d3c; opacity: .98; transform: rotate(12deg); }
.hero-grid { grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: 58px; }
.hero .eyebrow { color: var(--dark); }
.lead { color: #4d5552; max-width: 570px; font-size: 19px; }
.hero-actions { margin: 34px 0 26px; }
.button { min-height: 54px; color: #fff; background: var(--dark); border-radius: 999px; box-shadow: none; }
.button:hover { background: var(--dark-2); }
.button-ghost { color: var(--dark); background: transparent; border-color: var(--dark); }
.button-light { color: var(--dark); background: #fff; }
.hero-points { gap: 8px; }
.hero-points li { padding: 8px 13px; color: var(--dark); background: rgba(255,255,255,.54); border-color: rgba(35,77,60,.18); border-radius: 999px; font-size: 12px; font-weight: 700; }
.hero-panel { min-height: 510px; }
.hero-visual { right: 0; bottom: 0; width: min(100%, 510px); height: 420px; aspect-ratio: auto; border: 0; border-radius: 150px 150px 28px 28px; box-shadow: 0 24px 50px rgba(24,55,43,.22); }
.estimate-card { top: 22px; left: -36px; right: auto; width: 270px; padding: 23px; background: #fffdf8; border-radius: 18px; box-shadow: 0 16px 32px rgba(32,37,36,.12); }
.estimate-card span { color: var(--dark); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.estimate-card strong { margin: 10px 0; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; }
.estimate-card p { margin: 0; color: var(--muted); font-size: 13px; }

.service-card, .gift-card, .steps article, .lead-form { border: 0; border-radius: 22px; box-shadow: 0 8px 22px rgba(32,37,36,.06); }
.service-card { padding: 13px 13px 23px; background: #fffdf9; }
.service-card-image { margin-bottom: 20px; border-radius: 15px; aspect-ratio: 4 / 3; }
.service-card h3, .service-card p { padding: 0 11px; }
.service-card h3 { color: var(--dark); }
.card-grid.three { gap: 24px; }
.card-grid.four { gap: 16px; }
.gift-card { position: relative; padding: 28px 23px; background: #fffdf9; overflow: hidden; }
.gift-card::after { content: ""; position: absolute; width: 92px; height: 92px; right: -30px; bottom: -34px; border-radius: 50%; background: var(--accent); opacity: .45; }
.gift-card span { width: 44px; height: 44px; color: var(--dark); background: #ede0ca; border-radius: 50%; }
.icon-dot { width: 42px; height: 6px; background: var(--accent); border-radius: 999px; }

.split { grid-template-columns: 1fr .95fr; gap: 78px; }
.check-list { gap: 12px; }
.check-list li { padding: 17px 17px 17px 45px; background: #fffdf9; border-radius: 14px; box-shadow: 0 5px 14px rgba(32,37,36,.04); }
.check-list li::before { color: var(--dark); }
.advantages-image { margin-top: 34px; border-radius: 110px 18px 18px 18px; box-shadow: var(--shadow); }

.steps { grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: stages; }
.steps article { min-height: 204px; padding: 28px 24px; background: #fffdf9; }
.steps span { display: inline-block; margin-bottom: 24px; color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1; }
.steps h3 { color: var(--dark); }
.steps article:nth-child(2n) { background: var(--dark); color: #fff; }
.steps article:nth-child(2n) p { color: #d6e0da; }
.steps article:nth-child(2n) h3 { color: #fff; }

.portfolio-grid { grid-template-columns: 1.3fr .85fr .85fr; gap: 20px; }
.portfolio-card { min-height: 330px; padding: 28px; border-radius: 24px; }
.portfolio-card:first-child { min-height: 430px; }
.portfolio-card::after { background: linear-gradient(180deg, rgba(24,55,43,.05), rgba(24,55,43,.88)); }
.portfolio-content h3 { font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 500; }

.lead-grid { padding: 58px; background: var(--dark); border-radius: 32px; gap: 64px; }
.lead-grid h2, .lead-grid > div > p:not(.eyebrow), .lead-grid .contact-strip span { color: #fff; }
.lead-grid > div > p:not(.eyebrow) { color: #d6e0da; }
.lead-grid .eyebrow { color: var(--accent); }
.lead-grid .contact-strip a { color: #fff; }
.lead-form { padding: 28px; background: #fffdf9; }
.lead-form input:not([type="checkbox"]), .lead-form textarea { border-color: var(--line); border-radius: 12px; background: #fff; }
.lead-form .button { width: 100%; }

.faq-list { gap: 12px; }
.faq-list details { border: 0; border-radius: 16px; background: #fffdf9; box-shadow: 0 5px 16px rgba(32,37,36,.05); }
.faq-list summary { padding: 21px 24px; color: var(--dark); }
.faq-list p { padding: 0 24px 21px; }
.section-policy { background: #e9e5db; }
.site-footer { padding: 58px 0; background: var(--dark-2); }
.footer-logo { width: 190px; }
.modal-backdrop { background: rgba(24,55,43,.78); }
.modal-dialog { border-radius: 24px; }
.modal-close { border-radius: 50%; }

@media (max-width: 980px) {
  .hero-grid, .split, .lead-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 62px; }
  .hero-panel { min-height: 460px; max-width: 620px; width: 100%; margin-left: auto; }
  .hero-visual { width: min(100%, 510px); }
  .estimate-card { left: 0; }
  .lead-grid { padding: 42px; }
}

@media (max-width: 640px) {
  .section { padding: 68px 0; }
  .header-inner { min-height: 72px; }
  .brand-logo { width: 124px; height: 48px; }
  .hero { padding: 54px 0 60px; }
  .hero-panel { min-height: 400px; }
  .hero-visual { height: 330px; border-radius: 92px 92px 18px 18px; }
  .estimate-card { top: 10px; width: 245px; padding: 18px; }
  .estimate-card strong { font-size: 21px; }
  .portfolio-card:first-child { min-height: 290px; }
  .lead-grid { margin: 0 -2px; padding: 30px 20px; border-radius: 22px; }
}

.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; } }
