:root {
  --red: #c91722;
  --red-dark: #9f111a;
  --white: #ffffff;
  --dark: #111318;
  --dark-soft: #20242c;
  --gray: #6f747c;
  --light-gray: #d2d6dc;
  --card: #d7dade;
  --black: #07080a;
  --shadow:
    0 34px 70px rgba(0, 0, 0, 0.42),
    0 12px 24px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -1px 0 rgba(0, 0, 0, 0.08);
  --radius: 0;
  --header-height: 115px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--white);
  font-family: "Roboto", Arial, sans-serif;
  background:
    linear-gradient(135deg, rgba(9, 10, 12, 0.4), rgba(29, 33, 39, 0.4)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 120px),
    radial-gradient(circle at 20% 0%, rgba(201, 23, 34, 0.12), transparent 34%),
    url("../assets/img/background.png") center / cover fixed,
    #101216;
  line-height: 1.6;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.38);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(255, 255, 255, 0.05) 48% 48.4%, transparent 48.4%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.4));
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
iframe {
  max-width: 100%;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(224, 227, 232, 0.96) 28%, rgba(78, 82, 90, 0.94) 64%, rgba(0, 0, 0, 0.98) 100%),
    radial-gradient(circle at 12% 18%, rgba(0, 0, 0, 0.12) 0 1px, transparent 1.4px),
    radial-gradient(circle at 64% 36%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1.5px),
    radial-gradient(circle at 36% 72%, rgba(0, 0, 0, 0.1) 0 1px, transparent 1.35px);
  background-size: auto, 9px 9px, 13px 13px, 17px 17px;
  border-bottom: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(112deg, transparent 0 46%, rgba(255, 255, 255, 0.12) 46% 46.25%, transparent 46.25% 53%, rgba(0, 0, 0, 0.12) 53% 53.25%, transparent 53.25%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), transparent 34%, rgba(0, 0, 0, 0.18) 78%, rgba(0, 0, 0, 0.42));
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 29px;
  background-image: url("../assets/img/line.png");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 29px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -2px 4px rgba(0, 0, 0, 0.28),
    0 10px 18px rgba(0, 0, 0, 0.34);
}

.header-inner {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 32px));
  min-height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  padding: 0;
}

.brand {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.brand-logo {
  width: auto;
  height: 81px;
  max-width: min(48vw, 252px);
  display: block;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  filter:
    drop-shadow(0 2px 1px rgba(255, 255, 255, 0.34))
    drop-shadow(0 8px 12px rgba(0, 0, 0, 0.36))
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.24));
}

.main-nav {
  position: relative;
  z-index: 1;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.main-nav a,
.language-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 18px;
  border-radius: 0;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 20px rgba(0, 0, 0, 0.22);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.62);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, color 180ms ease;
}

.language-toggle {
  min-width: 54px;
  font-family: inherit;
  cursor: pointer;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.language-toggle:hover,
.language-toggle:focus-visible {
  background:
    linear-gradient(135deg, rgba(201, 23, 34, 0.92), rgba(98, 101, 108, 0.72)),
    rgba(0, 0, 0, 0.34);
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
  transform: translateY(-2px);
}

.menu-toggle {
  position: relative;
  z-index: 2;
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
  border-radius: 999px;
}

.section {
  padding: 76px 0;
}

.section-about {
  padding-top: 96px;
}

.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 28px;
  align-items: start;
}

.about-main {
  display: grid;
  gap: 0;
}

.gallery-divider {
  display: grid;
  align-items: center;
  min-height: clamp(130px, 21vh, 210px);
  padding: 0 12px;
}

.gallery-divider span {
  display: block;
  height: 4px;
  background:
    linear-gradient(90deg, transparent 0, rgba(201, 23, 34, 0.78) 14%, rgba(111, 116, 124, 0.58) 50%, rgba(17, 19, 24, 0.72) 86%, transparent 100%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.panel,
.service-card {
  position: relative;
  color: var(--black);
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 1), transparent 38%),
    linear-gradient(145deg, #ffffff, #f6f7f9 62%, #edf0f3);
  border: 1px solid rgba(54, 58, 64, 0.72);
  border-radius: var(--radius);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
  text-shadow: none;
}

.panel {
  padding: clamp(24px, 4vw, 42px);
}

.panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), transparent);
}

.intro-panel {
  overflow: hidden;
  max-width: 780px;
  min-height: 0;
  padding-block: clamp(22px, 3vw, 32px);
}

.intro-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -100px;
  width: 250px;
  height: 250px;
  border: 24px solid rgba(201, 23, 34, 0.07);
  border-radius: 50%;
}

.intro-panel p {
  text-align: left;
}

.insurance-panel {
  overflow: visible;
  padding: 0;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.facebook-panel {
  width: min(100%, 672px);
  justify-self: start;
  margin-top: clamp(18px, 5vh, 54px);
  text-align: left;
  color: var(--white);
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.facebook-panel::before {
  content: none;
}

.facebook-panel h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 900;
  line-height: 1.12;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.42);
}

.facebook-panel .separator {
  max-width: 420px;
  margin-bottom: 20px;
}

.section-gallery .facebook-panel {
  margin: 0 auto;
  justify-self: center;
}

.section-gallery .facebook-panel h2 {
  text-align: center;
}

.section-gallery .facebook-panel .separator {
  margin-right: auto;
  margin-left: auto;
}

.insurance-panel::before,
.insurance-panel::after {
  content: none;
}

.insurance-image {
  width: min(100%, 420px);
  height: auto;
  display: block;
  border: 1px solid rgba(54, 58, 64, 0.72);
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 34px 62px rgba(0, 0, 0, 0.34),
    0 12px 24px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset;
  filter:
    drop-shadow(0 16px 24px rgba(17, 19, 24, 0.18))
    drop-shadow(0 6px 10px rgba(201, 23, 34, 0.08));
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.24);
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.24);
}

h1 {
  max-width: 680px;
  color: #111318;
  font-size: clamp(2.3rem, 7vw, 5rem);
  font-weight: 900;
}

.intro-panel h1 {
  max-width: none;
  margin-top: 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.1;
  white-space: nowrap;
}

h2 {
  color: #111318;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 900;
}

h3 {
  font-size: 1.35rem;
}

h4 {
  margin: 0 0 8px;
  font-size: 1.02rem;
}

.panel p,
.service-card p {
  color: #252a31;
  font-size: 1rem;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.34),
    0 2px 6px rgba(0, 0, 0, 0.16);
}

.panel h2,
.panel h3,
.service-card h3 {
  color: #0f1115;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.42),
    0 3px 8px rgba(0, 0, 0, 0.2),
    0 10px 22px rgba(0, 0, 0, 0.12);
}

.separator {
  width: 100%;
  height: 4px;
  margin: 22px 0 24px;
  border-radius: 999px;
}

.separator-red {
  background: linear-gradient(90deg, var(--red), rgba(201, 23, 34, 0.08));
}

.separator-gray {
  background: linear-gradient(90deg, var(--gray), rgba(111, 116, 124, 0.08));
}

.facebook-slider {
  position: relative;
  width: min(100%, 576px);
  aspect-ratio: 4 / 3;
  min-height: 0;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, #2f333a 0%, #0b0c0f 42%, #14161b 66%, #6f1016 100%);
  border: 1px solid rgba(54, 58, 64, 0.72);
  border-radius: 0;
  box-shadow:
    0 46px 80px rgba(0, 0, 0, 0.52),
    0 18px 32px rgba(0, 0, 0, 0.34),
    18px 22px 42px rgba(201, 23, 34, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.facebook-slider::before {
  content: none;
}

.facebook-slider:hover,
.facebook-slider:focus-visible {
  transform: translateY(-3px);
  box-shadow:
    0 54px 92px rgba(0, 0, 0, 0.58),
    0 22px 38px rgba(0, 0, 0, 0.4),
    20px 26px 48px rgba(201, 23, 34, 0.16);
}

.slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  transition: transform 450ms ease;
}

.slide {
  min-width: 100%;
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(135deg, #1e2228 0%, #050506 45%, #101216 72%, #4a0b10 100%);
}

.slide::before {
  content: none;
}

.slide img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
  z-index: 1;
}

.slide-badge {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 2;
  padding: 8px 13px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(7, 8, 10, 0.78);
  border-left: 4px solid var(--red);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.34);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 28px;
}

.section-heading h2,
.section-heading .section-kicker {
  color: var(--white);
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.62);
}

.section-heading .separator {
  max-width: 420px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  min-height: 290px;
  padding: 26px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 42px 86px rgba(0, 0, 0, 0.48),
    0 16px 30px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), transparent);
}

.service-card h3 {
  margin-bottom: 18px;
  padding-bottom: 18px;
  color: #111318;
  position: relative;
}

.service-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--red) 0%, rgba(111, 116, 124, 0.5) 44%, transparent 100%);
}

.service-card p {
  margin-top: 0;
}

.price-wrap {
  border-top: 2px solid rgba(201, 23, 34, 0.5);
  border-bottom: 2px solid rgba(111, 116, 124, 0.55);
  padding: 34px 0;
}

.price-panel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.price-content {
  padding-top: 2px;
}

.price-panel h2 {
  margin-top: 0;
}

.price-panel p {
  max-width: 680px;
  margin-bottom: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 0;
  border-radius: 0;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.btn-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 14px 26px rgba(201, 23, 34, 0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--red-dark);
  transform: translateY(-2px);
}

.contact-grid {
  align-items: start;
}

.contact-info h3 {
  margin-bottom: 12px;
  color: #111318;
  font-size: 1.65rem;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.42),
    0 3px 8px rgba(0, 0, 0, 0.18);
}

.opening-hours {
  margin: 26px 0;
  padding-top: 22px;
  border-top: 2px solid rgba(201, 23, 34, 0.35);
}

.opening-hours p {
  margin: 4px 0;
}

.contact-links {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

.contact-links a {
  width: fit-content;
  color: var(--red);
  font-weight: 900;
}

.contact-links a:hover {
  color: var(--red-dark);
}

.facebook-contact-link {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  justify-self: start;
  margin-top: 10px;
}

.facebook-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: var(--white);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
  background: #1877f2;
  border: 1px solid rgba(24, 119, 242, 0.72);
  border-radius: 50%;
  box-shadow:
    0 12px 22px rgba(24, 119, 242, 0.28),
    0 8px 18px rgba(17, 19, 24, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.34);
}

.map-wrap {
  overflow: hidden;
  border: 1px solid rgba(54, 58, 64, 0.58);
  border-radius: 0;
  background: #d5d9df;
  box-shadow:
    0 18px 30px rgba(17, 19, 24, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  min-height: 310px;
  border: 0;
}

.contact-form {
  display: grid;
  gap: 10px;
}

.form-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-form label {
  color: #171a1f;
  font-weight: 900;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.34),
    0 2px 6px rgba(0, 0, 0, 0.14);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--black);
  font: inherit;
  background: #e0e3e7;
  border: 1px solid rgba(54, 58, 64, 0.54);
  border-radius: 0;
  outline: none;
  transition: border 180ms ease, box-shadow 180ms ease;
  box-shadow:
    0 10px 18px rgba(17, 19, 24, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(201, 23, 34, 0.12);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .btn {
  margin-top: 12px;
}

.site-footer {
  padding: 28px 0;
  color: #c7cbd1;
  text-align: center;
  background: rgba(7, 8, 10, 0.82);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1040px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 94px;
  }

  html {
    scroll-padding-top: calc(var(--header-height) + 18px);
  }

  body {
    background-attachment: scroll;
  }

  .site-header {
    overflow: visible;
  }

  .site-header::after {
    height: 22px;
    background-size: auto 22px;
  }

  .header-inner {
    width: min(100% - 22px, 1200px);
    min-height: var(--header-height);
    align-items: center;
    gap: 10px;
  }

  .brand {
    align-self: center;
  }

  .brand-logo {
    height: 56px;
    max-width: min(58vw, 210px);
  }

  .menu-toggle {
    display: block;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    background:
      linear-gradient(135deg, rgba(201, 23, 34, 0.9), rgba(0, 0, 0, 0.64)),
      rgba(0, 0, 0, 0.42);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      0 12px 22px rgba(0, 0, 0, 0.26);
  }

  .main-nav {
    position: absolute;
    top: calc(100% - 4px);
    right: 0;
    left: 0;
    z-index: 30;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    max-height: calc(100vh - var(--header-height) - 18px);
    overflow-y: auto;
    padding: 12px;
    background: rgba(12, 14, 18, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a,
  .language-toggle {
    border-radius: 0;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    font-size: 1rem;
  }

  .about-grid,
  .contact-grid,
  .price-panel {
    grid-template-columns: 1fr;
  }

  .facebook-panel {
    width: 100%;
  }

  .gallery-divider {
    min-height: 90px;
  }

  .price-panel {
    display: grid;
  }

  .price-panel .btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1160px);
  }

  .brand-logo {
    width: auto;
    height: 54px;
    max-width: 58vw;
    max-height: none;
    object-position: center;
  }

  .section {
    padding: 46px 0;
  }

  .section-about {
    padding-top: 42px;
  }

  .about-grid,
  .contact-grid {
    gap: 22px;
  }

  .panel {
    padding: 20px;
    box-shadow:
      0 22px 42px rgba(0, 0, 0, 0.34),
      0 8px 16px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.62),
      inset 0 -1px 0 rgba(0, 0, 0, 0.08);
  }

  .intro-panel {
    padding-block: 20px;
  }

  .intro-panel::after {
    right: -120px;
    bottom: -120px;
    opacity: 0.56;
  }

  .intro-panel h1 {
    font-size: clamp(1.05rem, 6vw, 1.35rem);
    white-space: normal;
  }

  .panel p,
  .service-card p {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  h2,
  .facebook-panel h2 {
    font-size: clamp(1.8rem, 10vw, 2.35rem);
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .separator {
    margin: 16px 0 20px;
  }

  .insurance-image {
    width: min(100%, 390px);
    box-shadow:
      0 22px 42px rgba(0, 0, 0, 0.3),
      0 8px 16px rgba(0, 0, 0, 0.2),
      0 0 0 1px rgba(255, 255, 255, 0.16) inset;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card {
    min-height: auto;
    padding: 20px;
  }

  .service-card h3 {
    margin-bottom: 14px;
    padding-bottom: 14px;
    font-size: 1.16rem;
  }

  .section-gallery .facebook-panel {
    width: 100%;
  }

  .facebook-panel {
    margin-top: 0;
  }

  .facebook-slider {
    width: 100%;
    box-shadow:
      0 28px 48px rgba(0, 0, 0, 0.42),
      0 12px 22px rgba(0, 0, 0, 0.28);
  }

  .facebook-slider:hover,
  .facebook-slider:focus-visible {
    transform: none;
    box-shadow:
      0 28px 48px rgba(0, 0, 0, 0.42),
      0 12px 22px rgba(0, 0, 0, 0.28);
  }

  .slide {
    display: grid;
    place-items: center;
    padding: 10px;
  }

  .slide img {
    height: 100%;
  }

  .slide-badge {
    left: 18px;
    bottom: 18px;
    padding: 7px 10px;
    font-size: 0.68rem;
  }

  .price-wrap {
    padding: 24px 0;
  }

  .btn {
    width: 100%;
    min-height: 50px;
    padding: 13px 18px;
  }

  .contact-info h3 {
    font-size: 1.35rem;
  }

  .contact-links a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .contact-links a:not(.facebook-contact-link) {
    width: 100%;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 9px 11px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(54, 58, 64, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  }

  .map-wrap iframe {
    min-height: 250px;
  }

  .contact-form {
    gap: 9px;
  }

  .contact-form input,
  .contact-form textarea {
    min-height: 48px;
    font-size: 16px;
  }

  .contact-form textarea {
    min-height: 150px;
  }

  .site-footer {
    padding: 22px 0;
    font-size: 0.92rem;
  }
}

@media (max-width: 380px) {
  :root {
    --header-height: 86px;
  }

  .brand-logo {
    height: 50px;
    max-width: 55vw;
  }

  .site-header::after {
    height: 18px;
    background-size: auto 18px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .container {
    width: min(100% - 20px, 1160px);
  }

  .panel,
  .service-card {
    padding: 17px;
  }

  .facebook-panel h2,
  h2 {
    font-size: clamp(1.55rem, 10vw, 2rem);
  }
}
