:root {
  --wb-cream: #f7efe2;
  --wb-paper: #fffaf0;
  --wb-ink: #241712;
  --wb-coffee: #4b2c22;
  --wb-sage: #6f8061;
  --wb-moss: #2f4938;
  --wb-terracotta: #bd684f;
  --wb-gold: #d6a35a;
  --wb-line: rgba(75, 44, 34, 0.18);
  --wb-soft: #ead8bf;
  --wb-shadow: 0 26px 80px rgba(36, 23, 18, 0.18);
  --wb-radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--wb-cream);
}

body {
  margin: 0;
  color: var(--wb-ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(189, 104, 79, 0.14), transparent 24rem),
    radial-gradient(circle at 92% 18%, rgba(111, 128, 97, 0.18), transparent 24rem),
    linear-gradient(180deg, #f9f1e4 0%, #efe1cc 55%, #f7efe2 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

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

.wb-skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  border-radius: 999px;
  background: var(--wb-coffee);
  color: #fff;
  padding: 0.75rem 1rem;
}

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

.wb-header {
  position: sticky;
  top: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(247, 239, 226, 0.82);
  backdrop-filter: blur(18px);
}

.wb-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.wb-mark {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent 48%),
    var(--wb-moss);
  color: #fffaf0;
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 700;
  box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.16), 0 14px 32px rgba(47, 73, 56, 0.24);
}

.wb-brand-name,
.wb-brand-tag {
  display: block;
}

.wb-brand-name {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.wb-brand-tag {
  margin-top: 0.1rem;
  color: rgba(36, 23, 18, 0.66);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wb-nav {
  display: flex;
  gap: 0.25rem;
}

.wb-nav a,
.wb-toggle {
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
}

.wb-nav a {
  padding: 0.7rem 0.95rem;
  color: rgba(36, 23, 18, 0.72);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.wb-nav a:hover,
.wb-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.74);
  color: var(--wb-coffee);
  outline: none;
  transform: translateY(-1px);
}

.wb-toggle {
  display: none;
  border: 1px solid var(--wb-line);
  background: var(--wb-paper);
  color: var(--wb-ink);
  padding: 0.75rem 1rem;
  cursor: pointer;
}

.wb-hero {
  position: relative;
  display: grid;
  min-height: calc(100dvh - 72px);
  overflow: hidden;
  background: #1f1612;
}

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

.wb-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 12, 9, 0.78) 0%, rgba(20, 12, 9, 0.56) 32%, rgba(20, 12, 9, 0.12) 72%),
    linear-gradient(180deg, transparent 50%, rgba(20, 12, 9, 0.42) 100%);
}

.wb-hero-copy {
  position: relative;
  align-self: end;
  width: min(760px, calc(100vw - 2rem));
  max-width: 760px;
  padding: clamp(6rem, 12vw, 9rem) clamp(1rem, 6vw, 5rem);
  color: #fff7e8;
}

.wb-kicker,
.wb-card-label {
  margin: 0 0 0.85rem;
  color: #f5bf72;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.055em;
  overflow-wrap: break-word;
}

h1 {
  max-width: 780px;
  margin-bottom: 1.2rem;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.9;
  color: #fffaf0;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.34);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 0.95;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.12rem;
}

.wb-hero-copy p:not(.wb-kicker),
.wb-section-head p,
.wb-story-copy p,
.wb-gather-copy p,
.wb-location-card p {
  color: rgba(255, 247, 232, 0.82);
  font-size: 1.06rem;
  line-height: 1.8;
}

.wb-hero-copy p:not(.wb-kicker) {
  color: rgba(255, 250, 240, 0.9);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

.wb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.wb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.85rem 1.2rem;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.wb-btn-dark {
  background: var(--wb-gold);
  color: #20120d;
  box-shadow: 0 18px 40px rgba(214, 163, 90, 0.28);
}

.wb-btn-light {
  border-color: rgba(255, 247, 232, 0.5);
  background: rgba(255, 247, 232, 0.12);
  color: #fff7e8;
  backdrop-filter: blur(12px);
}

.wb-btn:hover,
.wb-btn:focus-visible {
  outline: none;
  transform: translateY(-2px);
}

.wb-hero-card {
  position: absolute;
  right: clamp(1rem, 5vw, 4rem);
  bottom: clamp(1rem, 5vw, 4rem);
  width: min(23rem, calc(100% - 2rem));
  border: 1px solid rgba(255, 247, 232, 0.26);
  border-radius: var(--wb-radius);
  background: rgba(35, 23, 17, 0.72);
  color: #fff7e8;
  padding: 1.15rem;
  box-shadow: var(--wb-shadow);
  backdrop-filter: blur(18px);
}

.wb-hero-card dl {
  display: grid;
  gap: 0.65rem;
  margin: 0;
}

.wb-hero-card div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 247, 232, 0.16);
  padding-top: 0.65rem;
}

.wb-hero-card dt {
  color: rgba(255, 247, 232, 0.68);
}

.wb-hero-card dd {
  margin: 0;
  font-weight: 900;
}

.wb-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--wb-line);
  background: rgba(255, 250, 240, 0.72);
}

.wb-strip div {
  padding: 1.25rem clamp(1rem, 4vw, 2rem);
  border-right: 1px solid var(--wb-line);
}

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

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

.wb-strip span {
  color: rgba(36, 23, 18, 0.58);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wb-strip strong {
  margin-top: 0.3rem;
  font-family: Georgia, serif;
  font-size: clamp(1.3rem, 2.2vw, 2.1rem);
  letter-spacing: -0.04em;
}

.wb-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 4rem);
}

.wb-section-head {
  max-width: 780px;
  margin-bottom: 2.2rem;
}

.wb-section-head .wb-kicker,
.wb-story .wb-kicker,
.wb-gatherings .wb-kicker,
.wb-visit .wb-kicker {
  color: var(--wb-terracotta);
}

.wb-section-head p,
.wb-story-copy p,
.wb-gather-copy p,
.wb-location-card p {
  color: rgba(36, 23, 18, 0.68);
}

.wb-menu-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: stretch;
}

.wb-menu-layout > * {
  min-width: 0;
}

.wb-feature-photo,
.wb-tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--wb-radius);
  background: var(--wb-soft);
  box-shadow: var(--wb-shadow);
}

.wb-feature-photo img,
.wb-tile img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.wb-feature-photo:hover img,
.wb-tile:hover img {
  transform: scale(1.035);
}

.wb-feature-photo figcaption,
.wb-tile figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.9);
  color: var(--wb-coffee);
  padding: 0.55rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.wb-menu-board {
  border: 1px solid var(--wb-line);
  border-radius: var(--wb-radius);
  background: rgba(255, 250, 240, 0.86);
  padding: clamp(1rem, 3vw, 1.7rem);
  box-shadow: 0 18px 60px rgba(36, 23, 18, 0.1);
}

.wb-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.wb-filter button {
  border: 1px solid rgba(75, 44, 34, 0.2);
  border-radius: 999px;
  background: transparent;
  color: var(--wb-ink);
  padding: 0.58rem 0.78rem;
  font-size: 0.84rem;
  font-weight: 900;
  cursor: pointer;
}

.wb-filter button.is-active {
  border-color: var(--wb-moss);
  background: var(--wb-moss);
  color: #fffaf0;
}

.wb-menu-list {
  display: grid;
}

.wb-menu-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.18rem 1rem;
  border-bottom: 1px solid rgba(75, 44, 34, 0.16);
  padding: 1rem 0;
}

.wb-menu-list article.is-hidden {
  display: none;
}

.wb-menu-list h3,
.wb-menu-list p {
  margin: 0;
}

.wb-menu-list p {
  grid-column: 1 / 2;
  color: rgba(36, 23, 18, 0.62);
}

.wb-menu-list span {
  grid-row: 1 / 3;
  grid-column: 2;
  color: var(--wb-terracotta);
  font-weight: 900;
}

.wb-demo-note {
  margin: 1rem 0 0;
  color: rgba(36, 23, 18, 0.58);
  font-size: 0.9rem;
}

.wb-story {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: clamp(1.2rem, 5vw, 3rem);
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 4rem);
  background:
    linear-gradient(135deg, rgba(47, 73, 56, 0.1), transparent 50%),
    #fffaf0;
}

.wb-story-copy {
  align-self: center;
  max-width: 760px;
}

.wb-hours {
  align-self: center;
  border-radius: var(--wb-radius);
  background: var(--wb-moss);
  color: #fffaf0;
  padding: clamp(1.2rem, 4vw, 2rem);
  box-shadow: var(--wb-shadow);
}

.wb-hours h3 {
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: -0.05em;
}

.wb-hours dl {
  margin: 0;
}

.wb-hours div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 250, 240, 0.18);
  padding: 1rem 0;
}

.wb-hours dt {
  color: rgba(255, 250, 240, 0.68);
  font-weight: 800;
}

.wb-hours dd {
  margin: 0;
  font-weight: 900;
}

.wb-gallery-section {
  background: #efe1cc;
}

.wb-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: minmax(240px, 0.85fr) minmax(210px, 0.7fr);
  gap: 1rem;
}

.wb-tile-large {
  grid-row: span 2;
}

.wb-quote {
  display: grid;
  place-items: end start;
  border: 1px solid rgba(75, 44, 34, 0.16);
  background:
    linear-gradient(135deg, rgba(189, 104, 79, 0.17), transparent 52%),
    var(--wb-paper);
  padding: clamp(1.2rem, 4vw, 2rem);
}

.wb-quote p {
  max-width: 22rem;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(1.7rem, 4vw, 3.3rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.wb-gatherings {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(1rem, 5vw, 3rem);
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 4rem);
  background: var(--wb-cream);
}

.wb-gather-copy {
  align-self: center;
}

.wb-event-grid {
  display: grid;
  gap: 1rem;
}

.wb-event-grid article {
  border: 1px solid var(--wb-line);
  border-radius: var(--wb-radius);
  background: rgba(255, 250, 240, 0.76);
  padding: 1.2rem;
  box-shadow: 0 16px 45px rgba(36, 23, 18, 0.08);
}

.wb-event-grid span {
  display: inline-flex;
  margin-bottom: 1.4rem;
  border-radius: 999px;
  background: var(--wb-soft);
  color: var(--wb-coffee);
  padding: 0.35rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 900;
}

.wb-event-grid p {
  margin: 0;
  color: rgba(36, 23, 18, 0.62);
  line-height: 1.7;
}

.wb-visit {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 4rem);
  background:
    linear-gradient(135deg, rgba(47, 73, 56, 0.12), transparent 50%),
    #fffaf0;
}

.wb-location-card,
.wb-form {
  border: 1px solid var(--wb-line);
  border-radius: var(--wb-radius);
  background: rgba(255, 255, 255, 0.6);
  padding: clamp(1.2rem, 4vw, 2rem);
  box-shadow: 0 16px 45px rgba(36, 23, 18, 0.08);
}

.wb-map {
  position: relative;
  min-height: 210px;
  margin-top: 1.5rem;
  overflow: hidden;
  border-radius: 1rem;
  background:
    linear-gradient(90deg, transparent 47%, rgba(75, 44, 34, 0.22) 47% 53%, transparent 53%),
    linear-gradient(0deg, transparent 44%, rgba(75, 44, 34, 0.18) 44% 50%, transparent 50%),
    linear-gradient(135deg, #d9c3a4, #f4e7d4);
}

.wb-map span {
  position: absolute;
  left: 52%;
  top: 42%;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.45rem solid var(--wb-terracotta);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: #fffaf0;
}

.wb-form {
  display: grid;
  gap: 0.85rem;
}

.wb-form h2 {
  margin-bottom: 0.3rem;
}

.wb-form label {
  display: grid;
  gap: 0.4rem;
  font-weight: 900;
}

.wb-form input,
.wb-form textarea {
  width: 100%;
  border: 1px solid var(--wb-line);
  border-radius: 0.9rem;
  background: #fffaf0;
  color: var(--wb-ink);
  padding: 0.92rem 1rem;
}

.wb-form input:focus,
.wb-form textarea:focus {
  border-color: var(--wb-moss);
  outline: 4px solid rgba(111, 128, 97, 0.22);
}

.wb-form .wb-btn {
  justify-self: start;
}

.wb-success {
  min-height: 1.5rem;
  margin: 0;
  color: var(--wb-moss);
  font-weight: 900;
}

.wb-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem clamp(1rem, 5vw, 4rem);
  background: var(--wb-coffee);
  color: #fff8ea;
}

.wb-footer p {
  margin: 0;
}

.wb-footer a {
  font-weight: 900;
}

.wb-reveal {
  opacity: 1;
  transform: none;
}

.wb-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .wb-toggle {
    position: fixed;
    right: 0.85rem;
    top: 0.75rem;
    display: inline-flex !important;
    z-index: 2;
  }

  .wb-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.5rem);
    display: none !important;
    flex-direction: column;
    border: 1px solid var(--wb-line);
    border-radius: 1rem;
    background: rgba(255, 250, 240, 0.96);
    padding: 0.5rem;
    box-shadow: var(--wb-shadow);
  }

  .wb-nav.is-open {
    display: flex !important;
  }

  .wb-hero {
    min-height: 720px;
  }

  .wb-hero-card {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .wb-strip,
  .wb-menu-layout,
  .wb-story,
  .wb-gatherings,
  .wb-visit {
    grid-template-columns: 1fr;
  }

  .wb-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .wb-tile,
  .wb-tile-large {
    min-height: 310px;
  }
}

@media (max-width: 640px) {
  .wb-header {
    padding-inline: 0.85rem;
  }

  .wb-toggle {
    left: 13.4rem;
    right: auto;
  }

  .wb-brand-tag {
    display: none;
  }

  .wb-hero {
    min-height: 760px;
  }

  .wb-hero-shade {
    background:
      linear-gradient(180deg, rgba(20, 12, 9, 0.72) 0%, rgba(20, 12, 9, 0.5) 48%, rgba(20, 12, 9, 0.75) 100%);
  }

  .wb-hero-copy {
    align-self: start;
    width: 100%;
    max-width: calc(100vw - 2rem);
    padding: 3rem 1rem 1rem;
  }

  .wb-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2rem, 9.5vw, 2.45rem);
    line-height: 1;
    letter-spacing: -0.035em;
  }

  .wb-hero-copy p:not(.wb-kicker) {
    max-width: 31ch;
  }

  .wb-section-head p,
  .wb-story-copy p,
  .wb-gather-copy p,
  .wb-location-card p {
    max-width: 31ch;
  }

  .wb-section-head h2,
  .wb-story-copy h2,
  .wb-gather-copy h2,
  .wb-location-card h2,
  .wb-form h2 {
    max-width: 13ch;
    font-size: clamp(2rem, 9vw, 2.55rem);
    line-height: 1;
  }

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

  .wb-filter button {
    width: 100%;
    padding-inline: 0.45rem;
  }

  .wb-actions .wb-btn,
  .wb-form .wb-btn {
    width: 100%;
  }

  .wb-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--wb-line);
  }

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

  .wb-menu-list article,
  .wb-hours div {
    grid-template-columns: 1fr;
  }

  .wb-hours div {
    display: block;
  }

  .wb-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .wb-reveal {
    opacity: 1;
    transform: none;
  }
}
