/* Park by Sweet Holes — reservation page.
   Brand tokens lifted from the main site's style.css so the two read as one
   family; the park leans on the cream/chocolate end rather than the pink. */

:root {
  --pink: #FF00AA;
  --pink-d: #CC0088;
  --pink-l: #FFD6F0;
  --pink-bg: #FFF0FA;
  --choco: #140804;
  --choco-m: #4A1F10;
  --choco-l: #7A3E22;
  --cream: #FDFAF8;
  --dough: #F5BC6E;
  --dough-l: #FAECD4;
  --leaf: #3F7A4B;
  --white: #fff;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--cream);
  color: var(--choco);
  font-family: 'DM Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image:
    radial-gradient(circle at 12% 8%, rgba(245,188,110,.22), transparent 45%),
    radial-gradient(circle at 88% 4%, rgba(255,0,170,.10), transparent 40%);
}

/* ── header ─────────────────────────────────────────────────────────────── */
.pk-top {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.1rem 1.3rem; max-width: 60rem; width: 100%; margin: 0 auto;
}
.pk-back {
  font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--choco-l); text-decoration: none;
}
.pk-back:hover { color: var(--pink); }
.pk-lang { font-size: .74rem; font-weight: 700; letter-spacing: .08em; color: var(--choco-l); }
.pk-lang a { color: var(--choco-l); text-decoration: none; padding: 0 .18rem; }
.pk-lang a.on { color: var(--pink); }

/* ── hero + form ────────────────────────────────────────────────────────── */
.pk-wrap { max-width: 40rem; width: 100%; margin: 0 auto; padding: 1.4rem 1.3rem 3rem; flex: 1; }
.pk-kicker {
  font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--leaf); margin-bottom: .7rem;
}
h1 {
  font-family: 'Fraunces', Georgia, serif; font-weight: 700;
  font-size: clamp(2.1rem, 8vw, 3.2rem); line-height: 1.08; letter-spacing: -.02em;
}
h1 em { font-style: italic; color: var(--pink); }
.pk-lede { margin-top: .9rem; font-size: .96rem; line-height: 1.75; color: var(--choco-m); max-width: 30rem; }
.pk-note {
  margin-top: .9rem; font-size: .86rem; line-height: 1.6; color: var(--choco-m);
  background: var(--dough-l); border-left: 3px solid var(--dough);
  padding: .7rem .9rem; border-radius: 0 10px 10px 0;
}

.pk-card {
  margin-top: 1.8rem; background: var(--white); border: 1px solid rgba(20,8,4,.08);
  border-radius: 20px; padding: 1.5rem 1.4rem;
  box-shadow: 0 18px 50px rgba(20,8,4,.07);
}

.pk-row { display: grid; grid-template-columns: 1.15fr 1fr .8fr; gap: .8rem; }
@media (max-width: 560px) { .pk-row { grid-template-columns: 1fr 1fr; } .pk-party { grid-column: span 2; } }

label { display: block; margin-bottom: .95rem; }
label > span {
  display: block; font-size: .7rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--choco-l); margin-bottom: .35rem;
}
input, select {
  width: 100%; font-family: inherit; font-size: .95rem; color: var(--choco);
  background: var(--cream); border: 1px solid rgba(20,8,4,.14);
  border-radius: 12px; padding: .75rem .85rem; appearance: none;
  transition: border-color .18s, box-shadow .18s;
}
select:disabled { opacity: .5; }
input:focus, select:focus {
  outline: none; border-color: var(--pink);
  box-shadow: 0 0 0 3px var(--pink-l);
}
input::placeholder { color: rgba(122,62,34,.45); }

.pk-err {
  margin: .2rem 0 .9rem; font-size: .84rem; line-height: 1.5; color: var(--pink-d);
  background: var(--pink-bg); border-radius: 10px; padding: .6rem .8rem;
}

.pk-submit {
  width: 100%; font-family: inherit; font-size: .9rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; color: var(--white);
  background: var(--pink); border: none; border-radius: 999px;
  padding: .95rem 1rem; cursor: pointer;
  transition: transform .15s, box-shadow .2s, background .2s;
}
.pk-submit:hover:not(:disabled) { background: var(--pink-d); transform: translateY(-1px); box-shadow: 0 12px 26px rgba(255,0,170,.28); }
.pk-submit:disabled { opacity: .6; cursor: default; }

.pk-call-alt {
  display: block; text-align: center; margin-top: .9rem;
  font-size: .82rem; color: var(--choco-l); text-decoration: none;
}
.pk-call-alt:hover { color: var(--pink); }

/* ── success ────────────────────────────────────────────────────────────── */
.pk-done { text-align: center; padding: .6rem 0; }
.pk-tick { font-size: 2.6rem; }
.pk-done h2 {
  font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: 1.55rem;
  margin: .5rem 0 .3rem;
}
.pk-when {
  display: inline-block; font-weight: 700; color: var(--leaf);
  background: rgba(63,122,75,.1); border-radius: 999px; padding: .3rem .9rem;
  margin-bottom: .7rem;
}
.pk-done p { font-size: .9rem; line-height: 1.7; color: var(--choco-m); }
.pk-again {
  margin-top: 1.1rem; font-family: inherit; font-size: .8rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; color: var(--choco);
  background: transparent; border: 1px solid rgba(20,8,4,.18);
  border-radius: 999px; padding: .6rem 1.2rem; cursor: pointer;
}
.pk-again:hover { border-color: var(--pink); color: var(--pink); }

/* ── closed ─────────────────────────────────────────────────────────────── */
.pk-closed { text-align: center; }
.pk-closed p { font-size: .95rem; line-height: 1.7; color: var(--choco-m); }
.pk-call {
  display: inline-block; margin-top: .9rem; font-weight: 700; font-size: 1.1rem;
  color: var(--pink); text-decoration: none;
}

/* ── footer ─────────────────────────────────────────────────────────────── */
.pk-foot {
  text-align: center; padding: 1.6rem 1.3rem 2.2rem;
  font-size: .78rem; color: var(--choco-l); line-height: 1.8;
}
.pk-foot a { color: var(--choco-l); }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
