:root {
  --green: #1c4539;
  --green-deep: #14352c;
  --cream: #f7f1de;
  --ink: #16352c;
  --lime: #c8f04d;
  --orange: #e4572e;
  --yellow: #f2d24a;
  --blue: #7ec8e8;
  --white: #fffdf6;
  --muted: rgba(22, 53, 44, 0.68);
  --shadow: 0 22px 50px rgba(20, 53, 44, 0.16);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Nunito, sans-serif;
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 40;
  background: var(--lime);
  padding: 0.6rem 1rem;
  border-radius: 999px;
}

.wrap {
  width: min(1180px, calc(100% - 8vw));
  margin-inline: auto;
}

.display {
  font-family: Fredoka, sans-serif;
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 0.95;
  font-size: clamp(2.5rem, 5.4vw, 4.5rem);
  margin: 0 0 1rem;
}

.display-light {
  color: var(--cream);
}

.eyebrow {
  margin: 0 0 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 800;
  opacity: 0.55;
}

.eyebrow-light {
  color: var(--cream);
}

.lead {
  max-width: 46ch;
  margin: 0 auto 2.4rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2.2rem;
  max-width: 820px;
  margin: -0.6rem auto 2.6rem;
  text-align: left;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.about-grid p {
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 800;
  padding: 0.88rem 1.45rem;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-lime {
  background: var(--lime);
  color: var(--ink);
}

.btn-green {
  background: var(--green);
  color: var(--cream);
}

.btn-sm {
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem;
}

.btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(247, 241, 222, 0.72);
}

.btn-block {
  width: 100%;
}

.nav {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.35rem 5vw;
  color: var(--cream);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.logo-type {
  font-family: Fredoka, sans-serif;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
}

.logo-mark svg {
  display: block;
  border-radius: 12px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 1.7rem;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
  opacity: 0.82;
}

.nav-links a:hover,
.nav-links .is-active {
  opacity: 1;
}

.nav-book-mobile {
  display: none;
}

.nav-book-desktop {
  justify-self: end;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  justify-self: end;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 6px auto;
  background: var(--cream);
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--green);
  color: var(--cream);
  min-height: 100vh;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 240px;
  align-items: center;
  gap: 1.2rem;
  width: min(1240px, calc(100% - 8vw));
  margin: 0 auto;
  min-height: 100vh;
  padding: 7rem 0 9.5rem;
}

.hero-copy {
  max-width: 260px;
  align-self: center;
  padding-bottom: 0;
  z-index: 4;
}

.hero-copy h1 {
  margin: 0 0 0.7rem;
  font-family: Fredoka, sans-serif;
  font-size: 1.55rem;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--cream);
}

.hero-copy .eyebrow {
  opacity: 0.8;
}

.hero-copy p {
  margin: 0 0 1.25rem;
  font-size: 1.02rem;
}

.hero-stage {
  position: static;
  isolation: auto;
  min-height: 0;
  text-align: center;
  align-self: start;
}

.hero-title {
  position: relative;
  margin: 0;
  padding-top: 0.15em;
  font-family: Fredoka, sans-serif;
  font-weight: 700;
  font-size: clamp(4.8rem, 9.4vw, 8.6rem);
  letter-spacing: -0.045em;
  line-height: 0.86;
  color: var(--cream);
}

.hero-title span {
  display: block;
  position: relative;
  z-index: 1;
}

.hero-title .hero-title-front {
  z-index: 5;
}

.hero-person {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0;
  width: min(340px, 32vw);
  height: min(52vh, 560px);
  margin: 0;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: 50% 4%;
  pointer-events: none;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.28));
}

.hero-herb {
  position: absolute;
  z-index: 4;
  width: 92px;
  top: 0.05em;
  left: 7%;
  transform: rotate(-16deg);
}

.hero-card {
  background: var(--white);
  color: var(--ink);
  border-radius: 28px;
  padding: 0.85rem;
  align-self: center;
  margin-bottom: 0;
  z-index: 4;
  box-shadow: var(--shadow);
}

.hero-card img {
  height: 138px;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.hero-card-kicker {
  margin: 0.75rem 0 0.15rem;
  font-size: 0.78rem;
  font-weight: 800;
  opacity: 0.55;
}

.hero-card-title {
  margin: 0 0 0.85rem;
  font-family: Fredoka, sans-serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -64vw;
  width: 150vw;
  height: 74vw;
  border-radius: 50%;
  background: var(--cream);
  transform: translateX(-50%);
  pointer-events: none;
}

.story {
  position: relative;
  z-index: 3;
  padding: 0.5rem 0 5.2rem;
  text-align: center;
}

.story-slider {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.story-frame {
  display: grid;
  grid-template-columns: 1fr 1.18fr 1fr;
  gap: 1.35rem;
  align-items: center;
}

.story-frame figure {
  margin: 0;
  overflow: hidden;
  background: #d9d2bd;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.story-side {
  height: 270px;
}

.story-main {
  height: 430px;
}

.story-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-arrow {
  position: absolute;
  top: 46%;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--green);
  color: var(--cream);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.story-arrow.is-prev { left: -18px; }
.story-arrow.is-next { right: -18px; }

.story-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.story-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9c2ae;
  cursor: pointer;
}

.story-dots .is-active {
  background: var(--green);
}

.passion {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  padding: 3.3rem 5vw;
  background: var(--orange);
  color: var(--cream);
  text-align: center;
}

.passion h2 {
  margin: 0;
}

.passion-icon {
  width: 74px;
  height: 74px;
  flex: none;
}

.menu {
  background: var(--green);
  padding: 5.2rem 0 5.6rem;
  text-align: center;
}

.menu .lead,
.menu .wrap > .display {
  color: var(--cream);
}

.menu-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem 1.6rem;
  margin: 0 0 2.2rem;
}

.menu-tabs button {
  background: none;
  border: 0;
  color: var(--cream);
  font-weight: 800;
  opacity: 0.5;
  cursor: pointer;
  padding: 0.2rem 0 0.4rem;
}

.menu-tabs .is-active {
  opacity: 1;
  box-shadow: inset 0 -2px 0 var(--cream);
}

.menu-carousel {
  position: relative;
  padding: 0 3.2rem;
}

.menu-pdf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 2rem 0 0;
}

.menu-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
  margin: 2.4rem 0 0;
  text-align: left;
  color: var(--cream);
}

.menu-index h3 {
  margin: 0 0 0.55rem;
  font-family: Fredoka, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.menu-index ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.92rem;
  line-height: 1.55;
  opacity: 0.88;
}

.menu-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  text-align: left;
}

.menu-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.menu-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.menu-card-body {
  padding: 1rem 1.1rem 1.15rem;
}

.menu-card h3 {
  margin: 0 0 0.9rem;
  font-family: Fredoka, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.menu-card-foot {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.menu-card-foot strong {
  margin-right: auto;
  font-family: Fredoka, sans-serif;
  font-size: 1.35rem;
  color: var(--green);
}

.heart {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 253, 246, 0.94);
  color: var(--green);
  cursor: pointer;
}

.heart.is-on {
  color: #d23b3b;
}

.menu-carousel .story-arrow {
  background: var(--cream);
  color: var(--green);
}

.gallery {
  padding: 5rem 0;
}

.gallery-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  grid-template-areas:
    "copy a a"
    "b b c";
  gap: 1.15rem;
  align-items: end;
}

.gallery-copy {
  grid-area: copy;
  max-width: 380px;
  padding-bottom: 0.6rem;
}

.gallery-copy p {
  margin: 0 0 1.2rem;
  color: var(--muted);
}

.g-a { grid-area: a; min-height: 280px; }
.g-b { grid-area: b; min-height: 250px; }
.g-c { grid-area: c; min-height: 250px; }

.gallery-layout figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  cursor: pointer;
  min-height: 220px;
}

.gallery-layout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
}

.gallery-layout figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 0.7rem 0.9rem;
  background: linear-gradient(transparent, rgba(20, 53, 44, 0.72));
  color: var(--cream);
  font-weight: 800;
  font-size: 0.92rem;
}

.gallery-layout .is-extra {
  display: none;
}

.gallery.is-open .gallery-layout {
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: none;
}

.gallery.is-open .gallery-copy {
  grid-column: 1 / -1;
  max-width: none;
}

.gallery.is-open .is-extra,
.gallery.is-open .g-a,
.gallery.is-open .g-b,
.gallery.is-open .g-c {
  display: block;
  grid-area: auto;
  min-height: 210px;
}

.stats {
  background: var(--green);
  padding: 5.2rem 0 6rem;
  text-align: center;
}

.stats-stage {
  position: relative;
  max-width: 760px;
  margin: 2rem auto 0;
  min-height: 540px;
}

.stats-portrait {
  margin: 1.2rem auto 0;
  width: min(380px, 72%);
}

.stats-portrait img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.28));
}

.stat-badge {
  position: absolute;
  display: grid;
  place-content: center;
  color: var(--ink);
  text-align: center;
  padding: 1rem;
}

.stat-badge strong {
  font-family: Fredoka, sans-serif;
  font-size: 2.15rem;
  line-height: 1;
}

.stat-badge span {
  display: block;
  max-width: 9ch;
  margin: 0.2rem auto 0;
  font-size: 0.82rem;
  font-weight: 800;
}

.is-diamond {
  width: 168px;
  height: 168px;
  left: 0;
  top: 16%;
  background: var(--lime);
  transform: rotate(45deg);
}

.is-diamond strong,
.is-diamond span {
  transform: rotate(-45deg);
}

.is-circle {
  width: 150px;
  height: 150px;
  right: 2%;
  top: 6%;
  background: var(--yellow);
  border-radius: 50%;
}

.is-burst {
  width: 168px;
  height: 168px;
  right: 7%;
  bottom: 2%;
  background: var(--blue);
  border-radius: 42% 58% 37% 63% / 54% 37% 63% 46%;
}

.contact {
  padding: 5.2rem 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0;
}

.contact-list li {
  margin: 0 0 0.9rem;
}

.contact-list strong {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.55;
}

.hours {
  width: 100%;
  border-collapse: collapse;
}

.hours caption {
  text-align: left;
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.hours th {
  text-align: left;
  font-weight: 700;
  padding: 0.35rem 0;
}

.hours td {
  text-align: right;
  padding: 0.35rem 0;
}

.contact-cta {
  margin: 0 0 1.6rem;
}

.map-card {
  overflow: hidden;
  border-radius: 28px;
  min-height: 360px;
  background: #d7e0d4;
}

.map-card img,
.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
  border: 0;
}

.faq {
  padding: 4.4rem 0 5.2rem;
  text-align: center;
}

.faq .display {
  margin-bottom: 1.6rem;
}

.faq-list {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 0;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--ink);
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.faq-list a {
  color: var(--green);
}

.footer {
  padding: 1.4rem 0 2.2rem;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: start;
}

.footer .logo-type,
.footer .logo {
  color: var(--green);
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.2rem;
}

.footer a {
  text-decoration: none;
  font-weight: 700;
}

.legal {
  width: min(1180px, calc(100% - 8vw));
  margin: 1.2rem auto 0;
  opacity: 0.55;
}

.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 8rem 5vw 4rem;
}

.booking,
.lightbox {
  width: min(460px, 92vw);
  border: 0;
  border-radius: 28px;
  padding: 1.4rem;
  background: var(--white);
}

.lightbox {
  width: min(900px, 94vw);
  padding: 0;
  background: transparent;
}

.lightbox img {
  width: 100%;
  border-radius: 18px;
}

.booking::backdrop,
.lightbox::backdrop {
  background: rgba(20, 53, 44, 0.58);
}

.booking-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}

.booking-head h2 {
  margin: 0;
  font-family: Fredoka, sans-serif;
  font-size: 2rem;
}

.booking-close {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--cream);
  cursor: pointer;
  font-size: 1.4rem;
}

.lightbox .booking-close {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
}

.booking label {
  display: grid;
  gap: 0.3rem;
  margin-bottom: 0.75rem;
  font-weight: 800;
  font-size: 0.92rem;
}

.booking input,
.booking select {
  font-weight: 600;
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  border: 1px solid #ddd6c4;
  background: #fff;
}

.booking-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.booking-note,
.booking-ok {
  font-size: 0.92rem;
  color: var(--muted);
}

@media (max-width: 980px) {
  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links,
  .nav-book-desktop {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .nav.is-open .nav-links {
    display: flex;
    position: absolute;
    inset: 76px 5vw auto;
    flex-direction: column;
    background: var(--green-deep);
    padding: 1rem 1.2rem 1.2rem;
    border-radius: 18px;
    gap: 0.9rem;
  }

  .nav.is-open .nav-book-mobile {
    display: inline-flex;
    margin-top: 0.4rem;
    align-self: start;
  }

  .hero-grid,
  .story-frame,
  .menu-track,
  .gallery-layout,
  .contact-grid,
  .footer-grid,
  .about-grid,
  .menu-index {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-grid {
    min-height: 0;
    padding: 8.4rem 0 7rem;
    justify-items: center;
    text-align: center;
  }

  .hero-copy,
  .hero-card {
    max-width: 320px;
    margin: 0;
    padding-bottom: 0;
    align-self: center;
  }

  .hero-stage {
    position: relative;
    isolation: isolate;
    min-height: 0;
    width: 100%;
    order: -1;
  }

  .hero-title {
    font-size: clamp(3.4rem, 16vw, 5.2rem);
    color: var(--cream);
  }

  .hero-person {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: min(220px, 62vw);
    height: 280px;
    margin: -1.4rem auto 0;
  }

  .hero-herb {
    top: 0.05em;
    left: 4%;
  }

  .story-side,
  .story-main {
    height: 260px;
  }

  .story-arrow.is-prev { left: 0; }
  .story-arrow.is-next { right: 0; }

  .passion {
    flex-direction: column;
    gap: 1rem;
  }

  .gallery-layout {
    grid-template-areas:
      "copy"
      "a"
      "b"
      "c";
  }

  .g-a, .g-b, .g-c {
    min-height: 220px;
  }

  .gallery.is-open .gallery-layout {
    grid-template-columns: 1fr;
  }

  .is-diamond,
  .is-circle,
  .is-burst {
    width: 118px;
    height: 118px;
  }

  .stats-stage {
    min-height: 480px;
  }

  .stats-portrait img {
    height: auto;
  }
}

@media (min-width: 981px) and (max-height: 860px) {
  .hero-grid {
    padding: 6.5rem 0 8rem;
  }

  .hero-title {
    font-size: clamp(3.6rem, 6.4vw, 6.2rem);
  }

  .hero-person {
    width: min(280px, 28vw);
    height: min(46vh, 380px);
    bottom: 0;
    margin: 0;
  }
}
