html, body { height:100%; }
/* Fluid type scale & spacing variables */
:root {
    --font-base: clamp(14px, 0.9rem + 0.25vw, 18px);
    --font-sm: clamp(.7rem, .65rem + .25vw, .85rem);
    --font-md: clamp(.9rem, .85rem + .35vw, 1.05rem);
    --font-lg: clamp(1.25rem, 1.1rem + 1vw, 2rem);
    --font-xl: clamp(1.8rem, 1.4rem + 2.2vw, 3rem);
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --gold1: #caa64a; --gold2: #b7891e; --gold3: #f2e3a7;
    --max-content: 1100px;
}
/* Theme tokens */
:root.theme-light { --bg: #f8f8f8; --text: #111; --muted: #444; --surface:#ffffff; --panel:#fafafa; --border:#ececec; }
:root.theme-dark { --bg: #0f0f0f; --text: #f0f0f0; --muted: #cfcfcf; --surface:#151515; --panel:#1a1a1a; --border:#2a2a2a; }
body { background: var(--bg, #f8f8f8); color: var(--text, #111); }
body {
    font-family: Arial, sans-serif;
    font-size: var(--font-base);
    background: var(--bg, #f8f8f8);
    margin: 0;
    padding: 0;
    display:flex;
    flex-direction:column;
    min-height:100vh;
    -webkit-text-size-adjust: 100%;
}
h1:focus-visible, h2:focus-visible, a:focus-visible, button:focus-visible, .tile:focus-visible { outline:2px solid #111; outline-offset:3px; }
@media (prefers-color-scheme: dark){
    h1:focus-visible, h2:focus-visible, a:focus-visible, button:focus-visible, .tile:focus-visible { outline-color:#fff; }
}
h1, h2, h3, h4 { line-height:1.15; font-weight:700; letter-spacing:.4px; }
h1 { font-size: var(--font-xl); }
h2 { font-size: var(--font-lg); }
h3 { font-size: clamp(1.05rem, .95rem + .5vw, 1.5rem); }

h1:focus-visible, h2:focus-visible, a:focus-visible, button:focus-visible, .tile:focus-visible { outline:2px solid #111; outline-offset:3px; }
@media (max-width:520px){
    h1 { letter-spacing:.2px; }
}
/* Prevent layout from causing horizontal scroll */
*, *:before, *:after { box-sizing: border-box; }
html { overflow-x:hidden; }
body { overflow-x:hidden; }
img, video { max-width:100%; height:auto; }

/* Ensure nav flexible; no forced width on desktop */
@media (max-width:780px){ .topnav nav { width:100%; } }
header {
    background: linear-gradient(180deg, var(--gold1) 0%, #111 100%);
    color: #111;
    padding: 2rem 1rem;
    text-align: center;
}
/* New separated site header */
.site-header { background:linear-gradient(180deg, var(--gold1) 0%, #111 100%); color:#111; padding: 1.25rem 0; }
.site-header .topnav { max-width:1100px; margin:0 auto; padding:0 1.5rem; min-height: 72px; }
.site-header .topnav .brand a { font-size: 1.25rem; }
.site-header .topnav nav a { font-size: 1.05rem; letter-spacing: .2px; }
.site-header .brand { display:flex; flex-direction:column; gap:2px; }
.site-header .brand .motto { color:#333; font-size:.9rem; letter-spacing:.3px; line-height:1.2; }
.theme-dark .site-header .brand .motto { color:#bbb; }
/* Top navigation (shared) */
.topnav { display: flex; justify-content: space-between; align-items: center; max-width: 1000px; margin: 0 auto; gap: 1rem; }
.topnav .brand a { color: #111; text-decoration: none; font-weight: 700; letter-spacing: 0.4px; }
.topnav nav { display: flex; gap: 1rem; }
.topnav nav a { color: #111; text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.topnav nav a[aria-current="page"], .topnav nav a:hover { color: #000; }
.site-header .topnav nav { gap: 1.2rem; }

/* Dark theme header/link colors */
.theme-dark .topnav .brand a { color: #fff; }
.theme-dark .topnav nav a { color: #eee; }
.theme-dark .topnav nav a[aria-current="page"], .theme-dark .topnav nav a:hover { color: #fff; }
.theme-dark .nav-toggle { color:#fff; border-color: rgba(255,255,255,.5); }

/* Settings button alignment when placed inside the nav */
.topnav nav .settings-btn { 
    border: none; 
    background: transparent; 
    color: inherit; 
    padding: 0; 
    width: auto; 
    height: auto; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
}
.topnav nav .settings-btn svg { width: 18px; height: 18px; vertical-align: middle; }
.topnav nav .settings-btn:hover { background: transparent; opacity: .85; }
.topnav.over-hero nav .settings-btn { color: #eee; }
.topnav.over-hero nav .settings-btn:hover { color: #fff; opacity: 1; }

/* Settings button and menu */
.settings-btn { background: transparent; border:1px solid rgba(0,0,0,.4); color:#111; padding:.4rem .5rem; border-radius:8px; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; }
.settings-btn svg { width:18px; height:18px; fill: currentColor; }
.settings-btn:hover { background:#ffffff75; }
.theme-dark .settings-btn { border-color: rgba(255,255,255,.5); color:#fff; }
.theme-dark .settings-btn:hover { background:rgba(255,255,255,.12); }
.settings-menu { position: absolute; min-width:160px; background:var(--surface,#fff); color:var(--text,#111); border:1px solid var(--border, rgba(0,0,0,.15)); border-radius:10px; box-shadow:0 8px 24px rgba(0,0,0,.2); padding:.4rem; z-index:60; }
.theme-dark .settings-menu { background:var(--surface); color:var(--text); border-color: var(--border); }
.settings-menu .theme-opt { width:100%; text-align:left; background:transparent; border:none; padding:.5rem .6rem; border-radius:8px; cursor:pointer; color:inherit; font-weight:600; }
.settings-menu .theme-opt:hover { background:rgba(0,0,0,.06); }
.theme-dark .settings-menu .theme-opt:hover { background:rgba(255,255,255,.08); }

/* Mobile nav */
.nav-toggle { display:none; background:transparent; border:1px solid #333; color:#111; padding:.55rem .7rem; border-radius:8px; cursor:pointer; font-weight:600; font-size:.85rem; letter-spacing:.5px; }
.nav-toggle:focus-visible { outline:2px solid #fff; outline-offset:2px; }
@media (max-width: 780px){
    .topnav { position:relative; align-items:center; }
    .nav-toggle { display:inline-block; }
    .topnav nav { position:absolute; top:100%; left:0; right:0; display:flex; flex-direction:column; align-items:flex-start; background:linear-gradient(180deg, var(--gold1) 0%, #111 100%); border-bottom-left-radius:12px; border-bottom-right-radius:12px; box-shadow:0 8px 24px -6px rgba(0,0,0,.55); max-height:0; padding:0 1rem; overflow:hidden; opacity:0; visibility:hidden; pointer-events:none; transition:max-height .35s ease, opacity .25s ease; z-index:50; }
    .topnav nav.open { max-height:420px; padding:.75rem 1rem 1rem; opacity:1; visibility:visible; pointer-events:auto; }
    .topnav nav a { width:100%; padding:.55rem 0; font-size:.9rem; }
    .topnav nav .settings-btn { width:100%; padding:.55rem 0; justify-content:flex-start; }
}
.home-header { background: linear-gradient(180deg, var(--gold1) 0%, #111 100%); color: #111; padding: 0; }
.hero-bleed { margin-top: -1px; }
.hero-bleed { position: relative; height: 90vh; min-height: 520px; display: grid; background:#111; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center center; background:#111; filter: saturate(1.05) contrast(1.05); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, #111, rgba(0,0,0,.35) 38%, rgba(0,0,0,.65)); }
.topnav.over-hero { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.25rem; max-width: 1100px; margin: 0 auto; }
.topnav.over-hero .brand a { color: #fff; text-decoration: none; font-weight: 800; letter-spacing: .5px; }
.topnav.over-hero nav a { color: #eee; text-decoration: none; margin-left: 1rem; font-weight: 600; }
.topnav.over-hero nav a[aria-current="page"], .topnav.over-hero nav a:hover { color: #fff; }
.hero-center { position: relative; z-index: 2; display: grid; place-items: center; text-align: center; padding: 1rem; }
.hero-center h1 { font-size: 2.4rem; line-height: 1.12; margin: 0 0 .6rem; }
.hero-center p { color: #e7e7e7; margin: 0 0 1.1rem; font-size: 1.05rem; }
.theme-light #hero .hero-center h1 { color:#fff; }
.hero-actions { display: inline-flex; gap: .8rem; flex-wrap: wrap; }
.btn { display: inline-block; background: #fff; color: #111; padding: .7rem 1.1rem; border-radius: 8px; text-decoration: none; font-weight: 800; letter-spacing: .2px; }
.btn.outline { background: transparent; color: #fff; border: 2px solid #fff; }
.sample-strip { display:grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 14px; max-width: 1100px; margin: 0 auto; padding: 0; }
.tile { position:relative; overflow:hidden; border-radius: 14px; box-shadow: 0 14px 32px rgba(0,0,0,0.18); border:3px solid #caa64a; background: var(--surface); }
/* Subtle gold gradient frame */
.tile:before { content:""; position:absolute; inset:0; pointer-events:none; border-radius:inherit; padding:0; background:linear-gradient(145deg,#e8d08b,#c79a26,#f2e3a7); mix-blend-mode:normal; opacity:.85; }
.tile:after { content:""; position:absolute; inset:2px; border-radius:12px; background:var(--surface); z-index:0; }
.tile img { position:relative; z-index:1; }
/* Full image, no black frame */
.tile img { width:100%; height:260px; object-fit:cover; display:block; background:transparent; transition: transform .45s ease, filter .45s ease; will-change: transform; }
.tile .overlay { display:none !important; }
.tile:hover .overlay, .tile:focus-within .overlay { opacity:1; transform: translateY(0); }
.tile:focus-visible { outline: 2px solid #111; outline-offset: 2px; }

/* Entrance reveal */
.reveal { opacity:0; transform: translateY(10px); animation: revealUp .6s ease forwards; }
.reveal:nth-child(1){ animation-delay:.05s; }
.reveal:nth-child(2){ animation-delay:.12s; }
.reveal:nth-child(3){ animation-delay:.18s; }
.reveal:nth-child(4){ animation-delay:.24s; }
.reveal:nth-child(5){ animation-delay:.30s; }
.reveal:nth-child(6){ animation-delay:.36s; }
@keyframes revealUp { to { opacity:1; transform: translateY(0); } }
.samples { margin: 3rem auto 2.5rem; padding: 0 1.25rem; max-width: 1100px; }
.samples .section-title { margin: 0 0 .75rem; font-size: 1.25rem; color: var(--text); text-align: center; }
.samples .gallery-sub { text-align:center; color:var(--muted); margin:.75rem 0 0; font-size:.95rem; }
.gallery-pager { display:flex; align-items:center; justify-content:center; gap:.5rem; flex-wrap:wrap; margin: 1.5rem 0 2.5rem; font-size:.8rem; }
.gallery-pager .gp-btn { background:linear-gradient(145deg,#caa64a,#b7891e); color:#fff; border:1px solid #b7891e; padding:.5rem .75rem; font-size:.7rem; letter-spacing:.4px; font-weight:600; border-radius:6px; cursor:pointer; box-shadow:0 2px 4px rgba(0,0,0,.18); transition: background .25s, transform .2s, box-shadow .25s; }
.gallery-pager .gp-btn:hover:not(:disabled) { background:linear-gradient(145deg,#ddb960,#c59421); transform:translateY(-1px); box-shadow:0 4px 10px rgba(0,0,0,.25); }
.gallery-pager .gp-btn:active:not(:disabled) { transform:translateY(0); box-shadow:0 2px 4px rgba(0,0,0,.18); }
.gallery-pager .gp-btn:disabled { opacity:.45; cursor:not-allowed; filter:grayscale(.3); }
.gallery-pager .gp-btn.num { min-width:34px; padding:.48rem .55rem; }
.gallery-pager .gp-btn.num.active { background:#111; border-color:#111; box-shadow:0 0 0 1px #000 inset, 0 2px 6px rgba(0,0,0,.4); cursor:default; }
.gallery-pager .gp-pages { display:flex; align-items:center; gap:.35rem; }
.gallery-pager .gp-ell { padding:.3rem .4rem; color:#777; font-size:.85rem; letter-spacing:.5px; }
.about, .team { background:var(--surface); border:1px solid var(--border); border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); padding: 1.25rem; margin: 2rem auto; max-width: 1000px; }
.about .section-title, .team .section-title { text-align:left; }
.about-rotating { color:var(--muted); font-weight:700; letter-spacing:.4px; margin:.2rem 0 1rem; }
.about-stats { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin-top: 1rem; }
.stat { background:var(--panel); border:1px solid var(--border); border-radius:10px; padding: .9rem; text-align:center; box-shadow: 0 2px 6px rgba(0,0,0,0.04); }
.stat .num { font-size:1.6rem; font-weight:800; letter-spacing:.4px; }
.stat .suffix { margin-left: 3px; font-weight:800; }
.stat .label { color:var(--muted); font-size:.9rem; margin-top:.2rem; }
.about-more summary { cursor: pointer; font-weight:700; }
@media (max-width: 720px){
    .about-stats { grid-template-columns: 1fr; }
}
@media (max-width:820px){
    .about, .team, .contact { margin:1.6rem auto; }
}
@media (max-width:640px){
    .about, .team, .contact { padding:1rem 1rem 1.1rem; }
    .about .section-title, .team .section-title { font-size: clamp(1.1rem, 1rem + .8vw, 1.4rem); }
    .about-stats { gap:.75rem; }
    .stat { padding:.75rem .6rem; }
    .stat .num { font-size: clamp(1.25rem, 1.1rem + 1.2vw, 1.5rem); }
    .team-grid { gap:.75rem; }
    .member { padding:.85rem .8rem; }
    .member .avatar { width:100px; height:100px; }
    .member h3 { font-size:.95rem; }
    .member .bio { font-size:.8rem; }
}
@media (max-width:480px){
    .member .bio { line-height:1.35; }
    .about-rotating { font-size:.8rem; }
}
.team-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 1rem; margin-top: .75rem; }
.member { background: var(--panel); border: 1px solid var(--border); border-radius: 10px; padding: 1rem; text-align:center; box-shadow: 0 2px 6px rgba(0,0,0,0.04); }
.member .avatar { width: 120px; height: 120px; margin: 0 auto .6rem; border-radius: 50%; overflow: hidden; box-shadow: 0 6px 16px rgba(0,0,0,0.15); }
.member .avatar img { width: 100%; height: 100%; object-fit: cover; }
.member h3 { margin:.25rem 0 .1rem; font-size: 1rem; }
.member .role { color:var(--muted); font-size:.9rem; margin:0 0 .35rem; }
.member .bio { color:var(--muted); font-size:.9rem; line-height:1.4; }
.team-grid .member .bio { text-align: left; }
.contact-ctas { display:flex; gap:.6rem; margin-top: .75rem; }
@media (max-width: 800px){
    .hero-bleed { height: 72vh; }
    .hero-center h1 { font-size: 1.9rem; }
    /* Mobile adjustments: allow natural height up to 200px */
    .tile img { height: 200px; }
    .sample-strip img { height: 190px; }
}
@media (max-width:640px){
    .sample-strip { grid-template-columns: repeat(auto-fit, minmax(170px,1fr)); gap:10px; }
    .tile { border-radius:12px; }
    .tile img { height:180px; }
}
@media (max-width:480px){
    .sample-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .tile img { height:150px; }
}
@media (max-width:370px){
    .sample-strip { grid-template-columns: 1fr 1fr; }
    .tile img { height:140px; }
}
@media (max-width:620px){
    .hero-bleed { height: 64vh; min-height:460px; }
    .hero-center h1 { font-size: clamp(1.55rem, 1.25rem + 2.2vw, 2rem); }
    .hero-center p { font-size: .95rem; }
    .hero-actions .btn { padding:.65rem .95rem; font-size:.8rem; }
}
@media (max-width:430px){
    .hero-bleed { height:auto; min-height:unset; padding:3.5rem 0 2.5rem; }
    .hero-center { padding: 2.2rem 1rem 1.2rem; }
    .hero-center h1 { margin-bottom:.5rem; }
    .hero-actions { justify-content:center; }
}
@media (prefers-reduced-motion: reduce){
    .sample-strip img { transition: none; }
    .sample-strip img:hover, .sample-strip img:focus-visible { transform: none; }
}
.btn { display: inline-block; background: #fff; color: #111; padding: .6rem 1rem; border-radius: 6px; text-decoration: none; font-weight: 700; }
.btn.outline { background: transparent; color: #fff; border: 2px solid #fff; }
.home-main { max-width: 1000px; margin: 0 auto; padding: 2rem 1rem; }
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin-bottom: 2rem; }
.feature { background: var(--surface); border:1px solid var(--border); border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); padding: 1.25rem; }
.contact { background: var(--surface); border:1px solid var(--border); border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); padding: 1.25rem; }
main {
    max-width: 700px;
    margin: 2rem auto;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 2rem;
}
#review-form {
    margin-bottom: 2rem;
}
form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
input, textarea, select {
    padding: 0.7rem;
    border: 1px solid var(--border, #ccc);
    border-radius: 4px;
    font-size: 1rem;
    background: var(--surface, #fff);
    color: var(--text, #111);
}
button {
    background: #222;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.2s;
}
button:hover { background: #444; }
#reviews-list {
    margin-top: 1rem;
}
.review {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1rem;
}
.review .name {
    font-weight: bold;
}
.review .rating {
    color: #e6b800;
    font-size: 1.1rem;
}

.review .timestamp {
    font-size: 0.8rem;
    color: var(--text);
    margin-top: 0.5rem;
    letter-spacing: 0.4px;
    font-family: "Courier New", monospace;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(135deg,#e0e0e0,#c7c7c7);
    padding: 3px 8px 3px 6px;
    border-radius: 12px;
    box-shadow: inset 0 1px 0 #ffffff80, 0 1px 2px rgba(0,0,0,0.15);
    border: 1px solid #b3b3b3;
}
.review .timestamp:before {
    content: "🕒";
    font-size: 0.85rem;
    opacity: 0.85;
}

/* Required field asterisk indicator */
.field-label {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    letter-spacing: .4px;
}
.field-label .req {
    color: #d40000;
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 1;
    position: relative;
    top: -1px;
}

/* Footer */
#site-footer {
    background: linear-gradient(180deg, var(--gold1) 0%, #111 100%);
    color: #ccc;
    text-align: center;
    padding: 1.2rem 1rem;
    font-size: 0.85rem;
    margin-top: 3rem; /* space above footer */
    width:100%;
}
#site-footer { margin-top: auto; }

/* Ensure any main/content wrappers can grow to push footer down */
main, .home-main, .booking-wrap { flex:0 0 auto; }
#site-footer p { margin: 0; letter-spacing: .5px; }
#site-footer p span { color: #fff; }
/* Footer social links */
#site-footer .footer-inner { display:flex; flex-direction:column; gap:.55rem; align-items:center; position:relative; }
#site-footer .footer-left { color:#111; font-weight:700; letter-spacing:.4px; background:#ffffff66; padding:.2rem .5rem; border-radius:6px; display:flex; align-items:center; justify-content:center; gap:6px; text-align:center; margin:.25rem auto 0; }
#site-footer .footer-left .yt-icon { width:16px; height:16px; fill:#FF0000; display:inline-block; }
#site-footer .footer-left a { color:#cc0000; text-decoration:none; font-weight:800; }
#site-footer .footer-left a:hover { text-decoration:underline; color:#ff0000; }
#site-footer .footer-social { font-size:.7rem; letter-spacing:.5px; display:flex; flex-wrap:wrap; gap:.45rem; justify-content:center; }
#site-footer .footer-social a { color:#eee; text-decoration:none; font-weight:600; padding:.25rem .55rem .25rem .45rem; border-radius:6px; background:#1f1f1f; transition:background .25s,color .25s, transform .25s; display:inline-flex; align-items:center; gap:.4rem; line-height:1; }
#site-footer .footer-social a svg { width:14px; height:14px; display:block; fill:currentColor; }
#site-footer .footer-social a:hover { background:#caa64a; color:#111; transform:translateY(-2px); }
#site-footer .footer-social .sep { color:#555; padding:0 .1rem; }
@media (max-width:520px){ #site-footer .footer-social { font-size:.65rem; } }
/* Brand-specific colors */
#site-footer .footer-social a.social-tiktok { background:#010101; }
#site-footer .footer-social a.social-facebook { background:#1877F2; }
#site-footer .footer-social a.social-youtube { background:#FF0000; }
#site-footer .footer-social a.social-tiktok:hover { background:linear-gradient(135deg,#25F4EE,#FE2C55); color:#111; }
#site-footer .footer-social a.social-facebook:hover { background:#145dbf; }
#site-footer .footer-social a.social-youtube:hover { background:#cc0000; }

/* Mobile footer layout: avoid overlap between courtesy badge and text */
@media (max-width: 520px){
    #site-footer { padding-top: 2.2rem; }
    #site-footer .footer-inner { gap:.7rem; }
    #site-footer .footer-left { position: static; align-self: center; margin-bottom: .25rem; }
}

/* Pagination */
#pagination { margin-top: 1.5rem; display: flex; justify-content: center; }
#pagination .pager { display: flex; align-items: center; gap: .75rem; }
#pagination .pager button {
    background: #222;
    color: #fff;
    border: none;
    padding: 0.45rem 0.9rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    min-width: 60px;
    transition: background .2s, opacity .2s;
}
#pagination .pager button:hover:not(:disabled) { background: #444; }
#pagination .pager button:disabled { opacity: .45; cursor: not-allowed; }
#pagination .pager-info { font-size: 0.8rem; color: var(--muted); letter-spacing: .5px; }

/* Privacy note */
.privacy-note {
    font-size: 0.7rem;
    color: var(--muted);
    background: var(--panel);
    padding: 0.5rem 0.75rem;
    border-left: 3px solid #d40000;
    border-radius: 4px;
    line-height: 1.2;
    margin-top: 0.25rem;
    font-style: italic;
}

/* Booking page */
.booking-wrap { max-width: 1100px; margin: 2rem auto; padding: 0 1.25rem; }
.booking-wrap.booking-wrap, main.booking-wrap { /* ensure outer main on booking page has no extra frame */
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0; /* remove outer padding; card handles spacing */
}
.card { background:var(--surface); border:1px solid var(--border); border-radius: 12px; box-shadow:0 8px 30px rgba(0,0,0,.08); padding: 1.5rem; }
.booking-card { border: 1px solid var(--border); }
.card-title { margin: 0 0 .25rem; font-size: 1.6rem; }
.card-sub { margin: 0 0 1rem; color:var(--muted); }
.alert { min-height: 1.1rem; margin-bottom: .5rem; }
.booking-card #booking-status {
    text-align: center;
    margin-top: .25rem;
    /* Center the grid item under the button */
    justify-self: center;
    /* Shrink to content so centering is obvious */
    width: fit-content;
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-grid .field { display:flex; flex-direction:column; gap:.35rem; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid label { font-weight:600; font-size:.95rem; }
.form-grid input, .form-grid select, .form-grid textarea { padding:.7rem .8rem; border:1px solid var(--border, #cfd3d8); border-radius:8px; font-size:1rem; background: var(--surface); color: var(--text); }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline:none; border-color:#caa64a; box-shadow:0 0 0 3px rgba(202,166,74,.25); }
.form-grid .help { font-size:.75rem; color:var(--muted); text-align:right; }
.actions { display:flex; justify-content:flex-end; align-items:center; gap:.5rem; }
.booking-card .actions { justify-content: center; flex-direction: column; }
.actions button { background:#111; color:#fff; border:none; padding:.8rem 1.25rem; border-radius:8px; font-weight:700; cursor:pointer; }
.actions button:hover { background:#333; }
.hidden { display:none; }
@media (max-width: 720px){
    .form-grid { grid-template-columns: 1fr; }
}
@media (max-width:640px){
    .card { padding:1.15rem 1rem 1.25rem; }
    .card-title { font-size: clamp(1.3rem, 1.1rem + 1vw, 1.6rem); }
    .form-grid { gap:.85rem; }
    .form-grid input, .form-grid select, .form-grid textarea { font-size:.95rem; }
}
@media (max-width:420px){
    .card { padding:1rem .85rem 1.1rem; border-radius:10px; }
    .actions { flex-direction:column; }
    .actions button { width:100%; }
}

/* Hero slideshow */
.hero-slides { position:absolute; inset:0; overflow:hidden; }
.hero-slides .slide { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; object-position:center center; background:#000; opacity:0; transition: opacity 800ms ease; filter: saturate(1.05) contrast(1.05); }
.hero-slides .slide.active { opacity:1; }
.hero-dots { position:absolute; z-index:3; bottom:18px; left:50%; transform:translateX(-50%); display:flex; gap:8px; }
.hero-dots .dot { width:9px; height:9px; border-radius:50%; background:#ffffff70; border:1px solid #ffffffb5; cursor:pointer; padding:0; }
.hero-dots .dot.active { background:#fff; }
#hero.is-slideshow .hero-bg { display:none; }
@media (prefers-reduced-motion: reduce){
    .hero-slides .slide { transition:none; }
}

    /* Lightbox */
    .lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.9); display: none; align-items: center; justify-content: center; z-index: 1000; padding: 2rem; }
    .lightbox.open { display: flex; }
    .lightbox .lb-figure { margin: 0; max-width: min(92vw, 1200px); max-height: 86vh; display: flex; flex-direction: column; align-items: center; gap: .5rem; }
    .lightbox #lb-image { max-width: 100%; max-height: 80vh; object-fit: contain; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
    .lightbox #lb-caption { color: #eee; font-size: .95rem; text-align: center; }
    .lightbox .lb-close { position: absolute; top: 14px; right: 14px; background: transparent; color: #fff; border: none; font-size: 2rem; cursor: pointer; padding: .25rem .5rem; }
    .lightbox .lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.15); color: #fff; border: none; font-size: 2rem; cursor: pointer; padding: .4rem .7rem; border-radius: 8px; }
    .lightbox .lb-prev { left: 18px; }
    .lightbox .lb-next { right: 18px; }
    .lightbox .lb-nav:hover, .lightbox .lb-close:hover { background: rgba(255,255,255,0.25); }
    .lightbox .lb-zoom { position:absolute; bottom: 18px; right: 18px; display:flex; gap:8px; }
    .lightbox .lb-zoom button { background: rgba(255,255,255,0.15); color:#fff; border:1px solid #ffffff80; font-size: 1.1rem; padding: .35rem .6rem; border-radius: 6px; cursor: pointer; }
    .lightbox .lb-zoom button:hover { background: rgba(255,255,255,0.25); }
    .lightbox #lb-image { user-select: none; cursor: zoom-in; }
    .lightbox.zoomed #lb-image { cursor: grab; }
    .lightbox.dragging #lb-image { cursor: grabbing; }
    @media (prefers-reduced-motion: reduce){
        .lightbox #lb-image { transition: none; }
    }
    @media (max-width:640px){
        .lightbox { padding:1.25rem; }
        .lightbox .lb-figure { max-height:78vh; }
        .lightbox .lb-close, .lightbox .lb-nav { font-size:1.7rem; padding:.4rem .65rem; }
        .lightbox .lb-prev { left:8px; }
        .lightbox .lb-next { right:8px; }
        .lightbox .lb-close { top:8px; right:8px; }
        .lightbox .lb-zoom { bottom:10px; right:10px; }
    }
    @media (max-width:420px){
        .lightbox { padding:.75rem; }
        .lightbox .lb-close, .lightbox .lb-nav { font-size:1.55rem; }
        .lightbox .lb-zoom button { font-size:1rem; padding:.3rem .5rem; }
    }
