/* Heros */
@import url("https://fonts.googleapis.com/css2?family=Bungee+Outline&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Headings */
@import url("https://fonts.googleapis.com/css2?family=Bungee&display=swap");
/* Accents / Specials */
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
/* Body */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
/* Reviews */
@import url("https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap");
/* Pages */
@import url("https://fonts.googleapis.com/css2?family=Bangers&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap");


:root {
  /* PRIMARY */
  --bs-primary: #ef3e2e;
  --bs-primary-rgb: 239, 62, 46;

  /* SECONDARY */
  --bs-secondary: #1a1a1a;
  --bs-secondary-rgb: 26, 26, 26;

  /* ACCENT (custom) */
  --brand-accent: #ffb400;
  --brand-accent-rgb: 255, 180, 0;

  /* HIGHLIGHT (custom) */
  --brand-highlight: #ffe8d9;
  --brand-highlight-rgb: 255, 232, 217;

  /* LINKS */
  --bs-link-color: var(--bs-primary);
  --bs-link-hover-color: #c72f23;

  /* BUTTONS */
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: #c72f23;
  --bs-btn-hover-border-color: #c72f23;

  /* BADGES */
  --bs-badge-bg: var(--bs-primary);

  /* ALERTS */
  --bs-alert-bg: rgba(var(--bs-primary-rgb), 0.1);
  --bs-alert-border-color: var(--bs-primary);
  --bs-alert-color: #c72f23;
}


body {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

/* Headings: Street signage style */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Permanent Marker", cursive;
  text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2.5em;
}



p {
  font-size: 1.2em;
}


/* Accent text: Hand‑written street‑art */
.accent,
.special,
.marker {
    font-family: "Permanent Marker", cursive;
    font-size: inherit;
    line-height: inherit;
}

.text-brand {
  color: var(--bs-primary);
}









/* NAVBAR */
/* Make all navbar links + icons brand red */
.nav-link {
    font-family: "Permanent Marker", cursive;
    font-size: 2em;
    color: var(--bs-primary);
    transition: transform 0.25s ease, color 0.25s ease;
    transform-origin: center;
}

.social-link {
  font-size: 2em;
  color: var(--bs-secondary);
  transition: transform 0.25s ease, color 0.25s ease;
  transform-origin: center;
}

.dot-link {
  color: var(--bs-primary);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, color 0.25s ease;
  transform-origin: center;
}

.nav-link:hover,
.social-link:hover,
.dot-link:hover {
  transform: scale(1.2);
  color: var(--bs-primary);
  text-shadow: 1px 8px 6px rgba(0,0,0,0.2);
}

/* The dots */
.dot-link::before,
.dot-link::after {
  content: "";
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Hover movement */
.dot-link:hover::before {
  transform: translateX(-4px);
}

.dot-link:hover::after {
  transform: translateX(4px);
}



/* Always keep a 1px brand-red border */
.navbar-toggler {
  border: 1px solid #ef3e2e !important;
  border-radius: 4px;
  padding: 8px 10px; /* slightly larger tap target */
  position: relative;
}

/* Increase the size of the native hamburger */
.navbar-toggler-icon {
  width: 32px;   /* bigger */
  height: 32px;  /* bigger */
  background-size: 32px 32px;
  transition: opacity 0.25s ease;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ef3e2e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Larger X overlay */
.navbar-toggler::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ef3e2e' stroke-linecap='round' stroke-width='2' d='M6 6l18 18M24 6L6 24'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px; /* scale X to match */
  opacity: 0;
  transition: opacity 0.25s ease;
}

/* Morph to X when open */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  opacity: 0;
}

.navbar-toggler:not(.collapsed)::after {
  opacity: 1;
}

/* HERO */
header {
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

header .container {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.3;
}

.text-readable * {
    /* filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8)); */
    text-shadow:
        -1px -1px 2px rgba(0,0,0,0.8),
         1px -1px 2px rgba(0,0,0,0.8),
        -1px  1px 2px rgba(0,0,0,0.8),
         1px  1px 2px rgba(0,0,0,0.8);
}


header h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

header .accent,
header .special,
header .marker {
  color: #ffffff !important;
  font-size: 3rem !important;;
}

/* ABOUT */
/* #about {
    background-image: "img'about-background.jpg";
    background-color: black;
    opacity: 0.3;
} */









/* CARD BASE */
.cta-card {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: white;
  
    transform: rotate(-1deg);
    transition: all 0.3s ease;
  }
  
  /* IMAGE */
  .cta-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
  
    transform: scale(1);
    transition: transform 0.8s ease;
  }
  
  /* DARK OVERLAY */
  .cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
    transition: 0.3s;
  }
  
  /* CONTENT */
  .cta-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
  }
  
  /* TITLE */
  .cta-title {
    font-family: Impact, Arial Black, sans-serif;
    font-size: 2rem;
    margin-bottom: 10px;
  
    text-shadow:
      3px 3px 0 #000,
      -3px 3px 0 #000,
      3px -3px 0 #000,
      -3px -3px 0 #000;
  }
  
  /* BUTTON */
  .cta-btn {
    display: inline-block;
    background: #ff2d95;
    color: white;
    padding: 6px 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8rem;
    border-radius: 20px;
    display: inline-block;
    margin: 0 auto;
  }
  
  /* HOVER EFFECTS */
  .cta-card:hover {
    transform: rotate(0deg) scale(1.05);
  }
  
  .cta-card:hover img {
    transform: scale(1.15) translateY(-5px);
    filter: contrast(110%) saturate(110%);
  }
  
  .cta-card:hover::before {
    background: rgba(0,0,0,0.65);
  }

  .cta-book-btn {
    display: inline-block;
    font-family: Impact, Arial Black, sans-serif;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
  
    color: #fff;
    background: #ff2d95;
  
    padding: 10px 18px;
    border-radius: 30px;
  
    text-decoration: none;
    position: relative;
  
    /* Bold graffiti outline */
    text-shadow:
      2px 2px 0 #000,
      -2px 2px 0 #000,
      2px -2px 0 #000,
      -2px -2px 0 #000;
  
    box-shadow: 0 4px 0 #000;
  
    transition: all 0.2s ease;
  }
  
  /* Paint glow */
  .cta-book-btn::before {
    content: "";
    position: absolute;
    inset: -6px;
    background: #ffcc00;
    border-radius: 40px;
    z-index: -1;
    filter: blur(10px);
    opacity: 0.6;
  }
  
  /* Hover = punchy street feel */
  .cta-book-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 0 #000;
    background: #ffcc00;
    color: #000;
  }
  
  /* Active press */
  .cta-book-btn:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #000;
  }









.street-title {
    font-family: 'Bangers', 'Arial Black', sans-serif;
    font-size: clamp(2.5rem, 6vw, 5rem);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    color: #fff;
  
    /* Thick graffiti outline */
    text-shadow:
      3px 3px 0 #000,
      -3px 3px 0 #000,
      3px -3px 0 #000,
      -3px -3px 0 #000,
      6px 6px 0 rgba(0,0,0,0.6);
  
    /* Slight tilt for street feel */
    transform: rotate(-2deg);
  }
  
  /* Paint splash glow */
  .street-title::before {
    content: "";
    position: absolute;
    inset: -10px;
    z-index: -1;
    filter: blur(12px);
    opacity: 0.8;
  }
  
  /* Color variations */
  .street-title.yellow::before {
    background: #ffcc00;
  }
  
  .street-title.pink::before {
    background: #ff2d95;
  }
  
  .street-title.white::before {
    background: #ffffff;
  }
 
  
  /* Spray/grain effect */
  .street-title::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 1px, transparent 1px);
    background-size: 6px 6px;
    opacity: 0.3;
    mix-blend-mode: overlay;
    pointer-events: none;
  }



/* Editable text button using a PNG background */
.image-button {
  font-family: "Permanent Marker", cursive;
  font-size: 2em;
  color: #c72f23;
  background-image: url("/img/cta-btn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 20px;
  display: inline-block;
}






footer p {
  font-size: 1rem !important;
}
/* --- LAYOUT --- */
.reviews-row {
  position: relative;
  display: flex;
  align-items: center; /* vertical center */
}

.review-col {
  padding: 0 10px;
}

/* --- SPEECH BUBBLE BACKGROUND --- */
.review-card {
  background: url('/img/speech-bubble.png') no-repeat center;
  background-size: 100% 100%;
  padding: 60px 40px 80px 40px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: transform 0.3s ease;
  color: white;
}

/* --- TEXT --- */
.review-card p {
  margin: 0;
}

.review-author {
  margin-top: 12px;
  font-weight: 600;
  color: var(--bs-primary);
}

/* --- CENTER CARD OVERSIZE + HIGHER POSITION --- */
.center-col {
  z-index: 3;
  margin-top: -45px; /* raised higher */
}

.center-card {
  transform: scale(1.2);
  
}

/* --- MOBILE RESET --- */
@media (max-width: 767px) {
  .center-card {
    transform: scale(1);
    margin-top: 0;
  }
  .center-col {
    margin-top: 0;
  }
}
