/*
Theme Name: The Zack Shack
Theme URI: https://thezackshacksnowconetrailer.com
Author: The Zack Shack
Description: Custom theme for The Zack Shack Snowcone Trailer — frost-cyan neon-on-black arcade/snowcone design system. Converted from a locked static HTML design; layout and copy are preserved exactly.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zack-shack
*/

:root {
  --frost-cyan: #5ad8ff;
  --frost-cyan-deep: #1a8fc9;
  --ice-white: #eaf7ff;
  --script-red: #ff2d3d;
  --star-gold: #ffd84a;

  --scoop-red: #ff4d4d;
  --scoop-orange: #ff9a3d;
  --scoop-yellow: #ffe14d;
  --scoop-green: #4dff8f;
  --scoop-blue: #4da6ff;
  --scoop-purple: #b34dff;
  --scoop-pink: #ff6bd6;

  --black: #05070d;
  --black-soft: #0b0f1a;
  --black-card: #10152280;
  --grey-line: #26304a;

  --font-display: 'Press Start 2P', monospace;
  --font-script: 'Bangers', cursive;
  --font-body: 'Nunito', sans-serif;

  --sp-1: 8px; --sp-2: 16px; --sp-3: 24px; --sp-4: 32px; --sp-5: 48px; --sp-6: 64px; --sp-7: 96px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--black);
  color: var(--ice-white);
  font-family: var(--font-body);
  line-height: 1.6;
  background-image:
    radial-gradient(1px 1px at 10% 20%, #fff 100%, transparent),
    radial-gradient(1px 1px at 80% 10%, #fff 100%, transparent),
    radial-gradient(1.5px 1.5px at 30% 70%, var(--star-gold) 100%, transparent),
    radial-gradient(1px 1px at 60% 40%, #fff 100%, transparent),
    radial-gradient(1.5px 1.5px at 90% 80%, var(--star-gold) 100%, transparent),
    radial-gradient(1px 1px at 45% 90%, #fff 100%, transparent),
    radial-gradient(1px 1px at 15% 55%, #fff 100%, transparent);
  background-repeat: repeat;
  background-size: 400px 400px;
}

a { color: inherit; }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 var(--sp-3); }

/* Menu page wraps its whole content column (header + sections + footer) in one
   block with its own top/bottom padding, unlike the other pages where .wrap
   only wraps individual lights-dividers — so it gets its own class. */
.menu-wrap { max-width: 1100px; margin: 0 auto; padding: var(--sp-6) var(--sp-3); }

/* ===== Nav ===== */
.nav-demo {
  max-width: 1100px; margin: 0 auto; margin-top: var(--sp-3);
  background: var(--black-soft); border: 1px solid var(--grey-line); border-radius: 12px;
  padding: var(--sp-2) var(--sp-3); display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: var(--sp-2);
}
.nav-logo { font-family: var(--font-script); font-size: 26px; color: var(--script-red); text-shadow: 0 0 10px rgba(255,45,61,0.6); text-decoration: none; }
.nav-links { display: flex; gap: var(--sp-3); list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.nav-links a { font-weight: 700; font-size: 14px; text-decoration: none; padding-bottom: 3px; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { border-color: var(--frost-cyan); color: var(--frost-cyan); }

/* ===== Hero (home) ===== */
.hero { padding: var(--sp-6) var(--sp-3) var(--sp-5); text-align: center; }
.hero img.logo { max-width: 420px; width: 100%; height: auto; margin-bottom: var(--sp-2); }
.hero .script {
  font-family: var(--font-script); font-size: clamp(24px, 4vw, 34px); color: var(--frost-cyan);
  text-shadow: 0 0 12px rgba(90,216,255,0.6); margin: 0 0 var(--sp-4);
}
.hero-ctas { display: flex; gap: var(--sp-2); justify-content: center; flex-wrap: wrap; }

/* ===== Page hero (about / arcade / contact) ===== */
header.page-hero { text-align: center; padding: var(--sp-6) var(--sp-3) var(--sp-4); }
.page-hero--about .script {
  font-family: var(--font-script); font-size: clamp(24px, 4vw, 34px); color: var(--script-red);
  text-shadow: 0 0 12px rgba(255,45,61,0.6); margin: 0;
}
.page-hero--arcade .script {
  font-family: var(--font-script); font-size: clamp(20px, 3vw, 28px); color: var(--script-red);
  text-shadow: 0 0 12px rgba(255,45,61,0.6); margin: 0;
}

/* Unused in current copy, kept for design-system fidelity (defined on the
   original menu.html but never applied to any element there). */
.menu-wrap .script {
  font-family: var(--font-script); font-size: clamp(30px, 5vw, 48px); color: var(--script-red);
  text-shadow: 0 0 12px rgba(255, 45, 61, 0.7), 0 0 30px rgba(255, 45, 61, 0.3);
  line-height: 1.2; margin: 0;
}

.btn {
  font-family: var(--font-display); font-size: 12px; text-transform: uppercase;
  padding: 14px 22px; border-radius: 8px; border: 2px solid rgba(255,255,255,0.15);
  cursor: pointer; text-decoration: none; display: inline-block;
  transition: transform 0.08s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--frost-cyan); color: var(--black); box-shadow: 0 0 16px rgba(90,216,255,0.5); }
.btn-secondary { background: var(--script-red); color: var(--ice-white); box-shadow: 0 0 16px rgba(255,45,61,0.4); }
.btn-tertiary { background: transparent; color: var(--ice-white); box-shadow: none; border-color: var(--ice-white); }
.contact-form .btn { align-self: flex-start; }

/* ===== Info bar ===== */
.info-bar {
  display: flex; flex-wrap: wrap; gap: var(--sp-3);
  background: var(--black-soft); border: 1px solid var(--grey-line);
  border-radius: 12px; padding: var(--sp-3); margin-top: var(--sp-3);
}
.info-bar .item { font-size: 14px; }
.info-bar .item strong { color: var(--star-gold); display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.hero .info-bar { justify-content: center; margin: var(--sp-4) auto 0; max-width: 720px; }
.hero .info-bar .item { text-align: center; }

/* ===== Section shared ===== */
section { margin: 0 auto var(--sp-7); max-width: 1100px; padding: 0 var(--sp-3); }
.menu-wrap section { margin: 0 0 var(--sp-7); max-width: none; padding: 0; }

h1, h2, h3 { font-family: var(--font-display); text-transform: uppercase; line-height: 1.6; margin: 0 0 var(--sp-3); }
h1 {
  font-size: clamp(24px, 4vw, 38px); color: var(--frost-cyan);
  text-shadow: 0 2px 0 var(--ice-white), 0 4px 8px rgba(90, 216, 255, 0.6), 0 0 24px rgba(90, 216, 255, 0.4);
}
h2 { font-size: clamp(17px, 2.5vw, 24px); color: var(--frost-cyan-deep); }
h3 { font-size: 14px; color: var(--star-gold); }
/* Home page section h2s carry the full glow treatment instead of the
   subdued heading used on the inner pages. */
.home h2 {
  font-size: clamp(19px, 3vw, 27px); color: var(--frost-cyan);
  text-shadow: 0 2px 0 var(--ice-white), 0 4px 8px rgba(90,216,255,0.5), 0 0 20px rgba(90,216,255,0.35);
}

p { font-size: 16px; opacity: 0.9; max-width: 65ch; }
.caption { font-size: 13px; opacity: 0.6; }

.section-header { margin-bottom: var(--sp-4); }
.section-header .eyebrow {
  font-weight: 800; font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--scoop-green); display: block; margin-bottom: var(--sp-1);
}

/* ===== Lights divider ===== */
.lights-divider { position: relative; height: 46px; width: 100%; margin: var(--sp-5) 0; }
.lights-divider .wire { position: absolute; top: 14px; left: 0; right: 0; height: 2px; background: #1c2233; border-radius: 2px; }
.lights-divider .bulbs { position: absolute; top: 0; left: 0; right: 0; display: flex; justify-content: space-evenly; }
.bulb { width: 14px; height: 20px; border-radius: 50% 50% 45% 45%; margin-top: 10px; box-shadow: 0 0 10px 2px currentColor; }
.bulb.c1 { background: var(--scoop-green); color: var(--scoop-green); }
.bulb.c2 { background: var(--scoop-red); color: var(--scoop-red); }
.bulb.c3 { background: var(--frost-cyan); color: var(--frost-cyan); }
.bulb.c4 { background: var(--scoop-yellow); color: var(--scoop-yellow); }
.bulb.c5 { background: var(--scoop-purple); color: var(--scoop-purple); }
.bulb.c6 { background: var(--scoop-red); color: var(--scoop-red); }
.bulb.c7 { background: var(--frost-cyan); color: var(--frost-cyan); }

/* ===== About/home split grids ===== */
.about-grid, .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); align-items: center; }
.about-grid img, .story-grid img { width: 100%; height: auto; border-radius: 16px; border: 2px solid var(--grey-line); }
@media (max-width: 720px) { .about-grid, .story-grid { grid-template-columns: 1fr; } }
.story-grid.reverse .text { order: 2; }
.story-grid.reverse img { order: 1; }
@media (max-width: 720px) { .story-grid.reverse .text, .story-grid.reverse img { order: unset; } }

/* ===== Preview / values cards ===== */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: var(--sp-3); }
.card {
  background: var(--black-card); backdrop-filter: blur(2px);
  border: 1px solid var(--grey-line); border-radius: 14px; padding: var(--sp-3);
  position: relative; overflow: hidden;
}
/* Home's "what we're serving" cards are links and lift on hover; About's
   "what we believe" cards are static, so this is scoped to the anchor tag
   rather than the shared .card class. */
a.card { text-decoration: none; display: block; transition: transform 0.12s ease; }
a.card:hover { transform: translateY(-3px); }
.card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; }
.card.c-cyan::before { background: var(--frost-cyan); }
.card.c-orange::before { background: var(--scoop-orange); }
.card.c-purple::before { background: var(--scoop-purple); }
.card.c-pink::before { background: var(--scoop-pink); }
.card.c-yellow::before { background: var(--scoop-yellow); }
.card h3 { margin-bottom: 6px; }
.card p { font-size: 14px; margin: 0; opacity: 0.85; }

/* ===== Arcade teaser (home) ===== */
.arcade-teaser {
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4);
  background: linear-gradient(135deg, rgba(90,216,255,0.08), rgba(179,77,255,0.08));
  border: 1px solid var(--grey-line); border-radius: 20px; padding: var(--sp-4);
  flex-wrap: wrap;
}
.arcade-teaser .text { flex: 1; min-width: 240px; }

/* ===== Community banner (about) ===== */
.community-banner {
  text-align: center; background: linear-gradient(135deg, rgba(255,45,61,0.08), rgba(90,216,255,0.08));
  border: 1px solid var(--grey-line); border-radius: 20px; padding: var(--sp-5) var(--sp-4);
}
.cta-row { display: flex; gap: var(--sp-2); justify-content: center; flex-wrap: wrap; margin-top: var(--sp-3); }

/* ===== Menu item cards ===== */
.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: var(--sp-3); }
.menu-card {
  background: var(--black-card); backdrop-filter: blur(2px);
  border: 1px solid var(--grey-line); border-radius: 14px; padding: var(--sp-3);
  position: relative; overflow: hidden;
}
.menu-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; }
.menu-card h3 { margin-bottom: 6px; display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.menu-card .price { font-family: var(--font-body); font-weight: 800; color: var(--frost-cyan); font-size: 14px; white-space: nowrap; }
.menu-card p { font-size: 13px; margin: 0; opacity: 0.85; }

.stripe-cyan::before { background: var(--frost-cyan); }
.stripe-orange::before { background: var(--scoop-orange); }
.stripe-purple::before { background: var(--scoop-purple); }
.stripe-pink::before { background: var(--scoop-pink); }
.stripe-green::before { background: var(--scoop-green); }
.stripe-red::before { background: var(--scoop-red); }
.stripe-yellow::before { background: var(--scoop-yellow); }

/* Simple flavor pill list for sections without individual pricing */
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; }
.pill {
  font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 20px;
  border: 1px solid var(--grey-line); background: rgba(255,255,255,0.04);
}

.price-tag {
  display: inline-block; font-family: var(--font-display); font-size: 13px;
  color: var(--black); background: var(--star-gold); padding: 8px 16px;
  border-radius: 8px; margin-top: var(--sp-2);
}

.needs-info {
  border: 2px dashed var(--scoop-orange); border-radius: 14px; padding: var(--sp-3);
  background: rgba(255,154,61,0.06); margin-top: var(--sp-3);
}
.needs-info h3 { color: var(--scoop-orange); margin-bottom: 6px; }
.needs-info p { font-size: 14px; margin: 0; }

.flag {
  display: inline-block; font-size: 11px; font-weight: 800; text-transform: uppercase;
  color: var(--scoop-orange); border: 1px solid var(--scoop-orange); border-radius: 12px;
  padding: 3px 10px; margin-left: 8px; vertical-align: middle;
}

/* ===== Game cards (arcade) ===== */
.game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: var(--sp-3); }
.game-card {
  background: var(--black-card); backdrop-filter: blur(2px);
  border: 1px solid var(--grey-line); border-radius: 16px; padding: var(--sp-3);
  position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 10px;
}
.game-card h3 { margin: 0; }
.game-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; }
.game-card.c-cyan::before { background: var(--frost-cyan); }
.game-card.c-orange::before { background: var(--scoop-orange); }
.game-card.c-purple::before { background: var(--scoop-purple); }
.game-card.c-pink::before { background: var(--scoop-pink); }
.game-card.c-green::before { background: var(--scoop-green); }
.game-card.c-yellow::before { background: var(--scoop-yellow); }

.game-card .top-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.status-pill {
  font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px;
  padding: 4px 10px; border-radius: 20px; white-space: nowrap;
}
.status-live { background: rgba(77,255,143,0.15); color: var(--scoop-green); border: 1px solid var(--scoop-green); }
.status-dev { background: rgba(255,154,61,0.15); color: var(--scoop-orange); border: 1px solid var(--scoop-orange); }

.game-card p { font-size: 14px; margin: 0; opacity: 0.85; }

.game-card .btn { font-size: 11px; padding: 12px 18px; text-align: center; margin-top: auto; }
.btn-disabled {
  background: transparent; color: var(--ice-white); opacity: 0.4; box-shadow: none;
  cursor: not-allowed; border-color: var(--grey-line);
}
.btn-disabled:hover { transform: none; }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); align-items: start; }
@media (max-width: 720px) { .contact-grid { grid-template-columns: 1fr; } }

.info-card {
  background: var(--black-card); backdrop-filter: blur(2px);
  border: 1px solid var(--grey-line); border-radius: 16px; padding: var(--sp-4);
}
.info-row { display: flex; gap: var(--sp-2); align-items: flex-start; margin-bottom: var(--sp-3); }
.info-row:last-child { margin-bottom: 0; }
.info-row .icon {
  width: 36px; height: 36px; border-radius: 10px; background: rgba(90,216,255,0.1);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-size: 16px;
}
.info-row .label { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: var(--star-gold); font-weight: 800; margin-bottom: 2px; }
.info-row .value { font-size: 15px; }
.info-row .value a { text-decoration: underline; text-decoration-color: var(--grey-line); }
.info-row .value a:hover { color: var(--frost-cyan); }

.map-embed {
  width: 100%; height: 260px; border-radius: 16px; border: 1px solid var(--grey-line);
  overflow: hidden; margin-top: var(--sp-3);
}
.map-embed iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.3) invert(0.9) contrast(0.85); }

.contact-form { display: flex; flex-direction: column; gap: var(--sp-2); }
.contact-form label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--star-gold); font-weight: 800; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--grey-line);
  background: var(--black-soft); color: var(--ice-white); font-family: var(--font-body); font-size: 15px;
}
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--frost-cyan); border-color: var(--frost-cyan); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .hp-field { position: absolute; left: -9999px; top: -9999px; }

.social-row { display: flex; gap: var(--sp-2); margin-top: var(--sp-3); }
.social-pill {
  font-size: 13px; font-weight: 700; padding: 8px 16px; border-radius: 20px;
  border: 1px solid var(--grey-line); background: rgba(255,255,255,0.04); text-decoration: none;
}
.social-pill:hover { border-color: var(--frost-cyan); color: var(--frost-cyan); }

/* Form submission notice — new, functional addition not present in the
   original static mockup (its form was a non-submitting placeholder). */
.form-notice {
  border-radius: 12px; padding: var(--sp-2) var(--sp-3); margin-bottom: var(--sp-3);
  font-size: 14px; font-weight: 700; border: 1px solid;
}
.form-notice--success { background: rgba(90,216,255,0.08); border-color: var(--frost-cyan); color: var(--frost-cyan); }
.form-notice--error { background: rgba(255,45,61,0.08); border-color: var(--script-red); color: var(--script-red); }

footer { text-align: center; padding: var(--sp-4) var(--sp-3) var(--sp-6); }
