:root {
  --ink: #322a29;
  --ink-soft: #554946;
  --cream: #f6f0ea;
  --cream-deep: #eadfd5;
  --paper: #fffaf6;
  --rose: #8d3f50;
  --rose-dark: #6e2c3a;
  --blush: #dcb7af;
  --sage: #7b8274;
  --line: rgba(83, 65, 62, .18);
  --white: #fff;
  --header-height: 86px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  min-height: var(--header-height);
  padding: 0 5vw;
  background: rgba(246, 240, 234, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--cream);
  background: var(--rose);
  border-radius: 50% 50% 48% 52% / 56% 46% 54% 44%;
  font-family: var(--serif);
  font-size: 25px;
  font-style: italic;
  line-height: 1;
  transform: rotate(-4deg);
}
.brand-copy { display: flex; flex-direction: column; gap: 2px; line-height: 1; }
.brand-copy strong { letter-spacing: .21em; font-size: 16px; font-weight: 700; }
.brand-copy small { color: #8b7873; letter-spacing: .13em; text-transform: uppercase; font-size: 8px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 12px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 32px 0; color: #655652; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 23px;
  left: 0;
  height: 1px;
  background: var(--rose);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; justify-self: end; line-height: 1.2; }
.header-phone span { color: #917d78; letter-spacing: .12em; text-transform: uppercase; font-size: 9px; }
.header-phone strong { margin-top: 5px; color: var(--rose); font-size: 15px; }

.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero-orbit { position: absolute; border: 1px solid rgba(141, 63, 80, .15); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { top: 7%; left: -13vw; width: 38vw; height: 38vw; }
.hero-orbit-two { right: 37vw; bottom: 5%; width: 12vw; height: 12vw; }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; min-height: calc(100vh - var(--header-height) - 80px); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 7.5vw 5vw 6.5vw 6vw; }
.eyebrow, .section-kicker {
  margin: 0 0 22px;
  color: var(--rose);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}
.eyebrow::before, .section-kicker::before { content: "✦"; margin-right: 10px; font-size: 9px; }
.hero h1, .section-heading h2, .ritual-copy h2, .first-visit-card h2, .care-copy h2, .contact-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .95;
}
.hero h1 { max-width: 720px; font-size: clamp(57px, 6.7vw, 108px); }
.hero h1 em, .section-heading h2 em, .contact-section h2 em { color: var(--rose); font-weight: 400; }
.hero-lead { max-width: 570px; margin: 34px 0 0; color: #655854; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 25px; border: 1px solid transparent; font-size: 12px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { min-width: 176px; color: var(--white); background: var(--rose); border-radius: 999px; }
.button-primary:hover { background: var(--rose-dark); }
.button-primary span { margin-left: 26px; font-size: 18px; font-weight: 400; }
.text-link { padding: 10px 0; border-bottom: 1px solid #a68f89; color: #5c4c48; font-size: 12px; font-weight: 650; }
.text-link span { margin-left: 15px; color: var(--rose); }
.hero-note { display: flex; align-items: center; gap: 14px; max-width: 410px; margin-top: 50px; color: #8e7974; }
.hero-note > span { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border: 1px solid #bda8a3; border-radius: 50%; color: var(--rose); font-size: 10px; }
.hero-note p { margin: 0; font-family: var(--serif); font-size: 14px; font-style: italic; line-height: 1.5; }
.hero-visual { position: relative; min-height: 630px; margin: 18px 18px 18px 0; overflow: hidden; background: #d7c5ba; border-radius: 0 0 160px 0; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(48, 30, 29, .22), transparent 42%); pointer-events: none; }
.hero-card {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  width: 180px;
  min-height: 180px;
  padding: 23px;
  color: var(--ink);
  background: rgba(255, 250, 246, .88);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  transform: rotate(7deg);
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-card span { color: var(--rose); letter-spacing: .18em; font-size: 9px; font-weight: 700; }
.hero-card strong { margin-top: 8px; font-family: var(--serif); font-size: 17px; font-style: italic; font-weight: 400; line-height: 1.2; }
.hero-location { position: absolute; z-index: 2; right: 32px; bottom: 30px; display: flex; align-items: center; min-width: 270px; padding: 18px 20px; color: var(--white); background: rgba(62, 40, 38, .72); border: 1px solid rgba(255,255,255,.24); border-radius: 18px; backdrop-filter: blur(14px); }
.hero-location i { flex: 0 0 auto; width: 9px; height: 9px; margin-right: 13px; background: var(--blush); border: 3px solid rgba(220, 183, 175, .35); border-radius: 50%; box-shadow: 0 0 0 5px rgba(220, 183, 175, .12); }
.hero-location div { display: flex; flex-direction: column; }
.hero-location strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.hero-location small { margin-top: 3px; color: #e2d6d1; font-size: 10px; }
.beauty-ribbon { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2.4vw, 38px); min-height: 80px; padding: 18px 5vw; overflow: hidden; color: #f7ece8; background: var(--rose); white-space: nowrap; }
.beauty-ribbon span { font-family: var(--serif); font-size: clamp(15px, 1.4vw, 20px); font-style: italic; }
.beauty-ribbon b { color: var(--blush); font-size: 8px; }

.section { padding: 120px 6vw; }
.services-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); align-items: end; gap: 8vw; max-width: 1420px; margin: 0 auto 58px; }
.section-heading h2, .ritual-copy h2, .care-copy h2, .first-visit-card h2, .contact-section h2 { font-size: clamp(43px, 5vw, 78px); }
.section-heading > p { max-width: 520px; margin: 0 0 8px; color: #756561; font-size: 16px; line-height: 1.75; }
.section-kicker { margin-bottom: 18px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 1420px; margin: 0 auto; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 290px; padding: 29px 28px; overflow: hidden; background: var(--cream); border: 1px solid transparent; border-radius: 24px; transition: transform .22s, border-color .22s, background .22s; }
.service-card:hover { transform: translateY(-5px); border-color: #ddc8c1; background: #fff; }
.service-card-featured { color: var(--white); background: var(--rose); }
.service-card-featured:hover { background: var(--rose-dark); border-color: transparent; }
.service-number { color: #a5847f; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.service-card-featured .service-number { color: #e7c5c1; }
.service-card > div { margin-top: auto; padding-top: 50px; }
.service-card h3 { margin: 0; font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: -.025em; }
.service-card p { max-width: 330px; margin: 15px 0 0; color: #756661; font-size: 13px; line-height: 1.7; }
.service-card-featured p { color: #efdcd9; }
.service-arrow { position: absolute; top: 24px; right: 24px; display: grid; place-items: center; width: 34px; height: 34px; color: var(--rose); border: 1px solid #cdb8b1; border-radius: 50%; font-size: 14px; }
.service-card-featured .service-arrow { color: var(--white); border-color: rgba(255,255,255,.42); }
.services-cta { display: flex; justify-content: space-between; align-items: center; max-width: 1420px; margin: 34px auto 0; padding-top: 23px; border-top: 1px solid var(--line); }
.services-cta p { margin: 0; color: #8a7771; font-family: var(--serif); font-size: 15px; font-style: italic; }
.services-cta a { color: var(--rose); font-size: 12px; font-weight: 700; }
.services-cta a span { margin-left: 15px; font-size: 17px; }

.ritual-section { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 820px; color: var(--white); background: var(--ink); }
.ritual-media { position: relative; min-height: 640px; margin: 26px 0 26px 26px; overflow: hidden; border-radius: 0 180px 0 0; }
.ritual-media img { width: 100%; height: 100%; object-fit: cover; }
.ritual-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(40,24,23,.5), transparent 45%); }
.image-caption { position: absolute; z-index: 2; right: 38px; bottom: 35px; padding: 12px 17px; color: #f5e9e5; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; font-family: var(--serif); font-size: 13px; font-style: italic; backdrop-filter: blur(8px); }
.ritual-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 92px 7vw; overflow: hidden; }
.ritual-copy::before { content: ""; position: absolute; right: -15vw; bottom: -18vw; width: 38vw; height: 38vw; border: 1px solid rgba(220,183,175,.12); border-radius: 50%; }
.section-kicker-light { color: var(--blush); }
.large-copy { max-width: 610px; margin: 29px 0 0; color: #cabdb8; font-size: 17px; line-height: 1.7; }
.signature { position: absolute; top: 70px; right: 4vw; color: rgba(220,183,175,.16); font-family: var(--serif); font-size: 170px; font-style: italic; line-height: 1; }
.feature-list { display: flex; flex-direction: column; margin: 42px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.feature-list li { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.feature-list li > span { padding-top: 3px; color: var(--blush); font-size: 10px; font-weight: 700; }
.feature-list strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.feature-list p { margin: 6px 0 0; color: #a99b97; font-size: 12px; line-height: 1.55; }

.first-visit-section { background: var(--cream-deep); }
.first-visit-card { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(480px, 1.1fr); gap: 55px 8vw; max-width: 1420px; margin: 0 auto; padding: 68px; background: var(--paper); border-radius: 34px 110px 34px 34px; box-shadow: 0 24px 70px rgba(88, 64, 59, .08); }
.first-visit-card h2 { font-size: clamp(39px, 4vw, 62px); }
.visit-options { display: flex; flex-wrap: wrap; align-content: center; gap: 10px; }
.visit-options span { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; color: #63534f; border: 1px solid #d8c6bf; border-radius: 999px; font-size: 12px; }
.visit-options span::before { content: "✦"; margin-right: 9px; color: var(--rose); font-size: 7px; }
.visit-note { grid-column: 2; max-width: 630px; margin: -29px 0 0; color: #89756f; font-family: var(--serif); font-size: 14px; font-style: italic; line-height: 1.55; }

.care-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7vw; max-width: 1660px; margin: 0 auto; padding: 120px 6vw; background: var(--cream); }
.care-copy > p:not(.section-kicker) { max-width: 600px; margin: 27px 0 0; color: #756560; font-size: 16px; line-height: 1.75; }
.care-points { margin-top: 38px; border-top: 1px solid var(--line); }
.care-points > div { display: grid; grid-template-columns: 48px 1fr; align-items: center; min-height: 73px; border-bottom: 1px solid var(--line); }
.care-points span { color: var(--rose); font-size: 10px; font-weight: 700; }
.care-points strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.care-media { position: relative; min-height: 620px; overflow: hidden; background: #d8c5bd; border-radius: 160px 0 0 0; }
.care-media img { width: 100%; height: 100%; object-fit: cover; }
.care-badge { position: absolute; right: 25px; bottom: 25px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 138px; height: 138px; color: var(--white); background: rgba(141,63,80,.88); border-radius: 50%; backdrop-filter: blur(8px); }
.care-badge span { letter-spacing: .16em; text-transform: uppercase; font-size: 8px; }
.care-badge b { margin-top: 2px; font-family: var(--serif); font-size: 25px; font-style: italic; font-weight: 400; }

.process-section { background: var(--paper); }
.process-heading { margin-bottom: 64px; }
.stages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 1420px; margin: 0 auto; }
.stages-grid article { position: relative; min-height: 250px; padding: 28px; background: var(--cream); border-radius: 90px 20px 20px 20px; }
.stages-grid article:nth-child(even) { margin-top: 30px; border-radius: 20px 20px 90px 20px; }
.stages-grid span { display: grid; place-items: center; width: 40px; height: 40px; color: var(--rose); background: #ecdeda; border-radius: 50%; font-size: 10px; font-weight: 700; }
.stages-grid h3 { margin: 48px 0 0; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.stages-grid p { margin: 13px 0 0; color: #786864; font-size: 12px; line-height: 1.65; }

.contact-section { position: relative; overflow: hidden; padding: 110px 6vw 66px; color: var(--white); background: var(--rose); }
.contact-flower { position: absolute; top: -130px; right: -80px; color: rgba(255,255,255,.07); font-size: 430px; line-height: 1; }
.contact-grid, .contact-meta { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: 10vw; max-width: 1420px; margin: 0 auto; }
.contact-section .section-kicker { color: #e9c9c7; }
.contact-section h2 { font-size: clamp(48px, 6vw, 92px); }
.contact-section h2 em { color: #f0c8c4; }
.contact-action { display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 4px; }
.contact-action p { max-width: 520px; margin: 0 0 27px; color: #edd8d5; font-size: 16px; line-height: 1.65; }
.contact-action a { width: max-content; max-width: 100%; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.72); font-family: var(--serif); font-size: clamp(32px, 3.5vw, 55px); letter-spacing: -.035em; line-height: 1.1; }
.contact-action > span { margin-top: 12px; color: #d9aaa8; letter-spacing: .1em; text-transform: uppercase; font-size: 9px; }
.contact-meta { margin-top: 82px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.24); }
.contact-meta > div { display: flex; flex-direction: column; }
.contact-meta span { color: #e5bab8; letter-spacing: .13em; text-transform: uppercase; font-size: 9px; font-weight: 700; }
.contact-meta strong { margin-top: 11px; font-size: 13px; line-height: 1.65; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; min-height: 126px; padding: 28px 6vw; color: #9d8c87; background: #2b2322; }
.brand-footer { color: var(--white); }
.brand-footer .brand-mark { background: #f1ddd7; color: var(--rose); }
.brand-footer .brand-copy small { color: #9d8c87; }
footer p { margin: 0; text-align: center; font-size: 10px; }
footer > a:last-child { justify-self: end; color: #eadbd7; font-size: 11px; }
.mobile-call { display: none; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero-content { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 5vw; }
  .hero h1 { font-size: clamp(52px, 6.5vw, 78px); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .ritual-section { grid-template-columns: 1fr 1fr; }
  .ritual-copy { padding-right: 5vw; padding-left: 5vw; }
  .care-section { gap: 5vw; }
}

@media (max-width: 860px) {
  :root { --header-height: 72px; }
  body { padding-bottom: 68px; }
  .site-header { min-height: var(--header-height); padding: 0 20px; }
  .brand-mark { width: 38px; height: 38px; font-size: 22px; }
  .brand-copy strong { font-size: 14px; }
  .header-phone { display: none; }
  .hero-content { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 590px; padding: 78px 20px 62px; }
  .hero h1 { font-size: clamp(52px, 14vw, 76px); }
  .hero-lead { margin-top: 27px; font-size: 15px; }
  .hero-note { margin-top: 37px; }
  .hero-visual { min-height: 540px; margin: 0 12px 12px; border-radius: 0 0 100px 0; }
  .hero-card { top: 18px; right: 18px; width: 145px; min-height: 145px; padding: 17px; }
  .hero-card strong { font-size: 14px; }
  .hero-location { right: 18px; bottom: 18px; left: 18px; min-width: 0; }
  .beauty-ribbon { justify-content: flex-start; min-height: 66px; padding: 15px 20px; overflow: hidden; }
  .section { padding: 82px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .section-heading h2, .ritual-copy h2, .care-copy h2, .first-visit-card h2, .contact-section h2 { font-size: clamp(42px, 11vw, 60px); }
  .section-heading > p { font-size: 14px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .services-cta { align-items: flex-start; flex-direction: column; gap: 13px; }
  .ritual-section { grid-template-columns: 1fr; }
  .ritual-media { min-height: 500px; margin: 14px 14px 0; border-radius: 0 100px 0 0; }
  .ritual-copy { padding: 82px 20px; }
  .large-copy { font-size: 15px; }
  .signature { top: 55px; right: 25px; font-size: 120px; }
  .first-visit-card { grid-template-columns: 1fr; gap: 34px; padding: 34px 23px; border-radius: 28px 80px 28px 28px; }
  .visit-options { gap: 8px; }
  .visit-options span { min-height: 42px; padding: 0 13px; font-size: 11px; }
  .visit-note { grid-column: auto; margin: -8px 0 0; }
  .care-section { grid-template-columns: 1fr; gap: 46px; padding: 82px 20px; }
  .care-media { min-height: 500px; border-radius: 100px 0 0 0; }
  .process-heading { margin-bottom: 46px; }
  .stages-grid { grid-template-columns: 1fr; }
  .stages-grid article, .stages-grid article:nth-child(even) { min-height: 220px; margin-top: 0; border-radius: 70px 18px 18px 18px; }
  .stages-grid h3 { margin-top: 38px; }
  .contact-section { padding: 82px 20px 50px; }
  .contact-grid, .contact-meta { grid-template-columns: 1fr; gap: 42px; }
  .contact-meta { gap: 28px; margin-top: 58px; }
  footer { grid-template-columns: 1fr; justify-items: start; gap: 23px; padding: 38px 20px; }
  footer p { text-align: left; }
  footer > a:last-child { display: none; }
  .mobile-call { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 0 20px; color: var(--white); background: var(--rose); font-size: 12px; font-weight: 700; box-shadow: 0 -8px 30px rgba(68, 36, 40, .2); }
  .mobile-call span { font-family: var(--serif); font-size: 17px; font-weight: 400; }
}

@media (max-width: 440px) {
  .brand-copy small { letter-spacing: .09em; font-size: 7px; }
  .hero-copy { min-height: 560px; padding-top: 66px; }
  .hero h1 { font-size: 49px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .button { width: 100%; }
  .text-link { width: max-content; }
  .hero-visual { min-height: 465px; }
  .service-card h3 { font-size: 25px; }
  .care-media { min-height: 430px; }
  .care-badge { width: 115px; height: 115px; }
  .contact-action a { font-size: 31px; }
}

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