.elementor-1405 .elementor-element.elementor-element-9d789d8{--display:flex;}@media(min-width:768px){.elementor-1405 .elementor-element.elementor-element-9d789d8{--content-width:100vw;}}/* Start custom CSS for html, class: .elementor-element-7298ec9 */css

/*
 * VOLUME Realty — Custom CSS
 * Version: 7.0
 * Paste this entire file into Elementor > Custom CSS (Advanced tab or Site Settings > Custom CSS)
 * Also load Google Fonts in your Elementor header or theme settings:
 * https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Playfair+Display+SC:wght@400;700&family=Roboto:wght@300;400&family=Tenor+Sans&family=Taviraj:ital,wght@0,300;1,300&family=Cormorant+Garamond:ital,wght@1,400&display=swap
 */

/* ===========================
   CSS Custom Properties
   =========================== */
:root {
    --black: #0b0b0b;
    --dark: #121212;
    --dark-2: #1a1a1a;
    --dark-3: #242424;
    --white: #ffffff;
    --white-soft: #f0f0f0;
    --gray: #888888;
    --gray-light: #aaaaaa;
    --gray-dark: #444444;
    --gold: #c9a96e;
    --gold-soft: rgba(201, 169, 110, 0.12);
    --radius: 8px;
    --radius-lg: 16px;
    --radius-full: 9999px;
    --transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --font-display: 'Playfair Display', Georgia, serif;
    --font-display-sc: 'Playfair Display SC', Georgia, serif;
    --font-body: 'Roboto', -apple-system, sans-serif;
    --font-nav: 'Tenor Sans', sans-serif;
    --font-accent: 'Taviraj', serif;
}

/* ===========================
   Base Reset
   =========================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-body); background: var(--black); color: var(--white); font-weight: 300; line-height: 1.6; overflow-x: hidden; cursor: none; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
a, button, input, textarea, select { cursor: none; }
* { cursor: none !important; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

/* ===========================
   Preloader
   =========================== */
.preloader { position: fixed; inset: 0; background: var(--black); display: flex; align-items: center; justify-content: center; z-index: 10000; transition: opacity 0.6s ease, visibility 0.6s ease; }
.preloader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-inner { text-align: center; display: flex; flex-direction: column; align-items: center; }
.preloader-logo { width: 300px; opacity: 0; animation: fadeUp 0.8s ease forwards; margin-bottom: 16px; clip-path: inset(0 0 35% 0); margin-bottom: -20px; }
.preloader-line { width: 190px; height: 1px; background: transparent; position: relative; overflow: hidden; margin-left: 15px; }
.preloader-line::after { content: ''; position: absolute; left: 50%; top: 0; height: 100%; width: 0%; background: linear-gradient(to right, transparent, var(--gold) 20%, var(--gold) 80%, transparent); transform: translateX(-50%); animation: lineLoadCenter 1.5s ease forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes lineLoadCenter { from { width: 0%; } to { width: 100%; } }

/* ===========================
   Custom Cursor
   =========================== */
.cursor { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; position: fixed; pointer-events: none; z-index: 99999; transition: transform 0.1s ease; opacity: 0; }
.cursor.visible { opacity: 1; }
.cursor-follower { width: 35px; height: 35px; border: 2px solid #a8884a; border-radius: 50%; position: fixed; pointer-events: none; z-index: 99998; opacity: 0; transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease, border-color 0.3s ease; }
.cursor-follower.visible { opacity: 1; }

/* ===========================
   Navigation
   =========================== */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 22px 48px; transition: all var(--transition); }
.nav.scrolled { background: rgba(11, 11, 11, 0.95); padding: 16px 48px; backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,0.04); }
.nav-logo-img { height: 60px; width: auto; clip-path: inset(0 0 35% 0); }
.nav-links { display: flex; gap: 36px; }
.nav-links a { font-family: var(--font-nav); font-size: 0.82rem; font-weight: 400; letter-spacing: 0.08em; color: var(--white); opacity: 0.85; transition: opacity var(--transition); }
.nav-links a:hover { opacity: 1; }
.nav-phone { font-family: var(--font-display-sc); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; color: var(--gold); transition: color var(--transition); }
.nav-phone:hover { color: var(--white); }
.nav-menu-btn { display: none; background: none; border: none; flex-direction: column; gap: 6px; padding: 4px; }
.nav-menu-btn span { display: block; width: 24px; height: 1px; background: var(--white); transition: all var(--transition); }
.nav-menu-btn.active span:first-child { transform: rotate(45deg) translate(2.5px, 2.5px); }
.nav-menu-btn.active span:last-child { transform: rotate(-45deg) translate(2.5px, -2.5px); }

/* ===========================
   Mobile Menu
   =========================== */
.mobile-menu { position: fixed; inset: 0; background: var(--black); z-index: 999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all var(--transition); }
.mobile-menu.active { opacity: 1; visibility: visible; }
.mobile-menu-links { display: flex; flex-direction: column; align-items: center; gap: 28px; }
.mobile-menu-links a { font-family: var(--font-display); font-size: 2rem; font-weight: 400; color: var(--gray); transition: color var(--transition); }
.mobile-menu-links a:hover { color: var(--white); }
.mobile-menu-links .mobile-cta { font-family: var(--font-body); font-size: 1rem; margin-top: 16px; color: var(--gold); }

/* ===========================
   Buttons
   =========================== */
.btn { display: inline-block; font-family: var(--font-nav); font-size: 0.85rem; font-weight: 400; letter-spacing: 0.06em; padding: 16px 40px; border-radius: var(--radius); transition: all var(--transition); border: 1px solid transparent; text-align: center; }
.btn-primary { background: var(--gold); color: var(--black); border-color: var(--gold); }
.btn-primary:hover { background: var(--white); border-color: var(--white); }
.btn-outline-white { background: rgba(0,0,0,0.6); color: var(--white); border: 1px solid rgba(255,255,255,0.6); border-radius: 2px; font-family: var(--font-display-sc); font-size: 1.1rem; font-weight: 700; letter-spacing: 0.12em; padding: 18px 42px; backdrop-filter: blur(4px); }
.btn-outline-white:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.btn-full { width: 100%; }
.btn-gold-outline { background: transparent; color: var(--gold); border: 1px solid var(--gold); font-family: var(--font-display-sc); font-size: 0.95rem; letter-spacing: 0.1em; padding: 18px 44px; }
.btn-gold-outline:hover { background: var(--gold); color: var(--black); }
.btn-gold-filled { background: var(--gold); color: var(--black); border: 1px solid var(--gold); font-family: var(--font-display-sc); font-size: 0.76rem; letter-spacing: 0.1em; padding: 14px 34px; }
.btn-gold-filled:hover { background: rgba(255,255,255,0.1); color: var(--white); border-color: var(--gold); }

/* ===========================
   Hero Slider
   =========================== */
.hero { position: relative; height: 80vh; overflow: hidden; margin-top: 90px; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide-bright { filter: brightness(1.3); }
.hero-slide-dark { filter: brightness(0.4); }
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.45); z-index: 1; }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; text-align: center; padding: 0 20px; }
.hero-title { font-family: var(--font-display-sc); font-size: clamp(1.6rem, 3.5vw, 2.6rem); font-weight: 400; line-height: 1.3; margin-bottom: 24px; letter-spacing: 0.08em; }
.hero-dots { display: none; }
.hero-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.4); transition: background var(--transition); }
.hero-dot.active { background: var(--gold); }

/* ===========================
   Reviews Ticker
   =========================== */
.reviews-ticker { padding: 14px 0; background: var(--dark-2); border-top: 1px solid rgba(201,169,110,0.1); border-bottom: 1px solid rgba(201,169,110,0.1); overflow: hidden; }
.ticker-track { display: flex; width: max-content; }
.ticker-track:not(.locations-track) { animation: tickerScroll 20s linear infinite; }
.ticker-content { display: flex; align-items: center; gap: 0; flex-shrink: 0; }
.ticker-item { display: flex; align-items: center; gap: 8px; font-family: var(--font-display-sc); font-size: 0.85rem; font-weight: 400; letter-spacing: 0.06em; color: var(--white); white-space: nowrap; padding: 0 40px; }
.ticker-logo { height: 18px; width: auto; }
.ticker-stars { display: flex; gap: 2px; }
.ticker-stars .pointy-star { width: 12px; height: 12px; }
.ticker-divider { color: var(--gray-dark); font-size: 0.8rem; padding: 0 16px; }
@keyframes tickerScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ===========================
   Services
   =========================== */
.services { padding: 40px 0; background: var(--dark); }
.services-title { font-family: var(--font-display-sc); font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 400; text-align: center; margin-bottom: 30px; letter-spacing: 0.01em; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { display: block; border-radius: var(--radius-lg); overflow: hidden; position: relative; transition: transform var(--transition); }
.service-card:hover { transform: translateY(-6px); }
.service-img { aspect-ratio: 3/3.5; overflow: hidden; position: relative; }
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.service-card:hover .service-img img { transform: scale(1.05); }
.service-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%); }
.service-card h3 { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 24px; font-family: var(--font-display-sc); font-size: 1.9rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; text-align: center; z-index: 2; }

/* ===========================
   CTA Strip
   =========================== */
.cta-strip { padding: 28px 0; background: var(--dark-2); border-top: 1px solid rgba(201,169,110,0.1); border-bottom: 1px solid rgba(201,169,110,0.1); }
.cta-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-strip-text { font-family: var(--font-display-sc); font-size: 1.05rem; font-weight: 400; letter-spacing: 0.04em; color: var(--white); }
.cta-strip-inner .btn-primary { background: transparent; color: var(--white); border: 2px solid var(--white); font-family: var(--font-display-sc); font-size: 0.95rem; font-weight: 700; letter-spacing: 0.1em; padding: 18px 44px; margin-left: -20px; }
.cta-strip-inner .btn-primary:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }

/* ===========================
   Team
   =========================== */
.team { padding: 50px 0; border-top: 1px solid rgba(255,255,255,0.04); background: var(--dark); }
.team-title { font-family: var(--font-display-sc); font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 400; text-align: center; margin-bottom: 50px; letter-spacing: 0.04em; }
.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.team-card { text-align: center; }
.team-photo { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 16px; aspect-ratio: 3/4; position: relative; }
.team-photo::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.35); pointer-events: none; }
.team-card:nth-child(1) .team-photo::after { background: rgba(0,0,0,0.40); }
.team-card:nth-child(2) .team-photo::after { background: rgba(0,0,0,0.35); }
.team-card:nth-child(3) .team-photo::after { background: rgba(0,0,0,0.45); }
.team-card:nth-child(4) .team-photo::after { background: rgba(0,0,0,0.45); }
.team-card:nth-child(5) .team-photo::after { background: rgba(0,0,0,0.20); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.6s ease; }
.team-card:hover .team-photo img { transform: scale(1.04); }
.team-name { font-family: var(--font-display-sc); font-size: 1rem; font-weight: 400; letter-spacing: 0.04em; margin-bottom: 4px; }
.team-role { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray); }
.team-cta-link { text-align: center; margin-top: 36px; }
.team-meet-link { font-family: var(--font-display-sc); font-size: 0.82rem; letter-spacing: 0.08em; color: var(--gold); transition: color var(--transition); padding-bottom: 2px; border-bottom: 1px solid rgba(201,169,110,0.3); }
.team-meet-link:hover { color: var(--white); border-bottom-color: var(--white); }

/* ===========================
   Testimonials
   =========================== */
.testimonials { padding: 50px 0; background: var(--black); }
.testimonials-title { font-family: var(--font-display-sc); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 400; text-align: center; margin-bottom: 30px; letter-spacing: 0.04em; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { background: var(--dark); border: 1px solid rgba(255,255,255,0.04); border-radius: var(--radius-lg); padding: 28px 24px; transition: border-color var(--transition); }
.testimonial-card:hover { border-color: rgba(201,169,110,0.15); }
.testimonial-stars { color: var(--gold); margin-bottom: 12px; display: flex; justify-content: center; gap: 3px; }
.testimonial-text { font-family: var(--font-accent); font-size: 0.85rem; font-weight: 300; line-height: 1.7; color: var(--gray-light); margin-bottom: 16px; font-style: italic; }
.quote-mark { color: inherit; font-size: 1.2em; }
.testimonial-name { font-family: var(--font-display-sc); font-size: 0.92rem; font-weight: 400; color: var(--white); display: block; text-align: center; }
.pointy-star { width: 14px; height: 14px; fill: var(--gold); display: inline-block; }

/* ===========================
   Locations Ticker
   =========================== */
.locations-ticker { padding: 10px 0; background: var(--dark-2); border-bottom: 1px solid rgba(255,255,255,0.04); overflow: hidden; }
.locations-track { animation: none; }
.locations-track.scrolling { animation: locationsScroll 120s linear infinite !important; }
@keyframes locationsScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.locations-label { font-family: var(--font-display-sc); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; color: var(--gold); white-space: nowrap; padding-right: 16px; padding-left: 120px; }
.locations-list { font-family: var(--font-nav); font-size: 0.72rem; font-weight: 400; letter-spacing: 0.04em; color: var(--gray-light); white-space: nowrap; padding-right: 80px; word-spacing: 0.3em; }

/* ===========================
   Accomplishments
   =========================== */
.accomplishments { padding: 50px 0; border-top: 1px solid rgba(255,255,255,0.04); text-align: center; background: var(--black); }
.accomplishments-title { font-family: var(--font-display-sc); font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 400; letter-spacing: 0.08em; margin-bottom: 30px; }
.awards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; align-items: stretch; }
.award-card { background: var(--dark); border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 22px 20px; text-align: center; transition: border-color var(--transition); display: flex; flex-direction: column; align-items: center; }
.award-card:hover { border-color: rgba(201,169,110,0.2); }
.award-icon { margin-bottom: 8px; color: var(--gold); height: 40px; display: flex; align-items: center; justify-content: center; }
.award-icon svg { width: 28px; height: 28px; }
.zillow-badge { display: flex; align-items: center; justify-content: center; }
.zillow-badge-icon { position: relative; width: 40px; height: 40px; }
.zillow-z { width: 40px; height: 40px; border-radius: 8px; }
.zillow-star-overlay { position: absolute; top: -4px; right: -4px; width: 14px; height: 14px; color: var(--gold); filter: drop-shadow(0 1px 3px rgba(0,0,0,0.5)); }
.award-stars { font-size: 1.1rem; letter-spacing: 3px; color: var(--gold); }
.award-stars svg { width: 18px; height: 18px; display: inline-block; vertical-align: middle; fill: var(--gold); }
.award-title { font-family: var(--font-display-sc); font-size: 0.85rem; font-weight: 400; letter-spacing: 0.06em; margin-bottom: 8px; min-height: 1.2em; }
.award-dollar { font-family: var(--font-display-sc); font-size: 2rem; color: var(--gold); }
.award-sub { font-size: 0.72rem; font-weight: 300; color: var(--gray); line-height: 1.6; }

/* ===========================
   Aly Jay Brand Section
   =========================== */
.aly-brand { padding: 60px 0; border-top: 1px solid rgba(255,255,255,0.04); background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('images/work with us pic.png') center/cover no-repeat fixed; }
.aly-brand-inner { text-align: center; max-width: 500px; margin: 0 auto; }
.aly-brand-eyebrow { font-family: var(--font-nav); font-size: 0.65rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.aly-brand-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 400; font-style: italic; margin-bottom: 14px; }
.aly-brand-sub { font-size: 0.88rem; font-weight: 300; color: var(--gray-light); line-height: 1.7; margin-bottom: 28px; }

/* ===========================
   Contact
   =========================== */
.contact { padding: 80px 0; border-top: 1px solid rgba(255,255,255,0.04); background: var(--black); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; }
.contact-title { font-family: var(--font-display-sc); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 400; margin-bottom: 12px; letter-spacing: 0.08em; text-align: center; }
.contact-info-card { background: var(--dark); border: 1px solid rgba(255,255,255,0.04); border-radius: var(--radius-lg); padding: 32px; text-align: left; height: 100%; display: flex; flex-direction: column; }
.contact-intro { font-family: var(--font-accent); font-size: 0.88rem; font-weight: 300; font-style: italic; color: var(--gray-light); line-height: 1.6; margin-bottom: 22px; text-align: center; }
.contact-details { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; margin-left: 10px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; justify-content: flex-start; text-align: left; }
.contact-item-icon { width: 36px; height: 36px; min-width: 36px; border-radius: 50%; background: rgba(201,169,110,0.1); display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.contact-item-icon svg { width: 16px; height: 16px; color: var(--gold); }
.contact-label { display: block !important; font-family: var(--font-display-sc) !important; font-size: 1.1rem !important; font-weight: 400 !important; letter-spacing: 0.02em !important; color: var(--white) !important; margin-bottom: 2px !important; }
.contact-item a, .contact-item span { font-family: var(--font-nav); font-size: 0.88rem; font-weight: 400; letter-spacing: 0.02em; color: var(--gray-light); transition: color var(--transition); line-height: 1.5; }
.contact-item a:hover { color: var(--gold); }
.contact-socials { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.06); justify-content: center; margin-top: auto; }
.contact-socials a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.12); color: var(--white); transition: all var(--transition); padding: 0; }
.contact-socials a:hover { color: var(--gold); border-color: var(--gold); }
.contact-socials svg { width: 15px; height: 15px; }
.contact-socials-label { font-family: var(--font-display); font-size: 0.75rem; font-style: italic; color: var(--gray); margin-right: 6px; white-space: nowrap; display: flex; align-items: center; }
.form-intro { font-family: var(--font-display-sc); font-size: 1rem; font-weight: 400; letter-spacing: 0.04em; color: var(--white); text-align: center; margin-bottom: 14px; display: none; }
.contact-form { background: var(--dark); border: 1px solid rgba(255,255,255,0.04); border-radius: var(--radius-lg); padding: 32px; height: 100%; display: flex; flex-direction: column; }
.contact-form .btn-gold-outline { margin-top: auto; }
.form-group { margin-bottom: 12px; }
.form-group label { display: block; font-family: var(--font-display); font-size: 0.9rem; font-weight: 500; letter-spacing: 0.04em; color: var(--white); margin-bottom: 8px; transform: skewX(-4deg); text-align: left; }
.form-group input, .form-group textarea, .form-group select { width: 100%; background: rgba(201,169,110,0.1); border: 1px solid rgba(201,169,110,0.18); border-radius: var(--radius); padding: 12px 16px; font-family: var(--font-nav); font-size: 0.85rem; color: var(--white); transition: border-color var(--transition); outline: none; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--gray-dark); font-family: var(--font-nav); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--gold); }
.form-group select { appearance: none; background-color: rgba(201,169,110,0.1); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='%23c9a96e'%3E%3Cpath d='M0 0l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 18px center; padding-right: 42px; }
.form-group select option { background: var(--dark-2); color: var(--white); }
.form-group select option:disabled { color: var(--gray-dark); }
.form-group select:invalid { color: var(--gray-dark); }

/* ===========================
   Footer
   =========================== */
.footer { padding: 25px 0 16px; border-top: 1px solid rgba(255,255,255,0.04); background: var(--dark); }
.footer .container { padding-left: 20px; }
.footer-logo-img { height: 80px; width: auto; max-width: 250px; }
.footer-layout { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 10px; align-items: start; margin-bottom: 20px; padding-top: 10px; }
.footer-logo-col { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-left: -20px; }
.footer-located { font-family: var(--font-display); font-size: 0.72rem; font-style: italic; color: var(--gray); margin-top: 24px; margin-bottom: 4px; }
.footer-address-text { font-family: var(--font-display-sc); font-size: 0.72rem; font-weight: 400; letter-spacing: 0.06em; color: var(--white); text-align: center; line-height: 1.6; }
.footer-col { text-align: center; }
.footer-col h4 { font-family: var(--font-display-sc); font-size: 1.05rem; font-weight: 700; letter-spacing: 0.1em; color: var(--white); margin-bottom: 16px; }
.footer-col a, .footer-col span { display: block; font-size: 0.8rem; color: var(--white); padding: 2px 0; transition: color var(--transition); line-height: 1.5; }
.footer-col a:hover { color: var(--gold); }
.footer-icon { width: 13px; height: 13px; vertical-align: -2px; margin-right: 4px; color: var(--gold); display: inline-block; }
.footer-col span { display: flex; align-items: center; justify-content: center; gap: 0; }
.footer-social-icons { display: flex; gap: 14px; margin-top: 4px; justify-content: center; }
.footer-social-icons a { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--dark-3); color: var(--white); transition: all var(--transition); padding: 0; }
.footer-social-icons a:hover { background: var(--white); color: var(--black); }
.footer-social-icons svg { width: 12px; height: 12px; }
.footer-legal-col { text-align: right; }
.footer-mobile-legal { display: none; }
.footer-bottom { text-align: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.04); font-size: 0.68rem; color: var(--gray-dark); letter-spacing: 0.04em; }

/* ===========================
   Scroll Reveal Animation
   =========================== */
.reveal { opacity: 0; transform: translateY(25px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ===========================
   Phone Popup
   =========================== */
.phone-popup { position: fixed; inset: 0; z-index: 99990; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all .3s ease; }
.phone-popup.active { opacity: 1; visibility: visible; }
.phone-popup-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.7); backdrop-filter: blur(6px); }
.phone-popup-content { position: relative; background: #121212; border: 1px solid rgba(255,255,255,.06); border-radius: 16px; padding: 44px; max-width: 420px; width: 90%; text-align: center; transform: translateY(20px); transition: transform .3s ease; }
.phone-popup.active .phone-popup-content { transform: translateY(0); }
.phone-popup-close { position: absolute; top: 16px; right: 20px; background: none; border: none; color: #888; font-size: 1.4rem; transition: color .3s ease; }
.phone-popup-close:hover { color: #fff; }
.phone-popup-title { font-family: 'Playfair Display SC', serif; font-size: 1.6rem; font-weight: 400; letter-spacing: .06em; color: #fff; margin-bottom: 12px; }
.phone-popup-sub { font-family: 'Taviraj', serif; font-size: .88rem; font-weight: 300; font-style: italic; color: #aaa; line-height: 1.7; margin-bottom: 20px; }
.phone-popup-number { display: inline-block; font-family: 'Playfair Display SC', serif; font-size: 1.4rem; font-weight: 700; letter-spacing: .06em; color: #c9a96e; text-decoration: none; padding: 12px 30px; border: 1px solid #c9a96e; border-radius: 8px; transition: all .3s ease; }
.phone-popup-number:hover { background: #c9a96e; color: #0b0b0b; }

/* ===========================
   Responsive — 1024px
   =========================== */
@media (max-width: 1024px) {
    .container { padding: 0 30px; }
    .team-grid { grid-template-columns: repeat(3, 1fr); }
    .contact-grid { grid-template-columns: 1fr; gap: 50px; }
    .testimonials-grid { grid-template-columns: 1fr 1fr; }
}

/* ===========================
   Responsive — 768px
   =========================== */
@media (max-width: 768px) {
    .container { padding: 0 20px; }
    .nav { padding: 16px 24px; }
    .nav.scrolled { padding: 12px 24px; }
    .nav-links { display: none; }
    .nav-menu-btn { display: flex; }
    .form-intro { display: block !important; }
    .hero-title { font-size: clamp(2rem, 8vw, 3rem); }
    .services, .testimonials, .team, .contact { padding: 60px 0; }
    .services-grid { grid-template-columns: 1fr; max-width: 300px; margin: 0 auto; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .cta-strip-inner { flex-direction: column; text-align: center; align-items: center; }
    .cta-strip-inner .btn-primary { margin-left: 0; }
    .aly-brand { background-attachment: scroll !important; }
    .awards-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-layout { grid-template-columns: 1fr 1fr !important; gap: 20px !important; }
    .footer-legal-col { display: none !important; }
    .footer-bottom { display: flex; flex-direction: column; align-items: center; gap: 10px; }
    .footer-mobile-legal { display: flex !important; justify-content: space-between; width: 100%; padding-top: 4px; }
    .footer-mobile-legal a { font-family: var(--font-nav); font-size: 0.68rem; color: var(--gray-dark); }
    .cursor, .cursor-follower { display: none !important; }
    * { cursor: auto !important; }
}

/* ===========================
   Responsive — 480px
   =========================== */
@media (max-width: 480px) {
    .team-grid { grid-template-columns: 1fr; max-width: 280px; margin: 0 auto; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b5e8a7 */*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: var(--font-body);
    background: var(--black);
    color: var(--white);
    font-weight: 300;
    line-height: 1.6;
    overflow-x: hidden;
    cursor: none;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
a, button, input, textarea, select { cursor: none; }
* { cursor: none !important; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ===========================
   Preloader
   =========================== */
.preloader {
    position: fixed;
    inset: 0;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.preloader-logo {
    width: 300px;
    opacity: 0;
    animation: fadeUp 0.8s ease forwards;
    margin-bottom: 16px;
    clip-path: inset(0 0 35% 0);
    margin-bottom: -20px;
}

.preloader-text {
    font-family: var(--font-display-sc);
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    color: var(--white);
    opacity: 0;
    animation: fadeUp 0.8s ease forwards;
    margin-bottom: 16px;
}

.preloader-line {
    width: 190px;
    height: 1px;
    background: transparent;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
}

.preloader-line::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, transparent, var(--gold) 20%, var(--gold) 80%, transparent);
    transform: translateX(-50%);
    animation: lineLoadCenter 1.5s ease forwards;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes lineLoadCenter {
    from { width: 0%; }
    to { width: 100%; }
}

/* ===========================
   Custom Cursor
   =========================== */
.cursor {
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 99999;
    transition: transform 0.1s ease;
    opacity: 0;
}

.cursor.visible {
    opacity: 1;
}

.cursor-follower {
    width: 35px;
    height: 35px;
    border: 2px solid #a8884a;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 99998;
    opacity: 0;
}

.cursor-follower.visible {
    opacity: 1;
}
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease, border-color 0.3s ease;
}

/* Navigation styles are in index.html <style> tag to prevent conflicts */

.nav-menu-btn span {
    display: block;
    width: 24px;
    height: 1px;
    background: var(--white);
    transition: all var(--transition);
}

.nav-menu-btn.active span:first-child {
    transform: rotate(45deg) translate(2.5px, 2.5px);
}

.nav-menu-btn.active span:last-child {
    transform: rotate(-45deg) translate(2.5px, -2.5px);
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    inset: 0;
    background: var(--black);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition);
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.mobile-menu-links a {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 400;
    color: var(--gray);
    transition: color var(--transition);
}

.mobile-menu-links a:hover {
    color: var(--white);
}

.mobile-menu-links .mobile-cta {
    font-family: var(--font-body);
    font-size: 1rem;
    margin-top: 16px;
    color: var(--gold);
}

/* ===========================
   Buttons
   =========================== */
.btn {
    display: inline-block;
    font-family: var(--font-nav);
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    padding: 16px 40px;
    border-radius: var(--radius);
    transition: all var(--transition);
    border: 1px solid transparent;
    text-align: center;
}

.btn-primary {
    background: var(--gold);
    color: var(--black);
    border-color: var(--gold);
}

.btn-primary:hover {
    background: var(--white);
    border-color: var(--white);
}

.btn-outline-white {
    background: rgba(0, 0, 0, 0.6);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    font-family: var(--font-display-sc);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 18px 42px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.btn-outline-white:hover {
    background: var(--white);
    color: var(--black);
    border-color: var(--white);
}

.btn-full {
    width: 100%;
}

/* ===========================
   Hero Slider
   =========================== */
.hero {
    position: relative;
    height: 80vh;
    overflow: hidden;
    margin-top: 90px;
}

.hero-slides {
    position: absolute;
    inset: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease;
}

.hero-slide.active {
    opacity: 1;
}

.hero-slide-bright {
    filter: brightness(1.3);
}

.hero-slide-dark {
    filter: brightness(0.4);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 0 20px;
}

.hero-title {
    font-family: var(--font-display-sc);
    font-size: clamp(1.6rem, 3.5vw, 2.6rem);
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
    letter-spacing: 0.08em;
}

.hero-dots {
    display: none;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: background var(--transition);
    cursor: none;
}

.hero-dot.active {
    background: var(--gold);
}

/* ===========================
   Services
   =========================== */
.services {
    padding: 40px 0;
    background: var(--dark);
}

.services-title {
    font-family: var(--font-display-sc);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.01em;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    display: block;
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: relative;
    transition: transform var(--transition);
}

.service-card:hover {
    transform: translateY(-6px);
}

.service-img {
    aspect-ratio: 3/3.5;
    overflow: hidden;
    position: relative;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card:hover .service-img img {
    transform: scale(1.05);
}

.service-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
}

.service-card h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 24px;
    font-family: var(--font-display-sc);
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}

/* ===========================
   Reviews Bar
   =========================== */
/* Locations Ticker */
.locations-ticker {
    padding: 10px 0;
    background: var(--dark-2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.locations-track {
    animation: none;
}

.locations-track.scrolling {
    animation: locationsScroll 120s linear infinite !important;
}

@keyframes locationsScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.locations-label {
    font-family: var(--font-display-sc);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--gold);
    white-space: nowrap;
    padding-right: 16px;
    padding-left: 120px;
}

.locations-list {
    font-family: var(--font-nav);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--gray-light);
    white-space: nowrap;
    padding-right: 80px;
    word-spacing: 0.3em;
}

/* Reviews Ticker */
.reviews-ticker {
    padding: 14px 0;
    margin: 0;
    background: var(--dark-2);
    border-top: 1px solid rgba(201, 169, 110, 0.1);
    border-bottom: 1px solid rgba(201, 169, 110, 0.1);
    overflow: hidden;
}

.ticker-track {
    display: flex;
    width: max-content;
}

.ticker-track:not(.locations-track) {
    animation: tickerScroll 20s linear infinite;
}

.ticker-content {
    display: flex;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-display-sc);
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: var(--white);
    white-space: nowrap;
    padding: 0 40px;
}

.ticker-logo {
    height: 18px;
    width: auto;
}

.ticker-stars {
    display: flex;
    gap: 2px;
}

.ticker-stars .pointy-star {
    width: 12px;
    height: 12px;
}

.ticker-divider {
    color: var(--gray-dark);
    font-size: 0.8rem;
    padding: 0 16px;
}

@keyframes tickerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.reviews-bar {
    padding: 30px 0;
    background: var(--dark);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.reviews-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.review-platform {
    text-align: center;
    border: 2px solid var(--gold);
    border-radius: 8px;
    padding: 16px 80px;
}

.review-logo {
    margin-bottom: 2px;
}

.review-logo img {
    height: 24px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.review-source {
    display: block;
    font-family: var(--font-display-sc);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
    color: var(--white);
}

.review-stars {
    color: var(--gold);
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    gap: 3px;
}

.pointy-star {
    width: 14px;
    height: 14px;
    fill: var(--gold);
    display: inline-block;
}

.review-count {
    font-family: var(--font-display-sc);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--white);
    margin-bottom: 4px;
}

.review-divider {
    display: none;
}

/* ===========================
   CTA Strip
   =========================== */
.cta-strip {
    padding: 28px 0;
    background: var(--dark-2);
    border-top: 1px solid rgba(201, 169, 110, 0.1);
    border-bottom: 1px solid rgba(201, 169, 110, 0.1);
}

.cta-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cta-strip-text {
    font-family: var(--font-display-sc);
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--white);
}

.cta-strip-inner .btn-primary {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
    font-family: var(--font-display-sc);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 18px 44px;
    margin-left: -20px;
}

.btn-gold-outline {
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
    font-family: var(--font-display-sc);
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    padding: 18px 44px;
}

.cta-strip-inner .btn-primary:hover,
.btn-gold-outline:hover {
    background: var(--gold);
    color: var(--black);
}

.btn-gold-filled {
    background: var(--gold);
    color: var(--black);
    border: 1px solid var(--gold);
    font-family: var(--font-display-sc);
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    padding: 14px 34px;
}

.btn-gold-filled:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border-color: var(--gold);
}

/* ===========================
   Testimonials
   =========================== */
.testimonials {
    padding: 50px 0;
    background: var(--black);
}

.testimonials-title {
    font-family: var(--font-display-sc);
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.04em;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testimonial-card {
    background: var(--dark);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    transition: border-color var(--transition);
}

.testimonial-card:hover {
    border-color: rgba(201, 169, 110, 0.15);
}

.testimonial-stars {
    color: var(--gold);
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    gap: 3px;
}

.testimonial-text {
    font-family: var(--font-accent);
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--gray-light);
    margin-bottom: 16px;
    font-style: italic;
}

.quote-mark {
    color: inherit;
    font-size: 1.2em;
}

.testimonial-name {
    font-family: var(--font-display-sc);
    font-size: 0.92rem;
    font-weight: 400;
    color: var(--white);
    display: block;
    text-align: center;
}

/* ===========================
   Team
   =========================== */
.team {
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: var(--dark);
}

.team-title {
    font-family: var(--font-display-sc);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.04em;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.team-card {
    text-align: center;
}

.team-photo {
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 16px;
    aspect-ratio: 3/4;
    position: relative;
}

.team-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

/* Per-agent brightness balancing - homepage */
.team-card:nth-child(1) .team-photo::after { background: rgba(0, 0, 0, 0.40); } /* Aly - bright bg */
.team-card:nth-child(2) .team-photo::after { background: rgba(0, 0, 0, 0.35); } /* Katelynn - bright bg */
.team-card:nth-child(3) .team-photo::after { background: rgba(0, 0, 0, 0.45); } /* Cara - very bright */
.team-card:nth-child(4) .team-photo::after { background: rgba(0, 0, 0, 0.45); } /* Hannah - bright */
.team-card:nth-child(5) .team-photo::after { background: rgba(0, 0, 0, 0.20); } /* Lauryn - already dark */

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.6s ease;
}

.team-card:hover .team-photo img {
    transform: scale(1.04);
}

.team-name {
    font-family: var(--font-display-sc);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.team-role {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gray);
}

.team-cta-link {
    text-align: center;
    margin-top: 36px;
}

.team-meet-link {
    font-family: var(--font-display-sc);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    color: var(--gold);
    transition: color var(--transition);
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(201, 169, 110, 0.3);
}

.team-meet-link:hover {
    color: var(--white);
    border-bottom-color: var(--white);
}

/* ===========================
   Contact
   =========================== */
.contact {
    padding: 80px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: var(--black);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.contact-title {
    font-family: var(--font-display-sc);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin-bottom: 12px;
    letter-spacing: 0.08em;
    text-align: center;
}

.contact-info-card {
    background: var(--dark);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: var(--radius-lg);
    padding: 32px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-intro {
    font-family: var(--font-accent);
    font-size: 0.88rem;
    font-weight: 300;
    font-style: italic;
    color: var(--gray-light);
    line-height: 1.6;
    margin-bottom: 22px;
    text-align: center;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
    margin-left: 10px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    justify-content: flex-start;
    text-align: left;
}

.contact-item-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: rgba(201, 169, 110, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.contact-item-icon svg {
    width: 16px;
    height: 16px;
    color: var(--gold);
}

.contact-label {
    display: block !important;
    font-family: var(--font-display-sc) !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
    color: var(--white) !important;
    margin-bottom: 2px !important;
}

.contact-item a,
.contact-item span {
    font-family: var(--font-nav);
    font-size: 0.88rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: var(--gray-light);
    transition: color var(--transition);
    line-height: 1.5;
}

.contact-item a:hover {
    color: var(--gold);
}

.contact-socials {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    justify-content: center;
    margin-top: auto;
}

.contact-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--white);
    transition: all var(--transition);
    padding: 0;
}

.contact-socials a:hover {
    color: var(--gold);
    border-color: var(--gold);
}

.contact-socials svg {
    width: 15px;
    height: 15px;
}

.contact-socials-label {
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-style: italic;
    color: var(--gray);
    margin-right: 6px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.form-intro {
    font-family: var(--font-display-sc);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--white);
    text-align: center;
    margin-bottom: 14px;
    display: none;
}

@media (max-width: 768px) {
    .form-intro {
        display: block !important;
    }
}

/* Form */
.contact-form {
    background: var(--dark);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: var(--radius-lg);
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-form .btn-gold-outline {
    margin-top: auto;
}

.form-group {
    margin-bottom: 12px;
}

.form-group label {
    display: block;
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.04em;
    color: var(--white);
    margin-bottom: 8px;
    transform: skewX(-4deg);
    text-align: left;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    background: rgba(201, 169, 110, 0.1);
    border: 1px solid rgba(201, 169, 110, 0.18);
    border-radius: var(--radius);
    padding: 12px 16px;
    font-family: var(--font-nav);
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: var(--white);
    transition: border-color var(--transition);
    outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--gray-dark);
    font-family: var(--font-nav);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--gold);
}

.form-group select {
    appearance: none;
    background-color: rgba(201, 169, 110, 0.1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='%23c9a96e'%3E%3Cpath d='M0 0l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 42px;
}

.form-group select option {
    background: var(--dark-2);
    color: var(--white);
    font-family: var(--font-nav);
    padding: 10px;
}

.form-group select option:disabled {
    color: var(--gray-dark);
}

.form-group select:invalid {
    color: var(--gray-dark);
}

/* ===========================
   Aly Jay Brand
   =========================== */
.aly-brand {
    padding: 60px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('images/work with us pic.png') center/cover no-repeat fixed;
}

.aly-brand-inner {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.aly-brand-eyebrow {
    font-family: var(--font-nav);
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}

.aly-brand-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 400;
    font-style: italic;
    margin-bottom: 14px;
}

.aly-brand-title em {
    font-style: italic;
}

.aly-brand-sub {
    font-size: 0.88rem;
    font-weight: 300;
    color: var(--gray-light);
    line-height: 1.7;
    margin-bottom: 28px;
}

/* ===========================
   Accomplishments
   =========================== */
.accomplishments {
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    text-align: center;
    background: var(--black);
}

.accomplishments-title {
    font-family: var(--font-display-sc);
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-bottom: 30px;
}

.accomplishments-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 20px;
}

.accomplishment-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--white);
    transition: all var(--transition);
}

.accomplishment-link:hover {
    color: var(--gold);
    border-color: var(--gold);
}

.accomplishment-link svg {
    width: 18px;
    height: 18px;
}

.accomplishment-label {
    font-family: var(--font-display-sc);
    font-size: 0.6rem;
    letter-spacing: 0.05em;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: stretch;
}

.award-card {
    background: var(--dark);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 22px 20px;
    text-align: center;
    transition: border-color var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.award-card:hover {
    border-color: rgba(201, 169, 110, 0.2);
}

.award-icon {
    margin-bottom: 8px;
    color: var(--gold);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-icon svg {
    width: 28px;
    height: 28px;
}

.zillow-badge {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zillow-badge-icon {
    position: relative;
    width: 40px;
    height: 40px;
}

.zillow-z {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.zillow-star-overlay {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 14px;
    height: 14px;
    color: var(--gold);
    filter: drop-shadow(0 1px 3px rgba(0,0,0,0.5));
}

.award-stars {
    font-size: 1.1rem;
    letter-spacing: 3px;
    color: var(--gold);
}

.award-stars svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    fill: var(--gold);
}

.award-title {
    font-family: var(--font-display-sc);
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
    min-height: 1.2em;
}

.award-dollar {
    font-family: var(--font-display-sc);
    font-size: 2rem;
    color: var(--gold);
}

.award-sub {
    font-size: 0.72rem;
    font-weight: 300;
    color: var(--gray);
    line-height: 1.6;
}

/* ===========================
   Footer
   =========================== */
.footer {
    padding: 25px 0 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: var(--dark);
}

.footer .container {
    padding-left: 20px;
}

.footer-logo-center {
    display: none;
}

.footer-logo-img {
    height: 80px;
    width: auto;
    max-width: 250px;
}

.footer-columns {
    /* overridden by .footer-layout */
}

.footer-3col {
    grid-template-columns: auto auto 1fr 1fr 1fr;
    align-items: start;
    gap: 50px;
}

.footer-logo-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
}

.footer-address-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin-left: -40px;
}

.footer-located {
    font-family: var(--font-display);
    font-size: 0.72rem;
    font-style: italic;
    color: var(--gray);
    margin-top: 24px;
    margin-bottom: 4px;
}

.footer-address-text {
    font-family: var(--font-display-sc);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: var(--white);
    text-align: center;
    line-height: 1.6;
}

.footer-col {
    text-align: center;
}

.footer-col h4 {
    font-family: var(--font-display-sc);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--white);
    margin-bottom: 16px;
}

.footer-col:last-child {
    text-align: center;
}

.footer-col:last-child a {
    justify-content: center;
    font-family: var(--font-nav);
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    color: var(--gray-light);
}

.footer-social-icons {
    justify-content: center;
}

.footer-col a,
.footer-col span {
    display: block;
    font-size: 0.8rem;
    color: var(--white);
    padding: 2px 0;
    transition: color var(--transition);
    line-height: 1.5;
}

.footer-col a:hover {
    color: var(--gold);
}

.footer-icon {
    width: 13px;
    height: 13px;
    vertical-align: -2px;
    margin-right: 4px;
    color: var(--gold);
    display: inline-block;
}

.footer-col span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.footer-col:last-child span {
    justify-content: flex-end;
}

.footer-address {
    margin-top: 4px;
}

.footer-social-icons {
    display: flex;
    gap: 14px;
    margin-top: 4px;
}

.footer-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: var(--dark-3);
    color: var(--black);
    transition: all var(--transition);
    padding: 0;
}

.footer-social-icons a:hover {
    background: var(--white);
    color: var(--black);
}

.footer-social-icons svg {
    width: 12px;
    height: 12px;
}

.footer-layout {
    display: grid;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
    gap: 10px;
    align-items: start;
    margin-bottom: 20px;
    padding-top: 10px;
}

.footer-layout > .footer-col {
    margin-top: 20px;
}

.footer-legal-col {
    text-align: right;
}

.footer-legal-col a {
    justify-content: flex-end;
}

.footer-mobile-legal {
    display: none;
}

.footer-legal-row {
    display: none;
}

.footer-legal-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px;
}

.footer-legal-row a {
    font-family: var(--font-nav);
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--gray-light);
    transition: color var(--transition);
}

.footer-legal-row a:hover {
    color: var(--gold);
}

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 0.68rem;
    color: var(--gray-dark);
    letter-spacing: 0.04em;
}

/* ===========================
   Scroll Animations
   =========================== */
.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===========================
   Responsive
   =========================== */
@media (max-width: 1024px) {
    .container { padding: 0 30px; }
    .team-grid { grid-template-columns: repeat(3, 1fr); }
    .contact-grid { grid-template-columns: 1fr; gap: 50px; }
    .testimonials-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .container { padding: 0 20px; }
    /* Nav mobile styles in index.html */

    .footer-layout,
    .footer-columns {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }
    .footer-logo-col {
        grid-column: 1;
        grid-row: 1;
        justify-content: center;
        align-items: center;
        text-align: center;
        display: flex;
        margin-left: 0 !important;
    }
    .footer-logo-col img {
        margin: 0 auto;
    }
    .footer-address-col {
        grid-column: 1 !important;
        grid-row: 2 !important;
        align-items: center !important;
        text-align: center !important;
        margin-top: -45px !important;
        margin-left: 20px !important;
        display: flex !important;
        flex-direction: column !important;
    }
    .footer-col:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .footer-col:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .footer-social-icons { justify-content: center; }
    .footer-legal-col {
        display: none !important;
    }

    .footer-legal-col {
        display: none !important;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footer-bottom::after {
        content: none;
    }

    .footer-mobile-legal {
        display: flex !important;
        justify-content: space-between;
        width: 100%;
        padding-top: 4px;
    }

    .footer-mobile-legal a {
        font-family: var(--font-nav);
        font-size: 0.68rem;
        color: var(--gray-dark);
    }

    .footer-layout {
        text-align: center;
    }

    .footer-logo-col,
    .footer-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-title { font-size: clamp(2rem, 8vw, 3rem); }

    .services, .testimonials, .team, .contact { padding: 60px 0; }

    .services-grid { grid-template-columns: 1fr; max-width: 300px; margin: 0 auto; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: repeat(2, 1fr); }

    .reviews-grid { flex-wrap: wrap; gap: 30px; }
    .review-divider { display: none; }

    .contact-form { padding: 30px 24px; }

    /* footer-columns override removed - using footer-layout instead */

    .cta-strip-inner {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .cta-strip-inner .btn-primary {
        margin-left: 0;
    }

    .aly-brand {
        background-attachment: scroll !important;
    }

    .contact-info-card {
        text-align: center;
    }

    .contact-item {
        justify-content: center;
    }

    .contact-details {
        margin-left: 0 !important;
        align-items: flex-start !important;
        padding-left: 20px !important;
    }

    .contact-item {
        justify-content: flex-start !important;
        width: 100%;
    }

    .contact-socials {
        justify-content: center;
    }

    .contact-title {
        text-align: center;
    }

    .contact-grid {
        text-align: center;
    }

    .awards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cursor, .cursor-follower {
        display: none !important;
    }

    * {
        cursor: auto !important;
    }
}

@media (max-width: 480px) {
    .team-grid { grid-template-columns: 1fr; max-width: 280px; margin: 0 auto; }
    .footer-columns { grid-template-columns: 1fr; }
}


/* Phone Popup */
.phone-popup{position:fixed;inset:0;z-index:99990;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}
.phone-popup.active{opacity:1;visibility:visible}
.phone-popup-overlay{position:absolute;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.phone-popup-content{position:relative;background:#121212;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:44px;max-width:420px;width:90%;text-align:center;transform:translateY(20px);transition:transform .3s ease}
.phone-popup.active .phone-popup-content{transform:translateY(0)}
.phone-popup-close{position:absolute;top:16px;right:20px;background:none;border:none;color:#888;font-size:1.4rem;transition:color .3s ease}
.phone-popup-close:hover{color:#fff}
.phone-popup-title{font-family:'Playfair Display SC',serif;font-size:1.6rem;font-weight:400;letter-spacing:.06em;color:#fff;margin-bottom:12px}
.phone-popup-sub{font-family:'Taviraj',serif;font-size:.88rem;font-weight:300;font-style:italic;color:#aaa;line-height:1.7;margin-bottom:20px}
.phone-popup-number{display:inline-block;font-family:'Playfair Display SC',serif;font-size:1.4rem;font-weight:700;letter-spacing:.06em;color:#c9a96e;text-decoration:none;padding:12px 30px;border:1px solid #c9a96e;border-radius:8px;transition:all .3s ease}
.phone-popup-number:hover{background:#c9a96e;color:#0b0b0b}/* End custom CSS */