/* ========== 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; }
About Us
Passion, expertise, and personalized service for every step of your real estate journey.
Social Media
Follow @payalsellshomes 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.
@payalsellshomesLatest Posts
Live photos from @payalsellshomes — updated twice daily with the best of desert living.
Replace this placeholder with your Elfsight Instagram Feed widget. Sign up or log in at elfsight.com, connect your @payalsellshomes account, customize the layout, then paste the widget code into the id="elfsight-instagram" div.
In the meantime, visit us directly on Instagram:
View on InstagramWhat We Post
Our content strategy is rooted in authentic desert lifestyle — not just listings. We partner with OpenClaw to post consistently across every platform, every day.
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.
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.
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.
Featured listings, recent sales, and neighborhood spotlights. We showcase the incredible homes across all 9 Coachella Valley communities with professional photography and market context.
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.
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.
Connect With Us
Join thousands of desert lovers following @payalsellshomes for daily inspiration. Whether you're already a desert resident, planning a move, or just dreaming of the lifestyle — we'd love to connect.