/* ========== INSTAGRAM PAGE STYLES ========== */ .ig-hero { position: relative; width: 100%; padding: 140px 0 80px; background: linear-gradient(135deg, #D4C5B0, #C4B299, #B8A488); border-bottom: 1px solid var(--color-accent); text-align: center; } [data-theme="dark"] .ig-hero { background: #222 !important; } .ig-hero__label { font-size: 12px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--color-accent); margin-bottom: var(--space-4); } .ig-hero__title { font-family: var(--font-display); font-size: clamp(40px, 6vw, 64px); font-weight: 400; line-height: 1.1; color: #2C2C2C; margin-bottom: var(--space-4); } [data-theme="dark"] .ig-hero__title { color: #F5F0EA !important; } .ig-hero__subtitle { font-size: clamp(14px, 1.4vw, 17px); font-weight: 300; color: #4a3f33; max-width: 560px; margin: 0 auto var(--space-8); line-height: 1.7; } [data-theme="dark"] .ig-hero__subtitle { color: rgba(245,240,234,0.75) !important; } .ig-hero__handle { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); border: 1px solid rgba(196,162,101,0.3); border-radius: 100px; padding: 12px 24px; font-size: 16px; font-weight: 500; color: var(--color-accent); letter-spacing: 0.05em; transition: background var(--transition-interactive), transform var(--transition-interactive); } .ig-hero__handle:hover { background: rgba(255,255,255,0.85); transform: translateY(-2px); } .ig-hero__handle svg { width: 20px; height: 20px; } /* Stats strip */ .ig-stats { padding: clamp(48px, 6vw, 64px) 0; background: var(--color-taupe); } [data-theme="dark"] .ig-stats { background: #2a2520; } .ig-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-8); text-align: center; } .ig-stats__value { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 42px); color: var(--color-text); margin-bottom: var(--space-2); } .ig-stats__label { font-size: 12px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-text); opacity: 0.65; } @media (max-width: 768px) { .ig-stats__grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-4); } } /* Elfsight widget section */ .ig-feed-section { padding: clamp(64px, 8vw, 96px) 0; background: var(--color-bg); } .ig-feed-section__header { text-align: center; margin-bottom: var(--space-12); } .ig-feed-placeholder { min-height: 400px; border: 2px dashed rgba(196,162,101,0.3); border-radius: 8px; display: flex; align-items: center; justify-content: center; background: rgba(196,162,101,0.04); padding: var(--space-8); text-align: center; } .ig-feed-placeholder__inner { max-width: 480px; } .ig-feed-placeholder__icon { font-size: 48px; margin-bottom: var(--space-4); opacity: 0.4; } .ig-feed-placeholder__title { font-family: var(--font-display); font-size: 22px; color: var(--color-text); margin-bottom: var(--space-3); } .ig-feed-placeholder__text { font-size: 14px; font-weight: 300; opacity: 0.6; line-height: 1.7; margin-bottom: var(--space-3); } .ig-feed-placeholder__code { font-family: monospace; font-size: 12px; background: rgba(196,162,101,0.1); padding: 4px 10px; border-radius: 4px; color: var(--color-accent); } /* Content themes section */ .ig-themes { padding: clamp(64px, 8vw, 96px) 0; background: #1A1A1A; } .ig-themes__header { text-align: center; margin-bottom: var(--space-12); } .ig-themes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); } @media (max-width: 768px) { .ig-themes__grid { grid-template-columns: 1fr; gap: var(--space-4); } } .ig-theme-card { padding: var(--space-8); background: rgba(255,255,255,0.04); border: 1px solid rgba(196,162,101,0.12); border-radius: 8px; } .ig-theme-card__emoji { font-size: 32px; margin-bottom: var(--space-4); } .ig-theme-card__title { font-family: var(--font-display); font-size: 22px; color: #F5F0EA; margin-bottom: var(--space-3); } .ig-theme-card__text { font-size: 14px; font-weight: 300; color: #F5F0EA; opacity: 0.65; line-height: 1.7; } /* Follow CTA */ .ig-follow { padding: clamp(64px, 8vw, 96px) 0; background: var(--color-bg); text-align: center; } .ig-follow__title { font-family: var(--font-display); font-size: clamp(32px, 5vw, 56px); font-weight: 400; color: var(--color-text); margin-bottom: var(--space-4); } .ig-follow__text { font-size: 16px; font-weight: 300; opacity: 0.7; max-width: 520px; margin: 0 auto var(--space-8); line-height: 1.7; } .ig-follow__platforms { display: flex; gap: var(--space-4); justify-content: center; flex-wrap: wrap; margin-bottom: var(--space-8); } .ig-platform-btn { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--color-accent); color: var(--color-accent); padding: 14px 28px; font-family: var(--font-body); font-size: 13px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; background: transparent; transition: background var(--transition-interactive), color var(--transition-interactive), transform var(--transition-interactive); border-radius: 0; } .ig-platform-btn:hover { background: var(--color-accent); color: var(--color-bg); transform: translateY(-2px); } .ig-platform-btn svg { width: 18px; height: 18px; } /* Posting schedule */ .ig-schedule { background: rgba(196,162,101,0.06); border: 1px solid rgba(196,162,101,0.2); border-radius: 8px; padding: var(--space-8); max-width: 640px; margin: 0 auto; } .ig-schedule__title { font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-accent); margin-bottom: var(--space-4); } .ig-schedule__items { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); } @media (max-width: 480px) { .ig-schedule__items { grid-template-columns: 1fr; } } .ig-schedule__item { display: flex; align-items: flex-start; gap: 10px; } .ig-schedule__dot { width: 8px; height: 8px; background: var(--color-accent); border-radius: 50%; margin-top: 5px; flex-shrink: 0; } .ig-schedule__text { font-size: 14px; font-weight: 300; line-height: 1.6; opacity: 0.8; } /* Accessibility: universal focus-visible ring */ *:focus-visible { outline: 2px solid var(--color-accent) !important; outline-offset: 3px !important; } a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--color-accent) !important; outline-offset: 3px !important; border-radius: 2px; } /* Accessibility: skip-to-main link */ .skip-link { position: absolute; top: -100%; left: var(--space-4, 16px); background: var(--color-accent); color: #1A1A1A; font-size: 14px; font-weight: 600; padding: 8px 16px; border-radius: 0 0 4px 4px; z-index: 99999; transition: top 0.2s; } .skip-link:focus { top: 0; }

Meet Your Desert Realty Experts

Passion, expertise, and personalized service for every step of your real estate journey.

Social Media

Desert Life, Daily

Follow @amiearbidrealestate on Instagram for twice-daily desert lifestyle content β€” stunning architecture, golden-hour sunsets, top restaurants, golf courses, and the authentic beauty of Coachella Valley living.

@amiearbidrealestate
2Γ— Daily
Posts Per Day
365
Days Per Year
Desert
Lifestyle Focus
9
Communities Featured

Our Instagram Feed

Live photos from @amiearbidrealestate β€” updated twice daily with the best of desert living.

Fresh Desert Content Twice Daily

Our content strategy is rooted in authentic desert lifestyle β€” not just listings. We post consistently across our social channels every day.

πŸŒ…

Desert Sunsets & Architecture

Breathtaking golden-hour photography of the Coachella Valley's most iconic homes, resorts, and landscapes. The kind of content that makes people fall in love with the desert.

🍽️

Dining & Nightlife

From El Paseo's upscale dining to hidden local gems β€” we explore the best restaurants, rooftop bars, and food experiences in Palm Desert, La Quinta, and Palm Springs.

β›³

Golf & Outdoor Living

PGA West fairways, mountain hikes at Joshua Tree, pool days, hot springs β€” we showcase the outdoor lifestyle that makes the Coachella Valley one of America's most desirable places to live.

🏠

Real Estate Spotlights

Featured listings, recent sales, and neighborhood spotlights. We showcase the incredible homes across all 9 Coachella Valley communities with professional photography and market context.

πŸ“Š

Market Insights

Bite-sized market updates, interest rate commentary, and local real estate trends β€” presented in a clear, engaging format that helps buyers and sellers make informed decisions.

πŸŽ‰

Events & Festivals

Coachella, Stagecoach, BNP Paribas Open, Desert Trip, gallery walks, farmers markets β€” we capture the energy of the valley's world-class event calendar throughout the year.

Follow the Desert Life

Join thousands of desert lovers following @amiearbidrealestate for daily inspiration. Whether you're already a desert resident, planning a move, or just dreaming of the lifestyle β€” we'd love to connect.

Our Posting Schedule
Morning post β€” 8am PT daily. Desert sunrise, coffee culture, market tip of the day.
Evening post β€” 6pm PT daily. Lifestyle, dining, architecture, or new listing spotlight.
Stories β€” Updated throughout the day with behind-the-scenes and market moments.
Reels β€” Weekly video content: community tours, listing walkthroughs, and event coverage.

Direct Contact

Ready to Make Your Move?

Salesperson license first issued May 11, 2000; broker license first issued November 1, 2005. Whether you’re buying, selling, or investing — call me directly.

📞 (760) 880-2028 ✉ Email Amie

DRE #01280377 · Coldwell Banker Realty · Coachella Valley

Before You Go…

Get your free Coachella Valley Market Report delivered straight to your inbox.

Get Your Personalized Results

Enter your info and we'll send your results right away.

Opens the chat interface for Dune, the AI concierge.