/* ═══════════════════════════════════════════════════════════
   INSERT COIN — LANDING PAGE STYLES
   Modern layout, retro soul. No geocities.
═══════════════════════════════════════════════════════════ */

/* === LANDING ROOT === */
#landing {
  position: relative;
  width: 100%;
  color: var(--green);
}

/* === SECTIONS === */
section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
}

.section-title {
  font-family: 'Press Start 2P', cursive;
  font-size: 20px;
  color: var(--amber);
  text-shadow: 0 0 12px rgba(255, 191, 0, 0.5);
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.6;
}

.section-sub {
  font-family: 'VT323', monospace;
  font-size: 22px;
  color: #668866;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.4;
}

/* Section dividers */
section + section {
  border-top: 1px solid #1a2e1a;
}

/* ═══ HERO ═══ */
#hero {
  height: 100vh;
  height: 100svh;
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.hero-hook {
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(8px, 2vh, 20px) 48px clamp(6px, 1.5vh, 16px);
}

.hero-copy-block {
  margin-top: clamp(4px, 1.2vh, 12px);
  margin-bottom: clamp(4px, 1.2vh, 12px);
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 1vh, 12px);
  width: min(100%, 420px);
}

.hero-cta-group .cta-btn {
  width: 100%;
  align-self: auto;
  text-align: center;
  font-size: clamp(14px, 1.5vw, 20px);
  padding: clamp(10px, 2vh, 22px) 32px;
  margin-bottom: 0;
}

.site-title {
  font-family: 'Press Start 2P', cursive;
  font-size: clamp(36px, 6vw, 88px);
  color: var(--amber);
  text-shadow:
    0 0 20px rgba(255, 191, 0, 0.6),
    0 0 60px rgba(255, 191, 0, 0.2);
  line-height: 1.3;
  margin-bottom: clamp(4px, 1.5vh, 16px);
  display: block;
}

.site-subtitle {
  font-family: 'VT323', monospace;
  font-size: clamp(24px, 3vw, 44px);
  color: var(--green);
  text-shadow: var(--text-shadow);
  letter-spacing: 4px;
  margin: 0;
}


.hero-badge {
  font-family: 'Press Start 2P', cursive;
  font-size: 8px;
  color: #335533;
  letter-spacing: 2px;
  margin-bottom: 24px;
  text-shadow: none;
}

.hero-copy {
  font-family: 'VT323', monospace;
  font-size: clamp(20px, 1.8vw, 26px);
  color: #99bb99;
  line-height: 1.7;
  margin-bottom: clamp(6px, 1.8vh, 20px);
  text-shadow: none;
}

.hero-contrast {
  font-family: 'Press Start 2P', cursive;
  font-size: clamp(11px, 1vw, 14px);
  color: var(--green);
  text-shadow: var(--text-shadow);
  line-height: 1.9;
  margin-bottom: clamp(8px, 2.2vh, 24px);
}

.hero-features {
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-features li {
  font-family: 'VT323', monospace;
  font-size: clamp(19px, 1.7vw, 24px);
  color: #99bb99;
  text-shadow: none;
  line-height: 1.3;
}

.cta-btn {
  font-family: 'Press Start 2P', cursive;
  font-size: clamp(13px, 1.2vw, 17px);
  padding: 18px 32px;
  background: transparent;
  border: 2px solid var(--green);
  color: var(--green);
  cursor: pointer;
  text-shadow: var(--text-shadow);
  transition: all 0.15s;
  align-self: flex-start;
  margin-bottom: 20px;
  letter-spacing: 1px;
}


.cta-btn:hover {
  background: var(--green);
  color: #080808;
  text-shadow: none;
  box-shadow: 0 0 30px rgba(51, 255, 51, 0.5);
}

.cta-btn:active {
  transform: scale(0.96);
}

.hero-phone {
  font-family: 'VT323', monospace;
  font-size: 26px;
  color: var(--amber);
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-shadow: 0 0 8px rgba(255, 191, 0, 0.4);
}

.hero-disclaimer {
  font-family: 'VT323', monospace;
  font-size: 17px;
  color: #446644;
  letter-spacing: 1px;
  margin: 0;
  text-shadow: none;
  text-align: center;
  white-space: nowrap;
}

/* ═══ CAROUSEL SECTION ═══ */
.carousel-section {
  flex: 0 0 auto;
  padding: clamp(6px, 1vh, 12px) 0 clamp(8px, 1.5vh, 16px);
  border-top: 1px solid #1a2e1a;
  background: #040a04;
}

.on-duty-label {
  font-family: 'Press Start 2P', cursive;
  font-size: 11px;
  color: #446644;
  letter-spacing: 3px;
  margin-bottom: clamp(6px, 1vh, 12px);
  text-align: center;
}

.carousel-container {
  position: relative;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 52px;
  height: 52px;
  background: rgba(4, 10, 4, 0.75);
  border: 2px solid #2a5a2a;
  color: var(--green);
  text-shadow: 0 0 8px rgba(51, 255, 51, 0.5);
  font-family: 'VT323', monospace;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  line-height: 1;
}

.carousel-arrow:hover {
  border-color: var(--amber);
  color: var(--amber);
  text-shadow: 0 0 12px rgba(255, 191, 0, 0.7);
  background: rgba(4, 10, 4, 0.95);
  box-shadow: 0 0 18px rgba(255, 191, 0, 0.2);
}

.carousel-arrow:active {
  transform: translateY(-50%);
  background: rgba(20, 40, 20, 0.95);
  border-color: var(--green);
  color: var(--green);
  box-shadow: 0 0 12px rgba(51, 255, 51, 0.35);
}

#carousel-prev { left: 12px; }
#carousel-next { right: 12px; }

.carousel-viewport {
  position: relative;
  width: 100%;
  height: clamp(160px, 26vh, 360px);
  overflow: hidden;
  perspective: 1100px;
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}


.char-card {
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}

.char-card:hover {
  transform: translateY(-4px);
}

.char-portrait {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid #1a3a1a;
  background: #060d06;
  transition: border-color 0.15s;
}

.char-card:hover .char-portrait {
  border-color: var(--green);
  box-shadow: 0 0 20px rgba(51, 255, 51, 0.25);
}

.char-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.75) contrast(1.1);
  transition: filter 0.2s;
}

.char-card:hover .char-portrait img {
  filter: saturate(1) contrast(1.05);
}

/* Hover overlay with hook text */
.char-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.2s;
  padding: 8px;
}

.char-card:hover .char-overlay {
  opacity: 1;
}

.char-hook {
  font-family: 'VT323', monospace;
  font-size: clamp(14px, 1.3vw, 18px);
  color: #ccffcc;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  text-shadow: none;
}

.char-call-label {
  font-family: 'Press Start 2P', cursive;
  font-size: 9px;
  color: var(--green);
  text-shadow: var(--text-shadow);
  letter-spacing: 1px;
  padding: 4px 10px;
  border: 1px solid var(--green);
}

.char-name {
  font-family: 'Press Start 2P', cursive;
  font-size: clamp(6px, 0.65vw, 9px);
  color: var(--amber);
  text-align: center;
  margin: 8px 0 2px;
  line-height: 1.4;
  text-shadow: none;
}

.char-title {
  font-family: 'VT323', monospace;
  font-size: clamp(13px, 1.1vw, 16px);
  color: #668866;
  text-align: center;
  margin: 0;
  text-shadow: none;
  line-height: 1.2;
}

.grid-hint {
  font-family: 'VT323', monospace;
  font-size: 16px;
  color: #335533;
  text-align: center;
  margin: 0;
  text-shadow: none;
  letter-spacing: 0.5px;
}

/* ── 3D FIGHTER-SELECT CAROUSEL ── */
.carousel-track .char-card {
  position: absolute;
  top: 0;
  height: 100%;
  width: clamp(160px, 20vw, 300px);
  left: 50%;
  cursor: pointer;
  transform-origin: center center;
  transition:
    transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    filter 0.4s ease,
    opacity 0.4s ease;
  will-change: transform, filter, opacity;
}

/* Suppress CSS hover lift — JS inline transform always wins, but be explicit */
.carousel-track .char-card:hover {
  transform: unset;
}

/* Portrait fills the card height */
.carousel-track .char-portrait {
  height: 100%;
  width: 100%;
  aspect-ratio: unset;
}

/* Only show hover overlay on the center (active) card */
.carousel-track .char-card:not(.carousel-active) .char-overlay {
  opacity: 0 !important;
  pointer-events: none;
}

/* Hide per-card text labels — they appear in the info panel */
.carousel-track .char-name,
.carousel-track .char-title {
  display: none;
}

/* Active (center) card highlight */
.carousel-track .char-card.carousel-active .char-portrait {
  border-color: var(--green);
  box-shadow: 0 0 20px rgba(51, 255, 51, 0.35), 0 0 40px rgba(51, 255, 51, 0.12);
}

.carousel-track .char-card.carousel-active .char-portrait img {
  filter: saturate(1) contrast(1.05);
}

/* ── CAROUSEL INFO PANEL ── */
.carousel-info {
  text-align: center;
  padding: clamp(6px, 1vh, 10px) 16px clamp(3px, 0.6vh, 6px);
  min-height: clamp(52px, 8vh, 72px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.carousel-info-name {
  font-family: 'Press Start 2P', cursive;
  font-size: clamp(8px, 0.9vw, 12px);
  color: var(--amber);
  margin: 0;
  text-shadow: 0 0 8px rgba(255, 191, 0, 0.4);
  letter-spacing: 1px;
  line-height: 1.5;
}

.carousel-info-title {
  font-family: 'VT323', monospace;
  font-size: clamp(16px, 1.6vw, 21px);
  color: #668866;
  margin: 0;
  text-shadow: none;
}

.carousel-info-hook {
  font-family: 'VT323', monospace;
  font-size: clamp(15px, 1.5vw, 20px);
  color: #99bb99;
  margin: 0;
  text-shadow: none;
  font-style: italic;
}


/* ═══ HOW IT WORKS ═══ */
#how-it-works {
  background: #050d05;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 48px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.step-num {
  font-family: 'Press Start 2P', cursive;
  font-size: 36px;
  color: #1a3a1a;
  margin-bottom: 16px;
  line-height: 1;
  text-shadow: none;
}

.step-title {
  font-family: 'Press Start 2P', cursive;
  font-size: 12px;
  color: var(--green);
  text-shadow: var(--text-shadow);
  margin-bottom: 16px;
  line-height: 1.6;
}

.step-desc {
  font-family: 'VT323', monospace;
  font-size: 22px;
  color: #668866;
  line-height: 1.5;
  text-shadow: none;
  margin: 0;
}

/* ═══ STAFF SECTION ═══ */
.staff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 16px;
}

.staff-card {
  display: flex;
  gap: 24px;
  background: #080f08;
  border: 1px solid #1a2e1a;
  padding: 24px;
  transition: border-color 0.2s;
}

.staff-card:hover {
  border-color: #2a5a2a;
}

.staff-card-featured {
  grid-column: 1 / -1;
  border-color: #3a3000;
}

.staff-card-featured:hover {
  border-color: var(--amber);
}

.staff-card-featured .staff-portrait {
  width: 160px;
}

.staff-card-featured .staff-portrait img {
  width: 160px;
  height: 160px;
  border-color: #3a3000;
}

.staff-portrait {
  width: 120px;
  flex-shrink: 0;
}

.staff-portrait img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
  border: 2px solid #1a3a1a;
  filter: saturate(0.8) contrast(1.05);
}

.staff-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.staff-name {
  font-family: 'Press Start 2P', cursive;
  font-size: 10px;
  color: var(--amber);
  text-shadow: none;
  line-height: 1.5;
  margin: 0;
}

.staff-title {
  font-family: 'VT323', monospace;
  font-size: 18px;
  color: var(--green);
  margin: 0;
  text-shadow: none;
}

.staff-credential {
  font-family: 'VT323', monospace;
  font-size: 15px;
  color: #446644;
  font-style: italic;
  margin: 0;
  text-shadow: none;
  padding-bottom: 6px;
  border-bottom: 1px solid #0f1f0f;
}

.staff-bio {
  font-family: 'VT323', monospace;
  font-size: 19px;
  color: #99bb99;
  line-height: 1.4;
  margin: 0;
  text-shadow: none;
  flex: 1;
}

.staff-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.tag {
  font-family: 'Press Start 2P', cursive;
  font-size: 6px;
  color: #335533;
  border: 1px solid #1a3a1a;
  padding: 3px 6px;
  letter-spacing: 0.5px;
}

.staff-call-btn {
  font-family: 'Press Start 2P', cursive;
  font-size: 9px;
  background: transparent;
  border: 1px solid #2a5a2a;
  color: var(--green);
  padding: 8px 14px;
  cursor: pointer;
  margin-top: 8px;
  align-self: flex-start;
  transition: all 0.15s;
  text-shadow: none;
}

.staff-call-btn:hover {
  background: var(--green);
  color: #080808;
  border-color: var(--green);
  box-shadow: 0 0 16px rgba(51, 255, 51, 0.4);
}

/* ═══ TESTIMONIALS ═══ */
#testimonials {
  background: #050d05;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 16px;
}

.testimonial {
  border: 1px solid #1a2e1a;
  padding: 24px;
  background: #080f08;
}

.testimonial-quote {
  font-family: 'VT323', monospace;
  font-size: 21px;
  color: #bbddbb;
  line-height: 1.4;
  margin-bottom: 12px;
  text-shadow: none;
}

.testimonial-author {
  font-family: 'Press Start 2P', cursive;
  font-size: 8px;
  color: #446644;
  text-shadow: none;
  margin: 0;
}

/* ═══ ABOUT SECTION ═══ */
#about-section {
  background: #050d05;
}

.about-body {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-body p {
  font-family: 'VT323', monospace;
  font-size: 20px;
  color: #99bb99;
  line-height: 1.7;
  margin: 0;
}

/* ═══ FAQ ═══ */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid #0f1f0f;
  padding: 20px 0;
}

.faq-q {
  font-family: 'Press Start 2P', cursive;
  font-size: 10px;
  color: var(--amber);
  margin-bottom: 10px;
  text-shadow: none;
  line-height: 1.6;
}

.faq-a {
  font-family: 'VT323', monospace;
  font-size: 21px;
  color: #99bb99;
  line-height: 1.4;
  margin: 0;
  text-shadow: none;
  padding-left: 16px;
  border-left: 2px solid #1a3a1a;
}

/* ═══ FOOTER CTA ═══ */
#footer-cta {
  text-align: center;
  border-top: 1px solid #1a2e1a;
  border-bottom: 1px solid #1a2e1a;
  background: #050d05;
}

.footer-cta-copy {
  font-family: 'VT323', monospace;
  font-size: 24px;
  color: #668866;
  margin-bottom: 32px;
  text-shadow: none;
}

#footer-cta .cta-btn {
  align-self: center;
  margin: 0 auto;
  display: block;
}

/* ═══ FOOTER ═══ */
#site-footer {
  text-align: center;
  padding: 48px;
  border-top: 1px solid #0f1a0f;
}

.footer-logo {
  font-family: 'Press Start 2P', cursive;
  font-size: 10px;
  color: #335533;
  margin-bottom: 16px;
  text-shadow: none;
  letter-spacing: 1px;
}

.footer-legal {
  font-family: 'VT323', monospace;
  font-size: 15px;
  color: #2a3a2a;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 16px;
  text-shadow: none;
}

.footer-minimal a {
  font-family: 'VT323', monospace;
  font-size: 16px;
  color: #2a3a2a;
  text-decoration: none;
  text-shadow: none;
}

.footer-minimal a:hover {
  color: #446644;
}

/* ═══ CREDITS DISPLAY ═══ */
#credits-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  transition: color 0.3s;
}

#credits-count {
  font-family: 'Press Start 2P', cursive;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
  color: inherit;
  text-shadow: inherit;
}

.credits-times {
  font-family: 'Press Start 2P', cursive;
  font-size: clamp(18px, 2.5vw, 28px);
  line-height: 1;
  color: inherit;
  opacity: 0.7;
}

.credits-coin {
  font-size: clamp(36px, 5.5vw, 60px);
  line-height: 1;
}

#credits-display.credits-ok {
  color: #446644;
  text-shadow: none;
}

#credits-display.credits-low {
  color: var(--amber);
  text-shadow: 0 0 12px rgba(255, 191, 0, 0.5);
  animation: credits-blink 1s ease-in-out infinite;
}

#credits-display.credits-empty {
  color: var(--red, #ff4444);
  text-shadow: none;
}

#credits-display.credits-ok.loaded {
  color: var(--green);
  text-shadow: var(--text-shadow);
}

@keyframes credits-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.faq-a a {
  color: var(--green);
  text-decoration: none;
}

.faq-a a:hover {
  text-decoration: underline;
}

/* ═══ BUY ME A COFFEE ═══ */
.bmc-block {
  text-align: center;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #0f1a0f;
}

.bmc-btn {
  display: inline-block;
  font-family: 'Press Start 2P', cursive;
  font-size: 10px;
  color: var(--amber);
  border: 1px solid var(--amber);
  padding: 12px 24px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.15s;
  text-shadow: none;
  margin-bottom: 12px;
}

.bmc-btn:hover {
  background: var(--amber);
  color: #080808;
  box-shadow: 0 0 20px rgba(255, 191, 0, 0.4);
}

.bmc-copy {
  font-family: 'VT323', monospace;
  font-size: 18px;
  color: #446644;
  margin: 0;
  text-shadow: none;
}

/* ═══ APP OVERLAY ═══ */
#app-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 410;
  -webkit-overflow-scrolling: touch;
}

#app-overlay.hidden {
  display: none;
}

.overlay-close {
  font-family: 'Press Start 2P', cursive;
  font-size: 9px;
  background: transparent;
  border: 1px solid #333;
  color: #555;
  padding: 8px 14px;
  cursor: pointer;
  margin-top: 16px;
  transition: all 0.15s;
  text-shadow: none;
}

.overlay-close:hover {
  color: var(--red);
  border-color: var(--red);
  background: transparent;
  box-shadow: none;
}


/* ═══ QUARTERS STORE ═══ */
#quarters-section {
  text-align: center;
  background: #050d05;
}

.balance-display {
  font-family: 'Press Start 2P', cursive;
  font-size: 12px;
  color: var(--green);
  text-shadow: var(--text-shadow);
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.tip-block {
  max-width: 480px;
  margin: 0 auto 32px;
  border: 1px solid #3a3000;
  background: #080f08;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.tip-block:hover {
  border-color: var(--amber);
  box-shadow: 0 0 24px rgba(255, 191, 0, 0.12);
}

@keyframes coin-glow {
  0%, 100% { filter: drop-shadow(0 0 4px rgba(255, 191, 0, 0.3)); }
  50%       { filter: drop-shadow(0 0 14px rgba(255, 191, 0, 0.75)); }
}

.tip-tribute {
  font-family: 'Press Start 2P', cursive;
  font-size: 12px;
  color: var(--amber);
  text-shadow: 0 0 8px rgba(255, 191, 0, 0.4);
  letter-spacing: 2px;
  margin: 0;
  line-height: 1.8;
  animation: coin-glow 3s ease-in-out infinite;
}

.tip-ask {
  font-family: 'VT323', monospace;
  font-size: 22px;
  color: #99bb99;
  text-align: center;
  margin: 0;
  text-shadow: none;
  line-height: 1.5;
  max-width: 360px;
}

.tip-fine-print {
  font-family: 'VT323', monospace;
  font-size: 16px;
  color: #446644;
  margin: 0;
  text-shadow: none;
}

.tip-btn {
  font-family: 'Press Start 2P', cursive;
  font-size: 11px;
  background: transparent;
  border: 2px solid var(--amber);
  color: var(--amber);
  padding: 14px 28px;
  cursor: pointer;
  margin-top: 4px;
  transition: all 0.15s;
  text-shadow: none;
  letter-spacing: 1px;
}

.tip-btn:hover:not(:disabled) {
  background: var(--amber);
  color: #080808;
  box-shadow: 0 0 20px rgba(255, 191, 0, 0.4);
}

.tip-btn:active {
  transform: scale(0.96);
}

.tip-btn:disabled {
  opacity: 0.7;
  cursor: default;
}


.quarters-note {
  font-family: 'VT323', monospace;
  font-size: 18px;
  color: #446644;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.5;
  text-shadow: none;
}

.quarters-disclaimer {
  font-size: 15px;
  color: #3a5a3a;
  opacity: 0.75;
  margin-top: 8px;
}

/* ═══ SCROLL REVEAL ANIMATIONS ═══ */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   900px — collapse hero two-column layout
   600px — full mobile treatment
   400px — very small phones
═══════════════════════════════════════════════════════════ */


/* ── 600px: full mobile layout ── */
@media (max-width: 600px) {
  /* General sections */
  section {
    padding: 48px 20px;
  }

  .section-title {
    font-size: 14px;
  }

  .section-sub {
    font-size: 18px;
  }

  /* Hero: let height grow naturally so title is never squeezed off-screen */
  #hero {
    height: auto;
  }

  /* Hero hook: opt out of flex sizing — on auto-height parent, flex: 1 1 0 + min-height: 0
     collapses to zero. Let content determine the height instead. */
  .hero-hook {
    flex: none;
    min-height: unset;
    padding: 6px 20px 4px;
  }

  /* Drastically cut vertical spacing inside hero so carousel stays on-screen */
  .site-title       { margin-bottom: 6px; font-size: clamp(20px, 8.5vw, 36px); white-space: nowrap; }
  .hero-badge       { margin-bottom: 8px; }
  .hero-copy-block  { margin-top: 4px; margin-bottom: 4px; }
  .hero-copy        { margin-bottom: 6px; }
  .hero-contrast    { margin-bottom: 6px; }
  .hero-features    { margin-bottom: 10px; }
  .hero-cta-group   { gap: 6px; }
  .hero-cta-group .cta-btn { margin-bottom: 0; }
  .hero-phone       { margin-bottom: 4px; }
  .hero-disclaimer  { margin: 0; }

  /* CTA button */
  .cta-btn {
    font-size: 13px;
    padding: 18px 24px;
  }

  /* Carousel */
  .carousel-section {
    padding: 10px 0 12px;
  }

  .carousel-viewport {
    height: clamp(190px, 28vh, 260px);
  }

  .carousel-track .char-card {
    width: clamp(120px, 32vw, 180px);
  }

  .carousel-info {
    min-height: 64px;
    padding: 8px 12px 4px;
  }

  .carousel-info-name {
    font-size: 8px;
  }

  .carousel-info-title {
    font-size: 16px;
  }

  .carousel-info-hook {
    font-size: 15px;
  }

  .char-name {
    font-size: 6px;
  }

  .char-title {
    font-size: 12px;
  }

  /* How it works: single column */
  .steps {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 32px;
  }

  /* Staff: single column, portrait stacks above info */
  .staff-grid {
    grid-template-columns: 1fr;
  }

  .staff-card {
    flex-direction: column;
  }

  .staff-portrait {
    width: 100%;
  }

  .staff-portrait img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }

  /* Featured card (THE COIN): override desktop fixed width so it fills mobile */
  .staff-card-featured .staff-portrait {
    width: 100%;
  }

  .staff-card-featured .staff-portrait img {
    width: 100%;
    height: 300px;
    border-color: #3a3000;
  }

  .staff-name {
    font-size: 9px;
  }

  /* Testimonials: single column */
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  /* FAQ */
  .faq-q {
    font-size: 9px;
  }

  .faq-a {
    font-size: 18px;
  }

  /* Quarters store */
  .tip-block {
    padding: 28px 20px;
  }

  .quarters-note {
    font-size: 16px;
  }

  /* Balance display */
  .balance-display {
    font-size: 9px;
  }

  /* Footer */
  #site-footer {
    padding: 32px 20px;
  }

  .footer-legal {
    font-size: 13px;
  }

  .footer-logo {
    font-size: 8px;
  }

  /* Credits display */
  #credits-display {
    font-size: 15px;
  }

}

/* ── 400px: very small phones ── */
@media (max-width: 400px) {
  .hero-hook {
    padding: 12px 16px 8px;
  }

  section {
    padding: 40px 16px;
  }

  .char-hook {
    font-size: 12px;
  }

  .testimonial-quote {
    font-size: 18px;
  }
}
