/* ============================================
   TIRUPATHY CONSTRUCTION - PINERIDGE ESTATE
   Main Stylesheet
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;500;600&display=swap');

:root {
  --gold: #F0A500;
  --gold-dark: #C88400;
  --dark: #1a1a1a;
  --dark-2: #242424;
  --dark-3: #2e2e2e;
  --light: #f9f9f9;
  --white: #ffffff;
  --text: #666666;
  --border: #e0e0e0;
  --transition: all 0.3s ease;
  --shadow: 0 5px 30px rgba(0,0,0,0.1);
  --shadow-gold: 0 5px 20px rgba(240,165,0,0.3);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; color: var(--text); line-height: 1.7; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; color: var(--dark); line-height: 1.3; }
a { text-decoration: none; transition: var(--transition); }
img { max-width: 100%; height: auto; }
section { overflow: hidden; }

.section-padding { padding: 80px 0; }

.section-title { text-align: center; margin-bottom: 50px; }
.section-title span {
  display: block; font-family: 'Poppins', sans-serif; font-size: 13px;
  font-weight: 600; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px;
}
.section-title h2 {
  font-size: 36px; font-weight: 700; position: relative;
  display: inline-block; padding-bottom: 15px;
}
.section-title h2::after {
  content: ''; position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%); width: 60px; height: 3px; background: var(--gold);
}
.section-title p { max-width: 600px; margin: 20px auto 0; color: var(--text); }

.btn-gold {
  display: inline-block; padding: 12px 32px; background: var(--gold);
  color: var(--dark); font-family: 'Poppins', sans-serif; font-size: 13px;
  font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  border: 2px solid var(--gold); border-radius: 2px; transition: var(--transition); cursor: pointer;
}
.btn-gold:hover { background: transparent; color: var(--gold); }

.btn-outline-gold {
  display: inline-block; padding: 12px 32px; background: transparent;
  color: var(--gold); font-family: 'Poppins', sans-serif; font-size: 13px;
  font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  border: 2px solid var(--gold); border-radius: 2px; transition: var(--transition); cursor: pointer;
}
.btn-outline-gold:hover { background: var(--gold); color: var(--dark); }

/* ============================================ NAVBAR ============================================ */
.top-bar {
  background: var(--dark-2); padding: 8px 0;
  border-bottom: 1px solid rgba(240,165,0,0.15);
}
.top-bar a, .top-bar span {
  color: rgba(255,255,255,0.65); font-size: 12px; font-family: 'Poppins', sans-serif;
}
.top-bar a:hover { color: var(--gold); }
.top-bar i { color: var(--gold); margin-right: 5px; }

.navbar {
  background: var(--dark) !important; padding: 14px 0;
  transition: var(--transition); box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.navbar.scrolled { padding: 9px 0; background: rgba(26,26,26,0.98) !important; box-shadow: 0 2px 20px rgba(0,0,0,0.6); }
.navbar-brand img { height: 55px; transition: var(--transition); }
.navbar.scrolled .navbar-brand img { height: 44px; }

.navbar-nav .nav-link {
  color: rgba(255,255,255,0.82) !important; font-family: 'Poppins', sans-serif;
  font-size: 13px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase;
  padding: 8px 14px !important; position: relative; transition: var(--transition);
}
.navbar-nav .nav-link::after {
  content: ''; position: absolute; bottom: 2px; left: 14px; right: 14px;
  height: 2px; background: var(--gold); transform: scaleX(0); transition: var(--transition);
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--gold) !important; }
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after { transform: scaleX(1); }

.navbar-toggler { border-color: var(--gold); padding: 5px 10px; }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28240,165,0,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-brochure-btn {
  background: var(--gold) !important; color: var(--dark) !important;
  border-radius: 2px !important; padding: 7px 16px !important;
  margin-left: 8px; font-size: 12px !important;
}
.nav-brochure-btn:hover { background: var(--gold-dark) !important; }
.nav-brochure-btn::after { display: none !important; }

/* ============================================ HERO CAROUSEL ============================================ */
.hero-slide { position: relative; height: 86vh; min-height: 560px; overflow: hidden; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.38) 100%);
}
.hero-content { position: absolute; inset: 0; display: flex; align-items: center; padding: 0 80px; }
.hero-text { max-width: 640px; }
.hero-text .tagline {
  display: inline-block; background: var(--gold); color: var(--dark);
  font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  padding: 6px 16px; margin-bottom: 20px;
}
.hero-text h1 {
  color: var(--white); font-size: clamp(30px, 4.5vw, 56px);
  font-weight: 700; line-height: 1.2; margin-bottom: 18px;
}
.hero-text h1 span { color: var(--gold); }
.hero-text p { color: rgba(255,255,255,0.82); font-size: 15px; margin-bottom: 28px; max-width: 480px; }

.carousel-control-prev, .carousel-control-next {
  width: 46px; height: 46px; top: 50%; transform: translateY(-50%);
  background: rgba(240,165,0,0.8); border-radius: 50%; opacity: 1; transition: var(--transition);
}
.carousel-control-prev { left: 20px; }
.carousel-control-next { right: 20px; }
.carousel-control-prev:hover, .carousel-control-next:hover { background: var(--gold); }

.carousel-indicators button {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,0.45); border: none; transition: var(--transition);
}
.carousel-indicators button.active { background: var(--gold); width: 28px; border-radius: 5px; }

/* ============================================ SERVICES ============================================ */
.services-section { background: var(--light); }
.service-card {
  background: var(--white); border-radius: 3px; overflow: hidden;
  box-shadow: var(--shadow); transition: var(--transition); height: 100%;
}
.service-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.15); }
.service-card .img-wrap { height: 200px; overflow: hidden; }
.service-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.service-card:hover .img-wrap img { transform: scale(1.08); }
.service-card-body { padding: 24px; }
.service-card-body h5 { font-size: 17px; font-weight: 700; margin-bottom: 10px; color: var(--dark); }
.service-card-body p { font-size: 13px; color: var(--text); margin-bottom: 14px; }
.service-card-body a { font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid transparent; }
.service-card-body a:hover { border-bottom-color: var(--gold); }

/* ============================================ MISSION ============================================ */
.mission-section { background: var(--dark); }
.mission-item {
  text-align: center; padding: 40px 28px;
  border: 1px solid rgba(240,165,0,0.2); transition: var(--transition);
}
.mission-item:hover { border-color: var(--gold); background: rgba(240,165,0,0.05); }
.mission-icon {
  width: 70px; height: 70px; border: 2px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;
}
.mission-icon i { color: var(--gold); font-size: 28px; }
.mission-item h4 { color: var(--gold); font-size: 19px; margin-bottom: 12px; }
.mission-item p { color: rgba(255,255,255,0.65); font-size: 14px; }

/* ============================================ WHY CHOOSE US ============================================ */
.why-section { background: var(--white); }
.why-text h2 { font-size: 34px; margin-bottom: 16px; }
.why-text h2 span { color: var(--gold); }
.amenity-list { list-style: none; padding: 0; margin: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.amenity-list li { font-size: 14px; color: var(--text); display: flex; align-items: center; gap: 8px; }
.amenity-list li i { color: var(--gold); font-size: 15px; }

.progress-item { margin-bottom: 26px; }
.progress-label { display: flex; justify-content: space-between; margin-bottom: 8px; }
.progress-label span:first-child { font-size: 14px; font-weight: 600; color: var(--dark); font-family: 'Poppins', sans-serif; }
.progress-label span:last-child { font-size: 14px; font-weight: 700; color: var(--gold); }
.progress { height: 8px; background: #e9ecef; border-radius: 4px; overflow: hidden; }
.progress-bar-fill {
  height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  border-radius: 4px; width: 0; transition: width 1.5s ease;
}

/* ============================================ FAQ ============================================ */
.faq-section { background: var(--light); }
.accordion-item { background: var(--white); border: 1px solid var(--border) !important; border-radius: 3px !important; margin-bottom: 10px; overflow: hidden; }
.accordion-button {
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600;
  color: var(--dark) !important; background: var(--white) !important; padding: 18px 22px;
}
.accordion-button:not(.collapsed) { color: var(--gold) !important; background: var(--white) !important; box-shadow: none !important; }
.accordion-button:focus { box-shadow: none; }
.accordion-body { font-size: 14px; color: var(--text); padding: 14px 22px 20px; border-top: 1px solid var(--border); }

/* ============================================ CALLBACK FORM ============================================ */
.callback-section {
  background: var(--dark); position: relative; overflow: hidden;
}
.callback-section::before {
  content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(240,165,0,0.07) 0%, transparent 70%); pointer-events: none;
}
.callback-form .form-control, .callback-form .form-select {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
  color: var(--white); border-radius: 2px; padding: 12px 15px;
  font-size: 14px; font-family: 'Poppins', sans-serif; transition: var(--transition);
}
.callback-form .form-control::placeholder { color: rgba(255,255,255,0.35); }
.callback-form .form-control:focus, .callback-form .form-select:focus {
  background: rgba(255,255,255,0.09); border-color: var(--gold); box-shadow: none; color: var(--white);
}
.callback-form .form-select option { background: var(--dark-2); color: var(--white); }
.callback-form .form-label { color: rgba(255,255,255,0.75); font-size: 13px; font-weight: 500; margin-bottom: 6px; }

/* ============================================ GALLERY ============================================ */
.gallery-section { background: var(--white); }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 38px; }
.filter-btn {
  padding: 8px 22px; font-family: 'Poppins', sans-serif; font-size: 12px;
  font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  background: transparent; color: var(--text); border: 1px solid var(--border);
  border-radius: 2px; cursor: pointer; transition: var(--transition);
}
.filter-btn.active, .filter-btn:hover { background: var(--gold); color: var(--dark); border-color: var(--gold); }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 2px; aspect-ratio: 1; cursor: pointer; }
.gallery-item.hidden { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-overlay {
  position: absolute; inset: 0; background: rgba(240,165,0,0.72);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: var(--transition);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { color: var(--white); font-size: 28px; }

/* Lightbox */
.lightbox-modal .modal-content { background: #111; border: none; }
.lightbox-img { width: 100%; max-height: 80vh; object-fit: contain; display: block; }
.lightbox-caption { color: rgba(255,255,255,0.7); font-size: 13px; text-align: center; padding: 12px; margin: 0; }
.lightbox-close {
  position: absolute; top: 10px; right: 10px; z-index: 10;
  background: var(--gold); color: var(--dark); border: none; border-radius: 50%;
  width: 32px; height: 32px; font-size: 16px; cursor: pointer; display: flex;
  align-items: center; justify-content: center; transition: var(--transition);
}
.lightbox-close:hover { background: var(--gold-dark); }

/* ============================================ FOOTER ============================================ */
.footer { background: var(--dark-2); }
.footer-main { padding: 60px 0 30px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-logo img { height: 68px; margin-bottom: 18px; }
.footer-about p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.85; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 35px; height: 35px; border: 1px solid rgba(255,255,255,0.18); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55); font-size: 13px; transition: var(--transition);
}
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--dark); }
.footer-heading { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a {
  color: rgba(255,255,255,0.55); font-size: 13px; transition: var(--transition);
  display: flex; align-items: center; gap: 8px;
}
.footer-links a i { color: var(--gold); font-size: 10px; }
.footer-links a:hover { color: var(--gold); padding-left: 5px; }
.footer-contact-item { display: flex; gap: 12px; margin-bottom: 14px; align-items: flex-start; }
.footer-contact-item i { color: var(--gold); font-size: 15px; margin-top: 3px; flex-shrink: 0; }
.footer-contact-item span { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.65; }
.footer-contact-item a { color: rgba(255,255,255,0.55); }
.footer-contact-item a:hover { color: var(--gold); }
.footer-bottom { padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.38); margin: 0; }
.footer-bottom a { color: var(--gold); }

/* ============================================ PAGE HERO (inner pages) ============================================ */
.page-hero {
  background: var(--dark); padding: 110px 0 55px; text-align: center;
  position: relative; overflow: hidden;
}
.page-hero-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0.12;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: var(--white); font-size: 40px; margin-bottom: 14px; }
.page-hero h1 span { color: var(--gold); }
.breadcrumb { justify-content: center; background: transparent; margin: 0; padding: 0; }
.breadcrumb-item a { color: var(--gold); font-size: 13px; }
.breadcrumb-item.active { color: rgba(255,255,255,0.55); font-size: 13px; }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.35); }

/* ============================================ ABOUT PAGE ============================================ */
.about-img-wrap { position: relative; padding-bottom: 20px; padding-right: 20px; }
.about-img-wrap > img { border-radius: 3px; box-shadow: 20px 20px 0 var(--gold); width: 100%; }
.about-img-wrap .years-badge {
  position: absolute; bottom: 0; right: 0; background: var(--gold);
  color: var(--dark); padding: 22px 24px; text-align: center; border-radius: 3px;
}
.about-img-wrap .years-badge .num { display: block; font-size: 44px; font-family: 'Playfair Display', serif; font-weight: 700; line-height: 1; }
.about-img-wrap .years-badge .lbl { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 22px 0; }
.about-feature-item { display: flex; gap: 12px; align-items: flex-start; }
.about-feature-item i { color: var(--gold); font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.about-feature-item h6 { font-size: 14px; margin-bottom: 3px; }
.about-feature-item p { font-size: 12px; margin: 0; }

.stats-section { background: var(--gold); }
.stat-item { text-align: center; padding: 40px 20px; }
.stat-item .num { display: block; font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 700; color: var(--dark); line-height: 1; margin-bottom: 8px; }
.stat-item p { font-size: 13px; font-weight: 600; color: var(--dark); text-transform: uppercase; letter-spacing: 1px; margin: 0; }

/* ============================================ MAP GUIDELINES ============================================ */
.map-embed { height: 420px; border-radius: 3px; overflow: hidden; box-shadow: var(--shadow); }
.map-embed iframe { width: 100%; height: 100%; border: none; }
.location-info-box { background: var(--light); padding: 28px; border-radius: 3px; border-left: 4px solid var(--gold); height: 100%; }
.location-info-box h4 { margin-bottom: 18px; font-size: 20px; }
.loc-item { display: flex; gap: 10px; margin-bottom: 14px; align-items: flex-start; }
.loc-item i { color: var(--gold); margin-top: 4px; }
.loc-item p { margin: 0; font-size: 14px; }
.direction-card {
  background: var(--white); padding: 28px 22px; border-radius: 3px;
  box-shadow: var(--shadow); transition: var(--transition); text-align: center; height: 100%;
}
.direction-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); }
.direction-card i { font-size: 34px; color: var(--gold); margin-bottom: 14px; display: block; }
.direction-card h5 { font-size: 16px; margin-bottom: 8px; }
.direction-card p { font-size: 13px; color: var(--text); margin: 0; }

/* ============================================ CONTACT PAGE ============================================ */
.contact-card {
  background: var(--white); padding: 30px 24px; border-radius: 3px;
  box-shadow: var(--shadow); text-align: center; height: 100%; transition: var(--transition);
}
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); }
.contact-card-icon {
  width: 58px; height: 58px; background: rgba(240,165,0,0.1);
  border: 2px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 14px;
}
.contact-card-icon i { color: var(--gold); font-size: 21px; }
.contact-card h5 { font-size: 16px; margin-bottom: 8px; }
.contact-card p, .contact-card a { font-size: 14px; color: var(--text); margin: 0; }
.contact-card a:hover { color: var(--gold); }

.contact-form-wrap { background: var(--white); padding: 40px; border-radius: 3px; box-shadow: var(--shadow); }
.contact-form .form-control, .contact-form .form-select {
  border: 1px solid var(--border); border-radius: 2px; padding: 12px 15px;
  font-size: 14px; transition: var(--transition); font-family: 'Poppins', sans-serif;
}
.contact-form .form-control:focus, .contact-form .form-select:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(240,165,0,0.1);
}
.contact-form .form-label { font-size: 13px; font-weight: 600; color: var(--dark); margin-bottom: 6px; }

/* ============================================ MEDIA PAGE ============================================ */
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.media-item { position: relative; overflow: hidden; border-radius: 3px; aspect-ratio: 4/3; cursor: pointer; }
.media-item.hidden { display: none; }
.media-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.media-item:hover img { transform: scale(1.1); }
.media-item-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 55%);
  opacity: 0; transition: var(--transition);
  display: flex; align-items: flex-end; padding: 18px;
}
.media-item:hover .media-item-overlay { opacity: 1; }
.media-item-overlay span { color: var(--white); font-size: 14px; font-weight: 600; }
.media-item-overlay i { color: var(--gold); font-size: 22px; margin-left: auto; }

/* ============================================ ALERTS ============================================ */
.msg-success {
  background: rgba(40,167,69,0.1); border: 1px solid rgba(40,167,69,0.3);
  color: #28a745; padding: 14px 18px; border-radius: 3px; font-size: 14px; display: none;
}
.msg-error {
  background: rgba(220,53,69,0.1); border: 1px solid rgba(220,53,69,0.3);
  color: #dc3545; padding: 14px 18px; border-radius: 3px; font-size: 14px; display: none;
}

/* ============================================ FIXED BUTTONS ============================================ */
#backToTop {
  position: fixed; bottom: 28px; right: 28px; width: 40px; height: 40px;
  background: var(--gold); color: var(--dark); border: none; border-radius: 2px;
  font-size: 15px; cursor: pointer; display: none; align-items: center; justify-content: center;
  z-index: 999; transition: var(--transition); box-shadow: var(--shadow-gold);
}
#backToTop:hover { background: var(--gold-dark); transform: translateY(-3px); }
#backToTop.show { display: flex; }

.whatsapp-float {
  position: fixed; bottom: 80px; right: 28px; width: 46px; height: 46px;
  background: #25D366; color: var(--white); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; z-index: 999; box-shadow: 0 4px 18px rgba(37,211,102,0.4);
  transition: var(--transition);
}
.whatsapp-float:hover { transform: scale(1.12); color: var(--white); }

/* ============================================ ANIMATIONS ============================================ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============================================ RESPONSIVE ============================================ */
@media (max-width: 991px) {
  .section-padding { padding: 60px 0; }
  .hero-slide { height: 68vh; }
  .hero-content { padding: 0 30px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
  .about-img-wrap { margin-bottom: 50px; }
  .navbar-nav { padding-top: 10px; }
  .nav-brochure-btn { margin-left: 0; margin-top: 6px; }
}

@media (max-width: 767px) {
  .section-title h2 { font-size: 26px; }
  .hero-slide { height: 60vh; min-height: 400px; }
  .hero-text h1 { font-size: 26px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; text-align: center; }
  .amenity-list { grid-template-columns: 1fr; }
  .about-features { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 24px; }
  .footer-main { padding: 40px 0 20px; }
  .page-hero h1 { font-size: 28px; }
  .page-hero { padding: 90px 0 45px; }
}

@media (max-width: 480px) {
  .hero-content { padding: 0 20px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .media-grid { grid-template-columns: 1fr; }
}
