/* =============================================
   BIG MIKE'S FIX-IT SERVICES — styles.css
   NEOBRUTALISM
   ============================================= */

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #000000;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
ul { list-style: none; }

/* ---- Container ---- */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- Neobrutalism Tokens ---- */
:root {
  --border: 3px solid #000;
  --shadow: 5px 5px 0 #000;
  --shadow-lg: 8px 8px 0 #000;
  --shadow-hover: 8px 8px 0 #000;
  --radius: 0px;
  --yellow: #ffd700;
  --orange: #ff6b35;
  --white: #ffffff;
  --black: #000000;
}

/* ---- Buttons ---- */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border: var(--border);
  box-shadow: var(--shadow);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  text-align: center;
  background: var(--yellow);
  color: #000;
  letter-spacing: -0.01em;
}
.btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-hover);
}
.btn:active {
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 #000;
}

.btn-primary {
  background: var(--yellow);
  color: #000;
}

.btn-outline-dark {
  background: var(--white);
  color: #000;
}
.btn-outline-dark:hover {
  background: #f5f5f5;
}

.btn-full { width: 100%; }

/* ---- Section Typography ---- */
.section-label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--yellow);
  border: 2px solid #000;
  padding: 4px 12px;
  margin-bottom: 12px;
  color: #000;
}
.section-label-dark {
  background: #000;
  color: var(--yellow);
  border-color: #000;
}

.section-heading-nb {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  color: #000;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0;
}

.section-header-nb {
  margin-bottom: 48px;
}
.section-header-nb .section-label {
  display: block;
  width: fit-content;
}

/* ---- Section dividers ---- */
.section-divider {
  border: none;
  border-top: 4px solid #000;
  margin: 0;
}

/* ---- Fade-up ---- */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================
   NAV
   ============================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: var(--border);
  transition: box-shadow 0.2s;
}
.site-header.scrolled {
  box-shadow: 0 4px 0 #000;
}

.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.02em;
}
.logo-hammer { font-size: 1.3rem; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links li a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #000;
  letter-spacing: 0.02em;
  transition: color 0.15s;
  text-transform: uppercase;
}
.nav-links li a:hover { color: #555; }

.nav-cta {
  background: var(--yellow) !important;
  color: #000 !important;
  padding: 8px 20px;
  border: var(--border) !important;
  box-shadow: 3px 3px 0 #000;
  font-weight: 800 !important;
  font-family: 'Space Grotesk', sans-serif !important;
  transition: transform 0.15s, box-shadow 0.15s !important;
}
.nav-cta:hover {
  transform: translate(-2px, -2px) !important;
  box-shadow: 5px 5px 0 #000 !important;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: #000;
  transition: all 0.3s;
}

/* =============================================
   HERO
   ============================================= */
.hero {
  padding: 80px 0 80px;
  background: #fff;
  border-bottom: 4px solid #000;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}

.hero-text { position: relative; }

.hero-stamp {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  border: 4px solid #000;
  border-radius: 50%;
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 0 #000;
  z-index: 2;
  transform: rotate(8deg);
}
.stamp-inner {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hero-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 24px;
  margin-top: 12px;
}

.hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: #333;
  font-weight: 500;
  max-width: 460px;
  margin-bottom: 36px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hero-badge {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  border: 2px solid #000;
  padding: 4px 12px;
  background: #fff8e6;
  color: #000;
}

/* Hero image block */
.hero-image-block {
  position: relative;
}
.hero-image-block img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border: var(--border);
  box-shadow: var(--shadow-lg);
}
.hero-tagline-box {
  position: absolute;
  bottom: -24px;
  left: -24px;
  background: var(--yellow);
  border: var(--border);
  box-shadow: var(--shadow);
  padding: 16px 20px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.4;
  max-width: 200px;
}
.hero-tagline-box strong { font-weight: 800; }

/* =============================================
   MARQUEE STRIP
   ============================================= */
.marquee-strip {
  background: #000;
  color: var(--yellow);
  padding: 14px 0;
  overflow: hidden;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee-scroll 22s linear infinite;
}
.marquee-inner span {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 0;
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* =============================================
   SERVICES
   ============================================= */
.services {
  padding: 96px 0;
  background: #fff;
  border-top: 4px solid #000;
}

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

.service-card {
  background: #fff;
  border: var(--border);
  box-shadow: var(--shadow);
  padding: 28px;
  position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  background: #fff8e6;
}
.service-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: var(--shadow-hover);
}

.service-card-num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: #000;
  opacity: 0.07;
  position: absolute;
  top: 12px;
  right: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
}

.service-icon-nb {
  margin-bottom: 16px;
}
.service-icon-nb svg {
  width: 40px;
  height: 40px;
}

.service-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.service-card p {
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
  line-height: 1.6;
}

/* =============================================
   WHY MIKE
   ============================================= */
.why-mike {
  padding: 96px 0;
  background: var(--yellow);
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}

.why-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: flex-start;
}

.why-content .section-heading-nb {
  margin-bottom: 40px;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.why-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 3px solid #000;
}
.why-item:first-child { border-top: 3px solid #000; }

.why-num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: #000;
  line-height: 1;
  min-width: 48px;
  letter-spacing: -0.03em;
}

.why-text strong {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.why-text p {
  font-size: 0.9rem;
  color: #222;
  font-weight: 500;
  line-height: 1.6;
}

/* Image side */
.why-image-side {
  position: relative;
  padding-top: 48px;
}
.why-image-side img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border: var(--border);
  box-shadow: var(--shadow-lg);
}
.why-callout-box {
  position: absolute;
  top: 0;
  right: -16px;
  background: #fff;
  border: var(--border);
  box-shadow: var(--shadow);
  padding: 20px 24px;
  text-align: center;
}
.wcb-num {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #000;
  letter-spacing: -0.03em;
  line-height: 1;
}
.wcb-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #444;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* =============================================
   REVIEWS
   ============================================= */
.reviews {
  padding: 96px 0;
  background: #fff;
  border-top: 4px solid #000;
}

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

.review-card {
  background: #fff;
  border: var(--border);
  box-shadow: var(--shadow);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.review-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: var(--shadow-hover);
}

.review-stars {
  color: #000;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.review-text {
  font-size: 0.93rem;
  color: #222;
  font-weight: 500;
  line-height: 1.65;
  flex: 1;
  font-style: italic;
}

.review-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 2px solid #000;
  gap: 12px;
}

.review-author-nb {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-avatar-nb {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: #000;
  color: var(--yellow);
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
}

.review-author-nb strong {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
}
.review-author-nb span {
  font-size: 0.78rem;
  color: #555;
  font-weight: 500;
}

.google-badge-nb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #555;
  flex-shrink: 0;
}
.google-badge-nb svg { width: 16px; height: 16px; }

/* =============================================
   CONTACT
   ============================================= */
.contact {
  padding: 96px 0;
  background: #fff8e6;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: flex-start;
}

.contact-left .section-heading-nb {
  margin-bottom: 16px;
}
.contact-left > p {
  font-size: 0.97rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 1.65;
}

.contact-direct {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-phone-big {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: #000;
  letter-spacing: -0.02em;
  transition: color 0.15s;
  border-bottom: 4px solid var(--yellow);
  display: inline-block;
  line-height: 1.2;
}
.contact-phone-big:hover { color: #333; }
.contact-direct span {
  font-size: 0.82rem;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contact-address {
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
  line-height: 1.6;
  border-left: 4px solid #000;
  padding-left: 12px;
}

/* Form */
.contact-form-wrap {
  background: #fff;
  border: var(--border);
  box-shadow: var(--shadow-lg);
  padding: 40px;
}

.form-row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.form-group label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #000;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 14px;
  border: 2px solid #000;
  border-radius: 0;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #000;
  background: #fff;
  transition: box-shadow 0.15s;
  -webkit-appearance: none;
  appearance: none;
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 36px;
  cursor: pointer;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  box-shadow: 3px 3px 0 #000;
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
  border-color: #cc0000;
  box-shadow: 3px 3px 0 #cc0000;
}

.field-error {
  font-size: 0.78rem;
  color: #cc0000;
  font-weight: 700;
  margin-top: 4px;
  min-height: 18px;
  font-family: 'Inter', sans-serif;
}

.form-group textarea { resize: vertical; min-height: 110px; }

/* Success */
.form-success {
  text-align: center;
  padding: 48px 24px;
}
.success-stamp {
  width: 72px;
  height: 72px;
  background: var(--yellow);
  color: #000;
  border: var(--border);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  margin: 0 auto 24px;
  font-family: 'Space Grotesk', sans-serif;
}
.form-success h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #000;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.form-success p {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}
.form-success a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: #000;
  color: #fff;
}

.footer-top-bar {
  height: 8px;
  background: var(--yellow);
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding: 64px 0 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-logo-nb {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.footer-brand p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 4px;
  font-weight: 500;
}
.footer-brand a {
  color: var(--yellow);
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Space Grotesk', sans-serif;
}
.footer-tag {
  font-size: 0.85rem !important;
  font-style: italic;
  color: rgba(255,255,255,0.3) !important;
  margin-top: 12px !important;
}

.footer-links h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(255,255,255,0.1);
}
.footer-links ul { display: flex; flex-direction: column; gap: 10px; }
.footer-links li a {
  color: rgba(255,255,255,0.65);
  font-size: 0.88rem;
  font-weight: 500;
  transition: color 0.15s;
}
.footer-links li a:hover { color: var(--yellow); }

.footer-facts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-fact {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ff-num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: var(--yellow);
  letter-spacing: -0.03em;
  line-height: 1;
}
.ff-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.footer-fact-badge {
  background: var(--yellow);
  color: #000;
  border: 2px solid var(--yellow);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
  padding: 8px 14px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 4px;
}

.footer-bottom {
  text-align: center;
  padding: 20px;
}
.footer-bottom p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.25);
  font-weight: 500;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-image-block img { height: 360px; }
  .hero-stamp { top: -60px; right: 0; }
  .why-inner { grid-template-columns: 1fr; gap: 48px; }
  .why-image-side { padding-top: 32px; }
  .why-image-side img { height: 320px; }
  .why-callout-box { top: 0; right: 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: fixed;
    top: 68px; left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    gap: 0;
    border: var(--border);
    border-top: none;
    box-shadow: 4px 4px 0 #000;
  }
  .nav-links.open { display: flex; }
  .nav-links li a {
    display: block;
    padding: 16px 24px;
    border-bottom: 2px solid #000;
    font-size: 1rem;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 800;
  }
  .nav-cta { margin: 8px 24px 16px; display: inline-block; }
  .nav-toggle { display: flex; }

  .hero { padding: 60px 0; }
  .hero-headline { font-size: clamp(2.8rem, 12vw, 4rem); }
  .hero-image-block { display: none; }
  .hero-stamp { position: static; display: inline-flex; margin-bottom: 20px; width: 80px; height: 80px; }
  .hero-text { padding-top: 0; }

  .services-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }

  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .contact-form-wrap { padding: 24px 20px; }
  .form-row.two-col { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .section-heading-nb { font-size: 2.4rem; }
  .hero-tagline-box { display: none; }
}
