:root {
  --ink: #221b1c;
  --plum: #4f2636;
  --rose: #ba6f79;
  --rose-soft: #ead5d4;
  --cream: #f7f1e9;
  --paper: #fffaf4;
  --line: rgba(34, 27, 28, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

button,
input,
select {
  font: inherit;
}

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

.site-header {
  width: 100%;
  min-height: 92px;
  padding: 18px clamp(24px, 4vw, 72px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 241, 233, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  flex-direction: column;
  width: max-content;
}

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 0.9;
  letter-spacing: 0.11em;
}

.brand small {
  margin-top: 7px;
  color: var(--rose);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 48px);
}

.site-header nav a,
.footer-nav a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header nav a:hover {
  color: var(--rose);
}

.header-phone {
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.menu-toggle {
  display: none;
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(440px, 0.86fr) 1.14fr;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  padding: clamp(70px, 9vw, 140px) clamp(30px, 6vw, 96px) 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.eyebrow,
.section-index,
.contact-label {
  color: var(--rose);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.contacts h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 700px;
  margin-top: 32px;
  font-size: clamp(64px, 6.7vw, 112px);
  line-height: 0.9;
}

.hero h1 em,
.section h2 em,
.contacts h2 em {
  color: var(--rose);
  font-weight: 400;
}

.hero-lead {
  max-width: 500px;
  margin-top: 32px;
  color: #65595a;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 56px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid var(--ink);
  transition: 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: white;
  background: var(--plum);
  border-color: var(--plum);
}

.button-secondary {
  background: transparent;
}

.hero-note {
  width: 100%;
  margin-top: auto;
  padding-top: 50px;
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
}

.hero-note span {
  font-family: Georgia, serif;
  font-size: 22px;
  font-style: italic;
}

.hero-note p {
  color: #65595a;
  font-size: 13px;
}

.hero-image {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  background: var(--rose-soft);
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(79, 38, 54, 0.09), transparent 40%);
  pointer-events: none;
}

.hero-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.image-caption {
  padding: 12px 17px;
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  color: white;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
}

.section {
  padding: clamp(82px, 9vw, 145px) clamp(24px, 5vw, 80px);
  border-bottom: 1px solid var(--line);
}

.section-intro {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 44px;
  align-items: start;
}

.section h2,
.contacts h2 {
  font-size: clamp(54px, 6vw, 98px);
  line-height: 0.95;
}

.section-intro > div > p {
  max-width: 680px;
  margin-top: 24px;
  color: #65595a;
  font-size: 17px;
  line-height: 1.7;
}

.service-grid {
  margin-top: 66px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 365px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: 180ms ease;
}

.service-card:hover {
  background: var(--paper);
  box-shadow: 0 24px 50px rgba(79, 38, 54, 0.08);
}

.service-card > span {
  color: var(--rose);
  font-size: 12px;
}

.service-card h3,
.steps h3 {
  margin-top: auto;
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.05;
}

.service-card p {
  margin-top: 17px;
  color: #6e6263;
  font-size: 14px;
  line-height: 1.65;
}

.service-card a {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about {
  display: grid;
  grid-template-columns: 160px 1fr 0.75fr;
  gap: 46px;
  background: var(--rose-soft);
}

.about h2 em {
  color: var(--plum);
}

.about-lead {
  max-width: 660px;
  margin-top: 34px;
  color: #624f53;
  font-size: 20px;
  line-height: 1.7;
}

.about-list {
  align-self: end;
  border-top: 1px solid rgba(34, 27, 28, 0.35);
}

.about-list > div {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 16px;
  border-bottom: 1px solid rgba(34, 27, 28, 0.35);
}

.about-list span {
  color: var(--plum);
  font-size: 11px;
  font-weight: 800;
}

.about-list p {
  font-size: 14px;
  line-height: 1.5;
}

.ritual {
  color: white;
  background: var(--plum);
}

.ritual .section-index {
  color: #dfa6ac;
}

.ritual-heading {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 44px;
}

.steps {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.steps article {
  min-height: 280px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.steps article > span {
  color: #dfa6ac;
  font-size: 11px;
}

.steps p {
  margin-top: 15px;
  color: #dfd1d4;
  font-size: 13px;
  line-height: 1.6;
}

.faq {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 70px;
  background: var(--paper);
}

.faq-heading h2 {
  margin-top: 32px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 27px 54px 27px 0;
  position: relative;
  cursor: pointer;
  list-style: none;
  font-family: Georgia, serif;
  font-size: 22px;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  color: var(--rose);
  font-family: Arial, sans-serif;
  font-size: 24px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  padding: 0 60px 27px 0;
  color: #6e6263;
  font-size: 14px;
  line-height: 1.75;
}

.contacts {
  padding: clamp(84px, 10vw, 150px) clamp(24px, 6vw, 96px);
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 80px;
  background: var(--rose);
}

.contacts .section-index {
  color: var(--plum);
}

.contacts-copy > p:last-child {
  max-width: 560px;
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.7;
}

.contacts h2 {
  margin-top: 32px;
}

.contacts h2 em {
  color: white;
}

.contact-card {
  padding: clamp(30px, 4vw, 56px);
  background: var(--paper);
  box-shadow: 18px 18px 0 var(--plum);
}

.contact-phone {
  margin-top: 18px;
  display: inline-block;
  font-family: Georgia, serif;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
}

.booking-form {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.booking-form label {
  display: grid;
  gap: 7px;
}

.booking-form label > span {
  color: #6e6263;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: none;
}

.booking-form input:focus,
.booking-form select:focus {
  border-color: var(--rose);
}

.booking-form label:nth-child(3),
.booking-form button,
.form-status {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 18px;
  color: #6e6263;
  font-size: 12px;
}

.form-status.is-success {
  color: #2c6d43;
}

.form-status.is-error {
  color: #a33d3d;
}

.button-dark {
  color: white;
  background: var(--plum);
  border-color: var(--plum);
}

.button-light {
  background: transparent;
}

.address {
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.address a {
  margin-top: 14px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.65;
}

footer {
  padding: 70px clamp(24px, 5vw, 80px) 28px;
  display: grid;
  grid-template-columns: 1fr 0.55fr 0.8fr;
  gap: 60px;
  color: white;
  background: var(--ink);
}

.footer-brand span {
  color: white;
}

footer > div:first-child > p {
  margin-top: 24px;
  color: #bcb0b1;
  font-size: 13px;
}

.footer-nav,
.legal {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal {
  color: #bcb0b1;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer-bottom {
  padding-top: 25px;
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  color: #8c8182;
  font-size: 10px;
  letter-spacing: 0.1em;
  border-top: 1px solid #4a4142;
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .site-nav {
    padding: 24px;
    display: none !important;
    position: fixed;
    top: 86px;
    left: 16px;
    right: 16px;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: 0 20px 45px rgba(79, 38, 54, 0.14);
  }

  .site-nav.is-open {
    display: grid !important;
    justify-content: stretch;
    gap: 20px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: transparent;
    border: 1px solid var(--line);
  }

  .menu-toggle span {
    width: 20px;
    height: 1px;
    background: var(--ink);
  }

  .header-phone {
    justify-self: end;
  }

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

  .hero-copy {
    min-height: 650px;
  }

  .hero-image {
    min-height: 640px;
  }

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

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

  .about-list {
    grid-column: 2;
  }

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

  .faq,
  .contacts {
    grid-template-columns: 1fr;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  .legal {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 74px;
    padding-inline: 16px;
  }

  .brand span {
    font-size: 26px;
  }

  .brand small {
    font-size: 7px;
  }

  .header-phone {
    display: none;
  }

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

  .menu-toggle {
    justify-self: end;
  }

  .site-nav {
    top: 72px;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    min-height: 600px;
    padding: 70px 20px 36px;
  }

  .hero h1 {
    font-size: clamp(52px, 17vw, 76px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-image {
    min-height: 480px;
  }

  .section-intro,
  .ritual-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section h2,
  .contacts h2 {
    font-size: clamp(48px, 14vw, 70px);
  }

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

  .service-card {
    min-height: 310px;
  }

  .about {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-list {
    grid-column: auto;
  }

  .faq {
    gap: 44px;
  }

  .contacts {
    gap: 54px;
  }

  .contact-card {
    box-shadow: 10px 10px 0 var(--plum);
  }

  .contact-actions,
  .contact-actions .button {
    width: 100%;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }

  .booking-form label,
  .booking-form button,
  .form-status {
    grid-column: 1;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .legal {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
