/**
 * Slanging Tacos — shared brand tokens (matches slangingtacos.com Wix)
 * The Seasons serif → Cormorant Garamond; nav/body → Montserrat
 */

body.st-brand {
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Montserrat', Arial, Helvetica, sans-serif;
  --display: 'Urbanist', 'Montserrat', Arial, Helvetica, sans-serif;
  --graffiti: 'Ganker Storm', 'Bungee', Impact, sans-serif;
  --bg: #f7f7f7;
  --ink: #111111;
  --muted: #4a4a4a;
  --line: #e0e0e0;
  --white: #ffffff;
  --gold: #d4a012;
  --green-bg: #f7f7f7;
  --green-border: #e0e0e0;
  --green-head: #111111;
  --green-ink: #ffffff;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
}

body.st-brand .login-card h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.5rem;
}

body.st-brand .login-card {
  border-radius: 0;
  box-shadow: 0 4px 24px rgba(0,0,0,.08);
}

body.st-brand .login-card button {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .75rem;
}

/* Preview bar — matches dark Wix nav strip */
.st-preview-bar {
  background: #000000;
  border-bottom: none;
  padding: .875rem 0;
}

.st-preview-bar .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .375rem .5rem;
}

.st-preview-bar .brand-link {
  margin-bottom: 0;
  color: rgba(255,255,255,.72);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
}

.st-preview-bar .brand-link:hover {
  color: #fff;
}

.st-preview-bar-sep {
  color: rgba(255,255,255,.35);
  font-size: .75rem;
}

.st-preview-bar .eyebrow {
  margin-bottom: 0;
  color: rgba(255,255,255,.9);
  font-size: .6875rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Page intro band (quote form) */
.st-page-intro {
  position: relative;
  background: #000;
  border-bottom: none;
  padding: 1rem 0 2.75rem;
  color: #fff;
}

.st-page-intro .st-logo {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  display: block;
  width: min(130px, 34vw);
  height: auto;
  margin: 0;
  z-index: 2;
}

.st-page-intro-layout {
  position: relative;
}

.st-page-intro-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
  padding: clamp(5.5rem, 14vw, 6.5rem) 1rem 0;
}

.st-page-intro h1 {
  font-family: var(--graffiti);
  font-size: clamp(2.5rem, 7.5vw, 4.75rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: .75rem;
  color: #fff;
}

.st-page-intro .intro {
  font-family: var(--sans);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.0625rem, 2.35vw, 1.25rem);
  max-width: 34rem;
  margin: 0 auto;
  line-height: 1.55;
}

@media (min-width: 640px) {
  .st-page-intro .st-logo {
    top: 1rem;
    left: 1.25rem;
    width: min(150px, 18vw);
  }
}

@media (min-width: 768px) {
  .st-page-intro {
    padding: 1.25rem 0 3rem;
  }

  .st-page-intro-layout {
    min-height: 12rem;
  }

  .st-page-intro .st-logo {
    top: 1.125rem;
    left: 1.5rem;
    width: min(165px, 14vw);
  }

  .st-page-intro-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 12rem;
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .st-page-intro .st-logo {
    left: 2rem;
    width: 170px;
  }
}

body.st-brand .site-footer {
  background: #000;
  border-top: none;
  color: rgba(255,255,255,.75);
}

body.st-brand .site-footer p {
  color: rgba(255,255,255,.75);
}
