/* Subpages — match homepage visual language */
.sn-page-main:not(.sn-home-page) {
  background: #fff;
}

/* Dark page hero (matches mission / trust energy) */
.sn-hero {
  position: relative;
  overflow: hidden;
  padding: 130px 0 72px;
  background:
    radial-gradient(ellipse 80% 70% at 15% 20%, rgba(169, 186, 101, .22), transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 80%, rgba(233, 66, 27, .12), transparent 50%),
    linear-gradient(160deg, #1a2218 0%, #242824 48%, #1c241c 100%);
  color: #fff;
}
.sn-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
  opacity: .5;
}
.sn-hero .sn-wrap,
.sn-hero .sn-container {
  position: relative;
  z-index: 1;
  text-align: left;
}
.sn-hero .sn-eyebrow {
  color: #a9ba65;
  text-align: left;
}
.sn-hero .sn-title {
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: -.02em;
  text-align: left;
}
.sn-hero .sn-lead {
  color: rgba(236, 242, 228, .78);
  max-width: 640px;
  margin: 0;
  text-align: left;
}
.sn-about-page .sn-about-copy .sn-eyebrow,
.sn-about-page .sn-about-copy .sn-title,
.sn-about-page .sn-about-copy .sn-lead,
.sn-about-page .sn-about-copy .sn-richtext {
  text-align: left;
}
.sn-about-page .sn-about-copy .sn-lead {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
.sn-hero .sn-btn-row,
.sn-hero .sn-sp-jump {
  margin-top: 28px;
}
.sn-hero .sn-sp-jump { margin: 28px 0 0; }

/* Sections */
.sn-page-main:not(.sn-home-page) .sn-section {
  padding: 88px 0;
}
.sn-page-main:not(.sn-home-page) .sn-section-gray {
  background: #f2f5ee;
}
.sn-page-main:not(.sn-home-page) .sn-section-dark {
  background: #1a2218;
  color: #fff;
}
.sn-center { text-align: center; }
.sn-center .sn-lead { margin-left: auto; margin-right: auto; }
.sn-btn-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* About split */
.sn-about-page .sn-about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.sn-about-page .sn-photo {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(36, 40, 36, .14);
  background: #f2f5ee;
  margin: 0;
}
.sn-about-page .sn-photo img {
  width: 100%;
  height: auto;
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.sn-about-page .sn-about-copy .sn-title {
  font-size: clamp(28px, 3.2vw, 46px);
  margin-top: 20px;
  margin-bottom: 18px;
  line-height: 1.35;
  overflow: visible;
  padding-top: .08em;
  padding-bottom: .12em;
}
.sn-about-page .sn-about-copy .sn-eyebrow {
  margin-bottom: 0;
  display: inline-block;
}
.sn-about-page .sn-hero .sn-title {
  margin-top: 20px;
  line-height: 1.35;
  overflow: visible;
  padding-top: .08em;
  padding-bottom: .12em;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}
html[lang="mr"] .sn-about-page .sn-title,
body.sn-lang-mr .sn-about-page .sn-title,
html[lang="mr"] .sn-about-page .sn-about-copy .sn-title,
body.sn-lang-mr .sn-about-page .sn-about-copy .sn-title {
  margin-top: 20px;
  line-height: 1.45;
  letter-spacing: 0;
}

.sn-about-page .sn-about-layout:not(.sn-about-layout-reverse) .sn-about-copy .sn-title,
.sn-about-page .sn-about-founder .sn-about-copy .sn-title {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}
.sn-about-page .sn-title-red,
.sn-about-page .sn-about-founder .sn-about-copy .sn-title.sn-title-red {
  color: #e9421b;
  -webkit-text-fill-color: #e9421b;
}
.sn-about-page .sn-title-green,
.sn-about-page .sn-about-layout .sn-about-copy .sn-title.sn-title-green,
.sn-about-page .sn-hero .sn-title.sn-title-green {
  color: #5f7340;
  -webkit-text-fill-color: #5f7340;
}
.sn-about-page .sn-hero .sn-title.sn-title-green {
  color: #a9ba65;
  -webkit-text-fill-color: #a9ba65;
}

.sn-about-page .sn-richtext {
  color: #474b47;
  line-height: 1.85;
  font-size: 16.5px;
}
.sn-about-page .sn-richtext p { margin: 0 0 14px; }
.sn-about-page .sn-richtext p:last-child { margin-bottom: 0; }
.sn-about-page .sn-about-layout-reverse {
  direction: rtl;
}
.sn-about-page .sn-about-layout-reverse > * {
  direction: ltr;
}
.sn-about-page .sn-about-founder .sn-about-layout {
  align-items: start;
}
.sn-about-page .sn-about-founder-lead {
  margin: 8px 0 18px;
  font-size: 1.05rem;
  color: #5a5f5a;
  line-height: 1.6;
}
.sn-about-page .sn-about-founder .sn-photo {
  align-self: start;
}
.sn-about-page .sn-about-founder .sn-photo img {
  object-fit: cover;
  object-position: center top;
  min-height: 0;
  height: auto;
  max-height: none;
}

/* Rates on SP Heights — panel sits alone in its own section */
.sn-sp-page #rates .sn-rates-panel { margin-top: 0; }
.sn-sp-page #rates.sn-section { padding-top: 48px; }

/* SP Heights project block */
.sn-sp-page .sn-project {
  background: #fff;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 22px 70px rgba(36, 40, 36, .12);
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: stretch;
}
.sn-sp-page .sn-title-green,
.sn-sp-page .sn-hero .sn-title.sn-title-green,
.sn-sp-page .sn-project .sn-title.sn-title-green {
  color: #a9ba65 !important;
  -webkit-text-fill-color: #a9ba65;
}
.sn-sp-page .sn-title-red,
.sn-sp-page .sn-floor-plan .sn-title.sn-title-red {
  color: #e9421b !important;
  -webkit-text-fill-color: #e9421b;
}
.sn-sp-page .sn-project .sn-photo,
.sn-sp-page .sn-project .sn-photo img {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.sn-sp-page .sn-project-content {
  padding: 48px 52px;
}
.sn-sp-page .sn-project-content .sn-richtext {
  color: #474b47;
  line-height: 1.85;
  font-size: 16.5px;
}
.sn-sp-page .sn-project-content .sn-richtext .sn-text-green,
.sn-sp-page .sn-project-content .sn-richtext li.sn-text-green,
.sn-sp-page .sn-project-content .sn-richtext .sn-text-green strong,
.sn-sp-page .sn-project-content .sn-richtext li.sn-text-green *,
.sn-sp-page .sn-project-content .sn-richtext ul li {
  color: #0d47a1 !important;
  -webkit-text-fill-color: #0d47a1 !important;
}
.sn-sp-page .sn-project-content .sn-richtext .sn-text-red,
.sn-sp-page .sn-project-content .sn-richtext .sn-text-red strong {
  color: #e9421b !important;
  font-weight: 700;
}
.sn-sp-page .sn-project-content .sn-richtext p { margin: 0 0 14px; }
.sn-sp-page .sn-sp-meta {
  margin: 0 0 8px;
  color: #6a7068;
  font-size: 15px;
  font-weight: 600;
}
.sn-sp-page .sn-sp-status {
  display: inline-block;
  margin: 0 0 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef4e8;
  color: #3d5230;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}
.sn-sp-page .sn-sp-highlights {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.sn-sp-page .sn-sp-highlight {
  background: #fff;
  border: 1px solid #e4e9df;
  border-radius: 18px;
  padding: 16px 14px;
  text-align: center;
}
.sn-sp-page .sn-sp-highlight-label {
  display: block;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #7a8176;
  margin-bottom: 6px;
}
.sn-sp-page .sn-sp-highlight-value {
  display: block;
  font-size: clamp(16px, 1.6vw, 20px);
  color: #2b3228;
  line-height: 1.3;
  word-break: break-word;
}
.sn-sp-page .sn-sp-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.sn-sp-page .sn-sp-detail-card {
  background: #fff;
  border: 1px solid #e7ecdf;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(36, 40, 36, .06);
}
.sn-sp-page .sn-sp-detail-card .sn-eyebrow { margin-bottom: 12px; }
.sn-sp-page .sn-sp-detail-card .sn-richtext ul {
  margin: 0;
  padding-left: 1.15em;
}
.sn-sp-page .sn-sp-detail-card .sn-richtext li { margin: 0 0 8px; }
.sn-sp-page .sn-sp-units table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 14px;
  font-size: 15px;
}
.sn-sp-page .sn-sp-units th,
.sn-sp-page .sn-sp-units td {
  border-bottom: 1px solid #e7ecdf;
  padding: 10px 8px;
  text-align: left;
}
.sn-sp-page .sn-sp-units th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #6f766c;
}

/* Green detail cards — Project Highlights + Flat Configurations */
.sn-sp-page .sn-sp-detail-card--green {
  background: #3c463a;
  border-color: rgba(255, 255, 255, .08);
}
.sn-sp-page .sn-sp-detail-card--green .sn-eyebrow {
  color: #a9ba65;
}
.sn-sp-page .sn-sp-detail-card--green .sn-richtext,
.sn-sp-page .sn-sp-detail-card--green .sn-richtext p,
.sn-sp-page .sn-sp-detail-card--green .sn-richtext li,
.sn-sp-page .sn-sp-detail-card--green .sn-richtext span,
.sn-sp-page .sn-sp-detail-card--green .sn-richtext strong,
.sn-sp-page .sn-sp-detail-card--green .sn-richtext th,
.sn-sp-page .sn-sp-detail-card--green .sn-richtext td {
  color: #fff !important;
}
.sn-sp-page .sn-sp-detail-card--green .sn-richtext th,
.sn-sp-page .sn-sp-detail-card--green .sn-richtext td {
  border-bottom-color: rgba(255, 255, 255, .18);
}

.sn-sp-page .sn-sp-promise {
  margin-top: 24px;
  padding: 28px 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #2f3a2b 0%, #465740 100%);
  color: #f4f7f0;
  box-shadow: 0 18px 44px rgba(36, 40, 36, .16);
}
.sn-sp-page .sn-sp-promise p { margin: 0 0 10px; line-height: 1.7; }
.sn-sp-page .sn-sp-promise p:last-child { margin-bottom: 0; }
.sn-sp-page .sn-sp-promise strong { color: #fff; }

/* Floor plan */
.sn-floor-plan {
  background: #f2f5ee;
}
.sn-floor-plan .sn-title {
  font-size: clamp(28px, 3.2vw, 46px);
}
.sn-fp-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 36px 0 28px;
}
.sn-fp-stat {
  background: #3c463a;
  border-radius: 20px;
  padding: 22px 18px;
  box-shadow: 0 14px 36px rgba(36, 40, 36, .18);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.sn-fp-stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(36, 40, 36, .28);
  border-color: rgba(169, 186, 101, .45);
}
.sn-fp-stat-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #a9ba65;
  margin-bottom: 10px;
}
.sn-fp-stat-value {
  display: block;
  font-size: clamp(20px, 2.2vw, 28px);
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
}
.sn-fp-copy {
  max-width: 820px;
  margin: 0 0 36px;
  color: #474b47;
  line-height: 1.8;
}
.sn-fp-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  width: 100%;
}
.sn-fp-gallery {
  margin-top: 8px;
}
.sn-fp-gallery-section {
  padding-top: 0;
}
.sn-fp-figure {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 50px rgba(36, 40, 36, .1);
  min-width: 0;
}
.sn-fp-figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #fff;
}
.sn-fp-figure--wide {
  grid-column: 1 / -1;
  max-width: 720px;
  width: 100%;
  justify-self: center;
}

/* Amenities page — white like other subpages */
.sn-amenities-panel {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #242824;
}
.sn-amenities-panel .sn-amenity {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  border-radius: 24px;
  padding: 30px 26px !important;
  background: #fff !important;
  border: 1px solid rgba(36, 40, 36, .08) !important;
  box-shadow: 0 14px 40px rgba(36, 40, 36, .07) !important;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.sn-amenities-panel .sn-amenity:hover {
  transform: translateY(-5px);
  border-color: rgba(169, 186, 101, .45) !important;
  box-shadow: 0 18px 48px rgba(36, 40, 36, .12) !important;
}
.sn-amenities-panel .sn-amenity-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f5ee;
  border: 1px solid rgba(169, 186, 101, .28);
}
.sn-amenities-panel .sn-amenity-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}
.sn-amenities-panel .sn-amenity h3 {
  font-size: 20px !important;
  margin: 4px 0 0 !important;
  font-weight: 800 !important;
  color: #242824 !important;
  letter-spacing: 0 !important;
}
.sn-amenities-panel .sn-amenity p {
  margin: 0 !important;
  color: rgba(36, 40, 36, .72) !important;
  font-size: 15.5px;
  line-height: 1.7;
}
.sn-amenities-panel .sn-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Gallery page — previous full-bleed image cards with overlay caption */
.sn-gallery-page .sn-gallery-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 28px;
}
.sn-gallery-page .sn-gallery-tab {
  border: 0;
  background: #eef3e4;
  color: #242824;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.sn-gallery-page .sn-gallery-tab:hover { transform: translateY(-1px); }
.sn-gallery-page .sn-gallery-tab.is-active {
  background: #a9ba65;
  color: #1c241c;
}
.sn-gallery-page .sn-gallery-card.sn-item,
.sn-gallery-page .sn-gallery-card {
  position: relative;
  display: block;
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 16px 45px rgba(36, 40, 36, .08);
  gap: 0;
}
.sn-gallery-page .sn-gallery-card img,
.sn-gallery-page .sn-gallery-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  box-shadow: none;
  min-height: 100%;
}
.sn-gallery-page .sn-gallery-card .sn-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  border-radius: 18px;
  background: rgba(36, 40, 36, .86);
  color: #fff;
  padding: 16px;
  text-align: left;
  box-shadow: none;
}
.sn-gallery-page .sn-gallery-card .sn-caption h3 {
  color: #fff !important;
  margin: 0 0 4px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
}
.sn-gallery-page .sn-gallery-card .sn-caption p {
  margin: 0 !important;
  color: rgba(255, 255, 255, .85) !important;
  opacity: 1 !important;
}
.sn-gallery-page .sn-gallery-empty {
  padding: 28px;
  background: #f2f5ee;
  border-radius: 16px;
  color: #5d625d;
}
.sn-gallery-page .sn-gal-masonry .sn-gallery-card {
  min-height: 0;
  margin: 0 0 22px;
  break-inside: avoid;
}
.sn-gallery-page .sn-gal-masonry .sn-gallery-card img,
.sn-gallery-page .sn-gal-masonry .sn-gallery-card video {
  position: static;
  height: auto;
  min-height: 0;
  max-height: none;
}
.sn-gallery-page .sn-gal-masonry .sn-gallery-card .sn-caption {
  position: static;
  margin: 0;
  border-radius: 0;
}
.sn-gallery-page .sn-gal-list .sn-gallery-card {
  display: grid;
  grid-template-columns: minmax(160px, 280px) 1fr;
  gap: 18px;
  align-items: stretch;
  min-height: 200px;
}
.sn-gallery-page .sn-gal-list .sn-gallery-card img,
.sn-gallery-page .sn-gal-list .sn-gallery-card video {
  position: relative;
  inset: auto;
  height: 100%;
  min-height: 200px;
  border-radius: 18px;
}
.sn-gallery-page .sn-gal-list .sn-caption {
  position: static;
  background: transparent;
  color: #242824;
  padding: 8px 0;
  text-align: left;
}
.sn-gallery-page .sn-gal-list .sn-caption h3 { color: #242824 !important; }
.sn-gallery-page .sn-gal-list .sn-caption p { color: #5d625d !important; }
.sn-gallery-page .sn-gal-mosaic .sn-gallery-card {
  min-height: 0;
  height: 100%;
}
.sn-gallery-page .sn-gal-play {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(36, 40, 36, .72);
  color: #fff;
  font-size: 18px;
  pointer-events: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}
.sn-gallery-page .sn-gal-pager {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.sn-gallery-page .sn-gal-pager-info {
  margin: 0;
  color: #5d625d;
  font-size: 14px;
}
.sn-gallery-page .sn-gal-pager-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.sn-gallery-page .sn-gal-page {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #242824;
  background: #fff;
  border: 1px solid rgba(36, 40, 36, .1);
  box-shadow: 0 6px 18px rgba(36, 40, 36, .05);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.sn-gallery-page a.sn-gal-page:hover {
  background: #eef3e4;
  transform: translateY(-1px);
}
.sn-gallery-page .sn-gal-page.is-current {
  background: #a9ba65;
  border-color: #a9ba65;
  color: #1c241c;
}
.sn-gallery-page .sn-gal-page.is-disabled,
.sn-gallery-page .sn-gal-page.is-dots {
  opacity: .45;
  box-shadow: none;
  cursor: default;
}
/* Gallery lightbox — fullscreen viewer */
.sn-lb {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(8, 12, 10, .94);
  padding: 0;
  margin: 0;
}
.sn-lb.is-open { display: flex; }
.sn-lb-stage {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 72px 80px;
  box-sizing: border-box;
}
.sn-lb-media {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
  background: #000;
}
.sn-lb-media.is-video {
  width: min(1100px, 100%);
  max-height: calc(100vh - 140px);
}
.sn-lb-close,
.sn-lb-prev,
.sn-lb-next {
  position: absolute;
  z-index: 2;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  transition: background .2s ease, transform .2s ease;
}
.sn-lb-close:hover,
.sn-lb-prev:hover,
.sn-lb-next:hover {
  background: rgba(169, 186, 101, .85);
  color: #1c241c;
  transform: scale(1.05);
}
.sn-lb-close { top: 18px; right: 18px; font-size: 28px; }
.sn-lb-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.sn-lb-next { right: 16px; top: 50%; transform: translateY(-50%); }
.sn-lb-prev:hover,
.sn-lb-next:hover { transform: translateY(-50%) scale(1.05); }
.sn-lb-meta {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  max-width: min(720px, calc(100% - 40px));
  text-align: center;
  color: #fff;
  pointer-events: none;
}
.sn-lb-meta strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
.sn-lb-meta span {
  display: block;
  font-size: 13px;
  opacity: .8;
}
.sn-lb-count {
  position: absolute;
  top: 22px;
  left: 22px;
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
  font-weight: 600;
}
.sn-gallery-page .sn-gallery-card {
  cursor: pointer;
}
.sn-gallery-page .sn-gallery-card video {
  pointer-events: none;
}
body.sn-lb-open { overflow: hidden; }
@media (max-width: 767px) {
  .sn-lb-stage { padding: 64px 12px 88px; }
  .sn-lb-prev,
  .sn-lb-next {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .sn-lb-prev { left: 8px; }
  .sn-lb-next { right: 8px; }
}

/* Blogs */
.sn-blogs-page .sn-card {
  background: #fff;
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(36, 40, 36, .08);
  border: 1px solid rgba(36, 40, 36, .04);
  transition: transform .25s ease, box-shadow .25s ease;
  height: 100%;
}
.sn-blogs-page .sn-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(36, 40, 36, .12);
}
.sn-blogs-page .sn-card .sn-image {
  margin: 0 0 16px;
  border-radius: 18px;
  overflow: hidden;
}
.sn-blogs-page .sn-card .sn-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}
.sn-blogs-page .sn-card .sn-title {
  font-size: clamp(22px, 2.2vw, 28px);
  margin-bottom: 12px;
  letter-spacing: 0;
}
.sn-blogs-page .sn-card .sn-lead {
  font-size: 15.5px;
  margin-bottom: 18px;
  max-width: none;
  color: #5d625d;
}
.sn-blog-article {
  max-width: 860px;
  margin: 0 auto;
}
.sn-blog-article .sn-blog-cover {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 28px;
  box-shadow: 0 18px 50px rgba(36, 40, 36, .12);
  display: block;
}
.sn-blog-article .sn-blog-body {
  font-size: 17px;
  line-height: 1.85;
  color: #474b47;
}
.sn-blog-article .sn-blog-body p { margin: 0 0 16px; }

/* Contact page */
.sn-contact-reach {
  background: #fff;
}
.sn-contact-page .sn-wa-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.sn-contact-page .sn-wa-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(36, 40, 36, .06);
  box-shadow: 0 14px 40px rgba(36, 40, 36, .08);
  text-decoration: none;
  color: inherit;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.sn-contact-page .sn-wa-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(36, 40, 36, .12);
}
.sn-contact-page .sn-wa-card.is-whatsapp:hover { border-color: rgba(37, 211, 102, .45); }
.sn-contact-page .sn-wa-card.is-call:hover { border-color: rgba(169, 186, 101, .55); }
.sn-contact-page .sn-wa-card.is-email:hover { border-color: rgba(233, 66, 27, .4); }
.sn-contact-page .sn-wa-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.sn-contact-page .sn-wa-card.is-whatsapp .sn-wa-icon {
  background: #25d366;
  color: #fff;
}
.sn-contact-page .sn-wa-card.is-call .sn-wa-icon {
  background: #e9421b;
  color: #fff;
}
.sn-contact-page .sn-wa-card.is-email .sn-wa-icon {
  background: #e9421b;
  color: #fff;
}
.sn-contact-page .sn-wa-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.sn-contact-page .sn-wa-name {
  font-weight: 800;
  font-size: 18px;
  color: #242824;
}
.sn-contact-page .sn-wa-phone {
  font-weight: 600;
  color: #5d625d;
  font-size: 15.5px;
  letter-spacing: .02em;
}
.sn-contact-page .sn-wa-cta {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 6px;
}
.sn-contact-page .sn-wa-card.is-whatsapp .sn-wa-cta { color: #25d366; }
.sn-contact-page .sn-wa-card.is-call .sn-wa-cta { color: #e9421b; }
.sn-contact-page .sn-wa-card.is-email .sn-wa-cta { color: #e9421b; }

.sn-contact-offices .sn-office-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.sn-contact-page .sn-office-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: stretch;
  background: #fff;
  border-radius: 22px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(36, 40, 36, .08);
  border: 1px solid rgba(36, 40, 36, .04);
  transition: transform .25s ease, box-shadow .25s ease;
}
.sn-contact-page .sn-office-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 52px rgba(36, 40, 36, .12);
}
.sn-contact-page .sn-office-photo {
  display: block;
  min-height: 140px;
  height: 100%;
  overflow: hidden;
  background: #ece7df;
}
.sn-contact-page .sn-office-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.sn-contact-page .sn-office-card:hover .sn-office-photo img {
  transform: scale(1.04);
}
.sn-contact-page .sn-office-body {
  padding: 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sn-contact-page .sn-office-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(169, 186, 101, .18);
  color: #5f7340;
  margin: 0 0 12px;
}
.sn-contact-page .sn-office-card h3 {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #a9ba65;
  font-weight: 800;
}
.sn-contact-page .sn-office-card p {
  margin: 0;
  color: #474b47;
  line-height: 1.75;
  font-size: 15.5px;
}
.sn-contact-page .sn-office-card p:last-child { margin-bottom: 0; }
.sn-contact-page .sn-office-card a {
  color: #e9421b;
  font-weight: 700;
  text-decoration: none;
}
.sn-contact-page .sn-office-card a:hover { text-decoration: underline; }
.sn-contact-page .sn-contact-note {
  margin-top: 32px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #5d625d;
  line-height: 1.8;
  font-size: 16px;
}
.sn-map-section {
  background: #fff;
}
.sn-map-frame {
  margin-top: 8px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(36, 40, 36, .12);
  background: #ddd;
  min-height: 400px;
}
.sn-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 400px;
  height: 440px;
  border: 0;
}

@media (max-width: 991px) {
  .sn-hero { padding: 112px 0 56px; }
  .sn-hero .sn-wrap,
  .sn-hero .sn-container,
  .sn-hero .sn-eyebrow,
  .sn-hero .sn-title,
  .sn-hero .sn-lead {
    text-align: center;
  }
  .sn-hero .sn-lead {
    margin-left: auto;
    margin-right: auto;
  }
  .sn-hero .sn-btn-row,
  .sn-hero .sn-sp-jump {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .sn-about-page .sn-about-layout,
  .sn-sp-page .sn-project,
  .sn-fp-images { grid-template-columns: 1fr; }
  .sn-fp-figure--wide { max-width: 100%; }
  .sn-about-page .sn-photo img { min-height: 300px; }
  .sn-sp-page .sn-project .sn-photo img { min-height: 300px; }
  .sn-sp-page .sn-project-content { padding: 30px; }
  .sn-sp-page .sn-sp-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sn-sp-page .sn-sp-details-grid { grid-template-columns: 1fr; }
  .sn-fp-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sn-amenities-panel .sn-grid-3,
  .sn-amenities-panel .sn-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sn-gallery-page .sn-gal-list .sn-gallery-card { grid-template-columns: 1fr; }
  .sn-contact-page .sn-wa-grid,
  .sn-contact-offices .sn-office-grid { grid-template-columns: 1fr; }
  .sn-contact-page .sn-office-card { grid-template-columns: 1fr; }
  .sn-contact-page .sn-office-photo { height: 160px; min-height: 0; }
}
@media (max-width: 575px) {
  .sn-hero { padding: 100px 0 48px; }
  .sn-fp-stats,
  .sn-amenities-panel .sn-grid-3,
  .sn-amenities-panel .sn-grid-4 { grid-template-columns: 1fr; }
  .sn-btn-row .sn-btn { width: 100%; }
  .sn-map-frame,
  .sn-map-frame iframe { min-height: 280px; height: 300px; }
}
