@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 {
  --paschim-pink: #ee477c;
  --paschim-deep: #d9366b;
  --paschim-soft: #fce8ef;
  --paschim-pale: #fff7f9;
  --paschim-cream: #fbf5f0;
  --paschim-dark: #242424;
  --paschim-grey: #777475;
  --paschim-line: rgba(36, 36, 36, .15);
  --paschim-serif: "Playfair Display", Georgia, serif;
  --paschim-sans: "DM Sans", Arial, sans-serif;
}

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

.nandi-paschim-page {
  overflow: hidden;
  color: var(--paschim-dark);
  background: #fff;
  font: 16px/1.7 var(--paschim-sans);
}

.nandi-paschim-page img { display: block; width: 100%; }
.nandi-paschim-page figure,
.nandi-paschim-page p,
.nandi-paschim-page h1,
.nandi-paschim-page h2,
.nandi-paschim-page h3,
.nandi-paschim-page h4,
.nandi-paschim-page h5,
.nandi-paschim-page h6 { margin: 0; }
.nandi-paschim-page h1,
.nandi-paschim-page h2,
.nandi-paschim-page h3,
.nandi-paschim-page h4,
.nandi-paschim-page h5,
.nandi-paschim-page h6 { font-family: var(--paschim-serif); font-weight: 500; letter-spacing: -.055em; line-height: 1.04; }
.nandi-paschim-page em { color: var(--paschim-pink); font-style: italic; }
.nandi-paschim-wrap { width: min(calc(100% - 96px), 1240px); margin: 0 auto; }
.nandi-paschim-kicker,
.nandi-paschim-eyebrow { color: var(--paschim-pink); font-size: 10px; font-weight: 700; letter-spacing: .18em; line-height: 1.35; text-transform: uppercase; }
.nandi-paschim-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; color: var(--paschim-dark); font-size: 11px; font-weight: 700; text-decoration: none; transition: transform .25s ease, background-color .25s ease; }
.nandi-paschim-button span { font-size: 19px; font-weight: 400; }
.nandi-paschim-button:hover { transform: translateY(-3px); }
.nandi-paschim-button--pink { color: #fff; background: var(--paschim-pink); box-shadow: 0 15px 28px rgba(238, 71, 124, .2); }
.nandi-paschim-button--pink:hover { background: var(--paschim-deep); }
.nandi-paschim-button--light { background: #fff; box-shadow: 0 15px 28px rgba(36, 36, 36, .12); }

.nandi-paschim-hero { position: relative; min-height: 760px; overflow: hidden; background: var(--paschim-cream); }
.nandi-paschim-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-paschim-hero__inner { position: relative; z-index: 1; display: grid; min-height: 700px; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 110px); align-items: center; padding: 72px 0 84px; }
.nandi-paschim-hero__copy { position: relative; z-index: 2; }
.nandi-paschim-eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; }
.nandi-paschim-eyebrow span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--paschim-pink); border-radius: 50%; }
.nandi-paschim-hero h1 { max-width: 610px; font-size: clamp(46px, 5.3vw, 78px); }
.nandi-paschim-hero__lead { max-width: 560px; margin-top: 29px; color: var(--paschim-grey); font-size: 15px; line-height: 1.85; }
.nandi-paschim-hero__actions { display: flex; margin-top: 32px; flex-wrap: wrap; align-items: center; gap: 25px; }
.nandi-paschim-hero__jump { color: var(--paschim-dark); font-size: 11px; font-weight: 700; text-decoration: none; }
.nandi-paschim-hero__jump span { margin-left: 8px; color: var(--paschim-pink); font-size: 17px; }
.nandi-paschim-hero__visual { position: relative; min-height: 560px; }
.nandi-paschim-hero__image-back { position: absolute; top: 3%; right: 6%; width: 78%; height: 94%; border-radius: 50% 50% 7px 7px; background: #f3c4d2; transform: rotate(5deg); }
.nandi-paschim-hero__image { position: absolute; overflow: hidden; box-shadow: 0 30px 60px rgba(83, 34, 48, .14); }
.nandi-paschim-hero__image img { height: 100%; object-fit: cover; }
.nandi-paschim-hero__image--main { top: 18px; right: 12%; width: 67%; height: 480px; border-radius: 4px 4px 150px 4px; }
.nandi-paschim-hero__image--detail { bottom: 6px; left: 1%; z-index: 2; width: 37%; height: 205px; border: 10px solid var(--paschim-cream); border-radius: 4px 90px 4px 4px; }
.nandi-paschim-hero__stamp { position: absolute; z-index: 3; right: 0; bottom: 88px; display: flex; width: 142px; height: 142px; align-items: center; justify-content: center; flex-direction: column; border-radius: 50%; color: #fff; background: var(--paschim-pink); box-shadow: 0 17px 30px rgba(238, 71, 124, .23); transform: rotate(7deg); }
.nandi-paschim-hero__stamp strong { font-family: var(--paschim-serif); font-size: 42px; line-height: .9; }
.nandi-paschim-hero__stamp span { margin-top: 11px; font-size: 8px; line-height: 1.35; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.nandi-paschim-hero__caption { position: absolute; z-index: 3; top: 7px; right: -8px; padding-left: 15px; border-left: 1px solid var(--paschim-pink); color: var(--paschim-grey); font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; }
.nandi-paschim-hero__bottom { position: absolute; bottom: 28px; left: 50%; display: flex; width: min(calc(100% - 96px), 1420px); align-items: center; gap: 16px; color: var(--paschim-grey); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.nandi-paschim-hero__bottom i { display: block; width: 55px; height: 1px; background: var(--paschim-pink); }

.nandi-paschim-trust { color: #fff; background: var(--paschim-dark); }
.nandi-paschim-trust__inner { display: grid; min-height: 118px; grid-template-columns: 1fr .7fr auto; gap: 46px; align-items: center; }
.nandi-paschim-trust small { display: block; color: var(--paschim-pink); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.nandi-paschim-trust strong { display: block; margin-top: 5px; font: 500 18px/1.3 var(--paschim-serif); }
.nandi-paschim-trust__cycles { padding-left: 37px; border-left: 1px solid rgba(255,255,255,.2); }
.nandi-paschim-trust__cycles strong { color: var(--paschim-pink); font: 600 36px/1 var(--paschim-sans); }
.nandi-paschim-trust__inner > a { display: flex; align-items: center; gap: 12px; color: #fff; font-size: 11px; font-weight: 700; text-decoration: none; }
.nandi-paschim-trust__inner > a span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--paschim-pink); border-radius: 50%; color: var(--paschim-pink); font-size: 17px; }

/* The story heading intentionally spans the full content width. */
.nandi-paschim-story { padding: 104px 0 122px; background: #fff; }
.nandi-paschim-story__intro { position: relative; }
.nandi-paschim-story__intro::before { position: absolute; top: 67px; left: -48px; width: 88px; height: 1px; background: var(--paschim-pink); content: ""; }
.nandi-paschim-story__intro h2 { max-width: none; margin-top: 18px; font-size: clamp(42px, 5vw, 70px) !important; }
.nandi-paschim-story__body { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 115px); margin-top: 55px; align-items: start; }
.nandi-paschim-story__photo { order: 2; height: 420px; overflow: hidden; border-radius: 170px 4px 4px 4px; }
.nandi-paschim-story__photo img { height: 100%; object-fit: cover; }
.nandi-paschim-story__photo figcaption { position: relative; float: right; margin-top: -38px; padding: 10px 14px; color: #fff; background: rgba(36,36,36,.72); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.nandi-paschim-story__copy { order: 1; padding-top: 20px; }
.nandi-paschim-story__copy p { color: var(--paschim-grey); font-size: 15px; line-height: 1.9; }
.nandi-paschim-story__copy p + p { margin-top: 27px; }

.nandi-paschim-journey { padding: 106px 0 118px; color: #fff; background: var(--paschim-pink); }
.nandi-paschim-journey .nandi-paschim-kicker { color: #fff; opacity: .8; }
.nandi-paschim-journey h3 { max-width: 850px; margin-top: 18px; font-size: clamp(35px, 4.2vw, 60px) !important; }
.nandi-paschim-journey__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; margin-top: 55px; }
.nandi-paschim-journey__columns p { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.9; }
.nandi-paschim-journey__columns p + p { margin-top: 24px; }

.nandi-paschim-process { padding: 108px 0 120px; background: var(--paschim-pale); }
.nandi-paschim-process h4 { max-width: 800px; margin-top: 18px; font-size: clamp(37px, 4.3vw, 62px) !important; }
.nandi-paschim-process__intro { max-width: 770px; margin-top: 25px; color: var(--paschim-grey); font-size: 15px; line-height: 1.9; }
.nandi-paschim-process__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 58px; border-top: 1px solid var(--paschim-line); }
.nandi-paschim-process__steps article { min-height: 270px; padding: 22px 23px 20px 0; border-bottom: 1px solid var(--paschim-line); }
.nandi-paschim-process__steps article + article { padding-left: 22px; border-left: 1px solid var(--paschim-line); }
.nandi-paschim-process__steps span { color: var(--paschim-pink); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.nandi-paschim-process__steps h5 { margin-top: 25px; font-size: 23px; }
.nandi-paschim-process__steps p { margin-top: 16px; color: var(--paschim-grey); font-size: 13px; line-height: 1.75; }

.nandi-paschim-trust-story { padding: 108px 0 120px; background: #fff; }
.nandi-paschim-trust-story h6 { max-width: 830px; margin-top: 18px; font-size: clamp(38px, 4.5vw, 64px) !important; }
.nandi-paschim-trust-story__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 70px; margin-top: 58px; border-top: 1px solid var(--paschim-line); }
.nandi-paschim-trust-story__list p { padding: 24px 0; color: var(--paschim-grey); font-size: 15px; line-height: 1.85; border-bottom: 1px solid var(--paschim-line); }

.nandi-paschim-contact { padding: 100px 0; background: var(--paschim-soft); }
.nandi-paschim-contact__inner { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: center; }
.nandi-paschim-contact h2 { margin-top: 18px; font-size: clamp(38px, 4.7vw, 64px) !important; }
.nandi-paschim-contact__inner > div:first-child > p:not(.nandi-paschim-kicker) { max-width: 390px; margin-top: 24px; color: var(--paschim-grey); }
.nandi-paschim-contact__inner > div:first-child .nandi-paschim-button { margin-top: 28px; }
.nandi-paschim-form-panel { padding: 40px 44px 44px; background: #fff; box-shadow: 0 25px 55px rgba(83,34,48,.1); }
.nandi-paschim-form-panel h3 { margin-top: 8px; font-size: 32px; }
.nandi-paschim-form { margin-top: 22px; color: var(--paschim-grey); font-size: 13px; }
.nandi-paschim-form input,
.nandi-paschim-form textarea { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid var(--paschim-line); background: transparent; }

.nandi-paschim-faq { padding: 105px 0 120px; }
.nandi-paschim-faq__inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 115px; }
.nandi-paschim-faq h2 { margin-top: 18px; font-size: clamp(38px, 4.2vw, 58px) !important; }
.nandi-paschim-accordion { border-top: 1px solid var(--paschim-line); }
.nandi-paschim-accordion details { border-bottom: 1px solid var(--paschim-line); }
.nandi-paschim-accordion summary { display: flex; min-height: 78px; padding: 19px 2px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 500 18px/1.35 var(--paschim-serif); }
.nandi-paschim-accordion summary::-webkit-details-marker { display: none; }
.nandi-paschim-accordion summary i { position: relative; display: block; width: 27px; height: 27px; flex: 0 0 auto; border: 1px solid var(--paschim-pink); border-radius: 50%; }
.nandi-paschim-accordion summary i::before,
.nandi-paschim-accordion summary i::after { position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: var(--paschim-pink); content: ""; transform: translate(-50%,-50%); }
.nandi-paschim-accordion summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.nandi-paschim-accordion details[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.nandi-paschim-accordion details p { max-width: 680px; padding: 0 40px 24px 2px; color: var(--paschim-grey); font-size: 14px; line-height: 1.85; }

.nandi-paschim-final { padding: 100px 0; color: #fff; text-align: center; background: var(--paschim-pink); }
.nandi-paschim-final .nandi-paschim-kicker { color: #fff; opacity: .8; }
.nandi-paschim-final h2 { margin: 18px 0 29px; color: #fff; font-size: clamp(42px, 5.6vw, 76px) !important; }
.nandi-paschim-final h2 em { color: #fff; }

@media (max-width: 900px) {
  .nandi-paschim-wrap { width: min(calc(100% - 64px), 1240px); }
  .nandi-paschim-hero__inner { grid-template-columns: 1fr 1fr; gap: 35px; }
  .nandi-paschim-hero__visual { min-height: 500px; }
  .nandi-paschim-hero__image--main { height: 430px; }
  .nandi-paschim-process__steps { grid-template-columns: repeat(2, 1fr); }
  .nandi-paschim-process__steps article:nth-child(3) { border-left: 0; padding-left: 0; }
  .nandi-paschim-process__steps article:nth-child(n+3) { border-top: 1px solid var(--paschim-line); }
}

@media (max-width: 700px) {
  .nandi-paschim-wrap { width: min(calc(100% - 40px), 1240px); }
  .nandi-paschim-hero { min-height: auto; }
  .nandi-paschim-hero__inner { display: block; min-height: 0; padding: 68px 0 78px; }
  .nandi-paschim-hero h1 { font-size: clamp(39px, 10vw, 58px); }
  .nandi-paschim-hero__visual { min-height: 420px; margin-top: 44px; }
  .nandi-paschim-hero__image--main { right: 8%; width: 78%; height: 360px; border-radius: 4px 4px 100px 4px; }
  .nandi-paschim-hero__image--detail { height: 150px; border-width: 7px; border-radius: 4px 60px 4px 4px; }
  .nandi-paschim-hero__stamp { right: 0; bottom: 46px; width: 110px; height: 110px; }
  .nandi-paschim-hero__stamp strong { font-size: 32px; }
  .nandi-paschim-hero__stamp span { font-size: 7px; }
  .nandi-paschim-hero__bottom { position: relative; bottom: auto; left: auto; width: min(calc(100% - 40px), 1240px); padding-bottom: 24px; transform: none; }
  .nandi-paschim-trust__inner { display: block; padding: 28px 0; }
  .nandi-paschim-trust__cycles { margin: 22px 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .nandi-paschim-story,
  .nandi-paschim-journey,
  .nandi-paschim-process,
  .nandi-paschim-trust-story,
  .nandi-paschim-faq { padding: 72px 0 80px; }
  .nandi-paschim-story__intro h2 { max-width: 100%; }
  .nandi-paschim-story__body,
  .nandi-paschim-journey__columns,
  .nandi-paschim-contact__inner,
  .nandi-paschim-faq__inner { display: block; }
  .nandi-paschim-story__photo { height: 315px; margin-top: 36px; }
  .nandi-paschim-story__copy { padding-top: 0; }
  .nandi-paschim-journey__columns,
  .nandi-paschim-trust-story__list { margin-top: 34px; }
  .nandi-paschim-journey__columns > div + div { margin-top: 24px; }
  .nandi-paschim-process__steps { display: block; margin-top: 38px; }
  .nandi-paschim-process__steps article,
  .nandi-paschim-process__steps article + article { min-height: 0; padding: 22px 0; border-left: 0; }
  .nandi-paschim-trust-story__list { display: block; }
  .nandi-paschim-contact { padding: 72px 0 80px; }
  .nandi-paschim-form-panel { margin-top: 42px; padding: 30px 24px 34px; }
  .nandi-paschim-faq__inner > div:first-child { margin-bottom: 38px; }
  .nandi-paschim-final { padding: 78px 0; }
}