@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');

:root {
  --char: #1A1A1A;
  --char-deep: #101010;
  --char-light: #2A2A28;
  --amber: #F2A03D;
  --amber-deep: #D1841F;
  --steel: #9BA3AE;
  --paper: #F6F3EC;
  --line: rgba(255,255,255,0.12);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--char);
  color: var(--paper);
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.15;
  color: var(--paper);
  margin: 0;
}

p { margin: 0 0 1em; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 28px; }

/* ---------- Header ---------- */

.site-header {
  background: var(--char-deep);
  padding: 16px 0;
  border-bottom: 3px solid var(--amber);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.brand span {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: var(--paper);
}

.header-phone {
  background: var(--amber);
  color: var(--char-deep);
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  padding: 11px 22px;
  border-radius: 4px;
}

.header-phone:hover { background: #FFB55A; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 70px;
  background: radial-gradient(circle at 82% 30%, #2E2A22 0%, var(--char) 55%);
}

.hero-wheel {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  width: 480px;
  height: 480px;
  opacity: 0.16;
}

.hero .container { position: relative; z-index: 1; }

.eyebrow {
  display: inline-block;
  color: var(--amber);
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero h1 {
  font-size: clamp(2.3rem, 5vw, 3.6rem);
  max-width: 15ch;
  margin-bottom: 20px;
}

.hero h1 em {
  font-style: normal;
  color: var(--amber);
}

.hero p.lead {
  max-width: 48ch;
  color: rgba(246,243,236,0.8);
  font-size: 1.08rem;
  margin-bottom: 30px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--amber);
  color: var(--char-deep);
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 4px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.btn:hover { background: #FFB55A; }

.btn--ghost {
  background: transparent;
  border: 2px solid rgba(246,243,236,0.4);
  color: var(--paper);
}

.btn--ghost:hover { border-color: var(--paper); }

/* ---------- Trust strip ---------- */

.trust-strip {
  background: var(--char-deep);
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 22px;
  text-align: center;
}

.trust-item strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--amber);
}

.trust-item span {
  font-size: 0.8rem;
  color: var(--steel);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ---------- Sections ---------- */

.section { padding: 74px 0; }

.section--paper {
  background: var(--paper);
  color: var(--char-deep);
}

.section--paper h2, .section--paper h3 { color: var(--char-deep); }

.section-head { max-width: 62ch; margin-bottom: 42px; }

.section-head .eyebrow-text {
  color: var(--amber-deep);
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.section--paper .eyebrow-text { color: var(--amber-deep); }

.section-head h2 { font-size: clamp(1.7rem, 2.8vw, 2.2rem); margin-bottom: 12px; }
.section-head p { opacity: 0.75; font-size: 1.02rem; margin: 0; }

/* Services */

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.service-card {
  background: var(--char-light);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px 26px;
}

.service-card h3 {
  font-size: 1.15rem;
  color: var(--amber);
  margin-bottom: 16px;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 20px;
}

.service-card li {
  font-size: 0.92rem;
  padding: 6px 0;
  border-top: 1px solid var(--line);
  break-inside: avoid;
}

.service-card li:nth-child(-n+2) { border-top: none; }

/* Value props */

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.value-item .num {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: rgba(26,26,26,0.15);
  display: block;
  margin-bottom: 6px;
}

.value-item h3 { font-size: 1.08rem; margin-bottom: 8px; }
.value-item p { font-size: 0.95rem; opacity: 0.75; margin: 0; }

/* Hours / location */

.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.hours-table { width: 100%; border-collapse: collapse; }

.hours-table td {
  padding: 9px 0;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
}

.hours-table td:first-child { color: var(--steel); }
.hours-table td:last-child { text-align: right; font-weight: 500; }

.hours-table tr:first-child td { border-top: none; }

.location-card {
  background: var(--char-light);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
}

.location-card .label {
  color: var(--amber);
  font-family: 'Oswald', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.location-card p { margin-bottom: 18px; }

/* ---------- CTA ---------- */

.cta-section {
  background: linear-gradient(135deg, var(--amber-deep), var(--amber));
  text-align: center;
  color: var(--char-deep);
}

.cta-section h2 { color: var(--char-deep); font-size: clamp(1.8rem, 3vw, 2.3rem); margin-bottom: 14px; }
.cta-section p { color: rgba(16,16,16,0.75); max-width: 50ch; margin: 0 auto 26px; }
.cta-section .btn-group { justify-content: center; }
.cta-section .btn { background: var(--char-deep); color: var(--paper); }
.cta-section .btn:hover { background: #000; }
.cta-section .btn--ghost { background: transparent; border-color: rgba(16,16,16,0.45); color: var(--char-deep); }
.cta-section .btn--ghost:hover { border-color: var(--char-deep); }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--char-deep);
  color: var(--steel);
  padding: 28px 0;
  text-align: center;
  font-size: 0.85rem;
}

.footer-links {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.footer-links a { color: var(--steel); text-decoration: none; }
.footer-links a:hover { color: var(--amber); }

/* ---------- Responsive ---------- */

@media (max-width: 860px) {
  .services-grid, .value-grid, .hours-grid { grid-template-columns: 1fr; }
  .service-card ul { columns: 1; }
  .hero-wheel { opacity: 0.1; width: 340px; height: 340px; right: -100px; }
  .hero h1 { max-width: none; }
  .btn-group { justify-content: center; }
  .hero .btn-group { justify-content: center; }
  .hero { text-align: center; padding: 60px 0 54px; }
}
