
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: #2a2230;
    background:
        radial-gradient(circle at top left, rgba(246, 223, 231, .55), transparent 30%),
        linear-gradient(180deg, #fcf8fa 0%, #f6f1f4 100%);
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.narrow-wrap { width: min(760px, calc(100% - 32px)); margin: 0 auto; }
.site-main { padding-bottom: 48px; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); background: rgba(255,255,255,.78); border-bottom: 1px solid rgba(88,62,83,.08); }
.admin-header { background: rgba(250, 247, 249, 0.94); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { font-size: 1.1rem; font-weight: 800; letter-spacing: .02em; }
.nav-links { display: flex; gap: 16px; flex-wrap: wrap; }
.nav-links a { color: #5d4a58; font-weight: 600; }
.nav-links a:hover, .text-link:hover { color: #241924; }
.hero { padding: 56px 0 28px; }
.hero-grid { display: grid; grid-template-columns: 1.55fr .95fr; gap: 28px; align-items: center; }
.hero-copy h1 { margin: 10px 0 14px; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.04; max-width: 760px; }
.lead { font-size: 1.08rem; line-height: 1.65; color: #5e5565; max-width: 700px; }
.eyebrow { display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #9b6479; }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0 0; }
.compact-row { margin-top: 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 999px; border: 1px solid #d3bcc6; font-weight: 700; transition: .18s ease; cursor: pointer; background: rgba(255,255,255,.7); }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, #2f2230, #6f465c); color: #fff; border: none; box-shadow: 0 12px 28px rgba(92,47,73,.18); }
.btn-secondary { background: rgba(255,255,255,.7); color: #392c3c; }
.btn-block { width: 100%; }
.btn-small { min-height: 36px; padding: 0 12px; font-size: .9rem; }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.mini-card { padding: 14px; background: rgba(255,255,255,.7); border: 1px solid rgba(146,108,126,.16); border-radius: 18px; }
.mini-card strong { display: block; margin-bottom: 6px; }
.mini-card span, .muted, small { color: #6f6472; }
.card { background: rgba(255,255,255,.82); border: 1px solid rgba(153,111,129,.12); border-radius: 24px; box-shadow: 0 18px 40px rgba(53,31,46,.06); padding: 22px; }
.soft-gradient { background: radial-gradient(circle at top right, rgba(247,207,221,.45), transparent 35%), linear-gradient(180deg, rgba(255,255,255,.95), rgba(252,247,250,.96)); }
.tick-list { margin: 18px 0 22px; padding: 0; list-style: none; }
.tick-list li { position: relative; padding-left: 28px; margin-bottom: 12px; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #8a5a70; font-weight: 800; }
.tick-list.compact li { margin-bottom: 10px; }
.section { padding: 28px 0; }
.section-alt { padding-top: 10px; }
.section-head { display: flex; justify-content: space-between; gap: 18px; align-items: end; margin-bottom: 20px; }
.section-head h1, .section-head h2 { margin: 8px 0 0; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.section-copy { max-width: 520px; color: #6f6472; }
.admin-head { margin-top: 28px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 220px; display: flex; flex-direction: column; }
.service-top, .service-bottom { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.service-top h3 { margin: 0; font-size: 1.12rem; }
.pill { white-space: nowrap; font-size: .85rem; font-weight: 700; color: #734c60; background: #f7e9ef; border-radius: 999px; padding: 8px 12px; }
.service-desc { flex: 1; margin: 14px 0 16px; line-height: 1.6; }
.price { font-size: 1.2rem; }
.text-link { color: #734c60; font-weight: 700; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.metric { font-size: 2rem; font-weight: 800; margin: 10px 0 0; }
.booking-layout { display: grid; grid-template-columns: 1.45fr .75fr; gap: 20px; align-items: start; }
.booking-main { display: grid; gap: 18px; }
.sticky-card { position: sticky; top: 92px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.admin-grid { align-items: start; }
.full-span { grid-column: 1 / -1; }
label { display: block; font-weight: 700; margin-bottom: 8px; }
input[type="text"], input[type="email"], input[type="date"], input[type="number"], input[type="password"], input[type="time"], textarea, select {
    width: 100%; padding: 13px 14px; border: 1px solid #dcc8d1; border-radius: 16px; background: rgba(255,255,255,.9); color: #2c2531; font: inherit;
}
textarea { resize: vertical; }
.stack-form > * + * { margin-top: 12px; }
.checkbox-row { display: flex; gap: 10px; align-items: center; }
.checkbox-row input { width: auto; }
.service-select-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.service-pick { display: flex; gap: 12px; padding: 14px; border: 1px solid #e5d3db; border-radius: 18px; background: #fff; align-items: start; }
.service-pick input { width: auto; margin-top: 3px; }
.service-pick small { display: block; margin-top: 5px; }
.slot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 16px; }
.slot-pill { position: relative; }
.slot-pill input { position: absolute; opacity: 0; pointer-events: none; }
.slot-pill span { display: block; padding: 13px 14px; border: 1px solid #dec8d2; border-radius: 16px; background: #fff; font-weight: 700; }
.slot-pill small { display: block; margin-top: 6px; }
.slot-pill input:checked + span { background: linear-gradient(135deg, #f8e9ef, #f3dce4); border-color: #a36b82; color: #4f3041; }
.slot-pill.is-disabled span { opacity: .6; }
.helper-box { padding: 14px; border-radius: 18px; background: rgba(247,233,239,.5); border: 1px solid rgba(163,107,130,.2); }
.alert { border-radius: 18px; padding: 16px 18px; margin-bottom: 18px; }
.alert-error { background: #fff0f1; color: #7b2b39; border: 1px solid #efc6cc; }
.alert-success { background: #eef9f0; color: #1d6230; border: 1px solid #c8e8d0; }
.error-list { margin: 10px 0 0 20px; }
.lookup-form { display: grid; gap: 12px; margin-bottom: 18px; }
.result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; line-height: 1.55; }
.site-footer { padding: 26px 0 34px; border-top: 1px solid rgba(88,62,83,.08); background: rgba(255,255,255,.55); }
.footer-grid { display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-contact { display: flex; gap: 10px; flex-wrap: wrap; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 12px 10px; border-bottom: 1px solid rgba(153,111,129,.12); vertical-align: top; }
.inline-form { display: inline-flex; gap: 8px; align-items: center; }
.inline-form select { min-width: 160px; }
.filter-bar { margin-bottom: 18px; }
.summary-pre { white-space: pre-wrap; background: rgba(247,233,239,.35); border-radius: 16px; padding: 16px; border: 1px solid rgba(163,107,130,.15); }
@media (max-width: 980px) {
  .hero-grid, .booking-layout, .cards, .info-grid, .grid-3 { grid-template-columns: 1fr; }
  .hero-points { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .grid-2, .service-select-grid, .slot-grid, .result-grid { grid-template-columns: 1fr; }
  .section-head, .footer-grid, .nav, .inline-form { flex-direction: column; align-items: flex-start; }
  .sticky-card { position: static; }
  .hero { padding-top: 34px; }
}
