:root {
  --charcoal: #1b1b1b;
  --charcoal-soft: #262522;
  --gold: #d4af37;
  --bronze: #8b5e34;
  --teal: #0a5d6e;
  --ivory: #f2ead3;
  --white: #fffaf0;
  --muted: #cfc6b2;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.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; }
.content-wrap { width: min(1160px, calc(100% - 64px)); margin: 0 auto; position: relative; z-index: 1; }
.narrow { max-width: 720px; margin-inline: auto; text-align: center; }
.section-dark { color: var(--white); background: var(--charcoal); }
.section-ivory { background: var(--ivory); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 12px max(32px, calc((100vw - 1280px) / 2));
  background: rgba(27, 27, 27, 0.92);
  border-bottom: 1px solid rgba(242, 234, 211, 0.18);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark { width: 64px; height: 64px; object-fit: contain; }
.brand-copy { display: grid; gap: 4px; }
.brand-name { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 700; line-height: 0.92; letter-spacing: 0.08em; text-transform: uppercase; }
.brand-location { color: var(--muted); font-size: 9px; letter-spacing: 0.35em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; color: var(--white); font-size: 14px; }
.site-nav > a:not(.button) { opacity: 0.86; transition: color 180ms ease, opacity 180ms ease; }
.site-nav > a:not(.button):hover { color: var(--gold); opacity: 1; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--white); padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 5px; font-size: 14px; font-weight: 750; letter-spacing: 0.02em; transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--charcoal); background: var(--gold); }
.button-gold:hover { background: #e1bd48; }
.button-outline { color: var(--white); border-color: var(--gold); background: rgba(0, 0, 0, 0.1); }
.button-outline:hover { color: var(--charcoal); background: var(--gold); }
.button-teal { color: var(--white); background: var(--teal); }
.button-teal:hover { background: #0b7186; }
.button-icon { font-size: 18px; line-height: 1; }

.hero { position: relative; min-height: 760px; display: grid; align-items: end; overflow: hidden; }
.hero-backdrop, .contact-backdrop, .process-backdrop { position: absolute; inset: 0; background-position: center; background-size: cover; }
.hero-backdrop { background-image: linear-gradient(90deg, rgba(27, 27, 27, 0.97) 0%, rgba(27, 27, 27, 0.80) 40%, rgba(27, 27, 27, 0.1) 80%), url('/assets/san-diego-night-drive.jpg'); background-position: center; }
.hero-inner { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding-bottom: 112px; }
.hero-copy { max-width: 650px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
h1 { margin-bottom: 24px; color: var(--ivory); font-size: clamp(4rem, 8vw, 7.1rem); line-height: 0.88; letter-spacing: -0.06em; }
h1 em { color: var(--gold); font-style: normal; }
.hero-lede { max-width: 520px; margin-bottom: 34px; color: var(--white); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.35; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-note { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-style: italic; line-height: 1.05; text-align: right; transform: rotate(-7deg); }

.comparison { padding: 110px 0 92px; }
.section-kicker { margin-bottom: 14px; color: var(--bronze); font-size: 12px; font-weight: 800; letter-spacing: 0.26em; text-transform: uppercase; }
.section-dark .section-kicker { color: var(--gold); }
h2 { margin-bottom: 18px; font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: 0.95; letter-spacing: -0.045em; }
.section-intro { margin-bottom: 46px; color: #5c5347; font-size: 18px; line-height: 1.6; }
.comparison-frame { position: relative; overflow: hidden; border: 1px solid rgba(27, 27, 27, 0.15); border-radius: 4px; box-shadow: var(--shadow); }
.comparison-frame img { display: block; width: 100%; height: auto; }
.comparison-label { position: absolute; bottom: 0; padding: 14px 24px; color: var(--white); font-size: 12px; font-weight: 850; letter-spacing: 0.2em; text-transform: uppercase; }
.comparison-before { left: 0; background: rgba(139, 94, 52, 0.92); }
.comparison-after { right: 0; background: rgba(10, 93, 110, 0.94); }
.image-note { margin-top: 14px; color: #7d7468; font-size: 12px; text-align: right; }

.process { position: relative; overflow: hidden; padding: 108px 0 122px; }
.process-backdrop { background-image: linear-gradient(rgba(27, 27, 27, 0.88), rgba(27, 27, 27, 0.94)), url('/assets/san-diego-night-drive.jpg'); background-position: center bottom; filter: saturate(0.65); }
.process-inner { position: relative; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; margin-top: 76px; }
.process-step { position: relative; padding-top: 42px; border-top: 1px solid rgba(212, 175, 55, 0.75); }
.step-number { position: absolute; top: -18px; left: 0; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); background: var(--charcoal); font-size: 11px; font-weight: 800; }
.process-step h3 { margin-bottom: 10px; color: var(--ivory); font-size: 30px; text-transform: uppercase; }
.process-step p { max-width: 280px; color: var(--muted); font-size: 15px; line-height: 1.6; }

.service-area { padding: 92px 0; }
.service-area-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; align-items: stretch; gap: 52px; }
.service-area-copy { align-self: center; max-width: 440px; }
.service-area-copy h2 { margin-bottom: 22px; }
.service-area-copy > p:not(.section-kicker) { margin-bottom: 28px; color: #5c5347; font-size: 17px; line-height: 1.6; }
.service-area-image { min-height: 360px; background: linear-gradient(90deg, rgba(242, 234, 211, 0.15), transparent), url('/assets/san-diego-night-drive.jpg') center / cover; border-radius: 4px; box-shadow: var(--shadow); }

.contact { position: relative; overflow: hidden; padding: 106px 0 120px; }
.contact-backdrop { background-image: linear-gradient(90deg, rgba(27, 27, 27, 0.98) 0%, rgba(27, 27, 27, 0.93) 54%, rgba(27, 27, 27, 0.52) 100%), url('/assets/san-diego-night-drive.jpg'); background-position: center right; }
.contact-grid { display: grid; grid-template-columns: 1fr 430px; align-items: start; gap: 84px; }
.contact-copy { padding-top: 12px; }
.contact-copy h2 { color: var(--ivory); }
.contact-copy > p:not(.section-kicker) { max-width: 430px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.phone-link { display: inline-block; margin: 12px 0 30px; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -0.04em; }
.request-form { display: grid; gap: 15px; padding: 28px; background: rgba(242, 234, 211, 0.97); border-top: 4px solid var(--gold); border-radius: 4px; box-shadow: var(--shadow); }
.form-heading { margin-bottom: 4px; color: var(--charcoal); font-family: Georgia, "Times New Roman", serif; font-size: 30px; }
.request-form label { display: grid; gap: 7px; color: #5c5347; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.request-form input, .request-form textarea { width: 100%; border: 1px solid rgba(27, 27, 27, 0.25); border-radius: 3px; padding: 12px 13px; color: var(--charcoal); background: rgba(255, 250, 240, 0.82); font-size: 15px; letter-spacing: normal; text-transform: none; outline: none; resize: vertical; }
.request-form input:focus, .request-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(10, 93, 110, 0.14); }
.request-form .button { width: 100%; margin-top: 4px; border: 0; }
.form-note { margin: 0; color: #746b5f; font-size: 12px; line-height: 1.45; }
.form-status { min-height: 20px; margin: 0; color: var(--teal); font-size: 13px; font-weight: 700; }

.site-footer { padding: 26px 0; color: var(--muted); background: var(--charcoal); border-top: 1px solid rgba(242, 234, 211, 0.18); font-size: 12px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand { color: var(--ivory); }
.footer-brand span { margin: 0 6px; color: var(--gold); }
.site-footer nav { display: flex; gap: 18px; }
.site-footer nav a:hover, .footer-phone:hover { color: var(--gold); }
.footer-phone { color: var(--gold); }

.reveal { opacity: 1; transform: none; transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .site-header { padding-inline: 20px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 82px; right: 20px; left: 20px; display: grid; gap: 0; padding: 10px; background: rgba(27, 27, 27, 0.98); border: 1px solid rgba(242, 234, 211, 0.18); border-radius: 4px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity 180ms ease, transform 180ms ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a:not(.button) { padding: 14px 12px; }
  .nav-cta { margin: 8px 0 0; }
  .content-wrap { width: min(100% - 40px, 720px); }
  .hero { min-height: 720px; }
  .hero-backdrop { background-position: 60% center; }
  .hero-inner { display: block; padding-bottom: 78px; }
  .hero-note { margin-top: 36px; text-align: left; }
  .process-grid, .contact-grid, .service-area-grid { grid-template-columns: 1fr; }
  .process-grid { gap: 38px; }
  .service-area-image { min-height: 280px; }
  .contact-grid { gap: 44px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .site-footer nav { flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .brand-mark { width: 52px; height: 52px; }
  .brand-name { font-size: 14px; }
  .brand-location { font-size: 7px; letter-spacing: 0.22em; }
  .hero { min-height: 690px; }
  h1 { font-size: clamp(3.5rem, 17vw, 5.6rem); }
  .hero-actions, .contact-actions { display: grid; }
  .button { width: 100%; }
  .comparison, .service-area { padding: 76px 0; }
  .process, .contact { padding: 78px 0 86px; }
  .comparison-frame { width: calc(100% + 20px); margin-left: -10px; }
  .comparison-label { padding: 10px 12px; font-size: 10px; }
  .request-form { padding: 22px; }
}
