:root {
  --green: #C06030;
  --green-deep: #863C14;
  --ink: #050505;
  --panel: #121212;
  --line: rgba(255, 255, 255, 0.14);
  --text: #f5f5f5;
  --muted: #c8c8c8;
  --focus: #C06030;
  --hero: url("https://alphacyclesmiami.com/wp-content/uploads/2026/09/2023-TRIUMPH-BONEVILLE-BOBBER-RED-APTBF0429-FOTOS-1.jpg");
  --photo-service: url("https://alphacyclesmiami.com/wp-content/uploads/2026/01/1.jpg");
  --photo-parts: url("https://alphacyclesmiami.com/wp-content/uploads/2026/09/2023-TRIUMPH-BONEVILLE-BOBBER-RED-APTBF0429-FOTOS-1.jpg");
  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(52vh, 420px);
  padding: 18px 18px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: #fff;
  background: #111 url("https://alphacyclesmiami.com/wp-content/uploads/2026/09/2023-TRIUMPH-BONEVILLE-BOBBER-RED-APTBF0429-FOTOS-1.jpg") center 42% / 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;
  padding-bottom: 18px;
}

.hero-deal {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(100% + 36px);
  margin: 0 -18px;
  min-height: 54px;
  padding: 10px 16px;
  border: 0;
  background: var(--green);
  color: #1c100c;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 -6px 28px rgba(192, 96, 48, 0.55);
}

.hero-deal[hidden] {
  display: none !important;
}

.hero-deal-flag {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 4px;
  background: #1c100c;
  color: var(--green);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: promo-pulse 1.6s ease-in-out infinite;
}

.hero-deal-title {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-deal-cta {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: #1c100c;
  color: var(--green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes promo-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-deal-flag,
  .promo-urgency {
    animation: none;
  }
}

.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;
}

.hero-socials {
  margin-top: 18px;
}

.hero-socials-label {
  margin: 0 0 10px;
  color: var(--green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-socials-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-social {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  backdrop-filter: blur(8px);
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.hero-social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hero-social:hover {
  transform: translateY(-2px);
  border-color: var(--green);
  background: var(--green);
  color: #1c100c;
}

.status-pill,
.lang-btn,
.action,
.chip-action,
.contact-chip,
.chip,
.hero-social,
.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(192, 96, 48, 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: #1c100c;
}

.wrap {
  width: min(720px, 100%);
  margin: 16px auto 0;
  padding: 0 16px 40px;
  position: relative;
  z-index: 1;
}

.primary-grid {
  display: grid;
  gap: 16px;
}

.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: #1c100c;
  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;
}

button.action-photo {
  width: 100%;
  display: flex;
  font: inherit;
  cursor: pointer;
  border: 0;
  text-align: left;
  background: #111;
}

.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: 20px 0 24px;
  min-height: 220px;
}

.towing-trigger[hidden] {
  display: none !important;
}

.towing-trigger {
  min-height: 88px;
  margin: 0 0 20px;
  padding: 18px;
  border-radius: 20px;
  background: #161616;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
}

.towing-trigger.is-on {
  margin-bottom: 0;
  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 24px;
  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: #1c100c;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cta-link:hover {
  color: #1c100c;
  filter: brightness(1.08);
}

.chip-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 4px;
}

.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;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  background: var(--green);
  color: #1c100c;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 800;
  z-index: 20;
}

.toast[hidden] {
  display: none;
}

.book-modal {
  border: 2px solid #000;
  border-radius: 18px;
  padding: 0;
  width: min(520px, calc(100% - 24px));
  box-shadow: 6px 8px 0 #000;
  background: #f7f3ef;
}

.book-modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.book-form {
  padding: 18px;
  display: grid;
  gap: 4px;
}

.book-form h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.book-form p {
  margin: 0 0 8px;
  color: #444;
}

.book-form label {
  font-weight: 700;
  margin-top: 6px;
}

.book-form input,
.book-form select,
.book-form textarea {
  width: 100%;
  min-height: 44px;
  margin: 4px 0 8px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #ccc;
  font: inherit;
  box-sizing: border-box;
}

.book-form textarea {
  min-height: 88px;
  resize: vertical;
}

.book-form .hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.book-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.book-consent input {
  width: auto;
  min-height: auto;
  margin: 0;
}

.promo-strip {
  margin: 0 0 20px;
  padding: 16px 14px 14px;
  border-radius: 22px;
  border: 3px solid #1c100c;
  background: var(--green);
  color: #1c100c;
  box-shadow:
    0 0 0 3px var(--green),
    0 14px 0 #863C14,
    0 22px 36px rgba(192, 96, 48, 0.45);
  position: relative;
  overflow: hidden;
}

.promo-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.35) 45%, transparent 70%);
  transform: translateX(-120%);
  animation: promo-shine 3.6s ease-in-out infinite;
}

@keyframes promo-shine {
  0%,
  55% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo-strip::after {
    animation: none;
  }
}

.promo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 12px;
  position: relative;
  z-index: 1;
}

.promo-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #1c100c;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.promo-urgency {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: promo-pulse 1.6s ease-in-out infinite;
}

#promo-list {
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.promo-item {
  padding: 16px 16px 14px;
  border-radius: 16px;
  background: #1c100c;
  border: 0;
  width: 100%;
  text-align: left;
  color: #fff;
  font: inherit;
  cursor: pointer;
  display: grid;
  gap: 8px;
}

.promo-item:hover,
.promo-item:focus-visible {
  transform: translateY(-2px);
}

.promo-item strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.05;
  color: #fff;
}

.promo-item p {
  margin: 0;
  color: #d4d4d4;
  font-size: 0.95rem;
  line-height: 1.4;
}

.promo-meta {
  color: var(--green) !important;
  font-size: 0.8rem !important;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.promo-claim {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 4px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--green);
  color: #1c100c;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.promo-cta {
  display: none;
}

.approve-body {
  min-height: 100vh;
  display: grid;
  place-items: start center;
  padding: 32px 16px;
}

.approve-card {
  width: min(480px, 100%);
  background: #f7f3ef;
  border: 2px solid #000;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 6px 8px 0 #000;
}

.approve-request {
  white-space: pre-wrap;
  font-weight: 700;
}

.approve-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.book-error {
  min-height: 1.2em;
  color: #8a1f11;
  font-weight: 700;
}

.book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.book-actions .chip-action,
#book-cancel {
  color: #000;
  border-color: #000;
  background: #fff;
}

.book-actions .chip-action:hover,
#book-cancel:hover {
  background: #f6efe8;
  color: #000;
}

@media (prefers-reduced-motion: reduce) {
  .action,
  .media-tile,
  .towing-trigger,
  .chip-action {
    transition: none;
  }
}
