/* Playdate by Lincoln's Café — site styles */
:root {
  --teal-900: #0b2a2a;
  --teal-800: #0f3636;
  --teal-700: #13403f;
  --teal-600: #1a5958;
  --teal-500: #2a7c78;
  --gold-500: #c9a154;
  --gold-400: #d4b16a;
  --gold-300: #e4c176;
  --cream-50: #faf6e9;
  --cream-100: #f2ead2;
  --cream-200: #e8dfc2;
  --ink: #0a1f20;
  --ink-soft: rgba(10, 31, 32, .72);
  --white-soft: rgba(242, 234, 210, .75);
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-lg: 0 30px 60px -24px rgba(6, 28, 30, .5), 0 10px 24px -12px rgba(6, 28, 30, .35);
  --shadow-md: 0 12px 28px -14px rgba(6, 28, 30, .35);
  --max: 1240px;
  --pad: clamp(20px, 4vw, 56px);
  --gap: clamp(18px, 3vw, 36px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--cream-50);
  line-height: 1.55;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--teal-600); text-decoration: none; }
a:hover { color: var(--teal-500); }

/* Top nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: saturate(1.3) blur(14px);
  background: rgba(250, 246, 233, .86);
  border-bottom: 1px solid rgba(19, 64, 63, .08);
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--pad);
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-brand {
  display: flex; align-items: center; gap: 12px;
  font-weight: 800; letter-spacing: .02em; color: var(--teal-800);
}
.nav-brand img { width: 40px; height: 40px; border-radius: 8px; }
.nav-brand .bn-kicker { font-size: 10px; font-weight: 600; letter-spacing: .2em; color: var(--gold-500); text-transform: uppercase; display:block; line-height:1.1;}
.nav-brand .bn-name { font-size: 18px; line-height: 1.1; }
.nav-links {
  margin-left: auto;
  display: flex; gap: 22px; align-items: center;
}
.nav-links a {
  font-size: 14px; font-weight: 600; letter-spacing: .02em;
  color: var(--teal-800);
}
.nav-links a:hover { color: var(--gold-500); }
.nav .cta {
  padding: 10px 18px; border-radius: 999px; background: var(--gold-500); color: var(--ink);
  font-weight: 800; font-size: 14px;
}
.nav .cta:hover { background: var(--gold-400); color: var(--ink); }
@media (max-width: 840px) {
  .nav-links a:not(.cta) { display: none; }
}

/* Hero */
.hero {
  position: relative;
  color: var(--cream-100);
  background: radial-gradient(1200px 600px at 15% 0%, var(--teal-600) 0%, transparent 60%),
              radial-gradient(1200px 800px at 100% 100%, var(--teal-800) 0%, transparent 60%),
              var(--teal-900);
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute; inset: -1px 0 auto 0; height: 4px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300), var(--gold-500));
  z-index: 2;
}
.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(60px, 10vw, 120px) var(--pad) clamp(80px, 10vw, 140px);
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1.15fr .9fr;
  align-items: center;
}
@media (max-width: 960px) { .hero-inner { grid-template-columns: 1fr; } }

.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-300);
  font-weight: 700;
}
.kicker .dot { width: 6px; height: 6px; background: var(--gold-400); border-radius: 50%; animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.35} }

.hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 900;
  font-size: clamp(48px, 7vw, 96px);
  line-height: .95;
  letter-spacing: -.02em;
  margin: 14px 0 18px;
  color: #fff;
  text-wrap: balance;
}
.hero h1 .accent { color: var(--gold-400); font-style: italic; font-weight: 700; }
.hero p.lead {
  font-size: clamp(17px, 1.6vw, 21px);
  color: rgba(242,234,210,.82);
  max-width: 44ch;
  margin: 0 0 26px;
}

/* Big discount badge */
.discount {
  display: inline-flex; align-items: center; gap: 16px;
  background: linear-gradient(180deg, var(--gold-300), var(--gold-500) 70%, #a07d3a);
  color: var(--ink);
  padding: 16px 26px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 18px 40px -18px rgba(0,0,0,.6), inset 0 0 0 1px rgba(255,230,170,.55);
  margin-bottom: 28px;
  transition: transform .2s ease;
}
.discount:hover { transform: translateY(-2px) scale(1.01); }
.discount .big { font-size: clamp(28px, 3vw, 38px); letter-spacing: .02em; }
.discount .lil { font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .85; border-left: 1.5px solid rgba(10,31,32,.4); padding-left: 16px; }

.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px;
  font-weight: 800; font-size: 15px; letter-spacing: .02em;
  border: none; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}
.btn-primary { background: var(--gold-500); color: var(--ink); box-shadow: 0 14px 28px -14px rgba(0,0,0,.5); }
.btn-primary:hover { transform: translateY(-2px); background: var(--gold-400); }
.btn-ghost { background: rgba(242,234,210,.08); color: var(--cream-100); border: 1px solid rgba(242,234,210,.22); }
.btn-ghost:hover { background: rgba(242,234,210,.14); color: #fff; }
.btn svg { width: 18px; height: 18px; }

/* Hero visual (variant containers) */
.hero-visual { position: relative; min-height: clamp(320px, 40vw, 520px); }

/* VARIANT 1 — Neon grid with photo tiles + floating racing screen */
.hero-visual > .hv-v1.active {
  display: grid !important;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: auto auto;
  gap: 14px;
  padding: 8px;
  position: relative;
}
.hero-visual > .hv-v2.active { display: block !important; }
.hero-visual > .hv-v3.active { display: block !important; }
.hv-v1 {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: auto auto;
  gap: 14px;
  padding: 8px;
}
.hv-v1 .tile {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
  aspect-ratio: 4/3;
  background: #122;
}
.hv-v1 .tile img { width: 100%; height: 100%; object-fit: cover; }
.hv-v1 .t-big { grid-row: span 2; aspect-ratio: 3/5; }
.hv-v1 .t-sm { aspect-ratio: 4/3; }
.hv-v1 .tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(11, 42, 42, .55) 0%, transparent 40%);
}
.hv-v1 .tag {
  position: absolute; left: 14px; bottom: 12px; z-index: 2;
  color: #fff; font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0,0,0,.8);
}

/* VARIANT 2 — Magazine split: full-bleed image + floating info card */
.hv-v2 { position: relative; }
.hv-v2 .cover {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-lg);
}
.hv-v2 .cover img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.hv-v2 .cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(11,42,42,.7) 100%);
}
.hv-v2 .chip {
  position: absolute; left: -22px; top: 32px;
  background: var(--cream-100); color: var(--ink);
  padding: 14px 20px; border-radius: 14px;
  font-weight: 800; font-size: 13px; letter-spacing: .18em; text-transform: uppercase;
  box-shadow: var(--shadow-md);
  transform: rotate(-4deg);
}
.hv-v2 .float-card {
  position: absolute;
  right: -8%; bottom: -40px;
  width: 62%;
  background: #fff;
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: var(--shadow-lg);
  color: var(--ink);
}
.hv-v2 .float-card h4 { margin: 0 0 6px; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-600); }
.hv-v2 .float-card p { margin: 0; font-size: 15px; color: var(--ink-soft); }

/* VARIANT 3 — Arcade collage: overlapping polaroid-style */
.hv-v3 { position: relative; min-height: 520px; }
.hv-v3 .poly {
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px -18px rgba(0,0,0,.6);
  border: 8px solid #fff;
}
.hv-v3 .p1 { top: 0; right: 8%; width: 48%; transform: rotate(4deg); }
.hv-v3 .p1 img { aspect-ratio: 4/3; width: 100%; object-fit: cover; }
.hv-v3 .p2 { top: 22%; left: 0; width: 50%; transform: rotate(-5deg); }
.hv-v3 .p2 img { aspect-ratio: 4/3; width: 100%; object-fit: cover; }
.hv-v3 .p3 { bottom: 0; right: 14%; width: 52%; transform: rotate(-3deg); }
.hv-v3 .p3 img { aspect-ratio: 16/6; width: 100%; object-fit: cover; }
.hv-v3 .sticker {
  position: absolute; left: 10%; top: 6%;
  width: 120px; height: 120px; border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, var(--gold-300), var(--gold-500));
  color: var(--ink); display: grid; place-items: center;
  font-weight: 900; font-size: 18px; text-align: center; line-height: 1;
  box-shadow: 0 18px 40px -18px rgba(0,0,0,.6);
  transform: rotate(-8deg);
  border: 3px solid rgba(255,230,170,.7);
}
.hv-v3 .sticker small { display: block; font-size: 11px; letter-spacing: .15em; margin-top: 4px; font-weight: 700; }

.hero-visual > [data-variant]:not(.active) { display: none !important; }

/* Variant selector (Tweaks panel) */
.tweaks {
  position: fixed;
  right: 18px; bottom: 18px;
  z-index: 60;
  background: rgba(11, 42, 42, .92);
  color: var(--cream-100);
  padding: 14px 16px;
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(10px);
  display: none;
  font-size: 13px;
  min-width: 240px;
}
.tweaks.on { display: block; }
.tweaks h5 { margin: 0 0 10px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-300); }
.tweaks .opts { display: flex; gap: 6px; flex-wrap: wrap; }
.tweaks .opts button {
  background: transparent; color: var(--cream-100);
  border: 1px solid rgba(242,234,210,.2);
  padding: 8px 12px; border-radius: 8px;
  font-weight: 700; cursor: pointer; font-size: 12px;
}
.tweaks .opts button.active { background: var(--gold-500); color: var(--ink); border-color: var(--gold-400); }

/* Section shell */
section.band {
  padding: clamp(72px, 10vw, 120px) var(--pad);
}
section.band > .inner { max-width: var(--max); margin: 0 auto; }
section.band.alt { background: #fff; }
section.band.teal { background: var(--teal-800); color: var(--cream-100); }
.section-kicker {
  font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-500); font-weight: 700;
  display: inline-block; margin-bottom: 14px;
}
.section-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 800;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.05;
  letter-spacing: -.01em;
  margin: 0 0 18px;
  color: var(--teal-800);
  text-wrap: balance;
}
section.band.teal .section-title { color: #fff; }
.section-lead {
  max-width: 60ch;
  color: var(--ink-soft);
  margin: 0 0 40px;
  font-size: clamp(16px, 1.2vw, 18px);
}
section.band.teal .section-lead { color: rgba(242, 234, 210, .8); }

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: var(--gap);
  align-items: center;
}
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; } }
.about-img { border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 5/4; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 24px; }
.stat { background: rgba(19,64,63,.06); border-radius: 12px; padding: 18px 16px; }
.stat b { display: block; font-family: "Fraunces", Georgia, serif; font-size: 28px; color: var(--teal-700); line-height: 1; }
.stat span { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); font-weight: 700; margin-top: 6px; display: block; }

/* Zones (kids + adult) two-up cards */
.zone-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}
@media (max-width: 860px) { .zone-grid { grid-template-columns: 1fr; } }
.zone-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.zone-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.zone-card .zimg { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #222; }
.zone-card .zimg img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.zone-card:hover .zimg img { transform: scale(1.04); }
.zone-card .zimg .ribbon {
  position: absolute; top: 18px; left: 18px;
  background: var(--cream-100); color: var(--teal-800);
  padding: 6px 12px; border-radius: 999px;
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800;
}
.zone-card .zbody { padding: 28px; }
.zone-card h3 { font-family: "Fraunces", Georgia, serif; font-size: 28px; margin: 0 0 10px; color: var(--teal-800); }
.zone-card p { margin: 0 0 18px; color: var(--ink-soft); }
.zone-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.zone-card li { font-size: 14px; color: var(--ink); display: flex; align-items: center; gap: 10px; }
.zone-card li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-500); flex: none; }

/* Cafe trio */
.cafe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 820px) { .cafe-grid { grid-template-columns: 1fr; } }
.cafe-card { border-radius: 16px; overflow: hidden; background: #fff; box-shadow: var(--shadow-md); }
.cafe-card .cimg { aspect-ratio: 4/3; overflow: hidden; }
.cafe-card .cimg img { width: 100%; height: 100%; object-fit: cover; }
.cafe-card .cbody { padding: 20px 22px; }
.cafe-card h4 { margin: 0 0 4px; font-family: "Fraunces", Georgia, serif; font-size: 22px; color: var(--teal-800); }
.cafe-card p { margin: 0; font-size: 14px; color: var(--ink-soft); }

/* Birthday */
.bday {
  display: grid; grid-template-columns: .95fr 1.05fr; gap: var(--gap); align-items: stretch;
}
@media (max-width: 860px) { .bday { grid-template-columns: 1fr; } }
.bday-visual { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; }
.bday-visual img { width: 100%; height: 100%; object-fit: cover; }
.bday-includes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0 30px; }
@media (max-width: 560px) { .bday-includes { grid-template-columns: 1fr; } }
.bday-includes .item {
  background: rgba(242,234,210,.08);
  border: 1px solid rgba(242,234,210,.12);
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 14px;
  color: var(--cream-100);
  display: flex; align-items: center; gap: 12px;
}
section.band.teal .bday-includes .item { }
.bday-includes .item svg { width: 18px; height: 18px; color: var(--gold-400); flex: none; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery a { overflow: hidden; border-radius: 12px; aspect-ratio: 1/1; background: #222; }
.gallery a img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery a:hover img { transform: scale(1.05); }
.gallery a.wide { grid-column: span 2; aspect-ratio: 2/1; }
@media (max-width: 820px) { .gallery { grid-template-columns: repeat(2,1fr); } .gallery a.wide { grid-column: span 2; } }

/* Location */
.loc { display: grid; grid-template-columns: 1fr 1.1fr; gap: var(--gap); align-items: stretch; }
@media (max-width: 860px) { .loc { grid-template-columns: 1fr; } }
.loc .info p { margin: 0 0 6px; }
.loc .info .addr { font-family: "Fraunces", Georgia, serif; font-size: 24px; color: var(--teal-800); margin-bottom: 6px; }
.loc .info .sub { color: var(--ink-soft); margin-bottom: 24px; }
.loc .map { border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-md); background: #eee; min-height: 360px; }
.loc .map iframe { width: 100%; height: 100%; border: 0; min-height: 360px; display: block; }
.loc .kv { display: grid; grid-template-columns: 110px 1fr; gap: 10px 18px; margin-top: 20px; font-size: 15px; }
.loc .kv dt { color: var(--ink-soft); font-weight: 600; }
.loc .kv dd { margin: 0; color: var(--ink); font-weight: 600; }

/* Contact form */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: var(--gap); }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
form.book {
  background: rgba(242,234,210,.04);
  border: 1px solid rgba(242,234,210,.14);
  border-radius: 18px;
  padding: 26px;
  display: grid; gap: 14px;
}
form.book label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-300); font-weight: 700; }
form.book input, form.book select, form.book textarea {
  width: 100%; border: none; border-radius: 10px;
  background: rgba(255,255,255,.06);
  color: var(--cream-100);
  padding: 12px 14px; font: inherit;
  border: 1px solid rgba(242,234,210,.14);
  outline: none; transition: border .15s ease, background .15s ease;
}
form.book input:focus, form.book select:focus, form.book textarea:focus { border-color: var(--gold-400); background: rgba(255,255,255,.1); }
form.book textarea { resize: vertical; min-height: 90px; }
form.book .row { display: grid; gap: 14px; }
form.book .row.two { grid-template-columns: 1fr 1fr; }
@media (max-width: 520px) { form.book .row.two { grid-template-columns: 1fr; } }
form.book .btn-primary { justify-content: center; margin-top: 6px; }
.contact-side h3 { font-family: "Fraunces", Georgia, serif; font-size: 28px; margin: 0 0 10px; }
.contact-side p { color: rgba(242,234,210,.8); margin: 0 0 8px; }
.contact-side .chipline { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.contact-side .chipline a {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(242,234,210,.08); color: var(--cream-100);
  padding: 10px 14px; border-radius: 999px;
  font-size: 14px; font-weight: 600;
  border: 1px solid rgba(242,234,210,.14);
}
.contact-side .chipline a:hover { background: rgba(242,234,210,.14); color: #fff; }

/* Footer */
footer.foot {
  background: var(--teal-900); color: rgba(242,234,210,.65);
  padding: 40px var(--pad);
  text-align: center;
  font-size: 14px;
  border-top: 1px solid rgba(242,234,210,.08);
}
footer.foot a { color: var(--gold-400); }

/* Floating WhatsApp */
.wa-float {
  position: fixed;
  right: 18px; bottom: 18px;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 14px 30px -8px rgba(37, 211, 102, .55);
  z-index: 50;
  color: #fff;
  transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.08); color: #fff; }
.wa-float svg { width: 30px; height: 30px; }
.tweaks.on ~ .wa-float, body.tweaks-on .wa-float { bottom: 110px; }
