/* ============================================================
   losangelesgopher.com — Shared Stylesheet
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'Source Serif 4', Georgia, serif; background: #faf8f2; color: #2a2a2a; line-height: 1.75; }
img { max-width: 100%; height: auto; display: block; }
a { color: #2d5a27; text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s; }
a:hover { color: #d4860f; }
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; color: #1e3d1a; line-height: 1.25; }
h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 1rem; }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 0.75rem; margin-top: 2rem; }
h3 { font-size: 1.2rem; margin-bottom: 0.5rem; margin-top: 1.5rem; }
p { margin-bottom: 1rem; }
ul, ol { margin-bottom: 1rem; padding-left: 1.5rem; }
li { margin-bottom: 0.35rem; }
strong { font-weight: 700; color: #1e3d1a; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 3rem 0; }
.section--alt { background: #f0ead8; }
.section--dark { background: #1e3d1a; color: #faf8f2; }
.section--dark h2, .section--dark h3, .section--dark p { color: #faf8f2; }
.section--dark a { color: #f5c44a; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 768px) { .two-col, .three-col { grid-template-columns: 1fr; } }
.site-header { background: #1e3d1a; border-bottom: 3px solid #d4860f; position: sticky; top: 0; z-index: 100; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 1.5rem; max-width: 1100px; margin: 0 auto; }
.site-logo { font-family: 'Playfair Display', Georgia, serif; font-size: 1.3rem; font-weight: 700; color: #faf8f2; text-decoration: none; }
.site-logo span { color: #f5c44a; }
.site-logo:hover { color: #fff; }
.nav-links { display: flex; gap: 1.75rem; list-style: none; padding: 0; margin: 0; }
.nav-links a { color: #d8d0be; text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
.nav-links a:hover { color: #f5c44a; }
.nav-cta { background: #d4860f; color: #fff !important; padding: 0.45rem 1.1rem; border-radius: 4px; font-weight: 600; text-decoration: none !important; }
.nav-cta:hover { background: #b87010 !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; color: #faf8f2; font-size: 1.5rem; }
@media (max-width: 768px) { .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #1e3d1a; padding: 1rem 1.5rem; gap: 0.75rem; } .nav-links.open { display: flex; } .nav-toggle { display: block; } .site-header { position: relative; } }
.hero { background: #1e3d1a; color: #faf8f2; padding: 4rem 0 3.5rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(212,134,15,0.12) 0%, transparent 60%); pointer-events: none; }
.hero h1 { color: #faf8f2; margin-bottom: 1rem; }
.hero p.lead { font-size: 1.15rem; color: #c8c0ae; max-width: 680px; margin-bottom: 1.75rem; line-height: 1.65; }
.hero-badges { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 0.5rem; }
.badge { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.25); color: #faf8f2; padding: 0.35rem 0.85rem; border-radius: 20px; font-size: 0.82rem; }
.btn { display: inline-block; padding: 0.75rem 1.6rem; border-radius: 4px; font-family: 'Source Serif 4', Georgia, serif; font-weight: 600; font-size: 1rem; text-decoration: none; transition: background 0.2s, transform 0.15s; cursor: pointer; border: none; }
.btn-primary { background: #d4860f; color: #fff; }
.btn-primary:hover { background: #b87010; color: #fff; transform: translateY(-1px); }
.btn-outline { background: transparent; color: #faf8f2; border: 2px solid #d8d0be; }
.btn-outline:hover { background: rgba(255,255,255,0.1); color: #fff; }
.card { background: #fff; border: 1px solid #d8d0be; border-radius: 8px; padding: 1.5rem; transition: box-shadow 0.2s, transform 0.15s; }
.card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.1); transform: translateY(-2px); }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.city-card { background: #fff; border: 1px solid #d8d0be; border-left: 4px solid #2d5a27; border-radius: 4px; padding: 1rem 1.25rem; transition: border-left-color 0.2s, box-shadow 0.2s; }
.city-card:hover { border-left-color: #d4860f; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.city-card a { text-decoration: none; font-family: 'Playfair Display', Georgia, serif; font-weight: 600; font-size: 1.05rem; color: #1e3d1a; }
.city-card a:hover { color: #d4860f; }
.city-card p { font-size: 0.82rem; color: #555550; margin: 0.25rem 0 0; }
@media (max-width: 768px) { .city-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .city-grid { grid-template-columns: 1fr; } }
.faq-item { border-bottom: 1px solid #d8d0be; padding: 1rem 0; }
.faq-item:first-child { border-top: 1px solid #d8d0be; }
.faq-q { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; color: #1e3d1a; font-size: 1.05rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-q::after { content: '+'; font-size: 1.4rem; color: #4a8a40; flex-shrink: 0; }
.faq-item.open .faq-q::after { content: '−'; }
.faq-a { display: none; padding-top: 0.75rem; color: #2a2a2a; }
.faq-item.open .faq-a { display: block; }
.callout { border-left: 4px solid #d4860f; background: #fef6e7; padding: 1rem 1.25rem; border-radius: 0 6px 6px 0; margin: 1.5rem 0; }
.callout-danger { border-left-color: #c0392b; background: #fef0ef; }
.callout-green { border-left-color: #2d5a27; background: #eef5ec; }
.callout strong { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; }
.nearby-cities { background: #f0ead8; border-radius: 8px; padding: 1.25rem 1.5rem; margin-top: 2rem; }
.nearby-cities h3 { margin-top: 0; font-size: 1rem; text-transform: uppercase; letter-spacing: 0.06em; color: #555550; }
.nearby-cities ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0; }
.nearby-cities li a { display: inline-block; background: #fff; border: 1px solid #d8d0be; padding: 0.3rem 0.85rem; border-radius: 20px; font-size: 0.87rem; color: #1e3d1a; text-decoration: none; transition: background 0.2s; }
.nearby-cities li a:hover { background: #2d5a27; color: #fff; border-color: #2d5a27; }
.breadcrumb { font-size: 0.82rem; color: #555550; padding: 0.75rem 0; border-bottom: 1px solid #d8d0be; margin-bottom: 2rem; }
.breadcrumb a { color: #4a8a40; text-decoration: none; }
.breadcrumb span { margin: 0 0.4rem; color: #aaa; }
.referral-box { background: #1e3d1a; color: #faf8f2; border-radius: 8px; padding: 2rem; margin: 2.5rem 0; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.referral-box h3 { color: #f5c44a; margin: 0 0 0.5rem; font-size: 1.3rem; }
.referral-box p { color: #c8c0ae; margin: 0; font-size: 0.95rem; }
.referral-box .referral-cta { flex-shrink: 0; }
.site-footer { background: #111e0f; color: #a0a89a; padding: 2.5rem 0 1.5rem; font-size: 0.87rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
.footer-brand p { margin: 0.5rem 0 0; line-height: 1.55; font-size: 0.82rem; color: #888; }
.site-footer h4 { color: #c8c0ae; font-family: 'Source Serif 4', serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 0.75rem; }
.site-footer ul { list-style: none; padding: 0; }
.site-footer ul li { margin-bottom: 0.4rem; }
.site-footer a { color: #a0a89a; text-decoration: none; }
.site-footer a:hover { color: #f5c44a; }
.footer-bottom { max-width: 1100px; margin: 1.5rem auto 0; padding: 1rem 1.5rem 0; border-top: 1px solid #2a3828; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; font-size: 0.78rem; color: #666; }
.disclosure { font-size: 0.78rem; color: #666; margin-top: 1.5rem; border-top: 1px solid #2a3828; padding-top: 1rem; max-width: 1100px; margin-left: auto; margin-right: auto; padding-left: 1.5rem; padding-right: 1.5rem; }
@media (max-width: 768px) { .footer-inner { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; text-align: center; } .referral-box { flex-direction: column; gap: 1rem; } }
.guide-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.guide-card { background: #fff; border: 1px solid #d8d0be; border-top: 3px solid #2d5a27; border-radius: 4px; padding: 1.25rem; }
.guide-card h3 { margin-top: 0; font-size: 1rem; }
.guide-card p { font-size: 0.85rem; color: #555550; margin: 0.35rem 0 0.75rem; }
.guide-card a.read-more { font-size: 0.85rem; font-weight: 600; text-decoration: none; color: #2d5a27; }
.guide-card a.read-more:hover { color: #d4860f; }
@media (max-width: 600px) { .guide-list { grid-template-columns: 1fr; } }
table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.5rem; font-size: 0.9rem; }
th { background: #1e3d1a; color: #faf8f2; padding: 0.65rem 1rem; text-align: left; font-family: 'Playfair Display', serif; font-weight: 600; }
td { padding: 0.6rem 1rem; border-bottom: 1px solid #e8e0ce; }
tr:nth-child(even) td { background: #f5f0e8; }
.text-center { text-align: center; }
.text-small { font-size: 0.85rem; color: #555550; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
