@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --ap-pink: #ee477c;
  --ap-deep: #d9366b;
  --ap-soft: #fce8ef;
  --ap-pale: #fff7f9;
  --ap-dark: #242424;
  --ap-grey: #777475;
  --ap-line: rgba(36, 36, 36, .14);
  --ap-serif: "DM Serif Display", Georgia, serif;
  --ap-sans: "DM Sans", Arial, sans-serif;
  --ap-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ap-dark); background: #fff; font-family: var(--ap-sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--ap-serif); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
em { color: var(--ap-pink); font-style: italic; }

.nandi-ap-page { overflow: hidden; background: #fff; }
.nandi-ap-wrap { width: min(calc(100% - 96px), var(--ap-max)); margin: 0 auto; }
.nandi-ap-kicker,
.nandi-ap-eyebrow,
.nandi-ap-trust small,
.nandi-ap-form > span {
  color: var(--ap-pink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.nandi-ap-button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 19px 0 23px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}
.nandi-ap-button span { font-size: 19px; font-weight: 400; transition: transform .3s ease; }
.nandi-ap-button:hover { transform: translateY(-3px); }
.nandi-ap-button:hover span { transform: translate(3px, -3px); }
.nandi-ap-button--pink { color: #fff; background: var(--ap-pink); box-shadow: 0 14px 25px rgba(238, 71, 124, .2); }
.nandi-ap-button--pink:hover { background: var(--ap-deep); }
.nandi-ap-button--light { color: var(--ap-dark); background: #fff; box-shadow: 0 14px 26px rgba(36, 36, 36, .1); }
.nandi-ap-link,
.nandi-ap-inline-link { font-size: 11px; font-weight: 700; text-decoration: none; }
.nandi-ap-link span,
.nandi-ap-inline-link span { display: inline-block; margin-left: 8px; color: var(--ap-pink); font-size: 17px; transition: transform .25s ease; }
.nandi-ap-link:hover span,
.nandi-ap-inline-link:hover span { transform: translate(3px, -3px); }

/* Hero */
.nandi-ap-hero { position: relative; min-height: 780px; overflow: hidden; background: #fff9fa; }
.nandi-ap-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 780px;
  grid-template-columns: minmax(0, .88fr) minmax(530px, 1.12fr);
  gap: 50px;
  align-items: center;
  padding: 80px 0 72px;
}
.nandi-ap-hero__copy { position: relative; z-index: 2; padding: 34px 0 30px; }
.nandi-ap-eyebrow { margin-bottom: 27px; }
.nandi-ap-hero h1 { max-width: 620px; font-size: clamp(50px, 5.6vw, 82px); }
.nandi-ap-hero__lead { max-width: 450px; margin-top: 30px; color: var(--ap-grey); font-size: 17px; line-height: 1.72; }
.nandi-ap-actions { display: flex; margin-top: 35px; flex-wrap: wrap; align-items: center; gap: 24px; }
.nandi-ap-hero__microtrust { display: flex; margin-top: 72px; align-items: center; gap: 11px; color: var(--ap-grey); font-size: 11px; }
.nandi-ap-hero__microtrust span { color: var(--ap-pink); }
.nandi-ap-hero__microtrust b { color: var(--ap-pink); font-weight: 400; }
.nandi-ap-hero__visual { position: relative; min-height: 615px; }
.nandi-ap-hero__backdrop { position: absolute; top: 0; right: 2%; width: 82%; height: 100%; border-radius: 47% 47% 6px 6px; background: linear-gradient(135deg, #f8d9e3, #f2b4c9 55%, #f9e7ed); }
.nandi-ap-photo { position: absolute; z-index: 1; overflow: hidden; box-shadow: 0 28px 50px rgba(83, 34, 48, .12); }
.nandi-ap-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.nandi-ap-photo:hover img { transform: scale(1.04); }
.nandi-ap-photo--main { top: 47px; right: 6%; width: 69%; height: 505px; border-radius: 4px 145px 4px 4px; }
.nandi-ap-photo--float { bottom: 8px; left: 1%; width: 35%; height: 205px; border: 9px solid var(--ap-pale); border-radius: 4px 4px 90px 4px; }
.nandi-ap-hero__stat { position: absolute; z-index: 2; right: 0; bottom: 95px; display: flex; width: 148px; height: 148px; align-items: center; justify-content: center; flex-direction: column; border-radius: 50%; color: #fff; background: var(--ap-pink); box-shadow: 0 15px 28px rgba(238, 71, 124, .23); transform: rotate(7deg); }
.nandi-ap-hero__stat strong { font-family: var(--ap-serif); font-size: 48px; font-weight: 400; line-height: .8; }
.nandi-ap-hero__stat strong span { font-size: 28px; }
.nandi-ap-hero__stat small { margin-top: 12px; font-size: 9px; line-height: 1.35; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.nandi-ap-hero__vertical { position: absolute; z-index: 2; top: 30px; right: 9px; color: var(--ap-dark); font-size: 9px; letter-spacing: .2em; writing-mode: vertical-rl; transform: rotate(180deg); }
.nandi-ap-hero__vertical span { margin: 11px 0; color: var(--ap-pink); }
.nandi-ap-hero__orb { position: absolute; top: -270px; right: -140px; width: 580px; height: 580px; border-radius: 50%; background: radial-gradient(circle, rgba(238, 71, 124, .18), transparent 67%); }
.nandi-ap-hero__ring { position: absolute; right: 3%; top: 100px; width: 190px; height: 190px; border: 1px solid rgba(238, 71, 124, .23); border-radius: 50%; }

/* Trust */
.nandi-ap-trust { color: #fff; background: var(--ap-dark); }
.nandi-ap-trust__inner { display: grid; min-height: 125px; grid-template-columns: 1.2fr 1fr auto; gap: 50px; align-items: center; }
.nandi-ap-trust__award { display: flex; align-items: center; gap: 15px; }
.nandi-ap-trust__award > span { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255, 255, 255, .36); border-radius: 50%; color: var(--ap-pink); }
.nandi-ap-trust strong, .nandi-ap-trust small { display: block; }
.nandi-ap-trust small { margin-bottom: 5px; }
.nandi-ap-trust strong { max-width: 320px; font-family: var(--ap-serif); font-size: 17px; font-weight: 400; line-height: 1.25; }
.nandi-ap-trust__stat { padding-left: 34px; border-left: 1px solid rgba(255, 255, 255, .2); }
.nandi-ap-trust__stat strong { color: var(--ap-pink); font-family: var(--ap-sans); font-size: 38px; font-weight: 600; letter-spacing: -.06em; }
.nandi-ap-trust__stat small { color: rgba(255, 255, 255, .65); font-size: 9px; letter-spacing: .1em; }
.nandi-ap-trust__inner > a { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; text-decoration: none; }
.nandi-ap-trust__inner > a span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--ap-pink); border-radius: 50%; color: var(--ap-pink); font-size: 17px; font-weight: 400; }

/* Intro */
.nandi-ap-intro { position: relative; padding: 88px 0 105px; overflow: hidden; }
.nandi-ap-intro__rings { position: absolute; top: -185px; right: -120px; width: 570px; height: 570px; border: 1px solid rgba(238, 71, 124, .13); border-radius: 50%; box-shadow: 0 0 0 38px rgba(238, 71, 124, .035), 0 0 0 80px rgba(238, 71, 124, .022); }
.nandi-ap-intro__top { display: flex; align-items: center; gap: 12px; }
.nandi-ap-intro__top i { width: 58px; height: 1px; background: var(--ap-pink); }
.nandi-ap-intro__heading { display: grid; width: 100%; grid-template-columns: minmax(190px, .55fr) minmax(0, 1.45fr); gap: 58px; align-items: end; margin-top: 27px; }
.nandi-ap-intro__heading h2 { max-width: 790px; font-size: clamp(45px, 5.1vw, 72px); }
.nandi-ap-intro__copy { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; margin-top: 42px; padding-top: 27px; border-top: 1px solid var(--ap-line); }
.nandi-ap-intro__copy p { color: var(--ap-grey); font-size: 15px; line-height: 1.88; }
.nandi-ap-intro__copy p + p { margin-top: 23px; }
.nandi-ap-inline-link { display: inline-flex; margin-top: 23px; padding-bottom: 8px; border-bottom: 1px solid var(--ap-pink); }
.nandi-ap-principles { display: grid; grid-template-columns: .45fr 1.55fr; gap: 60px; margin-top: 65px; padding-top: 28px; border-top: 1px solid var(--ap-line); }
.nandi-ap-principles ul { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 55px; margin: 0; padding: 0; list-style: none; }
.nandi-ap-principles li { position: relative; padding-left: 24px; color: var(--ap-grey); font-size: 14px; line-height: 1.65; }
.nandi-ap-principles li::before { position: absolute; top: .65em; left: 0; width: 8px; height: 8px; border: 1px solid var(--ap-pink); border-radius: 50%; content: ""; }

/* Treatment list */
.nandi-ap-treatments { position: relative; padding: 130px 0 150px; overflow: hidden; background: var(--ap-pale); }
.nandi-ap-treatments__glow { position: absolute; top: -160px; right: -140px; width: 560px; height: 560px; border: 1px solid rgba(238, 71, 124, .16); border-radius: 50%; box-shadow: 0 0 0 35px rgba(238, 71, 124, .035), 0 0 0 72px rgba(238, 71, 124, .02); }
.nandi-ap-section-head { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.nandi-ap-section-head h2 { margin-top: 20px; font-size: clamp(46px, 5.2vw, 73px); }
.nandi-ap-section-head > p { max-width: 300px; color: var(--ap-grey); font-size: 14px; line-height: 1.8; }
.nandi-ap-treatment-list { position: relative; z-index: 1; margin-top: 85px; }
.nandi-ap-treatment { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 43px 0; border-top: 1px solid var(--ap-line); }
.nandi-ap-treatment h3 { margin-top: 13px; font-size: clamp(32px, 3.6vw, 53px); }
.nandi-ap-treatment p:not(.nandi-ap-kicker) { max-width: 820px; margin-top: 23px; color: var(--ap-grey); font-size: 15px; line-height: 1.85; }
.nandi-ap-treatment--feature { grid-template-columns: minmax(0, 1fr) 330px; gap: 38px; align-items: center; }
.nandi-ap-treatment--feature figure { height: 245px; margin: 0; overflow: hidden; border-radius: 4px 100px 4px 4px; }
.nandi-ap-treatment figure img { width: 100%; height: 100%; object-fit: cover; }
.nandi-ap-treatment--dark { position: relative; padding: 50px 42px; border-top: 0; color: #fff; background: var(--ap-dark); }
.nandi-ap-treatment--dark .nandi-ap-kicker { color: #f68eab; }
.nandi-ap-treatment--dark p:not(.nandi-ap-kicker) { color: rgba(255, 255, 255, .67); }
.nandi-ap-treatment__curve { position: absolute; right: 52px; bottom: 25px; width: 90px; height: 90px; border: 1px solid rgba(238, 71, 124, .55); border-radius: 50%; }
.nandi-ap-treatment--wide { grid-template-columns: 1fr 1fr; gap: 70px; }
.nandi-ap-treatment__side { padding-left: 70px; border-left: 1px solid var(--ap-line); }
.nandi-ap-treatment--last { padding-bottom: 0; }

/* Expertise */
.nandi-ap-expertise { position: relative; overflow: hidden; color: #fff; background: #33272c; }
.nandi-ap-expertise__inner { display: grid; min-height: 550px; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; padding: 105px 0; }
.nandi-ap-expertise h2 { margin-top: 20px; font-size: clamp(47px, 5.2vw, 73px); }
.nandi-ap-expertise .nandi-ap-kicker { color: #f68eab; }
.nandi-ap-expertise__list { position: relative; z-index: 1; }
.nandi-ap-expertise__list article { padding: 24px 0; border-bottom: 1px solid rgba(255, 255, 255, .19); }
.nandi-ap-expertise__list article:first-child { padding-top: 0; }
.nandi-ap-expertise__list h3 { font-size: 29px; }
.nandi-ap-expertise__list p { max-width: 600px; margin-top: 14px; color: rgba(255, 255, 255, .66); font-size: 14px; line-height: 1.8; }
.nandi-ap-expertise__ring { position: absolute; top: -270px; right: -80px; width: 650px; height: 650px; border: 1px solid rgba(238, 71, 124, .35); border-radius: 50%; box-shadow: 0 0 0 40px rgba(238, 71, 124, .06), 0 0 0 82px rgba(238, 71, 124, .035); }

/* Contact */
.nandi-ap-callback { padding: 130px 0; background: var(--ap-soft); }
.nandi-ap-callback__grid { display: grid; grid-template-columns: 1fr .82fr; gap: 115px; align-items: center; }
.nandi-ap-callback h2 { max-width: 540px; margin-top: 20px; font-size: clamp(46px, 5vw, 75px); }
.nandi-ap-callback__grid > div:first-child > p:not(.nandi-ap-kicker) { max-width: 480px; margin-top: 30px; color: var(--ap-grey); font-size: 15px; line-height: 1.85; }
.nandi-ap-callback address { max-width: 370px; margin-top: 27px; font-size: 14px; font-style: normal; line-height: 1.75; }
.nandi-ap-callback address span,
.nandi-ap-contact span { display: block; margin-bottom: 4px; color: var(--ap-pink); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.nandi-ap-contact { display: flex; margin-top: 27px; gap: 30px; }
.nandi-ap-contact a { font-size: 13px; text-decoration: none; }
.nandi-ap-form { padding: 44px 48px 49px; background: #fff; box-shadow: 0 25px 50px rgba(83, 34, 48, .1); }
.nandi-ap-form > strong { display: block; margin-top: 8px; font-family: var(--ap-serif); font-size: 31px; font-weight: 400; letter-spacing: -.04em; }
.nandi-ap-form__shortcode { margin-top: 28px; padding: 18px; overflow-wrap: anywhere; border: 1px dashed rgba(238, 71, 124, .38); color: var(--ap-grey); background: var(--ap-pale); font-size: 13px; line-height: 1.7; }
.nandi-ap-form__shortcode .wpcf7 form { display: flex; flex-direction: column; gap: 14px; }
.nandi-ap-form__shortcode .wpcf7 form p { display: contents; }
.nandi-ap-form__shortcode .wpcf7-form-control-wrap { display: block; }
.nandi-ap-form__shortcode input:not([type="submit"]),
.nandi-ap-form__shortcode textarea,
.nandi-ap-form__shortcode select { display: block; width: 100%; min-height: 45px; padding: 11px 13px; border: 1px solid var(--ap-line); border-radius: 3px; outline: 0; color: var(--ap-dark); background: #fff; font: inherit; font-size: 13px; }
.nandi-ap-form__shortcode textarea { min-height: 92px; resize: vertical; }
.nandi-ap-form__shortcode input[type="submit"],
.nandi-ap-form__shortcode button { width: max-content; min-height: 48px; margin-top: 4px; padding: 0 22px; border: 0; border-radius: 999px; color: #fff; background: var(--ap-pink); cursor: pointer; font: inherit; font-size: 11px; font-weight: 700; }

/* FAQ + final CTA */
.nandi-ap-faq { padding: 130px 0 145px; }
.nandi-ap-faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; }
.nandi-ap-faq h2 { margin-top: 20px; font-size: clamp(46px, 5vw, 74px); }
.nandi-ap-accordion { border-top: 1px solid var(--ap-line); }
.nandi-ap-accordion details { border-bottom: 1px solid var(--ap-line); }
.nandi-ap-accordion summary { display: flex; min-height: 84px; padding: 21px 3px; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-family: var(--ap-serif); font-size: 20px; line-height: 1.25; }
.nandi-ap-accordion summary::-webkit-details-marker { display: none; }
.nandi-ap-accordion summary i { position: relative; display: block; width: 26px; height: 26px; flex: 0 0 auto; border: 1px solid var(--ap-pink); border-radius: 50%; }
.nandi-ap-accordion summary i::before, .nandi-ap-accordion summary i::after { position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: var(--ap-pink); content: ""; transform: translate(-50%, -50%); }
.nandi-ap-accordion summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.nandi-ap-accordion details[open] summary i::after { transform: translate(-50%, -50%); }
.nandi-ap-accordion details > p { max-width: 700px; padding: 0 52px 24px 3px; color: var(--ap-grey); font-size: 14px; line-height: 1.85; }
.nandi-ap-final { position: relative; min-height: 430px; overflow: hidden; color: #fff; background: var(--ap-dark); }
.nandi-ap-final__inner { position: relative; z-index: 1; display: flex; min-height: 430px; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.nandi-ap-final .nandi-ap-kicker { color: #f68eab; }
.nandi-ap-final h2 { margin: 20px 0 29px; color: #fff; font-size: clamp(53px, 6vw, 86px); }
.nandi-ap-final h2 em { color: #f68eab; }
.nandi-ap-final__orb { position: absolute; top: -240px; left: -110px; width: 500px; height: 500px; border: 1px solid rgba(238, 71, 124, .48); border-radius: 50%; }

@media (max-width: 1100px) {
  .nandi-ap-wrap { width: min(calc(100% - 64px), var(--ap-max)); }
  .nandi-ap-hero__inner { grid-template-columns: .9fr 1fr; gap: 28px; }
  .nandi-ap-section-head, .nandi-ap-expertise__inner, .nandi-ap-callback__grid { gap: 65px; }
}

@media (max-width: 767px) {
  .nandi-ap-wrap { width: min(calc(100% - 40px), var(--ap-max)); }
  .nandi-ap-hero { min-height: auto; }
  .nandi-ap-hero__inner { display: block; min-height: auto; padding: 82px 0 78px; }
  .nandi-ap-hero h1 { font-size: clamp(44px, 11vw, 65px); }
  .nandi-ap-hero__lead { font-size: 15px; }
  .nandi-ap-hero__microtrust { margin-top: 42px; }
  .nandi-ap-hero__visual { min-height: 420px; margin-top: 49px; }
  .nandi-ap-photo--main { top: 20px; right: 8%; width: 79%; height: 340px; border-radius: 4px 95px 4px 4px; }
  .nandi-ap-photo--float { bottom: 0; width: 38%; height: 140px; }
  .nandi-ap-hero__stat { right: 0; bottom: 47px; width: 112px; height: 112px; }
  .nandi-ap-hero__stat strong { font-size: 37px; }
  .nandi-ap-hero__stat small { font-size: 7px; }
  .nandi-ap-hero__vertical { top: 1px; right: 0; font-size: 7px; }
  .nandi-ap-trust__inner { display: block; padding: 29px 0; }
  .nandi-ap-trust__stat { margin: 24px 0; padding: 20px 0 0; border-top: 1px solid rgba(255, 255, 255, .2); border-left: 0; }
  .nandi-ap-intro, .nandi-ap-treatments, .nandi-ap-faq { padding: 91px 0 96px; }
  .nandi-ap-intro__heading, .nandi-ap-intro__copy, .nandi-ap-principles, .nandi-ap-section-head, .nandi-ap-expertise__inner, .nandi-ap-callback__grid, .nandi-ap-faq__grid { display: block; }
  .nandi-ap-intro__heading { margin-top: 25px; }
  .nandi-ap-intro__heading h2 { margin-top: 17px; font-size: clamp(44px, 11vw, 62px); }
  .nandi-ap-intro__copy { margin-top: 29px; padding-top: 22px; }
  .nandi-ap-intro__copy > div + div { margin-top: 24px; }
  .nandi-ap-principles { margin-top: 43px; }
  .nandi-ap-principles ul { display: block; margin-top: 24px; }
  .nandi-ap-principles li { margin-top: 14px; }
  .nandi-ap-section-head > p { margin-top: 30px; }
  .nandi-ap-treatment-list { margin-top: 56px; }
  .nandi-ap-treatment, .nandi-ap-treatment--feature, .nandi-ap-treatment--wide { display: block; padding: 35px 0; }
  .nandi-ap-treatment h3 { font-size: clamp(32px, 9vw, 48px); }
  .nandi-ap-treatment p:not(.nandi-ap-kicker) { font-size: 14px; }
  .nandi-ap-treatment--feature figure { height: 220px; margin-top: 29px; }
  .nandi-ap-treatment--dark { padding: 35px 24px; }
  .nandi-ap-treatment__side { margin-top: 35px; padding: 35px 0 0; border-top: 1px solid var(--ap-line); border-left: 0; }
  .nandi-ap-expertise { padding: 91px 0 96px; }
  .nandi-ap-expertise__inner { min-height: 0; padding: 0; }
  .nandi-ap-expertise h2 { font-size: clamp(46px, 11vw, 64px); }
  .nandi-ap-expertise__list { margin-top: 45px; }
  .nandi-ap-callback { padding: 91px 0; }
  .nandi-ap-callback h2 { font-size: clamp(45px, 11vw, 64px); }
  .nandi-ap-contact { display: block; }
  .nandi-ap-contact a { display: block; margin-top: 14px; }
  .nandi-ap-form { margin-top: 48px; padding: 31px 24px 35px; }
  .nandi-ap-faq h2 { font-size: 49px; }
  .nandi-ap-accordion { margin-top: 49px; }
  .nandi-ap-accordion summary { min-height: 76px; font-size: 17px; }
  .nandi-ap-accordion details > p { padding-right: 28px; }
  .nandi-ap-final, .nandi-ap-final__inner { min-height: 395px; }
  .nandi-ap-final h2 { font-size: 62px; }
}

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