@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap');

/* ====== LAYOUT ====== */
.container-px { padding-left: 1.5rem; padding-right: 1.5rem; }
.max-w-7xl { max-width: 80rem; margin-left: auto; margin-right: auto; }
.site-wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.site-main { flex: 1; padding-top: 4rem; }

/* ====== NAV ====== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: all 0.3s; }
.site-header.scrolled { background: hsl(var(--background) / 0.8); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-bottom: 1px solid hsl(var(--border) / 0.6); }
.site-nav { display: flex; align-items: center; justify-content: space-between; height: 4rem; }
.nav-brand { display: flex; align-items: center; gap: 0.625rem; }
.nav-brand img { height: 2.25rem; width: 2.25rem; border-radius: 9999px; object-fit: cover; }
.nav-brand span { font-weight: 600; letter-spacing: -0.025em; font-size: 0.9375rem; }
.nav-links { display: none; align-items: center; gap: 0.25rem; }
.nav-link { padding: 0.5rem 1rem; font-size: 0.875rem; border-radius: 9999px; transition: color 0.2s, background 0.2s; color: hsl(var(--muted-foreground)); }
.nav-link:hover, .nav-link.active { color: hsl(var(--foreground)); }
.nav-link.active { background: hsl(var(--secondary)); }
.nav-cta-wrap { display: none; }
.nav-cta { display: inline-flex; align-items: center; padding: 0.625rem 1.25rem; border-radius: 9999px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-size: 0.875rem; font-weight: 500; box-shadow: var(--shadow-soft); transition: opacity 0.2s; }
.nav-cta:hover { opacity: 0.9; }
.nav-toggle { display: flex; padding: 0.5rem; margin-right: -0.5rem; background: none; border: none; color: hsl(var(--foreground)); }
.nav-toggle svg { width: 1.25rem; height: 1.25rem; }
.mobile-menu { display: none; border-top: 1px solid hsl(var(--border) / 0.6); background: hsl(var(--background)); }
.mobile-menu.open { display: block; }
.mobile-menu-inner { padding: 1rem 1.5rem; display: flex; flex-direction: column; gap: 0.25rem; }
.mobile-link { padding: 0.75rem 1rem; border-radius: 1rem; font-size: 0.875rem; color: hsl(var(--muted-foreground)); }
.mobile-link.active { background: hsl(var(--secondary)); color: hsl(var(--foreground)); }
.mobile-wa { margin-top: 0.5rem; padding: 0.75rem 1rem; border-radius: 1rem; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-size: 0.875rem; font-weight: 500; text-align: center; display: block; }

/* ====== BUTTONS ====== */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 500; border-radius: 1rem; transition: all 0.2s; border: none; font-size: inherit; }
.btn svg { width: 1rem; height: 1rem; }
.btn-primary { padding: 0.875rem 1.5rem; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); box-shadow: var(--shadow-soft); }
.btn-primary:hover { box-shadow: var(--shadow-elev); }
.btn-outline { padding: 0.875rem 1.5rem; background: hsl(var(--background)); border: 1px solid hsl(var(--border)); }
.btn-outline:hover { background: hsl(var(--secondary)); }
.btn-light { padding: 0.875rem 1.5rem; background: hsl(var(--background)); color: hsl(var(--foreground)); font-weight: 500; }
.btn-light:hover { opacity: 0.95; }
.btn-ghost { padding: 0.875rem 1.5rem; background: transparent; border: 1px solid hsl(var(--primary-foreground) / 0.3); color: hsl(var(--primary-foreground)); }
.btn-ghost:hover { background: hsl(var(--primary-foreground) / 0.1); }
.btn-sm { padding: 0.625rem 1rem; font-size: 0.875rem; border-radius: 0.75rem; }

/* ====== LUXE HERO ====== */
.hero-luxe { min-height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: #000; color: #fff; margin-top: -5rem; padding-top: 5rem; padding-bottom: 4rem; box-sizing: border-box; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.85) 100%); }
.hero-content { position: relative; z-index: 10; text-align: center; padding: 2rem; max-width: 90rem; width: 100%; display: flex; flex-direction: column; align-items: center; margin-top: 2rem; }
.hero-title-wrap { margin-bottom: -1vw; }
.hero-title { font-size: clamp(2.5rem, 6vw, 6rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.04em; text-transform: uppercase; margin: 0; }
.hero-title span { display: block; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,0.7); font-family: 'Playfair Display', Times, serif; font-style: italic; text-transform: lowercase; font-weight: 400; margin-top: -0.1em; padding-bottom: 0.1em; }
.hero-subtitle { margin-top: 1.5rem; font-size: clamp(1rem, 1.25vw, 1.125rem); color: rgba(255,255,255,0.7); max-width: 42rem; line-height: 1.6; }
.hero-actions { display: flex; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; justify-content: center; }
.luxe-btn { display: inline-flex; align-items: center; justify-content: center; padding: 1.25rem 2.5rem; border-radius: 100px; background: #fff; color: #000; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.875rem; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.luxe-btn:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(255,255,255,0.15); }
.luxe-btn-outline { display: inline-flex; align-items: center; justify-content: center; padding: 1.25rem 2.5rem; border-radius: 100px; background: transparent; border: 1px solid rgba(255,255,255,0.3); color: #fff; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.875rem; transition: all 0.4s; }
.luxe-btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.hero-stats-luxe { display: flex; gap: 2rem; margin-top: 3rem; justify-content: center; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; width: 100%; max-width: 48rem; }
.hero-stat-luxe { text-align: center; }
.hero-stat-luxe dt { font-size: 1.5rem; font-weight: 700; color: #fff; }
.hero-stat-luxe dd { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.5); margin-top: 0.25rem; }

/* ====== SECTION SHARED ====== */
.section { padding-top: 4rem; padding-bottom: 4rem; }
.section-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: hsl(var(--muted-foreground)); }
.section-title { margin-top: 0.75rem; font-size: 2.5rem; font-weight: 700; letter-spacing: -0.04em; line-height: 1.1; text-wrap: balance; }
.section-alt { background: hsl(var(--secondary) / 0.4); border-top: 1px solid hsl(var(--border) / 0.6); border-bottom: 1px solid hsl(var(--border) / 0.6); }
.section-header { max-width: 42rem; }
.section-header-row { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: space-between; align-items: flex-end; }

/* ====== CLIENT LOGOS ====== */
.clients-bar { border-top: 1px solid hsl(var(--border) / 0.6); border-bottom: 1px solid hsl(var(--border) / 0.6); background: hsl(var(--background)); }
.clients-inner { padding: 2rem 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 2.5rem; }
.clients-inner .label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: hsl(var(--muted-foreground)); margin-right: 0.5rem; }
.clients-inner .client-name { font-size: 0.875rem; font-weight: 600; color: hsl(var(--muted-foreground) / 0.7); }

/* ====== WHY CARDS ====== */
.why-grid { margin-top: 3.5rem; display: grid; gap: 1.25rem; }
.why-card { border-radius: 1.5rem; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); padding: 1.75rem; transition: box-shadow 0.3s; }
.why-card:hover { box-shadow: var(--shadow-soft); }
.why-icon { width: 2.75rem; height: 2.75rem; border-radius: 1rem; background: hsl(var(--secondary)); display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
.why-card:hover .why-icon { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.why-icon svg { width: 1.25rem; height: 1.25rem; }
.why-card h3 { margin-top: 1.25rem; font-weight: 600; }
.why-card p { margin-top: 0.5rem; font-size: 0.875rem; color: hsl(var(--muted-foreground)); line-height: 1.625; }

/* ====== CATALOGUE CARDS ====== */
.cat-grid { margin-top: 3rem; display: grid; gap: 1.5rem; }
.cat-card { border-radius: 1.5rem; overflow: hidden; background: hsl(var(--background)); border: 1px solid hsl(var(--border)); transition: box-shadow 0.3s; }
.cat-card:hover { box-shadow: var(--shadow-elev); }
.cat-card-img { aspect-ratio: 4/3; overflow: hidden; background: hsl(var(--secondary)); position: relative; }
.cat-card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.7s; mix-blend-mode: multiply; }
.cat-card-img::after { content: ''; position: absolute; inset: 0; background: hsl(34 26% 92% / 0.12); pointer-events: none; }
.cat-card:hover .cat-card-img img { transform: scale(1.05); }
.cat-card-body { padding: 1.5rem; }
.cat-card-head { display: flex; align-items: center; justify-content: space-between; }
.cat-card-head h3 { font-weight: 600; }
.cat-card-head span { font-size: 0.75rem; color: hsl(var(--muted-foreground)); }
.cat-card-body > p { margin-top: 0.375rem; font-size: 0.875rem; color: hsl(var(--muted-foreground)); }
.cat-download { margin-top: 1rem; display: inline-flex; align-items: center; gap: 0.375rem; font-size: 0.875rem; font-weight: 500; }
.cat-download svg { width: 1rem; height: 1rem; }
.cat-download-btn { margin-top: 1.25rem; }

/* ====== FEATURED GRID ====== */
.feat-grid { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.feat-item { border-radius: 1rem; overflow: hidden; background: hsl(var(--secondary)); aspect-ratio: 1; position: relative; }
.feat-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.7s; mix-blend-mode: multiply; }
.feat-item::before { content: ''; position: absolute; inset: 0; background: hsl(34 26% 92% / 0.1); pointer-events: none; z-index: 1; }
.feat-item:hover img { transform: scale(1.1); }
.feat-overlay { position: absolute; inset: auto 0 0 0; padding: 1rem; background: linear-gradient(to top, hsl(0 0% 0% / 0.6), transparent); color: #fff; opacity: 0; transition: opacity 0.3s; }
.feat-item:hover .feat-overlay { opacity: 1; }
.feat-overlay small { font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.8; }
.feat-overlay p { font-size: 0.875rem; font-weight: 500; }

/* ====== TESTIMONIALS ====== */
.test-grid { margin-top: 3rem; display: grid; gap: 1.25rem; }
.test-card { border-radius: 1.5rem; background: hsl(var(--background)); border: 1px solid hsl(var(--border)); padding: 1.75rem; }
.test-card blockquote { font-size: 1rem; line-height: 1.625; color: hsl(var(--foreground) / 0.9); }
.test-card figcaption { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid hsl(var(--border)); }
.test-card .name { font-size: 0.875rem; font-weight: 600; }
.test-card .role { font-size: 0.75rem; color: hsl(var(--muted-foreground)); margin-top: 0.125rem; }

/* ====== CTA BANNER ====== */
.cta-banner { position: relative; overflow: hidden; border-radius: 2.5rem; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); padding: 2.5rem; }
.cta-banner-bg { position: absolute; inset: 0; opacity: 0.2; }
.cta-banner-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-banner-content { position: relative; max-width: 42rem; }
.cta-banner h2 { font-size: 2.25rem; font-weight: 600; letter-spacing: -0.025em; }
.cta-banner p { margin-top: 1rem; color: hsl(var(--primary-foreground) / 0.8); font-size: 1.125rem; }
.cta-banner .hero-btns { margin-top: 2rem; }

/* ====== FOOTER ====== */
.site-footer { border-top: 1px solid hsl(var(--border) / 0.7); background: hsl(var(--secondary) / 0.4); margin-top: 6rem; }
.footer-grid { padding: 4rem 0; display: grid; gap: 2.5rem; }
.footer-brand { display: flex; align-items: center; gap: 0.625rem; }
.footer-brand img { height: 2.5rem; width: 2.5rem; border-radius: 9999px; object-fit: cover; }
.footer-brand span { font-weight: 600; letter-spacing: -0.025em; }
.footer-desc { font-size: 0.875rem; color: hsl(var(--muted-foreground)); max-width: 24rem; line-height: 1.625; margin-top: 1rem; }
.footer-heading { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: hsl(var(--muted-foreground)); margin-bottom: 1rem; }
.footer-links { display: flex; flex-direction: column; gap: 0.625rem; }
.footer-links a { font-size: 0.875rem; color: hsl(var(--muted-foreground)); transition: color 0.2s; }
.footer-links a:hover { color: hsl(var(--foreground)); }
.footer-contact-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: hsl(var(--muted-foreground)); }
.footer-contact-item svg { width: 1rem; height: 1rem; flex-shrink: 0; }
.footer-bottom { border-top: 1px solid hsl(var(--border) / 0.6); }
.footer-bottom-inner { padding: 1.5rem 0; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; font-size: 0.75rem; color: hsl(var(--muted-foreground)); }

/* ====== STICKY CTA ====== */
.sticky-cta { position: fixed; bottom: 1.25rem; right: 1.25rem; z-index: 40; display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 1.25rem; border-radius: 9999px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-size: 0.875rem; font-weight: 500; box-shadow: var(--shadow-elev); transition: transform 0.2s; }
.sticky-cta:hover { transform: scale(1.02); }
.sticky-cta svg { width: 1rem; height: 1rem; }
.sticky-cta .cta-text { display: none; }

/* ====== CONTACT FORM ====== */
.contact-grid { display: grid; gap: 2.5rem; }
.contact-form-wrap { border-radius: 2rem; background: hsl(var(--card)); border: 1px solid hsl(var(--border)); padding: 2rem; }
.contact-form { display: grid; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; }
.form-group .form-label { font-size: 0.75rem; font-weight: 500; color: hsl(var(--muted-foreground)); }
.form-group input, .form-group textarea { padding: 0.75rem 1rem; border-radius: 1rem; background: hsl(var(--background)); border: 1px solid hsl(var(--border)); font-size: 0.875rem; font-family: inherit; outline: none; transition: box-shadow 0.2s; }
.form-group input:focus, .form-group textarea:focus { box-shadow: 0 0 0 2px hsl(var(--ring) / 0.3); }
.form-submit { margin-top: 0.5rem; }
.contact-cards { display: flex; flex-direction: column; gap: 1rem; }
.contact-card { border-radius: 1.5rem; background: hsl(var(--card)); border: 1px solid hsl(var(--border)); padding: 1.5rem; display: flex; gap: 1rem; }
.contact-card-icon { width: 2.75rem; height: 2.75rem; border-radius: 1rem; background: hsl(var(--secondary)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-card-icon svg { width: 1.25rem; height: 1.25rem; }
.contact-card small { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: hsl(var(--muted-foreground)); }
.contact-card .val { font-weight: 500; margin-top: 0.25rem; }

/* ====== LOCATION CARDS ====== */
.loc-grid { display: grid; gap: 1.25rem; }
.loc-card { border-radius: 1.5rem; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); padding: 1.75rem; transition: box-shadow 0.3s; display: block; }
.loc-card:hover { box-shadow: var(--shadow-elev); }
.loc-card .why-icon { transition: all 0.3s; }
.loc-card:hover .why-icon { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.loc-card h3 { margin-top: 1.25rem; font-size: 1.25rem; font-weight: 600; }
.loc-card p { margin-top: 0.5rem; font-size: 0.875rem; color: hsl(var(--muted-foreground)); line-height: 1.625; }
.loc-card .arrow-link { margin-top: 1.25rem; display: inline-flex; align-items: center; gap: 0.25rem; font-size: 0.875rem; font-weight: 500; transition: gap 0.2s; }
.loc-card:hover .arrow-link { gap: 0.5rem; }
.arrow-link svg { width: 1rem; height: 1rem; }
.view-all-link { font-size: 0.875rem; font-weight: 500; display: inline-flex; align-items: center; gap: 0.25rem; transition: gap 0.2s; }
.view-all-link:hover { gap: 0.5rem; }

/* ====== ABOUT ====== */
.about-grid { display: grid; gap: 3rem; align-items: center; }
.about-img { border-radius: 2rem; overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow-soft); background: hsl(var(--secondary)); position: relative; }
.about-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.about-img::after { content: ''; position: absolute; inset: 0; background: hsl(34 26% 92% / 0.12); pointer-events: none; }
.about-text h2 { font-size: 2rem; font-weight: 700; letter-spacing: -0.04em; line-height: 1.1; }
.about-text p { margin-top: 1.25rem; color: hsl(var(--muted-foreground)); line-height: 1.625; }
.values-grid { margin-top: 3rem; display: grid; gap: 1.25rem; }
.value-card { border-radius: 1.5rem; background: hsl(var(--background)); border: 1px solid hsl(var(--border)); padding: 1.75rem; }
.value-card .num { font-size: 0.75rem; font-family: monospace; color: hsl(var(--muted-foreground)); }
.value-card h3 { margin-top: 0.75rem; font-weight: 600; font-size: 1.125rem; }
.value-card p { margin-top: 0.5rem; font-size: 0.875rem; color: hsl(var(--muted-foreground)); line-height: 1.625; }
.services-list { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 1rem; color: hsl(var(--muted-foreground)); }
.services-list li { display: flex; gap: 0.75rem; }
.services-list .dot { margin-top: 0.5rem; width: 0.375rem; height: 0.375rem; border-radius: 9999px; background: hsl(var(--brand)); flex-shrink: 0; }

/* ====== LEAD MODAL ====== */
.lead-gate { cursor: pointer; }
.lead-modal-overlay { display: none; position: fixed; inset: 0; z-index: 100; background: hsl(0 0% 0% / 0.5); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); align-items: center; justify-content: center; padding: 1.5rem; }
.lead-modal-overlay.open { display: flex; }
.lead-modal { background: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 2rem; padding: 2rem; width: 100%; max-width: 32rem; position: relative; box-shadow: var(--shadow-elev); animation: fadeUp 0.3s ease-out; }
.lead-modal-close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; color: hsl(var(--muted-foreground)); cursor: pointer; padding: 0.25rem; }
.lead-modal-close svg { width: 1.25rem; height: 1.25rem; }
.lead-modal-header { margin-bottom: 1.5rem; }
.lead-modal-header h3 { font-size: 1.5rem; font-weight: 600; letter-spacing: -0.025em; }
.lead-modal-header p { margin-top: 0.5rem; font-size: 0.875rem; color: hsl(var(--muted-foreground)); line-height: 1.5; }
.lead-modal .contact-form { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.lead-modal .form-full { grid-column: 1 / -1; }
.lead-modal .form-group input,
.lead-modal .form-group textarea { background: hsl(var(--secondary)); border: 1px solid hsl(var(--border)); }
.lead-modal .form-group input:focus,
.lead-modal .form-group textarea:focus { box-shadow: 0 0 0 2px hsl(var(--ring) / 0.3); border-color: hsl(var(--brand)); }
.lead-modal .btn-primary:disabled { opacity: 0.6; cursor: not-allowed; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ====== 404 ====== */
.page-404 { text-align: center; padding: 6rem 1.5rem; }
.page-404 h1 { font-size: 4rem; font-weight: 700; }
.page-404 p { margin-top: 1rem; color: hsl(var(--muted-foreground)); font-size: 1.125rem; }
.page-404 .btn { margin-top: 2rem; }

/* ====== FAQ ====== */
.faq-list { display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { border-radius: 1rem; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); overflow: hidden; }
.faq-item summary { padding: 1.25rem 1.5rem; cursor: pointer; font-size: 0.9375rem; list-style: none; display: flex; align-items: center; justify-content: space-between; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.25rem; font-weight: 300; color: hsl(var(--muted-foreground)); transition: transform 0.2s; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { padding: 0 1.5rem 1.25rem; font-size: 0.875rem; color: hsl(var(--muted-foreground)); line-height: 1.625; }

/* ====== CITY CONTENT ====== */
.city-content p { margin-bottom: 1rem; }
.city-content strong { color: hsl(var(--foreground)); font-weight: 600; }
.city-content .services-list { margin: 1rem 0; }
.table-wrap { overflow-x: auto; margin: 1.25rem 0; }
.table-wrap table { width: 100%; border-collapse: collapse; font-size: 0.875rem; border-radius: 1rem; overflow: hidden; border: 1px solid hsl(var(--border)); }
.table-wrap th, .table-wrap td { padding: 0.75rem 1rem; text-align: left; border-bottom: 1px solid hsl(var(--border)); }
.table-wrap th { background: hsl(var(--secondary)); font-weight: 600; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; }
.table-wrap td { color: hsl(var(--muted-foreground)); }

/* ====== LENIS SMOOTH SCROLL ====== */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-scrolling iframe { pointer-events: none; }

/* ====== DYNAMIC HOVER EFFECTS ====== */
.cat-card, .loc-card, .feat-item, .why-card { transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1); will-change: transform; }
.cat-card:hover, .loc-card:hover, .why-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 30px 60px -15px rgba(0,0,0,0.15); }
.feat-item:hover { transform: scale(1.02); }
.feat-item:hover img { transform: scale(1.05); }

/* GSAP INITIAL STATES */
.fade-up { opacity: 0; visibility: hidden; }

/* ====== RESPONSIVE SM (640px) ====== */
@media (min-width: 640px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .test-grid { grid-template-columns: repeat(2, 1fr); }
  .loc-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-form { grid-template-columns: repeat(2, 1fr); }
  .form-full { grid-column: span 2; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .sticky-cta .cta-text { display: inline; }
}

/* ====== RESPONSIVE MD (768px) ====== */
@media (min-width: 768px) {
  .container-px { padding-left: 2.5rem; padding-right: 2.5rem; }
  .site-nav { height: 5rem; }
  .site-main { padding-top: 5rem; }
  .nav-links { display: flex; }
  .nav-cta-wrap { display: flex; }
  .nav-toggle { display: none; }
  .hero-stat-luxe dt { font-size: 2rem; }
  .section { padding-top: 6rem; padding-bottom: 6rem; }
  .section-title { font-size: 3.5rem; }
  .test-grid { grid-template-columns: repeat(3, 1fr); }
  .feat-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-main { grid-column: span 2; }
  .footer-bottom-inner { flex-direction: row; justify-content: space-between; }
  .cta-banner { padding: 4rem; }
  .cta-banner h2 { font-size: 3rem; }
  .contact-form-wrap { padding: 2.5rem; }
  .sticky-cta { bottom: 2rem; right: 2rem; }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .client-name { font-size: 1rem; }
}

/* ====== RESPONSIVE LG (1024px) ====== */
@media (min-width: 1024px) {
  .container-px { padding-left: 4rem; padding-right: 4rem; }
  .hero-stats-luxe { margin-top: 4rem; }
  .section { padding-top: 8rem; padding-bottom: 8rem; }
  .why-grid { grid-template-columns: repeat(4, 1fr); }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .feat-grid { grid-template-columns: repeat(4, 1fr); }
  .loc-grid { grid-template-columns: repeat(4, 1fr); }
  .about-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 3fr 2fr; }
}
