/* MK Electric Man — clean-teal theme
   Minimalist, centered hero, generous whitespace, thin borders, teal accents, no heavy shadows */

:root {
  --bg: #FFFFFF;
  --dark: #0F172A;
  --text: #0F172A;
  --primary: #0F766E;
  --accent: #0D9488;
  --muted: #64748B;
  --border: #E5E7EB;
  --tint: #F0FDFA;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'Montserrat', system-ui, sans-serif;
  color: var(--dark);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
}

a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--accent); text-decoration: underline; }

img { max-width: 100%; height: auto; display: block; }

.wrap { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.site-header {
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 20;
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
.logo-link { display: inline-flex; align-items: center; }
.logo-link img { height: 46px; width: auto; }
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--dark);
  letter-spacing: 0.01em;
}
.main-nav a:hover { color: var(--accent); text-decoration: none; }

/* ---------- Hero ---------- */
.hero {
  text-align: center;
  padding: 72px 0 56px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, var(--tint), var(--bg));
}
.hero .eyebrow {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 6px 16px;
  margin-bottom: 22px;
  background: var(--bg);
}
.hero h1 {
  font-size: clamp(2rem, 5vw, 3.1rem);
  max-width: 760px;
  margin: 0 auto 20px;
}
.hero p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.08rem;
}

/* ---------- Sections ---------- */
main section { padding: 56px 0; }
main section + section { border-top: 1px solid var(--border); }

.section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 18px;
}
.lead { color: var(--muted); max-width: 720px; margin-bottom: 20px; }

p { margin-bottom: 18px; }
main p:last-child { margin-bottom: 0; }

ul.checklist { list-style: none; margin: 20px 0; }
ul.checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
ul.checklist li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 12px; height: 12px;
  border: 2px solid var(--accent);
  border-top: 0; border-right: 0;
  transform: rotate(-45deg);
  border-radius: 1px;
}

/* Feature grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 32px;
}
.feature-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 26px 24px;
  background: var(--bg);
}
.feature-card h3 {
  font-size: 1.12rem;
  margin-bottom: 10px;
  color: var(--primary);
}
.feature-card p { color: var(--muted); font-size: 0.98rem; margin: 0; }

/* Media rows */
.media-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.media-row.reverse .media-text { order: 2; }
.media-row img {
  border-radius: 14px;
  border: 1px solid var(--border);
  width: 100%;
  object-fit: cover;
}
.media-text h2 { margin-bottom: 16px; }

.figure-full {
  margin: 36px 0 0;
}
.figure-full img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--border);
  max-height: 460px;
  object-fit: cover;
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--border);
  background: var(--tint);
  padding: 52px 0 28px;
  margin-top: 8px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.footer-brand img { height: 52px; width: auto; margin-bottom: 16px; }
.footer-brand .biz-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--dark);
  margin-bottom: 10px;
}
.footer-brand address {
  font-style: normal;
  color: var(--muted);
  margin-bottom: 8px;
}
.footer-brand .phone a {
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--primary);
}
.footer-brand .money-link { display: inline-block; margin-top: 14px; font-weight: 600; }
.footer-map iframe { width: 100%; border: 1px solid var(--border); border-radius: 12px; }
.footer-bottom {
  border-top: 1px solid var(--border);
  margin-top: 34px;
  padding-top: 20px;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}

.back-home { display: inline-block; margin-top: 14px; font-weight: 600; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  body { font-size: 16px; }
  .site-header .wrap { justify-content: center; }
  .main-nav ul { justify-content: center; gap: 16px; }
  .hero { padding: 52px 0 40px; }
  .feature-grid { grid-template-columns: 1fr; }
  .media-row { grid-template-columns: 1fr; gap: 24px; }
  .media-row.reverse .media-text { order: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
