:root{
  --bg:#f7f7f4;--surface:#fff;--ink:#152019;--muted:#69736d;--line:#e4e8e4;--green:#0b6540;--green-2:#0f7b50;--green-soft:#eaf4ee;--gold:#b77a18;--navy:#17375b;--danger:#b6372c;--shadow:0 20px 70px rgba(22,38,29,.12);--shadow-sm:0 10px 30px rgba(20,36,27,.09);--radius:24px;--radius-sm:16px;--shell:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.5}body.modal-open{overflow:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.shell{width:var(--shell);margin-inline:auto}[hidden]{display:none!important}

/* Splash */
.splash{position:fixed;inset:0;z-index:9999;background:var(--bg);display:grid;place-items:center;overflow:hidden;transition:opacity .7s ease,visibility .7s ease}.splash::before{content:"";position:absolute;width:min(66vw,720px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.95) 0,rgba(255,255,255,.55) 42%,rgba(247,247,244,0) 72%);filter:blur(2px)}.splash-logo{position:relative;width:min(44vw,430px);height:auto;object-fit:contain;animation:premiumArrive 4.2s cubic-bezier(.18,.8,.19,1) forwards;transform-origin:center;will-change:transform,filter,opacity}.splash.done{opacity:0;visibility:hidden;pointer-events:none}@keyframes premiumArrive{0%{opacity:0;transform:scale(.14) translateY(18px);filter:blur(15px)}18%{opacity:.7;filter:blur(7px)}64%{opacity:1;transform:scale(1.08) translateY(0);filter:blur(0)}82%{transform:scale(.98)}100%{opacity:1;transform:scale(1);filter:blur(0)}}

.toast{position:fixed;left:50%;bottom:96px;z-index:10000;translate:-50% 20px;background:#17231c;color:#fff;border-radius:999px;padding:12px 18px;box-shadow:0 12px 38px rgba(0,0,0,.22);opacity:0;pointer-events:none;transition:.25s;max-width:min(92vw,620px);text-align:center;font-size:14px}.toast.show{opacity:1;translate:-50% 0}

/* Header */
.topbar{height:78px;display:flex;align-items:center;padding:0 max(22px,calc((100vw - 1180px)/2));gap:26px;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(220,226,221,.85)}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand img{width:54px;height:54px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1.05}.brand b{font-size:16px}.brand small{text-transform:uppercase;letter-spacing:.15em;font-size:9px;color:var(--muted);margin-top:5px}.desktop-nav{display:flex;align-items:center;gap:24px;margin-left:auto}.desktop-nav a{font-size:14px;font-weight:650;color:#455149;transition:.2s}.desktop-nav a:hover{color:var(--green)}.top-actions{display:flex;align-items:center;gap:9px}.icon-btn{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;display:grid;place-items:center}.icon-btn svg{width:20px;fill:var(--green)}

.btn{border:0;border-radius:13px;min-height:44px;padding:11px 18px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .16s ease,box-shadow .16s ease,background .16s}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-primary{background:var(--green);color:#fff;box-shadow:0 8px 24px rgba(11,101,64,.2)}.btn-primary:hover{background:#085735}.btn-outline{border:1px solid #cdd6d0;background:#fff;color:var(--green)}.btn-dark{background:#17231c;color:#fff}.btn-light{background:#fff;color:var(--green)}.btn-soft{background:#edf3ef;color:#23452f}.btn-glass{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.55);color:#fff;backdrop-filter:blur(12px)}.btn-ghost-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4)}.btn-lg{min-height:50px;padding:13px 22px;font-size:15px}.btn-block{width:100%}.text-btn,.link-btn{border:0;background:transparent;color:var(--green);font-weight:750;padding:0}.text-btn:hover,.link-btn:hover{text-decoration:underline}.light-text{color:#fff}

/* Hero */
.hero{min-height:680px;position:relative;color:#fff;overflow:hidden}.hero-slides,.hero-image,.hero-shade{position:absolute;inset:0}.hero-image{width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.035);transition:opacity 1.1s ease,transform 6s ease}.hero-image.active{opacity:1;transform:scale(1)}.hero-shade{background:linear-gradient(90deg,rgba(8,24,16,.72) 0%,rgba(8,24,16,.48) 42%,rgba(8,24,16,.12) 74%),linear-gradient(0deg,rgba(8,22,15,.38),transparent 45%)}.hero-content{position:relative;z-index:2;padding-top:130px;padding-bottom:128px}.hero-copy{max-width:700px}.eyebrow{display:inline-block;font-size:11px;font-weight:850;letter-spacing:.18em;color:var(--green);margin-bottom:12px}.eyebrow.light{color:#eaf8ef}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,6.2vw,82px);line-height:.99;letter-spacing:-.035em;margin:0 0 22px;max-width:760px}.hero-copy>p{font-size:18px;line-height:1.7;max-width:680px;color:rgba(255,255,255,.9);margin:0}.hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.booking-bar{position:absolute;left:0;right:0;bottom:26px;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.6);color:var(--ink);border-radius:22px;padding:13px;display:grid;grid-template-columns:1fr 1fr .7fr auto;gap:8px;box-shadow:0 22px 70px rgba(0,0,0,.22);backdrop-filter:blur(14px)}.booking-bar label{background:#f7f8f6;border:1px solid #e6eae6;border-radius:13px;padding:8px 12px;display:flex;flex-direction:column;gap:3px}.booking-bar label span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:800}.booking-bar input,.booking-bar select{border:0;background:transparent;outline:0;color:var(--ink);font-weight:700;min-width:0}.booking-bar .btn{min-width:170px}

/* Trust */
.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-grid>div{display:flex;align-items:center;gap:12px;padding:24px 20px;border-right:1px solid var(--line)}.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border-right:0;padding-right:0}.trust-grid svg{width:26px;height:26px;fill:var(--green);flex:0 0 auto}.trust-grid span{display:flex;flex-direction:column}.trust-grid b{font-size:13px}.trust-grid small{color:var(--muted);font-size:11px;margin-top:2px}

/* Sections */
.section{padding:96px 0}.section-soft{background:#eef3ef}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:38px}.section-heading>div{max-width:650px}.section-heading h2,.feature-copy h2,.membership-copy h2,.qr-copy h2,.newsletter-wrap h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-.025em;margin:0}.section-heading>p{max-width:470px;color:var(--muted);margin:0;line-height:1.75}.room-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.room-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.25s}.room-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.room-card>img{height:260px;width:100%;object-fit:cover}.room-card-body{padding:21px}.room-card-body>span{font-size:10px;letter-spacing:.13em;color:var(--green);font-weight:850;text-transform:uppercase}.room-card h3{margin:6px 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:24px}.room-card p{color:var(--muted);font-size:14px;min-height:63px}.room-card-body>div{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px}.room-card-body b{font-size:15px}

.split-feature{display:grid;grid-template-columns:1.12fr .88fr;min-height:610px;background:#fff}.feature-photo img{width:100%;height:100%;object-fit:cover}.feature-copy{padding:80px clamp(36px,6vw,94px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.feature-copy p{color:var(--muted);font-size:16px;line-height:1.8;margin:20px 0}.mini-points{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;margin:4px 0 28px}.mini-points span{font-size:13px;font-weight:700}.mini-points span::before{content:"✓";color:var(--green);font-weight:900;margin-right:8px}

.celebrate-card{height:570px;border-radius:30px;overflow:hidden;position:relative;box-shadow:var(--shadow)}.celebrate-card>img{width:100%;height:100%;object-fit:cover}.celebrate-card::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,22,15,.7),rgba(10,22,15,.15) 70%)}.celebrate-overlay{position:absolute;z-index:2;left:7%;top:50%;transform:translateY(-50%);max-width:560px;color:#fff}.celebrate-overlay h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,4vw,58px);line-height:1.05;margin:4px 0 15px}.celebrate-overlay p{font-size:17px;color:rgba(255,255,255,.88);margin:0 0 26px}

.wellness-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.wellness-card{border:0;padding:0;background:#fff;border-radius:20px;overflow:hidden;text-align:left;box-shadow:var(--shadow-sm);transition:.2s}.wellness-card:hover{transform:translateY(-4px)}.wellness-card img{width:100%;height:230px;object-fit:cover}.wellness-card>span{display:flex;flex-direction:column;padding:18px}.wellness-card b{font-size:17px}.wellness-card small{color:var(--muted);margin-top:4px}

.membership-section{background:linear-gradient(120deg,#083f2a,#0b6540 58%,#0c6e48);color:#fff;padding:92px 0;overflow:hidden}.membership-wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}.membership-copy p{font-size:16px;line-height:1.8;color:rgba(255,255,255,.84);max-width:620px}.benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:25px 0}.benefit-list span{font-size:14px}.benefit-list span::before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;background:rgba(255,255,255,.16);border-radius:50%;margin-right:8px}.membership-actions{display:flex;gap:10px;flex-wrap:wrap}.digital-card-preview{width:min(100%,480px);aspect-ratio:1.62;border-radius:27px;padding:30px;background:radial-gradient(circle at 80% 15%,rgba(255,255,255,.18),transparent 28%),linear-gradient(145deg,#f4efe4,#fffdf8 55%,#e4d3af);color:#172018;box-shadow:0 30px 80px rgba(0,0,0,.3);position:relative;overflow:hidden}.digital-card-preview::before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;border:1px solid rgba(183,122,24,.18);right:-70px;bottom:-90px}.card-logo-row{display:flex;justify-content:space-between;align-items:center}.card-logo-row img{width:104px}.card-logo-row span{font-size:9px;letter-spacing:.16em;font-weight:900;color:#75684f}.card-chip{width:50px;height:36px;background:linear-gradient(135deg,#c69a43,#e9d391);border-radius:8px;margin:32px 0}.digital-card-preview>strong{font-family:Georgia,"Times New Roman",serif;font-size:25px;letter-spacing:.02em}.card-meta{display:flex;justify-content:space-between;margin-top:12px;font-size:11px;font-weight:800;letter-spacing:.08em;color:#625e53}

.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.offer-card{min-height:270px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow-sm)}.offer-card.dark{background:#183227;color:#fff}.offer-tag{font-size:9px;letter-spacing:.17em;font-weight:900;padding:6px 9px;border-radius:999px;background:var(--green-soft);color:var(--green)}.offer-card.dark .offer-tag{background:rgba(255,255,255,.11);color:#fff}.offer-card h3{font-family:Georgia,"Times New Roman",serif;font-size:28px;line-height:1.1;margin:20px 0 10px}.offer-card p{color:var(--muted);font-size:14px;line-height:1.7;flex:1}.offer-card.dark p{color:rgba(255,255,255,.75)}.image-card{position:relative;padding:0;overflow:hidden;color:#fff}.image-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.image-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,22,15,.75),rgba(8,22,15,.16))}.image-card>div{position:relative;z-index:2;padding:28px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;height:100%}.image-card .offer-tag{background:rgba(255,255,255,.18);color:#fff}.image-card h3{font-size:26px}

.qr-section{margin-top:18px;margin-bottom:96px;border-radius:32px;background:#fff;box-shadow:var(--shadow);padding:68px 7%;display:grid;grid-template-columns:1fr .65fr;gap:70px;align-items:center;overflow:hidden}.qr-copy p{color:var(--muted);font-size:16px;line-height:1.75;max-width:570px;margin:18px 0 27px}.phone-mock{width:280px;height:530px;border:10px solid #17231c;border-radius:42px;background:#f3f6f3;margin:auto;padding:42px 20px 20px;position:relative;box-shadow:0 30px 60px rgba(20,35,27,.18)}.phone-speaker{position:absolute;top:11px;left:50%;transform:translateX(-50%);width:84px;height:20px;border-radius:20px;background:#17231c}.scan-demo{height:100%;border-radius:26px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.scan-demo svg{width:100px;fill:var(--green);margin-bottom:25px}.scan-demo b{font-size:20px}.scan-demo small{color:var(--muted);margin-top:6px}.scan-line{position:absolute;left:18%;right:18%;top:30%;height:2px;background:#18a16b;box-shadow:0 0 10px #18a16b;animation:scanLine 2.3s ease-in-out infinite}.corner{position:absolute;width:26px;height:26px;border-color:var(--green);border-style:solid}.c1{left:25px;top:110px;border-width:3px 0 0 3px}.c2{right:25px;top:110px;border-width:3px 3px 0 0}.c3{left:25px;bottom:110px;border-width:0 0 3px 3px}.c4{right:25px;bottom:110px;border-width:0 3px 3px 0}@keyframes scanLine{0%,100%{top:28%}50%{top:68%}}

.newsletter-section{padding:64px 0;background:#17231c;color:#fff}.newsletter-wrap{display:flex;justify-content:space-between;align-items:center;gap:60px}.newsletter-wrap h2{font-size:38px}.newsletter-wrap p{color:rgba(255,255,255,.7);margin:8px 0 0}.newsletter-wrap form{display:flex;gap:9px;width:min(100%,480px)}.newsletter-wrap input{flex:1;min-width:0;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:13px;color:#fff;padding:12px 15px;outline:0}.newsletter-wrap input::placeholder{color:rgba(255,255,255,.5)}

.footer{background:#fff;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:50px}.footer-brand img{width:140px}.footer-brand p{color:var(--muted);font-size:13px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid b{font-size:13px;margin-bottom:5px}.footer-grid a,.footer-grid button{border:0;background:none;padding:0;color:var(--muted);font-size:13px;text-align:left}.footer-grid a:hover,.footer-grid button:hover{color:var(--green)}.footer-bottom{border-top:1px solid var(--line);margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#879089;font-size:11px}

/* Dialogs */
dialog{border:0;padding:0;background:transparent;color:var(--ink)}dialog::backdrop{background:rgba(7,18,12,.63);backdrop-filter:blur(6px)}.modal{width:min(560px,calc(100vw - 30px));max-height:min(90vh,900px);overflow:auto;background:#fff;border-radius:26px;padding:30px;box-shadow:0 40px 120px rgba(0,0,0,.3);position:relative}.modal-wide{width:min(920px,calc(100vw - 30px))}.modal-xl{width:min(1180px,calc(100vw - 30px))}.modal-close{position:sticky;float:right;top:0;z-index:10;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#fff;color:#38433c;font-size:24px;line-height:1;display:grid;place-items:center;box-shadow:0 5px 18px rgba(0,0,0,.05)}.modal-heading{padding-right:50px;margin-bottom:24px}.modal-heading h2{font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:1.08;margin:0 0 8px}.modal-heading p{color:var(--muted);margin:0}.form-stack{display:flex;flex-direction:column;gap:15px}.form-grid{display:grid;gap:15px}.form-grid.two{grid-template-columns:1fr 1fr}.span-two{grid-column:1/-1}.form-stack label:not(.check),.form-grid label,.search-grid label{display:flex;flex-direction:column;gap:7px;font-size:12px;color:#435048;font-weight:750}.form-stack input,.form-grid input,.form-grid select,.form-grid textarea,.search-grid input,.search-grid select,.voucher-form input{width:100%;border:1px solid #dce3dd;border-radius:12px;background:#fafbf9;padding:12px 13px;color:var(--ink);outline:0}.form-stack input:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.search-grid input:focus,.search-grid select:focus,.voucher-form input:focus{border-color:#8ab89d;box-shadow:0 0 0 3px rgba(11,101,64,.08)}.check{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:8px!important;font-size:12px!important;color:var(--muted)!important;font-weight:500!important}.check input{width:auto;margin-top:3px}.form-row{display:flex;gap:12px}.between{justify-content:space-between;align-items:center}.password-wrap{position:relative}.password-wrap input{padding-right:57px}.show-pass{position:absolute;right:7px;top:50%;translate:0 -50%;border:0;background:transparent;font-size:11px;color:var(--green);font-weight:800}.auth-brand{display:flex;gap:14px;align-items:center;margin-bottom:24px}.auth-brand img{width:75px}.auth-brand span{font-size:9px;letter-spacing:.14em;color:var(--muted);font-weight:800}.auth-brand h2{font-family:Georgia,"Times New Roman",serif;margin:2px 0 0;font-size:30px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f2f5f2;border-radius:12px;padding:4px;margin-bottom:20px}.auth-tabs button{border:0;background:transparent;border-radius:9px;padding:10px;color:var(--muted);font-weight:750}.auth-tabs button.active{background:#fff;color:var(--green);box-shadow:0 4px 14px rgba(0,0,0,.05)}.auth-pane{display:none}.auth-pane.active{display:block}.auth-divider{display:flex;align-items:center;gap:12px;color:#9ba39e;font-size:11px;margin:18px 0}.auth-divider::before,.auth-divider::after{content:"";height:1px;background:var(--line);flex:1}.otp-head{text-align:center}.otp-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--green-soft);margin:0 auto 12px;font-size:25px}.otp-head h3{margin:0;font-size:22px}.otp-head p{color:var(--muted);font-size:13px}.otp-input{text-align:center!important;font-size:30px!important;letter-spacing:.35em!important;font-weight:800;padding-left:calc(13px + .35em)!important}.otp-footer{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px;margin-top:15px}

.search-grid{display:grid;grid-template-columns:1fr 1fr .7fr auto;gap:10px;background:#f5f7f5;border-radius:18px;padding:13px;margin-bottom:20px}.room-results{display:grid;gap:12px}.room-result{display:grid;grid-template-columns:170px 1fr auto;gap:17px;border:1px solid var(--line);border-radius:18px;padding:12px;align-items:center}.room-result img{width:170px;height:120px;object-fit:cover;border-radius:13px}.room-result h3{font-family:Georgia,"Times New Roman",serif;margin:0 0 5px;font-size:22px}.room-result p{margin:0;color:var(--muted);font-size:12px}.room-result .availability{display:inline-block;margin-top:8px;color:var(--green);background:var(--green-soft);border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800}.room-result-side{text-align:right;min-width:145px}.room-result-side b{display:block;font-size:18px}.qty-control{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:9px}.qty-control button{width:29px;height:29px;border-radius:50%;border:1px solid var(--line);background:#fff}.qty-control span{min-width:16px;text-align:center;font-weight:800}.booking-checkout{display:grid;grid-template-columns:1fr 340px;gap:24px;margin-top:22px;padding-top:22px;border-top:1px solid var(--line)}.checkout-main h3,.summary-card h3{margin:0 0 13px;font-size:17px}.notice{background:#fff7e8;border:1px solid #f1ddb4;color:#785a20;border-radius:13px;padding:11px 13px;font-size:12px;margin-bottom:15px}.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.payment-options label{border:1px solid var(--line);border-radius:14px;padding:13px;display:flex;gap:10px;cursor:pointer}.payment-options input{accent-color:var(--green)}.payment-options span{display:flex;flex-direction:column}.payment-options small{color:var(--muted);font-size:10px;margin-top:3px}.summary-card{background:#f6f8f6;border-radius:18px;padding:19px;align-self:start;position:sticky;top:0}.summary-line,.summary-total,.summary-due{display:flex;justify-content:space-between;gap:14px;padding:8px 0;font-size:12px}.summary-line{border-bottom:1px dashed #dce3dd}.summary-total{margin-top:7px;font-size:15px}.summary-due{color:var(--green);font-size:16px;border-top:1px solid var(--line);padding-top:13px}.benefit-summary{background:#eaf4ee;color:#245d3c;border-radius:10px;padding:9px 10px;font-size:11px;margin:8px 0}.secure-note{display:block;text-align:center;color:var(--muted);font-size:10px;margin-top:10px}.success-panel{text-align:center;padding:46px 16px}.success-icon{width:64px;height:64px;border-radius:50%;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-size:30px;font-weight:900;margin:0 auto 15px}.success-panel h3{font-family:Georgia,"Times New Roman",serif;font-size:30px;margin:0 0 8px}.success-panel p{color:var(--muted);max-width:540px;margin:0 auto 15px}.reference-code{display:inline-block;padding:9px 14px;background:#f3f5f3;border-radius:10px;font-weight:850;letter-spacing:.08em}

.restaurant-layout{display:grid;grid-template-columns:1fr 330px;gap:20px}.chip-row{display:flex;gap:7px;overflow:auto;padding-bottom:12px}.chip-row button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:750;white-space:nowrap}.chip-row button.active{background:var(--green);color:#fff;border-color:var(--green)}.menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.menu-item{display:flex;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:15px;padding:14px}.menu-item h4{margin:0;font-size:14px}.menu-item p{margin:4px 0 0;color:var(--muted);font-size:11px}.menu-item-price{text-align:right;min-width:74px}.menu-item-price b{font-size:13px;display:block}.menu-item-price button{margin-top:9px;border:0;background:var(--green-soft);color:var(--green);border-radius:9px;padding:6px 9px;font-size:10px;font-weight:850}.cart-panel{background:#f5f7f5;border-radius:18px;padding:17px;position:sticky;top:0;align-self:start}.cart-title{display:flex;justify-content:space-between;align-items:center}.cart-title h3{margin:0}.cart-title span{font-size:10px;color:var(--muted)}.cart-items{display:flex;flex-direction:column;gap:7px;margin:13px 0;max-height:300px;overflow:auto}.cart-line{display:flex;justify-content:space-between;gap:8px;font-size:11px;padding:8px 0;border-bottom:1px dashed #d8dfd9}.cart-line button{border:0;background:none;color:var(--danger)}.cart-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:13px 0}.empty-state{color:var(--muted);font-size:12px;padding:24px 8px;text-align:center}.restaurant-checkout{max-width:760px;margin:auto}.inline-summary{display:flex;justify-content:space-between;gap:20px;background:#f3f6f3;border-radius:13px;padding:13px 15px;margin:16px 0}

.gate-card{text-align:center;background:#f4f7f4;border-radius:18px;padding:30px}.gate-card h3{margin:0 0 6px}.gate-card p{color:var(--muted);font-size:13px}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.plan-card{border:1px solid var(--line);border-radius:20px;padding:22px;position:relative}.plan-card.featured{border-color:#8db7a0;box-shadow:0 15px 45px rgba(11,101,64,.12)}.plan-badge{display:inline-block;font-size:9px;letter-spacing:.1em;font-weight:850;color:var(--green);background:var(--green-soft);padding:5px 8px;border-radius:999px}.plan-card h3{font-family:Georgia,"Times New Roman",serif;font-size:28px;margin:13px 0 5px}.plan-price{font-size:28px;font-weight:850}.plan-price small{font-size:11px;color:var(--muted);font-weight:500}.plan-card ul{list-style:none;padding:0;margin:18px 0;display:flex;flex-direction:column;gap:9px}.plan-card li{font-size:12px;color:#4c5951}.plan-card li::before{content:"✓";color:var(--green);font-weight:900;margin-right:7px}

/* Account */
.account-modal{width:min(1050px,calc(100vw - 30px));padding:0;overflow:hidden}.account-layout{display:grid;grid-template-columns:240px 1fr;min-height:650px}.account-sidebar{padding:30px 20px;background:#f1f5f2;display:flex;flex-direction:column}.account-person{display:flex;align-items:center;gap:10px;margin-bottom:28px}.avatar{width:45px;height:45px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:850}.account-person>div:last-child{display:flex;flex-direction:column;min-width:0}.account-person b,.account-person small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-person small{font-size:10px;color:var(--muted)}.account-sidebar nav{display:flex;flex-direction:column;gap:4px;flex:1}.account-sidebar nav button{border:0;background:transparent;text-align:left;border-radius:10px;padding:10px 12px;color:#657169;font-size:12px;font-weight:700}.account-sidebar nav button.active{background:#fff;color:var(--green);box-shadow:0 4px 14px rgba(0,0,0,.05)}.account-content{padding:35px;overflow:auto;max-height:85vh}.account-pane{display:none}.account-pane.active{display:block}.account-title{font-family:Georgia,"Times New Roman",serif;font-size:34px;margin:0 0 22px}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.metric{background:#f5f7f5;border-radius:16px;padding:16px}.metric small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.metric b{display:block;font-size:24px;margin-top:4px}.account-section{margin-top:25px}.account-section h3{font-size:15px;margin:0 0 12px}.booking-list{display:flex;flex-direction:column;gap:8px}.booking-row{display:flex;justify-content:space-between;gap:20px;border:1px solid var(--line);border-radius:13px;padding:13px}.booking-row b{font-size:13px}.booking-row p,.booking-row small{margin:2px 0 0;color:var(--muted);font-size:10px}.status-pill{align-self:center;font-size:9px;font-weight:800;border-radius:999px;padding:5px 8px;background:var(--green-soft);color:var(--green)}.reward-hero{background:linear-gradient(135deg,#0b6540,#17375b);color:#fff;border-radius:20px;padding:25px}.reward-hero small{color:rgba(255,255,255,.72)}.reward-hero b{display:block;font-size:42px;margin:4px 0}.ledger{margin-top:14px}.ledger-row{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--line)}.ledger-row div{display:flex;flex-direction:column}.ledger-row small{color:var(--muted);font-size:10px}.voucher-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.voucher-ticket{border:1px dashed #b8c6bc;border-radius:14px;padding:15px;background:#fafcf9}.voucher-ticket h4{margin:0 0 5px}.voucher-ticket p{font-size:11px;color:var(--muted)}.digital-card-full{max-width:520px}.profile-card{border:1px solid var(--line);border-radius:16px;padding:20px}.profile-card dl{display:grid;grid-template-columns:140px 1fr;gap:10px;margin:0;font-size:12px}.profile-card dt{color:var(--muted)}.profile-card dd{margin:0;font-weight:700}

/* Scanner */
.scanner-modal{width:min(650px,calc(100vw - 30px))}.scanner-shell{height:390px;background:#101613;border-radius:22px;overflow:hidden;position:relative}.scanner-shell video{width:100%;height:100%;object-fit:cover}.html5-reader{position:absolute;inset:0;z-index:1}.html5-reader video{width:100%!important;height:100%!important;object-fit:cover!important}.html5-reader>div{border:0!important}.scanner-placeholder{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:#111916}.scanner-placeholder svg{width:65px;fill:#dfe8e2}.scanner-placeholder small{color:#93a099;margin-top:4px}.scanner-overlay{position:absolute;inset:0;pointer-events:none;z-index:3}.scanner-overlay>span{position:absolute;width:48px;height:48px;border-color:#70e4aa;border-style:solid}.scanner-overlay>span:nth-child(1){left:18%;top:18%;border-width:4px 0 0 4px}.scanner-overlay>span:nth-child(2){right:18%;top:18%;border-width:4px 4px 0 0}.scanner-overlay>span:nth-child(3){left:18%;bottom:18%;border-width:0 0 4px 4px}.scanner-overlay>span:nth-child(4){right:18%;bottom:18%;border-width:0 4px 4px 0}.scanner-overlay .scanner-line{position:absolute;left:20%;right:20%;top:22%;height:2px;background:#6ff0ae;box-shadow:0 0 14px #6ff0ae;animation:cameraScan 2s infinite ease-in-out}@keyframes cameraScan{0%,100%{top:22%}50%{top:76%}}.scan-message{text-align:center;color:var(--muted);font-size:12px;padding:12px}.scanner-actions{display:flex;justify-content:center;gap:8px}.scan-fallback{border-top:1px solid var(--line);margin-top:18px;padding-top:16px}.scan-fallback>span{display:block;font-size:10px;color:var(--muted);margin-bottom:7px}.scan-fallback>div{display:flex;gap:8px}.scan-fallback input{flex:1;min-width:0;border:1px solid var(--line);border-radius:12px;padding:11px 12px}.voucher-form{display:flex;gap:8px}.voucher-form input{flex:1}.voucher-result-card{margin-top:18px;border-radius:16px;background:#f4f7f4;padding:18px}.voucher-result-card h3{margin:0 0 5px}.voucher-result-card p{color:var(--muted);font-size:12px}.legal-copy{color:#59645d;font-size:13px;line-height:1.8}.legal-copy a{color:var(--green);font-weight:700}

/* Mobile nav */
.mobile-nav{display:none}

@media(max-width:1050px){.desktop-nav{display:none}.topbar{padding-inline:20px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div:nth-child(2){border-right:0}.trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.trust-grid>div:first-child,.trust-grid>div:last-child{padding:20px}.wellness-grid{grid-template-columns:1fr 1fr}.membership-wrap{gap:45px}.room-card>img{height:220px}.restaurant-layout{grid-template-columns:1fr 290px}}

@media(max-width:820px){:root{--shell:min(100% - 28px,720px)}body{padding-bottom:82px}.topbar{height:68px;padding:0 14px}.brand img{width:46px;height:46px}.brand b{font-size:14px}.brand small{font-size:8px}.top-actions .btn-outline,.top-actions .btn-primary{display:none}.icon-btn{width:40px;height:40px}.hero{min-height:710px}.hero-content{padding-top:110px;padding-bottom:175px}.hero h1{font-size:50px}.hero-copy>p{font-size:15px}.booking-bar{bottom:20px;grid-template-columns:1fr 1fr;padding:10px}.booking-bar label:nth-child(3){grid-column:1/2}.booking-bar .btn{grid-column:2/3;min-width:0}.trust-grid>div{padding:17px 14px!important}.section{padding:70px 0}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:13px}.room-grid{grid-template-columns:1fr}.room-card{display:grid;grid-template-columns:42% 58%}.room-card>img{height:100%;min-height:220px}.room-card p{min-height:0}.split-feature{grid-template-columns:1fr}.feature-photo{height:430px}.feature-copy{padding:56px 28px}.celebrate-card{height:500px}.wellness-grid{grid-template-columns:1fr 1fr}.wellness-card img{height:190px}.membership-wrap{grid-template-columns:1fr}.digital-card-preview{justify-self:center}.offer-grid{grid-template-columns:1fr}.offer-card{min-height:220px}.qr-section{grid-template-columns:1fr;padding:50px 28px}.newsletter-wrap{display:block}.newsletter-wrap form{margin-top:25px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{margin-bottom:10px}.mobile-nav{position:fixed;z-index:300;left:0;right:0;bottom:0;height:74px;padding:5px max(8px,env(safe-area-inset-right)) calc(5px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));background:rgba(255,255,255,.98);border-top:1px solid #e0e6e1;box-shadow:0 -8px 30px rgba(20,35,27,.08);display:grid;grid-template-columns:repeat(5,1fr);align-items:end}.mobile-nav a,.mobile-nav button{height:61px;border:0;background:transparent;color:#78827c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:0;font-size:9px;font-weight:750;min-width:0}.mobile-nav svg{width:21px;height:21px;fill:currentColor;display:block}.mobile-nav .active,.mobile-nav a.active{color:var(--green)}.mobile-nav .scan-main{position:relative;overflow:visible;color:var(--green);justify-content:flex-end;padding-bottom:5px}.scan-circle{position:absolute;top:-25px;width:52px;height:52px;border-radius:50%;background:var(--green);color:#fff;border:5px solid var(--bg);display:grid;place-items:center;box-shadow:0 7px 20px rgba(11,101,64,.28)}.scan-circle svg{width:24px;height:24px}.modal{padding:22px}.modal-wide,.modal-xl{width:calc(100vw - 18px);max-height:92vh}.form-grid.two{grid-template-columns:1fr}.span-two{grid-column:auto}.search-grid{grid-template-columns:1fr 1fr}.search-grid .btn{grid-column:1/-1}.booking-checkout{grid-template-columns:1fr}.summary-card{position:static}.restaurant-layout{grid-template-columns:1fr}.cart-panel{position:static}.menu-grid{grid-template-columns:1fr}.plan-grid{grid-template-columns:1fr}.account-modal{width:calc(100vw - 14px);max-height:92vh}.account-layout{grid-template-columns:1fr}.account-sidebar{padding:17px}.account-sidebar nav{display:grid;grid-template-columns:repeat(3,1fr)}.account-sidebar nav button{text-align:center;padding:9px 4px}.account-person{margin-bottom:12px}.account-content{padding:22px;max-height:none}.metric-grid{grid-template-columns:1fr 1fr}.voucher-list{grid-template-columns:1fr}.scanner-shell{height:330px}}

@media(max-width:560px){:root{--shell:calc(100% - 22px)}.hero{min-height:720px}.hero-content{padding-top:85px}.hero h1{font-size:42px}.hero-copy>p{font-size:14px}.hero-actions .btn{flex:1;min-width:140px}.booking-bar{left:0;right:0;grid-template-columns:1fr 1fr}.booking-bar label{padding:7px 9px}.booking-bar .btn{font-size:12px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid b{font-size:11px}.trust-grid small{font-size:9px}.section{padding:58px 0}.section-heading h2,.feature-copy h2,.membership-copy h2,.qr-copy h2{font-size:37px}.room-card{display:block}.room-card>img{height:230px}.feature-photo{height:360px}.feature-copy{padding:45px 22px}.mini-points{grid-template-columns:1fr}.celebrate-card{height:520px}.celebrate-overlay{left:24px;right:24px}.celebrate-overlay h3{font-size:39px}.wellness-grid{grid-template-columns:1fr 1fr;gap:10px}.wellness-card img{height:150px}.wellness-card>span{padding:13px}.wellness-card b{font-size:14px}.digital-card-preview{padding:23px;border-radius:22px}.card-logo-row img{width:82px}.card-chip{margin:20px 0;width:43px;height:31px}.digital-card-preview>strong{font-size:20px}.qr-section{margin-bottom:65px;border-radius:22px;padding:38px 20px}.phone-mock{width:235px;height:450px;border-width:8px;border-radius:35px}.newsletter-wrap form{display:grid}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-bottom{display:block}.modal{border-radius:22px;padding:19px}.modal-heading h2{font-size:29px}.room-result{grid-template-columns:105px 1fr}.room-result img{width:105px;height:105px}.room-result-side{grid-column:1/-1;text-align:left;display:flex;justify-content:space-between;align-items:center;min-width:0}.qty-control{margin-top:0}.payment-options{grid-template-columns:1fr}.metric-grid{grid-template-columns:1fr 1fr}.metric b{font-size:20px}.scanner-shell{height:290px}.scan-fallback>div{display:grid}.voucher-form{display:grid}.otp-input{font-size:26px!important}.newsletter-wrap h2{font-size:34px}}


/* === Premium member app + refined mobile navigation === */
body.member-mode{background:#f2f5f2;overflow-x:hidden}
body.member-mode>.topbar,
body.member-mode>main,
body.member-mode>.footer{display:none!important}
.member-app{min-height:100vh;background:
  radial-gradient(circle at 88% -10%,rgba(164,193,173,.32),transparent 31%),
  linear-gradient(180deg,#f8faf8 0,#eef3ef 100%);padding-top:78px}
.member-topbar{position:fixed;z-index:420;top:0;left:0;right:0;height:78px;padding:0 max(22px,calc((100vw - 1220px)/2));display:flex;align-items:center;justify-content:space-between;gap:18px;background:rgba(255,255,255,.93);backdrop-filter:blur(22px);border-bottom:1px solid rgba(221,229,223,.9)}
.member-top-left,.member-top-actions,.member-brand{display:flex;align-items:center}
.member-top-left{gap:12px}.member-brand{gap:10px}.member-brand img{width:48px;height:48px;object-fit:contain}.member-brand span{display:flex;flex-direction:column;line-height:1.05}.member-brand b{font-size:15px}.member-brand small{font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:#748078;margin-top:4px}
.member-menu-btn,.member-notify-btn{width:42px;height:42px;border:1px solid #dce4de;border-radius:14px;background:#fff;display:grid;place-items:center;color:#164c34}.member-menu-btn svg,.member-notify-btn svg{width:21px;height:21px;fill:currentColor}.member-notify-btn{position:relative}.notification-dot{position:absolute;right:8px;top:8px;width:7px;height:7px;border-radius:50%;background:#d78c2b;border:2px solid #fff}
.member-top-actions{gap:8px}.member-exit-btn{border:1px solid #d8e1da;border-radius:12px;background:#fff;color:#315542;font-size:12px;font-weight:800;padding:10px 14px}

.member-drawer{position:fixed;z-index:500;top:0;bottom:0;left:0;width:min(340px,88vw);background:linear-gradient(180deg,#0d6340 0,#0b5538 100%);color:#fff;padding:24px 18px 22px;transform:translateX(-102%);transition:transform .3s cubic-bezier(.2,.8,.2,1);box-shadow:28px 0 75px rgba(5,38,24,.26);overflow:auto}
.member-drawer.open{transform:none}.member-drawer-backdrop{position:fixed;z-index:490;inset:0;background:rgba(10,24,16,.32);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:.25s}.member-drawer-backdrop.open{opacity:1;visibility:visible}
.member-drawer-head{display:grid;grid-template-columns:58px minmax(0,1fr) 34px;align-items:center;gap:12px;padding:8px 4px 22px;border-bottom:1px solid rgba(255,255,255,.16)}
.member-avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);border:2px solid rgba(255,255,255,.65);font-weight:900;font-size:20px}.member-drawer-head>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.member-drawer-head b{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-drawer-head span{font-size:11px;color:#d9ebe1;margin-top:2px}.member-drawer-head small{font-size:9px;color:#bcd6c8;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-drawer-head>button{border:0;background:transparent;color:#fff;font-size:28px;line-height:1}
.member-menu-list{display:flex;flex-direction:column;padding:14px 0 8px;gap:3px}.member-menu-list button{width:100%;min-height:43px;border:0;background:transparent;color:#eaf6ef;border-radius:12px;display:flex;align-items:center;gap:13px;padding:8px 11px;text-align:left;font-size:13px}.member-menu-list button svg{width:20px;height:20px;fill:currentColor;opacity:.9;flex:0 0 auto}.member-menu-list button.active,.member-menu-list button:hover{background:rgba(255,255,255,.13);color:#fff}.member-signout{width:100%;height:45px;border:1px solid rgba(255,255,255,.23);background:rgba(255,255,255,.08);color:#fff;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:800}.member-signout svg{width:19px;fill:currentColor}

.member-main{width:min(1180px,calc(100% - 34px));margin:0 auto;padding:40px 0 120px}.member-pane{display:none}.member-pane.active{display:block}.member-page-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.member-page-head h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,5vw,58px);line-height:1;margin:4px 0}.member-page-head p{margin:0;color:#6e7972;max-width:620px}.member-overline{font-size:10px;letter-spacing:.16em;color:#0b6540;font-weight:900}
.member-welcome{position:relative;border-radius:28px;padding:30px;background:linear-gradient(125deg,#0a5135,#0f7650 70%,#1d805b);color:#fff;overflow:hidden;box-shadow:0 20px 55px rgba(9,76,49,.17)}.member-welcome::after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.18);border-radius:50%;right:-70px;top:-100px}.member-welcome-top{display:flex;justify-content:space-between;gap:20px;position:relative;z-index:1}.member-welcome h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,5vw,52px);margin:5px 0 8px;line-height:1.05}.member-welcome p{margin:0;color:rgba(255,255,255,.8)}.member-code-pill{align-self:flex-start;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);padding:9px 12px;border-radius:999px;font-size:10px;font-weight:850;white-space:nowrap}
.member-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-top:24px;position:relative;z-index:1}.member-kpi{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.13);border-radius:16px;padding:14px}.member-kpi small{display:block;color:rgba(255,255,255,.68);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.member-kpi b{display:block;font-size:18px;margin-top:4px}
.member-action-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:20px}.member-action-card{min-height:128px;border:1px solid #dfe6e1;background:rgba(255,255,255,.93);border-radius:20px;padding:17px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 28px rgba(20,42,28,.05);transition:.2s}.member-action-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(20,42,28,.09)}.member-action-card svg{width:26px;height:26px;fill:#0b6540}.member-action-card b{font-size:13px}.member-action-card small{font-size:10px;color:#78827c;margin-top:3px}.member-section-card{margin-top:18px;background:#fff;border:1px solid #dfe6e1;border-radius:22px;padding:22px;box-shadow:0 10px 30px rgba(19,39,27,.05)}.member-section-card h3{margin:0 0 14px;font-family:Georgia,"Times New Roman",serif;font-size:23px}

.member-list{display:flex;flex-direction:column;gap:9px}.member-list-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #e3e9e4;background:#fbfcfb;border-radius:15px;padding:14px}.member-list-row>div{min-width:0}.member-list-row b{display:block;font-size:13px}.member-list-row small{color:#7b857f;font-size:10px}.member-list-row>span{font-size:11px;font-weight:850;color:#0b6540;white-space:nowrap}
.member-empty{border:1px dashed #cfd9d2;border-radius:16px;padding:25px;color:#748078;text-align:center;background:#fafcfa;font-size:12px}
.member-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.member-profile-card,.member-info-card{background:#fff;border:1px solid #dfe6e1;border-radius:22px;padding:22px}.member-profile-card dl{display:grid;grid-template-columns:150px 1fr;gap:12px;margin:0}.member-profile-card dt{color:#7c867f;font-size:11px}.member-profile-card dd{margin:0;font-weight:800;font-size:12px;overflow-wrap:anywhere}
.member-qr-card{max-width:430px;margin:0 auto;background:#fff;border:1px solid #dfe6e1;border-radius:26px;padding:28px;text-align:center;box-shadow:0 18px 55px rgba(22,40,29,.08)}.member-qr-card canvas{width:min(260px,72vw)!important;height:auto!important;border-radius:14px;margin:15px auto}.member-qr-card h3{font-family:Georgia,"Times New Roman",serif;font-size:30px;margin:0}.member-qr-card p{color:#748078;font-size:12px}.member-id-chip{display:inline-block;background:#edf5f0;color:#0b6540;font-size:11px;font-weight:900;padding:8px 11px;border-radius:999px}

.digital-card-premium{position:relative;max-width:560px;aspect-ratio:1.58/1;border-radius:28px;padding:28px;overflow:hidden;background:linear-gradient(135deg,#092f22,#0b6540 55%,#153f61);color:#fff;box-shadow:0 28px 70px rgba(5,51,33,.2)}.digital-card-premium::before{content:"";position:absolute;width:270px;height:270px;border-radius:50%;border:1px solid rgba(255,255,255,.18);right:-95px;top:-120px}.digital-card-premium::after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:rgba(255,255,255,.05);left:-60px;bottom:-80px}.digital-card-head,.digital-card-bottom{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px}.digital-card-head img{width:68px;height:68px;object-fit:contain;background:rgba(255,255,255,.94);border-radius:50%;padding:5px}.digital-card-head span{font-size:9px;letter-spacing:.17em;font-weight:850;color:#d7ebe0}.digital-card-name{position:relative;z-index:1;margin-top:48px}.digital-card-name small{display:block;color:#bad3c6;font-size:9px;letter-spacing:.14em}.digital-card-name strong{display:block;font-size:22px;letter-spacing:.03em;margin-top:5px}.digital-card-bottom{position:absolute;left:28px;right:28px;bottom:25px}.digital-card-bottom small{display:block;color:#b9d0c4;font-size:8px}.digital-card-bottom b{font-size:11px}

.member-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.member-gallery img{width:100%;height:220px;object-fit:cover;border-radius:18px}.member-notice{padding:16px 0;border-bottom:1px solid #e6ebe7}.member-notice:last-child{border-bottom:0}.member-notice h4{margin:0 0 5px;font-size:14px}.member-notice p{margin:0;color:#748078;font-size:11px;line-height:1.65}
.member-contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.member-contact-card{background:#fff;border:1px solid #dfe6e1;border-radius:19px;padding:18px}.member-contact-card small{display:block;color:#78827c;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.member-contact-card b,.member-contact-card a{display:block;margin-top:5px;font-size:14px;color:#154d35}
.member-feedback-form{display:grid;gap:12px;max-width:680px}.member-feedback-form label{font-size:11px;color:#667169;font-weight:800}.member-feedback-form select,.member-feedback-form textarea{width:100%;margin-top:5px;border:1px solid #dbe3dd;border-radius:13px;background:#fff;padding:12px;outline:0}.member-feedback-form textarea{min-height:130px;resize:vertical}

/* scanner: camera fills shell; no manual start/stop controls */
.scanner-modal{width:min(640px,calc(100vw - 22px))}
.scanner-shell{background:#06100b;min-height:380px}
#html5QrReader{background:#06100b}
#html5QrReader video{display:block!important;width:100%!important;height:100%!important;min-height:380px!important;object-fit:cover!important}
#html5QrReader img{display:none!important}
#qrVideo:not([hidden]){display:block!important;position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.scanner-placeholder{background:radial-gradient(circle at 50% 35%,#183c2b,#09150e 70%);z-index:2}.camera-pulse{width:80px;height:80px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.09);box-shadow:0 0 0 0 rgba(112,228,170,.25);animation:cameraPulse 1.8s ease-out infinite}.camera-pulse svg{width:40px!important;margin:0!important}.scanner-placeholder b{margin-top:14px}.scanner-placeholder.error{background:#251413}.scanner-placeholder.error .camera-pulse{animation:none;background:rgba(255,255,255,.08)}@keyframes cameraPulse{0%{box-shadow:0 0 0 0 rgba(112,228,170,.32)}70%{box-shadow:0 0 0 26px rgba(112,228,170,0)}100%{box-shadow:0 0 0 0 rgba(112,228,170,0)}}

@media(min-width:1051px){
  .member-app.drawer-pinned .member-drawer{transform:none;top:78px;width:290px;box-shadow:none;border-right:1px solid rgba(212,225,216,.8)}
  .member-app.drawer-pinned .member-drawer-backdrop{display:none}
  .member-app.drawer-pinned .member-drawer-head>button{display:none}
  .member-app.drawer-pinned .member-main{padding-left:310px;width:min(1480px,calc(100% - 34px));max-width:1480px}
  .member-app.drawer-pinned .member-menu-btn{display:none}
}

@media(max-width:820px){
  body{padding-bottom:94px}
  .mobile-nav{left:10px!important;right:10px!important;bottom:calc(9px + env(safe-area-inset-bottom))!important;height:72px!important;border:1px solid rgba(216,226,219,.9)!important;border-radius:24px!important;padding:7px 8px!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(18px)!important;box-shadow:0 14px 36px rgba(12,38,24,.16)!important;overflow:visible}
  .mobile-nav a,.mobile-nav button{height:56px!important;border-radius:16px!important;gap:2px!important;font-size:9px!important;font-weight:800!important}
  .mobile-nav svg{width:20px!important;height:20px!important}
  .mobile-nav .active{background:#edf5f0!important;color:#0b6540!important}
  .mobile-nav .scan-main{background:transparent!important;color:#0b6540!important;padding-bottom:2px!important}
  .scan-circle{top:-23px!important;width:50px!important;height:50px!important;border:4px solid #f7f7f4!important;box-shadow:0 10px 28px rgba(11,101,64,.3)!important}
  body.member-mode .scan-circle{border-color:#eef3ef!important}
  .member-app{padding-top:68px}
  .member-topbar{height:68px;padding:0 12px}.member-brand img{width:42px;height:42px}.member-brand b{font-size:13px}.member-brand small{font-size:7px}.member-exit-btn{display:none}.member-menu-btn,.member-notify-btn{width:39px;height:39px;border-radius:13px}.member-main{width:min(100% - 24px,720px);padding:22px 0 120px}
  .member-welcome{border-radius:23px;padding:22px}.member-welcome-top{display:block}.member-code-pill{display:inline-block;margin-top:15px}.member-kpis{grid-template-columns:1fr 1fr}.member-action-grid{grid-template-columns:1fr 1fr;gap:10px}.member-action-card{min-height:112px;border-radius:17px;padding:15px}.member-two-col,.member-contact-grid{grid-template-columns:1fr}.member-gallery{grid-template-columns:1fr 1fr}.member-gallery img{height:160px}.member-page-head{display:block}.member-page-head p{margin-top:8px}.digital-card-premium{border-radius:22px;padding:21px}.digital-card-head img{width:56px;height:56px}.digital-card-name{margin-top:32px}.digital-card-bottom{left:21px;right:21px;bottom:20px}.digital-card-name strong{font-size:18px}.member-profile-card dl{grid-template-columns:115px 1fr}.scanner-shell{min-height:62vh;height:62vh!important;max-height:520px;border-radius:18px}#html5QrReader video{min-height:62vh!important;max-height:520px!important}.scanner-modal{padding:18px!important}.scanner-modal .modal-heading h2{font-size:30px}
}
@media(max-width:420px){
  .member-main{width:calc(100% - 18px)}.member-welcome{padding:18px}.member-kpis{gap:8px}.member-kpi{padding:11px}.member-action-grid{gap:8px}.member-action-card{padding:13px}.member-gallery img{height:135px}
  .mobile-nav{left:7px!important;right:7px!important}
}
