/* ── Reset & Variables ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --accent: #b8860b;
  --accent-dark: #996f0a;
  --accent-light: #fef8eb;
  --accent-glow: rgba(184,134,11,.15);
  --warm-bg: #fdfaf6;
  --warm-cream: #faf5ed;
  --charcoal: #3d2e1f;
  --gray-700: #5c4a3a;
  --gray-500: #8b7a6b;
  --gray-300: #d4c8ba;
  --gray-100: #f5f0ea;
  --white: #ffffff;
  --green: #6b8e5a;
  --radius: 14px;
  --shadow: 0 1px 3px rgba(60,40,20,.06), 0 4px 14px rgba(60,40,20,.06);
  --shadow-lg: 0 4px 6px rgba(60,40,20,.05), 0 14px 32px rgba(60,40,20,.1);
  --transition: .3s ease;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; color: var(--charcoal); line-height: 1.6; background: var(--warm-bg); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; }
ul { list-style: none; }

/* ── Utility ── */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-title { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 600; text-align: center; margin-bottom: 12px; color: var(--charcoal); }
.section-subtitle { text-align: center; color: var(--gray-500); max-width: 560px; margin: 0 auto 48px; font-size: 1.05rem; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 30px; border-radius: 8px; font-weight: 600; font-size: .95rem; border: none; transition: var(--transition); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 4px 16px var(--accent-glow); }
.btn-outline { background: transparent; color: var(--accent); border: 2px solid var(--accent); }
.btn-outline:hover { background: var(--accent); color: #fff; }
.btn-white { background: #fff; color: var(--charcoal); }
.btn-white:hover { background: var(--accent-light); }

/* ── Active nav link ── */
.nav-links a.active { color: var(--accent); }
.nav-links a.active::after { width: 100%; }

/* ── Header ── */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(253,250,246,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(180,160,130,.1); transition: var(--transition); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--charcoal); }
.logo span { color: var(--accent); }
.nav-links { display: flex; gap: 32px; }
.nav-links a { font-weight: 500; font-size: .95rem; color: var(--gray-700); transition: var(--transition); position: relative; }
.nav-links a:hover { color: var(--accent); }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--accent); transition: var(--transition); border-radius: 2px; }
.nav-links a:hover::after { width: 100%; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: var(--transition); }
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: var(--white); padding: 24px; border-bottom: 1px solid var(--gray-300); flex-direction: column; gap: 20px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 1.1rem; font-weight: 500; }

/* ── Page Header (non-home pages) ── */
.page-header { padding: 120px 0 60px; background: var(--white); text-align: center; }
.page-header .section-title { font-size: 2.6rem; margin-bottom: 16px; }
.page-header p { color: var(--gray-500); font-size: 1.1rem; max-width: 600px; margin: 0 auto; line-height: 1.8; }

/* ── Hero ── */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding-top: 72px; background: #2a1f14; }
.hero::before { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1920&q=80') center/cover no-repeat; opacity: .45; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(42,31,20,.85) 0%, rgba(42,31,20,.4) 40%, rgba(42,31,20,.2) 70%, rgba(42,31,20,.6) 100%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; width: 100%; max-width: 1200px; margin: 0 auto; padding: 60px 24px; }
.hero-text { color: #fff; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(184,134,11,.25); border: 1px solid rgba(184,134,11,.4); padding: 8px 18px; border-radius: 30px; font-size: .82rem; font-weight: 500; color: #f0d68a; margin-bottom: 24px; letter-spacing: .5px; text-transform: uppercase; }
.hero-badge::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #f0d68a; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 600; line-height: 1.15; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: #f0d68a; }
.hero p { font-size: 1.1rem; color: rgba(255,255,255,.75); margin-bottom: 36px; line-height: 1.8; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-stats { display: flex; gap: 40px; }
.hero-stat { text-align: left; }
.hero-stat .num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: #f0d68a; }
.hero-stat .lbl { font-size: .82rem; color: rgba(255,255,255,.55); margin-top: 2px; }
.hero-card { position: relative; z-index: 2; }
.hero-card-inner { background: rgba(255,255,255,.08); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; padding: 10px; }
.hero-card-img { border-radius: 14px; overflow: hidden; height: 260px; position: relative; }
.hero-card-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-info { background: var(--white); border-radius: 12px; padding: 14px 20px; margin-top: 10px; }
.hero-card-info h4 { font-size: .95rem; font-weight: 600; color: var(--charcoal); margin-bottom: 2px; }
.hero-card-info p { font-size: .82rem; color: var(--gray-500); }

/* ── Featured Properties (Home) ── */
.featured { padding: 80px 0; }
.featured .section-title { margin-bottom: 12px; }
.featured .view-all { text-align: center; margin-top: 40px; }

/* ── About Teaser (Home) ── */
.about-teaser { padding: 80px 0; background: var(--white); }
.about-teaser-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-teaser-text h2 { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 600; margin-bottom: 16px; text-align: left; }
.about-teaser-text p { color: var(--gray-500); line-height: 1.85; margin-bottom: 20px; font-size: .98rem; }
.about-teaser-img { border-radius: var(--radius); overflow: hidden; height: 360px; }
.about-teaser-img img { width: 100%; height: 100%; object-fit: cover; }

/* ── Properties Section ── */
.properties { padding: 80px 0 100px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 40px; align-items: flex-end; }
.filter-group { display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 180px; }
.filter-group label { font-size: .82rem; font-weight: 600; color: var(--gray-500); text-transform: uppercase; letter-spacing: .5px; }
.filter-group select, .filter-group input { padding: 12px 14px; border: 1px solid var(--gray-300); border-radius: 8px; font-size: .95rem; font-family: inherit; background: var(--white); color: var(--charcoal); transition: var(--transition); }
.filter-group select:focus, .filter-group input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-glow); }
.price-display { font-size: .85rem; color: var(--accent); font-weight: 600; margin-top: 4px; }
.filter-bar .btn { height: 48px; min-width: 120px; justify-content: center; }

.property-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 28px; }
.property-card { border-radius: var(--radius); overflow: hidden; background: var(--white); border: 1px solid rgba(180,160,130,.12); box-shadow: var(--shadow); transition: var(--transition); cursor: pointer; }
.property-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card-image { position: relative; height: 240px; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.property-card:hover .card-image img { transform: scale(1.05); }
.card-badge { position: absolute; top: 16px; left: 16px; padding: 6px 14px; border-radius: 6px; font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.badge-sale { background: var(--accent); color: #fff; }
.badge-rent { background: var(--green); color: #fff; }
.card-body { padding: 20px; }
.card-price { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--charcoal); }
.card-price span { font-size: .85rem; font-weight: 400; color: var(--gray-500); font-family: 'Inter', sans-serif; }
.card-address { color: var(--gray-500); font-size: .92rem; margin: 8px 0 16px; }
.card-features { display: flex; gap: 20px; padding-top: 16px; border-top: 1px solid var(--gray-100); }
.card-features div { display: flex; align-items: center; gap: 6px; font-size: .85rem; color: var(--gray-500); }
.card-features svg { width: 16px; height: 16px; fill: var(--gray-500); }
.no-results { text-align: center; padding: 60px 20px; color: var(--gray-500); grid-column: 1 / -1; }
.no-results h3 { font-size: 1.3rem; margin-bottom: 8px; color: var(--charcoal); }

/* ── Map Section ── */
.map-section { padding: 80px 0; }
#map { height: 600px; border-radius: var(--radius); box-shadow: var(--shadow); z-index: 1; }
.leaflet-popup-content-wrapper { border-radius: 10px; }
.map-popup { text-align: center; }
.map-popup h4 { margin-bottom: 4px; }
.map-popup p { color: var(--gray-500); font-size: .85rem; }
.map-popup .popup-price { color: var(--accent); font-weight: 700; font-size: 1.1rem; margin-top: 6px; }

/* ── About Section ── */
.about { padding: 80px 0; background: var(--white); }
.about-hero { text-align: center; max-width: 680px; margin: 0 auto 72px; }
.about-hero .section-title { font-size: 2.6rem; margin-bottom: 16px; }
.about-hero p { color: var(--gray-500); font-size: 1.1rem; line-height: 1.8; }

/* old about-story styles removed */

.about-values { margin-bottom: 80px; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.value-card { background: var(--warm-cream); border-radius: var(--radius); padding: 32px 24px; text-align: center; transition: var(--transition); border: 1px solid transparent; }
.value-card:hover { border-color: var(--accent-glow); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.value-icon { width: 60px; height: 60px; border-radius: 14px; background: var(--accent-light); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.value-icon svg { width: 28px; height: 28px; fill: var(--accent); }
.value-card h4 { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; }
.value-card p { font-size: .88rem; color: var(--gray-500); line-height: 1.7; }

.about-stats { background: linear-gradient(135deg, #3d2e1f 0%, #5c4a3a 100%); border-radius: 20px; padding: 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 80px; }
.about-stat { text-align: center; color: #fff; }
.about-stat .number { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; color: #f0d68a; }
.about-stat .label { font-size: .88rem; color: rgba(255,255,255,.6); margin-top: 4px; }

.team-section { text-align: center; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 48px; }
.team-member { background: var(--warm-cream); border-radius: var(--radius); padding: 32px 20px 28px; transition: var(--transition); }
.team-member:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.team-avatar { width: 100px; height: 100px; border-radius: 50%; margin: 0 auto 16px; overflow: hidden; border: 3px solid var(--accent-light); }
.team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-member h4 { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 600; margin-bottom: 4px; }
.team-member .role { font-size: .82rem; color: var(--accent); font-weight: 500; margin-bottom: 10px; }
.team-member p.bio { font-size: .85rem; color: var(--gray-500); line-height: 1.6; }

/* ── Contact Section ── */
.contact { padding: 80px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-info { display: flex; flex-direction: column; gap: 28px; }
.contact-item { display: flex; gap: 16px; }
.contact-icon { width: 48px; height: 48px; border-radius: 10px; background: var(--accent-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-icon svg { width: 22px; height: 22px; fill: var(--accent); }
.contact-item h4 { font-size: .95rem; font-weight: 600; margin-bottom: 4px; }
.contact-item p { font-size: .9rem; color: var(--gray-500); }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: flex; gap: 16px; }
.form-row > * { flex: 1; }
.contact-form input, .contact-form select, .contact-form textarea {
  padding: 14px 16px; border: 1px solid var(--gray-300); border-radius: 8px; font-size: .95rem;
  font-family: inherit; background: var(--white); transition: var(--transition); width: 100%;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-glow);
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.form-error { color: #c53030; font-size: .82rem; display: none; margin-top: -8px; }
.form-error.show { display: block; }
.form-success { display: none; text-align: center; padding: 40px; }
.form-success.show { display: block; }
.form-success svg { width: 56px; height: 56px; fill: var(--green); margin: 0 auto 16px; }
.form-success h3 { color: var(--green); margin-bottom: 8px; }
.form-success p { color: var(--gray-500); }

/* ── Contact Quick Action Cards ── */
.contact-quick-section { padding: 60px 0 0; }
.contact-quick-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.contact-quick-card { background: var(--white); border-radius: var(--radius); padding: 36px 28px; text-align: center; box-shadow: var(--shadow); border: 1px solid transparent; transition: all .4s cubic-bezier(.25,.8,.25,1); }
.contact-quick-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(184,134,11,.15); }
.contact-quick-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--accent-light); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; transition: all .4s ease; }
.contact-quick-icon svg { width: 28px; height: 28px; fill: var(--accent); transition: all .4s ease; }
.contact-quick-card:hover .contact-quick-icon { background: var(--accent); }
.contact-quick-card:hover .contact-quick-icon svg { fill: #fff; }
.contact-quick-card h4 { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 600; color: var(--charcoal); margin-bottom: 8px; }
.contact-quick-card p { font-size: .88rem; color: var(--gray-500); line-height: 1.6; }

/* ── Contact Info Card ── */
.contact-info-card { background: var(--warm-cream); border-radius: var(--radius); padding: 32px; display: flex; flex-direction: column; gap: 28px; }

/* ── Contact Map Section ── */
.contact-map { padding: 0 0 80px; }
.contact-map-wrapper { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); margin-top: 8px; }
.contact-map-wrapper iframe { display: block; }

/* ── Footer ── */
.footer { background: #2a1f14; color: rgba(255,255,255,.65); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand .logo { color: #fff; margin-bottom: 12px; display: inline-block; }
.footer-brand p { font-size: .9rem; line-height: 1.7; }
.footer h4 { color: #fff; font-family: 'Playfair Display', serif; font-size: .95rem; font-weight: 600; margin-bottom: 16px; }
.footer ul li { margin-bottom: 10px; }
.footer ul a { font-size: .9rem; transition: var(--transition); }
.footer ul a:hover { color: #f0d68a; }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a { width: 40px; height: 40px; border-radius: 8px; background: rgba(255,255,255,.06); display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.footer-social a:hover { background: var(--accent); }
.footer-social svg { width: 18px; height: 18px; fill: rgba(255,255,255,.65); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; text-align: center; font-size: .85rem; }

/* ── Property Modal ── */
.modal-overlay { position: fixed; inset: 0; background: rgba(42,31,20,.6); z-index: 2000; display: none; align-items: center; justify-content: center; padding: 24px; backdrop-filter: blur(4px); }
.modal-overlay.open { display: flex; }
.modal { background: var(--white); border-radius: var(--radius); max-width: 900px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border-radius: 50%; background: rgba(0,0,0,.5); border: none; color: #fff; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; z-index: 10; transition: var(--transition); }
.modal-close:hover { background: rgba(0,0,0,.7); }
.modal-gallery { position: relative; height: 400px; background: var(--gray-100); }
.modal-gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.9); border: none; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; transition: var(--transition); box-shadow: var(--shadow); }
.gallery-nav:hover { background: #fff; }
.gallery-prev { left: 16px; }
.gallery-next { right: 16px; }
.gallery-thumbs { display: flex; gap: 8px; padding: 12px 20px; overflow-x: auto; background: var(--gray-100); }
.gallery-thumbs img { width: 72px; height: 52px; object-fit: cover; border-radius: 6px; cursor: pointer; opacity: .5; transition: var(--transition); border: 2px solid transparent; flex-shrink: 0; }
.gallery-thumbs img.active { opacity: 1; border-color: var(--accent); }
.modal-body { padding: 28px; }
.modal-price { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--charcoal); }
.modal-price span { font-size: .9rem; font-weight: 400; color: var(--gray-500); font-family: 'Inter', sans-serif; }
.modal-address { color: var(--gray-500); margin: 8px 0 20px; font-size: 1rem; }
.modal-features { display: flex; gap: 28px; padding: 20px 0; border-top: 1px solid var(--gray-100); border-bottom: 1px solid var(--gray-100); margin-bottom: 20px; }
.modal-features div { display: flex; align-items: center; gap: 8px; font-size: .95rem; color: var(--gray-700); }
.modal-features svg { width: 20px; height: 20px; fill: var(--accent); }
.modal-description { color: var(--gray-500); line-height: 1.8; margin-bottom: 24px; }
.modal-map { height: 250px; border-radius: 8px; margin-bottom: 24px; }
.modal-cta { display: flex; gap: 12px; }
.modal-cta .btn { flex: 1; justify-content: center; }

/* ── Testimonials ── */
.testimonials { padding: 80px 0; background: var(--warm-cream); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 16px; }
.testimonial-card { background: var(--white); border-radius: var(--radius); padding: 32px; box-shadow: 0 2px 20px rgba(0,0,0,.06); transition: var(--transition); }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,.1); }
.testimonial-header { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.testimonial-avatar { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-header h4 { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--text); margin-bottom: 2px; }
.testimonial-role { font-size: .82rem; color: var(--gray-400); }
.testimonial-text { font-size: .92rem; color: var(--gray-500); line-height: 1.7; font-style: italic; margin-bottom: 16px; }
.testimonial-stars { color: var(--accent); font-size: 1.1rem; letter-spacing: 2px; }

/* ── Gallery / Portfolio ── */
.portfolio { padding: 80px 0; }
.portfolio-filters { display: flex; justify-content: center; gap: 10px; margin-bottom: 48px; flex-wrap: wrap; }
.portfolio-filters button { padding: 10px 24px; border-radius: 30px; border: 1px solid var(--gray-300); background: var(--white); color: var(--gray-500); font-size: .9rem; font-weight: 500; transition: var(--transition); font-family: inherit; }
.portfolio-filters button:hover { border-color: var(--accent); color: var(--accent); }
.portfolio-filters button.active { background: var(--accent); color: #fff; border-color: var(--accent); }

.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.portfolio-item { position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer; aspect-ratio: 4/3; }
.portfolio-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.portfolio-item:hover img { transform: scale(1.08); }
.portfolio-item .portfolio-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(42,31,20,.85) 0%, rgba(42,31,20,0) 50%); opacity: 0; transition: var(--transition); display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-overlay h4 { font-family: 'Playfair Display', serif; font-size: 1.15rem; color: #fff; margin-bottom: 4px; }
.portfolio-overlay p { font-size: .85rem; color: rgba(255,255,255,.7); }
.portfolio-overlay .portfolio-tag { display: inline-block; background: var(--accent); color: #fff; padding: 4px 12px; border-radius: 20px; font-size: .75rem; font-weight: 600; margin-bottom: 10px; width: fit-content; }

/* Portfolio featured (larger items) */
.portfolio-item.featured { grid-column: span 2; grid-row: span 2; }

/* Gallery Content Sections */
.gallery-section { padding: 60px 0; }
.gallery-section-header { text-align: center; margin-bottom: 40px; }
.gallery-section-header h2 { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--text); margin-bottom: 8px; }
.gallery-section-header p { color: var(--gray-400); font-size: 1rem; }
.gallery-content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.gallery-content-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: 0 2px 20px rgba(0,0,0,.06); transition: var(--transition); cursor: pointer; }
.gallery-content-card:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(0,0,0,.12); }
.gallery-content-img { aspect-ratio: 16/10; overflow: hidden; }
.gallery-content-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-content-card:hover .gallery-content-img img { transform: scale(1.06); }
.gallery-content-body { padding: 20px 24px 24px; }
.gallery-content-tag { display: inline-block; background: var(--accent); color: #fff; padding: 4px 14px; border-radius: 20px; font-size: .72rem; font-weight: 600; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .5px; }
.gallery-content-tag.tag-gold { background: linear-gradient(135deg, #b8860b, #d4a76a); }
.gallery-content-tag.tag-blue { background: #2563eb; }
.gallery-content-tag.tag-green { background: #059669; }
.gallery-content-body h4 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--text); margin-bottom: 8px; line-height: 1.4; }
.gallery-content-body p { font-size: .88rem; color: var(--gray-400); line-height: 1.6; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.9); z-index: 3000; display: none; align-items: center; justify-content: center; padding: 40px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90%; max-height: 85vh; object-fit: contain; border-radius: 8px; }
.lightbox-close { position: absolute; top: 24px; right: 24px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.15); border: none; color: #fff; font-size: 1.5rem; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--transition); }
.lightbox-close:hover { background: rgba(255,255,255,.3); }
.lightbox-info { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); text-align: center; color: #fff; }
.lightbox-info h4 { font-family: 'Playfair Display', serif; font-size: 1.3rem; margin-bottom: 4px; }
.lightbox-info p { font-size: .9rem; color: rgba(255,255,255,.6); }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.12); border: none; color: #fff; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--transition); }
.lightbox-nav:hover { background: rgba(255,255,255,.25); }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

/* ── Home About Section ── */
.home-about { padding: 80px 0; background: var(--white); }
.home-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.home-about-text h2 { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 600; margin-bottom: 20px; text-align: left; }
.home-about-text p { color: var(--gray-500); line-height: 1.85; margin-bottom: 16px; font-size: .98rem; }
.home-about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; margin-bottom: 28px; }
.home-about-stats .stat { text-align: center; padding: 16px; background: var(--warm-cream); border-radius: 10px; }
.home-about-stats .stat .number { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--accent); }
.home-about-stats .stat .label { font-size: .8rem; color: var(--gray-500); margin-top: 2px; }
.home-about-images { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.home-about-images .img-main { grid-column: span 2; border-radius: var(--radius); overflow: hidden; height: 240px; }
.home-about-images .img-sm { border-radius: var(--radius); overflow: hidden; height: 160px; }
.home-about-images img { width: 100%; height: 100%; object-fit: cover; }

/* ── About Banner ── */
.about-banner { position: relative; height: 400px; overflow: hidden; }
.about-banner img { width: 100%; height: 100%; object-fit: cover; }
.about-banner .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(42,31,20,.8) 0%, rgba(42,31,20,.2) 60%); display: flex; flex-direction: column; justify-content: flex-end; padding: 48px; }
.about-banner h1 { font-family: 'Playfair Display', serif; font-size: 2.8rem; color: #fff; font-weight: 600; margin-bottom: 8px; }
.about-banner p { color: rgba(255,255,255,.7); font-size: 1.1rem; max-width: 500px; }

/* About mission strip */
.about-mission { padding: 60px 0; background: var(--white); }
.about-mission-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; text-align: center; }
.about-mission-item h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 600; margin-bottom: 8px; color: var(--charcoal); }
.about-mission-item p { font-size: .9rem; color: var(--gray-500); line-height: 1.7; }
.about-mission-item { transition: var(--transition); }
.about-mission-item:hover { transform: translateY(-6px); }
.about-mission-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--accent-light); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; transition: var(--transition); }
.about-mission-item:hover .about-mission-icon { background: var(--accent); }
.about-mission-item:hover .about-mission-icon svg { fill: #fff; }
.about-mission-icon svg { width: 26px; height: 26px; fill: var(--accent); }

/* ── Scroll Reveal Animation ── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(.85); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes growLine {
  from { height: 0; }
  to { height: 100%; }
}
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity .8s ease, transform .8s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity .8s ease, transform .8s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.reveal-scale { opacity: 0; transform: scale(.85); transition: opacity .8s ease, transform .8s ease; }
.reveal-scale.visible { opacity: 1; transform: scale(1); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }
.delay-5 { transition-delay: .5s; }

/* ── Floating / Shimmer / Glow Effects ── */
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
@keyframes gradientShift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes borderGlow { 0%, 100% { border-color: rgba(184,134,11,.1); } 50% { border-color: rgba(184,134,11,.35); } }
@keyframes countUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideInStagger { from { opacity: 0; transform: translateY(24px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }

/* Gradient text shimmer for section titles */
.section-title.shimmer {
  background: linear-gradient(90deg, var(--charcoal) 0%, var(--accent) 45%, var(--charcoal) 55%, var(--charcoal) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-title.shimmer.visible { animation: shimmer 3s ease-in-out 1; }

/* Floating icon animation on hover */
.float-hover:hover { animation: float 2s ease-in-out infinite; }

/* Card stagger animation */
.stagger-grid.visible > * { animation: slideInStagger .6s ease forwards; opacity: 0; }
.stagger-grid.visible > *:nth-child(1) { animation-delay: .05s; }
.stagger-grid.visible > *:nth-child(2) { animation-delay: .15s; }
.stagger-grid.visible > *:nth-child(3) { animation-delay: .25s; }
.stagger-grid.visible > *:nth-child(4) { animation-delay: .35s; }
.stagger-grid.visible > *:nth-child(5) { animation-delay: .45s; }

/* Glowing border pulse for featured elements */
.glow-border { border: 2px solid rgba(184,134,11,.1); animation: borderGlow 3s ease-in-out infinite; }

/* Parallax tilt on hover */
.tilt-hover { transition: transform .4s ease; }
.tilt-hover:hover { transform: perspective(800px) rotateY(-3deg) rotateX(2deg) translateY(-6px); }

/* Animated underline for headings */
.animated-underline { position: relative; display: inline-block; }
.animated-underline::after { content: ''; position: absolute; bottom: -8px; left: 50%; width: 0; height: 3px; background: linear-gradient(90deg, var(--accent), #d4a017); border-radius: 3px; transition: width .6s ease, left .6s ease; }
.animated-underline.visible::after { width: 60px; left: calc(50% - 30px); }

/* Stat number pop effect */
.stat-pop.visible { animation: countUp .6s ease forwards; }

/* Image reveal with clip path */
@keyframes clipReveal { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
.clip-reveal.visible { animation: clipReveal 1s ease forwards; }

/* Gradient background animation for CTA sections */
.gradient-bg { background: linear-gradient(135deg, #3d2e1f 0%, #5c4a3a 50%, #3d2e1f 100%); background-size: 200% 200%; animation: gradientShift 6s ease infinite; }

/* ── About Story (Visual Layout) ── */
.about-story { padding: 80px 0; text-align: center; }
.about-story .section-subtitle { margin-left: auto; margin-right: auto; }
.story-visual-layout { max-width: 1000px; margin: 0 auto; }
.story-hero-statement { margin-bottom: 48px; }
.story-hero-statement p { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 500; color: var(--charcoal); line-height: 1.6; max-width: 700px; margin: 0 auto; }
.story-highlights { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 48px; }
.story-highlight-item { background: var(--white); border-radius: var(--radius); padding: 32px 20px 28px; text-align: center; box-shadow: var(--shadow); border: 1px solid transparent; transition: all .4s cubic-bezier(.25,.8,.25,1); }
.story-highlight-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(184,134,11,.15); }
.story-highlight-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--accent-light); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; transition: all .4s ease; }
.story-highlight-icon svg { width: 26px; height: 26px; fill: var(--accent); transition: all .4s ease; }
.story-highlight-item:hover .story-highlight-icon { background: var(--accent); }
.story-highlight-item:hover .story-highlight-icon svg { fill: #fff; }
.story-highlight-item h4 { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 600; color: var(--charcoal); margin-bottom: 8px; }
.story-highlight-item p { font-size: .85rem; color: var(--gray-500); line-height: 1.6; }
.story-image-integrated { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); max-height: 440px; }
.story-image-integrated img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; transition: transform .6s ease; }
.story-image-integrated:hover img { transform: scale(1.03); }
.story-image-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(42,31,20,.8) 0%, transparent 100%); padding: 40px 28px 24px; text-align: left; color: rgba(255,255,255,.85); font-size: .95rem; }
.story-image-caption span { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: #f0d68a; }

/* ── Milestones ── */
.about-milestones { padding: 80px 0; background: var(--warm-cream); }
.milestones-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; margin-top: 16px; }
.milestone-card { text-align: center; padding: 32px 20px; background: var(--white); border-radius: var(--radius); box-shadow: 0 2px 16px rgba(0,0,0,.05); transition: var(--transition); position: relative; }
.milestone-card:hover { transform: translateY(-8px); box-shadow: 0 12px 40px rgba(0,0,0,.12); }
.milestone-year { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 700; background: linear-gradient(135deg, var(--accent), var(--accent-dark)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 12px; }
.milestone-line { width: 40px; height: 3px; background: linear-gradient(90deg, var(--accent-light), var(--accent)); border-radius: 3px; margin: 0 auto 16px; }
.milestone-card h4 { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--charcoal); margin-bottom: 8px; }
.milestone-card p { font-size: .82rem; color: var(--gray-500); line-height: 1.55; }

/* ── About Services ── */
.about-services { padding: 80px 0; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 40px; }
.service-card-v2 { position: relative; background: var(--white); border-radius: var(--radius); padding: 40px 28px 36px; text-align: left; box-shadow: 0 2px 20px rgba(0,0,0,.05); transition: all .4s cubic-bezier(.25,.8,.25,1); overflow: hidden; cursor: default; border: 1px solid transparent; }
.service-card-v2::before { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--accent), #d4a017); transition: width .4s ease; }
.service-card-v2:hover { transform: translateY(-8px); box-shadow: 0 20px 48px rgba(0,0,0,.1); border-color: rgba(184,134,11,.15); }
.service-card-v2:hover::before { width: 100%; }
.service-card-v2:hover .service-card-icon { background: var(--accent); }
.service-card-v2:hover .service-card-icon svg { fill: var(--white); transform: scale(1.1); }
.service-card-v2:hover .service-card-number { opacity: .12; transform: translateY(-4px); }
.service-card-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--accent-light); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; transition: all .4s ease; }
.service-card-icon svg { width: 26px; height: 26px; fill: var(--accent); transition: all .4s ease; }
.service-card-content h4 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--text); margin-bottom: 8px; }
.service-card-content p { font-size: .88rem; color: var(--gray-500); line-height: 1.5; }
.service-card-number { position: absolute; top: 16px; right: 20px; font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; color: var(--accent); opacity: .08; transition: all .4s ease; line-height: 1; }

/* ── Partners Carousel ── */
.about-partners { padding: 60px 0; overflow: hidden; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.carousel-wrapper { overflow: hidden; margin-top: 32px; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.carousel-track { display: flex; gap: 40px; animation: scroll 30s linear infinite; width: max-content; }
.carousel-track:hover { animation-play-state: paused; }
.carousel-logo { display: flex; align-items: center; gap: 12px; padding: 16px 32px; background: var(--white); border-radius: var(--radius); box-shadow: 0 2px 12px rgba(0,0,0,.05); flex-shrink: 0; transition: var(--transition); cursor: default; }
.carousel-logo:hover { box-shadow: 0 6px 24px rgba(0,0,0,.1); transform: translateY(-2px); }
.logo-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: #fff; font-family: 'Playfair Display', serif; font-size: .75rem; font-weight: 700; flex-shrink: 0; }
.carousel-logo { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 600; color: var(--charcoal); white-space: nowrap; }

/* ── About CTA ── */
.about-cta { padding: 0 0 80px; }
.cta-banner { background: linear-gradient(135deg, #3d2e1f 0%, #5c4a3a 100%); border-radius: 20px; padding: 64px; text-align: center; }
.cta-banner h2 { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: #fff; margin-bottom: 12px; }
.cta-banner p { color: rgba(255,255,255,.7); font-size: 1.1rem; margin-bottom: 32px; }
.cta-buttons { display: flex; justify-content: center; gap: 16px; }

/* ── Contact Group Photo ── */
.contact-photo { position: relative; height: 360px; overflow: hidden; border-radius: 0; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; }
.contact-photo .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(42,31,20,.7) 0%, rgba(42,31,20,.1) 60%); display: flex; flex-direction: column; justify-content: flex-end; padding: 48px; }
.contact-photo h2 { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: #fff; font-weight: 600; margin-bottom: 8px; }
.contact-photo p { color: rgba(255,255,255,.7); font-size: 1.05rem; }

/* ── Career Section ── */
.careers { padding: 80px 0; background: var(--warm-cream); }
.careers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.careers-text h2 { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 600; margin-bottom: 16px; text-align: left; }
.careers-text p { color: var(--gray-500); line-height: 1.8; margin-bottom: 20px; font-size: .95rem; }
.careers-perks { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.perk { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--gray-700); }
.perk svg { width: 20px; height: 20px; fill: var(--accent); flex-shrink: 0; }
.careers-positions { display: flex; flex-direction: column; gap: 12px; }
.position-card { background: var(--white); border-radius: 10px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--gray-100); transition: var(--transition); }
.position-card:hover { border-color: var(--accent); box-shadow: var(--shadow); }
.position-card h4 { font-size: .95rem; font-weight: 600; margin-bottom: 2px; }
.position-card p { font-size: .82rem; color: var(--gray-500); }
.position-card .tag { padding: 4px 12px; border-radius: 20px; font-size: .75rem; font-weight: 600; background: var(--accent-light); color: var(--accent); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .values-grid, .about-stats { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-item.featured { grid-column: span 2; grid-row: span 1; }
  .gallery-content-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .story-content { grid-template-columns: 1fr; }
  .story-highlights { grid-template-columns: repeat(2, 1fr); }
  .about-mission-grid { grid-template-columns: 1fr; }
  .milestones-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-content { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .hero-stats { justify-content: center; }
  .hero-card { max-width: 400px; margin: 0 auto; }
  .hero-buttons { justify-content: center; }
  .property-grid { grid-template-columns: 1fr; }
  .filter-bar { flex-direction: column; }
  .filter-group { min-width: 100%; }
  .story-content { grid-template-columns: 1fr; }
  .about-teaser-grid { grid-template-columns: 1fr; }
  .home-about-grid { grid-template-columns: 1fr; }
  .home-about-images { order: -1; }
  .home-about-stats { grid-template-columns: repeat(3, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-row { flex-direction: column; }
  .modal-gallery { height: 260px; }
  .modal-features { flex-wrap: wrap; gap: 16px; }
  .modal-cta { flex-direction: column; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-item.featured { grid-column: span 1; }
  .gallery-content-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .cta-banner { padding: 40px 24px; }
  .cta-banner h2 { font-size: 1.6rem; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .milestones-grid { grid-template-columns: 1fr; }
  .section-title { font-size: 1.7rem; }
  .hero h1 { font-size: 2rem; }
  .page-header { padding: 100px 0 40px; }
  .page-header .section-title { font-size: 2rem; }
  .about-banner { height: 280px; }
  .about-banner h1 { font-size: 2rem; }
  .careers-grid { grid-template-columns: 1fr; }
  .careers-perks { grid-template-columns: 1fr; }
  .about-mission-grid { grid-template-columns: 1fr; }
  .video-banner-wrapper { height: 300px; }
  .story-highlights { grid-template-columns: 1fr; }
  .story-hero-statement p { font-size: 1.2rem; }
  .contact-quick-cards { grid-template-columns: 1fr; }
}

/* ── Page Loading Overlay ── */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--warm-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .5s ease;
}
.page-loader.loaded {
  opacity: 0;
  pointer-events: none;
}
.page-loader .spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid var(--accent-light);
  border-top-color: var(--accent);
  animation: loaderSpin .8s linear infinite;
}
@keyframes loaderSpin {
  to { transform: rotate(360deg); }
}

/* ── WhatsApp Floating Button ── */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 900;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37,211,102,.35);
  transition: transform .3s ease, box-shadow .3s ease;
  animation: whatsappPulse 2.5s infinite;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37,211,102,.5);
  animation: none;
}
.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}
@keyframes whatsappPulse {
  0%, 100% { box-shadow: 0 4px 16px rgba(37,211,102,.35); }
  50% { box-shadow: 0 4px 24px rgba(37,211,102,.55), 0 0 0 10px rgba(37,211,102,.1); }
}

/* ── Back to Top Button ── */
.back-to-top {
  position: fixed;
  bottom: 96px;
  right: 32px;
  z-index: 900;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--charcoal);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s ease, transform .3s ease, background .3s ease;
  pointer-events: none;
  box-shadow: 0 2px 12px rgba(0,0,0,.15);
}
.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.back-to-top:hover {
  background: var(--accent);
}
.back-to-top svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

/* ── Video Section (Home) ── */
.video-section {
  padding: 80px 0;
  background: var(--warm-cream);
}
.video-banner-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 480px;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
}
.video-banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.video-banner-wrapper:hover img {
  transform: scale(1.03);
}
.video-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(42,31,20,.7) 0%, rgba(42,31,20,.2) 50%, rgba(42,31,20,.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(184,134,11,.9);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s ease, background .3s ease;
  box-shadow: 0 4px 24px rgba(184,134,11,.4);
}
.video-banner-wrapper:hover .video-play-btn {
  transform: scale(1.12);
  background: var(--accent);
}
.video-play-btn svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  margin-left: 4px;
}
.video-coming-soon {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(42,31,20,.6);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
}
.video-coming-soon.open {
  display: flex;
}
.video-coming-soon-inner {
  background: var(--white);
  border-radius: 16px;
  padding: 48px 56px;
  text-align: center;
  max-width: 440px;
  box-shadow: var(--shadow-lg);
}
.video-coming-soon-inner h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: var(--charcoal);
}
.video-coming-soon-inner p {
  color: var(--gray-500);
  margin-bottom: 24px;
  line-height: 1.7;
}
.video-coming-soon-inner .btn {
  min-width: 120px;
  justify-content: center;
}