/* Rajput Sagai project case study */
.matrimony-legacy { display: none !important; }
.matrimony-project { --mp-wine: #820018; --mp-deep: #3f0712; --mp-gold: #d9a740; --mp-cream: #fff9f1; --mp-ink: #3e1c22; color: var(--mp-ink); overflow: hidden; background: var(--mp-cream); }
.matrimony-project * { box-sizing: border-box; }
.matrimony-project .container { position: relative; z-index: 1; }

.mp-hero { position: relative; min-height: 625px; display: flex; align-items: center; isolation: isolate; color: #fff; background: #3a0811 url('../images/matrimony-project/rajput-sagai-home.webp') center center / cover no-repeat; }
.mp-hero::before { position: absolute; inset: 0; z-index: -1; content: ''; background: linear-gradient(90deg, rgba(47, 3, 11, .98) 0%, rgba(47, 3, 11, .91) 36%, rgba(47, 3, 11, .5) 62%, rgba(47, 3, 11, .08) 100%); }
.mp-hero::after { position: absolute; inset: 0; z-index: -1; content: ''; opacity: .24; background-image: radial-gradient(rgba(228, 184, 87, .75) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg, #000, transparent 63%); }
.mp-hero__content { max-width: 560px; padding: 115px 0 85px; }
.mp-eyebrow, .mp-label { display: inline-block; color: var(--mp-gold); font-size: 12px; font-weight: 800; letter-spacing: 1.55px; line-height: 1.3; text-transform: uppercase; }
.mp-eyebrow { margin: 0 0 22px; padding: 8px 14px; border: 1px solid rgba(226, 181, 77, .65); border-radius: 99px; background: rgba(121, 7, 27, .36); }
.mp-hero h1 { max-width: 675px; margin: 0; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(40px, 4.25vw, 62px); font-weight: 700; letter-spacing: -1.4px; line-height: 1.05; }
.mp-hero h1 span { color: #efc769; font-style: italic; }
.mp-hero p { max-width: 620px; margin: 27px 0 34px; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.75; }
.mp-hero .mp-hero__tagline { max-width: 420px; margin: 17px 0 27px; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.6; }
.mp-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.mp-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 23px; border: 1px solid var(--mp-gold); border-radius: 4px; background: var(--mp-gold); color: #450914; font-size: 13px; font-weight: 800; line-height: 1; text-decoration: none; transition: .25s ease; }
.mp-button:hover { border-color: #fff; background: #fff; color: var(--mp-deep); }
.mp-button--ghost { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.05); color: #fff; }
.mp-button--ghost:hover { border-color: var(--mp-gold); background: rgba(224, 172, 62, .2); color: #fff; }
.mp-signals { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border: 1px solid rgba(238, 202, 127, .32); border-radius: 7px; background: rgba(61, 4, 17, .66); backdrop-filter: blur(8px); }
.mp-signals div { padding: 17px 19px; border-right: 1px solid rgba(238, 202, 127, .22); }
.mp-signals div:last-child { border-right: 0; }
.mp-signals b { display: block; color: #f1c665; font-size: 13px; font-weight: 800; }
.mp-signals span { display: block; margin-top: 5px; color: rgba(255,255,255,.71); font-size: 12px; line-height: 1.45; }

.mp-intro { padding: 120px 0 112px; background: #fffaf4; }
.mp-intro__grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(390px, 1.07fr); align-items: center; gap: 82px; }
.mp-intro h2, .mp-section-head h2, .mp-profiles h2, .mp-delivery h2, .mp-cta h2 { margin: 14px 0 0; color: var(--mp-ink); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 3.35vw, 51px); font-weight: 700; letter-spacing: -1.15px; line-height: 1.13; }
.mp-intro p, .mp-section-head p, .mp-profiles__copy > p { margin: 21px 0 0; color: #756166; font-size: 17px; line-height: 1.8; }
.mp-intro ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 20px; margin: 32px 0 0; padding: 0; list-style: none; }
.mp-intro li { position: relative; padding-left: 27px; color: #55232d; font-size: 14px; font-weight: 700; line-height: 1.45; }
.mp-intro li::before { position: absolute; top: 1px; left: 0; display: grid; width: 18px; height: 18px; border-radius: 50%; place-items: center; content: '♥'; background: var(--mp-wine); color: #fff; font-size: 9px; }
.mp-screen-frame { position: relative; padding: 11px; border-radius: 10px; background: linear-gradient(135deg, var(--mp-gold), var(--mp-wine)); box-shadow: 0 30px 65px rgba(90, 25, 35, .19); }
.mp-screen-frame::after { position: absolute; right: -28px; bottom: -28px; z-index: -1; width: 185px; height: 185px; border-radius: 50%; content: ''; background: rgba(196, 141, 42, .16); }
.mp-screen-frame img, .mp-selection__visual img, .mp-profiles__image img { display: block; width: 100%; }
.mp-screen-frame img { border-radius: 5px; }
.mp-screen-note { position: absolute; right: -24px; bottom: 30px; max-width: 215px; padding: 15px 17px; border-left: 4px solid var(--mp-gold); border-radius: 4px; background: var(--mp-deep); box-shadow: 0 15px 35px rgba(51, 4, 15, .3); color: #fff; }
.mp-screen-note b { display: block; color: #f1c665; font-size: 13px; font-weight: 800; }
.mp-screen-note span { display: block; margin-top: 5px; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.5; }
.mp-project-card { position: relative; min-height: 460px; padding: 45px 43px 37px; border: 1px solid rgba(196, 141, 42, .38); border-radius: 10px; overflow: hidden; background: linear-gradient(135deg, #510713, #870017 65%, #a0321d); box-shadow: 0 30px 65px rgba(90, 25, 35, .19); color: #fff; }
.mp-project-card::before { position: absolute; top: -165px; right: -110px; width: 350px; height: 350px; border: 1px solid rgba(241, 198, 101, .35); border-radius: 50%; content: ''; }
.mp-project-card::after { position: absolute; inset: 0; opacity: .22; content: ''; background-image: radial-gradient(rgba(243, 202, 107, .8) 1px, transparent 1px); background-size: 23px 23px; }
.mp-project-card > * { position: relative; z-index: 1; }
.mp-project-card h3 { max-width: 470px; margin: 14px 0 33px; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(29px, 2.7vw, 41px); font-weight: 700; letter-spacing: -1px; line-height: 1.12; }
.mp-project-card__items { display: grid; gap: 17px; }
.mp-project-card__items > div { display: flex; align-items: center; gap: 14px; }
.mp-project-card__items i { display: grid; width: 39px; height: 39px; border: 1px solid rgba(241, 198, 101, .55); border-radius: 50%; flex: 0 0 39px; place-items: center; color: #f1c665; font-size: 14px; }
.mp-project-card__items span { color: rgba(255,255,255,.76); font-size: 13px; }
.mp-project-card__items b { display: block; margin-bottom: 2px; color: #fff; font-size: 14px; }
.mp-project-card__footer { position: absolute; right: 43px; bottom: 37px; left: 43px; padding-top: 18px; border-top: 1px solid rgba(241, 198, 101, .35); }
.mp-project-card__footer b { display: block; color: #f1c665; font-family: Georgia, serif; font-size: 19px; }
.mp-project-card__footer span { display: block; margin-top: 4px; color: rgba(255,255,255,.67); font-size: 11px; letter-spacing: .5px; }

.mp-selection { position: relative; padding: 112px 0 120px; background: #f7eee7; }
.mp-selection::before { position: absolute; inset: 0; opacity: .32; content: ''; background-image: radial-gradient(rgba(130, 0, 24, .25) 1px, transparent 1px); background-size: 25px 25px; }
.mp-section-head { position: relative; max-width: 750px; margin: 0 auto 53px; text-align: center; }
.mp-selection__visual { position: relative; overflow: hidden; border: 1px solid rgba(130, 0, 24, .2); border-radius: 10px; background: #fff; box-shadow: 0 27px 55px rgba(69, 12, 23, .14); }
.mp-selection__visual::after { position: absolute; inset: 0; content: ''; pointer-events: none; background: linear-gradient(90deg, rgba(51, 4, 15, .74), transparent 55%); }
.mp-selection__copy { position: absolute; bottom: 40px; left: 42px; z-index: 1; max-width: 365px; color: #fff; }
.mp-selection__copy span { color: #f1c665; font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.mp-selection__copy h3 { margin: 10px 0 11px; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 34px; font-weight: 700; line-height: 1.08; }
.mp-selection__copy p { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.7; }

.mp-profiles { padding: 120px 0; background: #fffaf4; }
.mp-profiles__grid { display: grid; grid-template-columns: minmax(390px, 1.04fr) minmax(0, .96fr); align-items: center; gap: 83px; }
.mp-profiles__image { position: relative; overflow: hidden; border-radius: 10px; box-shadow: 0 30px 60px rgba(92, 23, 34, .19); }
.mp-profiles__image::after { position: absolute; inset: 0; content: ''; pointer-events: none; background: linear-gradient(135deg, rgba(216, 167, 64, .16), transparent 46%); }
.mp-profile-chip { position: absolute; right: 20px; bottom: 20px; z-index: 1; padding: 10px 13px; border: 1px solid rgba(236, 204, 136, .48); border-radius: 3px; background: rgba(85, 0, 17, .85); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.mp-profile-chip i { margin-right: 7px; color: #efc769; }
.mp-feature-list { display: grid; gap: 15px; margin-top: 31px; }
.mp-feature-list > div { position: relative; min-height: 67px; padding: 10px 10px 10px 68px; border-bottom: 1px solid #eadfd7; }
.mp-feature-list i { position: absolute; top: 9px; left: 0; display: grid; width: 48px; height: 48px; border-radius: 50%; place-items: center; background: #f7e8cf; color: var(--mp-wine); font-size: 18px; }
.mp-feature-list b { display: block; margin-bottom: 4px; color: #55232d; font-size: 15px; }
.mp-feature-list span { color: #756166; font-size: 13px; line-height: 1.55; }

.mp-delivery { padding: 113px 0; color: #fff; background: linear-gradient(135deg, #4b0715, #830018 57%, #a1381f); }
.mp-delivery__inner { max-width: 940px; margin: 0 auto; text-align: center; }
.mp-delivery h2 { max-width: 765px; margin-right: auto; margin-left: auto; color: #fff; }
.mp-delivery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 44px; }
.mp-delivery__grid div { min-height: 144px; padding: 23px 14px; border: 1px solid rgba(244, 207, 122, .42); border-radius: 7px; background: rgba(88, 3, 22, .35); }
.mp-delivery__grid b { display: block; margin-bottom: 12px; color: #f1c665; font-family: Georgia, serif; font-size: 29px; }
.mp-delivery__grid span { color: rgba(255,255,255,.85); font-size: 13px; font-weight: 700; line-height: 1.45; }
.mp-cta { position: relative; padding: 108px 0; overflow: hidden; background: #fff6e9; text-align: center; }
.mp-cta::before { position: absolute; top: -250px; left: -120px; width: 520px; height: 520px; border: 1px solid rgba(185, 125, 30, .25); border-radius: 50%; content: ''; }
.mp-cta h2 { max-width: 810px; margin-right: auto; margin-left: auto; }
.mp-cta p { max-width: 620px; margin: 19px auto 31px; color: #715d61; font-size: 17px; line-height: 1.7; }

@media (max-width: 991px) { .mp-intro__grid, .mp-profiles__grid { grid-template-columns: 1fr; gap: 55px; } .mp-screen-frame, .mp-project-card, .mp-profiles__image { max-width: 720px; } }
@media (max-width: 767px) { .mp-hero { min-height: auto; background-position: 57% center; } .mp-hero::before { background: linear-gradient(90deg, rgba(47, 3, 11, .97), rgba(47, 3, 11, .72)); } .mp-hero__content { padding: 95px 0 70px; } .mp-hero h1 { font-size: 42px; letter-spacing: -1.1px; } .mp-hero .mp-hero__tagline { font-size: 15px; } .mp-intro, .mp-selection, .mp-profiles { padding: 76px 0; } .mp-intro__grid, .mp-profiles__grid { gap: 42px; } .mp-intro ul { grid-template-columns: 1fr; } .mp-project-card { min-height: 430px; padding: 32px 27px; } .mp-project-card__footer { right: 27px; bottom: 30px; left: 27px; } .mp-selection__copy { right: 25px; bottom: 28px; left: 25px; } .mp-selection__copy h3 { font-size: 28px; } .mp-delivery, .mp-cta { padding: 77px 0; } .mp-delivery__grid { grid-template-columns: repeat(2, 1fr); } .mp-delivery__grid div { min-height: 120px; } }
