/* mobiletshirtbar.com — "tee-truck" theme, built for this site only.
   Palette: slate wash bg, white surface, punch pink accent, ocean blue accent2, ink navy.
   Motif: clothesline dividers, hanging-tee pins, size-tag chips, swing-tag CTA. */

:root {
  --bg: #f1f5f9;
  --surface: #ffffff;
  --accent: #ef476f;
  --accent2: #118ab2;
  --ink: #1b2430;
  --ink-soft: #47525f;
  --rope: #b9a284;
  --pin: #d9822b;
  --line: #dbe3ec;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(27, 36, 48, 0.10);
  --display: "Permanent Marker", cursive;
  --body: "Open Sans", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent2); }

h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.15; letter-spacing: 0.3px; }
h1 { font-size: clamp(1.9rem, 4.6vw, 3.1rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 0.6em; }
h3 { font-size: 1.15rem; margin-bottom: 0.35em; }
.h2-tight { margin-top: 1.2em; }

.eyebrow {
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 0.5rem;
}
.lede { font-size: 1.1rem; color: var(--ink-soft); max-width: 62ch; margin-top: 0.8rem; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.65rem clamp(1rem, 4vw, 2.4rem);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 2px dashed var(--line);
}
.brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--ink); }
.brand-tee { color: var(--accent); display: grid; place-items: center; transform: rotate(-6deg); }
.brand-words { display: flex; flex-direction: column; line-height: 1.1; }
.brand-words strong { font-family: var(--display); font-size: 1.05rem; font-weight: 400; }
.brand-words small { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent2); }
.nav-toggle {
  display: none; font: 700 0.85rem var(--body); text-transform: uppercase; letter-spacing: 0.08em;
  background: var(--ink); color: #fff; border: 0; border-radius: 999px; padding: 0.55rem 1.1rem; cursor: pointer;
}
.site-nav { display: flex; align-items: center; gap: clamp(0.7rem, 1.6vw, 1.3rem); }
.site-nav a {
  text-decoration: none; color: var(--ink-soft); font-weight: 700; font-size: 0.92rem;
  padding: 0.25rem 0.1rem; border-bottom: 2px solid transparent;
}
.site-nav a:hover { color: var(--ink); border-bottom-color: var(--accent); }
.site-nav a.is-here { color: var(--accent); border-bottom-color: var(--accent); }
.site-nav .nav-cta {
  background: var(--accent); color: #fff; border-radius: 999px; padding: 0.5rem 1.15rem;
  border-bottom: 0; box-shadow: 0 4px 14px rgba(239, 71, 111, 0.35);
}
.site-nav .nav-cta:hover { background: #d93a60; color: #fff; }

/* ---------- hero ---------- */
.hero { position: relative; padding: 1.4rem clamp(1rem, 5vw, 3rem) 3rem; max-width: 1200px; margin: 0 auto; }
.hero-line { position: absolute; left: 0; right: 0; top: 0.6rem; height: 40px; pointer-events: none; }
.hero-line svg { width: 100%; height: 100%; }
.hero-strip {
  display: flex; justify-content: center; gap: clamp(0.8rem, 3vw, 2.2rem);
  padding-top: 1.6rem; margin-bottom: 2.2rem;
}
.strip-photo {
  position: relative; width: clamp(140px, 30vw, 320px);
  background: var(--surface); padding: 8px 8px 14px;
  border-radius: 6px; box-shadow: var(--shadow);
}
.strip-photo img { border-radius: 3px; aspect-ratio: 4 / 3; object-fit: cover; }
.strip-photo::before {
  content: ""; position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  width: 12px; height: 22px; border-radius: 3px;
  background: linear-gradient(180deg, var(--pin), #b96a1f);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.tilt-l { transform: rotate(-2.4deg); }
.tilt-r { transform: rotate(1.8deg) translateY(10px); }
.hero-copy { max-width: 780px; margin: 0 auto; text-align: center; }
.hero-copy .lede { margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin: 1.6rem 0 1.1rem; }

/* swing-tag CTA */
.tag-cta {
  position: relative; display: inline-flex; align-items: center; gap: 0.55rem;
  background: var(--accent); color: #fff; text-decoration: none;
  font-family: var(--display); font-size: 1.15rem; letter-spacing: 0.5px;
  padding: 0.75rem 1.5rem 0.75rem 1.15rem;
  border-radius: 4px 12px 12px 4px;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 14px 100%, 0 50%);
  padding-left: 1.7rem;
  box-shadow: 0 8px 20px rgba(239, 71, 111, 0.4);
  transform: rotate(-1.5deg);
  transition: transform 0.15s ease;
}
.tag-cta:hover { transform: rotate(0.5deg) scale(1.03); }
.tag-hole {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--bg); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  flex: none;
}
.ghost-cta {
  display: inline-flex; align-items: center;
  font-weight: 800; color: var(--ink); text-decoration: none;
  border: 2px solid var(--ink); border-radius: 999px; padding: 0.65rem 1.4rem;
}
.ghost-cta:hover { background: var(--ink); color: #fff; }
.hero-note { font-size: 0.85rem; color: var(--ink-soft); margin-top: 0.9rem; }

/* size-tag chips */
.size-chips { display: flex; flex-wrap: wrap; gap: 0.45rem; justify-content: center; margin-top: 1rem; }
.split .size-chips, .prose .size-chips { justify-content: flex-start; }
.size-chip {
  position: relative; display: inline-block;
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.06em;
  background: var(--surface); color: var(--ink);
  border: 1.5px solid var(--ink); border-radius: 3px 8px 8px 3px;
  padding: 0.18rem 0.7rem 0.18rem 1.05rem;
  transform: rotate(-1deg);
}
.size-chip::before {
  content: ""; position: absolute; left: 5px; top: 50%; transform: translateY(-50%);
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--bg); border: 1px solid var(--ink);
}
.size-chip:nth-child(even) { transform: rotate(1.2deg); border-color: var(--accent2); color: var(--accent2); }

/* ---------- clothesline divider ---------- */
.clothesline-divider { max-width: 1200px; margin: 0.5rem auto; height: 90px; }
.clothesline-divider svg { width: 100%; height: 100%; }
.clothesline-divider.flip svg { transform: scaleX(-1); }

/* ---------- sections ---------- */
section { max-width: 1120px; margin: 0 auto; padding: 2.4rem clamp(1rem, 4vw, 2.4rem); }
.page-head { text-align: left; padding-top: 2.6rem; }

.steps-wrap { text-align: center; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 1.6rem; text-align: left; }
.step-card {
  background: var(--surface); border-radius: var(--radius); padding: 1.6rem 1.4rem 1.4rem;
  box-shadow: var(--shadow); border-top: 4px solid var(--accent); position: relative;
}
.step-card:nth-child(2) { border-top-color: var(--accent2); transform: rotate(0.4deg); }
.step-card:nth-child(3) { transform: rotate(-0.4deg); }
.step-no {
  position: absolute; top: -18px; left: 1.1rem;
  font-family: var(--display); font-size: 1.4rem; color: #fff;
  background: var(--ink); width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; box-shadow: var(--shadow);
}
.step-card h3 { margin-top: 0.6rem; }
.step-card p { color: var(--ink-soft); font-size: 0.95rem; }

/* photo + copy bands */
.band, .split, .case {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(1.4rem, 4vw, 3rem); align-items: center;
}
.split.rev, .case.rev { grid-template-columns: 1.2fr 1fr; }
.split.rev .split-photo, .case.rev .case-photo { order: 2; }
.band-photo img, .split-photo img, .case-photo img {
  border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; width: 100%;
}
.band-photo img { aspect-ratio: 3 / 4; max-height: 460px; }
.split-photo img, .case-photo img { aspect-ratio: 4 / 3; }
.band-copy p, .split-copy p, .case-copy p { color: var(--ink-soft); margin-bottom: 0.9rem; }
.text-link { font-weight: 800; text-decoration: none; color: var(--accent); }
.text-link:hover { text-decoration: underline; }

/* venue / answer cards */
.venue-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; margin-top: 1.4rem; }
.venue-grid.wide { grid-template-columns: repeat(2, 1fr); }
.venue-card, .post-card {
  display: flex; flex-direction: column; gap: 0.4rem;
  background: var(--surface); border-radius: var(--radius); padding: 1.4rem 1.3rem;
  text-decoration: none; color: var(--ink);
  box-shadow: var(--shadow); border: 1.5px solid transparent;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.venue-card:hover, .post-card:hover { transform: translateY(-3px) rotate(-0.3deg); border-color: var(--accent); }
.venue-card p, .post-card p { color: var(--ink-soft); font-size: 0.93rem; flex: 1; }
.venue-more {
  font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent2);
}
.post-kicker { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); }
.post-list { display: grid; gap: 1.2rem; }
.post-card h2 { margin-bottom: 0.2rem; font-size: 1.35rem; }

/* trust row */
.trust { text-align: center; padding-top: 1rem; padding-bottom: 1rem; }
.trust-row {
  display: flex; flex-wrap: wrap; gap: 1rem 2.2rem; justify-content: center;
  font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.9rem; color: var(--ink-soft);
}

/* prose + checklists */
.prose { max-width: 820px; }
.prose h2 { margin-top: 1.6rem; }
.prose p { color: var(--ink-soft); margin-bottom: 1rem; }
.prose strong { color: var(--ink); }
.checklist { list-style: none; margin: 1rem 0 1.4rem; display: grid; gap: 0.55rem; }
.checklist li { position: relative; padding-left: 1.9rem; color: var(--ink-soft); }
.checklist li strong { color: var(--ink); }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 0.32em;
  width: 15px; height: 15px; border-radius: 4px;
  background: var(--accent2);
  clip-path: polygon(14% 44%, 0 60%, 40% 100%, 100% 16%, 84% 2%, 40% 68%);
}
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 1.6rem; }
.checklist-wrap { max-width: 820px; }

/* pricing cards */
.price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.price-card {
  background: var(--surface); border-radius: var(--radius); padding: 1.7rem 1.5rem;
  box-shadow: var(--shadow); border-top: 4px solid var(--accent2);
}
.price-card:first-child { border-top-color: var(--accent); transform: rotate(-0.4deg); }
.price-card:last-child { transform: rotate(0.4deg); }
.price-big { font-family: var(--display); font-size: 2.1rem; color: var(--accent); margin: 0.3rem 0 0.7rem; }
.price-card:nth-child(2) .price-big { color: var(--accent2); }
.price-unit { font-size: 1.1rem; color: var(--ink-soft); }
.price-card p { color: var(--ink-soft); font-size: 0.95rem; }

/* gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.gallery-grid figure {
  background: var(--surface); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
}
.gallery-grid img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.gallery-grid figcaption { padding: 0.7rem 1rem 0.9rem; font-size: 0.86rem; color: var(--ink-soft); }

/* case studies */
.case { margin-bottom: 1.6rem; }
.case-tag { font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent2); margin-bottom: 0.4rem; }
.case-lesson { background: var(--bg); border-left: 4px solid var(--accent); border-radius: 6px; padding: 0.7rem 1rem; font-size: 0.92rem; }

/* blog post */
.post-photo { max-width: 820px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2.4rem); }
.post-photo img { border-radius: var(--radius); box-shadow: var(--shadow); }

/* ---------- quote form ---------- */
.quote-wrap {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(1.5rem, 4vw, 3rem);
  background: var(--ink); border-radius: 22px; color: #eef3f8;
  padding: clamp(1.6rem, 4vw, 3rem); margin-top: 2rem; margin-bottom: 3rem;
}
.quote-wrap .eyebrow { color: #ffb3c6; }
.quote-wrap h2 { color: #fff; }
.quote-intro p { color: #c3ccd6; margin-bottom: 0.9rem; }
.quote-intro a { color: #7fd3f0; }
.lead-form { display: grid; gap: 0.9rem; }
.lead-form label { display: grid; gap: 0.3rem; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #aeb9c5; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.lead-form input, .lead-form textarea {
  font: 400 1rem var(--body); color: var(--ink);
  background: #fff; border: 2px solid transparent; border-radius: 9px; padding: 0.65rem 0.8rem; width: 100%;
}
.lead-form input:focus, .lead-form textarea:focus { outline: none; border-color: var(--accent); }
.hp-wrap { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-submit {
  font-family: var(--display); font-size: 1.2rem; letter-spacing: 0.5px;
  background: var(--accent); color: #fff; border: 0; border-radius: 10px;
  padding: 0.85rem 1.4rem; cursor: pointer; transform: rotate(-0.6deg);
  box-shadow: 0 8px 20px rgba(239, 71, 111, 0.45);
  transition: transform 0.15s ease;
}
.form-submit:hover { transform: rotate(0deg) scale(1.02); }
.form-submit:disabled { opacity: 0.7; cursor: wait; }
.form-note { font-size: 0.85rem; color: #aeb9c5; }
.lead-form.is-success .form-note { color: #8be0a4; }

/* ---------- footer ---------- */
.site-footer { background: var(--surface); border-top: 2px dashed var(--line); padding: 2.6rem clamp(1rem, 4vw, 2.4rem) 1.4rem; }
.foot-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.foot-brand strong { font-family: var(--display); font-size: 1.2rem; }
.foot-brand p, .foot-area { color: var(--ink-soft); font-size: 0.92rem; margin-top: 0.5rem; }
.foot-contact a { color: var(--accent); font-weight: 800; text-decoration: none; }
.foot-nav { display: grid; gap: 0.45rem; align-content: start; }
.foot-nav a, .foot-more a { color: var(--ink-soft); text-decoration: none; font-size: 0.92rem; }
.foot-nav a:hover, .foot-more a:hover { color: var(--accent); }
.foot-more { display: grid; gap: 0.45rem; align-content: start; }
.foot-head { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink); }
.foot-legal { max-width: 1120px; margin: 2rem auto 0; font-size: 0.8rem; color: var(--ink-soft); border-top: 1px solid var(--line); padding-top: 1rem; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .steps, .price-cards, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .band, .split, .case, .split.rev, .case.rev, .quote-wrap, .venue-grid { grid-template-columns: 1fr; }
  .split.rev .split-photo, .case.rev .case-photo { order: 0; }
  .venue-grid.wide { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  body { font-size: 16px; }
  .nav-toggle { display: block; }
  .site-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--surface); border-bottom: 2px dashed var(--line);
    padding: 0.6rem 1.2rem 1rem;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 0.7rem 0.2rem; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: 0.8rem; text-align: center; justify-content: center; display: flex; }
  .hero { padding-bottom: 2rem; }
  .hero-strip { gap: 0.7rem; }
  .hide-mobile { display: none; }
  .strip-photo { width: clamp(140px, 44vw, 240px); }
  .steps, .price-cards, .gallery-grid { grid-template-columns: 1fr; }
  .step-card:nth-child(2), .step-card:nth-child(3), .price-card:first-child, .price-card:last-child { transform: none; }
  .field-grid { grid-template-columns: 1fr; }
  .clothesline-divider { height: 64px; }
  section { padding: 1.8rem 1rem; }
  .site-footer { padding-bottom: 5.5rem; } /* clear the sticky bar */
}
