:root {
    --primary: #c8a96e;       /* Warm gold/travertine */
    --primary-hover: #a8864a;
    --dark: #1a1714;
    --dark-2: #2a2420;
    --mid: #4a4440;
    --text-body: #6b6560;
    --bg-light: #faf9f7;
    --bg-stone: #f3f0ec;
    --border: #e8e3dc;
    --white: #ffffff;

    --font-serif: 'Cormorant Garamond', serif;
    --font-sans: 'Inter', sans-serif;
    --radius: 4px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
    --shadow-lg: 0 12px 30px rgba(0,0,0,0.12);
    --transition: all 0.3s ease;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); color: var(--text-body); background: #fff; line-height: 1.7; }
h1,h2,h3,h4 { font-family: var(--font-serif); color: var(--dark); font-weight: 600; line-height: 1.2; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
img { display: block; width: 100%; }
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }

/* Buttons */
.btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 13px 28px; border-radius: var(--radius);
    font-family: var(--font-sans); font-weight: 600;
    font-size: 1rem; letter-spacing: 0.3px;
    border: 2px solid transparent; cursor: pointer; transition: var(--transition);
}
.btn-xl { padding: 18px 40px; font-size: 1.1rem; }
.btn-primary { background: var(--primary); color: var(--dark); border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-hover); border-color: var(--primary-hover); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(200,169,110,0.35); }
.btn-ghost { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.6); color: white; backdrop-filter: blur(4px); }
.btn-ghost:hover { background: white; color: var(--dark); border-color: white; }
.btn-outline-dark { background: transparent; border-color: var(--dark); color: var(--dark); }
.btn-outline-dark:hover { background: var(--dark); color: white; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(200,169,110,0.6);} 70%{box-shadow:0 0 0 16px rgba(200,169,110,0);} 100%{box-shadow:0 0 0 0 rgba(200,169,110,0);} }
.btn-pulse { animation: pulse 2.2s infinite; }

/* Top Bar */
.top-bar { background: var(--dark-2); color: #b8b0a6; padding: 8px 0; font-size: 0.85rem; font-weight: 500; }
.top-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.top-left { display: flex; gap: 24px; flex-wrap: wrap; }
.top-left i { color: var(--primary); margin-right: 5px; }
.top-phone { color: var(--primary); font-weight: 700; letter-spacing: 0.5px; }
.top-phone:hover { color: white; }

/* Header */
header { background: white; padding: 20px 0; box-shadow: var(--shadow-sm); position: sticky; top: 0; z-index: 100; border-bottom: 2px solid var(--border); }
.header-row { display: flex; justify-content: space-between; align-items: center; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-icon { font-size: 2rem; color: var(--primary); }
.brand-text { display: flex; flex-direction: column; }
.brand-name { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 700; color: var(--dark); line-height: 1; }
.brand-sub { font-size: 0.75rem; font-weight: 600; color: var(--text-body); text-transform: uppercase; letter-spacing: 2px; margin-top: 2px; }
.main-nav { display: flex; gap: 32px; }
.main-nav a { font-weight: 500; color: var(--mid); font-size: 0.95rem; letter-spacing: 0.5px; }
.main-nav a:hover { color: var(--dark); }
.mobile-btn { display: none; background: none; border: none; font-size: 1.8rem; color: var(--dark); cursor: pointer; }

/* Hero */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; padding: 120px 0; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,23,20,0.92) 0%, rgba(26,23,20,0.7) 55%, rgba(26,23,20,0.15) 100%); }
.hero-content { position: relative; z-index: 1; }
.hero-text { max-width: 680px; color: white; }
.hero-eyebrow { font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--primary); margin-bottom: 20px; }
.hero h1 { font-size: 4.8rem; margin-bottom: 24px; color: white; letter-spacing: -0.5px; }
.hero h1 em { color: var(--primary); font-style: italic; }
.hero p { font-size: 1.2rem; color: #c8c0b8; margin-bottom: 40px; font-weight: 300; max-width: 560px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-tags { display: flex; gap: 20px; flex-wrap: wrap; }
.hero-tags span { font-size: 0.9rem; font-weight: 600; color: #c8c0b8; }
.hero-tags i { color: var(--primary); margin-right: 6px; }

/* Services */
.services { padding: 100px 0; background: var(--bg-light); }
.section-eyebrow { font-size: 0.8rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--primary); margin-bottom: 12px; }
.section-title { font-size: 3rem; margin-bottom: 16px; }
.section-sub { font-size: 1.1rem; margin-bottom: 60px; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2px; border: 2px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.svc-card { background: white; padding: 44px 36px; position: relative; transition: var(--transition); border: 1px solid var(--border); }
.svc-card:hover { background: var(--dark); }
.svc-card:hover h3, .svc-card:hover p { color: white; }
.svc-card:hover .svc-num { color: var(--primary); }
.svc-featured { background: var(--dark-2); }
.svc-featured h3 { color: white; }
.svc-featured p { color: #9a9088; }
.svc-featured .svc-num { color: var(--primary); }
.svc-num { font-family: var(--font-serif); font-size: 3.5rem; font-weight: 700; color: var(--border); line-height: 1; margin-bottom: 16px; }
.svc-card h3 { font-size: 1.5rem; margin-bottom: 12px; }

/* Gallery */
.gallery-section { padding: 100px 0; background: var(--bg-stone); }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 280px 280px; gap: 16px; margin-top: 48px; }
.gallery-item { border-radius: var(--radius); overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }

/* Experience Banner */
.exp-banner { padding: 100px 0; background: var(--dark); color: white; }
.exp-inner { display: flex; align-items: center; gap: 80px; }
.exp-stat { text-align: center; flex-shrink: 0; }
.stat-num { font-family: var(--font-serif); font-size: 8rem; font-weight: 700; color: var(--primary); line-height: 1; }
.stat-label { font-size: 1rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #9a9088; margin-top: 8px; }
.exp-divider { width: 1px; height: 180px; background: rgba(255,255,255,0.15); flex-shrink: 0; }
.exp-text h2 { color: white; font-size: 2.8rem; margin-bottom: 20px; }
.exp-text p { color: #9a9088; font-size: 1.1rem; margin-bottom: 36px; }

/* Service Areas */
.areas-section { padding: 100px 0; background: var(--bg-light); }
.areas-section h2 { margin-bottom: 16px; }
.areas-section > .container > p { font-size: 1.1rem; margin-bottom: 60px; }
.areas-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 30px; text-align: left; }
.area-region { background: white; border: 1px solid var(--border); border-top: 3px solid var(--primary); border-radius: var(--radius); padding: 30px; }
.area-region h4 { font-family: var(--font-sans); font-size: 1rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 14px; color: var(--dark); }
.area-region i { color: var(--primary); margin-right: 8px; }
.area-region p { font-size: 0.95rem; color: var(--text-body); line-height: 1.8; }

/* Final CTA */
.final-cta { padding: 120px 0; background: var(--dark-2); color: white; }
.final-cta h2 { color: white; font-size: 4rem; margin-bottom: 16px; }
.final-cta > .container > p { color: #9a9088; font-size: 1.15rem; margin-bottom: 40px; }
.cta-group { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.cta-spanish { font-size: 1rem; font-style: italic; color: var(--primary); margin-top: 8px; }
.section-eyebrow.light { color: var(--primary); }

/* Footer */
footer { background: var(--dark); color: #6b6560; padding: 60px 0 0; }
.footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; padding-bottom: 40px; }
.f-logo { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 700; color: white; margin-bottom: 16px; }
.f-logo i { color: var(--primary); margin-right: 8px; }
.footer-brand p { max-width: 340px; line-height: 1.8; }
.footer-contact h4 { font-family: var(--font-serif); color: white; font-size: 1.3rem; margin-bottom: 20px; }
.footer-contact ul { list-style: none; }
.footer-contact li { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.footer-contact i { color: var(--primary); width: 18px; flex-shrink: 0; }
.footer-contact a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 20px 0; font-size: 0.85rem; }

/* Responsive */
@media (max-width: 992px) {
    .exp-inner { flex-direction: column; gap: 40px; text-align: center; }
    .exp-divider { width: 60px; height: 1px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .gallery-item.tall { grid-row: span 1; }
    .gallery-item.wide { grid-column: span 2; }
    .hero h1 { font-size: 3.5rem; }
}
@media (max-width: 768px) {
    .top-left { gap: 12px; }
    .main-nav, .nav-btn { display: none; }
    .mobile-btn { display: block; }
    .hero { padding: 80px 0; }
    .hero h1 { font-size: 3rem; }
    .hero-text { text-align: center; margin: 0 auto; }
    .hero-overlay { background: rgba(26,23,20,0.88); }
    .hero-actions, .hero-tags { justify-content: center; }
    .section-title { font-size: 2.5rem; }
    .final-cta h2 { font-size: 3rem; }
    .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .gallery-item.wide { grid-column: span 1; }
    .gallery-item { height: 250px; }
}
