:root {
  --ink: #f0e6d2;
  --night: #060508;
  --glass: rgba(18, 15, 22, 0.82);
  --noir-red: #ff2a2a;
  --noir-red-glow: rgba(255, 38, 38, 0.65);
  --noir-amber: #ffaa22;
  --noir-amber-glow: rgba(255, 170, 34, 0.6);
  --noir-gold: #e5b95c;
  --noir-gold-glow: rgba(229, 185, 92, 0.45);
  --noir-pale-gold: #fff5cc;
  --dim: #a39b8b;
  --border: rgba(229, 185, 92, 0.15);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  min-height: 100%;
}

body {
  background-color: var(--night);
  background-image:
    radial-gradient(circle at 50% 15%, rgba(40, 20, 15, 0.45) 0%, transparent 60%),
    radial-gradient(circle at 50% 0%, rgba(255, 42, 42, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 60%, rgba(255, 170, 34, 0.04) 0%, transparent 45%),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.4) 0px, rgba(0,0,0,0.4) 2px, transparent 2px, transparent 4px),
    linear-gradient(to bottom, rgba(229, 185, 92, 0.02) 1px, transparent 1px),
    linear-gradient(to right, rgba(229, 185, 92, 0.02) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 4px, 40px 40px, 40px 40px;
  color: var(--ink);
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: 
    radial-gradient(ellipse at center, transparent 40%, rgba(2, 2, 4, 0.85) 100%),
    repeating-linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0px, rgba(0, 0, 0, 0.12) 2px, transparent 2px, transparent 4px);
  z-index: 10;
}

main {
  max-width: 840px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 4.5rem;
  position: relative;
  z-index: 1;
}

/* 1930s Noir Art Deco Neon Sign */
.mast {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.sign-mount {
  position: relative;
  padding-top: 15px;
  display: flex;
  justify-content: center;
}

.sign-bracket-left, .sign-bracket-right {
  position: absolute;
  top: -12px;
  width: 3px;
  height: 28px;
  background: linear-gradient(to bottom, #111, #443c30, #1a1610);
  box-shadow: 0 0 4px rgba(0,0,0,0.9);
  z-index: 0;
}
.sign-bracket-left { left: 24%; }
.sign-bracket-right { right: 24%; }

.sign-bracket-left::before, .sign-bracket-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 11px;
  height: 5px;
  background: #332b20;
  border-radius: 2px;
}

.sign-chassis {
  position: relative;
  background: 
    radial-gradient(ellipse at center, #181212 0%, #0c090a 100%);
  border: 3px solid #2e261d;
  border-radius: 6px;
  padding: 8px;
  box-shadow:
    0 0 0 2px #100d0a,
    0 0 0 5px #1f1912,
    0 15px 45px rgba(0, 0, 0, 0.95),
    0 0 40px rgba(255, 42, 42, 0.15),
    inset 0 0 40px rgba(0, 0, 0, 0.9);
  z-index: 1;
}

.sign-inner-frame {
  border: 1.5px solid rgba(229, 185, 92, 0.35);
  border-radius: 3px;
  padding: 1.8rem 3rem;
  position: relative;
  background: rgba(10, 8, 10, 0.92);
  box-shadow:
    inset 0 0 30px rgba(0, 0, 0, 0.95),
    0 0 15px rgba(255, 42, 42, 0.1);
}

/* Art Deco stepped corner accents */
.sign-inner-frame::before, .sign-inner-frame::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid var(--noir-gold);
  pointer-events: none;
  opacity: 0.7;
}
.sign-inner-frame::before {
  top: 4px;
  left: 4px;
  border-right: none;
  border-bottom: none;
}
.sign-inner-frame::after {
  bottom: 4px;
  right: 4px;
  border-left: none;
  border-top: none;
}

.sign {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  user-select: none;
}

.sign-line {
  display: block;
  text-align: center;
  line-height: 0.92;
  transition: opacity 0.15s ease, text-shadow 0.2s ease;
}

/* 1930s Broadway / Deco typography */
.sign-title {
  font-family: "Cinzel Decorative", "Special Elite", Georgia, serif;
  font-weight: 900;
  font-size: clamp(2.6rem, 11vw, 5.2rem);
  letter-spacing: 0.28em;
  padding-left: 0.28em; /* offset letter-spacing */
  color: #fff9eb;
  text-shadow:
    0 0 2px #fff,
    0 0 6px #fff,
    0 0 14px var(--noir-amber),
    0 0 30px var(--noir-amber),
    0 0 60px var(--noir-amber-glow),
    0 0 90px rgba(255, 170, 34, 0.4);
  animation: warm-hum 6s ease-in-out infinite alternate;
}

.sign-num {
  font-family: "Monoton", "Cinzel Decorative", "Courier New", cursive, sans-serif;
  font-size: clamp(4rem, 16vw, 7.5rem);
  letter-spacing: 0.12em;
  padding-left: 0.12em;
  color: #fff0f0;
  text-shadow:
    0 0 2px #fff,
    0 0 5px #fff,
    0 0 12px var(--noir-red),
    0 0 28px var(--noir-red),
    0 0 65px var(--noir-red),
    0 0 110px var(--noir-red-glow),
    0 0 150px rgba(255, 42, 42, 0.35);
  animation: ruby-pulse 4s ease-in-out infinite alternate;
}

.sign-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0.8rem 0 0.5rem;
  width: 75%;
}

.art-deco-bar {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--noir-amber), transparent);
  box-shadow: 0 0 6px var(--noir-amber-glow);
}

.art-deco-diamond {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--noir-amber);
  transform: rotate(45deg);
  box-shadow: 0 0 8px var(--noir-amber-glow);
}

.sign-subline {
  font-family: "Special Elite", "Courier New", monospace;
  font-size: clamp(0.7rem, 2.4vw, 0.95rem);
  letter-spacing: 0.35em;
  padding-left: 0.35em;
  color: var(--noir-pale-gold);
  margin-top: 0.6rem;
  text-transform: uppercase;
  text-shadow:
    0 0 2px #fff,
    0 0 8px var(--noir-gold),
    0 0 18px var(--noir-gold-glow);
  opacity: 0.9;
}

/* Atmospheric 1930s ambient haze behind sign */
.sign-mount::before {
  content: "";
  position: absolute;
  inset: -15px;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 42, 42, 0.28), transparent 70%),
    radial-gradient(circle at 50% 70%, rgba(255, 170, 34, 0.22), transparent 65%);
  filter: blur(40px);
  pointer-events: none;
}

@keyframes ruby-pulse {
  0% {
    text-shadow:
      0 0 2px #fff,
      0 0 5px #fff,
      0 0 12px var(--noir-red),
      0 0 26px var(--noir-red),
      0 0 55px var(--noir-red),
      0 0 95px var(--noir-red-glow);
  }
  100% {
    text-shadow:
      0 0 3px #fff,
      0 0 7px #fff,
      0 0 16px var(--noir-red),
      0 0 35px var(--noir-red),
      0 0 75px var(--noir-red),
      0 0 130px var(--noir-red-glow),
      0 0 170px rgba(255, 42, 42, 0.4);
  }
}

@keyframes warm-hum {
  0% {
    text-shadow:
      0 0 2px #fff,
      0 0 6px #fff,
      0 0 12px var(--noir-amber),
      0 0 24px var(--noir-amber),
      0 0 50px var(--noir-amber-glow);
  }
  100% {
    text-shadow:
      0 0 3px #fff,
      0 0 8px #fff,
      0 0 18px var(--noir-amber),
      0 0 36px var(--noir-amber),
      0 0 75px var(--noir-amber-glow);
  }
}

.tag {
  max-width: 34em;
  margin: 2.2rem auto 0;
  text-align: center;
  color: var(--dim);
  font-style: italic;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.9);
}

/* Cards */
.row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin: 3.5rem 0;
}

.card {
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.8rem 1.5rem;
  box-shadow: 
    0 18px 40px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(229, 185, 92, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.25s ease, box-shadow 0.25s ease;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--noir-amber), transparent);
  opacity: 0.45;
  transition: opacity 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 170, 34, 0.4);
  box-shadow: 
    0 22px 45px rgba(0, 0, 0, 0.85),
    0 0 25px rgba(255, 170, 34, 0.15),
    inset 0 1px 0 rgba(229, 185, 92, 0.25);
}

.card:hover::before {
  opacity: 1;
}

.card h2 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--noir-amber);
  font-family: "Special Elite", "Courier New", monospace;
  font-weight: 700;
  text-shadow: 0 0 10px var(--noir-amber-glow);
}

.card p {
  margin: 0;
  color: #cdc5b4;
  font-size: 0.98rem;
  line-height: 1.6;
}

/* Contact */
.contact {
  text-align: center;
  background: rgba(18, 14, 18, 0.65);
  border: 1px solid rgba(229, 185, 92, 0.25);
  border-radius: 8px;
  padding: 2.4rem 1.8rem;
  box-shadow: 
    0 15px 35px rgba(0,0,0,0.6),
    0 0 30px rgba(255, 42, 42, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: relative;
}

.contact h2 {
  font-family: "Cinzel Decorative", serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--noir-gold);
  font-size: 1.3rem;
  margin: 0 0 0.8rem;
  text-shadow: 0 0 14px var(--noir-gold-glow);
}

.contact p {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--ink);
}

.contact a {
  display: inline-block;
  margin-top: 0.5rem;
  color: #fff9e6;
  background: rgba(229, 185, 92, 0.1);
  border: 1px solid rgba(229, 185, 92, 0.5);
  padding: 0.45rem 1.3rem;
  border-radius: 4px;
  font-family: "Special Elite", "Courier New", monospace;
  letter-spacing: 0.08em;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(229, 185, 92, 0.2);
  transition: all 0.2s ease;
}

.contact a:hover {
  background: var(--noir-amber);
  color: #0d0a08;
  border-color: var(--noir-amber);
  box-shadow: 0 0 25px var(--noir-amber);
  transform: scale(1.03);
}

.addr {
  color: var(--dim) !important;
  font-style: italic;
  font-size: 0.92rem !important;
  margin-top: 1rem !important;
}

.boilerplate {
  margin: 2rem auto 0;
  max-width: 34em;
  text-align: center;
  color: var(--dim);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
  color: var(--dim);
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}

footer b {
  color: var(--noir-red);
  font-weight: 700;
  text-shadow: 0 0 8px var(--noir-red-glow);
}

.neon-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--noir-red);
  box-shadow: 0 0 10px var(--noir-red), 0 0 20px var(--noir-red);
  animation: blink 3.5s steps(1) infinite;
}

@keyframes blink {
  0%, 86%, 100% { opacity: 1; }
  87%, 94% { opacity: 0.15; }
}

@media (prefers-reduced-motion: reduce) {
  .neon-dot { animation: none; }
  .card { transition: none; }
  .sign-title, .sign-num { animation: none; }
}
