@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 {
  --punjabi-pink: #ee477c;
  --punjabi-deep: #d9366b;
  --punjabi-soft: #fce8ef;
  --punjabi-pale: #fff7f9;
  --punjabi-ink: #29262a;
  --punjabi-grey: #797478;
  --punjabi-line: rgba(41, 38, 42, .16);
  --punjabi-serif: "Playfair Display", Georgia, serif;
  --punjabi-sans: "DM Sans", Arial, sans-serif;
}

.nandi-punjabi-page,
.nandi-punjabi-page *,
.nandi-punjabi-page *::before,
.nandi-punjabi-page *::after { box-sizing: border-box; }
.nandi-punjabi-page { overflow: hidden; color: var(--punjabi-ink); background: #fff; font: 16px/1.7 var(--punjabi-sans); }
.nandi-punjabi-page img { display: block; width: 100%; }
.nandi-punjabi-page figure,
.nandi-punjabi-page p,
.nandi-punjabi-page h1,
.nandi-punjabi-page h2,
.nandi-punjabi-page h3,
.nandi-punjabi-page h4,
.nandi-punjabi-page h5,
.nandi-punjabi-page h6 { margin: 0; }
.nandi-punjabi-page h1,
.nandi-punjabi-page h2,
.nandi-punjabi-page h3,
.nandi-punjabi-page h4,
.nandi-punjabi-page h5,
.nandi-punjabi-page h6 { font-family: var(--punjabi-serif); font-weight: 500; letter-spacing: -.055em; line-height: 1.04; }
.nandi-punjabi-page em { color: var(--punjabi-pink); font-style: italic; }
.nandi-punjabi-wrap { width: min(calc(100% - 96px), 1240px); margin: 0 auto; }
.nandi-punjabi-kicker,
.nandi-punjabi-eyebrow { color: var(--punjabi-pink); font-size: 10px; font-weight: 700; letter-spacing: .18em; line-height: 1.35; text-transform: uppercase; }
.nandi-punjabi-button { display: inline-flex; min-height: 54px; padding: 0 20px 0 24px; align-items: center; justify-content: space-between; gap: 24px; border-radius: 100px; color: var(--punjabi-ink); font-size: 11px; font-weight: 700; text-decoration: none; transition: transform .25s ease, background-color .25s ease; }
.nandi-punjabi-button span { font-size: 19px; font-weight: 400; }
.nandi-punjabi-button:hover { transform: translateY(-3px); }
.nandi-punjabi-button--pink { color: #fff; background: var(--punjabi-pink); box-shadow: 0 15px 28px rgba(238,71,124,.2); }
.nandi-punjabi-button--pink:hover { background: var(--punjabi-deep); }
.nandi-punjabi-button--light { background: #fff; box-shadow: 0 15px 28px rgba(0,0,0,.12); }

/* A distinct split title treatment for Punjabi Bagh. */
.nandi-punjabi-hero { position: relative; display: grid; min-height: 720px; grid-template-columns: 1fr 1fr; overflow: hidden; color: #fff; background: #29262a; }
.nandi-punjabi-hero__copy { position: relative; z-index: 2; display: flex; padding: 76px clamp(40px, 7vw, 105px) 100px; flex-direction: column; justify-content: center; }
.nandi-punjabi-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: #f68eab; }
.nandi-punjabi-eyebrow span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--punjabi-pink); border-radius: 50%; }
.nandi-punjabi-hero h1 { max-width: 620px; color: #fff; font-size: clamp(44px, 5.2vw, 76px) !important; }
.nandi-punjabi-hero__lead { max-width: 600px; margin-top: 29px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.85; }
.nandi-punjabi-hero__actions { display: flex; margin-top: 33px; align-items: center; gap: 25px; flex-wrap: wrap; }
.nandi-punjabi-hero__link { color: #fff; font-size: 11px; font-weight: 700; text-decoration: none; }
.nandi-punjabi-hero__link span { margin-left: 8px; color: var(--punjabi-pink); font-size: 17px; }
.nandi-punjabi-hero__visual { position: relative; min-height: 720px; overflow: hidden; background: #ead9dd; }
.nandi-punjabi-hero__visual::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(41,38,42,.75), rgba(41,38,42,.05) 58%), linear-gradient(0deg, rgba(41,38,42,.25), transparent 45%); content: ""; }
.nandi-punjabi-hero__visual figure { position: absolute; inset: 0; }
.nandi-punjabi-hero__visual img { height: 100%; object-fit: cover; }
.nandi-punjabi-hero__label { position: absolute; z-index: 2; top: 14%; right: 12%; display: flex; width: 128px; height: 128px; align-items: center; justify-content: center; flex-direction: column; border-radius: 50%; color: #fff; background: var(--punjabi-pink); font: 500 33px/1 var(--punjabi-serif); text-align: center; transform: rotate(7deg); }
.nandi-punjabi-hero__label small { margin-top: 8px; font: 700 8px/1.3 var(--punjabi-sans); text-transform: uppercase; letter-spacing: .08em; }
.nandi-punjabi-hero__caption { position: absolute; z-index: 2; right: 10%; bottom: 13%; padding-left: 14px; border-left: 1px solid var(--punjabi-pink); color: rgba(255,255,255,.78); font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .14em; }
.nandi-punjabi-hero__rail { position: absolute; z-index: 3; bottom: 29px; left: clamp(40px, 7vw, 105px); display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.6); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.nandi-punjabi-hero__rail i { display: block; width: 55px; height: 1px; background: var(--punjabi-pink); }

.nandi-punjabi-trust { color: #fff; background: var(--punjabi-pink); }
.nandi-punjabi-trust__inner { display: grid; min-height: 115px; grid-template-columns: 1fr .7fr auto; gap: 45px; align-items: center; }
.nandi-punjabi-trust small { display: block; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.nandi-punjabi-trust strong { display: block; margin-top: 4px; font: 500 19px/1.25 var(--punjabi-serif); }
.nandi-punjabi-trust__inner > div:nth-child(2) { padding-left: 38px; border-left: 1px solid rgba(255,255,255,.35); }
.nandi-punjabi-trust__inner > div:nth-child(2) strong { font: 600 35px/1 var(--punjabi-sans); }
.nandi-punjabi-trust__inner > a { display: flex; align-items: center; gap: 12px; color: #fff; font-size: 11px; font-weight: 700; text-decoration: none; }
.nandi-punjabi-trust__inner > a span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #fff; border-radius: 50%; font-size: 17px; }

/* Full-width heading: no narrow title column and no dead space beside it. */
.nandi-punjabi-story { padding: 104px 0 120px; background: #fff; }
.nandi-punjabi-story__intro { position: relative; }
.nandi-punjabi-story__intro::before { position: absolute; top: 67px; left: -48px; width: 88px; height: 1px; background: var(--punjabi-pink); content: ""; }
.nandi-punjabi-story__intro h2 { max-width: none; margin-top: 18px; font-size: clamp(42px, 5.1vw, 70px) !important; }
.nandi-punjabi-story__body { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 9vw, 135px); margin-top: 57px; align-items: start; }
.nandi-punjabi-story__copy { padding-top: 19px; }
.nandi-punjabi-story__copy p { color: var(--punjabi-grey); font-size: 15px; line-height: 1.9; }
.nandi-punjabi-story__copy p + p { margin-top: 27px; }
.nandi-punjabi-story__photo { height: 430px; overflow: hidden; border-radius: 4px 170px 4px 4px; }
.nandi-punjabi-story__photo img { height: 100%; object-fit: cover; }
.nandi-punjabi-story__photo figcaption { float: right; margin-top: -38px; padding: 10px 14px; color: #fff; background: rgba(41,38,42,.72); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.nandi-punjabi-experience { padding: 105px 0 115px; color: #fff; background: var(--punjabi-ink); }
.nandi-punjabi-experience .nandi-punjabi-kicker { color: #f68eab; }
.nandi-punjabi-experience h3 { max-width: 700px; margin-top: 18px; font-size: clamp(38px, 4.8vw, 68px) !important; }
.nandi-punjabi-experience__lead { max-width: 870px; margin-top: 36px; color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.95; }

.nandi-punjabi-roadmap { padding: 107px 0 120px; background: var(--punjabi-pale); }
.nandi-punjabi-roadmap h4 { max-width: 900px; margin-top: 18px; font-size: clamp(39px, 4.8vw, 68px) !important; }
.nandi-punjabi-roadmap__lead { max-width: 820px; margin-top: 27px; color: var(--punjabi-grey); font-size: 15px; line-height: 1.9; }
.nandi-punjabi-roadmap__list { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 58px; border-top: 1px solid var(--punjabi-line); }
.nandi-punjabi-roadmap__list p { min-height: 165px; padding: 23px 22px 20px 0; color: var(--punjabi-grey); font-size: 13px; line-height: 1.75; border-bottom: 1px solid var(--punjabi-line); }
.nandi-punjabi-roadmap__list p + p { padding-left: 22px; border-left: 1px solid var(--punjabi-line); }

.nandi-punjabi-awareness { padding: 108px 0 120px; background: #fff; }
.nandi-punjabi-awareness__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.nandi-punjabi-awareness h5 { max-width: 430px; margin-top: 18px; font-size: clamp(36px, 4.2vw, 58px) !important; }
.nandi-punjabi-awareness__grid > div:first-child > p:last-child { max-width: 390px; margin-top: 27px; color: var(--punjabi-grey); font-size: 15px; line-height: 1.9; }
.nandi-punjabi-awareness__cards { border-top: 1px solid var(--punjabi-line); }
.nandi-punjabi-awareness__cards article { position: relative; padding: 26px 0 29px 65px; border-bottom: 1px solid var(--punjabi-line); }
.nandi-punjabi-awareness__cards article > span { position: absolute; top: 28px; left: 0; color: var(--punjabi-pink); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.nandi-punjabi-awareness__cards h6 { font-size: 28px; }
.nandi-punjabi-awareness__cards p { margin-top: 14px; color: var(--punjabi-grey); font-size: 14px; line-height: 1.85; }

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

.nandi-punjabi-faq { padding: 105px 0 120px; }
.nandi-punjabi-faq__inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 115px; }
.nandi-punjabi-faq h2 { margin-top: 18px; font-size: clamp(39px, 4.3vw, 60px) !important; }
.nandi-punjabi-accordion { border-top: 1px solid var(--punjabi-line); }
.nandi-punjabi-accordion details { border-bottom: 1px solid var(--punjabi-line); }
.nandi-punjabi-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(--punjabi-serif); }
.nandi-punjabi-accordion summary::-webkit-details-marker { display: none; }
.nandi-punjabi-accordion summary i { position: relative; display: block; width: 27px; height: 27px; flex: 0 0 auto; border: 1px solid var(--punjabi-pink); border-radius: 50%; }
.nandi-punjabi-accordion summary i::before,
.nandi-punjabi-accordion summary i::after { position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: var(--punjabi-pink); content: ""; transform: translate(-50%,-50%); }
.nandi-punjabi-accordion summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.nandi-punjabi-accordion details[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.nandi-punjabi-accordion details p { max-width: 700px; padding: 0 40px 24px 2px; color: var(--punjabi-grey); font-size: 14px; line-height: 1.85; }

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

@media (max-width: 900px) {
  .nandi-punjabi-wrap { width: min(calc(100% - 64px), 1240px); }
  .nandi-punjabi-hero { grid-template-columns: .95fr 1.05fr; }
  .nandi-punjabi-hero__copy { padding-right: 45px; padding-left: 45px; }
  .nandi-punjabi-roadmap__list { grid-template-columns: repeat(3, 1fr); }
  .nandi-punjabi-roadmap__list p:nth-child(4) { border-left: 0; padding-left: 0; border-top: 1px solid var(--punjabi-line); }
  .nandi-punjabi-roadmap__list p:nth-child(n+4) { border-top: 1px solid var(--punjabi-line); }
}

@media (max-width: 700px) {
  .nandi-punjabi-wrap { width: min(calc(100% - 40px), 1240px); }
  .nandi-punjabi-hero { display: block; min-height: auto; }
  .nandi-punjabi-hero__copy { padding: 68px 20px 72px; }
  .nandi-punjabi-hero h1 { font-size: clamp(39px, 10vw, 58px) !important; }
  .nandi-punjabi-hero__visual { min-height: 420px; }
  .nandi-punjabi-hero__label { top: 10%; right: 9%; width: 106px; height: 106px; font-size: 28px; }
  .nandi-punjabi-hero__caption { right: 7%; bottom: 10%; }
  .nandi-punjabi-hero__rail { position: relative; bottom: auto; left: auto; padding: 21px 20px; flex-wrap: wrap; }
  .nandi-punjabi-trust__inner { display: block; padding: 28px 0; }
  .nandi-punjabi-trust__inner > div:nth-child(2) { margin: 22px 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.35); border-left: 0; }
  .nandi-punjabi-story,
  .nandi-punjabi-experience,
  .nandi-punjabi-roadmap,
  .nandi-punjabi-awareness,
  .nandi-punjabi-faq { padding: 72px 0 80px; }
  .nandi-punjabi-story__intro h2 { font-size: clamp(35px, 9vw, 52px) !important; }
  .nandi-punjabi-story__intro::before { top: 59px; left: -20px; width: 45px; }
  .nandi-punjabi-story__body,
  .nandi-punjabi-awareness__grid,
  .nandi-punjabi-contact__inner,
  .nandi-punjabi-faq__inner { display: block; }
  .nandi-punjabi-story__photo { height: 315px; margin-top: 36px; }
  .nandi-punjabi-awareness__cards { margin-top: 42px; }
  .nandi-punjabi-roadmap__list { display: block; margin-top: 36px; }
  .nandi-punjabi-roadmap__list p,
  .nandi-punjabi-roadmap__list p + p { min-height: 0; padding: 20px 0; border-left: 0; }
  .nandi-punjabi-contact { padding: 72px 0 80px; }
  .nandi-punjabi-form-panel { margin-top: 42px; padding: 30px 24px 34px; }
  .nandi-punjabi-faq__inner > div:first-child { margin-bottom: 38px; }
  .nandi-punjabi-final { padding: 78px 0; }
}