/*
Theme Name: Alpine Aerial
Theme URI: https://example.com/
Author: Alpine Holdings
Description: Premium Colorado drone services theme for aerial photo/video, FPV fly-throughs, real estate, commercial, construction, hospitality, land, and social media content.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: alpine-aerial
*/

:root {
  --bg: #0b0d0f;
  --panel: #14181c;
  --text: #f6f7f8;
  --muted: #a9b0b7;
  --line: #293038;
  --accent: #dfe7ec;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
a { color: inherit; }
img, video { max-width: 100%; display: block; }
.container { width: min(calc(100% - 36px), var(--max)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); background: rgba(11,13,15,.82); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 20px; }
.brand { text-decoration: none; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nav { display: flex; gap: 22px; align-items: center; }
.nav a { text-decoration: none; color: var(--muted); font-size: .94rem; }
.nav a:hover { color: var(--text); }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 18px; border: 1px solid var(--text); text-decoration: none; font-weight: 700; border-radius: 999px; background: var(--text); color: var(--bg); cursor: pointer; }
.button.secondary { background: transparent; color: var(--text); border-color: var(--line); }
.hero { min-height: 78vh; display: grid; align-items: end; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 70% 10%, #25313a, #0b0d0f 58%); }
.hero-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(circle at 70% 10%, rgba(255,255,255,.08), transparent 35%), linear-gradient(to top, rgba(11,13,15,.96) 0%, rgba(11,13,15,.64) 48%, rgba(11,13,15,.42) 100%); }
.hero-content { position: relative; z-index: 2; padding: 110px 0 72px; max-width: 900px; }
@media (prefers-reduced-motion: reduce) {
  .hero-bg { display: none; }
}
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: var(--muted); font-weight: 800; }
h1 { font-size: clamp(3rem, 8vw, 7rem); line-height: .95; margin: 14px 0 24px; letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4.5vw, 4rem); line-height: 1.03; letter-spacing: -.04em; margin: 0 0 22px; }
h3 { margin: 0 0 10px; font-size: 1.25rem; }
.lead { font-size: clamp(1.05rem, 2vw, 1.3rem); color: var(--muted); max-width: 760px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.section { padding: 92px 0; border-bottom: 1px solid var(--line); }
.section-intro { max-width: 800px; margin-bottom: 44px; }
.grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)); border: 1px solid var(--line); padding: 28px; border-radius: 20px; }
.card p { color: var(--muted); }
.price { font-size: 2rem; font-weight: 800; letter-spacing: -.03em; margin: 14px 0; }
.small { font-size: .88rem; color: var(--muted); }
.services-list { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.pill { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; color: var(--muted); font-size: .88rem; }
ul.clean { padding-left: 18px; margin: 14px 0 0; }
ul.clean li { margin: 6px 0; color: var(--muted); }
.quote { background: #eef2f4; color: #0b0d0f; }
.quote .eyebrow, .quote .small { color: #58616a; }
.quote-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 30px; }
.quote-form .full { grid-column: 1 / -1; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 14px 15px; border-radius: 12px; border: 1px solid #c9d0d5; background: white; color: #111; font: inherit; }
.quote-form textarea { min-height: 150px; resize: vertical; }
.notice { padding: 12px 14px; border-radius: 12px; margin: 0 0 18px; }
.notice.success { background: #dff6e6; color: #173b22; }
.notice.error { background: #ffe1e1; color: #5a1919; }
.footer { padding: 36px 0 54px; color: var(--muted); }
.footer-row { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
@media (max-width: 860px) {
  .nav { display: none; }
  .grid-3, .grid-2, .quote-form { grid-template-columns: 1fr; }
  .quote-form .full { grid-column: auto; }
  .section { padding: 70px 0; }
}
