	:root {
	  --fs-navy: #183247;
      --fs-blue: #245a75;
      --fs-sand: #f4ead8;
      --fs-cream: #fffaf0;
      --fs-rust: #b75f31;
      --fs-gold: #d8a441;
      --fs-green: #6f7f57;
      --fs-dark: #16232d;
      --fs-muted: #6c757d;
	}
	/*==LOOK AT==*/
	body {
      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--fs-dark);
      background: var(--fs-cream);
    }
    h1, h2, h3, h4, .display-font {
      font-family: "Playfair Display", Georgia, serif;
    }
    .script-font {
      font-family: "Allura", cursive;
      letter-spacing: .02em;
    }
    .bg-cream {
      background-color: var(--fs-cream) !important;
    }
	/*==NAVBAR==*/
    .navbar {
      transition: all .25s ease;
      background: rgba(24, 50, 71, .82);
      backdrop-filter: blur(12px);
    }
    .navbar-brand img {
      height: 46px;
      width: auto;
    }
    .navbar-brand span {
      font-size: 2rem;
      color: #fff;
      line-height: 1;
      margin-left: .65rem;
    }
    .navbar .nav-link {
      color: rgba(255,255,255,.88);
      font-weight: 600;
      margin-left: .35rem;
    }
    .navbar .nav-link:hover,
    .navbar .nav-link:focus, 
	.navbar .nav-link.show {
      color: #fff;
    }
    /*==DESKTOP MEGA MENU==*/
    .mega-menu {
      left: 0;
      right: 0;
      top: 100%;
      margin-top: 0 !important;
      border-radius: 0;
      border: none;
      border-top: 1px solid #e7dccd;
      border-bottom: 1px solid #e7dccd;
      box-shadow: 0 18px 35px rgba(37, 48, 57, 0.12);
      background: #fffaf4;
    }
    .mega-eyebrow {
      display: inline-block;
      color: #a04d2d;
      text-transform: uppercase;
      letter-spacing: .12em;
      font-size: .75rem;
      font-weight: 800;
      margin-bottom: .5rem;
    }
    .mega-menu h3 {
      font-weight: 800;
      color: #253039;
      margin-bottom: .75rem;
    }
    .mega-menu p {
      color: #6c757d;
      max-width: 32rem;
    }
    .mega-link-main {
      color: #a04d2d;
      font-weight: 800;
      text-decoration: none;
    }
    .mega-link-main:hover {
      text-decoration: underline;
    }
    .mega-item {
      display: block;
      background: white;
      border: 1px solid #e7dccd;
      color: #253039;
      font-weight: 700;
      text-decoration: none;
      padding: 1rem;
      min-height: 64px;
      transition: .2s ease;
    }
    .mega-item:hover,
    .mega-item:focus {
      background: #f6efe4;
      color: #a04d2d;
      transform: translateY(-2px);
    }
    .btn-fs-primary {
      background: var(--fs-rust);
      border-color: var(--fs-rust);
      color: #fff;
      font-weight: 700;
      border-radius: 999px;
      padding: .85rem 1.35rem;
    }
    .btn-fs-primary:hover,
    .btn-fs-primary:focus {
      background: #984a25;
      border-color: #984a25;
      color: #fff;
    }
    .btn-fs-outline {
      border: 2px solid rgba(255,255,255,.9);
      color: #fff;
      font-weight: 700;
      border-radius: 999px;
      padding: .8rem 1.35rem;
    }
    .btn-fs-outline:hover,
    .btn-fs-outline:focus {
      background: #fff;
      color: var(--fs-navy);
    }
    .hero {
      min-height: 92vh;
      display: flex;
      align-items: center;
      position: relative;
      isolation: isolate;
      background:
        linear-gradient(90deg, rgba(10, 24, 36, .78), rgba(10, 24, 36, .42)),
        url("../img/fort.webp") center/cover no-repeat;
      color: #fff;
      padding-top: 7rem;
      padding-bottom: 5rem;
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 150px;
      background: linear-gradient(0deg, var(--fs-cream), transparent);
      z-index: -1;
    }
    .hero-kicker {
      color: var(--fs-gold);
      text-transform: uppercase;
      letter-spacing: .18em;
      font-size: .82rem;
      font-weight: 800;
    }
    .hero h1 {
      font-size: clamp(3.2rem, 8vw, 7.5rem);
      line-height: .88;
      max-width: 850px;
    }
    .hero .script-font {
      font-size: clamp(3rem, 7vw, 6.25rem);
      color: #fff2c6;
      display: block;
      margin-bottom: -.5rem;
    }
    .hero p {
      max-width: 650px;
      font-size: 1.2rem;
      color: rgba(255,255,255,.9);
    }
    .section-padding {
      padding: 5.5rem 0;
    }
    .section-kicker {
      color: var(--fs-rust);
      text-transform: uppercase;
      letter-spacing: .15em;
      font-size: .78rem;
      font-weight: 800;
      margin-bottom: .65rem;
    }
    .section-title {
      font-size: clamp(2.3rem, 4vw, 4.25rem);
      color: var(--fs-navy);
      line-height: 1;
    }
    .section-lead {
      font-size: 1.1rem;
      color: #5d6870;
      max-width: 760px;
    }
    footer {
      background: var(--fs-dark);
      color: rgba(255,255,255,.82);
      padding: 4rem 0 2rem;
    }
    footer a {
      color: rgba(255,255,255,.82);
      text-decoration: none;
    }
    footer a:hover,
    footer a:focus {
      color: #fff;
      text-decoration: underline;
    }
    .footer-brand {
      font-size: 2.5rem;
      color: #fff2c6;
    }
.event-card {
  background: white;
  border: 1px solid #e7dccd;
  border-radius: 1.25rem;
  padding: 1.25rem;
  display: flex;
  gap: 1rem;
  height: 100%;
  box-shadow: 0 8px 24px rgba(37, 48, 57, 0.06);
}

.event-card > div:last-child {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.event-card a {
  margin-top: auto;
}

.event-date {
  min-width: 70px;
  height: 80px;
  background: var(--fs-rust);
  color: white;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.event-date span {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.event-date strong {
  font-size: 1.8rem;
  line-height: 1;
}

.event-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
}

.event-location {
  color: var(--fs-rust);
  font-weight: 700;
  margin-bottom: .35rem;
}
    .plan-card {
      display: block;
      height: 100%;
      background: white;
      color: #253039;
      text-decoration: none;
      border: 1px solid #e7dccd;
      border-radius: 1.25rem;
      padding: 1.5rem;
      box-shadow: 0 8px 24px rgba(37, 48, 57, 0.06);
      transition: .2s ease;
    }
    .plan-card:hover {
      transform: translateY(-4px);
    }
    .plan-card span {
      color: #a04d2d;
      font-weight: 800;
    }
	
    .filter-bar {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 1rem 0;
    }
.filter-toggle,
.map-toggle,
.mobile-view-toggle {
  border: none;
  background: transparent;
  color: #253039;
  font-weight: 800;
  font-size: 1.1rem;
  padding: 0;
}
    .filter-panel {
      display: none;
      background: white;
      border: 1px solid #e7dccd;
      border-radius: 1rem;
      padding: 1rem;
    }
  .desktop-filter-box {
    background: white;
    border: 1px solid #e7dccd;
    border-radius: 1arem;
    padding: 1.25rem;
    position: sticky;
    top: 100px;
  }

  .place-listing-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }

  .place-listing {
    background: white;
    border: 1px solid #e7dccd;
    border-radius: 1.25rem;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 8px 24px rgba(37, 48, 57, 0.06);
  }

  .place-listing-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }

  .place-listing-content {
    padding: 1.25rem;
  }

  .place-listing-content h2 {
    font-size: 1.25rem;
    font-weight: 800;
  }

  .place-address,
  .place-description {
    color: #6c757d;
  }

  .place-action {
    color: #a04d2d;
    font-weight: 800;
  }
  
  #listingMap {
  width: 100%;
  height: 650px;
  border-radius: 1rem;
  border: 1px solid #e7dccd;
}
	.text-rust {
      color: #b75f31;
    }
    .btn-rust {
      background: #b75f31;
      color: white;
      border: none;
    }
    .btn-rust:hover {
      background: #8e4327;
      color: white;
    }
	
.stop-strip-section {
  background: var(--fs-navy);
  padding: 1rem 0;
}

.stop-strip {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr 1.9fr;
  background: var(--fs-cream);
  border-top: 0px solid rgba(255,255,255,.85);
  border-bottom: 0px solid rgba(255,255,255,.85);
  min-height: 210px;
}

.stop-strip-message,
.stop-strip-item {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stop-strip-message {
  padding-left: 4rem;
}

.stop-strip-message h2 {
  font-family: "Inter", sans-serif;
  color: var(--fs-navy);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 900;
  line-height: .95;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.stop-strip-message p {
  font-family: "Allura", cursive;
  color: var(--fs-rust);
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1;
  margin: 0;
}

.stop-strip-item {
  text-align: center;
  border-left: 1px solid rgba(24, 50, 71, .18);
}

.stop-icon {
  color: var(--fs-navy);
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: .75rem;
}

.stop-icon.rust {
  color: var(--fs-rust);
}

.stop-strip-item h3 {
  font-family: "Inter", sans-serif;
  color: var(--fs-navy);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.35rem;
  line-height: 1.05;
  margin-bottom: .8rem;
}

.stop-strip-item p {
  color: var(--fs-dark);
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.stop-strip-image img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.paisano-feature {
  background: var(--fs-navy);
}

.paisano-panel {
  display: grid;
  grid-template-columns: 1.1fr 1.15fr .9fr 1.05fr;
  min-height: 420px;
  background:
    radial-gradient(circle at 35% 50%, rgba(36, 90, 117, .75), transparent 45%),
    linear-gradient(90deg, #0f2a3e, #092236);
  color: white;
  overflow: hidden;
  border-top: 0px solid rgba(255,255,255,.85);
  border-bottom: 0px solid rgba(255,255,255,.85);
}

.paisano-photo {
  min-height: 420px;
}

.paisano-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.paisano-content {
  padding: 4rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paisano-content h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .95;
  margin-bottom: .5rem;
}

.paisano-content .script-font {
  color: #f28b2e;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: 1;
  margin-bottom: 1.5rem;
}

.paisano-copy {
  max-width: 420px;
  color: rgba(255,255,255,.86);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.btn-paisano {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: .6rem;
  background: var(--fs-green);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .04em;
  padding: .9rem 1.5rem;
  border-radius: .45rem;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

.btn-paisano:hover {
  background: #5f7049;
  color: white;
}

.paisano-reasons {
  border-left: 2px solid rgba(255,255,255,.18);
  padding: 3.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

.reason {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.reason-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
}

.reason-icon.green {
  background: var(--fs-green);
}

.reason-icon.blue {
  background: var(--fs-blue);
}

.reason-icon.rust {
  background: var(--fs-rust);
}

.reason p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255,255,255,.9);
}

.paisano-polaroid {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.polaroid-card {
  background: white;
  padding: .75rem .75rem 1rem;
  transform: rotate(4deg);
  box-shadow: 0 18px 35px rgba(0,0,0,.35);
  max-width: 270px;
  position: relative;
}

.polaroid-card::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 32%;
  width: 120px;
  height: 34px;
  background: rgba(244, 234, 216, .8);
  transform: rotate(-4deg);
}

.polaroid-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.polaroid-card p {
  font-family: "Allura", cursive;
  color: var(--fs-navy);
  font-size: 2rem;
  margin: .65rem 0 0;
  text-align: center;
}
	
    @media (min-width: 992px) {
      .mobile-menu-btn {
        display: none !important;
      }
      .mobile-offcanvas {
        display: none !important;
      }
      .mega-menu {
        display: none;
        margin-top: 0 !important;
        top: 100%;
      }
      .nav-item.dropdown.mega-open > .mega-menu {
        display: block;
      }
    }
    @media (max-width: 991.98px) {
      .menu-label {
        font-size: 0.9rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: rgba(255,255,255,0.9);
      }
      .menu-icon {
        width: 30px;
        height: 30px;
        filter: brightness(0) invert(1);
      }
      .mobile-menu-btn {
        border: none;
        background: transparent;
        padding: 0.25rem 0.5rem;
      }
      .mobile-menu-btn:focus {
        box-shadow: none;
      }
      /*==MOBILE OFFCANVAS==*/
      .mobile-offcanvas {
        background: rgba(24, 50, 71);
        color: white;
        width: 92%;
        max-width: 430px;
      }
      .mobile-offcanvas .offcanvas-header {
        border-bottom: 1px solid rgba(255,255,255,.18);
        padding: 1.25rem;
      }
      .mobile-offcanvas .offcanvas-body {
        padding: 0 1.25rem 1.25rem;
        overflow-y: auto;
      }
      .mobile-menu-section {
        border-bottom: 1px solid rgba(255,255,255,.18);
      }
      .mobile-menu-heading {
        width: 100%;
        border: none;
        background: transparent;
        color: white;
        font-size: 1.45rem;
        font-weight: 800;
        padding: 1rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .mobile-menu-heading .menu-title {
        color: white;
      }
      .menu-caret {
        width: 18px;
        height: 18px;
        filter: brightness(0) invert(1);
        transition: transform 0.25s ease;
      }
      .mobile-menu-heading[aria-expanded="true"] .menu-caret {
        transform: rotate(180deg);
      }
      .mobile-menu-section a {
        display: block;
        color: white;
        text-decoration: none;
        font-size: 1.05rem;
        padding: .7rem 1.5rem;
        border-top: 1px solid rgba(255,255,255,.14);
      }
      .mobile-menu-section a:hover {
        color: #65d6c6;
      }
      .mobile-plan-link {
        font-size: 1.25rem !important;
        font-weight: 800;
        padding: 1rem 0 !important;
        border-top: none !important;
      }
      .hero {
        min-height: 82vh;
      }
    .place-listing {
      display: grid;
      grid-template-columns: 120px 1fr;
      gap: 1rem;
      border: none;
      border-radius: 0;
      box-shadow: none;
      background: transparent;
      padding: 1rem 0;
      border-bottom: 1px solid #d7d7d7;
    }

    .place-listing-image img {
      width: 120px;
      height: 95px;
      object-fit: cover;
    }

    .place-listing-content {
      padding: 0;
    }

    .place-listing-content h2 {
      font-size: 1rem;
      margin-bottom: .25rem;
    }

    .place-address {
      font-size: .85rem;
      margin-bottom: .25rem;
    }

    .place-description {
      display: none;
    }

    .place-action {
      display: block;
      font-size: .8rem;
      text-transform: uppercase;
      letter-spacing: .08em;
    }
	  #listingMap {
    height: 70vh;
    border-radius: 0;
  }
  .stop-strip-section {
    background: var(--fs-navy);
    padding: 1rem;
  }

  .stop-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--fs-cream);
    border-radius: 0.75rem;
    overflow: hidden;
    border: none;
  }

  .stop-strip-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 2.5rem 1.5rem 1.5rem;
  }

  .stop-strip-message h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    margin-bottom: 0.75rem;
  }

  .stop-strip-message p {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--fs-rust);
  }

  .stop-strip-item {
    text-align: center;
    padding: 1.75rem 1rem;
    border-left: none;
    border-top: none;
  }

  /* vertical divider */
  .stop-strip-item:nth-of-type(2),
  .stop-strip-item:nth-of-type(4) {
    border-right: 1px solid rgba(24, 50, 71, .18);
  }

  /* horizontal divider */
  .stop-strip-item:nth-of-type(2),
  .stop-strip-item:nth-of-type(3) {
    border-bottom: 1px solid rgba(24, 50, 71, .18);
  }

  .stop-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: var(--fs-green);
    color: white;
    display: grid;
    place-items: center;
    font-size: 1.8rem;
  }

  .stop-icon.rust {
    background: var(--fs-rust);
  }

  .stop-strip-item h3 {
    font-size: 1.1rem;
    line-height: 1.15;
    margin-bottom: 0.6rem;
  }

  .stop-strip-item p {
    font-size: 0.95rem;
    line-height: 1.35;
  }

  .stop-strip-image {
    grid-column: 1 / -1;
    padding: 1rem;
  }

  .stop-strip-image img {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    object-fit: cover;
  }
  
    .event-card {
    padding: 1rem;
    gap: .85rem;
  }

  .event-card h3 {
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .event-card p {
    font-size: .95rem;
  }

  .event-date {
    min-width: 64px;
    height: 72px;
  }

  .event-date strong {
    font-size: 1.55rem;
  }
    }
    @media (max-width: 575.98px) {
      .navbar-brand img {
        height: 38px;
      }
      .navbar-brand span {
        font-size: 1.35rem;
      }
      .section-padding {
        padding: 4rem 0;
      }
      .hero p {
        font-size: 1.05rem;
      }
	  .stop-strip-image img {
    height: 240px;
  }
    }

@media (max-width: 767.98px) {
  .stop-strip-section {
    background: var(--fs-navy);
    padding: 1rem;
  }

  .stop-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--fs-cream);
    border-radius: 0.75rem;
    overflow: hidden;
    border: none;
  }

  .stop-strip-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 2rem 1.25rem 1rem;
  }

  .stop-strip-message h2 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .stop-strip-message p {
    font-size: 2rem;
    color: var(--fs-rust);
  }

  .stop-strip-item {
    text-align: center;
    padding: 1.25rem 1rem;
    border-left: none;
    border-top: none;
  }

  .stop-strip-item:nth-of-type(2),
  .stop-strip-item:nth-of-type(4) {
    border-right: 1px solid rgba(24, 50, 71, .18);
  }

  .stop-strip-item:nth-of-type(2),
  .stop-strip-item:nth-of-type(3) {
    border-bottom: 1px solid rgba(24, 50, 71, .18);
  }

  .stop-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 0.75rem;
    border-radius: 50%;
    background: var(--fs-green);
    color: white;
    display: grid;
    place-items: center;
    font-size: 1.7rem;
  }

  .stop-icon.rust {
    background: var(--fs-rust);
    color: white;
  }

  .stop-strip-item h3 {
    font-size: 1rem;
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }

  .stop-strip-item p {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .stop-strip-image {
    grid-column: 1 / -1;
    padding: 1rem;
  }

  .stop-strip-image img {
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 0.5rem;
    object-fit: cover;
  }
    .paisano-panel {
    display: block;
    min-height: auto;
  }

  .paisano-photo {
    min-height: auto;
    height: 260px;
  }

  .paisano-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .paisano-content {
    padding: 2rem 1.5rem;
    text-align: center;
  }

  .paisano-content h2 {
    font-size: 2.35rem;
    line-height: .95;
    margin-bottom: .5rem;
  }

  .paisano-content .script-font {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }

  .paisano-copy {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }

  .btn-paisano {
    width: auto;
    max-width: 240px;
    margin: 0 auto;
    padding: .8rem 1.25rem;
    font-size: .9rem;
    line-height: 1.1;
    border-radius: .5rem;
  }
}

@media (max-width: 1199.98px) {
  .stop-strip-section {
    background: var(--fs-navy);
    padding: 1rem;
  }

  .stop-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--fs-cream);
    border-radius: 0;
    overflow: hidden;
    border: none;
  }

  .stop-strip-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 2.5rem 1.5rem 1.25rem;
  }

  .stop-strip-message h2 {
    font-size: clamp(2.1rem, 4vw, 3rem);
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .stop-strip-message p {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--fs-rust);
    margin-bottom: 0;
  }

  .stop-strip-item {
    text-align: center;
    padding: 1.75rem 1rem;
    border-left: none;
    border-top: none;
  }

  .stop-strip-item:nth-of-type(2),
  .stop-strip-item:nth-of-type(4) {
    border-right: 1px solid rgba(24, 50, 71, .18);
  }

  .stop-strip-item:nth-of-type(2),
  .stop-strip-item:nth-of-type(3) {
    border-bottom: 1px solid rgba(24, 50, 71, .18);
  }

  .stop-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 0.75rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.6rem;
  }

  .stop-strip-image {
    grid-column: 1 / -1;
    padding: 1rem;
  }

  .stop-strip-image img {
    width: 100%;
    height: 360px;
    min-height: 0;
    object-fit: cover;
    border-radius: 0.5rem;
  }
    .paisano-panel {
    grid-template-columns: 1fr 1fr;
  }

  .paisano-reasons {
    border-left: none;
    border-top: 2px solid rgba(255,255,255,.18);
  }
    .paisano-reasons,
  .paisano-polaroid {
    display: none;
  }
}