/*
Theme Name: Humble Season
Theme URI: https://example.com/humble-season
Author: SMUFTECH
Description: Custom one-page WordPress theme for Humble Season bakery with ACF repeater menu tabs.
Version: 1.0.0
Text Domain: humble-season
*/

:root {
  --cream: #fbf3e4;
  --cream-2: #f6ead3;
  --card: #fffbf3;
  --crust: #c17f44;
  --crust-dark: #8a5a2e;
  --ink: #2b2016;
  --butter: #f3c94f;
  --jam: #a73b33;
  --jam-dark: #7c2b26;
  --line: #2b2016;
  --shadow: 6px 6px 0 rgba(43, 32, 22, 0.9);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
.display {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0;
}
p {
  line-height: 1.6;
}
a {
  color: inherit;
}
.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
.bite-divider {
  position: relative;
  height: 64px;
  width: 100%;
  display: block;
  line-height: 0;
}
.bite-divider svg {
  display: block;
  width: 100%;
  height: 100%;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--cream);
  border-bottom: 3px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 28px;
  max-width: 1120px;
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}
.brand-mark-img {
  height: 88px;
  width: auto;
  flex: none;
  display: block;
}
nav.links {
  display: flex;
  gap: 26px;
}
nav.links a {
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}
nav.links a:hover {
  border-color: var(--crust);
}
.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--card);
  color: var(--ink);
  border: 2.5px solid var(--line);
  border-radius: 50%;
  box-shadow: 3px 3px 0 var(--line);
  cursor: pointer;
  flex: none;
  padding: 0;
  text-decoration: none;
}
.icon-btn:hover,
.icon-btn:active {
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 var(--line);
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-toggle-btn {
  display: none;
}
.mobile-menu {
  display: none;
  flex-direction: column;
  background: var(--cream);
  border-bottom: 3px solid var(--line);
  padding: 8px 28px 16px;
}
.mobile-menu.open {
  display: flex;
}
.mobile-menu a {
  padding: 12px 0;
  font-weight: 700;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px solid var(--cream-2);
}
.hero {
  padding: 48px 28px 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: center;
  gap: 54px;
  max-width: 1120px;
  margin: 0 auto;
}
.hero > div:first-child {
  min-width: 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--crust-dark);
  background: var(--cream-2);
  border: 2px solid var(--line);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 18px;
}
.eyebrow:before {
  content: "●";
  color: var(--jam);
  font-size: 0.6rem;
}
.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  line-height: 0.98;
}
.hero h1 .accent {
  color: var(--jam);
}
.hero p.lede {
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
  max-width: 46ch;
  margin: 20px 0 28px;
  color: #4a3a2a;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 2.5px solid var(--line);
  font-size: 0.98rem;
}
.btn-primary {
  background: var(--butter);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.btn-primary:hover {
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 0 var(--line);
}
.btn-ghost {
  background: var(--card);
  color: var(--ink);
}
.btn-ghost:hover {
  background: var(--cream-2);
}
.hero-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-art img {
  width: 100%;
  max-width: 380px;
  filter: drop-shadow(8px 10px 0 rgba(43, 32, 22, 0.15));
  border-radius: 28px;
}
.hero-illustration {
  width: 100%;
  max-width: 440px;
  display: block;
  filter: drop-shadow(12px 14px 0 rgba(43, 32, 22, 0.14));
}
.hero-blob {
  position: absolute;
  inset: auto 2% 2% auto;
  width: 86%;
  aspect-ratio: 1;
  background: #f6ead3;
  border-radius: 44% 56% 48% 52%;
  z-index: -1;
}
.hero-stats {
  display: flex;
  gap: 26px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.hero-stats .stat b {
  display: block;
  font-family: "Baloo 2";
  font-size: 1.6rem;
  color: var(--crust-dark);
}
.hero-stats .stat span {
  font-size: 0.82rem;
  color: #5c4a37;
}
section {
  padding: 70px 0;
}
.section-head {
  max-width: 640px;
  margin-bottom: 40px;
}
.section-head .eyebrow {
  margin-bottom: 14px;
}
.section-head h2 {
  font-size: clamp(2rem, 3.4vw, 2.7rem);
}
.section-head p {
  font-family: "Fraunces", serif;
  font-size: 1.08rem;
  color: #4a3a2a;
  margin-top: 12px;
}
.band-cream2 {
  background: var(--cream-2);
}
.band-ink {
  background: var(--ink);
  color: var(--cream);
}
.band-ink .section-head p {
  color: #d9c9ae;
}
.menu-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.menu-tab {
  border: 2.5px solid var(--line);
  background: var(--card);
  padding: 9px 18px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  font-family: "DM Sans";
  font-size: 0.92rem;
}
.menu-tab.active {
  background: var(--crust);
  color: var(--cream);
  box-shadow: 3px 3px 0 var(--line);
}
.menu-panel {
  display: none;
}
.menu-panel.active {
  display: block;
  animation: fadeIn 0.25s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.menu-item {
  background: var(--card);
  border: 2.5px solid var(--line);
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  box-shadow: 4px 4px 0 rgba(43, 32, 22, 0.9);
}
.menu-item h4 {
  font-family: "Baloo 2";
  font-size: 1.08rem;
  margin: 0 0 4px;
}
.menu-item p {
  margin: 0;
  font-size: 0.88rem;
  color: #5c4a37;
}
.menu-item .price {
  font-family: "Baloo 2";
  font-size: 1.05rem;
  color: var(--jam-dark);
  white-space: nowrap;
}
.market-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.market-card {
  background: var(--card);
  border: 2.5px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 4px 4px 0 rgba(43, 32, 22, 0.9);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.market-day {
  flex: none;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: var(--butter);
  border: 2.5px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Baloo 2";
  line-height: 1;
}
.market-day b {
  font-size: 1.3rem;
}
.market-day span {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.market-card h4 {
  font-family: "Baloo 2";
  font-size: 1.08rem;
  margin: 0 0 4px;
}
.market-card p {
  margin: 0;
  font-size: 0.88rem;
  color: #5c4a37;
}
.market-tag {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  background: var(--cream-2);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  padding: 2px 10px;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.about-grid img,
.about-art {
  width: 100%;
}
.mission-quote {
  font-family: "Fraunces", serif;
  font-size: 1.5rem;
  font-style: italic;
  border-left: 4px solid var(--jam);
  padding-left: 20px;
  margin: 22px 0;
}
.carry-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 10px;
}
.carry-list li {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 0.98rem;
}
.carry-list li:before {
  content: "🍞";
  font-size: 0.9rem;
}
.hire-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.hire-points {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 16px;
  margin-top: 24px;
}
.hire-points li {
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(251, 243, 228, 0.35);
  border-radius: 14px;
  padding: 16px 18px;
}
.hire-points h4 {
  font-family: "Baloo 2";
  font-size: 1rem;
  margin: 0 0 4px;
  color: var(--butter);
}
.hire-points p {
  margin: 0;
  font-size: 0.88rem;
  color: #e7dcc5;
}
.form-card {
  background: var(--card);
  color: var(--ink);
  border-radius: 20px;
  border: 2.5px solid var(--line);
  padding: 28px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
}
.form-card h3 {
  font-size: 1.3rem;
  margin-bottom: 6px;
}
.form-card p {
  font-size: 0.9rem;
  color: #5c4a37;
  margin-bottom: 20px;
}
.form-row {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}
.form-row.two {
  grid-template-columns: 1fr 1fr;
}
label {
  font-size: 0.8rem;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
input,
textarea,
select {
  width: 100%;
  border: 2px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
  font-family: "DM Sans";
  font-size: 0.92rem;
  background: var(--cream);
}
textarea {
  resize: vertical;
  min-height: 80px;
}
.form-submit {
  width: 100%;
  margin-top: 6px;
  background: var(--jam);
  color: var(--cream);
  border: 2.5px solid var(--line);
  padding: 13px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.98rem;
  cursor: pointer;
  box-shadow: 3px 3px 0 var(--line);
}
.form-submit:hover {
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 var(--line);
}
footer {
  background: var(--ink);
  color: var(--cream);
  padding: 40px 0 24px;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-links a {
  text-decoration: none;
  font-size: 0.88rem;
  color: #e7dcc5;
}
.footer-bottom {
  border-top: 1px solid rgba(251, 243, 228, 0.2);
  padding-top: 18px;
  font-size: 0.78rem;
  color: #a8967c;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 880px) {
  nav.links {
    display: none;
  }
  .menu-toggle-btn {
    display: flex;
  }
  .nav {
    padding: 6px 18px;
    gap: 10px;
  }
  .brand-mark-img {
    height: 64px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 34px 28px 46px;
    text-align: center;
  }
  .hero-art {
    order: -1;
  }
  .hero-ctas,
  .hero-stats {
    justify-content: center;
  }
  .hero p.lede {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-illustration {
    max-width: 360px;
  }
  .about-grid,
  .hire-grid {
    grid-template-columns: 1fr;
  }
  .market-list,
  .menu-grid {
    grid-template-columns: 1fr;
  }
  .form-row.two {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .wrap {
    padding: 0 18px;
  }
  .hero {
    padding: 26px 18px 38px;
    gap: 28px;
  }
  .hero h1 {
    font-size: 2.45rem;
  }
  .hero p.lede {
    font-size: 1.02rem;
  }
  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .btn {
    text-align: center;
  }
  .hero-stats {
    gap: 18px;
  }
  .hero-stats .stat {
    min-width: 86px;
  }
  .hero-illustration {
    max-width: 290px;
  }
  .about-grid {
    gap: 28px;
  }
  .about-grid .hero-art {
    justify-content: center !important;
  }
  .menu-tab {
    font-size: 0.85rem;
    padding: 8px 14px;
  }
  .menu-item {
    padding: 16px;
  }
  .menu-tabs {
    gap: 8px;
  }
}
.custom-logo {
  height: 88px;
  width: auto;
  display: block;
}
@media (max-width: 880px) {
  .custom-logo {
    height: 64px;
    width: auto;
  }
}

.page-subheader {
  background: #f6ead3;
  padding: 90px 20px 70px;
  text-align: center;
  border-bottom: 3px solid #2b2016;
  position: relative;
  overflow: hidden;
}

.page-subheader::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: #fbf3e4;
  border-radius: 50%;
  top: -100px;
  left: -80px;
  opacity: 0.6;
}

.page-subheader::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: #fbf3e4;
  border-radius: 50%;
  bottom: -180px;
  right: -120px;
  opacity: 0.6;
}

.page-subheader .container {
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.page-eyebrow {
  display: inline-block;
  background: #fbf3e4;
  border: 2px solid #2b2016;
  border-radius: 40px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8a5a2e;
  margin-bottom: 18px;
}

.page-title {
  font-family: "Baloo 2", cursive;
  font-size: 64px;
  color: #2b2016;
  line-height: 1;
  margin-bottom: 18px;
}

.page-description {
  font-family: "Fraunces", serif;
  font-size: 20px;
  color: #4a3a2a;
  max-width: 700px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
}

.breadcrumb a {
  text-decoration: none;
  color: #a73b33;
}

.breadcrumb span {
  color: #2b2016;
}

@media (max-width: 768px) {
  .page-subheader {
    padding: 70px 20px 55px;
  }

  .page-title {
    font-size: 42px;
  }

  .page-description {
    font-size: 17px;
  }
}

.menu-panels > h2 {
    padding: 25px 0 10px;
}