:root {
  --ink: #251b15;
  --cream: #fff0d2;
  --paper: #fff8e9;
  --brick: #f6dfb8;
  --blue: #5c9bae;
  --blue-dark: #285667;
  --orange: #d9571f;
  --orange-dark: #923b1d;
  --yellow: #efb62e;
  --coral: #d94a34;
  --muted: #6f5e52;
  --line: rgba(37, 27, 21, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 15px clamp(18px, 5vw, 64px);
  border-bottom: 3px solid var(--ink);
  background: var(--paper);
}

.brand {
  color: var(--orange);
  font-family: Archivo Black, Inter, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
}

.hero-mural {
  border-bottom: 3px solid var(--ink);
  background: var(--brick);
}

.hero-mural img {
  width: 100%;
  display: block;
}

.hero-intro,
.mood-section,
.menus-section,
.chapter-section,
.tips-section,
.contact-section {
  padding: clamp(54px, 8vw, 100px) clamp(20px, 6vw, 82px);
}

.hero-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  border-bottom: 3px solid var(--ink);
  background: var(--paper);
}

.eyebrow,
.mood-grid span,
.chapter-grid span,
.menu-card p {
  margin: 0 0 12px;
  color: var(--orange-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Fraunces, Georgia, serif;
  line-height: 1.02;
}

h1 {
  max-width: 980px;
  margin-bottom: 0;
  font-size: clamp(2.45rem, 5vw, 5.65rem);
}

h2 {
  max-width: 930px;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4.6vw, 5rem);
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.intro-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--ink);
  border-radius: 8px;
  padding: 0 18px;
  color: var(--paper);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 5px 5px 0 var(--ink);
}

.button.primary {
  background: var(--orange);
}

.button.secondary {
  background: var(--blue-dark);
}

.section-heading {
  max-width: 940px;
  margin-bottom: 34px;
}

.mood-section,
.chapter-section {
  background: var(--cream);
}

.mood-grid,
.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mood-grid article,
.menu-card,
.chapter-grid article,
.tip-list p {
  border: 3px solid var(--ink);
  border-radius: 10px;
  box-shadow: 7px 7px 0 rgba(37, 27, 21, 0.16);
}

.mood-grid article {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  background: var(--paper);
}

.mood-grid p,
.chapter-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.menus-section {
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  background: #f5d88f;
}

.menu-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.menu-card {
  min-height: 250px;
  padding: 24px;
}

.menu-card h3 {
  font-size: clamp(1.45rem, 2.7vw, 2.8rem);
}

.orange-card {
  background: #f4c2a7;
}

.blue-card {
  background: #c7e1e8;
}

.yellow-card {
  background: #ffe6a3;
}

.chapter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.chapter-grid article {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  background: var(--paper);
}

.chapter-grid span {
  flex: 0 0 auto;
  color: var(--blue-dark);
}

.chapter-grid h3 {
  max-width: 440px;
  margin: 0;
  text-align: right;
}

.tips-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 540px);
  gap: 34px;
  align-items: start;
  border-top: 3px solid var(--ink);
  background: var(--blue);
}

.tips-section .eyebrow,
.tips-section h2 {
  color: var(--paper);
}

.tip-list {
  display: grid;
  gap: 12px;
}

.tip-list p {
  margin: 0;
  padding: 16px 18px;
  background: var(--paper);
  font-family: Archivo Black, Inter, sans-serif;
  font-size: clamp(1rem, 1.7vw, 1.42rem);
  line-height: 1.25;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
  gap: 36px;
  align-items: end;
  color: var(--paper);
  background: var(--orange-dark);
}

.contact-section .eyebrow {
  color: var(--yellow);
}

.contact-section p {
  color: rgba(255, 248, 233, 0.86);
  font-size: 1.05rem;
  line-height: 1.75;
}

form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}

.signup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

input,
button {
  min-height: 50px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  font: inherit;
}

input {
  width: 100%;
  padding: 0 14px;
}

button {
  padding: 0 22px;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 900;
  cursor: pointer;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 6vw, 82px);
  color: var(--paper);
  background: var(--ink);
}

footer p {
  margin: 0;
}

@media (max-width: 1060px) {
  .hero-intro,
  .tips-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .mood-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    display: block;
  }

  .brand {
    display: inline-block;
    margin-bottom: 14px;
  }

  .nav {
    justify-content: flex-start;
  }

  .menu-grid,
  .chapter-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hero-mural img {
    min-height: 0;
    object-fit: contain;
  }

  h1 {
    font-size: clamp(2.1rem, 12vw, 3.35rem);
  }

  .mood-grid {
    grid-template-columns: 1fr;
  }

  .chapter-grid article {
    align-items: flex-start;
    flex-direction: column;
  }

  .chapter-grid h3 {
    text-align: left;
  }

  .intro-actions,
  .signup,
  footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  button,
  .button {
    width: 100%;
  }
}
