:root {
  --page: #fafafa;
  --ink: #111111;
  --muted: #646464;
  --soft: #f5f5f5;
  --line: #e8e8e8;
  --brand: #9b005b;
  --brand-dark: #760045;
  --star: #ffea00;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

svg {
  display: block;
}

.site-shell {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 36px 24px 96px;
}

.hero-proof {
  width: min(100%, 800px);
  min-height: 944px;
  margin: 0 auto;
  padding: 26px 30px 78px;
  overflow: hidden;
  background: #fbfbfb;
  color: var(--ink);
}

.hero-stage {
  position: relative;
  height: 546px;
}

.brand-logo {
  position: relative;
  z-index: 3;
  display: block;
  width: 170px;
  height: auto;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  top: 209px;
  left: 5px;
  width: 460px;
}

.hero-copy h1 {
  max-width: 455px;
  margin: 0;
  color: #070707;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-copy p {
  width: 370px;
  margin: 22px 0 32px;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.47;
}

.primary-booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 313px;
  min-height: 48px;
  border-radius: 8px;
  background: var(--brand);
  color: #ffffff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(155, 0, 91, 0.12);
  transition: background 180ms ease, transform 180ms ease;
}

.primary-booking:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.hero-portrait-frame {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -30px;
  width: 450px;
  height: 610px;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.hero-portrait-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(to bottom, #fbfbfb 0%, rgba(251, 251, 251, 0.58) 7%, rgba(251, 251, 251, 0) 22%),
    linear-gradient(to bottom, rgba(251, 251, 251, 0) 66%, rgba(251, 251, 251, 0.72) 88%, #fbfbfb 100%),
    linear-gradient(to right, #fbfbfb 0%, rgba(251, 251, 251, 0.55) 12%, rgba(251, 251, 251, 0) 34%),
    linear-gradient(to left, #fbfbfb 0%, rgba(251, 251, 251, 0) 15%);
}

.hero-portrait {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.testimonial-block {
  position: relative;
  z-index: 4;
}

.testimonial-block h2 {
  margin: 0 0 63px 5px;
  color: #080808;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.testimonial-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 7px;
  background: var(--brand);
  color: #ffffff;
  padding: 18px 18px 15px;
  overflow: hidden;
}

.stars {
  margin-bottom: 14px;
  color: var(--star);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.testimonial-card p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 20px;
}

.reviewer img {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 999px;
  object-fit: cover;
}

.reviewer strong,
.reviewer span {
  display: block;
}

.reviewer strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
}

.reviewer span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.05;
}

.section-divider {
  width: min(100%, 920px);
  height: 1px;
  margin: 70px auto 76px;
  background: var(--line);
}

.booking-header {
  margin-bottom: 58px;
  text-align: center;
}

.booking-header p {
  margin: 0 0 20px;
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.booking-header h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 0;
}

.consultation-card,
.service-section,
.info-grid,
.footer {
  width: min(100%, 920px);
  margin-inline: auto;
}

.consultation-card {
  padding: 44px;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.consultation-card h2,
.consultation-card h3 {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0;
}

.consultation-card h2 {
  color: var(--ink);
  font-size: 32px;
}

.consultation-card h3 {
  margin-top: 8px;
  color: #747474;
  font-size: 21px;
}

.consultation-card > p {
  max-width: 600px;
  margin: 30px 0 0;
  color: #666666;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.consultation-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

.consultation-action span {
  color: #666666;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.consultation-action b {
  margin-left: 8px;
  color: var(--ink);
}

.outline-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 4px;
  background: var(--brand);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 180ms ease;
}

.outline-action:hover {
  background: var(--brand-dark);
}

.outline-action svg,
.info-grid svg,
.footer svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-section {
  margin-top: 86px;
}

.section-heading {
  margin-bottom: 38px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 32px;
  font-weight: 300;
}

.section-heading p {
  margin: 12px 0 0;
  color: #777777;
  font-size: 16px;
  font-weight: 300;
}

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

.service-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 0 30px;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  background: #ffffff;
  color: #3f3f3f;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.service-grid a:hover {
  border-color: rgba(155, 0, 91, 0.35);
  color: var(--brand);
  transform: translateY(-1px);
}

.service-grid span {
  color: #b8b8b8;
  font-size: 23px;
  line-height: 1;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 72px;
}

.info-grid article {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  background: var(--brand);
  color: #ffffff;
  padding: 32px;
  box-shadow: 0 18px 40px rgba(155, 0, 91, 0.1);
}

.info-grid h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}

.info-grid p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}

.info-grid a,
.footer a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer {
  margin-top: 72px;
  padding-top: 50px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.footer h2 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer p {
  margin: 8px 0 26px;
  color: #777777;
  font-size: 14px;
}

.footer a {
  margin: 0 auto;
  color: #8a8a8a;
}

@media (max-width: 760px) {
  .site-shell {
    padding: 0 0 72px;
  }

  .hero-proof {
    min-height: auto;
    padding: 24px 20px 48px;
  }

  .hero-stage {
    display: flex;
    min-height: 0;
    height: auto;
    flex-direction: column;
  }

  .brand-logo {
    width: 148px;
  }

  .hero-portrait-frame {
    position: relative;
    order: 2;
    top: auto;
    right: auto;
    width: min(calc(100% + 40px), 430px);
    height: auto;
    aspect-ratio: 450 / 610;
    margin: 18px auto 0;
  }

  .hero-portrait-frame::after {
    background:
      linear-gradient(to bottom, #fbfbfb 0%, rgba(251, 251, 251, 0.72) 8%, rgba(251, 251, 251, 0) 24%),
      linear-gradient(to bottom, rgba(251, 251, 251, 0) 58%, rgba(251, 251, 251, 0.7) 84%, #fbfbfb 100%),
      linear-gradient(to right, #fbfbfb 0%, rgba(251, 251, 251, 0.88) 10%, rgba(251, 251, 251, 0.24) 30%, rgba(251, 251, 251, 0) 52%),
      linear-gradient(to left, #fbfbfb 0%, rgba(251, 251, 251, 0.2) 12%, rgba(251, 251, 251, 0) 26%);
  }

  .hero-portrait {
    width: 100%;
    height: 100%;
    object-position: center top;
  }

  .hero-copy {
    position: relative;
    order: 3;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: -64px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(24px, 7vw, 34px);
  }

  .hero-copy p {
    width: 100%;
    max-width: 430px;
    margin: 18px 0 24px;
    font-size: 15px;
    font-weight: 500;
  }

  .primary-booking {
    width: min(100%, 340px);
    min-height: 54px;
    font-size: 21px;
  }

  .testimonial-block {
    margin-top: 44px;
  }

  .testimonial-block h2 {
    margin: 0 0 22px;
    font-size: 24px;
  }

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

  .testimonial-card {
    min-height: 206px;
    padding: 20px;
  }

  .section-divider {
    margin: 48px auto;
  }

  .booking-header,
  .consultation-card,
  .service-section,
  .info-grid,
  .footer {
    width: calc(100% - 40px);
  }

  .booking-header {
    margin-bottom: 40px;
  }

  .booking-header h2 {
    font-size: 45px;
  }

  .consultation-card {
    padding: 28px 22px;
  }

  .consultation-action,
  .info-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .consultation-action {
    align-items: stretch;
    flex-direction: column;
  }

  .outline-action {
    width: 100%;
    padding: 0 18px;
    text-align: center;
  }

  .service-section {
    margin-top: 60px;
  }

  .service-grid {
    display: grid;
  }

  .service-grid a {
    min-height: 76px;
    padding: 0 22px;
  }

  .info-grid {
    margin-top: 54px;
  }
}

@media (max-width: 430px) {
  .hero-proof {
    padding-inline: 16px;
  }

  .hero-copy {
    margin-top: -40px;
  }

  .hero-copy h1 {
    font-size: 24px;
  }

  .primary-booking {
    width: 100%;
  }

  .stars {
    font-size: 28px;
  }
}
