:root {
  --ink: #231f20;
  --muted: #6f6764;
  --line: rgba(35, 31, 32, 0.13);
  --paper: #faf8f4;
  --white: #ffffff;
  --rose: #a5455b;
  --rose-dark: #783342;
  --sage: #dfe9e3;
  --sage-deep: #243b34;
  --mist: #eef2f4;
  --shadow: 0 24px 70px rgba(35, 31, 32, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.menu-open,
body.lightbox-open,
body.booking-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--white);
  background: var(--ink);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  min-height: 76px;
  padding: 14px 28px;
  color: var(--white);
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(250, 248, 244, 0.92);
  box-shadow: 0 14px 34px rgba(35, 31, 32, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.brand__text {
  display: grid;
  gap: 0;
  min-width: 0;
  font-size: 0.74rem;
  text-transform: uppercase;
}

.brand__text strong {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: none;
  white-space: nowrap;
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.94rem;
  font-weight: 600;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-link,
.contact-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.icon-link svg,
.contact-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--rose);
  border-radius: 999px;
  color: var(--white);
  background: var(--rose);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: var(--rose-dark);
  border-color: var(--rose-dark);
}

.button--small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 0.88rem;
}

.button--light {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
}

.button--light:hover,
.button--light:focus-visible {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.site-header.is-open .menu-toggle span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.site-header.is-open .menu-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 92svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero__media,
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__media {
  background-image: url("assets/images/hero-lips-brows.webp");
  background-position: 62% 45%;
  background-size: cover;
  transform: scale(1.02);
}

.hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(22, 18, 19, 0.82) 0%, rgba(22, 18, 19, 0.54) 42%, rgba(22, 18, 19, 0.1) 100%),
    linear-gradient(0deg, rgba(22, 18, 19, 0.54) 0%, rgba(22, 18, 19, 0) 42%);
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f3c3ce;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 5.1rem;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.25rem;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero__lead {
  max-width: 620px;
  margin-bottom: 30px;
  font-size: 1.18rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 42px;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 190px));
  gap: 12px;
  margin: 0;
}

.hero__facts div {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.hero__facts dt {
  font-size: 1.25rem;
  font-weight: 800;
}

.hero__facts dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
}

.intro-strip {
  color: var(--white);
  background: var(--sage-deep);
}

.intro-strip__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  min-height: 96px;
}

.intro-strip p {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.24;
}

.intro-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.intro-strip a:hover,
.intro-strip a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 12px 28px rgba(8, 18, 15, 0.18);
}

.section {
  padding: 112px 0;
}

.section--paper {
  background: var(--paper);
}

.section--sage {
  background: var(--sage);
}

.section--reviews {
  background: var(--ink);
  color: var(--white);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 44px;
}

.section-heading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.section--sage .section-heading p:last-child {
  color: rgba(35, 31, 32, 0.68);
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 42px;
  max-width: none;
}

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

.service-card {
  display: grid;
  grid-template-rows: 250px 1fr;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 46px rgba(35, 31, 32, 0.06);
}

.service-card img {
  height: 250px;
  object-fit: cover;
}

.service-card div {
  display: grid;
  align-content: start;
  padding: 24px;
}

.service-card p {
  margin-bottom: 22px;
  color: var(--muted);
}

.service-card span {
  align-self: end;
  justify-self: start;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
}

.service-card--wide {
  grid-column: span 2;
  grid-template-columns: 0.78fr 1fr;
  grid-template-rows: auto;
  min-height: 286px;
}

.service-card--wide img {
  height: 100%;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  align-items: center;
  gap: 70px;
}

.about-copy {
  max-width: 540px;
}

.about-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.03rem;
}

.about-visual {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 18px;
  align-items: end;
}

.about-visual img {
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.about-visual__main {
  aspect-ratio: 4 / 5;
}

.about-visual__small {
  aspect-ratio: 4 / 5.6;
  margin-bottom: 42px;
}

.gallery {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: var(--white);
  cursor: zoom-in;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(35, 31, 32, 0);
  transition: background 180ms ease;
}

.gallery-item:hover::after,
.gallery-item:focus-visible::after {
  background: rgba(35, 31, 32, 0.16);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.04);
}

.gallery-item--large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item--wide {
  grid-column: span 2;
}

.gallery-item--tall {
  grid-row: span 2;
}

.process-section {
  background: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 48px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  min-height: 214px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.steps span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--rose);
  font-weight: 900;
}

.steps p {
  margin: 0;
  color: var(--muted);
}

.reviews-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 1fr);
  align-items: start;
  gap: 64px;
}

.reviews-score {
  display: grid;
  justify-items: start;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.reviews-score strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 0.95;
}

.reviews-score span {
  margin: 10px 0 24px;
  color: rgba(255, 255, 255, 0.74);
}

.reviews-score a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  font-weight: 700;
}

.reviews-copy p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
}

.review-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.review-card {
  display: grid;
  gap: 18px;
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.review-card div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.review-card strong {
  font-size: 0.98rem;
}

.review-card span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.84rem;
}

.review-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.reviews-actions {
  display: flex;
  margin-top: 22px;
}

.reviews-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: var(--white);
  font-weight: 800;
}

.faq-section {
  background: var(--mist);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 56px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 66px;
  padding: 0 24px;
  font-weight: 800;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--rose);
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: -4px 24px 24px;
  color: var(--muted);
}

.contact-section {
  padding: 112px 0 96px;
  color: var(--white);
  background: var(--sage-deep);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.74fr);
  align-items: start;
  gap: 70px;
}

.contact-copy p:not(.eyebrow) {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.05rem;
}

.contact-panel {
  display: grid;
  gap: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.contact-row strong,
.contact-row a,
.contact-row span:not(.contact-icon) {
  display: block;
}

.contact-row strong {
  margin-bottom: 3px;
}

.contact-row a,
.contact-row span:not(.contact-icon) {
  color: rgba(255, 255, 255, 0.76);
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 8px;
}

.social-link {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  color: #565656;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 22px rgba(12, 18, 16, 0.12);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.social-link svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(12, 18, 16, 0.2);
}

.mobile-cta {
  display: none;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(18, 15, 16, 0.64);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.booking-modal[hidden] {
  display: none;
}

.booking-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.booking-modal__panel {
  position: relative;
  width: min(520px, 100%);
  padding: 34px;
  border: 1px solid rgba(35, 31, 32, 0.1);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 28px 90px rgba(12, 10, 10, 0.32);
  transform: translateY(10px) scale(0.98);
  transition: transform 180ms ease;
}

.booking-modal.is-open .booking-modal__panel {
  transform: translateY(0) scale(1);
}

.booking-modal__panel h2 {
  max-width: 390px;
  margin-bottom: 14px;
  font-size: 2.25rem;
}

.booking-modal__lead {
  max-width: 410px;
  margin-bottom: 26px;
  color: var(--muted);
}

.booking-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(35, 31, 32, 0.14);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.booking-modal__close:hover,
.booking-modal__close:focus-visible {
  transform: rotate(90deg);
  background: #f0ede8;
}

.booking-modal__close::before,
.booking-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1.5px;
  background: var(--ink);
}

.booking-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.booking-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.booking-options {
  display: grid;
  gap: 10px;
}

.booking-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 12px;
  border: 1px solid rgba(35, 31, 32, 0.1);
  border-radius: 8px;
  background: var(--white);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.booking-option:hover,
.booking-option:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(35, 31, 32, 0.2);
  box-shadow: 0 16px 34px rgba(35, 31, 32, 0.1);
}

.booking-option__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  color: #565656;
  background: #f0f0f0;
}

.booking-option__icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.booking-option strong,
.booking-option small {
  display: block;
}

.booking-option strong {
  line-height: 1.2;
}

.booking-option small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.86rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(18, 15, 16, 0.88);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox img {
  width: auto;
  max-width: min(980px, 94vw);
  max-height: 88vh;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lightbox__close {
  position: fixed;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.lightbox__close::before,
.lightbox__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 1.6px;
  background: var(--white);
}

.lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 44px;
    order: 2;
  }

  .main-nav {
    position: fixed;
    inset: 76px 14px auto;
    display: grid;
    gap: 2px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: var(--paper);
    box-shadow: var(--shadow);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .main-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav a {
    padding: 14px 12px;
  }

  .header-actions {
    position: fixed;
    top: 12px;
    right: 14px;
    z-index: 130;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .header-actions .button {
    display: none;
  }

  .header-actions .icon-link {
    width: 44px;
    height: 44px;
    order: 1;
  }

  h1 {
    font-size: 4.2rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card--wide {
    grid-column: span 2;
  }

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

  .about-copy {
    max-width: 720px;
  }

  .about-visual {
    max-width: 720px;
  }

  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .container,
  .hero__content {
    width: min(100% - 28px, 1160px);
  }

  .site-header {
    min-height: 68px;
    padding: 12px 14px;
  }

  .brand__mark {
    width: 38px;
    height: 38px;
  }

  .brand__text strong {
    font-size: 0.86rem;
  }

  .hero {
    min-height: 88svh;
  }

  .hero__media {
    background-position: 68% 45%;
  }

  .hero__overlay {
    background:
      linear-gradient(90deg, rgba(22, 18, 19, 0.9) 0%, rgba(22, 18, 19, 0.66) 58%, rgba(22, 18, 19, 0.26) 100%),
      linear-gradient(0deg, rgba(22, 18, 19, 0.62) 0%, rgba(22, 18, 19, 0) 46%);
  }

  .hero__content {
    padding: 112px 0 42px;
  }

  h1 {
    max-width: 430px;
    font-size: 3.05rem;
  }

  h2 {
    font-size: 2.18rem;
  }

  .hero__lead {
    font-size: 1.02rem;
    max-width: 350px;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-bottom: 28px;
  }

  .hero__facts {
    grid-template-columns: 1fr;
    max-width: 360px;
    gap: 4px;
  }

  .hero__facts div {
    padding: 10px 0;
  }

  .intro-strip__grid,
  .section-heading--split,
  .process-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .intro-strip__grid {
    padding: 22px 0;
  }

  .intro-strip p {
    font-size: 1.15rem;
  }

  .section,
  .contact-section {
    padding: 78px 0;
  }

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

  .service-card,
  .service-card--wide {
    grid-column: span 1;
    grid-template-columns: 1fr;
    grid-template-rows: 230px auto;
    min-height: auto;
  }

  .service-card--wide img {
    height: 230px;
  }

  .about-grid {
    gap: 36px;
  }

  .about-visual {
    grid-template-columns: 1fr;
  }

  .about-visual__small {
    margin-bottom: 0;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 180px;
    gap: 10px;
  }

  .gallery-item--large,
  .gallery-item--wide,
  .gallery-item--tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .reviews-score strong {
    font-size: 4.5rem;
  }

  .review-cards {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: auto;
  }

  .contact-panel {
    padding: 22px;
  }

  .booking-modal {
    padding: 14px;
  }

  .booking-modal__panel {
    padding: 28px 20px 20px;
  }

  .booking-modal__panel h2 {
    padding-right: 34px;
    font-size: 1.95rem;
  }

  .booking-option {
    min-height: 70px;
  }

  .mobile-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 120;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(35, 31, 32, 0.12);
    border-radius: 999px;
    background: rgba(250, 248, 244, 0.94);
    box-shadow: 0 14px 38px rgba(35, 31, 32, 0.16);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-cta__item {
    display: grid;
    place-items: center;
    min-height: 40px;
    border-radius: 999px;
    color: var(--white);
  }

  .mobile-cta__item svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
  }

  .mobile-cta__item--call {
    background: var(--ink);
  }

  .mobile-cta__item--call svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-cta__item--whatsapp {
    color: #565656;
    background: #f0f0f0;
  }

  .mobile-cta__item--telegram {
    color: #565656;
    background: #f0f0f0;
  }

  .mobile-cta__item--vk {
    color: #565656;
    background: #f0f0f0;
  }

  .contact-section {
    padding-bottom: 118px;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 1.92rem;
  }

  .gallery {
    grid-auto-rows: 158px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
