@font-face {
  font-family: "Quimbly";
  src: url('fonts/quimbly.woff2') format('woff2'), url('fonts/quimbly.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body { margin: 0; padding: 0; }
.lb *, .lb *::before, .lb *::after { box-sizing: border-box; }
.lb {
  --green: #489E82;
  --green-2: #3E8F76;
  --green-card: #35836A;
  --green-deep: #2B6A57;
  --cream: #FBF3DD;
  --wht: #FFFFFF;
  --soft: rgba(255,255,255,0.86);
  --mute: rgba(255,255,255,0.72);
  --line: rgba(255,255,255,0.24);
  --logo: "Quimbly", "Comic Sans MS", "Chalkboard SE", cursive;
  --serif: "Quimbly", Georgia, "Palatino Linotype", "Times New Roman", serif;
  --serif-body: Georgia, "Palatino Linotype", "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-family: var(--sans);
  color: var(--wht);
  background: var(--green);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
}
.lb img { max-width: 100%; display: block; }
.lb a { color: inherit; }
.lb h1, .lb h2, .lb h3 { font-family: var(--serif); font-weight: 400; text-wrap: balance; margin: 0; letter-spacing: -0.01em; color: #fff; }
.lb p { margin: 0; }
.lb .wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.lb .eyebrow { font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.72rem; font-weight: 600; color: var(--soft); }

.lb-nav { position: sticky; top: 0; z-index: 50; background: var(--green); border-bottom: 1px solid var(--line); }
.lb-nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 20px; }
.logo-img { height: 46px; width: auto; }
.lb-brand { font-family: var(--logo); font-weight: 400; color: #fff; font-size: 1.75rem; line-height: 1; text-decoration: none; white-space: nowrap; }
.lb-brand:hover { color: var(--cream); }
.lb-links { display: flex; gap: 26px; align-items: center; }
.lb-links a { text-decoration: none; font-size: 0.92rem; color: var(--soft); font-weight: 500; transition: color .18s; }
.lb-links a:hover { color: #fff; }
.lb-links a.active { color: #fff; }
.lb-links a.active::after { content: ""; display: block; height: 2px; background: var(--cream); border-radius: 2px; margin-top: 3px; }
.lb-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--green-deep); color: #fff; text-decoration: none; padding: 11px 22px; border-radius: 999px; font-weight: 600; font-size: 0.92rem; border: 1.5px solid rgba(255,255,255,0.55); cursor: pointer; font-family: var(--sans); transition: transform .18s, background .18s, box-shadow .18s; box-shadow: 0 8px 20px rgba(0,0,0,0.22); }
.lb-btn:hover { background: #234f40; transform: translateY(-1px); box-shadow: 0 12px 26px rgba(0,0,0,0.28); }
.lb-btn.active::after { display: none; }
.lb-btn.ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.72); box-shadow: none; }
.lb-btn.ghost:hover { background: rgba(255,255,255,0.14); color: #fff; }
.lb a.lb-btn { color: #fff; }
.lb a.lb-btn:hover { color: #fff; }
.lb a.lb-btn.ghost { color: #fff; }
@media (max-width: 860px) { .lb-links a:not(.lb-btn) { display: none; } }

.lb-hero { padding: 64px 0 44px; }
.lb-hero .grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.lb-hero h1 { font-size: clamp(2.4rem, 5vw, 3.7rem); line-height: 1.04; }
.lb-hero .lede { margin-top: 20px; font-size: 1.12rem; color: var(--soft); max-width: 30em; }
.lb-hero .cta-row { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.lb-hero .note { margin-top: 18px; font-size: 0.85rem; color: var(--mute); }
@media (max-width: 860px) { .lb-hero .grid { grid-template-columns: 1fr; gap: 32px; } }
.hero-art { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 4/3.4; box-shadow: 0 24px 60px rgba(0,0,0,0.3); border: 1px solid var(--line); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; }

.page-head { padding: 66px 0 8px; }
.page-head h1 { font-size: clamp(2.2rem, 4.6vw, 3.3rem); line-height: 1.06; margin-top: 10px; }
.page-head p { margin-top: 16px; font-size: 1.08rem; color: var(--soft); max-width: 40em; }

.lb-trust { background: var(--green-2); }
.lb-trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 48px 24px; }
.trust-item h3 { font-family: var(--serif); font-size: 1.14rem; margin-bottom: 6px; }
.trust-item p { font-size: 0.92rem; color: var(--soft); }
.trust-item .ic { width: 34px; height: 34px; margin-bottom: 12px; color: var(--cream); }
@media (max-width: 820px) { .lb-trust .wrap { grid-template-columns: repeat(2, 1fr); gap: 30px 24px; } }

.lb-sec { padding: 84px 0; }
.lb-sec.tight { padding: 40px 0 84px; }
.lb-sec.alt { background: var(--green-2); }
.lb-sec .head { max-width: 40em; margin-bottom: 46px; }
.lb-sec h2 { font-size: clamp(1.9rem, 3.5vw, 2.7rem); line-height: 1.1; margin-top: 10px; }
.lb-sec .head p { margin-top: 16px; font-size: 1.06rem; color: var(--soft); }

.story-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 52px; align-items: center; }
.story-copy p { color: var(--soft); }
.story-copy p + p { margin-top: 18px; }
.story-copy .sig { margin-top: 24px; font-family: var(--serif-body); font-style: italic; font-size: 1.18rem; color: #fff; }
.story-figure { margin: 0; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.28); border: 1px solid var(--line); }
.story-figure img { width: 100%; }
@media (max-width: 860px) { .story-grid { grid-template-columns: 1fr; gap: 34px; } }

.photo-slot { border-radius: 20px; background: rgba(255,255,255,0.08); border: 2px dashed rgba(255,255,255,0.42); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--soft); text-align: center; padding: 24px; min-height: 300px; }
.photo-slot svg { width: 40px; height: 40px; opacity: 0.85; }
.photo-slot span { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; max-width: 22em; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--green-card); border-radius: 18px; padding: 30px 26px; border: 1px solid var(--line); }
.card h3 { font-family: var(--serif); font-size: 1.32rem; margin-bottom: 10px; }
.card p { font-size: 0.96rem; color: var(--soft); }
.card .ic { width: 40px; height: 40px; margin-bottom: 16px; color: var(--cream); }
a.card { text-decoration: none; display: block; transition: transform .18s, box-shadow .18s; }
a.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,0.22); }
a.card .more { display: inline-block; margin-top: 14px; color: var(--cream); font-weight: 600; font-size: 0.9rem; }
@media (max-width: 820px) { .cards { grid-template-columns: 1fr; } }
.cards.four { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .cards.four { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .cards.four { grid-template-columns: 1fr; } }

.plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 860px; margin: 0 auto; }
.plan { background: var(--green-card); border: 1px solid var(--line); border-radius: 20px; padding: 34px 30px; display: flex; flex-direction: column; }
.plan.featured { border-color: var(--cream); box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.plan .badge { align-self: flex-start; background: var(--cream); color: var(--green-deep); font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 11px; border-radius: 999px; margin-bottom: 14px; }
.plan .tier { font-family: var(--serif); font-size: 1.55rem; color: #fff; }
.plan .price { font-family: var(--sans); font-weight: 600; font-size: 2.6rem; color: #fff; margin: 6px 0 2px; line-height: 1.1; }
.plan .price span { font-family: var(--sans); font-size: 1rem; font-weight: 400; color: var(--soft); }
.plan .lead { color: var(--soft); font-size: 0.96rem; margin-bottom: 20px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.plan li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.95rem; color: var(--soft); }
.plan li svg { width: 20px; height: 20px; color: var(--cream); flex-shrink: 0; margin-top: 2px; }
.plan .lb-btn { justify-content: center; }
@media (max-width: 720px) { .plans { grid-template-columns: 1fr; } }

.food-lead { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 56px; }
.food-lead p { color: var(--soft); }
.food-lead .mclaren { margin-top: 18px; display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.12); color: #fff; padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 0.92rem; border: 1px solid var(--line); }
@media (max-width: 860px) { .food-lead { grid-template-columns: 1fr; gap: 32px; } }

.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 64px; }
.menu-grid.drinks { margin-top: 56px; }
.menu-col h3 { font-family: var(--serif); font-size: 1.4rem; color: #fff; padding-bottom: 12px; border-bottom: 2px solid var(--line); margin-bottom: 16px; }
.menu-item { display: flex; align-items: baseline; gap: 10px; padding: 8px 0; }
.menu-item .nm { font-weight: 600; color: #fff; }
.menu-item .dsc { font-size: 0.83rem; color: var(--mute); display: block; font-weight: 400; }
.menu-item .dots { flex: 1; border-bottom: 1.5px dotted rgba(255,255,255,0.4); transform: translateY(-4px); min-width: 18px; }
.menu-item .pr { font-variant-numeric: tabular-nums; font-weight: 600; color: #fff; white-space: nowrap; }
.menu-sub { font-size: 0.86rem; color: var(--soft); margin: 2px 0 6px; }
.menu-note { margin-top: 26px; font-size: 0.85rem; color: var(--mute); font-style: italic; }
@media (max-width: 720px) { .menu-grid { grid-template-columns: 1fr; gap: 32px; } }

.whats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ev { background: var(--green-card); border-radius: 18px; overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s; }
.ev:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,0.22); }
.ev .top { background: rgba(255,255,255,0.14); padding: 14px 20px; }
.ev .top .day { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; color: #fff; }
.ev .body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.ev h3 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 8px; }
.ev .body p { font-size: 0.92rem; color: var(--soft); flex: 1; }
.ev .body a { margin-top: 16px; font-weight: 600; font-size: 0.9rem; color: var(--cream); text-decoration: none; }
.ev .body a:hover { text-decoration: underline; }
@media (max-width: 820px) { .whats-grid { grid-template-columns: 1fr; } }
.whats-cta { margin-top: 40px; text-align: center; }
.events { display: flex; flex-direction: column; gap: 34px; max-width: 820px; margin: 0 auto; }
.event { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.event-banner { display: block; width: 100%; border-radius: 20px; overflow: hidden; box-shadow: 0 16px 40px rgba(0,0,0,0.24); transition: transform .18s, box-shadow .18s; }
.event-banner:hover { transform: translateY(-4px); box-shadow: 0 22px 52px rgba(0,0,0,0.3); }
.event-banner img { display: block; width: 100%; height: auto; }
.event-book { color: var(--cream); font-weight: 600; font-size: 0.95rem; text-decoration: none; }
.event-book:hover { text-decoration: underline; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery .shot { overflow: hidden; border-radius: 14px; border: 1px solid var(--line); }
.gallery .shot img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; transition: transform .3s ease; }
.gallery .shot:hover img { transform: scale(1.06); }
@media (max-width: 820px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .gallery { grid-template-columns: 1fr; } }

.hire-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 52px; align-items: start; }
.hire-copy ul { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 12px; }
.hire-copy li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.98rem; color: var(--soft); }
.hire-copy li svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--cream); margin-top: 2px; }
.form-card { background: rgba(255,255,255,0.10); border: 1px solid var(--line); border-radius: 22px; padding: 34px; box-shadow: 0 24px 60px rgba(0,0,0,0.28); }
.form-card h3 { font-family: var(--serif); font-size: 1.5rem; margin-bottom: 6px; }
.form-card .sub { font-size: 0.9rem; color: var(--soft); margin-bottom: 22px; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.8rem; font-weight: 600; color: #fff; letter-spacing: 0.01em; }
.field input, .field select, .field textarea { font-family: var(--sans); font-size: 0.95rem; padding: 11px 13px; border: 1.5px solid rgba(255,255,255,0.4); border-radius: 10px; background: rgba(255,255,255,0.12); color: #fff; transition: border-color .16s, box-shadow .16s, background .16s; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,0.6); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: #fff; background: rgba(255,255,255,0.18); box-shadow: 0 0 0 3px rgba(255,255,255,0.18); }
.field select option { color: #24352C; }
.field textarea { resize: vertical; min-height: 92px; }
.form-card .send { width: 100%; justify-content: center; margin-top: 6px; font-size: 1rem; padding: 14px; text-align: center; }
.form-hint { margin-top: 14px; font-size: 0.8rem; color: var(--mute); text-align: center; }
@media (max-width: 860px) { .hire-grid { grid-template-columns: 1fr; gap: 32px; } .frow { grid-template-columns: 1fr; } }

.lb-foot { background: var(--green-deep); padding: 66px 0 30px; margin-top: auto; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.lb-foot .fbrand { font-family: var(--logo); font-weight: 400; color: #fff; font-size: 1.7rem; margin: 0 0 12px; display: block; }
.lb-foot p { font-size: 0.95rem; margin-bottom: 6px; color: var(--soft); }
.lb-foot h5 { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.74rem; color: var(--mute); margin: 0 0 14px; font-weight: 600; }
.lb-foot a { color: var(--soft); text-decoration: none; display: block; margin-bottom: 9px; font-size: 0.95rem; }
.lb-foot a:hover { color: #fff; }
.foot-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 0.82rem; color: var(--mute); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
@media (max-width: 780px) { .foot-grid { grid-template-columns: 1fr; gap: 28px; } }

.scallop { display: block; width: 100%; height: 20px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .lb-btn, .ev, a.card { transition: none; } }