/* Shiftclub landing page — "1A · Pit Wall" concept (Claude Design project
   9b1cbad3-2540-4d32-8523-ae257b24d888, "Shiftclub Landing Concepts.dc.html").
   Reuses styles.css's shared header/footer/tokens/logo treatment for
   cross-page consistency with /privacy and /terms. Light-only by design —
   this page does not link dark-mode.css, unlike those two. */

.landing-main {
  max-width: none;
  margin: 0;
  padding: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 72px 56px 64px;
}

.hero-accent {
  position: absolute;
  top: -160px;
  right: -180px;
  width: 720px;
  height: 720px;
  background: var(--red);
  opacity: 0.06;
  transform: rotate(-14deg);
  border-radius: 24px;
  pointer-events: none;
}

.hero-copy {
  position: relative;
}

.hero-eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 18px;
}

.hero-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 68px;
  line-height: 0.98;
  letter-spacing: -0.005em;
  margin: 0 0 22px;
  color: var(--ink);
}

.hero-title em {
  font-style: normal;
  color: var(--red);
}

.hero-body {
  font-size: 17px;
  line-height: 1.6;
  color: var(--body);
  max-width: 420px;
  margin: 0 0 32px;
}

.hero-cta {
  display: inline-block;
  text-decoration: none;
  background: var(--red);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 15px 30px;
  border: none;
  cursor: pointer;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.phone {
  position: relative;
  z-index: 2;
  width: 300px;
  border-radius: 40px;
  background: #0c0b0b;
  padding: 10px;
  box-shadow: 0 40px 70px -30px rgba(22, 19, 20, 0.5);
}

.phone-screen {
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 12px 18px 4px;
  font-size: 11px;
  font-weight: 600;
  color: #161314;
}

.phone-appbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px 10px;
  border-bottom: 1.5px solid #161314;
}

.phone-appbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-appbar-left svg {
  display: block;
}

.phone-appbar-brand {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #161314;
}

.phone-appbar-icons {
  display: flex;
  gap: 12px;
  font-size: 15px;
  color: #161314;
}

.phone-post {
  border-bottom: 1px solid rgba(22, 19, 20, 0.1);
}

.phone-post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
}

.phone-post-user {
  display: flex;
  align-items: center;
  gap: 9px;
}

.phone-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.phone-username {
  font-size: 12.5px;
  font-weight: 600;
  color: #161314;
}

.phone-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: rgba(22, 19, 20, 0.45);
}

.phone-photo {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.phone-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px 4px;
  font-size: 16px;
}

.phone-actions-left {
  display: flex;
  gap: 13px;
  color: #161314;
}

.phone-actions-left .liked {
  color: var(--red);
}

.phone-caption {
  padding: 0 14px 12px;
}

.phone-likes {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #161314;
  margin: 2px 0 5px;
}

.phone-caption-text {
  font-size: 12px;
  line-height: 1.45;
  color: #161314;
}

.phone-caption-text strong {
  font-weight: 600;
  color: #161314;
}

.phone-comments {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #161314;
}

.phone-comments strong {
  font-weight: 600;
  color: #161314;
}

.phone-view-comments {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(22, 19, 20, 0.42);
  margin-top: 7px;
}

.phone-tabbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 11px 0 16px;
  border-top: 1.5px solid #161314;
  font-size: 18px;
  color: rgba(22, 19, 20, 0.4);
}

.phone-tabbar .active {
  color: var(--red);
}

/* Second (profile) phone — staggered/overlapping next to the first, same
   ratio as the source design (296/322 of the first phone's width, offset
   -22px/+56px at that scale), scaled down to this page's 300px first-phone
   width: 276px, -20px, +52px. Reuses .phone/.phone-screen for the frame;
   everything below is this screen's own content, distinct from the feed
   phone's post-card classes since the layout is genuinely different
   (profile header/stats/garage/grid, not a scrolling post feed). */
.phone-secondary {
  z-index: 1;
  width: 276px;
  margin-left: -20px;
  margin-top: 52px;
  box-shadow: 0 34px 60px -30px rgba(22, 19, 20, 0.5);
}

.phone-profile-header {
  padding: 12px 14px 0;
  display: flex;
  gap: 12px;
  align-items: center;
}

.phone-profile-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid var(--red);
  padding: 2px;
  box-sizing: border-box;
  display: block;
}

.phone-profile-name {
  font-size: 15px;
  font-weight: 700;
  color: #161314;
}

.phone-badges {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
}

.phone-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 12px 14px 10px;
}

.phone-stat {
  padding-left: 9px;
}

.phone-stat:first-child {
  padding-left: 0;
}

.phone-stat:not(:first-child) {
  border-left: 1px solid rgba(22, 19, 20, 0.12);
}

.phone-stat-num {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #161314;
  line-height: 1;
}

.phone-stat-num.accent {
  color: var(--red);
}

.phone-stat-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(22, 19, 20, 0.45);
}

.phone-bio {
  padding: 0 14px 10px;
  font-size: 10.5px;
  line-height: 1.5;
  color: #161314;
}

.phone-garage-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 14px 7px;
}

.phone-garage-title-row {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.phone-garage-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #161314;
}

.phone-garage-sub {
  font-size: 9px;
  color: rgba(22, 19, 20, 0.45);
}

.phone-garage-manage {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
}

.phone-cars {
  display: flex;
  gap: 7px;
  padding: 0 14px 11px;
  overflow: hidden;
}

.phone-car-card {
  flex: 0 0 90px;
  background: #f4f2f0;
  border-radius: 7px;
  overflow: hidden;
}

.phone-car-photo {
  width: 100%;
  height: 66px;
  object-fit: cover;
  display: block;
}

.phone-car-info {
  padding: 6px 8px 8px;
}

.phone-car-name {
  font-size: 11px;
  font-weight: 700;
  color: #161314;
}

.phone-car-model {
  font-size: 8.5px;
  color: rgba(22, 19, 20, 0.45);
  margin-top: 2px;
}

.phone-car-followers {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  margin-top: 4px;
}

.phone-grid-tabs {
  display: flex;
  border-top: 1.5px solid #161314;
}

.phone-grid-tab {
  flex: 1;
  text-align: center;
  padding: 7px 0 5px;
  border-bottom: 2px solid transparent;
  font-size: 13px;
  color: rgba(22, 19, 20, 0.4);
}

.phone-grid-tab.active {
  border-bottom-color: var(--red);
  color: #161314;
}

.phone-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  padding: 2px 0;
  overflow: hidden;
}

.phone-grid img {
  width: 100%;
  height: 84px;
  object-fit: cover;
  display: block;
}

.highlights {
  background: var(--paper);
  padding: 60px 56px;
  border-top: 1px solid var(--line);
}

.highlights-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 36px;
}

.highlights-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 34px;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin: 0;
}

.highlights-tag {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sub);
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.highlight-card {
  background: var(--paper);
  padding: 28px 26px 30px;
}

.highlight-num {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--red);
  margin-bottom: 14px;
}

.highlight-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 0 10px;
  color: var(--ink);
}

.highlight-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--body);
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 48px 24px;
  }

  .hero-title {
    font-size: 44px;
  }

  .hero-visual {
    order: -1;
  }

  /* Two overlapping 300px/276px phones don't fit a narrow viewport without
     either shrinking both illegibly or forcing horizontal scroll — same
     "show the primary phone only on small screens" tradeoff most real
     two-phone marketing heroes make. */
  .phone-secondary {
    display: none;
  }

  .highlights {
    padding: 48px 24px;
  }

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