:root {
  color-scheme: light;
  --ink: #24342f;
  --muted: #6d7973;
  --paper: #fff9ec;
  --cream: #fff0d6;
  --milk: #fffdf8;
  --leaf: #60c99f;
  --mint: #d9f5df;
  --sky: #c6edf4;
  --berry: #ff6f9b;
  --berry-deep: #d94b78;
  --chocolate: #5a321f;
  --brass: #e8a832;
  --line: rgba(36, 52, 47, 0.13);
  --shadow: 0 24px 70px rgba(85, 66, 47, 0.14);
  font-family: Nunito, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 18px 20px auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 8px 12px;
  color: var(--milk);
  transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.site-header.scrolled {
  background: rgba(255, 249, 236, 0.92);
  box-shadow: 0 10px 40px rgba(85, 66, 47, 0.12);
  backdrop-filter: blur(18px);
  color: var(--ink);
  border: 1px solid rgba(24, 32, 29, 0.08);
}

.brand,
.nav-links,
.header-action {
  align-items: center;
  display: flex;
}

.brand {
  gap: 12px;
  min-width: 0;
  font-size: 1.02rem;
  font-weight: 900;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.brand-logo {
  width: 54px;
  height: 54px;
  padding: 3px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background: var(--milk);
  box-shadow: 0 12px 24px rgba(85, 66, 47, 0.18);
}

.scrolled .brand {
  text-shadow: none;
}

.nav-links {
  justify-self: center;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(255, 253, 248, 0.66);
  border-radius: 999px;
  background: rgba(255, 111, 155, 0.22);
  box-shadow: 0 10px 28px rgba(85, 66, 47, 0.12);
}

.scrolled .nav-links {
  border-color: var(--line);
  background: rgba(217, 245, 223, 0.78);
}

.nav-links a,
.header-action {
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.87rem;
  font-weight: 700;
}

.nav-links a:hover,
.header-action:hover {
  background: rgba(255, 253, 248, 0.18);
}

.scrolled .nav-links a:hover,
.scrolled .header-action:hover {
  background: var(--cream);
}

.header-action {
  justify-self: end;
  border: 1px solid currentColor;
  background: rgba(255, 253, 248, 0.18);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(36, 52, 47, 0.68), rgba(36, 52, 47, 0.24) 47%, rgba(255, 111, 155, 0.04) 75%),
    linear-gradient(0deg, rgba(36, 52, 47, 0.28), transparent 50%);
}

.hero-content {
  position: relative;
  max-width: 780px;
  padding: 140px 7vw 84px;
  color: var(--milk);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #d9f5df;
}

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

h1,
h2 {
  font-family: Fraunces, Georgia, serif;
}

h1 {
  margin-bottom: 18px;
  max-width: 860px;
  font-size: clamp(4rem, 7vw, 8.4rem);
  line-height: 0.88;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 5vw, 5.3rem);
  line-height: 0.95;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  max-width: 640px;
  color: rgba(255, 253, 248, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions,
.visit-section {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  background: linear-gradient(135deg, var(--berry), var(--berry-deep));
  color: white;
  box-shadow: 0 12px 30px rgba(255, 111, 155, 0.34);
}

.button.secondary {
  border: 1px solid rgba(255, 253, 248, 0.7);
  color: var(--milk);
  background: rgba(255, 253, 248, 0.08);
}

.quest-section {
  padding: 92px 7vw;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 111, 155, 0.14), transparent 25%),
    radial-gradient(circle at 88% 8%, rgba(217, 245, 223, 0.95), transparent 27%),
    var(--milk);
}

.quest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.quest-grid a {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid rgba(255, 111, 155, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.92), rgba(255, 240, 214, 0.76)),
    var(--milk);
  box-shadow: 0 18px 38px rgba(85, 66, 47, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.quest-grid a:nth-child(even) {
  background:
    linear-gradient(145deg, rgba(217, 245, 223, 0.8), rgba(255, 253, 248, 0.88)),
    var(--milk);
}

.quest-grid a:hover {
  transform: translateY(-6px) rotate(-0.5deg);
  border-color: rgba(255, 111, 155, 0.42);
  box-shadow: 0 24px 54px rgba(85, 66, 47, 0.14);
}

.quest-grid span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(255, 111, 155, 0.15);
  font-size: 1.8rem;
}

.quest-grid strong {
  margin-top: auto;
  color: var(--ink);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1;
}

.quest-grid small {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.45;
}

.promise-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.promise-strip div {
  min-height: 132px;
  padding: 30px 7vw;
  background: linear-gradient(135deg, var(--milk), #fff3dc 58%, var(--mint));
}

.promise-strip strong,
.promise-strip span {
  display: block;
}

.promise-strip strong {
  margin-bottom: 8px;
  font-size: 1rem;
}

.promise-strip span {
  color: var(--muted);
  line-height: 1.5;
}

.split-section,
.non-dairy-section,
.menu-section,
.visit-section {
  padding: 92px 7vw;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 54px;
  align-items: start;
  background:
    radial-gradient(circle at 5% 8%, rgba(255, 111, 155, 0.12), transparent 24%),
    var(--paper);
}

.section-copy p {
  max-width: 620px;
  font-size: 1.04rem;
}

.section-copy.narrow {
  max-width: 820px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-grid article {
  min-height: 210px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 253, 248, 0.9), rgba(255, 240, 214, 0.78));
}

.feature-grid span {
  display: block;
  margin-bottom: 38px;
  color: var(--brass);
  font-weight: 800;
}

.world-section {
  position: relative;
  min-height: 820px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--cream);
}

.world-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.world-copy {
  position: relative;
  width: min(610px, calc(100% - 40px));
  margin: 0 0 56px 7vw;
  padding: 34px;
  border: 1px solid rgba(96, 201, 159, 0.28);
  border-radius: 8px;
  background: rgba(255, 249, 236, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.world-copy h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.image-section {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--cream);
}

.image-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-panel {
  position: relative;
  width: min(560px, calc(100% - 40px));
  margin: 0 0 56px 7vw;
  padding: 34px;
  background: rgba(255, 249, 236, 0.92);
  border: 1px solid rgba(255, 111, 155, 0.18);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.image-panel h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.non-dairy-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 44px;
  align-items: start;
  background:
    radial-gradient(circle at 14% 18%, rgba(217, 245, 223, 0.88), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(255, 111, 155, 0.12), transparent 24%),
    var(--milk);
}

.non-dairy-art {
  position: sticky;
  top: 92px;
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(255, 111, 155, 0.2);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.non-dairy-art img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.non-dairy-copy {
  max-width: 780px;
}

.non-dairy-copy h2 {
  color: var(--chocolate);
}

.non-dairy-copy p {
  max-width: 700px;
  font-size: 1.08rem;
}

.non-dairy-copy p:nth-of-type(3) {
  color: var(--ink);
  font-weight: 800;
}

.non-dairy-proof {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.non-dairy-proof article,
.non-dairy-signoff {
  border: 1px solid rgba(96, 201, 159, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(217, 245, 223, 0.72));
  box-shadow: 0 14px 34px rgba(85, 66, 47, 0.08);
}

.non-dairy-proof article {
  min-height: 150px;
  padding: 24px;
}

.non-dairy-proof span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(255, 111, 155, 0.13);
  font-size: 1.4rem;
}

.non-dairy-proof h3,
.non-dairy-signoff h3 {
  color: var(--ink);
}

.non-dairy-proof p,
.non-dairy-signoff p {
  margin-bottom: 0;
}

.non-dairy-signoff {
  margin-top: 20px;
  padding: 28px 32px;
  background:
    linear-gradient(135deg, rgba(255, 111, 155, 0.1), rgba(217, 245, 223, 0.62)),
    var(--milk);
}

.non-dairy-signoff h3 {
  margin-bottom: 6px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.menu-section {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 111, 155, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(217, 245, 223, 0.9), rgba(255, 249, 236, 0.96) 46%, rgba(255, 240, 214, 0.95));
  color: var(--ink);
}

.menu-section p {
  color: var(--muted);
}

.menu-section .eyebrow {
  color: var(--leaf);
}

.menu-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  background: transparent;
}

.menu-list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
  padding: 24px 24px;
  border: 1px solid rgba(255, 111, 155, 0.15);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.86), rgba(255, 240, 214, 0.7));
  box-shadow: 0 14px 30px rgba(85, 66, 47, 0.07);
}

.menu-list h3 {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.menu-list span {
  min-width: 98px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 111, 155, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--berry-deep);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.visit-section {
  justify-content: space-between;
  background:
    radial-gradient(circle at 86% 42%, rgba(255, 111, 155, 0.14), transparent 20%),
    linear-gradient(90deg, rgba(217, 245, 223, 0.74), transparent 58%),
    var(--milk);
}

.visit-section h2 {
  max-width: 820px;
  margin-bottom: 0;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 7vw;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

footer span:first-child {
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 800px) {
  .site-header {
    inset: 10px 10px auto;
    grid-template-columns: 1fr auto;
  }

  .brand {
    font-size: 0.92rem;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-image {
    object-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(36, 52, 47, 0.7), rgba(36, 52, 47, 0.2) 76%),
      linear-gradient(90deg, rgba(36, 52, 47, 0.6), rgba(36, 52, 47, 0.04));
  }

  .hero-content {
    padding: 120px 22px 54px;
  }

  h1 {
    font-size: clamp(3.25rem, 15vw, 5.2rem);
  }

  h2 {
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  .promise-strip,
  .split-section,
  .quest-grid,
  .non-dairy-proof,
  .feature-grid,
  .menu-list article {
    grid-template-columns: 1fr;
  }

  .promise-strip div,
  .quest-section,
  .split-section,
  .non-dairy-section,
  .menu-section,
  .visit-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .split-section {
    gap: 32px;
  }

  .quest-grid a {
    min-height: 170px;
    padding: 20px;
  }

  .world-section {
    min-height: 720px;
  }

  .world-section > img {
    object-position: 48% center;
  }

  .world-copy {
    margin: 0 auto 24px;
    padding: 24px;
  }

  .non-dairy-art img {
    aspect-ratio: 1.2 / 1;
  }

  .non-dairy-section {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .non-dairy-art {
    position: relative;
    top: auto;
  }

  .non-dairy-proof article,
  .non-dairy-signoff {
    padding: 20px;
  }

  .feature-grid article {
    min-height: 170px;
  }

  .image-section {
    min-height: 680px;
  }

  .image-section > img {
    object-position: 46% center;
  }

  .image-panel {
    margin: 0 auto 24px;
    padding: 24px;
  }

  .menu-list span {
    justify-self: start;
  }

  footer {
    flex-direction: column;
    padding-left: 22px;
    padding-right: 22px;
  }
}
