/* =============================================================================
   ADHDity — 02-hero.css
   Sections: 3. Hero · 4. Hero Controls (State Buttons) · 5. Body Layout
   ============================================================================= */


/* 3. RECIPES APP — Hero
   ============================================================================= */

.adhdity-recipes .ar-hero {
  text-align: center;
  padding: 48px 20px 60px;
  background: #F5F5F3;
  transition: background .35s ease;
}

.adhdity-recipes .ar-hero[data-mode="badbrain"] {
  background: #F5F5F3;
}

.adhdity-recipes .ar-kicker {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(17,24,39,.55);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.adhdity-recipes .ar-title {
  margin: 0 0 28px;
  font-size: clamp(26px, 5.5vw, 46px);
  font-weight: 700;
  color: #2F2F2F;
  line-height: 1.05;
  text-shadow: none;
}

.adhdity-recipes .ar-sub {
  margin: 0 auto 28px;
  max-width: 520px;
  font-size: 15px;
  color: rgba(17,24,39,.65);
  line-height: 1.6;
  font-weight: 600;
}

.adhdity-recipes .ar-hero-count {
  display: none;
}


/* 4. RECIPES APP — Hero Controls (State Buttons)
   ============================================================================= */

.adhdity-recipes .ar-statebar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 18px auto 12px;
}

.adhdity-recipes .ar-statebtn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: none;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  cursor: pointer;
  background: rgba(255,255,255,0.18);
  color: #000000;
  border: 2px solid rgba(17, 24, 39, 0.6);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.adhdity-recipes .ar-statebtn:hover {
  transform: translateY(-1px);
}

.adhdity-recipes .ar-statebtn[aria-pressed="true"] {
  background: #3B82F6;
  color: #ffffff;
  border-color: #3B82F6;
  box-shadow: 0 6px 18px rgba(59,130,246,0.25);
}

.adhdity-recipes .ar-statebtn[data-state="3"] {
  min-width: 240px;
  justify-content: center;
}

.ar-statebtn .ar-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 20px;
}

.ar-statebtn:hover .ar-icon {
  transform: translateY(-1px);
}

.icon-shutdown   { background: #FDECEC; color: #E05252; }
.icon-fumes      { background: #FFF4E5; color: #E07C00; }
.icon-functional { background: #EAF7F0; color: #2F9E44; }


/* 5. RECIPES APP — Body Layout
   ============================================================================= */

.adhdity-recipes .ar-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 16px 80px;
  display: block;
}
