/* ShoreShine — Florida Mobile Detailing */
:root {
  --bg: #0c1a2e;
  --surface: #0f2139;
  --surface-2: #142845;
  --text: #e8e3d5;
  --text-muted: #8fa3bc;
  --accent: #d4a85a;
  --accent-2: #1b7a8c;
  --border: rgba(212, 168, 90, 0.15);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── NAVBAR ── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 20px 40px;
  background: linear-gradient(to bottom, rgba(12,26,46,0.95) 0%, transparent 100%);
}
.nav-inner { display: flex; align-items: center; gap: 16px; }
.nav-logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.04em;
}
.nav-tagline {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nav-cta {
  margin-left: auto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  border: 1px solid rgba(212, 168, 90, 0.4);
  padding: 8px 20px;
  transition: border-color 0.2s, background 0.2s;
}
.nav-cta:hover { background: rgba(212, 168, 90, 0.08); border-color: var(--accent); }

/* ── HERO ── */
.hero { position: relative; height: 100vh; min-height: 600px; display: flex; align-items: flex-end; padding: 0 0 80px; }
.hero-image-wrap { position: absolute; inset: 0; overflow: hidden; }
.hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient( 160deg, rgba(12,26,46,0.2) 0%, rgba(12,26,46,0.85) 70%, rgba(12,26,46,1) 100%); }
.hero-content { position: relative; z-index: 2; padding: 0 80px; max-width: 720px; }
.hero-eyebrow {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.hero-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 600;
  line-height: 1.0;
  color: var(--text);
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.hero-body {
  font-size: 18px;
  color: rgba(232, 227, 213, 0.75);
  max-width: 480px;
  line-height: 1.7;
}

/* ── PROBLEM ── */
.problem { padding: 100px 80px; background: var(--bg); }
.problem-inner { display: grid; grid-template-columns: 80px 1fr; gap: 48px; align-items: start; max-width: 900px; }
.problem-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 72px;
  font-weight: 700;
  color: var(--border);
  line-height: 1;
  padding-top: 8px;
}
.problem-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--text);
}
.problem-text p {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.problem-text p:last-child { margin-bottom: 0; }

/* ── SERVICES ── */
.services { padding: 100px 80px; background: var(--surface); }
.services-header { display: grid; grid-template-columns: 80px 1fr; gap: 48px; align-items: baseline; margin-bottom: 64px; }
.services-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 72px;
  font-weight: 700;
  color: var(--border);
  line-height: 1;
}
.services-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px;
  font-weight: 600;
  color: var(--text);
}
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.service-card {
  padding: 48px;
  background: var(--surface-2);
  border: 1px solid var(--border);
}
.service-card--accent { background: rgba(212, 168, 90, 0.06); }
.service-icon { color: var(--accent); margin-bottom: 24px; }
.service-name { font-size: 18px; font-weight: 500; color: var(--text); margin-bottom: 12px; letter-spacing: 0.02em; }
.service-desc { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
.service-price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--accent);
}

/* ── TRANSFORMATION ── */
.transformation { padding: 100px 80px; background: var(--bg); }
.trans-header { display: grid; grid-template-columns: 80px 1fr; gap: 48px; align-items: baseline; margin-bottom: 72px; }
.trans-number { font-family: 'Cormorant Garamond', serif; font-size: 72px; font-weight: 700; color: var(--border); line-height: 1; }
.trans-title { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600; color: var(--text); }
.trans-subtitle { color: var(--text-muted); font-size: 15px; margin-top: 12px; }

.trans-row {
  display: grid;
  grid-template-columns: 120px 1fr 280px;
  gap: 40px;
  align-items: center;
  margin-bottom: 64px;
  padding: 40px;
  background: var(--surface);
  border: 1px solid var(--border);
}
.trans-row--reverse { direction: rtl; }
.trans-row--reverse > * { direction: ltr; }
.trans-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.trans-image-wrap { overflow: hidden; }
.trans-img { width: 100%; height: 260px; object-fit: cover; display: block; }
.trans-description { font-size: 14px; color: var(--text-muted); line-height: 1.8; }

/* ── PROCESS ── */
.process { padding: 100px 80px; background: var(--surface); }
.process-header { display: grid; grid-template-columns: 80px 1fr; gap: 48px; align-items: baseline; margin-bottom: 64px; }
.process-number { font-family: 'Cormorant Garamond', serif; font-size: 72px; font-weight: 700; color: var(--border); line-height: 1; }
.process-title { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600; color: var(--text); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.step { padding-top: 24px; border-top: 1px solid var(--border); }
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 16px;
  display: block;
  line-height: 1;
}
.step-title { font-size: 15px; font-weight: 500; color: var(--text); margin-bottom: 10px; }
.step-content p { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ── LOCATIONS ── */
.locations { padding: 100px 80px; background: var(--bg); }
.locations-inner { max-width: 1000px; }
.loc-header { display: grid; grid-template-columns: 80px 1fr; gap: 48px; align-items: baseline; margin-bottom: 64px; }
.loc-number { font-family: 'Cormorant Garamond', serif; font-size: 72px; font-weight: 700; color: var(--border); line-height: 1; }
.loc-title { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600; color: var(--text); }
.loc-subtitle { color: var(--text-muted); font-size: 15px; margin-top: 12px; }
.loc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.loc-block { padding: 40px 40px 40px 0; border-bottom: 1px solid var(--border); }
.loc-block:nth-child(odd) { padding-right: 48px; border-right: 1px solid var(--border); }
.loc-block:nth-child(even) { padding-left: 48px; }
.loc-region { font-size: 13px; font-weight: 500; color: var(--accent); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px; }
.loc-block p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* ── CLOSING ── */
.closing { padding: 120px 80px; background: var(--surface); }
.closing-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.closing-rule { width: 60px; height: 1px; background: var(--accent); margin: 0 auto 48px; }
.closing-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 28px;
}
.closing-body { font-size: 16px; color: var(--text-muted); line-height: 1.8; margin-bottom: 20px; max-width: 560px; margin-left: auto; margin-right: auto; }
.closing-sub { font-size: 13px; color: var(--accent); letter-spacing: 0.05em; }

/* ── FOOTER ── */
.footer { padding: 40px 80px; background: var(--bg); border-top: 1px solid var(--border); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; color: var(--text); }
.footer-desc { font-size: 12px; color: var(--text-muted); margin-top: 4px; }
.footer-links { font-size: 13px; color: var(--text-muted); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .navbar { padding: 16px 24px; }
  .hero-content { padding: 0 24px; }
  .hero-headline { font-size: 40px; }
  .hero-body { font-size: 15px; }

  .problem, .services, .transformation, .process, .locations, .closing, .footer { padding: 60px 24px; }

  .problem-inner, .services-header, .trans-header, .process-header, .loc-header
  { grid-template-columns: 1fr; gap: 16px; }
  .problem-number, .services-number, .trans-number, .process-number, .loc-number
  { font-size: 48px; }
  .services-title, .trans-title, .process-title, .loc-title { font-size: 36px; }

  .services-grid, .loc-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(odd) { border-right: none; border-bottom: 1px solid var(--border); }
  .service-card:nth-child(even) { padding-left: 0; }
  .loc-block:nth-child(odd) { border-right: none; }
  .loc-block:nth-child(even) { padding-left: 0; }

  .process-steps { grid-template-columns: 1fr; }

  .trans-row { grid-template-columns: 1fr; gap: 24px; }
  .trans-row--reverse { direction: ltr; }
  .trans-label { writing-mode: horizontal-tb; transform: none; }
  .trans-img { height: 200px; }

  .footer-inner { flex-direction: column; gap: 16px; text-align: center; }
  .closing-headline { font-size: 30px; }
}
@media (max-width: 480px) {
  .hero-headline { font-size: 32px; }
  .problem-headline { font-size: 30px; }
  .service-card { padding: 32px 24px; }
  .step-num { font-size: 36px; }
}
