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

:root {
  --wzp-pink: #ee477c;
  --wzp-deep: #d9366b;
  --wzp-soft: #fce8ef;
  --wzp-pale: #fff7f9;
  --wzp-cream: #fbf5f0;
  --wzp-dark: #242424;
  --wzp-grey: #777475;
  --wzp-line: rgba(36, 36, 36, .15);
  --wzp-white: #fff;
  --wzp-serif: "Playfair Display", Georgia, serif;
  --wzp-sans: "DM Sans", Arial, sans-serif;
  --wzp-max: 1240px;
}

.nandi-wzp-page,
.nandi-wzp-page *,
.nandi-wzp-page *::before,
.nandi-wzp-page *::after { box-sizing: border-box; }

.nandi-wzp-page {
  position: relative;
  overflow: hidden;
  color: var(--wzp-dark);
  background: #fff;
  font-family: var(--wzp-sans);
  font-size: 16px;
  line-height: 1.65;
  isolation: isolate;
}

.nandi-wzp-page img { display: block; width: 100%; }
.nandi-wzp-page figure,
.nandi-wzp-page p,
.nandi-wzp-page h1,
.nandi-wzp-page h2,
.nandi-wzp-page h3,
.nandi-wzp-page h4,
.nandi-wzp-page h5,
.nandi-wzp-page h6 { margin: 0; }
.nandi-wzp-page h1,
.nandi-wzp-page h2,
.nandi-wzp-page h3,
.nandi-wzp-page h4,
.nandi-wzp-page h5,
.nandi-wzp-page h6 { font-family: var(--wzp-serif); font-weight: 500; letter-spacing: -.055em; line-height: 1.04; }
.nandi-wzp-page em { color: var(--wzp-pink); font-style: italic; }
.nandi-wzp-wrap { width: min(calc(100% - 96px), var(--wzp-max)); margin: 0 auto; }

.nandi-wzp-kicker,
.nandi-wzp-hero__eyebrow,
.nandi-wzp-story__marker,
.nandi-wzp-section-no {
  color: var(--wzp-pink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.nandi-wzp-button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 19px 0 23px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid transparent;
  border-radius: 100px;
  font-family: var(--wzp-sans);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s ease, background-color .3s ease, color .3s ease, box-shadow .3s ease;
}
.nandi-wzp-button span { font-size: 19px; font-weight: 400; line-height: 1; transition: transform .3s ease; }
.nandi-wzp-button:hover { transform: translateY(-3px); }
.nandi-wzp-button:hover span { transform: translate(3px, -3px); }
.nandi-wzp-button--pink { color: #fff; background: var(--wzp-pink); box-shadow: 0 15px 28px rgba(238, 71, 124, .2); }
.nandi-wzp-button--pink:hover { background: var(--wzp-deep); }
.nandi-wzp-button--outline { color: var(--wzp-dark); border-color: rgba(36, 36, 36, .24); background: transparent; }
.nandi-wzp-button--outline:hover { color: var(--wzp-pink); border-color: var(--wzp-pink); }
.nandi-wzp-button--light { color: var(--wzp-dark); background: #fff; box-shadow: 0 15px 28px rgba(36, 36, 36, .12); }

/* Image-led hero */
.nandi-wzp-hero { position: relative; min-height: 800px; overflow: hidden; background: var(--wzp-cream); }
.nandi-wzp-hero__wash { position: absolute; top: -270px; left: -180px; width: 680px; height: 680px; border: 1px solid rgba(238, 71, 124, .16); border-radius: 50%; box-shadow: 0 0 0 42px rgba(238, 71, 124, .035), 0 0 0 94px rgba(238, 71, 124, .02); }
.nandi-wzp-hero__grid { position: relative; z-index: 1; display: grid; width: min(calc(100% - 96px), 1420px); min-height: 760px; margin: 0 auto; grid-template-columns: minmax(0, .87fr) minmax(510px, 1.13fr); gap: clamp(40px, 7vw, 125px); align-items: center; padding: 76px 0 90px; }
.nandi-wzp-hero__copy { position: relative; z-index: 2; padding-top: 10px; }
.nandi-wzp-hero__eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 30px; }
.nandi-wzp-hero__eyebrow span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--wzp-pink); border-radius: 50%; font-size: 10px; }
.nandi-wzp-hero h1 { max-width: 650px; font-size: clamp(47px, 5.35vw, 82px); }
.nandi-wzp-hero__lead { max-width: 520px; margin-top: 30px; color: var(--wzp-grey); font-size: 15px; line-height: 1.82; }
.nandi-wzp-hero__actions { display: flex; margin-top: 35px; flex-wrap: wrap; align-items: center; gap: 26px; }
.nandi-wzp-hero__jump { color: var(--wzp-dark); font-size: 11px; font-weight: 700; text-decoration: none; }
.nandi-wzp-hero__jump span { display: inline-block; margin-left: 8px; color: var(--wzp-pink); font-size: 17px; transition: transform .25s ease; }
.nandi-wzp-hero__jump:hover span { transform: translateY(3px); }
.nandi-wzp-hero__visual { position: relative; min-height: 590px; }
.nandi-wzp-hero__image-back { position: absolute; top: 2%; right: 6%; width: 78%; height: 94%; border-radius: 50% 50% 7px 7px; background: #f3c4d2; transform: rotate(5deg); }
.nandi-wzp-hero__image { position: absolute; overflow: hidden; box-shadow: 0 30px 60px rgba(83, 34, 48, .14); }
.nandi-wzp-hero__image img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.nandi-wzp-hero__image:hover img { transform: scale(1.04); }
.nandi-wzp-hero__image--main { top: 18px; right: 12%; width: 67%; height: 500px; border-radius: 4px 4px 150px 4px; }
.nandi-wzp-hero__image--detail { bottom: 8px; left: 1%; z-index: 2; width: 37%; height: 220px; border: 10px solid var(--wzp-cream); border-radius: 4px 90px 4px 4px; }
.nandi-wzp-hero__stamp { position: absolute; z-index: 3; right: 0; bottom: 95px; display: flex; width: 142px; height: 142px; align-items: center; justify-content: center; flex-direction: column; border-radius: 50%; color: #fff; background: var(--wzp-pink); box-shadow: 0 17px 30px rgba(238, 71, 124, .23); transform: rotate(7deg); }
.nandi-wzp-hero__stamp strong { font-family: var(--wzp-serif); font-size: 51px; line-height: .8; }
.nandi-wzp-hero__stamp span { margin-top: 12px; font-size: 9px; line-height: 1.3; text-align: center; text-transform: uppercase; letter-spacing: .1em; }
.nandi-wzp-hero__caption { position: absolute; z-index: 3; top: 7px; right: -8px; padding-left: 15px; border-left: 1px solid var(--wzp-pink); color: var(--wzp-grey); font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; }
.nandi-wzp-hero__bottom { position: absolute; z-index: 2; bottom: 31px; left: 50%; display: flex; width: min(calc(100% - 96px), 1420px); align-items: center; gap: 16px; color: var(--wzp-grey); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.nandi-wzp-hero__bottom-line { width: 55px; height: 1px; background: var(--wzp-pink); }

/* Trust rail */
.nandi-wzp-trust { color: #fff; background: var(--wzp-dark); }
.nandi-wzp-trust__inner { display: grid; min-height: 123px; grid-template-columns: 1.2fr .7fr auto; gap: 46px; align-items: center; }
.nandi-wzp-trust__award { display: flex; align-items: center; gap: 15px; }
.nandi-wzp-trust__award > span { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; color: var(--wzp-pink); }
.nandi-wzp-trust small { display: block; color: var(--wzp-pink); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.nandi-wzp-trust strong { display: block; max-width: 340px; margin-top: 5px; font-family: var(--wzp-serif); font-size: 17px; font-weight: 500; line-height: 1.3; }
.nandi-wzp-trust__cycles { padding-left: 37px; border-left: 1px solid rgba(255,255,255,.2); }
.nandi-wzp-trust__cycles strong { margin: 0; color: var(--wzp-pink); font-family: var(--wzp-sans); font-size: 35px; font-weight: 600; letter-spacing: -.07em; }
.nandi-wzp-trust__cycles small { color: rgba(255,255,255,.66); font-size: 9px; letter-spacing: .1em; }
.nandi-wzp-trust__inner > a { display: flex; align-items: center; gap: 12px; color: #fff; font-size: 11px; font-weight: 700; text-decoration: none; }
.nandi-wzp-trust__inner > a span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--wzp-pink); border-radius: 50%; color: var(--wzp-pink); font-size: 17px; font-weight: 400; }

/* Story: wide editorial split */
.nandi-wzp-story { position: relative; padding: 132px 0 145px; overflow: hidden; background: #fff; }
.nandi-wzp-story::before { position: absolute; top: 178px; left: -60px; width: 170px; height: 1px; background: var(--wzp-pink); content: ""; }
.nandi-wzp-story__intro { display: grid; grid-template-columns: .28fr 1fr; gap: 60px; align-items: end; }
.nandi-wzp-story__marker { display: flex; align-items: center; gap: 12px; color: var(--wzp-grey); font-size: 9px; writing-mode: vertical-rl; transform: rotate(180deg); }
.nandi-wzp-story__marker span { color: var(--wzp-pink); font-family: var(--wzp-serif); font-size: 27px; letter-spacing: 0; }
.nandi-wzp-story__marker i { width: 34px; height: 1px; background: var(--wzp-pink); }
.nandi-wzp-story__marker b { font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.nandi-wzp-story__heading h2 { max-width: 900px; margin-top: 20px; font-size: clamp(48px, 6vw, 86px); }
.nandi-wzp-story__body { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(54px, 9vw, 142px); margin-top: 78px; align-items: center; }
.nandi-wzp-story__photo { position: relative; height: 470px; overflow: hidden; border-radius: 180px 4px 4px 4px; background: var(--wzp-soft); }
.nandi-wzp-story__photo img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.nandi-wzp-story__photo:hover img { transform: scale(1.04); }
.nandi-wzp-story__photo figcaption { position: absolute; right: 0; bottom: 0; padding: 12px 15px; color: #fff; background: rgba(36,36,36,.72); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.nandi-wzp-story__copy { padding-top: 11px; }
.nandi-wzp-story__copy p,
.nandi-wzp-story__wide-copy p { color: var(--wzp-grey); font-size: 15px; line-height: 1.88; }
.nandi-wzp-story__copy p + p { margin-top: 27px; }
.nandi-wzp-text-link,
.nandi-wzp-doctor__link { display: inline-flex; margin-top: 27px; padding-bottom: 7px; border-bottom: 1px solid var(--wzp-pink); color: var(--wzp-dark); font-size: 11px; font-weight: 700; text-decoration: none; }
.nandi-wzp-text-link span,
.nandi-wzp-doctor__link span { margin-left: 8px; color: var(--wzp-pink); font-size: 17px; transition: transform .25s ease; }
.nandi-wzp-text-link:hover span,
.nandi-wzp-doctor__link:hover span { transform: translate(3px, -3px); }
.nandi-wzp-story__wide { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; margin-top: 124px; padding-top: 44px; border-top: 1px solid var(--wzp-line); }
.nandi-wzp-story__wide-heading h3 { max-width: 400px; margin-top: 18px; font-size: clamp(31px, 3.4vw, 50px); }
.nandi-wzp-story__wide-copy { display: grid; grid-template-columns: 1fr .8fr; gap: 52px; }
.nandi-wzp-story__wide-copy ul { margin: 0; padding: 0; list-style: none; }
.nandi-wzp-story__wide-copy li { position: relative; padding: 0 0 16px 23px; color: var(--wzp-grey); font-size: 13px; line-height: 1.65; }
.nandi-wzp-story__wide-copy li + li { padding-top: 16px; border-top: 1px solid var(--wzp-line); }
.nandi-wzp-story__wide-copy li::before { position: absolute; top: .7em; left: 0; width: 8px; height: 8px; border: 1px solid var(--wzp-pink); border-radius: 50%; content: ""; }

/* Discovery panel */
.nandi-wzp-discover { position: relative; padding: 140px 0 152px; overflow: hidden; background: var(--wzp-pale); }
.nandi-wzp-discover__circle { position: absolute; top: -245px; right: -120px; width: 600px; height: 600px; border: 1px solid rgba(238,71,124,.22); border-radius: 50%; box-shadow: 0 0 0 40px rgba(238,71,124,.04), 0 0 0 86px rgba(238,71,124,.025); }
.nandi-wzp-discover__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 145px); }
.nandi-wzp-section-no { display: flex; align-items: center; gap: 12px; color: var(--wzp-grey); font-size: 9px; }
.nandi-wzp-section-no:first-letter { color: var(--wzp-pink); }
.nandi-wzp-section-no span { display: inline-block; width: 35px; height: 1px; background: var(--wzp-pink); }
.nandi-wzp-discover h4 { margin-top: 24px; font-size: clamp(39px, 4.6vw, 67px); }
.nandi-wzp-discover__accent { width: 70px; height: 7px; margin-top: 42px; border-top: 1px solid var(--wzp-pink); border-bottom: 1px solid var(--wzp-pink); }
.nandi-wzp-discover__copy { padding-top: 57px; }
.nandi-wzp-discover__copy > p { max-width: 680px; color: var(--wzp-grey); font-size: 15px; line-height: 1.9; }
.nandi-wzp-discover__image { width: 84%; height: 270px; margin-top: 50px; overflow: hidden; border-radius: 4px 120px 4px 4px; box-shadow: 0 25px 50px rgba(83,34,48,.1); }
.nandi-wzp-discover__image img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.nandi-wzp-discover__image:hover img { transform: scale(1.04); }

/* Guidance */
.nandi-wzp-guidance { padding: 145px 0; background: #fff; }
.nandi-wzp-guidance__grid { display: grid; grid-template-columns: .86fr .62fr 1fr; gap: clamp(35px, 6vw, 92px); align-items: center; }
.nandi-wzp-guidance__panel { position: relative; padding: 44px 0 15px; border-top: 1px solid var(--wzp-line); }
.nandi-wzp-guidance__number { position: absolute; top: -26px; right: 0; color: rgba(238,71,124,.35); font-family: var(--wzp-serif); font-size: 42px; }
.nandi-wzp-guidance h5 { margin-top: 21px; font-size: clamp(35px, 3.6vw, 52px); }
.nandi-wzp-guidance__panel > p:last-child,
.nandi-wzp-guidance__instructions > p:not(.nandi-wzp-kicker) { margin-top: 24px; color: var(--wzp-grey); font-size: 14px; line-height: 1.88; }
.nandi-wzp-guidance__image { position: relative; height: 430px; overflow: hidden; border-radius: 4px 4px 150px 4px; background: var(--wzp-soft); }
.nandi-wzp-guidance__image img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.nandi-wzp-guidance__image:hover img { transform: scale(1.04); }
.nandi-wzp-guidance__image span { position: absolute; right: 22px; bottom: 20px; display: grid; width: 49px; height: 49px; place-items: center; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 23px; }
.nandi-wzp-guidance__instructions { padding-top: 15px; }
.nandi-wzp-guidance h6 { margin-top: 20px; font-size: clamp(28px, 3vw, 44px); }
.nandi-wzp-guidance__instructions .nandi-wzp-button { margin-top: 26px; }

/* Doctor feature */
.nandi-wzp-doctor { position: relative; overflow: hidden; color: #fff; background: var(--wzp-dark); }
.nandi-wzp-doctor__orbit { position: absolute; top: -300px; right: -80px; width: 700px; height: 700px; border: 1px solid rgba(238,71,124,.45); border-radius: 50%; box-shadow: 0 0 0 46px rgba(238,71,124,.07), 0 0 0 96px rgba(238,71,124,.035); }
.nandi-wzp-doctor__inner { position: relative; z-index: 1; display: grid; min-height: 650px; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 10vw, 160px); align-items: center; padding: 104px 0 110px; }
.nandi-wzp-doctor__portrait { position: relative; width: min(100%, 390px); height: 520px; justify-self: center; }
.nandi-wzp-doctor__portrait-frame { position: absolute; inset: 14px -18px -17px 18px; border: 1px solid var(--wzp-pink); border-radius: 210px 210px 4px 4px; transform: rotate(6deg); }
.nandi-wzp-doctor__portrait > img { position: relative; z-index: 1; height: 100%; object-fit: cover; object-position: center top; border-radius: 210px 210px 4px 4px; background: #efd9de; }
.nandi-wzp-doctor__experience { position: absolute; z-index: 2; right: -50px; bottom: 45px; display: flex; width: 137px; height: 137px; align-items: center; justify-content: center; flex-direction: column; border-radius: 50%; color: #fff; background: var(--wzp-pink); transform: rotate(-8deg); }
.nandi-wzp-doctor__experience strong { font-family: var(--wzp-serif); font-size: 48px; line-height: .8; }
.nandi-wzp-doctor__experience span { margin-top: 12px; font-size: 9px; line-height: 1.35; text-align: center; text-transform: uppercase; letter-spacing: .1em; }
.nandi-wzp-doctor__copy { position: relative; z-index: 1; }
.nandi-wzp-doctor__copy .nandi-wzp-kicker { color: #f68eab; }
.nandi-wzp-doctor h2 { margin-top: 20px; color: #fff; font-size: clamp(58px, 7vw, 100px); line-height: .88; }
.nandi-wzp-doctor h2 em { color: #f68eab; }
.nandi-wzp-doctor__designation { margin-top: 30px; color: rgba(255,255,255,.88); font-size: 16px; }
.nandi-wzp-doctor__rule { width: 67px; height: 1px; margin: 27px 0 24px; background: var(--wzp-pink); }
.nandi-wzp-doctor__experience-copy { color: rgba(255,255,255,.65); font-size: 13px; letter-spacing: .07em; text-transform: uppercase; }
.nandi-wzp-doctor__link { color: #fff; border-color: var(--wzp-pink); }

/* Contact */
.nandi-wzp-contact { position: relative; padding: 142px 0; overflow: hidden; background: var(--wzp-soft); }
.nandi-wzp-contact__shape { position: absolute; right: -190px; bottom: -260px; width: 590px; height: 590px; border: 1px solid rgba(238,71,124,.22); border-radius: 50%; box-shadow: 0 0 0 37px rgba(238,71,124,.04); }
.nandi-wzp-contact__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .82fr; gap: clamp(65px, 10vw, 150px); align-items: center; }
.nandi-wzp-contact h2 { margin-top: 20px; font-size: clamp(48px, 5.5vw, 78px); }
.nandi-wzp-contact__copy > p:not(.nandi-wzp-kicker) { max-width: 480px; margin-top: 29px; color: var(--wzp-grey); font-size: 15px; line-height: 1.85; }
.nandi-wzp-contact address { max-width: 375px; margin-top: 28px; font-size: 14px; font-style: normal; line-height: 1.75; }
.nandi-wzp-contact address span,
.nandi-wzp-contact__links span { display: block; margin-bottom: 4px; color: var(--wzp-pink); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.nandi-wzp-contact__links { display: flex; margin-top: 26px; gap: 30px; }
.nandi-wzp-contact__links a { font-size: 13px; text-decoration: none; }
.nandi-wzp-contact__links a:hover { color: var(--wzp-pink); }
.nandi-wzp-form-panel { padding: 43px 47px 48px; background: #fff; box-shadow: 0 25px 55px rgba(83,34,48,.1); }
.nandi-wzp-form-panel h3 { margin-top: 8px; font-size: 31px; }
.nandi-wzp-form { display: flex; flex-direction: column; margin-top: 22px; }
.nandi-wzp-form label { margin-top: 13px; color: var(--wzp-grey); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.nandi-wzp-form input,
.nandi-wzp-form textarea { width: 100%; padding: 9px 0; border: 0; border-bottom: 1px solid var(--wzp-line); outline: 0; color: var(--wzp-dark); background: transparent; font: inherit; font-size: 13px; }
.nandi-wzp-form textarea { min-height: 71px; resize: vertical; }
.nandi-wzp-form input:focus,
.nandi-wzp-form textarea:focus { border-color: var(--wzp-pink); box-shadow: 0 1px 0 var(--wzp-pink); }
.nandi-wzp-form .nandi-wzp-button { width: max-content; margin-top: 25px; cursor: pointer; }
.nandi-wzp-form__success { margin-top: 13px; color: var(--wzp-deep); font-size: 12px; }

/* FAQ and final CTA */
.nandi-wzp-faq { padding: 145px 0 154px; background: #fff; }
.nandi-wzp-faq__grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(60px, 10vw, 150px); }
.nandi-wzp-faq__heading h2 { margin-top: 20px; font-size: clamp(49px, 5vw, 75px); }
.nandi-wzp-faq__heading > span { display: block; margin-top: 66px; color: var(--wzp-pink); font-size: 34px; }
.nandi-wzp-accordion { border-top: 1px solid var(--wzp-line); }
.nandi-wzp-accordion details { border-bottom: 1px solid var(--wzp-line); }
.nandi-wzp-accordion summary { display: flex; min-height: 87px; padding: 21px 4px; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-family: var(--wzp-serif); font-size: 20px; line-height: 1.3; }
.nandi-wzp-accordion summary::-webkit-details-marker { display: none; }
.nandi-wzp-accordion summary i { position: relative; display: block; width: 27px; height: 27px; flex: 0 0 auto; border: 1px solid var(--wzp-pink); border-radius: 50%; }
.nandi-wzp-accordion summary i::before,
.nandi-wzp-accordion summary i::after { position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: var(--wzp-pink); content: ""; transform: translate(-50%, -50%); transition: transform .25s ease; }
.nandi-wzp-accordion summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.nandi-wzp-accordion details[open] summary i::after { transform: translate(-50%, -50%); }
.nandi-wzp-accordion summary:hover { color: var(--wzp-pink); }
.nandi-wzp-accordion details > p { max-width: 720px; padding: 0 58px 25px 4px; color: var(--wzp-grey); font-size: 14px; line-height: 1.87; }
.nandi-wzp-final { position: relative; min-height: 455px; overflow: hidden; color: #fff; background: var(--wzp-pink); }
.nandi-wzp-final__inner { position: relative; z-index: 1; display: flex; min-height: 455px; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.nandi-wzp-final .nandi-wzp-kicker { color: #fff; opacity: .82; }
.nandi-wzp-final h2 { margin: 20px 0 32px; color: #fff; font-size: clamp(57px, 7vw, 95px); line-height: .9; }
.nandi-wzp-final h2 em { color: #fff; }
.nandi-wzp-final__circle { position: absolute; border: 1px solid rgba(255,255,255,.33); border-radius: 50%; }
.nandi-wzp-final__circle--one { top: -190px; left: -60px; width: 430px; height: 430px; }
.nandi-wzp-final__circle--two { right: -120px; bottom: -235px; width: 540px; height: 540px; }

@media (max-width: 1100px) {
  .nandi-wzp-wrap { width: min(calc(100% - 64px), var(--wzp-max)); }
  .nandi-wzp-hero__grid { width: min(calc(100% - 64px), 1420px); grid-template-columns: .9fr 1fr; gap: 38px; }
  .nandi-wzp-hero__visual { min-height: 530px; }
  .nandi-wzp-hero__image--main { height: 445px; }
  .nandi-wzp-story__wide { gap: 50px; }
  .nandi-wzp-story__wide-copy { gap: 28px; }
  .nandi-wzp-guidance__grid { gap: 35px; }
  .nandi-wzp-contact__grid { gap: 75px; }
}

@media (max-width: 767px) {
  .nandi-wzp-wrap { width: min(calc(100% - 40px), var(--wzp-max)); }
  .nandi-wzp-hero { min-height: auto; }
  .nandi-wzp-hero__grid { display: block; width: min(calc(100% - 40px), 1420px); min-height: auto; padding: 78px 0 83px; }
  .nandi-wzp-hero h1 { font-size: clamp(43px, 11vw, 67px); }
  .nandi-wzp-hero__lead { font-size: 14px; }
  .nandi-wzp-hero__visual { min-height: 420px; margin-top: 50px; }
  .nandi-wzp-hero__image--main { top: 17px; right: 9%; width: 78%; height: 342px; border-radius: 4px 4px 100px 4px; }
  .nandi-wzp-hero__image--detail { width: 39%; height: 145px; border-width: 7px; border-radius: 4px 57px 4px 4px; }
  .nandi-wzp-hero__stamp { right: 0; bottom: 48px; width: 111px; height: 111px; }
  .nandi-wzp-hero__stamp strong { font-size: 40px; }
  .nandi-wzp-hero__stamp span { margin-top: 8px; font-size: 7px; }
  .nandi-wzp-hero__caption { top: 0; right: 0; font-size: 7px; }
  .nandi-wzp-hero__bottom { position: relative; bottom: auto; left: auto; width: min(calc(100% - 40px), 1420px); padding-bottom: 28px; transform: none; }
  .nandi-wzp-hero__bottom-line { width: 25px; }
  .nandi-wzp-trust__inner { display: block; padding: 29px 0; }
  .nandi-wzp-trust__cycles { margin: 24px 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .nandi-wzp-story,
  .nandi-wzp-discover,
  .nandi-wzp-guidance,
  .nandi-wzp-faq { padding: 91px 0 98px; }
  .nandi-wzp-story__intro { display: block; }
  .nandi-wzp-story__marker { display: flex; margin-bottom: 28px; writing-mode: horizontal-tb; transform: none; }
  .nandi-wzp-story__marker i { width: 27px; }
  .nandi-wzp-story__heading h2 { font-size: clamp(43px, 11vw, 63px); }
  .nandi-wzp-story__body { display: flex; margin-top: 53px; flex-direction: column; gap: 38px; align-items: stretch; }
  .nandi-wzp-story__photo { height: 330px; border-radius: 120px 4px 4px 4px; }
  .nandi-wzp-story__copy p,
  .nandi-wzp-story__wide-copy p { font-size: 14px; }
  .nandi-wzp-story__wide { display: block; margin-top: 76px; padding-top: 30px; }
  .nandi-wzp-story__wide-heading h3 { font-size: 38px; }
  .nandi-wzp-story__wide-copy { display: block; margin-top: 27px; }
  .nandi-wzp-story__wide-copy ul { margin-top: 31px; }
  .nandi-wzp-discover__grid { display: block; }
  .nandi-wzp-discover h4 { font-size: clamp(39px, 10vw, 58px); }
  .nandi-wzp-discover__copy { padding-top: 36px; }
  .nandi-wzp-discover__copy > p { font-size: 14px; }
  .nandi-wzp-discover__image { width: 100%; height: 220px; margin-top: 37px; border-radius: 4px 90px 4px 4px; }
  .nandi-wzp-guidance__grid { display: block; }
  .nandi-wzp-guidance__panel { padding-top: 35px; }
  .nandi-wzp-guidance h5 { font-size: 42px; }
  .nandi-wzp-guidance__image { height: 300px; margin: 45px 0; border-radius: 4px 4px 105px 4px; }
  .nandi-wzp-guidance__instructions { padding-top: 0; }
  .nandi-wzp-guidance h6 { font-size: 35px; }
  .nandi-wzp-doctor__inner { display: block; min-height: 0; padding: 91px 0 100px; }
  .nandi-wzp-doctor__portrait { width: min(86%, 330px); height: 420px; margin: 0 auto; }
  .nandi-wzp-doctor__portrait-frame { inset: 11px -13px -13px 13px; }
  .nandi-wzp-doctor__experience { right: -21px; bottom: 28px; width: 112px; height: 112px; }
  .nandi-wzp-doctor__experience strong { font-size: 38px; }
  .nandi-wzp-doctor__experience span { margin-top: 8px; font-size: 7px; }
  .nandi-wzp-doctor__copy { margin-top: 61px; }
  .nandi-wzp-doctor h2 { font-size: 75px; }
  .nandi-wzp-contact { padding: 91px 0; }
  .nandi-wzp-contact__grid { display: block; }
  .nandi-wzp-contact h2 { font-size: 57px; }
  .nandi-wzp-contact__links { display: block; }
  .nandi-wzp-contact__links a { display: block; margin-top: 14px; }
  .nandi-wzp-form-panel { margin-top: 49px; padding: 32px 24px 36px; }
  .nandi-wzp-faq__grid { display: block; }
  .nandi-wzp-faq__heading h2 { font-size: 57px; }
  .nandi-wzp-faq__heading > span { margin-top: 41px; }
  .nandi-wzp-accordion { margin-top: 51px; }
  .nandi-wzp-accordion summary { min-height: 78px; font-size: 17px; }
  .nandi-wzp-accordion details > p { padding-right: 28px; font-size: 13px; }
  .nandi-wzp-final,
  .nandi-wzp-final__inner { min-height: 395px; }
  .nandi-wzp-final h2 { font-size: 64px; }
}

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