:root {
  --green: #68ba27;
  --green-deep: #40a028;
  --ink: #050505;
  --panel: #121212;
  --line: rgba(255, 255, 255, 0.14);
  --text: #f5f5f5;
  --muted: #c8c8c8;
  --focus: #68ba27;
  --hero: url("https://images.unsplash.com/photo-1778665546567-a1f81b9a2c5d?auto=format&fit=crop&w=1800&q=70");
  --photo-service: url("https://images.pexels.com/photos/3855333/pexels-photo-3855333.jpeg?auto=compress&cs=tinysrgb&w=1200");
  --photo-parts: url("https://images.pexels.com/photos/11890966/pexels-photo-11890966.jpeg?auto=compress&cs=tinysrgb&w=1200");
  font-family: Barlow, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--ink);
  color: var(--text);
}

body {
  line-height: 1.45;
}

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

.hero-photo,
.action-photo-img {
  max-width: none;
  height: 100%;
}

a {
  color: var(--green);
}

a:hover {
  color: #fff;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  min-height: min(78vh, 640px);
  padding: 18px 18px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: #fff;
  background: #111 url("https://images.pexels.com/photos/2116475/pexels-photo-2116475.jpeg?auto=compress&cs=tinysrgb&w=1800") center 30% / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.12) 40%,
    rgba(5, 5, 5, 0.78) 100%
  );
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 28%;
  z-index: 0;
}

.hero-tools,
.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.hero-copy {
  width: min(720px, 100%);
  margin: 0 auto;
  padding-top: 48px;
}

.logo {
  width: min(210px, 62vw);
  display: block;
  margin-bottom: 18px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3rem, 11vw, 5.4rem);
  line-height: 0.86;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.tagline {
  margin: 0;
  max-width: 28rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.status-pill,
.lang-btn,
.action,
.chip-action,
.contact-chip,
.chip,
.cta-link,
.towing-trigger {
  min-height: 44px;
  min-width: 44px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-weight: 700;
  font-size: 0.86rem;
  backdrop-filter: blur(8px);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.status-pill.is-open {
  border-color: var(--green);
  color: var(--green);
}

.status-pill.is-open .status-dot {
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(104, 186, 39, 0.28);
}

.lang-switch {
  display: inline-flex;
  padding: 3px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.lang-btn {
  border: 0;
  background: transparent;
  color: #ddd;
  border-radius: 999px;
  padding: 0 12px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.lang-btn.is-active {
  background: var(--green);
  color: #061000;
}

.wrap {
  width: min(720px, 100%);
  margin: -18px auto 0;
  padding: 0 16px 28px;
  position: relative;
  z-index: 1;
}

.primary-grid {
  display: grid;
  gap: 12px;
}

.action,
.media-tile,
.towing-trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-decoration: none;
  color: inherit;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.action {
  min-height: 72px;
  padding: 16px 18px;
  border-radius: 18px;
}

.action-primary {
  background: var(--green);
  color: #061000;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(64, 160, 40, 0.28);
}

.action-outline,
.action-ghost {
  background: var(--panel);
  color: #fff;
  border: 1px solid var(--line);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.action-ghost {
  border-color: var(--green);
  color: var(--green);
}

.action-photo,
.media-tile {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 168px;
  align-items: flex-end;
  padding: 22px;
  border-radius: 22px;
  color: #fff;
}

.action-photo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.action-photo::after,
.media-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.78));
  pointer-events: none;
}

.media-tile-copy,
.action-title {
  position: relative;
  z-index: 1;
}

.action-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.action-title {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.action-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.18);
  flex-shrink: 0;
}

.action-primary .action-icon {
  background: rgba(0, 0, 0, 0.12);
}

.action-icon svg,
.chip-action svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.action:hover,
.media-tile:hover,
.towing-trigger:hover,
.chip-action:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.media-tile {
  margin: 12px 0 16px;
  min-height: 200px;
}

.towing-trigger {
  min-height: 88px;
  padding: 18px;
  border-radius: 20px 20px 8px 8px;
  background: #161616;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
}

.towing-trigger.is-on {
  border-radius: 20px 20px 0 0;
  border-bottom-color: transparent;
}

.tile-copy {
  display: grid;
  gap: 4px;
}

.tile-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tile-hint {
  color: var(--muted);
  font-size: 0.9rem;
}

.towing-panel {
  margin: 0 0 18px;
  padding: 8px 20px 22px;
  border-radius: 0 0 20px 20px;
  background: #161616;
  border: 1px solid var(--line);
  border-top: 0;
  border-left: 4px solid var(--green);
}

.towing-panel h2 {
  margin: 12px 0 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.towing-panel p {
  margin: 0 0 16px;
  color: var(--muted);
}

.cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--green);
  color: #061000;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cta-link:hover {
  color: #061000;
  filter: brightness(1.08);
}

.chip-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.chip-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.hub-footer {
  margin-top: 12px;
  padding: 36px 16px 40px;
  background: #000;
  border-top: 3px solid var(--green);
  color: var(--muted);
}

.footer-inner {
  width: min(720px, 100%);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  gap: 22px;
}

@media (min-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .primary-grid {
    grid-template-columns: 1fr 1fr;
  }

  .action-primary,
  .action-photo {
    grid-column: 1 / -1;
  }
}

.footer-block h2 {
  margin: 0 0 8px;
  color: var(--green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-block p,
.footer-block address {
  margin: 0 0 4px;
  font-style: normal;
  color: #eee;
}

.footer-phones,
.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.contact-chip,
.chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: #fff;
  text-decoration: none;
}

.contact-chip:hover,
.chip:hover {
  border-color: var(--green);
  color: var(--green);
}

.footer-email {
  margin: 16px 0 0;
}

.staff-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 18px;
  color: #8a8a8a;
  font-size: 0.9rem;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  background: var(--green);
  color: #061000;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 800;
  z-index: 20;
}

.toast[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .action,
  .media-tile,
  .towing-trigger,
  .chip-action {
    transition: none;
  }
}
