/* Bay Shore Relics — Coming Soon landing page.
   Railroad / 35mm-slide inspired: depot-night dark, brass, Kodachrome warmth. */

.cs-page {
  margin: 0;
  background: #141210;
  color: #f5ead0;
  font-family: "Helvetica Neue", Arial, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.cs-page .cookie-note { z-index: 200; }

.cs-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 72px 20px 56px;
  background:
    linear-gradient(rgba(12, 10, 8, .62), rgba(12, 10, 8, .78) 70%, #141210),
    url("../img/coming-soon/hero.jpg") center 35% / cover no-repeat #141210;
}
.cs-inner { max-width: 860px; }

.cs-eyebrow {
  font-family: Oswald, "Arial Narrow", sans-serif;
  letter-spacing: .42em;
  text-indent: .42em;
  font-size: 13px;
  color: #d9b45f;
  margin: 0 0 18px;
  text-transform: uppercase;
}

/* Departure-board badge */
.cs-board {
  display: inline-block;
  background: #0b0a08;
  border: 1px solid #3a3226;
  border-radius: 8px;
  padding: 10px 22px;
  margin-bottom: 26px;
  box-shadow: 0 0 24px rgba(217, 180, 95, .18), inset 0 0 18px rgba(0, 0, 0, .8);
}
.cs-board span {
  font-family: "Courier New", monospace;
  font-weight: 700;
  letter-spacing: .3em;
  text-indent: .3em;
  color: #ffcf6e;
  text-shadow: 0 0 10px rgba(255, 207, 110, .65);
  animation: cs-flicker 4.5s infinite;
}
@keyframes cs-flicker {
  0%, 100% { opacity: 1; }
  92% { opacity: 1; }
  93% { opacity: .55; }
  94% { opacity: 1; }
  96% { opacity: .75; }
  97% { opacity: 1; }
}

.cs-title {
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(3rem, 11vw, 6.8rem);
  line-height: .95;
  margin: 0 0 18px;
  color: #faf3df;
  text-shadow: 0 4px 0 rgba(0, 0, 0, .45), 0 10px 44px rgba(0, 0, 0, .6);
}
.cs-title .brass { color: #e8bd63; }

.cs-sub {
  font-size: clamp(1.02rem, 2.6vw, 1.3rem);
  line-height: 1.55;
  color: #e9dcc0;
  max-width: 620px;
  margin: 0 auto 34px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .7);
}
.cs-sub strong { color: #ffcf6e; }

/* Ticket stub divider */
.cs-ticket {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 560px;
  margin: 0 auto 40px;
  filter: drop-shadow(0 10px 26px rgba(0, 0, 0, .55));
}
.cs-ticket .stub, .cs-ticket .tear {
  background: #e8bd63;
  color: #241c0e;
}
.cs-ticket .stub {
  padding: 14px 26px;
  border-radius: 12px 0 0 12px;
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.cs-ticket .tear {
  border-left: 2px dashed #241c0e;
  border-radius: 0 12px 12px 0;
  padding: 14px 20px;
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-weight: 700;
  letter-spacing: .12em;
  display: flex;
  align-items: center;
  position: relative;
}
.cs-ticket .tear::before, .cs-ticket .tear::after {
  content: "";
  position: absolute;
  left: -11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #141210;
}
.cs-ticket .tear::before { top: -10px; }
.cs-ticket .tear::after { bottom: -10px; }

/* Signup card */
.cs-card {
  background: rgba(20, 17, 12, .82);
  border: 1px solid rgba(217, 180, 95, .35);
  border-radius: 16px;
  padding: 30px 28px 26px;
  max-width: 520px;
  margin: 0 auto;
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .5);
}
.cs-card h2 {
  font-family: Oswald, "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 1.5rem;
  margin: 0 0 8px;
  color: #faf3df;
}
.cs-card p { color: #d9cba6; font-size: .95rem; margin: 0 0 18px; }
.cs-form { display: flex; gap: 10px; }
.cs-form input[type="email"] {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #4a3f2a;
  background: #0e0c09;
  color: #faf3df;
  font-size: 1rem;
}
.cs-form input[type="email"]:focus {
  outline: none;
  border-color: #e8bd63;
  box-shadow: 0 0 0 3px rgba(232, 189, 99, .25);
}
.cs-form input[type="email"]::placeholder { color: #8a7c5c; }
.cs-btn {
  font-family: Oswald, "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 26px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  color: #241c0e;
  background: linear-gradient(180deg, #f2cd7d, #d9a83f);
  box-shadow: 0 6px 20px rgba(217, 168, 63, .35);
  transition: transform .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
.cs-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(217, 168, 63, .45); }
.cs-btn:active { transform: translateY(0); }
.cs-fine { font-size: .8rem !important; color: #9a8b66 !important; margin: 14px 0 0 !important; }
.cs-err { color: #f2a3a3; font-size: .9rem; margin: 0 0 8px; font-weight: 600; }
.cs-done h2 { color: #ffcf6e; }
.cs-done .big { font-size: 2.4rem; }

/* Film strip marquee */
.cs-stripwrap { overflow: hidden; background: #0b0a08; border-top: 1px solid #2c2517; border-bottom: 1px solid #2c2517; }
.cs-strip {
  padding: 26px 0;
  background-image:
    repeating-linear-gradient(90deg, transparent 0 14px, rgba(217, 180, 95, .28) 14px 30px),
    repeating-linear-gradient(90deg, transparent 0 14px, rgba(217, 180, 95, .28) 14px 30px);
  background-size: 100% 12px, 100% 12px;
  background-position: top 6px left 0, bottom 6px left 0;
  background-repeat: repeat-x;
}
.cs-track {
  display: flex;
  gap: 26px;
  width: max-content;
  padding: 0 13px;
  animation: cs-roll 46s linear infinite;
}
.cs-stripwrap:hover .cs-track { animation-play-state: paused; }
@keyframes cs-roll { to { transform: translateX(-50%); } }
.cs-frame {
  background: #efe6cf;
  padding: 10px 10px 26px;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .6);
  transform: rotate(-1.2deg);
  position: relative;
}
.cs-frame:nth-child(even) { transform: rotate(1.4deg); }
.cs-frame img {
  display: block;
  width: 190px;
  height: 190px;
  object-fit: cover;
  border-radius: 2px;
  background: #222;
}
.cs-frame::after {
  content: "35mm";
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  letter-spacing: .2em;
  color: #8a7c5c;
  font-family: Oswald, "Arial Narrow", sans-serif;
}

/* What's coming section */
.cs-teasers {
  max-width: 960px;
  margin: 0 auto;
  padding: 64px 20px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.cs-teaser {
  background: rgba(232, 189, 99, .06);
  border: 1px solid rgba(217, 180, 95, .22);
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
}
.cs-teaser .n {
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-size: 2rem;
  color: #e8bd63;
  display: block;
  margin-bottom: 8px;
}
.cs-teaser h3 {
  font-family: Oswald, "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 1.05rem;
  margin: 0 0 8px;
  color: #faf3df;
}
.cs-teaser p { font-size: .9rem; color: #cbbb92; margin: 0; line-height: 1.5; }

/* Mini footer */
.cs-footer {
  text-align: center;
  padding: 46px 20px 60px;
  color: #8a7c5c;
  font-size: .85rem;
}
.cs-footer nav { margin-bottom: 14px; }
.cs-footer nav a { color: #cbbb92; margin: 0 10px; text-decoration: none; }
.cs-footer nav a:hover { color: #ffcf6e; text-decoration: underline; }
.cs-footer .cs-credit { margin-top: 12px; font-size: .78rem; }
.cs-footer .cs-credit img { vertical-align: -2px; }
.cs-footer .cs-credit a { color: #cbbb92; }

@media (max-width: 640px) {
  .cs-form { flex-direction: column; }
  .cs-teasers { grid-template-columns: 1fr; }
  .cs-frame img { width: 150px; height: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  .cs-track { animation: none; }
  .cs-board span { animation: none; }
  .cs-btn { transition: none; }
}
