:root{--green:#168b45;--green-dark:#07552d;--green-soft:#eaf7ef;--ink:#122c25;--muted:#73817c;--line:#dfe9e3;--bg:#f5f8f5;--white:#fff;--gold:#c9a75a;--shadow:0 22px 60px rgba(16,49,34,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif;background:var(--bg)}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{height:78px;background:rgba(255,255,255,.97);border-bottom:1px solid #e7eee9;position:sticky;top:0;z-index:30;backdrop-filter:blur(10px)}.header-inner{height:100%;display:flex;align-items:center;gap:26px}.brand,.footer-brand{display:flex;align-items:center;gap:11px}.brand-logo{width:42px;height:38px;position:relative;display:inline-block;flex:0 0 auto}.brand-logo:before,.brand-logo:after,.brand-logo span{content:"";position:absolute;background:linear-gradient(145deg,#31a95e,#087338);border-radius:100% 0 100% 0}.brand-logo:before{width:21px;height:31px;left:1px;top:5px;transform:rotate(-35deg)}.brand-logo:after{width:21px;height:31px;right:1px;top:1px;transform:rotate(35deg)}.brand-logo span:first-child{width:7px;height:34px;left:19px;top:4px;transform:rotate(18deg);border-radius:8px}.brand-logo span:last-child{display:none}.brand strong,.footer-brand strong{display:block;font-size:14px;letter-spacing:1.25px}.brand small,.footer-brand small{display:block;color:#77837e;font-size:9px;letter-spacing:.7px;margin-top:3px}.header-contact{margin-left:auto;display:flex;align-items:center;gap:14px;color:#52615c;font-size:11px}.header-contact a{font-weight:700;color:var(--green)}.header-btn{display:flex;align-items:center;gap:12px;background:var(--green-dark);color:#fff;padding:12px 17px;border-radius:8px;font-size:12px;font-weight:700}.hero{min-height:535px;position:relative;background:linear-gradient(90deg,rgba(4,34,22,.9),rgba(4,34,22,.45)),url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=2200&q=85') center/cover}.hero-inner{min-height:535px;display:flex;flex-direction:column;justify-content:center;color:#fff;position:relative;padding:55px 0}.hero-copy{max-width:720px}.eyebrow{font-size:10px;font-weight:800;letter-spacing:2.1px;color:#d5e8db}.eyebrow.green{color:var(--green)}h1,h2,h3,p{margin-top:0}h1{font-family:'Playfair Display',serif;font-size:64px;line-height:1.04;margin:17px 0 18px}h1 em{color:#aee5bc;font-style:italic} .hero-copy p{max-width:640px;font-size:16px;line-height:1.8;color:#e0ebe5;margin-bottom:28px}.hero-btn{display:inline-flex;gap:22px;align-items:center;background:#fff;color:var(--green-dark);font-weight:800;font-size:13px;padding:15px 20px;border-radius:7px}.hero-badges{display:flex;gap:12px;margin-top:38px}.hero-badges div{min-width:145px;padding:12px 15px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);border-radius:8px;backdrop-filter:blur(5px)}.hero-badges b{display:block;color:#aee5bc;font-size:10px}.hero-badges span{font-size:12px}.booking-wrap{padding:72px 0 90px;background:var(--bg)}.section-intro{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section-intro h2{font:700 43px/1.05 'Playfair Display',serif;margin:12px 0 0}.section-intro h2 em{font-style:italic;color:var(--green)}.section-intro p{max-width:390px;color:var(--muted);font-size:13px;line-height:1.7;margin:0}.booking-card{background:#fff;border:1px solid #e2ebe5;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.form-section{padding:31px 34px;border-bottom:1px solid #edf2ef}.form-section.first{padding-bottom:27px}.section-title{display:flex;align-items:center;gap:12px;margin-bottom:22px}.section-title>div{flex:1}.section-title .number{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-size:10px;font-weight:800}.section-title h3{font-size:16px;margin:0}.section-title p{font-size:11px;color:#8a9691;margin:3px 0 0}.select-hint{font-size:10px;color:var(--green);background:var(--green-soft);padding:8px 10px;border-radius:20px}.fields{display:grid;gap:15px}.fields-2{grid-template-columns:repeat(2,1fr)}label{display:block;color:#52615c;font-size:11px;font-weight:700}label i{color:#e65e4f;font-style:normal}label small{font-weight:400;color:#9aa5a0}.booking-card input,.booking-card textarea{font:inherit;color:var(--ink);width:100%;margin-top:7px;border:1px solid #dbe5df;background:#fbfdfb;border-radius:8px;padding:12px 13px;font-size:13px;outline:none;transition:.18s}.booking-card input:focus,.booking-card textarea:focus{border-color:#79be91;background:#fff;box-shadow:0 0 0 3px rgba(22,139,69,.07)}.spots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.spot-card{position:relative;border:1px solid #dfe8e3;border-radius:11px;overflow:hidden;background:#fff;cursor:pointer;transition:.2s}.spot-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(16,49,34,.08)}.spot-card input{position:absolute;opacity:0;pointer-events:none}.spot-card:has(input:checked){border-color:var(--green);box-shadow:0 0 0 2px rgba(22,139,69,.1)}.spot-card:has(input:checked):after{content:'✓';position:absolute;right:10px;top:10px;width:25px;height:25px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:800}.spot-image{height:115px;display:block;background-size:cover;background-position:center}.spot-1{background-image:url('https://images.unsplash.com/photo-1500534623283-312aade485b7?auto=format&fit=crop&w=700&q=80')}.spot-2{background-image:url('https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=700&q=80')}.spot-3{background-image:url('https://images.unsplash.com/photo-1497250681960-ef046c08a56e?auto=format&fit=crop&w=700&q=80')}.spot-4{background-image:url('https://images.unsplash.com/photo-1501854140801-50d01698950b?auto=format&fit=crop&w=700&q=80')}.spot-5{background-image:url('https://images.unsplash.com/photo-1448375240586-882707db888b?auto=format&fit=crop&w=700&q=80')}.spot-6{background-image:url('https://images.unsplash.com/photo-1511497584788-876760111969?auto=format&fit=crop&w=700&q=80')}.spot-bottom{display:flex;align-items:center;justify-content:space-between;padding:12px 13px}.spot-bottom b,.spot-bottom small{display:block}.spot-bottom b{font-size:12px}.spot-bottom small{font-size:9px;color:#8c9893;margin-top:2px;font-weight:400}.spot-bottom strong{font-size:11px;color:var(--green)}.items-table{border:1px solid #e0e8e3;border-radius:10px;overflow:hidden}.item-row{display:grid;grid-template-columns:1fr 120px 90px 100px;align-items:center;gap:14px;padding:13px 15px;border-bottom:1px solid #edf2ef;font-size:11px}.item-row:last-child{border-bottom:0}.item-head{background:#f7faf8;color:#7d8985;font-size:9px;text-transform:uppercase;letter-spacing:.6px}.item-row>span:not(.fake-check){color:#65736e}.item-row>strong{text-align:right}.item-row label{display:flex;align-items:center;gap:10px;cursor:pointer}.item-row label input{display:none}.fake-check{width:18px;height:18px;border:1px solid #cbd7d0;border-radius:5px;position:relative;display:inline-block;flex:0 0 auto}.item-row label input:checked+.fake-check{background:var(--green);border-color:var(--green)}.item-row label input:checked+.fake-check:after{content:'✓';position:absolute;color:#fff;font-size:11px;left:4px;top:0}.qty{display:flex;align-items:center;width:max-content;border:1px solid #dbe4df;border-radius:6px;overflow:hidden}.qty button{width:28px;height:28px;border:0;background:#f3f6f4;color:#52615c;cursor:pointer}.qty input{width:42px!important;margin:0!important;border:0!important;padding:5px!important;text-align:center;background:#fff!important;border-radius:0!important}.qty input:disabled{background:#f5f7f6!important;color:#a7afac}.bottom-section{display:grid;grid-template-columns:1.15fr .85fr;gap:30px}.notes-area{display:grid;gap:16px}.bill-summary{border:1px solid #dfe8e3;border-radius:12px;padding:18px;background:#fbfdfb}.summary-head{display:flex;justify-content:space-between;border-bottom:1px solid #e5ece8;padding-bottom:13px;margin-bottom:7px}.summary-head span{font-weight:800;font-size:13px}.summary-head small{font-size:9px;color:#8c9893}.summary-line,.summary-total{display:flex;justify-content:space-between;padding:9px 0;font-size:11px;color:#71807a}.summary-line strong{color:var(--ink)}.summary-total{border-top:1px dashed #d8e2dc;margin-top:5px;padding-top:15px;font-weight:700}.summary-total strong{font-size:20px;color:var(--green)}.submit-area{padding:22px 34px 27px;text-align:center}.submit-btn,.modal-btn{border:0;cursor:pointer;border-radius:8px;background:var(--green-dark);color:#fff;font:700 13px 'DM Sans';padding:15px 22px;display:inline-flex;justify-content:center;align-items:center;gap:18px;min-width:330px}.submit-btn:hover{background:#043f21}.submit-area p{margin:10px 0 0;color:#9aa49f;font-size:9px}.site-footer{background:#06291a;color:#d4e2da;padding:30px 0}.footer-inner{display:grid;grid-template-columns:1.2fr 1fr 1fr;align-items:center;gap:25px}.footer-brand strong{color:#fff}.footer-inner>div:nth-child(2){display:flex;gap:13px;flex-wrap:wrap;font-size:10px}.footer-inner>div:nth-child(2) a{color:#aee5bc}.footer-note{text-align:right;font-size:11px;line-height:1.6}.footer-note small{color:#81978c}.modal{display:none;position:fixed;inset:0;z-index:80;background:rgba(4,25,16,.65);backdrop-filter:blur(7px);align-items:center;justify-content:center;padding:20px}.modal.open{display:flex}.modal-card{width:min(430px,100%);background:#fff;border-radius:18px;padding:34px;text-align:center;position:relative;box-shadow:0 30px 80px rgba(0,0,0,.25)}.modal-close{position:absolute;right:16px;top:14px;width:30px;height:30px;border:0;border-radius:50%;background:#f1f5f2;color:#5e6b66;font-size:20px;cursor:pointer}.success-mark{width:62px;height:62px;margin:0 auto 17px;border-radius:50%;display:grid;place-items:center;background:#e5f6eb;color:var(--green);font-size:30px;font-weight:800}.modal-card h2{font:700 31px/1.1 'Playfair Display',serif;margin:10px 0}.modal-card>p{font-size:12px;line-height:1.7;color:#7a8882}.receipt-mini{display:grid;grid-template-columns:1fr 1fr;gap:9px;text-align:left;padding:16px;background:#f7faf8;border-radius:10px;margin:20px 0;font-size:11px}.receipt-mini span{color:#8b9691}.receipt-mini strong{text-align:right}.modal-btn{width:100%;min-width:0}.modal-card .green{display:inline-block}@media(max-width:900px){.header-contact{display:none}.header-inner{justify-content:space-between}.hero h1{font-size:52px}.section-intro{display:block}.section-intro p{margin-top:16px}.spots-grid{grid-template-columns:repeat(2,1fr)}.bottom-section{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.footer-note{text-align:left}}@media(max-width:600px){.container{width:min(100% - 26px,1180px)}.site-header{height:70px}.brand strong{font-size:11px}.brand small{font-size:7px}.header-btn{padding:10px 12px;font-size:10px}.hero,.hero-inner{min-height:500px}.hero-inner{padding:45px 0}.hero h1{font-size:40px}.hero-copy p{font-size:13px}.hero-badges{gap:7px;margin-top:28px}.hero-badges div{min-width:0;flex:1;padding:10px}.hero-badges span{font-size:10px}.booking-wrap{padding:55px 0 65px}.section-intro h2{font-size:37px}.booking-card{border-radius:13px}.form-section{padding:24px 17px}.fields-2{grid-template-columns:1fr}.spots-grid{grid-template-columns:1fr 1fr;gap:9px}.spot-image{height:88px}.spot-bottom{padding:9px}.spot-bottom b{font-size:10px}.spot-bottom small{font-size:8px}.spot-bottom strong{font-size:9px}.select-hint{display:none}.items-table{border:0}.item-head{display:none}.item-row{grid-template-columns:1fr 88px;padding:14px 0}.item-row>span:nth-of-type(1),.item-row>strong{display:none}.item-row label{font-size:11px}.item-row .qty{justify-self:end}.bottom-section{gap:20px}.submit-area{padding:20px 17px 24px}.submit-btn{min-width:0;width:100%;font-size:11px}.footer-inner{gap:18px}.modal-card{padding:28px 20px}}
.brand-image{width:42px;height:38px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;border-radius:8px;background:#fff}.brand-image img{width:100%;height:100%;object-fit:contain}.item-description{display:block;font-size:9px;color:#8c9893;font-weight:400;margin-top:3px;line-height:1.4}.empty-frontend{padding:24px;border:1px dashed #cfdcd4;border-radius:10px;background:#f8fbf9;color:#718078;text-align:center;font-size:12px}
/* Dynamic service selection / quantity state */
.service-row{transition:background .18s ease,border-color .18s ease}
.service-row.is-selected{background:#f7fcf8}
.service-row.is-selected .fake-check{box-shadow:0 0 0 2px rgba(22,139,69,.08)}
.qty button:hover{background:#e7f4eb;color:var(--green-dark)}
.qty input:disabled{background:#fff!important;color:var(--ink)}
.submit-btn:disabled{opacity:.7;cursor:wait}

/* Date-based spot availability */
.spot-availability-msg{margin:-2px 0 14px;padding:9px 12px;border:1px solid #dfe9e3;border-radius:8px;background:#f7faf8;color:#6f7e77;font-size:11px}
.spot-availability-msg.is-empty{background:#fff6f4;border-color:#f0d4ce;color:#a64f43}
.spot-card[hidden]{display:none!important}
.spot-card.is-unavailable{opacity:.45;pointer-events:none}
