:root {
  --aubergine: #4d275f;
  --plum: #684276;
  --lavender: #a38bba;
  --lilac: #ddd3e6;
  --mist: #f1ecf3;
  --cream: #fcfaf6;
  --ink: #29242d;
  --muted: #6f6872;
  --sage: #8d9b83;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.site-header {
  width: min(1280px, calc(100% - 64px));
  height: 108px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand { display: flex; align-items: center; gap: 13px; font-family: Georgia, serif; font-size: 19px; color: var(--aubergine); }
.brand em { display: block; font-size: 12px; letter-spacing: .08em; font-style: italic; color: var(--muted); }
.brand-mark {
  width: 42px; height: 42px; border: 1px solid var(--lavender); border-radius: 50%; display: grid; place-items: center;
  font: italic 24px Georgia, serif; color: var(--aubergine); background: rgba(255,255,255,.55);
}
nav { display: flex; align-items: center; gap: 36px; font-size: 14px; color: #514b54; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--aubergine); }
.nav-cta { border: 1px solid var(--aubergine); border-radius: 999px; padding: 12px 22px; color: var(--aubergine); }

.hero {
  min-height: 690px;
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 62px 5% 78px;
  border-radius: 36px 36px 8px 8px;
  background: linear-gradient(120deg, #f4eef4 0%, #eee5f0 46%, #e4d8e9 100%);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.hero-copy { position: relative; z-index: 2; }
.kicker { margin: 0 0 22px; color: var(--plum); text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 700; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h1 { margin: 0; font-size: clamp(58px, 6vw, 91px); line-height: .98; color: var(--aubergine); }
h1 span, h2 em { font-style: italic; color: var(--plum); }
.hero-intro { max-width: 555px; margin: 34px 0 0; color: #59515c; font-family: Georgia, serif; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; gap: 13px; align-items: center; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border-radius: 999px; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--aubergine); color: white; box-shadow: 0 12px 30px rgba(77,39,95,.18); }
.button.quiet { color: var(--aubergine); gap: 12px; }
.preview-note { margin: 34px 0 0; font-size: 11px; color: #736b76; display: flex; align-items: center; gap: 9px; }
.preview-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 5px rgba(141,155,131,.14); }
.hero-art { min-height: 510px; position: relative; display: grid; place-items: center; }
.hero-art img { position: relative; z-index: 2; width: min(530px, 112%); mix-blend-mode: multiply; filter: contrast(.98) saturate(.85); }
.halo { position: absolute; border-radius: 50%; border: 1px solid rgba(104,66,118,.18); }
.halo-one { width: 470px; height: 470px; }
.halo-two { width: 610px; height: 610px; }

.introduction {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 130px 0;
  display: grid;
  grid-template-columns: 80px 1.35fr .85fr;
  gap: 44px;
  align-items: end;
}
.section-number { align-self: start; color: var(--lavender); font: italic 14px Georgia, serif; }
h2 { margin: 0; font-size: clamp(40px, 4vw, 64px); line-height: 1.08; color: var(--aubergine); }
.introduction > p:last-child { margin: 0 0 5px; color: var(--muted); line-height: 1.9; font-size: 15px; }

.treatments { background: #f0eaf2; padding: 118px max(32px, calc((100% - 1160px) / 2)); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 55px; }
.section-heading > p { width: 370px; margin: 0; color: var(--muted); line-height: 1.75; font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 470px; position: relative; background: rgba(255,255,255,.72); padding: 28px 30px 31px; border: 1px solid rgba(104,66,118,.1); display: flex; flex-direction: column; transition: transform .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-6px); background: white; }
.card-number { position: absolute; top: 25px; right: 27px; color: #9b8ba3; font: italic 13px Georgia, serif; }
.service-symbol { height: 160px; display: grid; place-items: center; }
.service-symbol i { display: block; width: 90px; height: 90px; border: 1px solid var(--lavender); border-radius: 50%; position: relative; }
.symbol-1 i:before, .symbol-1 i:after { content: ""; position: absolute; left: 19px; right: 19px; height: 1px; background: var(--plum); transform: rotate(-35deg); }
.symbol-1 i:before { top: 34px; }.symbol-1 i:after { top: 52px; }
.symbol-2 i { border-radius: 50% 50% 50% 10%; transform: rotate(45deg); }
.symbol-2 i:before { content: ""; position: absolute; inset: 20px; border: 1px solid var(--plum); border-radius: 50%; }
.symbol-3 i { border-color: transparent; border-bottom-color: var(--lavender); border-left-color: var(--lavender); transform: rotate(-45deg); }
.symbol-3 i:after { content: ""; position: absolute; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--plum); left: 23px; top: 23px; }
.eyebrow { margin: 6px 0 9px; color: var(--plum) !important; text-transform: uppercase; letter-spacing: .15em; font-size: 10px !important; font-weight: 700; }
.service-card h3 { margin: 0 0 13px; font: 28px Georgia, serif; color: var(--aubergine); }
.service-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card a { margin-top: auto; padding-top: 30px; color: var(--aubergine); font-size: 13px; border-top: 1px solid var(--lilac); display: flex; justify-content: space-between; }

.about { width: min(1120px, calc(100% - 64px)); margin: 0 auto; padding: 130px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.about-art { min-height: 520px; background: #e9e0eb; position: relative; display: grid; place-items: center; overflow: hidden; }
.about-art:before, .about-art:after { content: ""; position: absolute; border: 1px solid rgba(77,39,95,.16); border-radius: 50%; width: 430px; height: 430px; }
.about-art:after { width: 310px; height: 310px; }
.orb { position: relative; z-index: 2; width: 170px; height: 220px; border-radius: 50% 50% 48% 52%; background: linear-gradient(160deg, var(--lavender), var(--aubergine)); display: grid; place-items: center; box-shadow: 0 28px 70px rgba(77,39,95,.2); }
.orb span { color: white; font: italic 76px Georgia, serif; opacity: .9; }
.about-art > p { position: absolute; bottom: 30px; left: 33px; margin: 0; color: var(--plum); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; line-height: 1.7; }
.about-copy h2 { margin-bottom: 33px; }
.about-copy > p:not(.kicker) { color: var(--muted); font-size: 14px; line-height: 1.85; }
.about-copy .large-copy { color: #4a434d !important; font: 19px/1.65 Georgia, serif !important; }
.text-link { display: inline-flex; gap: 60px; margin-top: 24px; padding-bottom: 8px; border-bottom: 1px solid var(--lavender); color: var(--aubergine); font-size: 14px; }

.contact { min-height: 520px; background: var(--aubergine); color: white; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; overflow: hidden; }
.contact-inner { padding: 95px max(32px, calc((100vw - 1120px) / 2)); padding-right: 30px; }
.contact .kicker { color: #d5c8dd; }
.contact h2 { color: white; }
.contact h2 em { color: #d8c8e0; }
.contact-inner > p:not(.kicker) { max-width: 560px; color: #d8cfdd; font-size: 15px; line-height: 1.8; margin: 26px 0 30px; }
.button.light { background: white; color: var(--aubergine); }
.contact-rings { height: 100%; position: relative; display: grid; place-items: center; }
.contact-rings span { position: absolute; width: 180px; height: 180px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); }
.contact-rings span:nth-child(2) { width: 340px; height: 340px; border-color: rgba(255,255,255,.19); }
.contact-rings span:nth-child(3) { width: 510px; height: 510px; border-color: rgba(255,255,255,.1); }

footer { width: min(1120px, calc(100% - 64px)); margin: 0 auto; padding: 72px 0 32px; }
.footer-brand { display: flex; gap: 14px; align-items: center; color: var(--aubergine); font-family: Georgia, serif; }
.footer-brand strong, .footer-brand em { display: block; font-weight: 400; }
.footer-brand em { font-size: 12px; color: var(--muted); }
.footer-links { display: flex; gap: 34px; margin: 50px 0 68px; color: var(--muted); font-size: 13px; flex-wrap: wrap; }
.footer-links a:first-child { margin-right: auto; color: var(--aubergine); }
.footer-bottom { border-top: 1px solid #e1dae4; padding-top: 22px; display: flex; justify-content: space-between; color: #8c848e; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 900px) {
  .site-header { width: calc(100% - 36px); height: 86px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { width: calc(100% - 24px); grid-template-columns: 1fr; padding: 64px 25px 20px; min-height: auto; }
  .hero-art { min-height: 390px; margin-top: 15px; }
  .hero-art img { width: min(440px, 115%); }
  .halo-one { width: 330px; height: 330px; }.halo-two { width: 430px; height: 430px; }
  .introduction { width: calc(100% - 44px); padding: 90px 0; grid-template-columns: 1fr; gap: 22px; }
  .section-number { display: none; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; }
  .section-heading > p { width: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 420px; }
  .about { width: calc(100% - 44px); grid-template-columns: 1fr; gap: 60px; padding: 90px 0; }
  .about-art { min-height: 430px; }
  .contact { grid-template-columns: 1fr; }
  .contact-inner { padding: 82px 30px; }
  .contact-rings { display: none; }
}

@media (max-width: 560px) {
  .brand { font-size: 16px; }.brand-mark { width: 36px; height: 36px; }
  .nav-cta { padding: 10px 16px; }
  h1 { font-size: 52px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button.quiet { justify-content: flex-start; padding-left: 4px; }
  .hero-art { min-height: 300px; }
  .treatments { padding: 80px 22px; }
  .footer-links { flex-direction: column; gap: 18px; }
  .footer-links a:first-child { margin-right: 0; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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