:root{--brand-navy: #1d2f54;--brand-navy-mid: #2a4270;--brand-sky: #89cff0;--brand-sky-soft: #c8e8f8;--brand-gold: #e8c15d;--brand-gold-hover: #d4ad4a;--brand-royal: #3b82c4;--font-display: "Bebas Neue", Impact, system-ui, sans-serif;--font-heading: var(--font-display);--font-body: "Barlow", system-ui, sans-serif;font-family:var(--font-body);line-height:1.5;font-weight:400;color:var(--text);background:linear-gradient(180deg,#f5fbff,#fff 45%,#fafcff);min-height:100vh;--accent: var(--brand-gold);--accent-hover: var(--brand-gold-hover);--accent-light: rgba(137, 207, 240, .35);--accent-dark: var(--brand-navy);--on-accent: var(--brand-navy);--surface: #ffffff;--surface-elevated: #ffffff;--border: rgba(29, 47, 84, .12);--muted: #5a6b85;--text: var(--brand-navy);--muted-bg: rgba(137, 207, 240, .15);--radius: 6px;--radius-lg: 12px;--shadow: 0 4px 20px rgba(29, 47, 84, .08);--shadow-lg: 0 12px 40px rgba(29, 47, 84, .12);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}a{font-weight:600;color:var(--brand-navy);text-decoration:none}a:hover{color:var(--brand-royal);text-decoration:underline}button{border-radius:var(--radius);border:none;padding:.75rem 1.5rem;min-height:44px;font-size:1rem;font-weight:700;font-family:var(--font-body);letter-spacing:.02em;background-color:var(--brand-gold);color:var(--on-accent);cursor:pointer;transition:background-color .2s,transform .1s,box-shadow .2s}button:hover{background-color:var(--brand-gold-hover);box-shadow:0 4px 16px #e8c15d73}button:active{transform:scale(.98)}button:focus-visible{outline:2px solid var(--brand-navy);outline-offset:2px}button.secondary{background-color:var(--surface);color:var(--brand-navy);border:2px solid var(--brand-navy)}button.secondary:hover{background-color:var(--brand-sky-soft)}input:not([type=checkbox]):not([type=radio]),select,textarea{font-family:inherit;font-size:16px;padding:.875rem 1rem;min-height:48px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);width:100%}input[type=checkbox],input[type=radio]{width:1.125rem;height:1.125rem;min-height:0;padding:0;flex-shrink:0;vertical-align:middle;accent-color:var(--brand-navy);cursor:pointer}textarea{min-height:0;resize:vertical}input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{outline:none;border-color:var(--brand-royal);box-shadow:0 0 0 3px var(--accent-light)}input[type=checkbox]:focus-visible,input[type=radio]:focus-visible{outline:2px solid var(--brand-royal);outline-offset:2px}@media(max-width:480px){input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px}}label{display:block;font-weight:600;margin-bottom:.4rem;color:var(--brand-navy)}.form-group{margin-bottom:1.25rem}h1,h2,h3{font-family:var(--font-display);margin:0 0 .5em;font-weight:400;line-height:1.05;letter-spacing:.02em;text-transform:uppercase}h1{font-size:clamp(2.25rem,7vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.25rem)}h3{font-size:1.35rem}section{padding:1.5rem 1rem 2rem;max-width:900px;margin:0 auto}@media(min-width:640px){section{padding:2rem 1.5rem 3rem}}.badge{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .55rem;border-radius:4px;background:var(--brand-sky-soft);color:var(--brand-navy);border:1px solid rgba(29,47,84,.1)}.card{background:var(--surface-elevated);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.25rem;border:1px solid var(--border)}@media(min-width:640px){.card{padding:1.5rem;box-shadow:var(--shadow-lg)}}.bg-windows{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.bg-windows--interactive .bg-window{will-change:transform}.bg-window{position:absolute;border:1px solid rgba(137,207,240,.55);background:#ffffff59;border-radius:4px;box-shadow:0 1px 4px #1d2f540f}.bg-window:before,.bg-window:after{content:"";position:absolute;background:#e8c15d59}.bg-window:before{left:50%;top:0;bottom:0;width:1px;transform:translate(-50%)}.bg-window:after{top:50%;left:0;right:0;height:1px;transform:translateY(-50%)}@media(prefers-reduced-motion:no-preference){.bg-window{animation:bg-window-breathe 16s ease-in-out infinite}.bg-window:nth-child(3n){animation-duration:20s;animation-delay:-3s}.bg-window:nth-child(3n+1){animation-duration:18s;animation-delay:-8s}.bg-window:nth-child(3n+2){animation-duration:22s;animation-delay:-12s}}@keyframes bg-window-breathe{0%,to{opacity:.5}50%{opacity:.88}}@keyframes hero-in-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-in-title{0%{opacity:0;transform:translateY(14px) skewY(-2deg)}to{opacity:1;transform:translateY(0) skewY(-2deg)}}@keyframes hero-in-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes section-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes card-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.layout-wrap{position:relative;z-index:1;display:flex;flex-direction:column;min-height:100vh;background:transparent}.layout-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;padding-top:max(.65rem,env(safe-area-inset-top));background:var(--brand-navy);border-bottom:3px solid var(--brand-gold);position:sticky;top:0;z-index:100}.layout-header .logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff}.layout-header .logo:hover{text-decoration:none;opacity:.92}.logo-img{height:52px;width:auto;max-width:min(240px,55vw);display:block;object-fit:contain}@media(min-width:640px){.logo-img{height:62px;max-width:280px}}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:transparent;color:#fff;min-height:44px}.nav-toggle:hover{background:#ffffff1a;color:var(--brand-gold);box-shadow:none}.nav-toggle-bar{display:block;height:2px;width:22px;background:currentColor;border-radius:1px;transition:transform .2s}.layout-header--nav-open .nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.layout-header--nav-open .nav-toggle-bar:nth-child(2){opacity:0}.layout-header--nav-open .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.layout-nav{position:fixed;top:0;right:0;width:min(280px,85vw);height:100vh;padding:4.5rem 1.5rem 1.5rem;background:var(--surface);box-shadow:-8px 0 32px #00000014;display:flex;flex-direction:column;gap:.5rem;z-index:99;transform:translate(100%);transition:transform .25s ease-out}.layout-nav--open{transform:translate(0)}.layout-nav a{padding:.75rem 1rem;border-radius:var(--radius);font-weight:600;color:var(--brand-navy)}.layout-nav a:hover{background:var(--brand-sky-soft);text-decoration:none;color:var(--brand-navy)}.nav-overlay{position:fixed;inset:0;background:#0f172a4d;z-index:98}@media(prefers-reduced-motion:no-preference){.nav-overlay{animation:fadeIn .2s ease-out}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(min-width:640px){.nav-toggle,.nav-overlay{display:none}.layout-nav{position:static;width:auto;height:auto;padding:0;flex-direction:row;align-items:center;gap:.25rem;background:transparent;box-shadow:none;transform:none}.layout-nav a{padding:.5rem 1rem;color:#fff;transition:color .2s ease,background .2s ease}.layout-nav a:hover{background:#ffffff1f;color:var(--brand-gold)}.layout-nav--open{transform:none}}.layout-main{position:relative;z-index:1;flex:1;padding-bottom:2rem}.nav-admin{font-size:.85rem;opacity:.85}@media(min-width:640px){.nav-admin{color:#ffffffa6}.nav-admin:hover{color:var(--brand-gold)}}.hero{padding:2.5rem 1rem 3rem;max-width:1000px;margin:0 auto}.hero-inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:768px){.hero-inner{flex-direction:row;align-items:center;text-align:left;gap:2.5rem}.hero-copy{flex:1;min-width:0}}.hero-mascot-wrap{flex-shrink:0;max-width:280px;width:100%}.hero-mascot{width:100%;height:auto;display:block;filter:drop-shadow(0 12px 28px rgba(29,47,84,.15))}.hero-copy{text-align:center}@media(min-width:768px){.hero-copy{text-align:left}}.hero h1{font-family:var(--font-heading);margin-bottom:.75rem;color:var(--brand-navy);transform:skewY(-2deg);transform-origin:center left}.hero-sub{color:var(--muted);font-size:1.15rem;line-height:1.55;font-weight:500;margin-bottom:1.5rem;max-width:32ch;margin-left:auto;margin-right:auto}@media(min-width:768px){.hero-sub{margin-left:0;margin-right:0}}.cta-button{display:inline-block;padding:1rem 1.75rem;min-height:52px;font-family:var(--font-body);font-size:1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--brand-gold);color:var(--on-accent);border-radius:var(--radius);border:2px solid var(--brand-navy);text-decoration:none;transition:transform .15s,box-shadow .2s,background .2s;margin-bottom:1.25rem;box-shadow:4px 4px 0 var(--brand-navy)}.cta-button:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--brand-navy);background:var(--brand-gold-hover);color:var(--on-accent);text-decoration:none}.cta-button--secondary{background:var(--surface);color:var(--brand-navy);border:2px solid var(--brand-navy);box-shadow:4px 4px 0 var(--brand-sky)}.cta-button--secondary:hover{background:var(--brand-sky-soft);color:var(--brand-navy);border-color:var(--brand-navy);box-shadow:6px 6px 0 var(--brand-royal)}@media(min-width:640px){.hero{padding:3rem 1.5rem 4rem}}@media(prefers-reduced-motion:no-preference){.hero-mascot-wrap{animation:hero-in-rise .85s cubic-bezier(.22,1,.36,1) both}.hero h1{animation:hero-in-title .75s cubic-bezier(.22,1,.36,1) .06s both}.hero-sub{animation:hero-in-fade .65s ease-out .18s both}.hero-copy .cta-button{animation:hero-in-fade .55s ease-out .28s both}}.home-section{padding:2.5rem 1rem 3rem;max-width:900px;margin:0 auto}.home-section-title{font-family:var(--font-heading);font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;text-align:center;margin-bottom:1.5rem;color:var(--text)}.testimonials-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:600px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{margin:0;padding:1.5rem;background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);border-top:4px solid var(--brand-gold);box-shadow:var(--shadow)}.testimonial-text{font-size:1rem;line-height:1.6;color:var(--text);margin:0 0 1rem;font-style:italic}.testimonial-meta{font-size:.9rem;color:var(--muted);margin:0}.home-gallery{padding-top:1rem}.gallery-placeholder{min-height:200px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--brand-sky-soft) 0%,#fff 100%);border-radius:var(--radius-lg);border:2px dashed rgba(29,47,84,.15)}.gallery-placeholder-text{margin:0;color:var(--muted);font-size:.95rem}.home-cta{text-align:center;padding:3rem 1rem 4rem}.home-cta-title{font-family:var(--font-heading);font-size:clamp(1.35rem,3vw,1.65rem);margin-bottom:1.5rem;color:var(--text)}.home-cta .cta-button--secondary{margin-bottom:0}@media(prefers-reduced-motion:no-preference){.home-section-title{animation:section-in .6s ease-out both}.home-cta-title{animation:section-in .55s ease-out both}.gallery-placeholder{animation:hero-in-fade .65s ease-out .12s both}.testimonials-grid .testimonial-card{animation:card-in .52s cubic-bezier(.22,1,.36,1) both}.testimonials-grid .testimonial-card:nth-child(1){animation-delay:.04s}.testimonials-grid .testimonial-card:nth-child(2){animation-delay:.1s}.testimonials-grid .testimonial-card:nth-child(3){animation-delay:.16s}.testimonials-grid .testimonial-card:nth-child(4){animation-delay:.22s}.testimonials-grid .testimonial-card:nth-child(5){animation-delay:.28s}.testimonials-grid .testimonial-card:nth-child(6){animation-delay:.34s}.testimonial-card{transition:transform .28s ease,box-shadow .28s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}}@media(prefers-reduced-motion:no-preference){.schedule-page,.merch-page,.reviews-page,.review-form-page{animation:page-enter .42s ease-out both}}.schedule-page{padding:1.5rem 1rem 2rem;max-width:720px;margin:0 auto}.schedule-page--integrated{max-width:640px;text-align:center}.schedule-page--integrated h1{text-align:center}.schedule-page-lead{color:var(--muted);margin:-.25rem auto 1.5rem;font-size:1rem;line-height:1.55;font-weight:500;max-width:36ch}.schedule-page--integrated .schedule-step-title{text-align:center}.schedule-page--integrated .schedule-form.schedule-form--stepped{width:100%;max-width:420px;margin-left:auto;margin-right:auto;box-sizing:border-box}.schedule-page--integrated .schedule-form--stepped .schedule-step.schedule-step--integrated{align-items:stretch;width:100%}.schedule-page--integrated .schedule-step-desc{text-align:center;max-width:34ch;margin-left:auto;margin-right:auto}.schedule-page--integrated .form-group{width:100%;max-width:none;margin-left:0;margin-right:0;text-align:left}.schedule-page--integrated .form-group>label:first-child{text-align:center;display:block}.schedule-page--integrated .stories-options{justify-content:center;width:100%}.schedule-page--integrated .stories-options .radio-label{justify-content:center}.schedule-page--integrated .add-ons{width:100%;max-width:none;margin-left:0;margin-right:0}.schedule-page--integrated .add-ons-title{text-align:center}.schedule-page--integrated .add-ons-list{width:100%;align-items:stretch}.schedule-page--integrated .add-on-row.checkbox-label{width:100%;max-width:100%;justify-content:flex-start;text-align:left}.schedule-page--integrated .add-on-quantity{margin-left:0;width:100%;text-align:left}.schedule-page--integrated label.checkbox-label:not(.add-on-row){justify-content:center;width:100%;max-width:100%;margin-left:0;margin-right:0}.schedule-page--integrated .estimate-beta{width:100%;max-width:none;margin-left:0;margin-right:0;text-align:center;box-sizing:border-box;border-radius:var(--radius-lg)}.schedule-page--integrated .address-autocomplete{width:100%;text-align:left}.schedule-page--integrated .schedule-step-actions{justify-content:center;width:100%}.schedule-page--integrated .schedule-step-actions .submit-btn{flex:0 1 auto;min-width:min(100%,220px)}.schedule-page--integrated .schedule-step--review .schedule-review-list{grid-template-columns:1fr;text-align:center;width:100%;max-width:100%;margin-left:0;margin-right:0}.schedule-page--integrated .schedule-step--review .schedule-review-list dt{margin-top:1rem}.schedule-page--integrated .schedule-step--review .schedule-review-list dt:first-of-type{margin-top:0}.schedule-page--integrated .schedule-step--review .schedule-review-list dd{margin-bottom:0}.section-sub{color:var(--muted);margin-bottom:1.5rem;font-size:1rem}.schedule-form{display:flex;flex-direction:column;gap:1.25rem}.schedule-form-calendar,.schedule-form-fields{padding:1.25rem}.schedule-steps-progress{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.schedule-step-dot{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--muted-bg);color:var(--muted);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;transition:background .2s,color .2s}.schedule-step-dot.active{background:var(--accent-light);color:var(--accent-dark)}.schedule-step-dot.current{background:var(--brand-navy);color:var(--brand-gold)}.schedule-step-title{font-size:1.05rem;font-weight:700;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.04em;color:var(--text);margin-bottom:1rem}.schedule-form--stepped .schedule-step.schedule-step--integrated{padding:0;max-width:100%;margin:0;min-height:0;display:flex;flex-direction:column;background:transparent;border:none;box-shadow:none}.schedule-page--integrated .calendar-wrap{align-self:center;margin-left:auto;margin-right:auto;margin-bottom:.5rem;padding:0;max-width:340px;width:100%;background:transparent;border:none;box-shadow:none}.schedule-page--integrated .calendar-wrap .cal-nav,.schedule-page--integrated .calendar-wrap .cal-month{text-align:center}.schedule-page--integrated .calendar-wrap .cal-time-picker label{text-align:center;width:100%}.schedule-step-desc{color:var(--muted);margin-bottom:1.25rem;font-size:.95rem}.schedule-step-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;align-items:center}.schedule-step-actions .btn-back{padding:.6rem 1rem;font-size:.95rem;background:transparent;color:var(--muted);border:1px solid var(--border);border-radius:var(--radius)}.schedule-step-actions .btn-back:hover{color:var(--text);border-color:var(--muted)}.schedule-step-actions .btn-next{padding:.6rem 1.25rem;font-size:.95rem;background:var(--brand-gold);color:var(--on-accent);border:2px solid var(--brand-navy);border-radius:var(--radius);font-weight:700}.schedule-step-actions .btn-next:hover:not(:disabled){background:var(--brand-gold-hover)}.schedule-step-actions .btn-next:disabled{opacity:.5;cursor:not-allowed}.schedule-step-actions .submit-btn{flex:1;min-width:140px}.schedule-review-list{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1.5rem;margin:0 0 1.5rem;font-size:.95rem}.schedule-review-list dt{font-weight:600;color:var(--muted)}.schedule-review-list dd{margin:0;color:var(--text)}.schedule-step--review .schedule-review-list{margin-bottom:1rem}.schedule-submit-error{margin:0 0 1rem;padding:.85rem 1rem;border-radius:var(--radius-lg);background:#b43c321a;border:1px solid rgba(180,60,50,.35);color:var(--text);font-size:.92rem;line-height:1.45}.schedule-submit-error--global{max-width:520px;margin-left:auto;margin-right:auto}.estimate-beta--inline{margin:1rem 0 0}.checkbox-label,.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400;min-height:44px}.checkbox-label input,.radio-label input{width:auto;min-height:auto}.stories-options{display:flex;gap:1rem;flex-wrap:wrap}.field-hint{font-size:.85rem;color:var(--muted);margin:-.25rem 0 .5rem}.add-ons{margin-bottom:1rem}.add-ons-title{font-weight:600;margin:0 0 .75rem;font-size:.95rem}.add-ons-list{display:flex;flex-direction:column;gap:.75rem}.add-on-row{margin-bottom:0}.add-on-quantity{margin-left:1.75rem;margin-bottom:.5rem}.add-on-quantity label{font-size:.9rem}.submit-btn{width:100%;padding:1rem;min-height:52px;font-size:1.05rem}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.calendar-wrap{max-width:340px;margin:0 auto;width:100%;background:var(--surface);border-radius:var(--radius-lg);padding:1.25rem;border:1px solid var(--border);box-shadow:var(--shadow)}.cal-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:.5rem}.cal-nav button{width:40px;height:40px;min-width:40px;min-height:40px;padding:0;display:flex;align-items:center;justify-content:center;background:var(--surface);color:var(--brand-navy);border:1px solid var(--border);border-radius:10px;font-size:1.1rem;transition:background .2s,border-color .2s}.cal-nav button:hover:not(:disabled){background:var(--brand-sky-soft);border-color:var(--brand-royal);color:var(--brand-navy)}.cal-nav button:disabled{opacity:.4;cursor:not-allowed}.cal-nav button:disabled:hover{background:var(--surface);border-color:var(--border);color:var(--brand-navy)}.cal-month{font-family:var(--font-heading);font-weight:600;font-size:1.05rem;color:var(--text);letter-spacing:-.02em}.cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px;font-size:.7rem;font-weight:600;color:var(--muted);text-align:center;text-transform:uppercase;letter-spacing:.04em}.cal-grid{margin-bottom:0}.cal-row{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:4px}.cal-row:last-child{margin-bottom:0}.cal-day{aspect-ratio:1;width:100%;max-width:42px;min-width:0;margin:0 auto;font-size:.875rem;font-weight:500;background:transparent;color:var(--text);border-radius:10px;padding:0;min-height:0;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.cal-day:hover:not(:disabled){background:var(--brand-sky-soft);color:var(--brand-navy)}.cal-day--other{color:#cbd5e1}.cal-day--past,.cal-day--max{color:#cbd5e1;cursor:not-allowed}.cal-day--blacklisted{color:#94a3b8;background:#f1f5f9;cursor:not-allowed}.cal-day--selected{background:var(--brand-navy);color:var(--brand-gold)}.cal-day--selected:hover:not(:disabled){background:var(--brand-navy-mid);color:var(--brand-gold)}.cal-time-picker{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.cal-time-picker label{display:block;margin-bottom:.75rem;font-size:.9rem;font-weight:600;color:var(--text)}.cal-time-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;max-height:200px;overflow-y:auto;-webkit-overflow-scrolling:touch}@media(min-width:380px){.cal-time-grid{grid-template-columns:repeat(4,1fr)}}.cal-time-btn{height:40px;min-height:40px;background:var(--surface);color:var(--brand-navy);border:1px solid var(--border);border-radius:10px;text-align:center;padding:0;font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center}.cal-time-btn:hover{border-color:var(--brand-navy);background:var(--brand-sky-soft);color:var(--brand-navy)}.cal-time-btn--active{border-color:var(--brand-navy);background:var(--brand-gold);color:var(--on-accent)}.cal-time-btn--blacklisted{opacity:.5;cursor:not-allowed}.cal-time-btn--blacklisted:hover{border-color:var(--border);background:var(--surface);color:#94a3b8}.cal-time-btn--booked{background:#1d2f540f}.disclaimer{font-size:.95rem;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:400px){.form-row{grid-template-columns:1fr}}.submitted-card{text-align:center;max-width:420px;margin:2rem auto;padding:2rem 1.5rem}.submitted-card h2{margin-bottom:.75rem}.submitted-card p{color:var(--muted);margin:0;line-height:1.6}.submitted-booking-ref{margin-top:1.25rem!important;font-size:.9rem;color:var(--text)!important}.submitted-booking-ref-code{font-size:.82rem;word-break:break-all;background:var(--brand-sky-soft);padding:.2rem .45rem;border-radius:var(--radius-sm)}.merch-page{padding:1.5rem 1rem 3rem;max-width:900px;margin:0 auto;text-align:center}.merch-page h1{color:var(--brand-navy);margin-bottom:.75rem}.merch-page-lead{color:var(--muted);font-size:1.05rem;line-height:1.55;max-width:42ch;margin:0 auto 2rem;font-weight:500}.merch-banner{text-align:left;max-width:40rem;margin:0 auto 1.5rem;padding:1rem 1.15rem;font-size:.9rem;line-height:1.55;color:var(--text);background:var(--brand-sky-soft);border-radius:var(--radius-lg);border:1px solid var(--border)}.merch-banner--warn{background:#b478281f;border-color:#b4782859}.merch-code{font-size:.82em;word-break:break-word}.merch-loading{color:var(--muted);margin:0 0 2rem}.merch-synced{font-size:.85rem;color:var(--muted);margin:-.5rem auto 1.25rem}.merch-product-grid{list-style:none;margin:0 auto 2rem;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.35rem;max-width:880px;text-align:left}.merch-product-card{margin:0;padding:1rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:#ffffffeb;box-shadow:0 8px 24px #1d2f540f;display:flex;flex-direction:column;align-items:stretch;gap:.65rem}.merch-product-image-wrap{position:relative;border-radius:calc(var(--radius-lg) - 4px);overflow:hidden;background:var(--brand-sky-soft);aspect-ratio:1}.merch-product-mockups{position:absolute;inset:0;width:100%;height:100%}.merch-mockup{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:opacity .35s ease}.merch-mockup--back{opacity:0}@media(hover:hover)and (pointer:fine){.merch-product-mockups:hover .merch-mockup--front{opacity:0}.merch-product-mockups:hover .merch-mockup--back{opacity:1}}.merch-product-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.merch-product-image--empty{position:absolute;inset:0;min-height:0;background:linear-gradient(145deg,var(--brand-sky-soft) 0%,rgba(255,255,255,.5) 100%)}.merch-product-title{margin:0;font-size:1.05rem;color:var(--brand-navy);line-height:1.3}.merch-product-desc{margin:0;font-size:.85rem;color:var(--muted);line-height:1.45;flex:1}.merch-product-price{margin:0;font-size:.95rem;font-weight:700;color:var(--text)}.merch-product-btn{margin:0;text-align:center;text-decoration:none;width:100%;box-sizing:border-box}.merch-product-no-link{font-size:.8rem;color:var(--muted);font-style:italic}.merch-placeholder-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem;max-width:640px;margin:0 auto 1rem}.merch-placeholder-card{aspect-ratio:1;border-radius:var(--radius-lg);border:2px dashed rgba(29,47,84,.18);background:linear-gradient(145deg,var(--brand-sky-soft) 0%,rgba(255,255,255,.6) 100%);min-height:140px}.merch-placeholder-note{font-size:.9rem;color:var(--muted);margin:0 0 2.5rem}.merch-cta{padding-top:.5rem;border-top:1px solid var(--border);max-width:28rem;margin:0 auto}.merch-cta-text{margin:0 0 1rem;font-weight:600;color:var(--text)}.merch-cta .cta-button{margin-bottom:0}.star-rating-display{display:flex;gap:.1rem;font-size:1rem;line-height:1}.star-rating-display .star{color:var(--brand-gold);text-shadow:0 0 0 rgba(29,47,84,.15)}.star-rating-display .star--off{color:#1d2f5426}.star-rating-input{display:flex;gap:.15rem}.star-rating-input-btn{padding:.15rem .25rem;margin:0;border:none;background:transparent;font-size:1.75rem;line-height:1;cursor:pointer;color:#1d2f5433;transition:color .15s ease,transform .12s ease}.star-rating-input-btn:hover,.star-rating-input-btn:focus-visible{color:var(--brand-gold);transform:scale(1.08);outline:none}.star-rating-input-btn--on{color:var(--brand-gold)}.testimonial-stars{margin-bottom:.65rem;font-size:.95rem}.home-testimonials-loading{text-align:center;color:var(--muted)}.home-testimonials-more{text-align:center;margin:1.25rem 0 0;font-size:.95rem}.home-testimonials-more a{font-weight:600;color:var(--brand-royal)}.review-form-page{padding:1.5rem 1rem 3rem;max-width:520px;margin:0 auto}.review-form-page h1{color:var(--brand-navy);margin-bottom:.5rem}.review-form-lead{color:var(--muted);margin:0 0 1.25rem;line-height:1.5}.review-form-label-block{display:block;font-weight:600;margin-bottom:.5rem;color:var(--brand-navy)}.review-form-banner,.review-form-success{padding:1rem 1.15rem;border-radius:var(--radius-lg);background:var(--brand-sky-soft);border:1px solid var(--border);margin-bottom:1.25rem;line-height:1.55}.review-form-error{padding:.85rem 1rem;border-radius:var(--radius-lg);background:#b43c321a;border:1px solid rgba(180,60,50,.35);color:var(--text);margin-bottom:1rem}.review-form .cta-button{margin-top:.25rem}.reviews-page{padding:1.5rem 1rem 3rem;max-width:820px;margin:0 auto}.reviews-page-header{text-align:center;margin-bottom:1.75rem}.reviews-page-header h1{color:var(--brand-navy);margin-bottom:.35rem}.reviews-page-lead{margin:0;color:var(--muted);font-size:1.02rem}.reviews-page-loading,.reviews-page-empty{text-align:center;color:var(--muted);padding:2rem 1rem}.reviews-amazon-summary{display:grid;gap:1.5rem;margin-bottom:1.75rem;padding:1.35rem 1.25rem;text-align:left}@media(min-width:640px){.reviews-amazon-summary{grid-template-columns:200px 1fr;align-items:start}}.reviews-amazon-score{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.reviews-amazon-average{font-size:3rem;font-weight:800;line-height:1;color:var(--brand-navy);font-family:var(--font-heading)}.reviews-amazon-score-meta{display:flex;flex-direction:column;gap:.25rem}.reviews-amazon-count{font-size:.88rem;color:var(--muted)}.reviews-amazon-bars{display:flex;flex-direction:column;gap:.45rem}.reviews-amazon-bar-row{display:grid;grid-template-columns:4.5rem 1fr 2.25rem;align-items:center;gap:.65rem;font-size:.85rem}.reviews-amazon-bar-label{color:var(--muted)}.reviews-amazon-bar-track{height:10px;background:#1d2f5414;border-radius:999px;overflow:hidden}.reviews-amazon-bar-fill{height:100%;background:linear-gradient(90deg,var(--brand-gold),#e8c45c);border-radius:999px;min-width:0;transition:width .4s ease}.reviews-amazon-bar-pct{text-align:right;color:var(--muted);font-variant-numeric:tabular-nums}.reviews-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.reviews-toolbar-label{font-size:.9rem;font-weight:600;color:var(--muted)}.reviews-sort-toggle{display:flex;gap:.35rem}.reviews-sort-toggle button{padding:.4rem .85rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);font-size:.88rem;cursor:pointer;color:var(--text)}.reviews-sort-toggle button.active{border-color:var(--brand-navy);background:var(--brand-navy);color:#fff}.reviews-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.reviews-list-item{padding:1.15rem 1.2rem;text-align:left}.reviews-list-head{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.35rem}.reviews-list-title{font-size:1.05rem;margin:0;color:var(--brand-navy);font-weight:700}.reviews-list-meta{margin:0 0 .65rem;font-size:.88rem;color:var(--muted)}.reviews-list-author{font-weight:600;color:var(--text)}.reviews-list-sep{margin:0 .35rem}.reviews-list-body{margin:0;font-size:.95rem;line-height:1.55;color:var(--text);white-space:pre-wrap}.reviews-page-foot{text-align:center;margin-top:2.5rem;font-size:.95rem}.reviews-page-foot a{font-weight:600;color:var(--brand-royal)}.reviews-page-foot-sep{margin:0 .5rem;color:var(--muted)}.admin-reviews-card .section-sub strong{color:var(--brand-navy)}.admin-review-link-box{margin-bottom:1.75rem;padding:1rem;background:var(--brand-sky-soft);border-radius:var(--radius-lg);border:1px solid var(--border)}.admin-review-link-label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.5rem;color:var(--brand-navy)}.admin-review-link-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.65rem}.admin-review-link-input{flex:1;min-width:200px;font-size:.8rem}.admin-review-rotate{font-size:.85rem}.admin-reviews-subheading{font-size:1rem;margin:1.5rem 0 .75rem;color:var(--brand-navy)}.admin-review-list{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:1rem}.admin-review-list--muted .admin-review-item{opacity:.75}.admin-review-item{padding:1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.admin-review-item-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.admin-review-item-date{font-size:.85rem;color:var(--muted)}.admin-review-item-title{font-weight:700;margin:0 0 .35rem;color:var(--brand-navy)}.admin-review-item-body{margin:0 0 .35rem;font-size:.92rem;line-height:1.5;white-space:pre-wrap}.admin-review-item-author{margin:0 0 .75rem;font-size:.88rem;color:var(--muted)}.admin-review-item-actions{display:flex;flex-wrap:wrap;gap:.5rem}.admin-review-home-toggle{display:inline-flex;align-items:center;gap:.45rem;font-size:.88rem;font-weight:600;cursor:pointer;color:var(--text);margin-bottom:0}.site-footer{position:relative;z-index:2;margin-top:auto;padding:1.25rem 1rem 1.5rem;padding-bottom:max(1.5rem,env(safe-area-inset-bottom));border-top:3px solid var(--brand-gold);background:var(--brand-navy)}.footer-inner{max-width:900px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1rem;font-size:.875rem;color:#ffffffbf;text-align:center}.footer-links{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.footer-link{color:#ffffffe6;text-decoration:underline;text-underline-offset:2px}.footer-link:hover{color:#fff}.footer-link-disabled{color:#ffffff80;cursor:default}.footer-sep{opacity:.6}.address-autocomplete{position:relative}.address-autocomplete input{width:100%}.address-autocomplete-loading{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:var(--muted)}.address-autocomplete-list{position:absolute;left:0;right:0;top:100%;margin:0;padding:.25rem 0;list-style:none;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:20;max-height:240px;overflow-y:auto;-webkit-overflow-scrolling:touch}.address-autocomplete-item{padding:.5rem 1rem;cursor:pointer;font-size:.9rem;line-height:1.35;border-bottom:1px solid var(--border)}.address-autocomplete-item:last-child{border-bottom:none}.address-autocomplete-item:hover{background:var(--accent-light)}.estimate-beta{margin-bottom:1.25rem;padding:1.25rem;background:linear-gradient(135deg,#89cff040,#ffffffe6);border:1px solid var(--border)}.estimate-beta .badge{margin-bottom:.35rem}.estimate-beta-label{font-size:.85rem;color:var(--muted);margin:0 0 .25rem}.estimate-beta-price{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;margin:0 0 .25rem;color:var(--accent-dark)}.estimate-beta-addons{font-size:.85rem;color:var(--muted);margin:.25rem 0 0}.estimate-beta-disclaimer{font-size:.8rem;color:var(--muted);margin:0}.admin-page{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem 2rem;min-height:calc(100vh - 8rem)}.admin-login-card,.admin-setup-card{max-width:380px;margin:0 auto}.admin-setup-card{max-width:520px}.admin-setup-card p{margin-bottom:.75rem}.admin-setup-steps{font-size:.95rem;color:var(--muted);margin-top:.5rem}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;flex-wrap:wrap;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.admin-header h1{margin:0;font-size:1.5rem;color:var(--accent-dark)}.admin-tabs{display:flex;gap:.35rem;margin-bottom:1.25rem;flex-wrap:wrap}.admin-tabs button{background:var(--surface);color:var(--brand-navy);border:1px solid var(--border);padding:.5rem 1rem;font-size:.9rem}.admin-tabs button:hover{background:var(--brand-sky-soft);border-color:var(--brand-royal);color:var(--brand-navy)}.admin-tabs button.active{background:var(--brand-navy);color:var(--brand-gold);border-color:var(--brand-navy)}.admin-card{margin-bottom:0;padding:1.5rem;background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow)}.admin-list{list-style:none;margin:0;padding:0}.admin-list-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 0;border-bottom:1px solid var(--border);font-size:.95rem;flex-wrap:wrap}.admin-list-item:last-child{border-bottom:none}.admin-list-item-main{flex:1;min-width:0}.admin-list-edit{flex-shrink:0;padding:.4rem .85rem;font-size:.85rem;background:var(--brand-gold);color:var(--on-accent);border:1px solid var(--brand-navy);border-radius:var(--radius)}.admin-list-edit:hover{background:var(--brand-gold-hover)}.admin-list-remove{padding:.4rem .75rem;font-size:.85rem;background:transparent;color:var(--muted);border:1px solid var(--border)}.admin-list-remove:hover{color:#dc2626;border-color:#dc2626}.admin-booking-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.admin-booking-card{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .15s ease}.admin-booking-card:hover{border-color:var(--accent-light)}.admin-booking-card-main{flex:1;min-width:0}.admin-booking-card-head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:.35rem}.admin-booking-date{font-weight:600;font-size:1rem;color:var(--text)}.admin-booking-time{font-size:.95rem;color:var(--text)}.admin-booking-status{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:.2rem .5rem;border-radius:999px;background:var(--muted-bg);color:var(--muted)}.admin-booking-status--scheduled{background:#e0f2fe;color:#0369a1}.admin-booking-status--completed{background:#dcfce7;color:#15803d}.admin-booking-status--cancelled{background:#fee2e2;color:#b91c1c}.admin-booking-address{margin:0 0 .4rem;font-size:.95rem;color:var(--text);line-height:1.4}.admin-booking-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .75rem;font-size:.9rem;color:var(--muted)}.admin-booking-phone{color:var(--accent);text-decoration:none}.admin-booking-phone:hover{text-decoration:underline}.admin-booking-email{color:var(--brand-royal);text-decoration:none;font-size:.88rem}.admin-booking-email:hover{text-decoration:underline}.admin-bookings-hint{margin:-.25rem 0 1rem!important;font-size:.88rem}.admin-bookings-past-title{margin:1.75rem 0 .35rem;font-size:1.05rem;color:var(--brand-navy)}.admin-booking-details{color:var(--muted)}.admin-booking-price{margin:.35rem 0 0;font-size:.9rem;font-weight:500;color:var(--text)}.admin-booking-actions{flex-shrink:0;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.admin-booking-btn{padding:.4rem .85rem;font-size:.85rem;border:none;border-radius:var(--radius);font-weight:500;cursor:pointer}.admin-booking-btn--complete{background:#15803d;color:#fff}.admin-booking-btn--complete:hover{background:#166534}.admin-booking-btn--cancel{background:transparent;color:#b91c1c;border:1px solid #b91c1c}.admin-booking-btn--cancel:hover{background:#fef2f2}.admin-booking-card .admin-list-edit{align-self:center}.admin-blacklist-modes{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.admin-blacklist-modes button{padding:.5rem 1rem;font-size:.9rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text)}.admin-blacklist-modes button:hover{border-color:var(--accent-light);color:var(--accent-dark)}.admin-blacklist-modes button.active{background:var(--brand-navy);border-color:var(--brand-navy);color:var(--brand-gold)}.admin-blacklist-weekdays{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.admin-blacklist-weekday-label{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;font-weight:400}.admin-blacklist-weekday-label input{width:auto}.admin-blacklist-time-range{display:flex;flex-wrap:wrap;gap:.75rem}.admin-blacklist-time-range .form-group{flex:1;min-width:120px}.admin-blacklist-time-range select{width:100%;padding:.5rem}.admin-blacklist-form{margin-bottom:1.5rem}.admin-blacklist-submit:disabled{opacity:.7;cursor:not-allowed}.admin-blacklist-manage{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.admin-blacklist-manage-title{font-size:1.1rem;margin:0 0 1rem}.admin-blacklist-filter{margin-bottom:.5rem}.admin-blacklist-filter .form-group{margin-bottom:0}.admin-blacklist-clear-filter{align-self:flex-end;padding:.5rem .75rem;font-size:.9rem;background:transparent;border:1px solid var(--border);border-radius:var(--radius);color:var(--muted)}.admin-blacklist-clear-filter:hover{color:var(--text)}.admin-blacklist-count{font-size:.9rem;color:var(--muted);margin:0 0 1rem}.admin-blacklist-bulk-remove{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem}.admin-blacklist-bulk-label{font-size:.9rem;color:var(--muted)}.admin-blacklist-bulk-remove input{padding:.4rem .5rem}.admin-blacklist-bulk-btn{padding:.4rem .85rem;font-size:.9rem;background:#dc2626;color:#fff;border:none;border-radius:var(--radius)}.admin-blacklist-bulk-btn:hover:not(:disabled){background:#b91c1c}.admin-blacklist-bulk-btn:disabled{opacity:.5;cursor:not-allowed}.admin-blacklist-selection{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.admin-blacklist-select-all,.admin-blacklist-remove-selected{padding:.4rem .75rem;font-size:.9rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text)}.admin-blacklist-remove-selected{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.admin-blacklist-remove-selected:hover{background:#fee2e2}.admin-blacklist-list .admin-list-item{display:flex;align-items:center;gap:.75rem}.admin-blacklist-list--groups .admin-blacklist-group-summary{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem}.admin-blacklist-group-dates{font-weight:500;color:var(--text)}.admin-blacklist-group-time{color:var(--muted);font-size:.95rem}.admin-blacklist-group-note{color:var(--muted);font-size:.95rem;font-style:italic}.admin-blacklist-group-count{font-size:.9rem;color:var(--muted)}.admin-blacklist-checkbox{flex-shrink:0;display:inline-flex;align-items:center;cursor:pointer}.admin-blacklist-checkbox input{position:absolute;opacity:0;width:0;height:0}.admin-blacklist-checkbox-visual{width:1.1rem;height:1.1rem;border:2px solid var(--border);border-radius:3px;background:var(--surface)}.admin-blacklist-checkbox input:checked+.admin-blacklist-checkbox-visual{background:var(--accent);border-color:var(--accent)}.admin-blacklist-checkbox input:focus-visible+.admin-blacklist-checkbox-visual{outline:2px solid var(--accent);outline-offset:2px}.admin-blacklist-item .admin-list-item-main{flex:1;min-width:0}.admin-blacklist-item-actions{display:flex;gap:.5rem;flex-shrink:0}.admin-blacklist-item--editing .admin-blacklist-edit-form{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;width:100%}.admin-blacklist-edit-form input[type=date],.admin-blacklist-edit-form input[type=text]{padding:.4rem .5rem}.admin-blacklist-edit-actions{display:flex;gap:.5rem}.admin-blacklist-edit-actions button{padding:.4rem .75rem;font-size:.9rem}.admin-blacklist-edit-actions button[type=submit]{background:var(--brand-gold);color:var(--on-accent);border:1px solid var(--brand-navy);border-radius:var(--radius)}.admin-blacklist-empty{margin-top:.5rem}.form-error{color:#dc2626;font-size:.9rem;margin-bottom:.75rem}.form-success{color:var(--accent-hover);font-size:.9rem;margin-bottom:.75rem}.muted{color:var(--muted)}.admin-settings-divider{font-weight:600;margin:1.5rem 0 .75rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.95rem}.admin-calendar-card{overflow:visible;padding:1.5rem}.admin-calendar{width:100%;max-width:720px;margin:0 auto}.admin-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.admin-cal-month{margin:0;font-size:1.25rem;font-weight:600;color:var(--accent-dark)}.admin-cal-nav{min-width:44px;min-height:44px;padding:.5rem;background:var(--surface);color:var(--brand-navy);border:1px solid var(--border);border-radius:var(--radius)}.admin-cal-nav:hover{background:var(--brand-sky-soft);border-color:var(--brand-royal);color:var(--brand-navy)}.admin-cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:6px;font-size:.75rem;font-weight:600;color:var(--muted);text-align:center}.admin-cal-row{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:4px}.admin-cal-day{aspect-ratio:1;max-width:64px;min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:.95rem;font-weight:500;background:var(--surface);color:#334155;border:1px solid var(--border);border-radius:var(--radius);padding:6px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.admin-cal-day:hover{background:var(--accent-light);border-color:var(--accent);color:var(--accent-hover)}.admin-cal-day--other{color:#cbd5e1;background:#f8fafc}.admin-cal-day--other:hover{color:#94a3b8;background:#f1f5f9}.admin-cal-day--selected{background:var(--brand-navy);border-color:var(--brand-navy);color:var(--brand-gold)}.admin-cal-day--selected:hover{background:var(--brand-navy-mid);border-color:var(--brand-navy-mid);color:var(--brand-gold)}.admin-cal-day-num{line-height:1}.admin-cal-day-badge{font-size:.7rem;font-weight:700;min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;background:var(--brand-navy);color:var(--brand-gold);border-radius:10px}.admin-cal-day--selected .admin-cal-day-badge{background:var(--brand-gold);color:var(--brand-navy)}.admin-cal-day-detail{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.admin-cal-day-title{font-weight:600;margin:0 0 .75rem;font-size:1.05rem;color:var(--accent-dark)}.admin-cal-booking-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.admin-cal-booking-list li{margin:0}.admin-cal-booking-btn{width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.85rem 1rem;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;cursor:pointer;transition:background .15s,border-color .15s}.admin-cal-booking-btn:hover{background:var(--accent-light);border-color:var(--accent)}.admin-cal-booking-time{font-weight:600;min-width:4.5rem;color:var(--accent-hover)}.admin-cal-booking-addr{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-cal-booking-btn--muted{opacity:.8}.admin-cal-booking-status{font-size:.75rem;text-transform:uppercase;font-weight:600;color:var(--muted)}@media(max-width:640px){.admin-page,.admin-calendar-card{padding:1rem}.admin-cal-day{max-width:none;min-height:48px;font-size:.85rem}}.modal-overlay{position:fixed;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--surface);border-radius:var(--radius-lg);box-shadow:0 24px 48px #00000026;max-width:420px;width:100%;max-height:90vh;overflow:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.modal-header h2{margin:0;font-size:1.25rem}.modal-close{width:36px;height:36px;padding:0;font-size:1.5rem;line-height:1;background:transparent;color:var(--muted);min-height:0}.modal-close:hover{color:#0f172a;background:var(--border)}.modal-body{padding:1.5rem}.modal-footer{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid var(--border)}.booking-detail-date{font-weight:600;margin:0 0 .5rem}.booking-detail-address,.booking-detail-phone,.booking-detail-email,.booking-detail-meta,.booking-detail-price{margin:0 0 .5rem;color:var(--muted);font-size:.95rem}.booking-detail-address{color:#334155}.booking-detail-phone a,.booking-detail-email a{color:var(--accent)}.booking-detail-review-email{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin:.75rem 0 .5rem}.booking-detail-review-feedback{font-size:.88rem;color:var(--muted)}.booking-detail-status{margin-top:1.25rem;margin-bottom:0}.booking-detail-delete{margin-left:auto;background:transparent;color:#dc2626}.booking-detail-delete:hover{background:#fef2f2;color:#b91c1c}@media(min-width:640px){.schedule-form{flex-direction:row;align-items:flex-start;gap:1.5rem}.schedule-form-calendar{flex:0 0 320px}.schedule-form-fields{flex:1;min-width:0}}
