:root {
  --ink: #2d2530;
  --muted: #716874;
  --paper: #fffaf6;
  --soft: #f9edf0;
  --rose: #c86f86;
  --rose-dark: #9f5069;
  --lavender: #8f7bbd;
  --lilac: #eee8f8;
  --blue: #c8d9e6;
  --line: rgba(75, 55, 70, 0.14);
  --shadow: 0 24px 70px rgba(86, 54, 75, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  max-width: 100%;
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(244, 208, 220, 0.8), transparent 30rem),
    linear-gradient(180deg, #fffaf6 0%, #fffefe 48%, #fbf4f7 100%);
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

main,
section,
header,
footer {
  max-width: 100%;
  overflow-x: clip;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.section-shell {
  width: min(1160px, calc(100% - 32px));
  max-width: 100%;
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1220px, calc(100% - 28px));
  margin: 12px auto 0;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(255, 250, 246, 0.72);
  box-shadow: 0 18px 44px rgba(75, 55, 70, 0.08);
  backdrop-filter: blur(24px) saturate(130%);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--rose), var(--lavender));
  box-shadow: 0 14px 32px rgba(200, 111, 134, 0.24);
  font-family: "Playfair Display", serif;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.8vw, 30px);
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: var(--muted);
}

.nav-links a {
  position: relative;
  padding: 10px 0;
  transition: color 180ms ease, transform 180ms ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: linear-gradient(90deg, var(--rose), var(--lavender));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--rose-dark);
  transform: translateY(-1px);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-links .nav-cta {
  padding: 11px 17px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--rose-dark), var(--lavender));
  box-shadow: 0 14px 30px rgba(143, 123, 189, 0.24);
}

.nav-links .nav-cta::after {
  display: none;
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta.active {
  color: #fff;
  box-shadow: 0 18px 38px rgba(143, 123, 189, 0.3);
}

.menu-toggle,
.menu-scrim {
  display: none;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.05;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.8rem);
  max-width: 960px;
}

h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
}

h3 {
  font-size: 1.45rem;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--rose-dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--rose-dark), var(--lavender));
  box-shadow: 0 18px 40px rgba(143, 123, 189, 0.28);
}

.button.light {
  color: var(--rose-dark);
  background: #fff;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  color: var(--rose-dark);
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(50px, 6vw, 86px) 0;
}

.gradient-drift {
  position: absolute;
  inset: 8% 12% auto auto;
  width: 48%;
  height: 44%;
  border-radius: 50%;
  background: linear-gradient(120deg, rgba(242, 184, 202, 0.38), rgba(143, 123, 189, 0.26), rgba(200, 217, 230, 0.18));
  filter: blur(40px);
  animation: drift 8s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-22px, 18px, 0) scale(1.08);
  }
}

.hero-copy,
.hero-image-wrap {
  position: relative;
}

.hero-sub {
  max-width: 720px;
  margin: 24px 0 32px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.cert-strip {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cert-strip span,
.credential-list span {
  padding: 11px 14px;
  border: 1px solid rgba(200, 111, 134, 0.22);
  border-radius: 8px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.hero-image-wrap {
  transform: rotate(1.5deg);
}

.hero-image-wrap img {
  height: min(620px, 68vh);
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-note {
  position: absolute;
  right: 0;
  bottom: 32px;
  width: min(280px, 80%);
  max-width: 100%;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(75, 55, 70, 0.15);
  backdrop-filter: blur(14px);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note span {
  margin-top: 4px;
  color: var(--muted);
}

.problem,
.value-section,
.how-section,
.faq-section,
.treatment-list,
.why,
.testimonials,
.blog-preview,
.long-blog,
.about-detail,
.booking,
.services-system {
  padding: clamp(70px, 9vw, 120px) 0;
}

.value-section {
  display: grid;
  gap: 34px;
}

.value-heading {
  max-width: 780px;
}

.value-heading p:not(.eyebrow) {
  max-width: 680px;
  font-size: 1.08rem;
}

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

.value-block {
  display: grid;
  grid-template-rows: 210px auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 20px 54px rgba(75, 55, 70, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.value-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 68px rgba(75, 55, 70, 0.14);
}

.value-block > div:last-child {
  padding: 24px;
}

.value-block p {
  margin-bottom: 0;
}

.value-block small {
  display: inline-flex;
  margin-top: 14px;
  color: var(--rose-dark);
  font-weight: 800;
}

.chart-visual {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 18px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(249, 237, 240, 0.88), rgba(238, 232, 248, 0.82)),
    repeating-linear-gradient(0deg, transparent 0 36px, rgba(45, 37, 48, 0.06) 37px 38px);
}

.chart-visual span {
  width: 34px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--lavender), var(--rose));
  box-shadow: 0 14px 28px rgba(159, 80, 105, 0.18);
}

.support-visual {
  overflow: hidden;
}

.support-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.value-block:hover .support-visual img {
  transform: scale(1.05);
}

.problem {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  min-height: clamp(430px, 48vw, 620px);
}

.problem-flow {
  display: grid;
  gap: 18px;
}

.problem-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.problem-item p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.1rem, 2vw, 1.42rem);
  font-weight: 600;
}

.soft-index {
  color: var(--lavender);
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
}

.problem-marker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.problem-icon {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(200, 111, 134, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(238, 232, 248, 0.74));
}

.problem-icon::before,
.problem-icon::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid var(--rose);
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
}

.problem-icon::after {
  inset: 15px 10px 9px 16px;
  border-color: var(--lavender);
}

.service-preview {
  padding: 70px 0;
  overflow: hidden;
  background: linear-gradient(100deg, rgba(249, 237, 240, 0.78), rgba(238, 232, 248, 0.72));
}

.how-section {
  --timeline-scale: 0;
  --timeline-cta-opacity: 0;
  --timeline-cta-y: 8px;
}

.how-section.timeline-active {
  --timeline-scale: 1;
  --timeline-cta-opacity: 1;
  --timeline-cta-y: 0px;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 18px;
  margin-top: 36px;
  overflow: visible;
}

.timeline-line {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 35px;
  height: 2px;
  background: rgba(200, 111, 134, 0.18);
  pointer-events: none;
}

.timeline-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--rose), var(--lavender));
  transform: scaleX(var(--timeline-scale));
  transform-origin: left center;
  transition: transform 1200ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.timeline-step {
  position: relative;
  padding: 0 10px;
}

.step-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, var(--soft));
  box-shadow: 0 18px 40px rgba(75, 55, 70, 0.1);
}

.step-icon::before,
.step-icon::after {
  content: "";
  position: absolute;
  border-color: var(--rose-dark);
}

.step-icon-1::before {
  width: 24px;
  height: 30px;
  border: 2px solid var(--rose-dark);
  border-radius: 5px;
}

.step-icon-1::after {
  width: 16px;
  height: 2px;
  background: var(--lavender);
  box-shadow: 0 7px 0 var(--lavender);
}

.step-icon-2::before {
  width: 30px;
  height: 20px;
  border: 2px solid var(--rose-dark);
  border-radius: 8px;
}

.step-icon-2::after {
  width: 18px;
  height: 18px;
  border: 2px solid var(--lavender);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.step-icon-3::before {
  width: 30px;
  height: 28px;
  border: 2px solid var(--rose-dark);
  border-radius: 5px;
}

.step-icon-3::after {
  width: 22px;
  height: 2px;
  background: var(--lavender);
  box-shadow: 0 8px 0 var(--lavender);
}

.step-icon-4::before {
  width: 30px;
  height: 30px;
  border: 2px solid var(--rose-dark);
  border-radius: 50%;
}

.step-icon-4::after {
  width: 12px;
  height: 20px;
  border: 2px solid var(--lavender);
  border-left: 0;
  border-top: 0;
  transform: rotate(42deg);
}

.timeline-step h3 {
  margin-bottom: 10px;
}

.timeline-step p {
  margin: 0;
}

.timeline-cta {
  align-self: start;
  margin-top: 9px;
  opacity: var(--timeline-cta-opacity);
  transform: translateY(var(--timeline-cta-y));
  transition: opacity 360ms ease 760ms, transform 360ms ease 760ms, box-shadow 180ms ease;
  will-change: transform, opacity;
}

.split-heading {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: end;
  margin-bottom: 28px;
}

.split-heading > p,
.split-heading > a {
  max-width: 400px;
}

.service-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 360px);
  gap: 20px;
  overflow-x: auto;
  max-width: 100%;
  padding: 6px clamp(16px, 5vw, 64px) 24px;
  scrollbar-color: var(--rose) transparent;
  overscroll-behavior-inline: auto;
  -webkit-overflow-scrolling: touch;
}

.service-slide {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(75, 55, 70, 0.15);
}

.service-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.service-slide:hover img {
  transform: scale(1.06);
}

.service-slide span {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  background: rgba(45, 37, 48, 0.56);
  backdrop-filter: blur(14px);
  font-family: "Playfair Display", serif;
  font-size: 1.7rem;
}

.focus {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  padding: clamp(70px, 10vw, 132px) 0;
}

.home-divider {
  display: flex;
  justify-content: center;
  padding: 0;
}

.home-divider span {
  display: block;
  width: min(520px, 76%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 111, 134, 0.52), rgba(143, 123, 189, 0.48), transparent);
}

.focus.reverse .focus-image {
  order: 2;
}

.focus-image img,
.portrait-frame img,
.booking-aside img,
.article-block img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.focus-image img {
  height: clamp(380px, 48vw, 620px);
}

.focus-copy p {
  max-width: 620px;
}

.why {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.why h2 {
  max-width: 900px;
}

.why-lines {
  display: grid;
  margin-top: 42px;
  border-top: 1px solid var(--line);
}

.why-line {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.why-line p {
  margin: 0;
  font-size: 1.06rem;
}

.calculator-band {
  padding: clamp(70px, 9vw, 118px) 0;
  background: linear-gradient(135deg, rgba(200, 111, 134, 0.12), rgba(143, 123, 189, 0.18), rgba(200, 217, 230, 0.14));
}

.calculator {
  display: grid;
  grid-template-columns: 0.88fr 1fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
}

.calc-panel {
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.calc-value,
.loss-result {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.calc-value span,
.loss-result span {
  color: var(--rose-dark);
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1;
}

.calc-value small,
.disclaimer {
  color: var(--muted);
}

input[type="range"] {
  width: 100%;
  margin: 34px 0;
  accent-color: var(--rose);
}

.loss-result p {
  max-width: 210px;
  margin: 0;
  text-align: right;
}

.disclaimer {
  display: block;
  margin-top: 20px;
}

.testimonial-row,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.testimonial,
.blog-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 20px 54px rgba(75, 55, 70, 0.1);
}

.testimonial {
  padding: 16px;
}

.testimonial img {
  width: 66px;
  height: 66px;
  border-radius: 8px;
  object-fit: cover;
}

.testimonial p {
  color: var(--ink);
  font-size: 1.02rem;
}

.blog-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.blog-card div {
  padding: 22px;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.44fr 1fr;
  gap: clamp(28px, 6vw, 74px);
  align-items: start;
  border-top: 1px solid var(--line);
}

.faq-heading {
  position: sticky;
  top: 118px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

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

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 22px 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-weight: 800;
}

.faq-plus {
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(200, 111, 134, 0.28);
  border-radius: 8px;
}

.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 13px;
  height: 2px;
  background: var(--rose-dark);
  transition: transform 200ms ease;
}

.faq-plus::after {
  transform: rotate(90deg);
}

.faq-item.is-open .faq-plus::after {
  transform: rotate(0deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 260ms ease;
}

.faq-item.is-open .faq-answer {
  max-height: 420px;
}

.faq-answer p {
  margin: 0;
  padding: 0 44px 22px 0;
}

.treatment-list {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.treatment-heading {
  position: sticky;
  top: 118px;
}

.treatment-accordion {
  display: grid;
  gap: 10px;
}

.treatment-item {
  border-bottom: 1px solid var(--line);
}

.treatment-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 22px 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-weight: 800;
}

.treatment-item.is-open .faq-plus::after {
  transform: rotate(0deg);
}

.treatment-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 260ms ease;
}

.treatment-item.is-open .treatment-answer {
  max-height: 180px;
}

.treatment-answer p {
  margin: 0;
  padding: 0 44px 22px 0;
}

.final-cta {
  padding: clamp(76px, 10vw, 130px) 0;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(159, 80, 105, 0.92), rgba(143, 123, 189, 0.88)),
    url("https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.final-cta h2,
.final-cta p,
.final-cta .eyebrow {
  color: #fff;
}

.final-cta p {
  max-width: 680px;
}

.page-hero {
  padding: clamp(74px, 10vw, 126px) 0 clamp(40px, 6vw, 70px);
}

.page-hero h1 {
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 740px;
  font-size: 1.18rem;
}

.about-detail {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
}

.portrait-frame img {
  height: min(680px, 72vh);
  object-fit: contain;
  object-position: center;
  background: linear-gradient(135deg, rgba(249, 237, 240, 0.7), rgba(238, 232, 248, 0.58));
}

.credential-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.services-system {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 34px;
}

.more-services {
  display: grid;
  gap: clamp(54px, 8vw, 96px);
  padding: clamp(50px, 7vw, 96px) 0 clamp(80px, 9vw, 126px);
}

.more-service {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 20px 60px rgba(75, 55, 70, 0.08);
}

.more-service.reverse .more-service-image {
  order: 2;
}

.more-service-image img {
  width: 100%;
  height: clamp(340px, 44vw, 540px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.more-service-copy p {
  max-width: 660px;
}

.service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.service-pills button,
.inline-service-boxes button {
  max-width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(200, 111, 134, 0.22);
  border-radius: 8px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-align: center;
  box-shadow: 0 14px 34px rgba(75, 55, 70, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.service-pills button:hover,
.inline-service-boxes button:hover {
  transform: translateY(-3px);
  background: var(--soft);
  box-shadow: 0 20px 44px rgba(75, 55, 70, 0.12);
}

.inline-service-boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
  max-width: 560px;
}

.service-tabs {
  display: grid;
  align-content: start;
  gap: 10px;
}

.service-tabs button,
.subservice-list button {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.service-tabs button {
  padding: 18px;
  text-align: left;
  font-weight: 800;
}

.service-tabs button:hover,
.service-tabs button.active,
.subservice-list button:hover {
  transform: translateX(4px);
  border-color: rgba(200, 111, 134, 0.45);
  background: var(--soft);
}

.service-expanded {
  min-height: 520px;
}

.expanded-inner {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 34px;
  align-items: center;
  animation: fadeUp 360ms ease both;
}

.expanded-inner img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.subservice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.subservice-list button {
  padding: 12px 15px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(45, 37, 48, 0.42);
  backdrop-filter: blur(8px);
}

.modal {
  width: min(560px, 100%);
  padding: clamp(26px, 5vw, 46px);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
  animation: modalIn 220ms ease both;
}

.modal-close {
  float: right;
  border: 0;
  color: var(--rose-dark);
  background: transparent;
  cursor: pointer;
  font-weight: 800;
}

.long-blog {
  display: grid;
  gap: 46px;
}

.article-block {
  display: grid;
  grid-template-columns: 0.56fr 1fr;
  gap: 34px;
  align-items: start;
  padding-bottom: 46px;
  border-bottom: 1px solid var(--line);
}

.article-block img {
  height: 420px;
}

.article-excerpt {
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 700;
}

.booking {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 34px;
  align-items: start;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: var(--shadow);
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.booking-form .wide,
.booking-form button {
  grid-column: 1 / -1;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  outline: none;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(200, 111, 134, 0.12);
}

.booking-aside {
  position: sticky;
  top: 110px;
}

.booking-aside img {
  height: 360px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 42px 0;
  border-top: 1px solid var(--line);
}

.footer h2 {
  font-size: 1.8rem;
}

.footer p {
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.delay-1 {
  transition-delay: 140ms;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    width: min(100% - 24px, 1220px);
    margin-top: 10px;
    overflow: visible;
    backdrop-filter: none;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 110;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    width: min(100%, 430px);
    height: 100dvh;
    padding: 94px 26px 34px;
    color: var(--ink);
    background:
      linear-gradient(150deg, rgba(255, 250, 246, 0.96), rgba(249, 237, 240, 0.95)),
      radial-gradient(circle at top right, rgba(143, 123, 189, 0.22), transparent 18rem);
    box-shadow: -28px 0 70px rgba(75, 55, 70, 0.18);
    transform: translateX(108%);
    transition: transform 320ms ease;
    backdrop-filter: none;
  }

  .nav-links.is-open {
    transform: translateX(0);
  }

  .nav-links a {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 18px 4px;
    border-bottom: 1px solid rgba(75, 55, 70, 0.1);
    font-size: 1.08rem;
    font-weight: 800;
  }

  .nav-links a::after {
    display: none;
  }

  .nav-links .nav-cta {
    justify-content: center;
    min-height: 56px;
    margin-top: 18px;
    border-bottom: 0;
  }

  .menu-toggle {
    position: relative;
    z-index: 130;
    display: grid;
    gap: 5px;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(200, 111, 134, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--rose-dark);
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .menu-scrim {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: block;
    border: 0;
    background: rgba(45, 37, 48, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity 280ms ease;
  }

  .menu-scrim.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .hero,
  .problem,
  .faq-section,
  .treatment-list,
  .focus,
  .calculator,
  .about-detail,
  .services-system,
  .more-service,
  .expanded-inner,
  .article-block,
  .booking {
    grid-template-columns: 1fr;
  }

  .value-blocks,
  .timeline {
    grid-template-columns: 1fr;
  }

  .focus.reverse .focus-image {
    order: 0;
  }

  .more-service.reverse .more-service-image {
    order: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-image-wrap {
    transform: none;
  }

  .testimonial-row,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .timeline {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 460px);
    gap: 28px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    overflow: visible;
  }

  .timeline-line {
    left: 35px;
    right: auto;
    top: 8px;
    bottom: 104px;
    width: 2px;
    height: auto;
  }

  .timeline-line span {
    width: 100%;
    height: 100%;
    transform: scaleY(var(--timeline-scale));
    transform-origin: center top;
  }

  .timeline-step {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 0 26px;
    min-height: 138px;
    padding: 0;
    width: 100%;
  }

  .step-icon {
    position: relative;
    grid-row: 1 / 3;
    left: auto;
    top: 0;
    margin-bottom: 0;
  }

  .timeline-cta {
    align-self: center;
    width: min(100%, 280px);
    margin-top: 2px;
  }

  .faq-heading {
    position: static;
  }

  .treatment-heading {
    position: static;
  }

  .why-line {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .booking-aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .section-shell {
    width: min(100% - 36px, 1160px);
  }

  .site-header {
    width: min(100% - 24px, 1220px);
    padding: 10px 10px 10px 12px;
  }

  .brand {
    font-size: 0.95rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-copy,
  .problem,
  .value-heading,
  .focus-copy,
  .calculator,
  .why,
  .testimonials,
  .blog-preview,
  .faq-section,
  .treatment-list,
  .more-services,
  .more-service-copy,
  .final-cta,
  .page-hero,
  .about-copy,
  .booking-aside,
  .long-blog,
  .services-system {
    text-align: center;
  }

  .split-heading,
  .hero-actions,
  .calc-value,
  .loss-result,
  .footer {
    align-items: center;
    flex-direction: column;
  }

  .button,
  .booking-form .button {
    width: min(100%, 320px);
    margin-left: auto;
    margin-right: auto;
  }

  .text-link {
    margin-left: auto;
    margin-right: auto;
  }

  .cert-strip,
  .credential-list,
  .subservice-list,
  .service-pills {
    justify-content: center;
  }

  .inline-service-boxes {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
    margin-left: auto;
    margin-right: auto;
  }

  .service-pills button {
    flex: 1 1 100%;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-image-wrap img,
  .focus-image img,
  .expanded-inner img,
  .article-block img,
  .portrait-frame img,
  .more-service-image img {
    height: 360px;
  }

  .service-rail {
    grid-auto-columns: minmax(238px, 82vw);
    padding-left: 18px;
    padding-right: 18px;
  }

  .service-slide {
    min-height: 360px;
  }

  .booking-form {
    grid-template-columns: 1fr;
    padding: 22px 18px;
    text-align: left;
  }

  .loss-result p {
    text-align: center;
  }

  .problem-item {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  .value-block {
    grid-template-rows: 190px auto;
  }

  .value-block > div:last-child {
    padding: 22px 18px;
  }

  .timeline {
    width: min(100%, 360px);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .step-icon {
    width: 62px;
    height: 62px;
  }

  .timeline-line {
    left: 31px;
    bottom: 106px;
  }

  .timeline-step {
    grid-template-columns: 62px 1fr;
    gap: 0 20px;
    min-height: 150px;
  }

  .timeline-cta {
    width: min(100%, 300px);
    margin-left: auto;
    margin-right: auto;
  }

  .faq-item button {
    align-items: center;
    min-height: 68px;
    text-align: left;
  }

  .faq-answer p {
    padding-right: 0;
    text-align: left;
  }

  .treatment-item button {
    min-height: 68px;
    text-align: left;
  }

  .treatment-answer p {
    padding-right: 0;
    text-align: left;
  }

  .more-service {
    padding: 18px;
  }

  .footer-links {
    justify-content: center;
  }
}
