:root {
  --page: 935px;
  --container: 855px;
  --bg: #ffffff;
  --text: #252328;
  --muted: #726b6e;
  --soft: #fff6f4;
  --soft-strong: #fde5e1;
  --line: #ebe4e2;
  --coral: #f46d63;
  --coral-dark: #ec5d54;
  --shadow: 0 14px 32px rgba(130, 75, 70, 0.11);
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f8f8f8;
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
  letter-spacing: 0;
}

button,
select {
  cursor: pointer;
}

img,
svg {
  display: block;
}

.page-shell {
  width: min(100%, var(--page));
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--bg);
  border: 1px solid #dedede;
  border-radius: 24px;
}

@media (min-width: 1040px) {
  .page-shell {
    zoom: 1.07;
  }
}

@media (min-width: 1200px) {
  .page-shell {
    zoom: 1.14;
  }
}

@media (min-width: 1440px) {
  .page-shell {
    zoom: 1.26;
  }
}

@media (min-width: 1920px) {
  .page-shell {
    zoom: 1.38;
  }
}

@media (min-width: 2400px) {
  .page-shell {
    zoom: 1.5;
  }
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.header-grid {
  min-height: 56px;
  display: grid;
  grid-template-columns: 183px 1fr auto 98px;
  align-items: center;
  gap: 14px;
}

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

.brand-flower {
  width: 33px;
  height: 33px;
  flex: 0 0 33px;
  color: var(--coral);
  fill: currentColor;
}

.brand-flower circle {
  fill: #fff5f2;
  stroke: var(--coral);
  stroke-width: 2px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  color: #2d292b;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}

.brand-note {
  margin-top: 5px;
  color: #252328;
  font-size: 10px;
  font-weight: 520;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: #383437;
  font-size: 9px;
  font-weight: 580;
}

.main-nav a,
.section-head a,
.footer-row a {
  transition: color 0.18s ease;
}

.main-nav a:hover,
.section-head a:hover,
.footer-row a:hover {
  color: var(--coral-dark);
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2a2729;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.header-phone svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--coral);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-cta,
.btn,
.booking-submit,
.social-write-btn,
.whatsapp-btn {
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 760;
  line-height: 1;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}

.header-cta,
.btn-primary {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 8px 18px rgba(244, 109, 99, 0.2);
}

.header-cta:hover,
.btn-primary:hover,
.booking-submit:hover,
.social-write-btn:hover,
.whatsapp-btn:hover {
  transform: translateY(-1px);
  background: var(--coral-dark);
}

.header-cta {
  width: 98px;
}

.menu-toggle {
  width: 36px;
  height: 36px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.menu-toggle span {
  width: 17px;
  height: 2px;
  border-radius: 2px;
  background: #302b2d;
}

.hero {
  padding-bottom: 12px;
}

.hero-panel {
  position: relative;
  min-height: 276px;
  overflow: hidden;
  border-radius: 23px;
  background: linear-gradient(90deg, #fff 0%, #fffaf8 55%, #fde6e2 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 58%;
  padding: 36px 0 0 26px;
}

.hero-kicker {
  margin: 0 0 13px;
  color: var(--coral);
  font-size: 9px;
  font-weight: 830;
}

.hero h1 {
  width: 470px;
  max-width: 100%;
  margin: 0;
  color: #242225;
  font-size: 25.5px;
  font-weight: 820;
  line-height: 1.18;
}

.hero-text {
  width: 410px;
  max-width: 100%;
  margin: 14px 0 0;
  color: #403c3f;
  font-size: 10.5px;
  font-weight: 520;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.btn {
  min-width: 128px;
  padding: 0 17px;
}

.btn-secondary {
  border: 1px solid #bfb8b8;
  background: #fff;
  color: #494347;
}

.btn-secondary:hover {
  transform: translateY(-1px);
  border-color: var(--coral);
  color: var(--coral-dark);
}

.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 400px;
  height: 276px;
}

.hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.12) 7%, rgba(0, 0, 0, 0.82) 18%, #000 30%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.12) 7%, rgba(0, 0, 0, 0.82) 18%, #000 30%);
}

.hero-badge {
  position: absolute;
  right: 56px;
  bottom: 53px;
  z-index: 2;
  width: 98px;
  height: 98px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 5px;
  padding: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff756e, var(--coral));
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 30px rgba(221, 70, 61, 0.22);
}

.hero-badge strong {
  font-size: 19px;
  font-weight: 880;
  line-height: 1;
}

.hero-badge span {
  width: 72px;
  font-size: 8.5px;
  font-weight: 720;
  line-height: 1.25;
}

.hero-features {
  position: absolute;
  left: 26px;
  bottom: 22px;
  z-index: 3;
  display: grid;
  grid-template-columns: 134px 161px 126px;
  gap: 18px;
  max-width: 440px;
}

.hero-feature {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 8px;
  color: #4c4649;
  font-size: 8.6px;
  font-weight: 650;
  line-height: 1.25;
}

.hero-feature svg,
.contact-list svg {
  fill: none;
  stroke: var(--coral);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-feature svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.7;
}

.section {
  padding-top: 10px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 11px;
}

.section-head h2,
.contacts-section h2 {
  margin: 0;
  color: #252328;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.16;
}

.section-head a {
  color: var(--coral);
  font-size: 9px;
  font-weight: 760;
  white-space: nowrap;
}

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

.service-card {
  min-height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: #302d30;
  text-align: center;
  font-size: 9px;
  font-weight: 680;
  line-height: 1.25;
  box-shadow: 0 8px 18px rgba(71, 55, 53, 0.035);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease;
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: #f4bbb4;
}

.service-icon {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
}

.offers-section {
  padding-top: 14px;
}

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

.offer-card {
  position: relative;
  min-height: 108px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 246, 244, 0.98) 0%, rgba(255, 246, 244, 0.88) 38%, rgba(255, 246, 244, 0.02) 70%),
    var(--offer-image) var(--offer-pos, center) / cover no-repeat;
  padding: 15px 12px 10px;
}

.offer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(248, 203, 195, 0.12));
  pointer-events: none;
}

.offer-card h3 {
  position: relative;
  z-index: 1;
  max-width: 102px;
  margin: 0;
  color: #2c292c;
  font-size: 12px;
  font-weight: 840;
  line-height: 1.18;
}

.offer-card p {
  position: absolute;
  left: 12px;
  bottom: 11px;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0;
}

.offer-card strong {
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 840;
}

.offer-card del {
  color: #4f484a;
  font-size: 8.2px;
  font-weight: 760;
}

.sale {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 39px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px 0 8px;
  background: linear-gradient(135deg, #ff8b86, var(--coral));
  color: #fff;
  font-size: 9px;
  font-weight: 850;
}

.masters-section {
  padding-top: 13px;
}

.masters-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
  padding: 0 30px;
}

.master-card {
  text-align: center;
}

.master-card img {
  width: 72px;
  height: 72px;
  margin: 0 auto 9px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  background: #f7ece9;
}

.master-card h3 {
  margin: 0;
  color: #302c2f;
  font-size: 9px;
  font-weight: 820;
  line-height: 1.2;
}

.master-card p {
  margin: 2px 0 0;
  color: #5e575b;
  font-size: 8px;
  font-weight: 620;
}

.portfolio-section {
  padding-top: 10px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.portfolio-grid img {
  width: 100%;
  height: 106px;
  border-radius: 9px;
  object-fit: cover;
  background: #f6eeec;
}

.portfolio-grid img:nth-child(3) {
  object-position: 45% 38%;
}

.prices-section {
  padding-top: 14px;
}

.price-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 10px 13px 9px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 9px 18px rgba(71, 55, 53, 0.035);
}

.price-column h3 {
  margin: 0 0 7px;
  color: var(--coral-dark);
  font-size: 9.5px;
  font-weight: 850;
}

.price-column p {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin: 0 0 4px;
  color: #3f3a3d;
  font-size: 8.5px;
  font-weight: 600;
  line-height: 1.18;
}

.price-column strong {
  color: #2c292c;
  font-weight: 810;
  white-space: nowrap;
}

.booking-section {
  position: relative;
  z-index: 12;
  padding-top: 11px;
}

.booking-panel {
  position: relative;
  z-index: 1;
  min-height: 101px;
  display: grid;
  grid-template-columns: 202px 1fr 166px;
  gap: 22px;
  align-items: center;
  padding: 18px 29px 18px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f87569 0%, #f4655e 55%, #f36d64 100%);
  box-shadow: 0 16px 35px rgba(244, 109, 99, 0.21);
}

.booking-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 870;
}

.booking-copy p {
  width: 176px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 9px;
  font-weight: 560;
  line-height: 1.45;
}

.booking-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 14px;
}

.booking-fields label {
  position: relative;
  min-width: 0;
}

.contact-field {
  grid-column: 1 / -1;
}

.booking-fields label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.booking-fields input,
.booking-fields select {
  width: 100%;
  height: 28px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: #777074;
  padding: 0 32px 0 13px;
  font-size: 8.7px;
  font-weight: 650;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(92, 60, 57, 0.08);
}

.booking-fields select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #9b9295 50%),
    linear-gradient(135deg, #9b9295 50%, transparent 50%);
  background-position:
    calc(100% - 16px) 12px,
    calc(100% - 11px) 12px;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}

.field-icon {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--coral);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.date-field {
  z-index: 5;
}

.date-field.is-open {
  z-index: 30;
}

.date-picker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 224px;
  padding: 11px;
  border: 1px solid #f1c4bf;
  border-radius: 12px;
  background: #fff;
  color: #2f2a2d;
  box-shadow: 0 18px 40px rgba(92, 45, 42, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition:
    opacity 0.16s ease,
    transform 0.16s ease;
}

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

.date-picker-head {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  gap: 6px;
  margin-bottom: 9px;
}

.date-picker-title {
  text-align: center;
  color: #2f2a2d;
  font-size: 11px;
  font-weight: 840;
  text-transform: capitalize;
}

.date-picker-nav,
.date-day {
  border: 0;
  background: transparent;
}

.date-picker-nav {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--coral);
  font-size: 16px;
  line-height: 1;
}

.date-picker-nav:hover {
  background: #fff2f0;
}

.date-weekdays,
.date-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}

.date-weekdays {
  margin-bottom: 5px;
  color: #a09699;
  text-align: center;
  font-size: 8px;
  font-weight: 780;
}

.date-day {
  height: 25px;
  border-radius: 7px;
  color: #3b3639;
  font-size: 9px;
  font-weight: 720;
}

.date-day:hover:not(:disabled) {
  background: #fff2f0;
  color: var(--coral-dark);
}

.date-day.is-today {
  box-shadow: inset 0 0 0 1px #f5aaa4;
}

.date-day.is-selected {
  background: var(--coral);
  color: #fff;
  box-shadow: none;
}

.date-day:disabled {
  color: #d2c9ca;
  cursor: default;
}

.time-field {
  z-index: 5;
}

.time-field.is-open {
  z-index: 30;
}

.time-picker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 224px;
  padding: 12px;
  border: 1px solid #f1c4bf;
  border-radius: 12px;
  background: #fff;
  color: #2f2a2d;
  box-shadow: 0 18px 40px rgba(92, 45, 42, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition:
    opacity 0.16s ease,
    transform 0.16s ease;
}

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

.time-picker-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 9px;
  color: #2f2a2d;
  font-size: 11px;
  font-weight: 840;
}

.time-picker-title span {
  color: var(--coral);
  font-size: 8px;
  font-weight: 820;
  white-space: nowrap;
}

.time-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.time-slot {
  height: 29px;
  border: 1px solid #f1d4d0;
  border-radius: 8px;
  background: #fff;
  color: #3b3639;
  font-size: 9px;
  font-weight: 760;
}

.time-slot:hover {
  background: #fff2f0;
  border-color: #f5aaa4;
  color: var(--coral-dark);
}

.time-slot:disabled,
.time-slot.is-booked {
  border-color: #eadfda;
  background: #f3efed;
  color: #b8afb2;
  cursor: not-allowed;
  text-decoration: line-through;
}

.time-slot:disabled:hover,
.time-slot.is-booked:hover {
  border-color: #eadfda;
  background: #f3efed;
  color: #b8afb2;
}

.time-slot.is-selected {
  border-color: var(--coral);
  background: var(--coral);
  color: #fff;
}

.time-picker-note {
  margin-top: 9px;
  color: #9c9395;
  font-size: 8px;
  font-weight: 620;
}

.booking-submit {
  height: 58px;
  border-radius: 7px;
  background: #242425;
  color: #fff;
  font-size: 10px;
  box-shadow: 0 10px 24px rgba(35, 35, 35, 0.28);
}

.booking-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.reviews-section {
  padding-top: 13px;
}

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

.review-card {
  position: relative;
  height: 116px;
  padding: 17px 62px 12px 18px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(71, 55, 53, 0.035);
}

.review-card::after {
  content: "”";
  position: absolute;
  right: 18px;
  top: 43px;
  color: #ffd7d1;
  font-family: Georgia, serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

.stars {
  float: left;
  margin-right: 12px;
  color: var(--coral);
  font-size: 11px;
  line-height: 1;
}

.review-card h3 {
  margin: 0 0 16px;
  color: #554e52;
  font-size: 9px;
  font-weight: 760;
}

.review-card p {
  margin: 0;
  color: #3c383b;
  font-size: 9px;
  font-weight: 560;
  line-height: 1.36;
}

.review-card time {
  display: block;
  margin-top: 8px;
  color: #9c9395;
  font-size: 8px;
  font-weight: 620;
}

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

.about-grid {
  display: grid;
  grid-template-columns: 1.13fr 0.87fr;
  gap: 14px;
  align-items: start;
}

.loyalty-panel,
.faq-panel {
  min-height: 150px;
  border-radius: 14px;
}

.loyalty-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 192px;
  gap: 14px;
  padding: 18px 18px 14px;
  background:
    radial-gradient(circle at 83% 21%, rgba(255, 255, 255, 0.66), transparent 28%),
    linear-gradient(135deg, #fff1ef 0%, #ffe4df 100%);
}

.loyalty-panel h2 {
  margin: 0;
  color: #302c2f;
  font-size: 15px;
  font-weight: 870;
}

.loyalty-panel p {
  width: 250px;
  max-width: 100%;
  margin: 7px 0 10px;
  color: #484144;
  font-size: 9px;
  font-weight: 610;
  line-height: 1.45;
}

.loyalty-panel ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.loyalty-panel li {
  position: relative;
  padding-left: 19px;
  color: #3b3639;
  font-size: 9px;
  font-weight: 640;
}

.loyalty-panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 12px;
  height: 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--coral);
  font-size: 8px;
  font-weight: 900;
}

.loyalty-panel img {
  width: 156px;
  align-self: center;
  justify-self: end;
  border-radius: 10px;
  box-shadow: 0 16px 26px rgba(213, 104, 96, 0.22);
}

.faq-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.faq-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 42px;
  border-bottom: 1px solid var(--line);
}

.faq-tabs button {
  border: 0;
  background: #fff;
  color: #665f62;
  font-size: 10px;
  font-weight: 760;
}

.faq-tabs .is-active {
  color: var(--coral-dark);
  box-shadow: inset 0 -2px 0 var(--coral);
}

.faq-list {
  padding: 2px 15px 6px;
}

.faq-item {
  border-bottom: 1px solid #f0e9e7;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-list button {
  width: 100%;
  min-height: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  background: #fff;
  color: #3f3a3d;
  padding: 0;
  text-align: left;
  font-size: 9px;
  font-weight: 660;
}

.faq-item.is-open button {
  color: var(--coral-dark);
}

.faq-list span {
  color: #8b8386;
  font-size: 15px;
  font-weight: 320;
  transition: transform 0.16s ease;
}

.faq-item.is-open span {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  color: #6e6468;
  font-size: 8.6px;
  font-weight: 560;
  line-height: 1.42;
}

.faq-item.is-open .faq-answer {
  display: block;
  padding-bottom: 9px;
}

.faq-answer p {
  margin: 0;
}

.contacts-section {
  padding-top: 15px;
  padding-bottom: 8px;
}

.contacts-section h2 {
  margin-bottom: 11px;
}

.contacts-grid {
  display: grid;
  grid-template-columns: 220px 331px 1fr;
  gap: 27px;
  align-items: center;
}

.contact-list {
  display: grid;
  gap: 8px;
  margin: 0;
  font-style: normal;
}

.contact-list p {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: start;
  margin: 0;
  color: #514a4d;
  font-size: 9px;
  font-weight: 650;
  line-height: 1.35;
}

.contact-list a {
  color: inherit;
}

.contact-list svg {
  width: 14px;
  height: 14px;
  margin-top: 1px;
  stroke-width: 1.8;
}

.map-card {
  position: relative;
  width: 331px;
  height: 103px;
  border-radius: 9px;
  overflow: hidden;
  background: #f2f4f7;
}

.map-fallback,
.map-frame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-fallback {
  z-index: 1;
  color: #302c2f;
  text-decoration: none;
  background:
    radial-gradient(circle at 76% 22%, rgba(194, 224, 202, 0.72) 0 13%, transparent 14%),
    radial-gradient(circle at 18% 74%, rgba(203, 221, 235, 0.6) 0 10%, transparent 11%),
    linear-gradient(28deg, transparent 0 43%, rgba(255, 255, 255, 0.92) 44% 50%, transparent 51%),
    linear-gradient(152deg, transparent 0 41%, rgba(255, 255, 255, 0.95) 42% 48%, transparent 49%),
    linear-gradient(5deg, transparent 0 61%, rgba(255, 255, 255, 0.78) 62% 66%, transparent 67%),
    #edf2f5;
}

.map-fallback::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(188, 202, 211, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 202, 211, 0.28) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.7;
}

.map-fallback-pin {
  position: absolute;
  left: 48%;
  top: 28%;
  width: 25px;
  height: 25px;
  border-radius: 50% 50% 50% 0;
  background: #fb6b64;
  box-shadow: 0 8px 18px rgba(251, 107, 100, 0.28);
  transform: rotate(-45deg);
}

.map-fallback-pin::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: #fff;
}

.map-fallback-title,
.map-fallback-link {
  position: absolute;
  left: calc(48% + 33px);
  z-index: 1;
}

.map-fallback-title {
  top: 34px;
  color: #302c2f;
  font-size: 10px;
  font-weight: 820;
}

.map-fallback-link {
  top: 50px;
  color: #fb6b64;
  font-size: 8px;
  font-weight: 760;
}

.map-frame {
  z-index: 2;
  opacity: 0;
  transition: opacity 160ms ease;
}

.map-card.is-ready .map-frame {
  opacity: 1;
}

.map-card.is-ready .map-fallback {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.social-block {
  align-self: start;
  padding-top: 7px;
}

.social-block h3 {
  margin: 0 0 14px;
  color: #302c2f;
  font-size: 11px;
  font-weight: 820;
}

.socials {
  display: flex;
  gap: 9px;
  margin-bottom: 15px;
}

.socials a {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #f1c4bf;
  border-radius: 5px;
  background: #fff;
  color: #4d4649;
  font-size: 8px;
  font-weight: 820;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease;
}

.socials a:hover {
  transform: translateY(-1px);
  border-color: var(--coral);
}

.socials svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.socials a[aria-label="Telegram"] svg {
  fill: currentColor;
  stroke: none;
}

.social-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.social-write-btn {
  width: 132px;
  min-height: 30px;
  color: #fff;
  font-size: 9px;
  box-shadow: none;
}

.whatsapp-btn {
  background: var(--coral);
}

.telegram-write-btn {
  background: #2ca8dd;
}

.telegram-write-btn:hover {
  background: #1d91c2;
}

.footer {
  padding: 9px 0 17px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #a0979a;
  font-size: 8px;
  font-weight: 620;
}

.footer-row p {
  margin: 0;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  max-width: min(320px, calc(100vw - 48px));
  padding: 12px 15px;
  border-radius: 9px;
  background: #242425;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  font-size: 12px;
  font-weight: 760;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.bot-modal-open {
  overflow: hidden;
}

.bot-instruction-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

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

.bot-instruction-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(36, 36, 37, 0.48);
  backdrop-filter: blur(6px);
}

.bot-instruction-card {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  border-radius: 14px;
  background: #fff;
  padding: 26px 24px 22px;
  color: #2f2a2d;
  box-shadow: 0 24px 60px rgba(47, 42, 45, 0.24);
  transform: translateY(10px) scale(0.98);
  transition: transform 0.2s ease;
}

.bot-instruction-modal.is-open .bot-instruction-card {
  transform: translateY(0) scale(1);
}

.bot-instruction-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff2f0;
  color: var(--coral);
}

.bot-instruction-close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.bot-instruction-card h2 {
  margin: 0 40px 10px 0;
  color: #242425;
  font-size: 24px;
  line-height: 1.12;
}

.bot-instruction-card p {
  margin: 0;
  color: #777074;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.45;
}

.bot-instruction-card ol {
  margin: 18px 0 0;
  padding-left: 20px;
  color: #3a3437;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.55;
}

.bot-instruction-card li + li {
  margin-top: 6px;
}

.bot-instruction-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-radius: 7px;
  background: var(--coral);
  color: #fff;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(244, 104, 95, 0.28);
}

@media (max-width: 600px) {
  .page-shell {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
}

@media (max-width: 900px) {
  .container {
    width: calc(100% - 32px);
  }

  .header-grid {
    grid-template-columns: 1fr auto auto;
  }

  .main-nav {
    position: fixed;
    inset: 56px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px 18px;
    border-bottom: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 18px 34px rgba(71, 55, 53, 0.12);
  }

  .main-nav a {
    padding: 12px 0;
    border-bottom: 1px solid #f4ecea;
    font-size: 14px;
  }

  body.menu-open .main-nav {
    display: flex;
  }

  .header-phone {
    display: none;
  }

  .header-cta {
    width: auto;
    padding: 0 14px;
  }

  .menu-toggle {
    display: flex;
  }

  .hero-panel {
    min-height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
  }

  .hero-copy {
    width: 100%;
    padding: 28px 22px 18px;
  }

  .hero h1 {
    max-width: 520px;
    font-size: 29px;
  }

  .hero-media {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 400 / 276;
    order: 2;
  }

  .hero-image {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-badge {
    right: 8%;
    bottom: 14%;
  }

  .hero-features {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    max-width: none;
    grid-template-columns: 1fr;
    gap: 12px;
    order: 3;
    padding: 0 22px 24px;
  }

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

  .offer-grid,
  .reviews-grid,
  .about-grid,
  .contacts-grid,
  .booking-panel {
    grid-template-columns: 1fr;
  }

  .masters-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    padding: 0;
  }

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

  .portfolio-grid img {
    height: 160px;
  }

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

  .booking-panel {
    gap: 16px;
    padding: 22px;
  }

  .booking-copy p {
    width: auto;
  }

  .booking-submit {
    width: 100%;
  }

  .map-card {
    width: 100%;
    height: 150px;
  }
}

@media (max-width: 560px) {
  .brand-name {
    font-size: 17px;
  }

  .brand-note {
    font-size: 9px;
  }

  .header-cta {
    display: none;
  }

  .hero h1 {
    width: 100%;
    font-size: 25px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .service-grid,
  .offer-grid,
  .masters-grid,
  .portfolio-grid,
  .price-panel,
  .booking-fields {
    grid-template-columns: 1fr;
  }

  .date-picker {
    width: min(100%, 282px);
  }

  .offer-card {
    min-height: 140px;
    height: 140px;
  }

  .portfolio-grid img {
    height: 190px;
  }

  .loyalty-panel {
    grid-template-columns: 1fr;
  }

  .loyalty-panel img {
    justify-self: start;
  }

  .contacts-grid {
    gap: 18px;
  }

  .footer-row {
    flex-direction: column;
    gap: 8px;
  }
}

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