:root {
  --ink: #55565a;
  --deep: #313534;
  --leaf: #8f9a70;
  --leaf-deep: #68754f;
  --lemon: #f2cc50;
  --lemon-soft: #fff0ba;
  --cream: #f7f2e7;
  --paper: #fffaf0;
  --sage: #c8cfaa;
  --shadow: 0 24px 70px rgba(62, 63, 56, 0.16);
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 6%, rgba(242, 204, 80, 0.22), transparent 27rem),
    radial-gradient(circle at 90% 14%, rgba(143, 154, 112, 0.22), transparent 26rem),
    linear-gradient(180deg, var(--cream), var(--paper) 44%, #f0eddf);
  color: var(--deep);
  font-family: "Avenir Next", "Trebuchet MS", sans-serif;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(85, 86, 90, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 86, 90, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000, transparent 78%);
}

a {
  color: inherit;
}

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

:focus-visible {
  outline: 3px solid var(--lemon);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--deep);
  color: white;
  font-weight: 800;
  transition: top 240ms var(--ease);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
  padding: 0.55rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(85, 86, 90, 0.13);
  background: rgba(247, 242, 231, 0.9);
  backdrop-filter: blur(16px);
}

.brand-mark {
  display: block;
  width: clamp(118px, 13vw, 168px);
  height: clamp(58px, 6.5vw, 78px);
  text-decoration: none;
}

.brand-mark img,
.hero-logo,
.story-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.2rem;
}

.nav-links a {
  padding: 0.5rem 0.72rem;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
  transition: background 320ms var(--ease), transform 320ms var(--ease);
}

.nav-links a:hover {
  background: rgba(143, 154, 112, 0.18);
  transform: translateY(-1px);
}

.hero-section {
  min-height: min(560px, calc(100dvh - 76px));
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.9fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5.5rem);
  padding: clamp(1.2rem, 3vw, 2.5rem) clamp(1.1rem, 5vw, 5rem) 1.5rem;
}

.hero-copy {
  max-width: 690px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero-logo {
  width: min(100%, 500px);
  height: auto;
  max-height: 240px;
  margin: 0 0 1rem -0.25rem;
  object-position: left center;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--leaf-deep);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

h2,
h3 {
  color: var(--ink);
  text-wrap: balance;
}

h2 {
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 0.98;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.25rem;
  line-height: 1.08;
}

p {
  text-wrap: pretty;
}

.hero-lede,
.section-copy p,
.booking-copy p,
.story-copy p {
  max-width: 60ch;
  font-size: clamp(1.05rem, 1.8vw, 1.23rem);
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-height: 3.25rem;
  padding: 0.7rem 0.7rem 0.7rem 1.25rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 0 7px 0 rgba(85, 86, 90, 0.24);
  color: var(--deep);
  font-weight: 900;
  text-decoration: none;
  transition: transform 360ms var(--ease), box-shadow 360ms var(--ease), background 360ms var(--ease);
}

.button:hover {
  transform: translateY(2px);
  box-shadow: 0 5px 0 rgba(85, 86, 90, 0.24);
}

.button:active {
  transform: translateY(4px) scale(0.99);
  box-shadow: 0 2px 0 rgba(85, 86, 90, 0.24);
}

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

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

.button.dark {
  width: fit-content;
  background: var(--deep);
  color: white;
  box-shadow: 0 7px 0 rgba(49, 53, 52, 0.34);
}

.button-icon {
  display: grid;
  place-items: center;
  width: 2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: transform 360ms var(--ease);
}

.button:hover .button-icon {
  transform: translateX(2px);
}

.hero-card {
  position: relative;
  width: min(100%, 560px);
  justify-self: center;
  margin: 0;
  padding: 0.7rem;
  border: 1px solid rgba(85, 86, 90, 0.18);
  border-radius: 10px;
  background: rgba(255, 250, 240, 0.92);
  box-shadow: var(--shadow), 0 10px 0 rgba(156, 121, 88, 0.28);
  transform: rotate(0.8deg);
}

.hero-card img {
  width: 100%;
  height: clamp(260px, 28vw, 340px);
  border-radius: 6px;
  object-fit: cover;
  object-position: center center;
}

.hero-card figcaption {
  position: absolute;
  right: -0.85rem;
  bottom: 2rem;
  max-width: 15rem;
  padding: 0.8rem 0.95rem;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: var(--lemon-soft);
  box-shadow: 0 7px 0 rgba(85, 86, 90, 0.25);
  transform: rotate(-4deg);
}

.hero-card span,
.hero-card strong {
  display: block;
}

.hero-card span {
  color: var(--leaf-deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-card strong {
  color: var(--ink);
  font-size: 1.15rem;
  line-height: 1.05;
}

.proof-strip,
.menu-section,
.where-section,
.booking-section,
.setup-section,
.story-section,
.faq-section,
.contact-section {
  width: min(100% - 2.2rem, 1180px);
  margin: 0 auto clamp(3.5rem, 8vw, 6rem);
  scroll-margin-top: 92px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 10px;
  background: var(--deep);
  color: white;
  box-shadow: 0 14px 0 rgba(85, 86, 90, 0.13);
}

.proof-strip div {
  min-height: 8rem;
  padding: 1.25rem;
  border-right: 1px dashed rgba(255, 255, 255, 0.26);
}

.proof-strip div:last-child {
  border-right: 0;
}

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

.proof-strip strong {
  margin-bottom: 0.35rem;
  color: var(--lemon-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1;
}

.proof-strip span {
  max-width: 23rem;
  font-weight: 700;
}

.section-copy {
  max-width: 680px;
}

.section-copy.compact {
  margin-bottom: 1.25rem;
}

.menu-section {
  padding-top: 1rem;
}

.menu-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.menu-photo,
.booking-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 250, 240, 0.88);
  box-shadow: var(--shadow);
}

.menu-photo {
  transform: rotate(-0.6deg);
}

.menu-photo img,
.booking-photo img {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  object-position: center center;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "original strawberry"
    "mango lavender";
  gap: 1rem;
}

.flavor-card {
  min-height: 13rem;
  padding: 1.15rem;
  border-radius: 10px;
  background: rgba(255, 250, 240, 0.82);
  box-shadow: 0 10px 0 rgba(85, 86, 90, 0.1);
}

.flavor-card span {
  display: inline-block;
  margin-bottom: 1.35rem;
  color: var(--leaf-deep);
  font-size: 0.82rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.flavor-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.flavor-card p {
  max-width: 24rem;
  margin-bottom: 0;
  font-weight: 700;
}

.original {
  grid-area: original;
  background:
    radial-gradient(circle at 22% 20%, rgba(242, 204, 80, 0.48), transparent 10rem),
    var(--paper);
}

.strawberry {
  grid-area: strawberry;
  background: #f2dfd6;
}

.mango {
  grid-area: mango;
  background: var(--lemon-soft);
}

.lavender {
  grid-area: lavender;
  background: #e9e5ef;
}

.menu-note {
  margin: 1rem 0 0;
  color: var(--leaf-deep);
  font-weight: 850;
}

.where-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.schedule-panel {
  display: grid;
  gap: 1rem;
}

.schedule-panel article {
  padding: 1.15rem;
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.82);
  box-shadow: 0 9px 0 rgba(85, 86, 90, 0.11);
}

.date-pill {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: var(--lemon);
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(242, 204, 80, 0.72), rgba(200, 207, 170, 0.9)),
    var(--sage);
  box-shadow: 0 14px 0 rgba(85, 86, 90, 0.2);
}

.booking-section h2 {
  max-width: 11ch;
}

.booking-photo {
  grid-column: 1 / -1;
  max-height: 420px;
  transform: rotate(0.5deg);
}

.booking-photo img {
  min-height: 320px;
}

.event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.event-list span {
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.72);
  color: var(--deep);
  font-weight: 850;
}

.setup-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.setup-image {
  padding: 0.7rem;
  border-radius: 12px;
  background: rgba(255, 250, 240, 0.88);
  box-shadow: var(--shadow);
  transform: rotate(-0.7deg);
}

.setup-image img {
  width: 100%;
  height: clamp(280px, 38vw, 480px);
  border-radius: 8px;
  object-fit: cover;
  object-position: center center;
}

.setup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.setup-grid article {
  padding: 1rem;
  border-left: 4px solid var(--leaf);
  background: rgba(255, 250, 240, 0.65);
}

.setup-grid span {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--leaf-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.setup-grid p {
  margin-bottom: 0;
  font-weight: 650;
}

.story-section {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(1.3rem, 4vw, 2.4rem);
  border-top: 2px solid rgba(85, 86, 90, 0.18);
  border-bottom: 2px solid rgba(85, 86, 90, 0.18);
}

.story-mark {
  aspect-ratio: 1;
}

.story-copy h2 {
  max-width: 13ch;
}

.faq-list {
  columns: 2;
  column-gap: clamp(1rem, 5vw, 4rem);
}

.faq-list article {
  break-inside: avoid;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(85, 86, 90, 0.2);
}

.faq-list p {
  margin-bottom: 0;
  font-weight: 650;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.contact-grid a {
  min-width: 0;
  padding: 1.15rem;
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.82);
  color: var(--ink);
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  font-weight: 900;
  text-decoration: none;
  overflow-wrap: anywhere;
  box-shadow: 0 9px 0 rgba(85, 86, 90, 0.1);
  transition: transform 320ms var(--ease), box-shadow 320ms var(--ease);
}

.contact-grid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 0 rgba(85, 86, 90, 0.1);
}

.contact-grid span {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--leaf-deep);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem clamp(1.1rem, 5vw, 5rem);
  background: var(--deep);
  color: white;
  font-weight: 800;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 920px) {
  .hero-section,
  .where-section,
  .booking-section,
  .setup-section,
  .story-section {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-card {
    order: -1;
    width: min(86vw, 620px);
  }

  .proof-strip,
  .contact-grid,
  .setup-grid,
  .menu-layout {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.26);
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "original"
      "strawberry"
      "mango"
      "lavender";
  }

  .faq-list {
    columns: 1;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
    align-items: flex-start;
  }

  .brand-mark {
    width: 112px;
    height: 58px;
    flex: 0 0 auto;
  }

  .nav-links a {
    padding: 0.42rem 0.55rem;
    font-size: 0.82rem;
  }

  .hero-section {
    padding-top: 1.3rem;
  }

  .hero-logo {
    margin-left: -0.15rem;
  }

  .hero-card figcaption {
    right: 0.3rem;
    bottom: 1rem;
    max-width: 12.5rem;
  }

  .button {
    width: 100%;
  }

  .button.dark {
    width: 100%;
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.15rem);
  }
}
