:root{--brand:#08b7ad;--brand-dark:#078f89;--brand-50:#eaf9f7;--coral:#ff765b;--sun:#ffc857;--ink:#102a43;--muted:#64788a;--line:#dce8ec;--sand:#fff4de;--surface:#fff;--bg:#f6fafb;--success:#20a96b;--danger:#dc5062;--shadow:0 18px 45px rgba(16,42,67,.12);--shadow-sm:0 7px 22px rgba(16,42,67,.09);--radius:24px;--radius-sm:15px;--font:'Manrope Local',system-ui,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:15px;line-height:1.5}button,input,select{font:inherit;color:inherit}button{cursor:pointer}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.045em;line-height:1.08}h1{font-size:clamp(2.1rem,4.2vw,4.6rem)}h2{font-size:clamp(1.45rem,2vw,2rem)}.skip-link{position:fixed;left:16px;top:-60px;z-index:200;background:var(--ink);color:#fff;padding:12px 16px;border-radius:10px}.skip-link:focus{top:16px}.site-header{height:78px;padding:0 max(20px,calc((100vw - 1280px)/2));display:flex;align-items:center;gap:34px;background:rgba(255,255,255,.93);backdrop-filter:blur(15px);border-bottom:1px solid rgba(220,232,236,.8);position:sticky;top:0;z-index:80}.brand{border:0;background:none;padding:0;display:flex}.brand img{width:190px;height:56px;object-fit:contain}.desktop-nav{display:flex;gap:6px;margin:auto}.desktop-nav button{border:0;background:none;padding:12px 14px;font-weight:700;color:var(--muted);border-radius:12px}.desktop-nav button:hover,.desktop-nav button.active{color:var(--brand-dark);background:var(--brand-50)}.header-actions{display:flex;align-items:center;gap:8px}.icon-button,.back-button,.heart-button{width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:50%;display:grid;place-items:center;padding:0}.icon-button{position:relative}.icon-button i{width:7px;height:7px;border-radius:50%;background:var(--coral);position:absolute;right:8px;top:7px}.profile-button{border:1px solid var(--line);background:#fff;padding:5px 10px 5px 5px;border-radius:30px;display:flex;align-items:center;gap:8px}.profile-button>span,.profile-hero>span{display:grid;place-items:center;background:linear-gradient(135deg,var(--sun),var(--coral));width:35px;height:35px;border-radius:50%;font-weight:800;color:var(--ink)}.profile-button svg{width:16px}.view{display:none;min-height:calc(100vh - 78px);padding-bottom:40px}.view.active{display:block}.eyebrow{display:block;color:var(--brand-dark);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;margin-bottom:8px}.hero-shell{max-width:1360px;margin:0 auto;padding:44px 40px 36px;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.hero-copy{padding-left:max(0px,calc((100vw - 1280px)/2 - 40px))}.hero-copy h1{margin:0 0 18px;font-size:clamp(3rem,5vw,5.1rem);font-weight:800}.hero-copy h1 em{color:var(--brand);font-style:normal;font-family:'Nunito',sans-serif}.hero-copy>p{max-width:580px;color:var(--muted);font-size:1.1rem}.hero-photo{min-height:520px;border-radius:36px;background:linear-gradient(0deg,rgba(6,71,77,.18),transparent),url('../img/beach-1.jpg') center/cover;position:relative;box-shadow:var(--shadow)}.floating-card{position:absolute;left:-34px;bottom:34px;background:#fff;border-radius:18px;padding:14px 20px 14px 12px;display:flex;gap:12px;align-items:center;box-shadow:var(--shadow)}.floating-card .pulse{width:48px;height:48px;border-radius:15px;background:var(--brand-50);color:var(--brand);display:grid;place-items:center}.floating-card div{display:grid}.floating-card small{color:var(--muted)}.search-panel{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:9px;display:grid;grid-template-columns:1.7fr 1.2fr 1fr auto;margin-top:32px;position:relative;z-index:2;width:calc(100% + 160px)}.search-panel label{padding:7px 14px;border-right:1px solid var(--line);min-width:0}.search-panel label>span{display:block;font-size:.72rem;font-weight:800;color:var(--muted);margin-bottom:3px}.search-panel label>div,.search-panel label>button{border:0;background:none;padding:0;display:flex;gap:8px;align-items:center;width:100%}.search-panel svg{color:var(--brand);width:20px}.search-panel .search-submit svg{color:#fff}.search-panel input[type=date]{font-size:.92rem}.search-panel input{border:0;outline:0;font-weight:700;min-width:0;width:100%;background:transparent}.primary,.secondary,.filter-button{border:0;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;padding:13px 18px}.primary{background:var(--brand);color:#fff;box-shadow:0 8px 18px rgba(8,183,173,.2)}.primary:hover{background:var(--brand-dark);transform:translateY(-1px)}.primary:disabled{background:#bddbd9;cursor:not-allowed;box-shadow:none}.secondary{background:var(--brand-50);color:var(--brand-dark)}.search-submit{width:54px;padding:0}.search-submit span{display:none}.content-shell,.page-shell,.detail-shell,.checkout-shell{max-width:1280px;margin:0 auto;padding:40px}.section-heading,.page-top{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section-heading h2,.page-top h1{margin:0}.section-heading>a,.text-button{display:flex;align-items:center;gap:4px;color:var(--brand-dark);font-weight:800;text-decoration:none;border:0;background:none}.section-heading>a svg{width:18px}.section-heading.compact{margin-top:52px}.category-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category{border:1px solid var(--line);background:#fff;border-radius:20px;padding:16px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;text-align:left;column-gap:12px;box-shadow:var(--shadow-sm)}.category>span{grid-row:1/3;width:48px;height:48px;border-radius:15px;background:var(--brand-50);color:var(--brand-dark);display:grid;place-items:center}.category:nth-child(2)>span{background:#fff0eb;color:var(--coral)}.category:nth-child(3)>span{background:var(--sand);color:#bd7c00}.category:nth-child(4)>span{background:#eef0ff;color:#6267c9}.category small{color:var(--muted)}.category.active{border-color:var(--brand);box-shadow:0 0 0 2px rgba(8,183,173,.12),var(--shadow-sm)}.beach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.beach-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--line);cursor:pointer;transition:.25s}.beach-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.beach-card .photo{height:220px;background-size:cover;background-position:center;position:relative}.beach-card:nth-child(2) .photo{background-image:url('../img/beach-2.jpg')}.beach-card:nth-child(3) .photo{background-image:url('../img/beach-3.jpg')}.beach-card:nth-child(1) .photo{background-image:url('../img/beach-1.jpg')}.heart-button{color:var(--ink)}.photo>.heart-button{position:absolute;right:12px;top:12px}.heart-button.liked{color:var(--coral);background:#fff0eb}.heart-button.liked svg{fill:currentColor}.tag{position:absolute;left:12px;bottom:12px;background:#fff;padding:6px 10px;border-radius:10px;font-weight:800;font-size:.72rem}.beach-card .body{padding:16px}.beach-card .meta{display:flex;justify-content:space-between;color:var(--muted);font-size:.8rem}.rating{color:var(--ink);font-weight:800}.rating svg{width:16px;height:16px;fill:var(--sun);stroke:var(--sun);vertical-align:-2px}.beach-card h3{font-size:1.25rem;margin:8px 0 4px}.beach-card .location{color:var(--muted);margin:0 0 14px}.beach-card .price{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:12px}.beach-card .price small{color:var(--muted)}.beach-card .price strong{font-size:1.25rem}.page-shell{padding-top:34px}.page-top h1{font-size:2.5rem}.back-button{display:none}.filter-button{background:#fff;border:1px solid var(--line)}.filter-button i{font-style:normal;background:var(--coral);color:#fff;width:20px;height:20px;border-radius:50%;font-size:.7rem;display:grid;place-items:center}.result-layout{display:grid;grid-template-columns:240px 1fr;gap:34px}.filter-sidebar{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;height:max-content;position:sticky;top:100px}.filter-sidebar>label:not(.check){display:flex;justify-content:space-between;font-size:.8rem;color:var(--muted)}input[type=range]{width:100%;accent-color:var(--brand)}.filter-sidebar h4{margin:24px 0 10px}.check{display:block;margin:10px 0}.check input{accent-color:var(--brand)}.results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.results-toolbar p{margin:0}.results-toolbar select{background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px}.results-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.detail-hero{height:450px;background:linear-gradient(0deg,rgba(6,50,60,.22),transparent),url('../img/beach-1.jpg') center 60%/cover;position:relative}.overlay{display:grid;position:absolute;top:24px;z-index:2}.overlay.back-button{left:max(24px,calc((100vw - 1280px)/2))}.overlay.right{right:max(24px,calc((100vw - 1280px)/2))}.photo-count{position:absolute;bottom:20px;right:max(24px,calc((100vw - 1280px)/2));background:rgba(16,42,67,.82);color:#fff;border-radius:10px;padding:6px 11px;font-weight:700}.detail-shell{display:grid;grid-template-columns:1fr 360px;gap:50px}.detail-title{display:flex;justify-content:space-between}.detail-title h1{font-size:3rem;margin:0 0 8px}.detail-title p{color:var(--muted)}.amenity-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;border-block:1px solid var(--line);padding:24px 0}.amenity-strip div{display:grid;place-items:center;gap:6px;font-weight:700}.amenity-strip svg{color:var(--brand)}.copy-section{padding:28px 0;border-bottom:1px solid var(--line)}.copy-section p{color:var(--muted)}.availability{display:flex;align-items:center;gap:15px;background:#fff;border:1px solid var(--line);padding:14px;border-radius:18px}.availability>div{display:flex;gap:8px;align-items:center;border-right:1px solid var(--line);padding-right:15px}.availability>div span{font-size:2rem;font-weight:800}.availability p{display:grid;flex:1;margin:0}.availability p small{color:var(--muted)}.booking-card,.selection-panel,.order-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow-sm);height:max-content;position:sticky;top:100px}.booking-card>div strong{font-size:2.2rem}.booking-card>div small{color:var(--muted)}.booking-card ul{list-style:none;padding:0;border-block:1px solid var(--line);margin:20px 0}.booking-card li{display:grid;grid-template-columns:auto 1fr auto;gap:10px;padding:14px 0}.booking-card li+li{border-top:1px solid var(--line)}.booking-card li svg{color:var(--brand)}.booking-card li b{color:var(--brand-dark);font-size:.8rem}.wide{width:100%}.booking-card>p,.order-card>p{font-size:.75rem;color:var(--muted);text-align:center;margin:12px 0 0}.booking-card>p svg{width:15px;color:var(--success);vertical-align:-3px}.mobile-sticky{display:none}.booking-header{height:95px;background:#fff;border-bottom:1px solid var(--line);padding:0 max(24px,calc((100vw - 1280px)/2));display:flex;align-items:center;gap:18px}.booking-header .back-button{display:grid}.booking-header>div{flex:1}.booking-header span{font-size:.72rem;color:var(--brand-dark);font-weight:800;text-transform:uppercase}.booking-header h1{font-size:1.8rem;margin:2px 0 0}.map-layout{height:calc(100vh - 173px);min-height:650px;display:grid;grid-template-columns:1fr 390px;gap:26px;padding:24px max(24px,calc((100vw - 1280px)/2));background:#edf8f7}.beach-map-wrap{position:relative;border-radius:28px;overflow:hidden;background:linear-gradient(180deg,#8edee4 0 24%,#f9df9c 24%);box-shadow:var(--shadow-sm)}.shore{position:absolute;left:0;top:0;width:100%;height:24%;display:grid;place-items:center;color:rgba(255,255,255,.85);font-weight:800;letter-spacing:.3em}.wave-lines{position:absolute;left:0;bottom:-20px;width:100%;height:22px;background:radial-gradient(20px 14px at 50% 0,transparent 48%,rgba(255,255,255,.75) 52% 58%,transparent 62%) 0 0/40px 22px repeat-x}.map-legend{position:absolute;left:18px;top:18px;z-index:2;background:rgba(255,255,255,.94);padding:10px 13px;border-radius:12px;display:flex;gap:12px;font-size:.72rem}.map-legend span{display:flex;align-items:center;gap:5px}.map-legend i,.occupancy i{width:10px;height:10px;border-radius:50%;display:inline-block}.available{background:var(--brand)}.selected{background:var(--coral)}.busy{background:#a8b8bf}.beach-map{position:absolute;left:6%;right:6%;top:31%;bottom:8%;display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(5,1fr);gap:12px}.spot{border:0;background:none;position:relative;padding:0;color:var(--brand-dark)}.spot svg{width:34px;height:34px;filter:drop-shadow(0 3px 2px rgba(16,42,67,.15))}.spot span{display:block;font-size:.65rem;font-weight:800}.spot.busy{color:#9ba9ad;cursor:not-allowed}.spot.selected{color:var(--coral);transform:scale(1.17)}.map-service{position:absolute;background:#fff;border-radius:10px;padding:7px;display:flex;gap:5px;align-items:center;font-size:.72rem;font-weight:800}.map-service svg{width:18px;color:var(--brand)}.map-service.restaurant{bottom:15px;left:20px}.map-service.shower{bottom:15px;right:20px}.selection-panel{position:relative;top:auto}.selection-panel h2{margin-bottom:7px}.selection-panel>p{color:var(--muted);min-height:45px}.product-choice,.add-service{border:1px solid var(--line);border-radius:15px;padding:12px;display:flex;gap:10px;align-items:center;margin:14px 0}.product-choice>span{width:42px;height:42px;border-radius:12px;background:var(--brand-50);display:grid;place-items:center;color:var(--brand)}.product-choice>div,.add-service>span{display:grid;flex:1}.product-choice small,.add-service small{color:var(--muted);font-size:.72rem}.add-service input{accent-color:var(--brand);width:18px;height:18px}.total{display:flex;justify-content:space-between;align-items:center;margin:22px 0}.total strong{font-size:1.6rem}.checkout-shell{padding-top:0}.booking-header.simple{padding:20px 0;height:auto;background:transparent}.checkout-grid{display:grid;grid-template-columns:1fr 360px;gap:28px}.summary-beach{height:220px;border-radius:22px;overflow:hidden;background:#fff;display:grid;grid-template-columns:40% 1fr;border:1px solid var(--line)}.summary-beach>div{background:url('../img/beach-1.jpg') center/cover}.summary-beach section{padding:28px}.summary-beach h2{font-size:1.8rem}.summary-beach p{color:var(--muted)}.summary-beach svg{width:18px;vertical-align:-4px}.form-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;margin-top:20px}.form-card h2{font-size:1.3rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label{font-size:.8rem;font-weight:800}.form-grid input{width:100%;border:1px solid var(--line);border-radius:11px;padding:12px;margin-top:6px;outline:none}.form-grid input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(8,183,173,.1)}.payment{border:1px solid var(--line);border-radius:15px;padding:15px;display:flex;align-items:center;gap:12px;margin-top:10px}.payment.active{border-color:var(--brand);background:var(--brand-50)}.payment>svg{color:var(--brand)}.payment span{display:grid;flex:1}.payment small{color:var(--muted)}.payment i{width:24px;height:24px;background:var(--brand);color:#fff;border-radius:50%;display:grid;place-items:center}.payment i svg{width:16px}.payment.disabled{opacity:.55}.order-card h2{font-size:1.4rem}.order-card>div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line)}.order-card .order-total{margin-top:10px;border:0}.order-total strong{font-size:1.6rem}.order-card>p svg{width:16px;vertical-align:-3px}.order-card>small{display:block;text-align:center;color:var(--muted);font-size:.68rem;margin-top:10px}.confirmation{max-width:620px;margin:0 auto;text-align:center;padding:70px 24px}.success-mark{width:72px;height:72px;border-radius:50%;background:var(--brand-50);color:var(--brand);display:grid;place-items:center;margin:0 auto 20px}.success-mark svg{width:38px;stroke-width:2.4}.confirmation h1{font-size:3rem;margin:8px 0 12px}.confirmation>p{color:var(--muted);max-width:500px;margin:0 auto 30px}.ticket-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);text-align:left;overflow:hidden}.ticket-card header{display:flex;gap:12px;align-items:center;padding:18px;background:var(--brand-50)}.ticket-card header img{width:45px;height:48px}.ticket-card header div,.ticket-body>div:last-child{display:grid}.ticket-card header span,.ticket-body span,.ticket-body small{color:var(--muted)}.ticket-body{display:flex;gap:20px;padding:24px;align-items:center}.fake-qr{width:96px;height:96px;display:grid;place-items:center;background:repeating-conic-gradient(#102a43 0 25%,#fff 0 50%) 0/15px 15px;border:8px solid #fff;box-shadow:0 0 0 1px var(--line)}.fake-qr svg{background:#fff;width:42px;height:42px;padding:7px}.ticket-body strong{font-size:1.5rem}.ticket-card footer{display:flex;justify-content:space-between;padding:16px 24px;border-top:2px dashed var(--line)}.confirmation-actions{display:flex;gap:10px;justify-content:center;margin-top:24px}.narrow{max-width:940px}.booking-item{background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;display:grid;grid-template-columns:180px 1fr auto;gap:18px;align-items:center}.booking-thumb{height:130px;border-radius:15px;background:url('../img/beach-1.jpg') center/cover}.booking-item h2{margin:7px 0}.booking-item p{color:var(--muted);margin:0}.status{display:inline-block;border-radius:20px;padding:4px 8px;font-size:.68rem;font-weight:800;width:max-content}.status.pending{background:var(--sand);color:#9d6800}.status.confirmed{background:var(--brand-50);color:var(--brand-dark)}.status.arrived{background:#eaf7ee;color:var(--success)}.empty-note{text-align:center;color:var(--muted);padding:50px}.profile-hero{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;display:flex;gap:16px;align-items:center;margin-bottom:20px}.profile-hero>span{width:64px;height:64px;font-size:1.3rem}.profile-hero>div{flex:1}.profile-hero h1{font-size:2rem;margin:0}.profile-hero p{color:var(--muted);margin:0}.settings-list{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}.settings-list button,.settings-list a{width:100%;border:0;background:#fff;padding:18px;display:flex;gap:14px;align-items:center;text-decoration:none;color:var(--ink);text-align:left}.settings-list button+button,.settings-list a{border-top:1px solid var(--line)}.settings-list>*>svg:first-child{color:var(--brand)}.settings-list span{display:grid;flex:1;font-weight:800}.settings-list small{color:var(--muted);font-weight:500}.manager-view.active{display:grid;grid-template-columns:240px 1fr;padding:0;min-height:100vh}.manager-sidebar{background:var(--ink);padding:24px 16px;color:#fff;display:flex;flex-direction:column}.manager-sidebar img{width:180px;filter:brightness(0) invert(1)}.manager-sidebar>span{font-size:.65rem;letter-spacing:.15em;color:#9bb1bf;margin:8px 10px 28px}.manager-sidebar nav{display:grid;gap:5px}.manager-sidebar button{border:0;background:transparent;color:#b8cad4;border-radius:11px;padding:12px;display:flex;gap:10px;align-items:center;text-align:left}.manager-sidebar button.active{background:rgba(8,183,173,.18);color:#64e1d9}.manager-sidebar .back-customer{margin-top:auto}.manager-main{padding:35px;overflow:auto}.manager-main>header{display:flex;justify-content:space-between;align-items:center}.manager-main h1{font-size:2.1rem;margin:0}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:28px 0}.kpi-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;display:grid}.kpi-grid span{color:var(--muted);font-size:.8rem}.kpi-grid strong{font-size:2rem;margin:8px 0}.kpi-grid small{color:var(--success)}.kpi-grid .attention{color:var(--coral)}.manager-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px}.manager-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.card-head{display:flex;justify-content:space-between;align-items:center}.card-head h2{font-size:1.3rem;margin:0}.card-head button,.table-row button{border:0;background:none;color:var(--brand-dark);font-weight:800}.table-row{display:grid;grid-template-columns:2fr .6fr 1fr auto;align-items:center;gap:10px;padding:13px 0;border-top:1px solid var(--line)}.table-row.head{color:var(--muted);font-size:.72rem;margin-top:15px}.table-row>span:first-child{display:grid}.table-row small{color:var(--muted)}.donut{width:170px;height:170px;border-radius:50%;margin:26px auto;background:conic-gradient(var(--brand) 0 78%,var(--brand-50) 78%);display:grid;place-items:center}.donut:after{content:'';width:120px;height:120px;border-radius:50%;background:#fff;grid-area:1/1}.donut div{z-index:1;grid-area:1/1;display:grid;text-align:center}.donut strong{font-size:2rem}.occupancy ul{list-style:none;padding:0}.occupancy li{display:flex;gap:8px;align-items:center;margin:10px 0}.occupancy li b{margin-left:auto}.bottom-nav,.sheet,.mobile-only{display:none}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,120px);background:var(--ink);color:#fff;border-radius:12px;padding:12px 18px;z-index:200;transition:.3s;box-shadow:var(--shadow)}.toast.show{transform:translate(-50%,0)}
@media(max-width:900px){body{padding-bottom:76px}.desktop-only,.desktop-nav,.profile-button b,.profile-button>svg{display:none!important}.mobile-only{display:grid}.site-header{height:66px;padding:0 16px;justify-content:space-between;gap:8px}.brand img{width:150px;height:50px}.profile-button{border:0;padding:0}.header-actions .profile-button{display:none}.view{min-height:calc(100vh - 66px);padding-bottom:25px}.hero-shell{display:block;padding:22px 16px}.hero-copy{padding:0}.hero-copy h1{font-size:2.5rem}.hero-copy>p{font-size:.95rem}.hero-photo{min-height:220px;border-radius:23px;margin-top:18px}.floating-card{left:12px;bottom:12px;padding:9px 13px 9px 9px}.floating-card .pulse{width:39px;height:39px}.search-panel{width:100%;grid-template-columns:1fr auto;margin-top:20px;padding:7px}.search-panel label{display:none}.search-panel label:first-child{display:block;border:0}.search-submit{height:50px}.content-shell,.page-shell,.detail-shell,.checkout-shell{padding:24px 16px}.section-heading{align-items:center}.section-heading>a{font-size:0}.section-heading>a svg{width:22px}.section-heading.compact{margin-top:38px}.category-row{display:flex;overflow-x:auto;gap:10px;padding-bottom:8px;margin-right:-16px}.category{min-width:150px}.beach-grid,.results-list{display:flex;overflow-x:auto;gap:14px;margin-right:-16px;padding:2px 16px 15px 1px}.beach-card{min-width:82vw}.beach-card .photo{height:200px}.bottom-nav{display:flex;position:fixed;left:0;right:0;bottom:0;height:72px;padding-bottom:env(safe-area-inset-bottom);background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-top:1px solid var(--line);z-index:90;justify-content:space-around}.bottom-nav button{border:0;background:none;color:var(--muted);display:grid;place-items:center;align-content:center;gap:2px;font-size:.62rem;font-weight:700;min-width:70px}.bottom-nav svg{width:22px}.bottom-nav button.active{color:var(--brand-dark)}.page-top{align-items:center}.page-top .back-button{display:grid}.page-top h1{font-size:2rem}.filter-sidebar{display:none}.result-layout{display:block}.results-toolbar select{max-width:145px}.results-list{display:grid;overflow:visible;margin:0;padding:0;grid-template-columns:1fr}.results-list .beach-card{min-width:0}.detail-hero{height:300px}.detail-hero .back-button{display:grid}.detail-shell{display:block}.detail-title h1{font-size:2.3rem}.amenity-strip{overflow-x:auto;display:flex;margin-right:-16px}.amenity-strip div{min-width:78px}.booking-card{display:none}.mobile-sticky{display:flex;position:fixed;bottom:72px;left:0;right:0;background:#fff;padding:10px 16px;border-top:1px solid var(--line);z-index:70;justify-content:space-between;align-items:center}.mobile-sticky div{display:flex;align-items:baseline;gap:4px}.mobile-sticky b{font-size:1.4rem}.mobile-sticky span,.mobile-sticky small{color:var(--muted)}.availability strong{white-space:nowrap}.booking-header{height:80px;padding:0 14px}.booking-header h1{font-size:1.35rem}.map-layout{height:auto;min-height:0;display:flex;flex-direction:column;padding:12px;background:#edf8f7}.beach-map-wrap{height:520px;border-radius:22px}.beach-map{left:4%;right:4%;top:30%;gap:4px}.spot svg{width:29px}.map-legend{left:8px;right:8px;top:8px;justify-content:center}.selection-panel{position:static}.checkout-grid{display:block}.summary-beach{height:auto;grid-template-columns:1fr}.summary-beach>div{height:150px}.summary-beach section{padding:20px}.form-grid{grid-template-columns:1fr}.order-card{position:static;margin-top:20px}.confirmation{padding-top:40px}.confirmation h1{font-size:2.5rem}.booking-item{grid-template-columns:100px 1fr}.booking-thumb{height:110px}.booking-item .secondary{grid-column:1/3}.profile-hero{align-items:flex-start}.profile-hero .secondary{padding:9px}.manager-view.active{display:block}.manager-sidebar{padding:13px 16px;display:flex;flex-direction:row;align-items:center;min-height:66px}.manager-sidebar img{width:145px}.manager-sidebar>span,.manager-sidebar nav{display:none}.manager-sidebar .back-customer{margin-left:auto}.manager-main{padding:22px 16px}.manager-main>header{align-items:end}.manager-main>header .primary{font-size:0;width:44px;height:44px;padding:0}.kpi-grid{grid-template-columns:1fr 1fr}.manager-grid{grid-template-columns:1fr}.table-row{grid-template-columns:1.5fr .5fr .9fr}.table-row>*:last-child{display:none}.sheet{position:fixed;inset:0;z-index:150}.sheet.open{display:block}.sheet-backdrop{position:absolute;inset:0;border:0;background:rgba(16,42,67,.55)}.sheet>section{position:absolute;left:0;right:0;bottom:0;background:#fff;border-radius:25px 25px 0 0;padding:20px 18px calc(20px + env(safe-area-inset-bottom))}.sheet-head{display:flex;justify-content:space-between;align-items:center}.sheet-head h2{margin:0}.sheet-chips{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 25px}.sheet-chips button{border:1px solid var(--line);background:#fff;padding:10px 12px;border-radius:22px}.sheet-chips button.active{border-color:var(--brand);color:var(--brand-dark);background:var(--brand-50)}}
@media(max-width:430px){.content-shell{padding-top:15px}.hero-copy h1{font-size:2.25rem}.hero-photo{min-height:190px}.section-heading h2{font-size:1.4rem}.category{min-width:142px}.detail-hero{height:265px}.availability{align-items:flex-start}.availability>div{display:none}.ticket-body{gap:12px;padding:18px}.fake-qr{width:80px;height:80px}.confirmation-actions{display:grid}.booking-item{grid-template-columns:82px 1fr}.booking-thumb{height:95px}.kpi-grid{gap:9px}.kpi-grid article{padding:14px}.kpi-grid strong{font-size:1.6rem}.manager-card{padding:14px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.brand img{display:block;width:254px;height:auto}.hero-copy h1{font-weight:850}.hero-copy h1 em{font-family:var(--font)}.manager-sidebar img{filter:none;background:#fff;border-radius:10px;padding:5px;width:190px;height:auto}.icon-button svg,.back-button svg,.heart-button svg,.category svg,.amenity-strip svg{display:block}
@media(max-width:900px){.brand img{width:198px;height:auto}}
.mobile-home{display:none}
@media(max-width:900px){
 body[data-current-view="home"]{background:#fff;padding-bottom:82px}
 body[data-current-view="home"]>.site-header{display:none!important}
 body[data-current-view="home"] [data-view="home"]>.hero-shell,body[data-current-view="home"] [data-view="home"]>.content-shell{display:none}
 body[data-current-view="home"] [data-view="home"]{padding:0;min-height:100vh;background:#fff}
 .mobile-home{display:block;padding:calc(16px + env(safe-area-inset-top)) 20px 26px;max-width:520px;margin:auto}
 .mobile-home-top{height:52px;display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
 .mobile-home-top img{width:43px;height:50px;object-fit:cover;object-position:left}
 .mobile-account{width:42px;height:42px;border:1.7px solid var(--brand);border-radius:50%;background:#fff;color:var(--brand-dark);display:grid;place-items:center;padding:0}
 .mobile-account svg{width:24px;height:24px}
 .mobile-home>h1{font-size:2.05rem;line-height:1.12;letter-spacing:-.035em;margin:0 0 17px;font-weight:800}
 .mobile-search{height:56px;border:1.5px solid #cbd8df;border-radius:28px;display:flex;align-items:center;padding:0 9px 0 16px;gap:12px;background:#fff}
 .mobile-search>svg{width:23px;color:#51687a;flex:none}.mobile-search input{border:0;outline:0;min-width:0;flex:1;font-size:1rem;background:transparent}.mobile-search input::placeholder{color:#7b8c99;opacity:1}
 .mobile-search button{border:0;background:var(--brand-50);color:var(--brand-dark);width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.mobile-search button svg{width:19px}
 .mobile-location{border:0;background:none;color:var(--brand-dark);display:flex;align-items:center;gap:10px;padding:17px 5px 13px;font-size:1.05rem;font-weight:800}
 .mobile-location svg:first-child{width:25px}.mobile-location svg:last-child{width:18px}
 .mobile-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:4px 0 28px}
 .mobile-categories button{min-width:0;height:94px;border:1px solid var(--line);background:#fff;border-radius:17px;padding:9px 4px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--ink);box-shadow:0 4px 12px rgba(16,42,67,.035)}
 .mobile-categories button span{height:39px;display:grid;place-items:center}.mobile-categories button svg{width:32px;height:32px;stroke-width:1.65}.mobile-categories button b{font-size:.7rem;font-weight:600;white-space:nowrap}
 .mobile-categories .turquoise{color:var(--brand)}.mobile-categories .yellow{color:#f4aa12}.mobile-categories .coral{color:var(--coral)}
 .mobile-recommended-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.mobile-recommended-head h2{font-size:1.38rem;margin:0;letter-spacing:-.025em}.mobile-recommended-head button{border:0;background:none;color:var(--brand-dark);font-weight:800;font-size:.78rem}
 .mobile-lido-card{border:1px solid var(--line);border-radius:21px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(16,42,67,.08)}
 .mobile-lido-photo{height:225px;background:url('../img/beach-2.jpg') center/cover;position:relative}
 .mobile-lido-photo .heart-button{position:absolute;right:12px;top:12px;width:43px;height:43px;background:#fff}
 .mobile-lido-info{display:flex;align-items:center;justify-content:space-between;padding:15px 17px 16px}.mobile-lido-info h3{font-size:1.25rem;margin:0 0 2px}.mobile-lido-info p{margin:0;color:var(--muted);font-size:.83rem}.mobile-lido-info strong{display:flex;align-items:center;gap:6px;color:var(--brand-dark);font-size:1.12rem}.mobile-lido-info strong svg{width:23px;fill:var(--sun);stroke:var(--sun)}
 .mobile-nearby{width:100%;margin-top:16px;border:1px solid var(--line);background:#fff;border-radius:18px;padding:13px;display:flex;align-items:center;gap:12px;text-align:left}.mobile-nearby>span{width:42px;height:42px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center}.mobile-nearby>span svg{width:21px}.mobile-nearby div{display:grid;flex:1}.mobile-nearby small{color:var(--muted)}.mobile-nearby>svg{width:18px;color:var(--muted)}
 body[data-current-view="home"] .bottom-nav{height:76px;border:1px solid var(--line);border-radius:27px 27px 0 0;box-shadow:0 -8px 25px rgba(16,42,67,.08);padding-inline:8px}
}
@media(max-width:370px){.mobile-home{padding-inline:14px}.mobile-categories{gap:6px}.mobile-categories button b{font-size:.64rem}.mobile-lido-photo{height:190px}}
