.homepage{--hp-gradient:#ffffff}.home-plots{--plots-gold:#d4a537;--plots-gold-soft:rgba(212,165,55,0.45);--plots-ink:#14110c;--plots-card:#17130f;position:relative;isolation:isolate;min-height:650px;display:flex;align-items:flex-start;padding:55px 0 90px;overflow:hidden;color:#fff;font-family:var(--font-body,"DM Sans",system-ui,sans-serif);background-color:#0a0a0a}.home-plots-bg{position:absolute;inset:0;z-index:0;line-height:0}.home-plots-bg-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.home-plots-bg-shade{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(10,10,10,.8),rgba(10,10,10,.48) 42%,rgba(10,10,10,.55) 72%,rgba(10,10,10,.62)),linear-gradient(180deg,rgba(10,10,10,.35),rgba(10,10,10,.12) 40%,rgba(10,10,10,.58))}.home-plots-inner{position:relative;z-index:2;width:min(1280px,calc(100% - 80px));margin:auto;display:flex;flex-direction:column;height:100%;gap:22px}.home-plots-top{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:20px}.home-plots-eyebrow{margin:0 0 .75rem;display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-body,"DM Sans",system-ui,sans-serif);font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--plots-gold)}.home-plots-eyebrow:after{content:"";width:2.5rem;height:1.5px;background:currentColor;flex-shrink:0}.home-plots-title{margin:0;font-family:var(--font-display,"Playfair Display",Georgia,serif);font-size:clamp(2.5rem,4.8vw,3.75rem);font-weight:600;line-height:1.08;max-width:14ch;letter-spacing:-.02em;color:#fff}.home-plots-title-lead{display:block}.home-plots-title-accent{display:block;margin-top:.05em;font-size:1em;font-weight:600;letter-spacing:-.02em;color:#d4a537}.home-plots-lead{margin:1.15rem 0 0;max-width:28rem;font-family:var(--font-body,"DM Sans",system-ui,sans-serif);font-size:clamp(.95rem,1.35vw,1.125rem);font-weight:400;line-height:1.55;color:rgba(255,255,255,.88)}.home-plots-stats{list-style:none;margin:0;padding:1rem 1.25rem;display:flex;gap:1.75rem;flex-shrink:0;border-radius:14px;background:rgba(255,250,240,.9);border:1px solid rgba(212,165,55,.45);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(90,60,20,.12)}.home-plots-stat{display:grid;justify-items:center;text-align:center;gap:.35rem;min-width:5.75rem}.home-plots-stat-icon{width:1.35rem;height:1.35rem;color:#c18d00;filter:none}.home-plots-card-icon svg,.home-plots-feature-icon svg,.home-plots-location-icon svg,.home-plots-stat-icon svg{width:100%;height:100%;display:block}.home-plots-stat-value{font-family:var(--font-display,"Playfair Display",Georgia,serif);font-size:clamp(2rem,3.2vw,2.75rem);font-weight:600;line-height:1;color:#1f2937;text-shadow:none}.home-plots-stat-label{font-family:var(--font-body,"DM Sans",system-ui,sans-serif);font-size:.6875rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;line-height:1.3;white-space:nowrap;color:#c18d00;text-shadow:none}.home-plots-features{list-style:none;margin:.5rem 0 1.5rem;padding:1.25rem 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid rgba(212,165,55,.28);border-bottom:1px solid rgba(212,165,55,.28)}.home-plots-feature{display:flex;align-items:flex-start;gap:.9rem;padding:.35rem 1.5rem;position:relative}.home-plots-feature:first-child{padding-left:0}.home-plots-feature:last-child{padding-right:0}.home-plots-feature:not(:last-child):after{content:"";position:absolute;top:10%;right:0;width:1px;height:80%;background:rgba(212,165,55,.28)}.home-plots-feature-icon{width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:999px;display:grid;place-items:center;color:var(--plots-gold);background:rgba(212,165,55,.08);border:1px solid rgba(212,165,55,.55)}.home-plots-feature-icon svg{width:1.15rem;height:1.15rem}.home-plots-feature-copy{display:flex;flex-direction:column;gap:.3rem;min-width:0;padding-top:.2rem}.home-plots-feature-label{font-size:.9375rem;font-weight:600;letter-spacing:.01em;color:#fff;line-height:1.3}.home-plots-feature-desc,.home-plots-feature-label{font-family:var(--font-body,"DM Sans",system-ui,sans-serif)}.home-plots-feature-desc{font-size:.8125rem;font-weight:400;line-height:1.4;color:rgba(255,255,255,.68)}.home-plots-location{margin:1rem 0 0;width:fit-content;display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:999px;font-family:var(--font-body,"DM Sans",system-ui,sans-serif);font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a1408;background:var(--plots-gold);border:none}.home-plots-location-icon{width:.8rem;height:.8rem;display:grid;place-items:center;color:#1a1408}.home-plots-cards{margin-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:26px;transform:translateY(30px)}.home-plots-card{position:relative;display:flex;flex-direction:column;border-radius:20px;overflow:hidden;background:#17130f;border:1px solid rgba(212,165,55,.45);box-shadow:0 14px 36px rgba(0,0,0,.35);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.home-plots-card:hover{transform:translateY(-4px);border-color:var(--plots-gold);box-shadow:0 20px 44px rgba(0,0,0,.42)}.home-plots-card-media{position:relative;aspect-ratio:16/8;overflow:hidden;flex-shrink:0}.home-plots-card-media img{transition:transform .55s ease}.home-plots-card:hover .home-plots-card-media img{transform:scale(1.05)}.home-plots-card-icon{position:absolute;left:20px;top:0;z-index:3;width:58px;height:58px;border-radius:999px;display:grid;place-items:center;color:var(--plots-ink);background:#d4a537;box-shadow:0 8px 18px rgba(0,0,0,.35);transform:translateY(-50%);pointer-events:none}.home-plots-card-icon svg{width:1.35rem;height:1.35rem}.home-plots-card-body{position:relative;z-index:1;display:flex;flex-direction:column;gap:0;padding:30px;align-items:flex-start;flex:1}.home-plots-card-title{margin:0;font-family:var(--font-display,"Playfair Display",Georgia,serif);font-size:clamp(1.15rem,1.8vw,1.4rem);font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--plots-gold)}.home-plots-card-desc{margin:.65rem 0 0;font-family:var(--font-body,"DM Sans",system-ui,sans-serif);font-size:.9375rem;line-height:1.55;color:rgba(255,255,255,.82)}.home-plots-card-link{margin-top:24px;display:inline-flex;align-self:flex-start;align-items:center;gap:.35rem;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--plots-gold);text-decoration:none;transition:gap .25s ease,color .25s ease}.home-plots-card-link:hover{gap:.55rem;color:#e8c05a}@media (max-width:991px){.home-plots{min-height:auto;padding:55px 0 70px}.home-plots-inner{width:min(1280px,calc(100% - 2.5rem));gap:20px}.home-plots-top{flex-direction:column;margin-bottom:16px}.home-plots-stats{gap:1.25rem}.home-plots-features{grid-template-columns:1fr;gap:0;margin:.75rem 0 1.25rem;padding:.35rem 0}.home-plots-feature{padding:1rem 0}.home-plots-feature:not(:last-child):after{top:auto;right:0;bottom:0;left:0;width:100%;height:1px}.home-plots-title{font-size:clamp(2.25rem,9vw,3rem);max-width:12ch}.home-plots-lead{font-size:1rem}.home-plots-stats{width:100%;justify-content:space-between;gap:.75rem}.home-plots-stat{min-width:0}.home-plots-stat-value{font-size:1.85rem}.home-plots-stat-label{font-size:.625rem;letter-spacing:.1em;white-space:normal}.home-plots-cards{grid-template-columns:1fr;margin-top:12px;transform:none;gap:1.25rem}.home-plots-card:hover{transform:none}}@media (prefers-reduced-motion:reduce){.home-plots-card,.home-plots-card-link,.home-plots-card-media img{transition:none}.home-plots-card:hover,.home-plots-card:hover .home-plots-card-media img,.home-plots-cards{transform:none}}.testimonials-section{background:#ffffff;padding:clamp(3rem,6vw,5rem) 0;overflow:hidden}.testimonials-inner{max-width:80rem;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem)}.testimonials-header{max-width:40rem;margin:0 auto clamp(2.25rem,4vw,3.25rem);text-align:center}.testimonials-eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;margin:0;font-size:.6875rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:#ffb300}.testimonials-eyebrow:before{content:"";width:1.75rem;height:2px;background:linear-gradient(90deg,#ffc107,#ffe082)}.testimonials-title{margin:.75rem 0 0;font-family:var(--font-display,Georgia,serif);font-size:clamp(1.75rem,3.8vw,2.6rem);font-weight:600;line-height:1.12;letter-spacing:-.02em;color:#7a5c10}.testimonials-lead{margin:.85rem auto 0;max-width:34rem;font-size:clamp(.9375rem,1.4vw,1.0625rem);line-height:1.7;color:rgba(92,72,16,.72)}.testimonials-marquee{position:relative;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.testimonials-marquee-track{display:flex;width:max-content;padding:.75rem 0 1.25rem;animation:testimonials-marquee-scroll 40s linear infinite}.testimonials-marquee:hover .testimonials-marquee-track{animation-play-state:paused}@keyframes testimonials-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.testimonial-card{position:relative;display:flex;flex-direction:column;flex:0 0 auto;width:clamp(16.5rem,72vw,20.5rem);margin:0 clamp(.85rem,2vw,1.15rem) 0 0;min-height:17rem;padding:clamp(1.5rem,3vw,1.85rem) clamp(1.25rem,2.5vw,1.5rem);border-radius:1rem;background:#ffffff;border:none;box-shadow:var(--shadow-card,0 4px 14px rgba(0,0,0,.06),0 14px 36px rgba(0,0,0,.1));transition:box-shadow .25s ease,transform .25s ease}.testimonial-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover,0 8px 20px rgba(0,0,0,.08),0 22px 52px rgba(0,0,0,.14))}.testimonial-mark{position:absolute;top:.65rem;right:1.1rem;font-family:var(--font-display,Georgia,serif);font-size:4.5rem;line-height:1;color:rgba(255,193,7,.28);pointer-events:none;user-select:none}.testimonial-stars{display:flex;gap:.15rem;margin:0}.testimonial-star{font-size:.85rem;line-height:1;color:rgba(122,92,16,.2)}.testimonial-star.is-on{color:#ffc107}.testimonial-quote{margin:1rem 0 0;padding:0;border:none;font-size:clamp(.875rem,1.3vw,.95rem);font-style:italic;line-height:1.7;color:rgba(74,56,10,.85)}.testimonial-author{display:flex;align-items:center;gap:.85rem;margin-top:auto;padding-top:1.35rem}.testimonial-avatar{position:relative;flex-shrink:0;width:3.25rem;height:3.25rem;border-radius:9999px;overflow:hidden;background:#f5f0e6;box-shadow:0 4px 12px rgba(0,0,0,.1)}.testimonial-meta{min-width:0}.testimonial-name{display:block;font-family:var(--font-display,Georgia,serif);font-size:1rem;font-weight:600;font-style:normal;line-height:1.25;color:#7a5c10}.testimonial-project{margin:.2rem 0 0;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgba(122,92,16,.55)}@media (prefers-reduced-motion:reduce){.testimonials-marquee-track{animation:none;flex-wrap:wrap;justify-content:center;width:100%;max-width:80rem;margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}.testimonial-card{width:min(20.5rem,100%)}.testimonial-card:hover{transform:none}}.why-mathura{position:relative;z-index:1;background:#ffffff;border-top:1px solid #ececec}.why-mathura-wrap{width:100%;max-width:80rem;margin:0 auto;padding:clamp(2rem,4vw,2.75rem) clamp(1.5rem,4vw,3.5rem) clamp(3rem,6vw,4.5rem)}.why-mathura-layout{display:grid;gap:2.25rem}@media (min-width:1024px){.why-mathura-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:3.25rem;align-items:center}}.why-mathura-eyebrow{display:flex;align-items:center;gap:1rem;margin:0;font-size:clamp(1rem,2.2vw,1.375rem);font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#c18d00}.why-mathura-eyebrow:before{content:"";display:block;width:clamp(2.5rem,5vw,3.5rem);height:3px;flex-shrink:0;background:#c18d00}.why-mathura-title{margin:.55rem 0 0;font-family:var(--font-display,Georgia,serif);font-size:clamp(2.25rem,5vw,3.65rem);font-weight:600;line-height:1.06;letter-spacing:-.025em;color:#1f2937;max-width:12ch}.why-mathura-lead{margin:1rem 0 0;font-size:clamp(1.02rem,1.8vw,1.125rem);line-height:1.65;color:rgba(31,41,55,.72)}@media (min-width:1024px){.why-mathura-lead{max-width:28rem}}.why-mathura-panel{border:1px solid #ececec;border-radius:16px;background:#fff;padding:.35rem 1.75rem}.why-mathura-points{display:flex;flex-direction:column}.why-mathura-point{display:grid;grid-template-columns:4.25rem 1fr;gap:1rem;align-items:start;padding:1.35rem 0;border:none;border-bottom:1px solid #ececec;border-radius:0;background:transparent;box-shadow:none}.why-mathura-point:last-child{border-bottom:none}.why-mathura-point-mark{display:flex;align-items:center;justify-content:flex-start;min-height:1.6rem;padding-top:.15rem}.why-mathura-point-dot{width:.65rem;height:.65rem;border-radius:50%;background:#c18d00;box-shadow:0 0 0 4px rgba(193,141,0,.12)}.why-mathura-point-accent{display:block;font-family:var(--font-display,Georgia,serif);font-size:clamp(1.65rem,2.5vw,2rem);font-weight:700;line-height:1;color:#c18d00}.why-mathura-point-copy{min-width:0}.why-mathura-point-title{margin:0;font-family:var(--font-display,Georgia,serif);font-size:1.1rem;font-weight:600;line-height:1.25;color:#1f2937}.why-mathura-point-text{margin:.35rem 0 0;font-size:.9rem;font-weight:400;line-height:1.55;color:rgba(31,41,55,.58)}@media (max-width:639px){.why-mathura-wrap{padding-left:1.15rem;padding-right:1.15rem}.why-mathura-panel{padding:.15rem 1.2rem}.why-mathura-point{grid-template-columns:3.25rem 1fr;gap:.75rem;padding:1.15rem 0}.why-mathura-point-accent{font-size:1.45rem}}.why-mathura-carousel{background:#ffffff;border-top:1px solid #ececec;padding:0 0 clamp(2rem,4vw,3rem);overflow:hidden}.why-mathura-carousel-viewport{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.why-mathura-carousel-track{display:flex;width:max-content;gap:clamp(.75rem,2vw,1.25rem);padding:0 clamp(.75rem,2vw,1.25rem);animation:why-mathura-marquee 70s linear infinite;will-change:transform}.why-mathura-carousel-slide{flex:0 0 auto;width:clamp(10rem,42vw,16rem)}.why-mathura-carousel-card{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:12px;border:1px solid #ececec;box-shadow:none;background:#fff}.why-mathura-carousel-image{object-fit:cover;object-position:top center}@keyframes why-mathura-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (min-width:640px){.why-mathura-carousel-slide{width:clamp(11rem,28vw,15rem)}}@media (min-width:1024px){.why-mathura-carousel-slide{width:clamp(12rem,18vw,17rem)}}@media (prefers-reduced-motion:reduce){.why-mathura-carousel-viewport{mask-image:none}.why-mathura-carousel-track{flex-wrap:wrap;justify-content:center;width:100%;max-width:80rem;margin:0 auto;animation:none;padding:0 clamp(1rem,4vw,2rem)}.why-mathura-carousel-slide{width:calc(50% - .5rem)}.why-mathura-carousel-slide[aria-hidden=true]{display:none}}@media (prefers-reduced-motion:reduce) and (min-width:1024px){.why-mathura-carousel-slide{width:calc(25% - .75rem)}}.why-mvg-section{position:relative;overflow:hidden;background:#ffffff}.why-mvg-wrap{position:relative;z-index:1;width:100%;max-width:80rem;margin:0 auto;padding:clamp(2rem,4vw,2.75rem) clamp(1.5rem,4vw,3.5rem) clamp(3rem,6vw,4.5rem)}.why-mvg-eyebrow{display:flex;align-items:center;gap:1rem;margin:0;font-size:clamp(1rem,2.2vw,1.375rem);font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#c18d00}.why-mvg-eyebrow-line{display:block;width:clamp(2.5rem,5vw,3.5rem);height:3px;flex-shrink:0;background:#c18d00;transform-origin:left center}.why-mvg-title{margin:.65rem 0 0;max-width:650px;font-family:var(--font-display,Georgia,serif);font-size:clamp(2.8rem,5vw,4rem);font-weight:600;line-height:1.06;letter-spacing:-.025em;color:#1f2937;will-change:transform,opacity}.why-mvg-lead{margin:1rem 0 0;max-width:700px;font-size:clamp(1.02rem,1.8vw,1.125rem);line-height:1.65;color:rgba(31,41,55,.72)}.why-mvg-grid{display:grid;gap:2rem;align-items:stretch;margin-top:3rem;padding-top:3rem;border-top:1px solid #ececec}@media (min-width:1024px){.why-mvg-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:2rem}}.why-mvg-visual{position:relative;width:100%;height:100%;will-change:transform,opacity}.why-mvg-image-frame{position:relative;height:100%;min-height:100%;padding:12px;border:1px solid #ececec;border-radius:18px;background:#fff;box-shadow:none}.why-mvg-image-media{position:relative;overflow:hidden;width:100%;height:100%;min-height:420px;border-radius:12px;background:#f7f7f7}@media (min-width:1024px){.why-mvg-image-media{min-height:100%;aspect-ratio:auto}}@media (max-width:1023px){.why-mvg-image-media{aspect-ratio:4/5;min-height:0}}.why-mvg-image{border-radius:12px;transform:scale(1);transform-origin:center center;will-change:transform}.why-mvg-image-shade{position:absolute;inset:0;border-radius:12px;background:linear-gradient(180deg,transparent,transparent 72%,rgba(31,22,8,.16));pointer-events:none}.why-mvg-content{display:flex;flex-direction:column;border:1px solid #ececec;border-radius:16px;padding:2rem;background:#fff;min-width:0}.why-mvg-strengths{display:flex;flex-direction:column;flex:1}.why-mvg-strength{display:grid;grid-template-columns:52px 1fr;gap:1rem;align-items:flex-start;padding:1.25rem 0;border:none;border-bottom:1px solid #ececec;border-radius:0;background:transparent;box-shadow:none;will-change:transform,opacity}.why-mvg-strength:first-child{padding-top:0}.why-mvg-strength:last-child{border-bottom:none;padding-bottom:0}.why-mvg-strength-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;border-radius:50%;border:1px solid #f4d27d;background:#fff8e6;color:#c18d00;box-shadow:none}.why-mvg-icon{width:1.15rem;height:1.15rem}.why-mvg-strength-copy{min-width:0;padding-top:.2rem}.why-mvg-strength-title{margin:0;font-family:var(--font-display,Georgia,serif);font-size:1.15rem;font-weight:600;line-height:1.25;color:#1f2937}.why-mvg-strength-desc{margin:.35rem 0 0;font-size:.9rem;line-height:1.5;color:rgba(31,41,55,.55)}.why-mvg-cta-wrap{margin-top:1.75rem;padding-top:.25rem}.why-mvg-cta{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;padding:.85rem 1.4rem;border-radius:8px;border:1px solid #ffc107;background:var(--btn-yellow-bg);font-size:.875rem;font-weight:600;letter-spacing:.02em;text-decoration:none;color:var(--btn-yellow-text);box-shadow:none;transition:background .2s ease,border-color .2s ease,gap .2s ease}@media (hover:hover) and (pointer:fine){.why-mvg-cta:hover{background:var(--btn-yellow-bg-hover);border-color:#ffc107;color:var(--btn-yellow-text);gap:.55rem;box-shadow:none}}.why-mvg-cta-icon{display:inline-flex;font-size:1rem;line-height:1}@media (prefers-reduced-motion:reduce){.why-mvg-cta:hover{transform:none}}@media (max-width:639px){.why-mvg-wrap{padding-left:1.15rem;padding-right:1.15rem}.why-mvg-grid{margin-top:2.25rem;padding-top:2.25rem;gap:1.5rem}.why-mvg-content{padding:1.35rem 1.25rem}.why-mvg-strength{grid-template-columns:44px 1fr;gap:.85rem;padding:1.1rem 0}.why-mvg-strength-icon{width:42px;height:42px}}