/* MENSVEAR OUTLET — App publishing (street / brutalist: black + electric lime, sharp type) */
:root {
  --bg: #181818;
  --surface: #111111;
  --ink: #0a0a0a;
  --muted: #737373;
  --lime: #dfff1a;
  --lime-dim: #b8cc15;
  --border: #2a2a2a;
  --font-head: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --radius: 6px;
}

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

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  min-height: 100vh;
}

a {
  color: var(--ink);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  font-weight: 600;
}

a:hover {
  color: var(--lime-dim);
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.5rem;
  z-index: 1000;
  padding: 0.5rem 1rem;
  background: var(--lime);
  color: var(--ink);
  border-radius: 4px;
  font-weight: 700;
}

.skip-link:focus {
  left: 0.5rem;
}

.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;
}

.wrap {
  width: min(1080px, 100% - 2rem);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--ink);
  border-bottom: 4px solid var(--lime);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  flex-wrap: wrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-head);
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #fafafa;
  text-decoration: none;
  line-height: 1;
}

.brand__mark {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: var(--lime);
  border: 3px solid var(--ink);
  box-shadow: 0 0 0 2px var(--lime);
}

.nav-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  border-radius: 4px;
  border: 2px solid #525252;
  background: var(--ink);
  color: #fafafa;
  cursor: pointer;
  font-weight: 700;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.15rem;
  align-items: center;
}

.nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a3a3a3;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--lime);
}

.header-actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 1rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: 3px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  transition: background .15s, border-color .15s, color .15s;
}

.btn--primary {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
}

.btn--primary:hover {
  background: #f5ff7a;
  border-color: #f5ff7a;
}

.btn--ghost {
  background: transparent;
  color: #fafafa;
  border-color: #fafafa;
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  position: relative;
  padding: clamp(2.5rem, 7vw, 4.5rem) 0;
  overflow: hidden;
  background: var(--ink);
  color: #fafafa;
}

.hero__bg {
  display: none;
}

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

.hero__title {
  font-family: var(--font-head);
  font-size: clamp(3rem, 10vw, 5.5rem);
  line-height: 0.92;
  margin: 0 0 1rem;
  max-width: 14ch;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.hero__lead {
  margin: 0 0 1.5rem;
  color: #a3a3a3;
  max-width: 38ch;
  font-size: 1.0625rem;
  font-weight: 500;
}

.hero .section__sub {
  color: #a3a3a3;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.store-badges a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 0.85rem;
  border-radius: 4px;
  border: 3px solid var(--lime);
  background: var(--ink);
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--lime);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.store-badges a:hover {
  background: var(--lime);
  color: var(--ink);
}

.section {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: var(--bg);
}

.section__title {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0 0 0.5rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1;
}

.section__sub {
  margin: 0 0 1.5rem;
  color: var(--muted);
  max-width: 60ch;
  font-weight: 500;
}

.app-strip {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
}

.app-card {
  flex: 0 0 min(300px, 88vw);
  scroll-snap-align: start;
  border: 3px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  padding: 1rem;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0.85rem;
  align-items: start;
  transition: transform 0.15s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .app-card:hover {
    transform: translateY(-4px);
    box-shadow: 6px 6px 0 var(--ink);
  }
}

.app-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 6px;
  background: var(--ink);
  border: 3px solid var(--lime);
}

.app-card h3 {
  margin: 0 0 0.25rem;
  font-family: var(--font-head);
  font-size: 1.35rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1.05;
}

.app-card p {
  margin: 0 0 0.65rem;
  color: var(--muted);
  font-size: 0.9375rem;
}

.app-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.app-card__links a {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.services {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .services {
    grid-template-columns: repeat(4, 1fr);
  }
}

.service {
  padding: 1.15rem;
  border-radius: 8px;
  border: 3px solid var(--border);
  background: var(--surface);
}

.service h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-head);
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.service p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9375rem;
}

.timeline {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .timeline {
    grid-template-columns: repeat(4, 1fr);
  }
}

.tl-item {
  position: relative;
  padding: 1rem;
  padding-top: 1.2rem;
  border-radius: 8px;
  background: var(--surface);
  border: 3px solid var(--border);
}

.tl-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 5px 5px 0 0;
  background: var(--lime);
}

.tl-item strong {
  display: block;
  font-family: var(--font-head);
  margin-bottom: 0.35rem;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.tl-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9375rem;
}

.band-dark {
  background: var(--ink);
  color: #fafafa;
  padding: clamp(2rem, 5vw, 3rem) 0;
  border-top: 4px solid var(--lime);
  border-bottom: 4px solid var(--lime);
}

.band-dark .section__sub {
  color: #a3a3a3;
}

.quote {
  margin: 0;
  font-size: 1.05rem;
  color: #e5e5e5;
  font-weight: 500;
  border-left: 4px solid var(--lime);
  padding-left: 1rem;
}

.quote footer {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #737373;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.site-footer {
  padding: 2.5rem 0;
  background: var(--ink);
  color: #a3a3a3;
  border-top: 4px solid var(--lime);
}

.site-footer a {
  color: #a3a3a3;
}

.site-footer a:hover {
  color: var(--lime);
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
}

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

.site-footer h2 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  margin: 0 0 0.65rem;
  letter-spacing: 0.06em;
  color: #fafafa;
  font-weight: 400;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  margin-bottom: 0.45rem;
}

.legal {
  font-size: 0.875rem;
  color: #737373;
}

.page-hero {
  padding: 2.25rem 0 1rem;
  background: var(--bg);
}

.page-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 0.65rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1;
}

.page-hero p {
  margin: 0;
  color: var(--muted);
  max-width: 65ch;
}

.prose {
  max-width: 65ch;
}

.prose p {
  color: var(--muted);
}

.prose h2 {
  font-family: var(--font-head);
  letter-spacing: 0.04em;
  font-weight: 400;
}

.form {
  display: grid;
  gap: 1rem;
  max-width: 520px;
}

.form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
}

.form input,
.form select,
.form textarea {
  min-height: 44px;
  padding: 0 0.85rem;
  border-radius: 4px;
  border: 3px solid var(--border);
  background: var(--surface);
  font: inherit;
}

.form textarea {
  min-height: 130px;
  padding: 0.65rem 0.85rem;
}

.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.toast[hidden] {
  display: none;
}

.toast {
  padding: 0.75rem 1rem;
  border-radius: 4px;
  border: 3px solid var(--border);
  background: var(--lime);
  color: var(--ink);
  font-weight: 600;
}

.phone-mock {
  border-radius: 22px;
  border: 3px solid var(--border);
  background: linear-gradient(180deg, #171717, #0a0a0a);
  aspect-ratio: 9 / 18;
  max-height: 360px;
  margin: 0 auto;
  box-shadow: 8px 8px 0 var(--lime);
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
  }
  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav.is-open {
    display: flex;
  }
  .header-actions {
    margin-left: auto;
  }
  .site-header__inner {
    flex-wrap: nowrap;
  }
}
