/* =========================================================
   GEM Living Spaces — shreshta.css
   ========================================================= */

/* ---------- Hero ---------- */
.shr-hero {
	position: relative;
	min-height: clamp(520px, 80vh, 780px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	color: var(--ivory);
	isolation: isolate;
}
.shr-hero__media { position: absolute; inset: 0; z-index: -2; }
.shr-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.shr-hero::after {
	content: "";
	position: absolute; inset: 0; z-index: -1;
	background: linear-gradient(180deg, rgba(20, 46, 36, 0.1) 0%, rgba(20, 46, 36, 0.25) 45%, rgba(20, 46, 36, 0.88) 100%);
}
.shr-hero__inner {
	max-width: var(--container);
	width: 100%;
	margin: 0 auto;
	padding: 0 var(--gutter) clamp(44px, 6vw, 84px);
}
.shr-hero__title {
	font-size: clamp(2.8rem, 7vw, 5.4rem);
	color: var(--ivory);
	margin-bottom: 0.4rem;
	text-shadow: 0 2px 30px rgba(0, 0, 0, 0.25);
}
.shr-hero__loc {
	font-size: clamp(1rem, 1.6vw, 1.25rem);
	letter-spacing: 0.04em;
	color: rgba(246, 243, 236, 0.9);
	margin: 0;
}

/* Proposed stamp */
.shr-badge {
	position: absolute;
	top: clamp(20px, 4vw, 40px);
	right: var(--gutter);
	z-index: 2;
	display: grid;
	place-items: center;
	width: clamp(84px, 11vw, 116px);
	height: clamp(84px, 11vw, 116px);
	border: 2px solid var(--gold);
	border-radius: 50%;
	color: var(--gold);
	background: rgba(20, 46, 36, 0.35);
	backdrop-filter: blur(2px);
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 0.8rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transform: rotate(-8deg);
}

/* ---------- Overview ---------- */
.shr-overview {
	background: var(--ivory);
	padding: clamp(64px, 9vw, 120px) var(--gutter) 0;
}
.shr-overview__inner {
	max-width: var(--container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: clamp(36px, 6vw, 88px);
	align-items: center;
}
.shr-overview__title {
	font-size: clamp(1.9rem, 3.6vw, 3rem);
	color: var(--green);
	max-width: 16ch;
	margin-bottom: 1.3rem;
}
.shr-overview__copy p { color: #3f473c; max-width: 46ch; }

.shr-facts {
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: var(--line);
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
}
.shr-facts__item { background: var(--paper); padding: clamp(18px, 2.6vw, 28px); margin: 0; }
.shr-facts__item dt {
	font-size: 0.74rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 700;
	margin-bottom: 0.4rem;
}
.shr-facts__item dd {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(1.15rem, 1.8vw, 1.5rem);
	color: var(--green);
}

.shr-aerial {
	max-width: var(--container);
	margin: clamp(44px, 6vw, 80px) auto 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: var(--shadow-card);
}
.shr-aerial img { width: 100%; }

@media (max-width: 860px) {
	.shr-overview__inner { grid-template-columns: 1fr; }
}

/* ---------- Amenities ---------- */
.shr-amenities {
	background: var(--paper);
	padding: clamp(64px, 9vw, 120px) var(--gutter);
}
.shr-amenities__head { max-width: var(--container); margin: 0 auto clamp(32px, 4vw, 52px); }
.shr-amenities__title { font-size: clamp(1.9rem, 3.4vw, 2.9rem); color: var(--green); max-width: 20ch; }

.amenity-grid {
	max-width: var(--container);
	margin: 0 auto;
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--line);
	border: 1px solid var(--line);
	border-radius: 10px;
	overflow: hidden;
}
.amenity-grid__item {
	background: var(--paper);
	display: flex;
	align-items: center;
	gap: 0.7em;
	padding: 1.05em 1.2em;
	font-size: 0.98rem;
	font-weight: 500;
	color: var(--ink);
	transition: background-color 0.18s ease;
}
.amenity-grid__item:hover { background: var(--ivory); }

.shr-amenities__more {
	max-width: var(--container);
	margin: clamp(24px, 3vw, 40px) auto 0;
	text-align: center;
	font-family: var(--font-display);
	font-size: 1.1rem;
	color: var(--gold-deep);
}

@media (max-width: 780px) { .amenity-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .amenity-grid { grid-template-columns: 1fr; } }

/* ---------- Floor plan + unit sizes ---------- */
.shr-plan {
	background: var(--ivory);
	padding: clamp(64px, 9vw, 120px) var(--gutter);
}
.shr-plan__inner {
	max-width: var(--container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(32px, 5vw, 72px);
	align-items: start;
}
.shr-plan__figure {
	margin: 0;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 14px;
	box-shadow: var(--shadow-card);
}
.shr-plan__figure img { width: 100%; border-radius: 6px; }
.shr-plan__figure figcaption {
	margin-top: 0.7rem;
	font-size: 0.82rem;
	color: var(--muted);
	text-align: center;
	letter-spacing: 0.03em;
}
.shr-plan__title { font-size: clamp(1.9rem, 3.2vw, 2.6rem); color: var(--green); margin-bottom: 0.6rem; }
.shr-plan__note { color: var(--muted); font-size: 0.95rem; margin-bottom: 1.4rem; }

.unit-table {
	width: 100%;
	border-collapse: collapse;
	font-variant-numeric: tabular-nums;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
}
.unit-table thead th {
	background: var(--green);
	color: var(--ivory);
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: left;
	padding: 0.85em 1.1em;
}
.unit-table tbody td { padding: 0.72em 1.1em; border-top: 1px solid var(--line); font-size: 0.98rem; }
.unit-table tbody td:first-child { font-weight: 700; color: var(--green); width: 40%; }
.unit-table tbody tr:nth-child(even) { background: rgba(246, 243, 236, 0.6); }
.unit-table tbody tr:hover { background: rgba(196, 164, 106, 0.12); }

@media (max-width: 860px) {
	.shr-plan__inner { grid-template-columns: 1fr; }
	.shr-plan__figure { order: 2; }
}

/* ---------- Location ---------- */
.shr-location {
	background: var(--green);
	color: var(--ivory);
	padding: clamp(64px, 9vw, 120px) var(--gutter);
}
.shr-location__inner {
	max-width: var(--container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp(32px, 5vw, 72px);
	align-items: center;
}
.shr-location__title { font-size: clamp(1.9rem, 3.4vw, 2.9rem); color: var(--ivory); margin-bottom: 1.4rem; }
.shr-location__addr {
	font-style: normal;
	line-height: 1.7;
	color: rgba(246, 243, 236, 0.82);
	margin-bottom: 1.3rem;
}
.shr-location__addr strong {
	display: inline-block;
	color: var(--gold);
	font-weight: 700;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 0.3rem;
}
.shr-location__addr + .shr-location__addr { margin-top: 0; }
.shr-location .gem-btn { margin-top: 0.6rem; }

.shr-location__map {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--line-light);
	box-shadow: var(--shadow-card);
	min-height: 340px;
	background: var(--green-deep);
}
.shr-location__map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; filter: saturate(0.95); }

@media (max-width: 860px) {
	.shr-location__inner { grid-template-columns: 1fr; }
}
