:root{
  --bg:#f5f6f2;--surface:#ffffff;--surface-soft:#eef2ed;--ink:#183129;--muted:#68766f;
  --green:#1d4a3d;--green-2:#2f6656;--green-pale:#dfece6;--sand:#f1e5d4;--coral:#d9785c;
  --amber:#b27b2f;--red:#a4473c;--blue:#39728a;--line:#e1e5df;--line-strong:#cdd6cf;
  --shadow:0 18px 50px rgba(26,51,42,.08);--shadow-lg:0 30px 90px rgba(20,40,34,.14);
  --radius:24px;--safe-bottom:env(safe-area-inset-bottom,0px);--nav-width:248px;--right-rail:310px
}
*{box-sizing:border-box}html{background:var(--bg);color-scheme:light}body{margin:0;min-height:100vh;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit}.hidden{display:none!important}
h1,h2,h3,h4,p{margin:0}h1{font-size:clamp(36px,5vw,66px);line-height:.97;letter-spacing:-.065em}h2{font-size:clamp(25px,3vw,38px);line-height:1.03;letter-spacing:-.045em}h3{font-size:17px;line-height:1.25;letter-spacing:-.02em}.muted{color:var(--muted);font-size:13px;line-height:1.55}.small{font-size:11px;color:var(--muted)}.eyebrow{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:var(--green)}.serif{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.04em}.spacer{height:14px}
#app{min-height:100vh}.appFrame{min-height:100vh;display:grid;grid-template-columns:1fr}.mainColumn{min-width:0;padding-bottom:calc(92px + var(--safe-bottom))}.page{padding:0 16px 34px;max-width:1500px;margin:0 auto;width:100%}.page.narrow{max-width:880px}.page.wide{max-width:1480px}.desktopOnly{display:none}.mobileOnly{display:block}
.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 16px;position:sticky;top:0;z-index:40;background:rgba(245,246,242,.9);backdrop-filter:blur(20px);border-bottom:1px solid rgba(225,229,223,.8)}.brand{display:flex;align-items:center;gap:9px;font-size:20px;font-weight:950;letter-spacing:-.055em}.brandMark{width:31px;height:31px;border-radius:11px;background:var(--green);display:grid;place-items:center;color:#fff}.brand span{color:var(--green)}.topActions{display:flex;gap:8px;align-items:center}.iconBtn,.avatarBtn,.backBtn{width:43px;height:43px;border-radius:14px;border:1px solid var(--line);background:var(--surface);display:grid;place-items:center;color:var(--ink);box-shadow:0 6px 18px rgba(20,45,36,.04)}.avatarBtn{border-radius:50%;background:var(--green);color:#fff;border-color:var(--green);font-weight:900}.languageBtn{height:42px;padding:0 12px;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--ink);font-weight:800;font-size:12px}.headerTitle{height:72px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;position:sticky;top:0;z-index:40;padding:0 16px;background:rgba(245,246,242,.94);backdrop-filter:blur(20px);border-bottom:1px solid var(--line)}.headerTitle .title{text-align:center}.headerTitle small{display:block;color:var(--muted);font-size:10px}.headerTitle h2{font-size:21px}
.sideNav{display:none}.bottomNav{position:fixed;z-index:60;left:0;right:0;bottom:0;height:calc(78px + var(--safe-bottom));padding:6px 8px var(--safe-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.96);backdrop-filter:blur(20px);border-top:1px solid var(--line)}.navItem{border:0;background:none;border-radius:16px;color:#78837e;font-size:10px;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0}.navItem svg{width:22px;height:22px}.navItem.active{background:var(--green-pale);color:var(--green);font-weight:900}.navLabel{overflow:hidden;text-overflow:ellipsis;max-width:100%}
.heroGrid{display:grid;gap:14px;margin-top:8px}.welcomeHero{min-height:440px;border-radius:30px;overflow:hidden;position:relative;background:var(--green);box-shadow:var(--shadow-lg);isolation:isolate}.welcomeHero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.welcomeHero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,31,24,.08) 25%,rgba(13,37,29,.8) 100%);z-index:1}.heroContent{position:absolute;z-index:2;left:23px;right:23px;bottom:24px;color:#fff}.heroContent .eyebrow{color:#d9eee5}.heroContent p{margin-top:11px;color:rgba(255,255,255,.88);font-size:14px;line-height:1.5;max-width:620px}.weatherBadge{position:absolute;z-index:3;left:18px;top:18px;padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.27);backdrop-filter:blur(14px);color:#fff;font-size:12px;font-weight:850}.phaseBadge{position:absolute;z-index:3;right:18px;top:18px;padding:10px 13px;border-radius:999px;background:rgba(17,48,38,.55);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(14px);color:#fff;font-size:11px;font-weight:850}.welcomeRail{display:grid;gap:12px}.railCard,.panel,.listCard,.featureCard,.metric,.reviewCard,.calendarDay,.bookingCard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 9px 28px rgba(20,45,36,.045)}.railCard,.panel{padding:18px}.railCard.highlight{background:var(--green);border-color:var(--green);color:#fff}.railCard.highlight .muted{color:rgba(255,255,255,.76)}.railTop{display:flex;align-items:center;justify-content:space-between;gap:12px}.railIcon{width:46px;height:46px;border-radius:15px;background:var(--green-pale);color:var(--green);display:grid;place-items:center}.railIcon svg{width:24px;height:24px}.railCard.highlight .railIcon{background:rgba(255,255,255,.15);color:#fff}.firstMinutes{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:14px}.firstAction{border:0;background:var(--surface-soft);border-radius:16px;padding:13px;text-align:left;color:var(--ink);min-height:94px}.firstAction svg{width:24px;height:24px;color:var(--green)}.firstAction b{display:block;margin-top:9px;font-size:12px}.firstAction small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.railCard.highlight .firstAction{background:rgba(255,255,255,.12);color:#fff}.railCard.highlight .firstAction svg,.railCard.highlight .firstAction small{color:#fff}
.askBar{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:8px 8px 8px 15px;box-shadow:var(--shadow)}.askBar input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.askBar .askIcon{color:var(--green);display:grid;place-items:center}.askBar button{width:46px;height:46px;border:0;border-radius:15px;background:var(--green);color:#fff;display:grid;place-items:center}.askBar button.secondaryAsk{background:var(--surface-soft);color:var(--green)}.askBar svg{width:21px;height:21px}.homeAsk{margin-top:-25px;position:relative;z-index:5;margin-left:10px;margin-right:10px}
.section{margin-top:30px}.sectionHead{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.sectionHead p{margin-top:5px}.linkBtn{border:0;background:none;color:var(--green);font-size:12px;font-weight:900;padding:0;white-space:nowrap}.quickGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.quickAction{border:1px solid var(--line);background:#fff;border-radius:20px;padding:15px;text-align:left;color:var(--ink);min-height:122px;box-shadow:0 8px 24px rgba(20,45,36,.04)}.quickAction .quickIcon{width:43px;height:43px;border-radius:14px;background:var(--green-pale);color:var(--green);display:grid;place-items:center}.quickIcon svg{width:23px;height:23px}.quickAction b{display:block;font-size:13px;margin-top:13px}.quickAction small{display:block;font-size:10px;color:var(--muted);margin-top:4px}.quickAction.emergency .quickIcon{background:#f5dfda;color:var(--red)}
.cards{display:grid;grid-template-columns:1fr;gap:12px}.featureCard{overflow:hidden;text-align:left;padding:0;color:var(--ink);width:100%}.featureImage{height:190px;position:relative;overflow:hidden;background:var(--green-pale)}.featureImage img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.featureCard:hover .featureImage img{transform:scale(1.025)}.featureDistance{position:absolute;left:12px;bottom:12px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);font-size:10px;font-weight:900}.featureBody{padding:16px}.featureBody p{margin-top:5px}.featureBody .metaRow{margin-top:11px}.stack{display:grid;gap:11px}.listCard{display:flex;align-items:center;gap:13px;width:100%;padding:13px;text-align:left;color:var(--ink)}.thumb{width:62px;height:62px;border-radius:18px;background:var(--green-pale);display:grid;place-items:center;overflow:hidden;flex:none}.thumb img{width:100%;height:100%;object-fit:cover}.thumb svg{width:28px;height:28px;color:var(--green)}.listMain{flex:1;min-width:0}.listMain p{margin-top:4px}.chev{font-size:22px;color:#98a19d}.metaRow{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.tag{font-size:10px;padding:6px 9px;border-radius:999px;background:var(--green-pale);color:var(--green);font-weight:850}.tag.warn{background:#fff0d3;color:#795710}.tag.red{background:#f6dfdb;color:#82352c}.tag.blue{background:#ddebf0;color:#315e70}.tag.dark{background:var(--green);color:#fff}.tag.neutral{background:#eff1ee;color:#59655f}
.notice,.success,.alert{padding:14px;border-radius:18px;font-size:13px;line-height:1.5}.notice{background:#fff5df;border:1px solid #ebd8aa;color:#6e531c}.success{background:#e7f2ec;border:1px solid #bfd9ca;color:#275342}.alert{background:#fff0ed;border:1px solid #ecc5bd;color:#73382f}.infoStrip{display:flex;gap:11px;align-items:flex-start}.infoStrip svg{width:22px;height:22px;flex:none}.tabs{display:flex;gap:8px;overflow:auto;padding-bottom:3px}.tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:9px 13px;font-size:12px}.tab.active{background:var(--green);border-color:var(--green);color:#fff;font-weight:850}
.detailLayout{display:grid;gap:16px}.detailHero{height:280px;border-radius:28px;overflow:hidden;background:var(--green-pale)}.detailHero img{width:100%;height:100%;object-fit:cover}.detailSidebar{display:grid;gap:12px}.detailCopy{display:grid;gap:12px}.mapEmbed{width:100%;height:330px;border:0;border-radius:24px;background:#e9eee9}.mapPanel{padding:8px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}.mapPanel .mapEmbed{border-radius:21px}.mapActions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.mapInfoGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.infoBox{padding:14px;border-radius:17px;background:var(--surface-soft)}.infoBox b{display:block;font-size:12px}.infoBox span{font-size:11px;color:var(--muted)}
.primary,.secondary,.danger,.ghost{width:100%;border-radius:16px;padding:14px;font-weight:900}.primary{border:0;background:var(--green);color:#fff}.secondary{background:#fff;border:1px solid var(--line);color:var(--ink)}.danger{border:0;background:var(--red);color:#fff}.ghost{border:0;background:transparent;color:var(--green)}.compactBtn{border:1px solid var(--line);background:#fff;border-radius:12px;padding:9px 11px;font-size:12px;font-weight:850;color:var(--ink)}.compactBtn.green{background:var(--green);border-color:var(--green);color:#fff}.compactBtn.coral{background:var(--coral);border-color:var(--coral);color:#fff}.buttonRow{display:grid;grid-template-columns:1fr 1fr;gap:9px}.form{display:grid;gap:13px}.fieldLabel{display:block;font-size:12px;font-weight:850;margin-bottom:6px}.input,textarea,select{width:100%;border:1px solid var(--line);border-radius:15px;padding:13px;background:#fff;color:var(--ink);outline:0}.input:focus,textarea:focus,select:focus{border-color:#82a99a;box-shadow:0 0 0 3px rgba(29,74,61,.08)}textarea{resize:vertical;min-height:105px}.checkRow{display:flex;align-items:flex-start;gap:11px;padding:13px;border-radius:16px;background:var(--surface-soft)}.checkRow input{width:19px;height:19px;accent-color:var(--green);flex:none}.switchRow{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.switchRow:last-child{border-bottom:0}
.chatShell{display:grid;min-height:calc(100vh - 175px)}.chatMessages{display:flex;flex-direction:column;gap:10px;padding:8px 0 18px}.bubble{max-width:90%;padding:14px 16px;border-radius:20px;font-size:14px;line-height:1.5}.bubble.assistant{align-self:flex-start;background:#fff;border:1px solid var(--line);border-bottom-left-radius:7px}.bubble.guest{align-self:flex-end;background:var(--green);color:#fff;border-bottom-right-radius:7px}.sourceBox{margin-top:10px;padding:10px;border-radius:13px;background:var(--surface-soft);font-size:11px;color:var(--muted)}.chatComposer{position:sticky;bottom:calc(78px + var(--safe-bottom));align-self:end;padding:25px 0 4px;background:linear-gradient(transparent,var(--bg) 25%)}.voicePulse{animation:pulse 1.2s infinite}@keyframes pulse{50%{transform:scale(1.08);box-shadow:0 0 0 8px rgba(29,74,61,.08)}}
.timeline{display:grid;gap:12px}.timelineItem{display:grid;grid-template-columns:58px 1fr;gap:11px}.timeBadge{width:52px;height:52px;border-radius:16px;background:var(--green);color:#fff;display:grid;place-items:center;text-align:center;font-size:10px;font-weight:900;padding:4px}.checklist{display:grid;gap:10px}.checkItem{display:grid;grid-template-columns:28px 1fr;gap:11px;padding:15px;background:#fff;border:1px solid var(--line);border-radius:18px}.checkItem input{width:23px;height:23px;accent-color:var(--green)}.checkItem.done{background:#eef6f1}.progress{height:9px;background:#e5e9e5;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;background:var(--green);transition:width .2s}.stars{display:flex;gap:5px}.starBtn{border:0;background:none;font-size:31px;color:#d7d9d4;padding:1px}.starBtn.active{color:#d69b3e}
.authShell{min-height:100vh;background:linear-gradient(145deg,#edf3ee 0%,#f7f8f5 50%,#efe2d2 100%);display:grid}.authVisual{min-height:350px;position:relative;overflow:hidden}.authVisual img{width:100%;height:100%;object-fit:cover}.authVisual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,41,32,.04),rgba(15,41,32,.58))}.authBrand{position:absolute;z-index:2;left:22px;top:22px;color:#fff}.authVisualCopy{position:absolute;z-index:2;left:22px;right:22px;bottom:28px;color:#fff}.authVisualCopy p{margin-top:10px;color:rgba(255,255,255,.86);line-height:1.55}.authPanel{padding:22px 18px 36px;display:flex;flex-direction:column;justify-content:center}.authCard{max-width:520px;width:100%;margin:auto;background:rgba(255,255,255,.95);border:1px solid rgba(225,229,223,.9);border-radius:28px;padding:19px;box-shadow:var(--shadow-lg)}.segmented{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;background:#edf0ec;border-radius:14px;padding:4px;margin-bottom:16px}.segment{border:0;background:none;border-radius:11px;padding:10px 7px;color:var(--muted);font-size:11px;font-weight:850}.segment.active{background:#fff;color:var(--ink);box-shadow:0 4px 13px rgba(20,45,36,.08)}.authActions{display:grid;gap:9px;margin-top:13px}.demoBox{margin-top:14px;padding:12px;border-radius:15px;background:var(--green-pale);font-size:11px;line-height:1.55;color:#34584a}.publicLinks{display:flex;justify-content:center;gap:20px;margin-top:18px;font-size:11px;color:var(--muted)}
.bookingSteps{display:flex;align-items:center;justify-content:center;gap:7px;margin-bottom:18px}.stepDot{width:9px;height:9px;border-radius:50%;background:#d8ddd8}.stepDot.active{width:30px;border-radius:999px;background:var(--green)}.quoteBox{background:var(--green);color:#fff;border-radius:22px;padding:18px}.quoteBox .muted{color:rgba(255,255,255,.76)}.quoteLine{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.13)}.quoteLine:last-child{border-bottom:0}.quoteTotal{font-size:29px;font-weight:950;letter-spacing:-.04em}
.ownerFrame{background:#f3f5f2}.ownerHero{background:linear-gradient(135deg,#173f34,#2e6555);color:#fff;border-radius:28px;padding:20px;min-height:170px;display:flex;flex-direction:column;justify-content:end}.ownerHero .eyebrow{color:#bddccd}.ownerHero .muted{color:rgba(255,255,255,.72)}.metricGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.metric{padding:16px}.metric strong{display:block;font-size:30px;letter-spacing:-.045em;margin-top:5px}.metric small{color:var(--muted)}.ownerGrid{display:grid;gap:14px}.calendar{display:grid;gap:12px}.calendarDay{padding:15px}.calendarDate{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--line)}.taskRow{display:grid;grid-template-columns:10px 1fr auto;gap:11px;align-items:start;padding:12px 0;border-bottom:1px solid var(--line)}.taskRow:last-child{border-bottom:0}.taskDot{width:10px;height:10px;border-radius:50%;background:var(--green);margin-top:5px}.taskDot.maintenance{background:var(--coral)}.taskDot.inspection{background:var(--blue)}.tableWrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff}table{width:100%;border-collapse:collapse;min-width:650px}th,td{text-align:left;padding:12px 13px;border-bottom:1px solid var(--line);font-size:12px;vertical-align:top}th{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:#f8faf7}tr:last-child td{border-bottom:0}.reviewCard{padding:17px}.reviewCard .stars{color:#d09b45;letter-spacing:1px}.reviewActions{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.permissionGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.permission{padding:12px;background:var(--surface-soft);border-radius:15px;font-size:12px}.pricingHero{display:grid;grid-template-columns:1fr auto;gap:15px;align-items:center}.priceNumber{font-size:49px;font-weight:950;letter-spacing:-.06em}.changePill{padding:8px 11px;border-radius:999px;background:var(--green-pale);color:var(--green);font-weight:900;font-size:12px}
.modalBackdrop{position:fixed;z-index:100;inset:0;background:rgba(12,28,22,.5);display:flex;align-items:flex-end;justify-content:center}.modal{width:100%;max-height:92vh;overflow:auto;background:var(--bg);border-radius:30px 30px 0 0;padding:20px 17px calc(30px + var(--safe-bottom));box-shadow:0 -30px 90px rgba(13,31,24,.25)}.modalHandle{width:42px;height:4px;border-radius:999px;background:#cbd0cb;margin:0 auto 16px}.modalHead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.closeBtn{width:39px;height:39px;border-radius:50%;border:1px solid var(--line);background:#fff}.empty{text-align:center;padding:32px 20px;background:#fff;border:1px dashed var(--line-strong);border-radius:22px}.empty svg{width:38px;height:38px;color:var(--green)}.empty p{margin-top:7px}.loading{min-height:100vh;display:grid;place-items:center;color:var(--muted)}.spinner{width:30px;height:30px;border:3px solid #d7ded8;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 12px}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;z-index:130;left:50%;bottom:98px;transform:translate(-50%,14px);opacity:0;pointer-events:none;background:#17352c;color:#fff;padding:11px 16px;border-radius:999px;font-size:13px;max-width:90%;text-align:center;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}.offlineBar{position:fixed;z-index:150;left:0;right:0;top:0;background:#6d5520;color:#fff;text-align:center;padding:7px;font-size:11px}.mediaPreview{width:100%;max-height:300px;object-fit:cover;border-radius:18px;border:1px solid var(--line);margin-top:10px}.cameraBox{aspect-ratio:4/3;border-radius:25px;background:linear-gradient(135deg,var(--green-pale),var(--sand));display:grid;place-items:center;text-align:center;padding:25px;overflow:hidden}.cameraBox img{width:100%;height:100%;object-fit:cover}.cameraBox svg{width:52px;height:52px;color:var(--green)}
.wallFrame{min-height:100vh;padding:18px;background:#edf1ed}.wallHeader{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 8px}.wallClock{font-size:15px;font-weight:900}.wallGrid{display:grid;gap:14px}.wallHero{min-height:440px}.wallHero .heroContent h1{font-size:clamp(48px,6vw,84px)}.wallActions{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.wallAction{min-height:130px;border:1px solid var(--line);border-radius:24px;background:#fff;padding:18px;text-align:left;color:var(--ink)}.wallAction svg{width:32px;height:32px;color:var(--green)}.wallAction b{display:block;margin-top:20px;font-size:15px}.wallAsk{position:sticky;bottom:15px;margin-top:14px}.wallAsk .askBar{height:70px;border-radius:23px}.wallAsk .askBar input{font-size:18px}.wallAsk .askBar button{width:54px;height:54px;border-radius:17px}
@media(min-width:650px){.page{padding-left:24px;padding-right:24px}.heroGrid{grid-template-columns:minmax(0,1.5fr) minmax(270px,.7fr)}.welcomeHero{min-height:500px}.quickGrid{grid-template-columns:repeat(4,1fr)}.cards{grid-template-columns:repeat(2,1fr)}.featureImage{height:220px}.detailLayout{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr)}.detailHero{height:410px}.metricGrid{grid-template-columns:repeat(4,1fr)}.ownerGrid{grid-template-columns:1.2fr .8fr}.mapInfoGrid{grid-template-columns:repeat(4,1fr)}.wallActions{grid-template-columns:repeat(4,1fr)}}
@media(min-width:900px){.mobileOnly{display:none}.desktopOnly{display:block}.appFrame{grid-template-columns:var(--nav-width) minmax(0,1fr)}.mainColumn{padding-bottom:0}.sideNav{display:flex;position:sticky;top:0;height:100vh;flex-direction:column;padding:22px 15px;background:#fff;border-right:1px solid var(--line);z-index:70}.sideNav .brand{padding:0 10px 20px}.sideNavList{display:grid;gap:5px}.sideNav .navItem{height:48px;flex-direction:row;justify-content:flex-start;padding:0 13px;font-size:13px;gap:11px}.sideNav .navItem svg{width:20px}.sideNavFooter{margin-top:auto;display:grid;gap:7px}.propertyMini{padding:13px;border-radius:18px;background:var(--surface-soft)}.bottomNav{display:none}.topbar{padding:0 28px;height:78px}.headerTitle{padding:0 28px;height:78px;grid-template-columns:44px 1fr 44px}.page{padding:0 28px 46px}.heroGrid{margin-top:14px}.homeAsk{margin-left:26px;margin-right:26px}.chatComposer{bottom:0}.modalBackdrop{align-items:center;padding:22px}.modal{max-width:570px;border-radius:28px;padding:22px;max-height:88vh}.toast{bottom:28px}.authShell{grid-template-columns:minmax(420px,1.2fr) minmax(390px,.8fr)}.authVisual{min-height:100vh}.authPanel{padding:40px}.authVisualCopy{left:55px;right:55px;bottom:58px}.authBrand{left:55px;top:42px}.cards{grid-template-columns:repeat(3,1fr)}.ownerHero{min-height:210px;padding:28px}.wallFrame{padding:22px 30px}.wallGrid{grid-template-columns:minmax(0,1.8fr) minmax(340px,.8fr);align-items:stretch}.wallHero{min-height:620px}.wallActions{grid-template-columns:repeat(2,1fr);align-content:start}.wallAction{min-height:145px}}
@media(min-width:1250px){:root{--nav-width:270px}.page{padding-left:38px;padding-right:38px}.page.hasRail{display:grid;grid-template-columns:minmax(0,1fr) var(--right-rail);gap:22px;align-items:start}.stickyRail{position:sticky;top:98px}.cards{grid-template-columns:repeat(3,1fr)}.detailLayout{grid-template-columns:minmax(0,1.55fr) minmax(340px,.65fr)}.ownerGrid{grid-template-columns:1.45fr .55fr}.welcomeHero{min-height:540px}.wallGrid{grid-template-columns:minmax(0,2fr) minmax(400px,.8fr)}.wallHero{min-height:690px}}
@media(orientation:landscape) and (min-width:700px) and (max-width:1100px){.wallGrid{grid-template-columns:1.7fr .8fr}.wallHero{min-height:calc(100vh - 160px)}.wallActions{grid-template-columns:repeat(2,1fr)}.wallAction{min-height:120px}.wallHeader{height:58px}}
/* Dedicated wall-display viewport: keep the welcome, actions and ask bar visible
   together without the sticky composer covering guest names or instructions. */
@media(min-width:900px){
  .wallFrame{height:100vh;min-height:0;display:grid;grid-template-rows:70px minmax(0,1fr) auto;overflow:hidden}
  .wallGrid{min-height:0;height:auto}
  .wallHero{height:100%;min-height:0}
  .wallActions{height:100%;grid-template-rows:repeat(4,minmax(0,1fr))}
  .wallAction{min-height:0}
  .wallAsk{position:static;margin-top:14px}
}
@media(min-width:1250px){.wallHero{min-height:0}}
@media(min-width:900px){.sideNav{overflow-y:auto}}

/* Ask Villa 2.2 — Concierge-first guest experience */
.guestExperience{min-height:100vh;background:#f7f7f3}.guestExperience .guestMain{min-height:100vh;padding-bottom:105px}.guestExperience .brand.light{color:#fff}.guestExperience .brand.light span{color:#fff}.guestExperience .brand.light .brandMark{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(14px)}
.conciergeHome{min-height:100vh;background:#f7f7f3}.conciergeHero{position:relative;min-height:min(860px,92vh);margin:0;overflow:hidden;background:#17382f;color:#fff;isolation:isolate}.conciergeHeroMedia{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.conciergeShade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(9,27,21,.5) 0%,rgba(8,28,21,.08) 27%,rgba(8,29,22,.2) 48%,rgba(8,25,19,.88) 100%)}
.conciergeTop{position:absolute;z-index:5;left:0;right:0;top:0;display:flex;align-items:center;justify-content:space-between;padding:18px 18px}.conciergeTopActions{display:flex;align-items:center;gap:8px}.conciergeTop .languageBtn{color:#fff;background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.26);backdrop-filter:blur(16px)}.conciergeCircle{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.13);color:#fff;backdrop-filter:blur(16px)}.conciergeCircle svg{width:20px;height:20px}
.conciergeWeather,.conciergeTime{position:absolute;z-index:4;top:91px;display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:rgba(15,39,31,.25);backdrop-filter:blur(17px)}.conciergeWeather{left:18px}.conciergeTime{right:18px;flex-direction:column;align-items:flex-end;gap:0;border-radius:17px}.conciergeWeather svg{width:18px;height:18px}.conciergeWeather b,.conciergeTime b{font-size:16px}.conciergeWeather small,.conciergeTime small{font-size:10px;color:rgba(255,255,255,.82)}
.conciergeWelcome{position:absolute;z-index:4;left:20px;right:20px;bottom:208px;max-width:850px}.conciergeWelcome .eyebrow{color:#e6f0ea;font-size:11px}.conciergeWelcome h1{font-size:clamp(50px,12vw,92px);max-width:900px;margin-top:11px;text-wrap:balance}.conciergeWelcome p{margin-top:12px;max-width:650px;color:rgba(255,255,255,.9);font-size:15px;line-height:1.55}.stayPill{display:inline-flex;align-items:center;gap:7px;margin-top:15px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);font-size:11px;font-weight:800;backdrop-filter:blur(14px)}.stayPill svg{width:17px;height:17px}
.heroAskWrap{position:absolute;z-index:5;left:16px;right:16px;bottom:21px}.conciergeAsk{height:64px;border-radius:22px;border-color:rgba(255,255,255,.68);box-shadow:0 18px 50px rgba(0,0,0,.22)}.conciergeAsk input{font-size:16px}.conciergeAsk button{width:50px;height:50px;border-radius:16px}.smartSuggestions{display:flex;gap:8px;overflow-x:auto;padding:11px 1px 1px;scrollbar-width:none}.smartSuggestions::-webkit-scrollbar{display:none}.smartChip{flex:none;display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(14,35,28,.43);color:#fff;backdrop-filter:blur(15px);font-size:11px;font-weight:850;white-space:nowrap}.smartChip svg{width:17px;height:17px}
.conciergeContent{max-width:1480px;margin:0 auto;padding:23px 16px 125px}.todayPanel{position:relative;margin-top:-58px;z-index:8;display:grid;grid-template-columns:auto 1fr;gap:14px;padding:20px;background:rgba(255,255,255,.97);border:1px solid rgba(220,227,221,.9);border-radius:25px;box-shadow:0 26px 70px rgba(19,45,35,.15)}.todayIcon{width:48px;height:48px;border-radius:17px;background:#e3eee8;color:var(--green);display:grid;place-items:center}.todayIcon svg{width:25px;height:25px}.todayPanel h2{margin-top:5px}.todayPanel p{margin-top:9px;color:#52635c;line-height:1.62;max-width:900px}.dataNote{margin-top:11px;color:#8a948f;font-size:10px}.todayAsk{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:8px;border:0;background:#eef3ef;color:var(--green);border-radius:15px;padding:12px;font-weight:900}.todayAsk svg{width:18px;height:18px}
.conciergeActions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:19px}.conciergeActions button{min-height:116px;text-align:left;border:1px solid var(--line);border-radius:21px;background:#fff;padding:15px;color:var(--ink);box-shadow:0 9px 25px rgba(19,45,35,.045)}.conciergeActions svg{width:25px;height:25px;color:var(--green)}.conciergeActions b,.conciergeActions small{display:block}.conciergeActions b{margin-top:15px;font-size:14px}.conciergeActions small{margin-top:3px;color:var(--muted);font-size:10px}.conciergeActions .urgent svg{color:var(--red)}
.conciergeNotice{display:flex;gap:11px;align-items:flex-start;margin-top:19px;padding:15px;border-radius:19px;background:#e9f1ed;color:#284b3e}.conciergeNotice svg{width:21px;height:21px;flex:none}.conciergeNotice b,.conciergeNotice span{display:block}.conciergeNotice span{font-size:12px;line-height:1.5;margin-top:3px}.conciergeSectionHead{margin-top:34px}.conciergeCards{grid-template-columns:1fr}.conciergePlaceCard .featureBody .eyebrow{margin-bottom:7px}.reviewInvitation{display:grid;gap:18px;margin-top:34px;padding:24px;border-radius:27px;background:linear-gradient(135deg,#173e33,#285e4e);color:#fff}.reviewInvitation .eyebrow{color:#c8dfd5}.reviewInvitation p{margin-top:9px;color:rgba(255,255,255,.78);line-height:1.55}.reviewInvitation .primary{background:#fff;color:var(--green);align-self:center}
.guestDirectory{padding-top:22px}.routeMap .mapEmbed{height:min(620px,64vh)}.aiKnowledgeBanner{display:flex;gap:12px;align-items:center;padding:15px 17px;border:1px solid var(--line);border-radius:20px;background:#fff}.aiKnowledgeBanner.live{background:#e5f0ea;border-color:#bed7c9}.aiKnowledgeBanner>span{width:42px;height:42px;border-radius:14px;background:var(--green-pale);color:var(--green);display:grid;place-items:center}.aiKnowledgeBanner svg{width:22px}.aiKnowledgeBanner p{margin-top:4px;font-size:11px;color:var(--muted)}

/* Permanent villa display */
.wallConcierge{position:relative;width:100vw;height:100vh;overflow:hidden;background:#17382f;color:#fff;isolation:isolate}.wallMedia{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.wallShade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(7,24,18,.82) 0%,rgba(7,24,18,.42) 53%,rgba(7,24,18,.66) 100%),linear-gradient(180deg,rgba(5,18,14,.35),rgba(5,18,14,.3))}.wallConcierge .conciergeTop{position:absolute}.wallWeather,.wallTime{position:absolute;z-index:4;top:95px}.wallWeather{left:30px;display:flex;gap:9px;align-items:baseline}.wallWeather span{font-family:Georgia,"Times New Roman",serif;font-size:50px}.wallWeather small,.wallTime small{color:rgba(255,255,255,.75)}.wallTime{right:31px;text-align:right}.wallTime strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:60px;line-height:1}.wallWelcome{position:absolute;z-index:4;left:31px;bottom:205px;width:min(58vw,850px)}.wallWelcome .eyebrow{color:#d7e9e0}.wallWelcome h1{font-size:clamp(56px,7.5vw,112px);margin-top:12px;text-wrap:balance}.wallWelcome p{margin-top:13px;max-width:760px;color:rgba(255,255,255,.84);font-size:17px;line-height:1.55}.wallToday{position:absolute;z-index:4;right:30px;top:180px;width:min(34vw,470px);padding:22px;border-radius:27px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(22px)}.wallToday .eyebrow{color:#d7e9e0}.wallToday>p{margin-top:9px;font-size:16px;line-height:1.6}.wallSuggestionRow{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:17px}.wallSuggestionRow .smartChip{white-space:normal;min-height:58px;border-radius:15px;background:rgba(6,28,20,.3)}.wallCoreActions{position:absolute;z-index:4;right:30px;bottom:112px;width:min(34vw,470px);display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.wallCoreActions button{min-height:88px;border:1px solid rgba(255,255,255,.24);border-radius:20px;background:rgba(255,255,255,.14);backdrop-filter:blur(18px);color:#fff}.wallCoreActions svg{width:25px;height:25px}.wallCoreActions b{display:block;margin-top:7px;font-size:12px}.wallCoreActions .urgent{background:rgba(133,45,37,.64)}.wallSearch{position:absolute;z-index:6;left:30px;right:30px;bottom:24px}.wallSearch .conciergeAsk{max-width:none;height:72px}.wallSearch .conciergeAsk input{font-size:18px}

@media(min-width:650px){
 .conciergeHero{margin:16px;border-radius:32px;min-height:min(850px,88vh)}.conciergeTop{padding:22px 24px}.conciergeWeather{left:25px;top:98px}.conciergeTime{right:25px;top:98px}.conciergeWelcome{left:38px;right:38px;bottom:196px}.heroAskWrap{left:38px;right:38px;bottom:27px}.conciergeContent{padding-left:26px;padding-right:26px}.todayPanel{grid-template-columns:auto 1fr auto;align-items:center;padding:25px}.todayAsk{grid-column:auto;min-width:180px}.conciergeActions{grid-template-columns:repeat(4,1fr)}.conciergeCards{grid-template-columns:repeat(2,1fr)}.reviewInvitation{grid-template-columns:1fr auto;align-items:center;padding:30px}
}
@media(min-width:900px){
 .guestExperience .guestMain{padding-bottom:110px}.guestExperience+.bottomNav{display:grid;left:50%;right:auto;transform:translateX(-50%);bottom:18px;width:590px;height:72px;padding:7px;border:1px solid rgba(213,221,215,.9);border-radius:24px;box-shadow:0 18px 55px rgba(18,42,34,.17)}.guestExperience+.bottomNav .navItem{flex-direction:row;font-size:12px;gap:8px}.guestExperience+.bottomNav .navItem svg{width:20px}.guestExperience .topbar,.guestExperience .headerTitle{padding-left:34px;padding-right:34px}.conciergeHero{margin:20px;min-height:min(880px,88vh)}.conciergeWelcome{left:55px;bottom:204px}.conciergeWelcome h1{font-size:clamp(70px,7vw,118px)}.heroAskWrap{left:55px;right:55px}.conciergeAsk{max-width:980px}.smartSuggestions{max-width:1100px}.conciergeContent{padding-left:40px;padding-right:40px}.todayPanel{margin-top:-75px;padding:30px}.conciergeCards{grid-template-columns:repeat(3,1fr)}.reviewInvitation{padding:38px}.guestExperience .page{padding-bottom:120px}
}
@media(min-width:1250px){.conciergeContent{padding-left:55px;padding-right:55px}.todayPanel{grid-template-columns:auto minmax(0,1fr) auto}.conciergeActions button{min-height:130px;padding:20px}.conciergeActions b{font-size:16px}.conciergeWelcome{left:68px}.heroAskWrap{left:68px;right:68px}}
@media(max-width:900px),(orientation:portrait){.wallWelcome{width:calc(100% - 60px);bottom:250px}.wallToday{left:30px;right:30px;top:180px;width:auto;max-width:520px}.wallCoreActions{left:30px;right:30px;width:auto;bottom:120px}.wallWeather span{font-size:38px}.wallTime strong{font-size:45px}.wallWelcome h1{font-size:clamp(48px,8vw,78px)}.wallSuggestionRow{display:flex;overflow:auto}.wallSuggestionRow .smartChip{min-width:180px}.wallToday{display:none}}
@media(max-width:520px){.conciergeHero{min-height:90vh}.conciergeWelcome{bottom:220px}.conciergeWelcome h1{font-size:52px}.conciergeWeather,.conciergeTime{top:83px}.conciergeTime{display:none}.todayPanel{margin-top:-42px}.conciergeContent{padding-top:0}.wallConcierge .conciergeTop{padding:12px}.wallWeather{top:76px;left:16px}.wallTime{top:76px;right:16px}.wallWelcome{left:17px;right:17px;width:auto;bottom:245px}.wallCoreActions{left:16px;right:16px;grid-template-columns:repeat(2,1fr);bottom:118px}.wallCoreActions button{min-height:65px}.wallSearch{left:16px;right:16px;bottom:14px}.wallSearch .conciergeAsk{height:64px}}

/* Ask Villa V2.3.1 - calmer concierge home, website terms and guest pack */
.guestDesktopNav{display:none;align-items:center;gap:4px;margin-left:auto;margin-right:18px}
.guestDesktopNav button{border:0;background:transparent;color:rgba(255,255,255,.76);padding:10px 13px;border-radius:999px;font-weight:780;font-size:12px}
.guestDesktopNav button:hover,.guestDesktopNav button.active{background:rgba(255,255,255,.16);color:#fff}
.simpleHero{min-height:70vh;max-height:820px}
.simpleHero .conciergeHeroMedia{object-position:center 54%}
.simpleHero .conciergeShade{background:linear-gradient(90deg,rgba(5,25,18,.68) 0%,rgba(5,25,18,.34) 48%,rgba(5,25,18,.16) 100%),linear-gradient(180deg,rgba(5,20,15,.24),rgba(5,20,15,.12) 45%,rgba(5,20,15,.72))}
.conciergeConditions{position:absolute;z-index:4;left:20px;top:88px;display:flex;align-items:center;gap:8px;color:#fff;background:rgba(15,39,31,.27);border:1px solid rgba(255,255,255,.26);border-radius:999px;padding:9px 12px;backdrop-filter:blur(17px)}
.conciergeConditions svg{width:18px;height:18px}.conciergeConditions b{font-size:14px}.conciergeConditions small{font-size:10px;color:rgba(255,255,255,.82)}.conciergeConditions i{width:1px;height:18px;background:rgba(255,255,255,.28);margin:0 2px}
.simpleHero .conciergeWeather,.simpleHero .conciergeTime{display:none}
.simpleHero .conciergeWelcome{bottom:145px;max-width:760px}
.simpleHero .conciergeWelcome h1{font-size:clamp(52px,10vw,102px);line-height:.91}
.simpleHero .conciergeWelcome p{max-width:610px}
.simpleHero .heroAskWrap{bottom:24px}
.simpleContent{padding-top:0}
.simpleToday{margin-top:-1px;display:grid;grid-template-columns:1fr;align-items:start;padding:23px 22px;border-radius:0 0 26px 26px;border-top:0;box-shadow:0 18px 45px rgba(19,45,35,.09)}
.simpleToday h2{font-size:31px;margin-top:5px}.simpleToday p{max-width:940px}
.simpleToday .simpleSuggestions{margin-top:18px;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible}
.simpleToday .smartChip{white-space:normal;justify-content:flex-start;background:#eef4f0;color:var(--green);border:1px solid #d8e6dd;backdrop-filter:none;min-height:50px;border-radius:15px;padding:10px 12px}
.simpleActions{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px}
.simpleActions button{min-height:105px}
.simpleActions button:nth-child(4){border-color:#ead3cf;background:#fff8f6}
.conciergeSectionHead{margin-top:38px}
.reviewInvitation{margin-bottom:15px}

.guideIntro{display:flex;align-items:end;justify-content:space-between;gap:25px;padding:30px;border-radius:28px;background:linear-gradient(135deg,#153f34,#285c4d);color:#fff}.guideIntro p{margin-top:10px;max-width:720px;color:rgba(255,255,255,.78);line-height:1.55}.guideIntro .eyebrow{color:#cfe3d9}.guideIntro .primary{width:auto;min-width:150px;background:#fff;color:var(--green)}
.guideEssentials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.guideEssentials button{display:flex;align-items:center;gap:12px;text-align:left;border:1px solid var(--line);background:#fff;border-radius:19px;padding:15px;color:var(--ink)}.guideEssentials svg{width:24px;height:24px;color:var(--green)}.guideEssentials span{display:block}.guideEssentials b,.guideEssentials small{display:block}.guideEssentials small{margin-top:3px;color:var(--muted)}
.guideGrid{display:grid;grid-template-columns:1fr;gap:9px;margin-top:15px}.guideCard{display:grid;grid-template-columns:46px 1fr 22px;align-items:center;gap:12px;text-align:left;border:1px solid var(--line);background:#fff;border-radius:19px;padding:14px;color:var(--ink)}.guideCard>span{width:46px;height:46px;border-radius:15px;background:var(--green-pale);display:grid;place-items:center;color:var(--green)}.guideCard>span svg{width:23px}.guideCard>svg{width:20px;color:#98a29d}.guideCard h3{font-size:15px}.guideCard p{font-size:11px;color:var(--muted);margin-top:2px}.guideCard small{display:block;margin-top:5px;color:#87918c;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.guideDocuments{display:grid;grid-template-columns:1fr;gap:12px}.guideDocuments button{display:grid;grid-template-columns:45px 1fr 22px;gap:13px;align-items:center;text-align:left;border:1px solid var(--line);background:#fff;border-radius:21px;padding:17px;color:var(--ink)}.guideDocuments button>svg:first-child{width:27px;color:var(--green)}.guideDocuments button>svg:last-child{width:20px;color:#99a19d}.guideDocuments p{color:var(--muted);font-size:12px;line-height:1.45;margin-top:5px}.guideArticle{padding:22px}

.termsHero{display:flex;align-items:end;justify-content:space-between;gap:22px;padding:30px;border-radius:28px;background:linear-gradient(145deg,#173e33,#2d6454);color:#fff}.termsHero .eyebrow{color:#c9e0d6}.termsHero h1{margin-top:8px}.termsHero p{margin-top:10px;max-width:760px;color:rgba(255,255,255,.8);line-height:1.55}.termsDownload{width:auto;min-width:135px;background:#fff;color:var(--green);text-decoration:none;text-align:center}.termsHighlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.termsHighlights div{border:1px solid var(--line);background:#fff;border-radius:17px;padding:14px}.termsHighlights span,.termsHighlights b{display:block}.termsHighlights span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:850}.termsHighlights b{font-size:13px;margin-top:5px;line-height:1.4}.termsSections{display:grid;gap:9px}.termsSections details{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.termsSections summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;padding:16px 18px;font-weight:850;list-style:none}.termsSections summary::-webkit-details-marker{display:none}.termsSections summary svg{width:19px;color:var(--green)}.termsSections details[open] summary svg{transform:rotate(45deg)}.termsSections details p{padding:0 18px 18px;color:var(--muted);line-height:1.65}

@media(min-width:700px){
 .simpleHero{margin:16px;border-radius:31px;min-height:69vh}.simpleContent{padding-top:0}.simpleToday{border-radius:25px;margin-top:-42px;position:relative;z-index:7}.simpleToday .simpleSuggestions{grid-template-columns:repeat(4,minmax(0,1fr))}.guideGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.guideDocuments{grid-template-columns:1fr 1fr}.termsHighlights{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(min-width:900px){
 .guestDesktopNav{display:flex}.guestExperience+.bottomNav{display:none!important}.guestExperience .guestMain{padding-bottom:0}.simpleHero{margin:18px;min-height:72vh}.simpleHero .conciergeWelcome{left:58px;bottom:155px}.simpleHero .heroAskWrap{left:58px;right:58px}.conciergeConditions{left:58px;top:100px}.simpleContent{padding-bottom:65px}.simpleToday{margin-top:-54px;grid-template-columns:minmax(0,1fr);padding:28px 30px}.simpleActions{grid-template-columns:repeat(4,minmax(0,1fr))}.conciergeCards{grid-template-columns:repeat(3,1fr)}.guideEssentials{grid-template-columns:repeat(4,minmax(0,1fr))}.guideGrid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(min-width:1250px){.guideGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.termsHighlights{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:699px){.simpleHero{min-height:68vh}.simpleHero .conciergeWelcome{bottom:142px}.simpleHero .conciergeWelcome h1{font-size:54px}.conciergeConditions{top:80px;left:16px}.simpleHero .heroAskWrap{left:14px;right:14px}.simpleToday{margin:0 -16px}.guideIntro{display:block;padding:23px}.guideIntro .primary{width:100%;margin-top:18px}.termsHero{display:block;padding:23px}.termsDownload{display:block;width:100%;margin-top:18px}.termsHighlights{grid-template-columns:1fr 1fr}.wallToday{display:block}}

@media(max-width:699px){.simpleSuggestions .smartChip:nth-child(n+4){display:none}}
@media(min-width:700px){.simpleSuggestions .smartChip:nth-child(n+4){display:flex}}

/* V2.3.1 homepage restraint */
.homeQuietLink{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;padding:28px 0 8px}
.simpleActions{margin-top:18px}
.simpleContent{padding-bottom:36px}
@media(max-width:699px){
  .simpleHero{min-height:56vh;max-height:570px}
  .simpleHero .conciergeWelcome{bottom:122px}
  .simpleHero .conciergeWelcome h1{font-size:48px}
  .simpleHero .conciergeWelcome p{display:none}
  .simpleHero .stayPill{margin-top:12px}
  .simpleToday{padding:21px 18px}
  .simpleToday h2{font-size:28px}
  .simpleToday .dataNote{font-size:10px}
  .simpleSuggestions{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .simpleActions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .simpleActions button{min-height:112px}
  .homeQuietLink{gap:10px;padding-top:20px}
}
@media(min-width:700px) and (max-width:1099px){
  .simpleHero{min-height:62vh;max-height:690px}
  .simpleToday{margin-top:-36px}
}
@media(min-width:1100px){
  .simpleHero{min-height:64vh;max-height:740px}
  .simpleContent{max-width:1280px;margin:0 auto}
  .simpleToday{margin-top:-46px}
}


/* Ask Villa V2.5.1 — persistent navigation and coherent stay journey */
.guestRouteBar{position:sticky;top:0;z-index:82;min-height:62px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 14px;background:rgba(249,250,247,.96);backdrop-filter:blur(22px);border-bottom:1px solid var(--line);box-shadow:0 8px 30px rgba(20,45,36,.055)}
.routeBack,.guestRouteActions button{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:14px;min-height:43px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;font-size:11px;font-weight:850}.routeBack svg,.guestRouteActions svg{width:19px;height:19px}.routeBack.disabled{opacity:.35;cursor:default}.guestRouteContext{min-width:0;text-align:center}.guestRouteContext small,.guestRouteContext b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.guestRouteContext small{font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:var(--muted);font-weight:850}.guestRouteContext b{margin-top:2px;font-size:13px}.guestRouteActions{display:flex;gap:7px}.guestRouteActions .routeEmergency{color:var(--red);background:#fff8f6;border-color:#ead2cd}.guestRouteActions button span{display:none}
.guestExperience.hasRouteBar .topbar,.guestExperience.hasRouteBar .headerTitle{position:relative;top:auto;z-index:35}.guestExperience.hasRouteBar .guestMain{min-height:calc(100vh - 62px)}
.stayPill{border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.14);color:#fff;display:inline-flex;align-items:center;gap:7px}.stayPill svg{width:16px;height:16px}
.contextualActions{grid-template-columns:repeat(2,minmax(0,1fr))}.simpleToday .simpleSuggestions{grid-template-columns:repeat(3,minmax(0,1fr))}
.journeyHero{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:28px;border-radius:28px;background:linear-gradient(135deg,#173f34,#2d6655);color:#fff}.journeyHero.arrival{background:linear-gradient(135deg,#173f34,#536e5e)}.journeyHero .eyebrow{color:#cce1d7}.journeyHero p{max-width:720px;margin-top:10px;line-height:1.6;color:rgba(255,255,255,.8)}.journeyHero .primary{width:auto;min-width:170px;background:#fff;color:var(--green)}.journeyGrid{display:grid;grid-template-columns:1fr;gap:12px}.journeyStep{width:38px;height:38px;border-radius:13px;background:var(--green-pale);color:var(--green);display:grid;place-items:center;font-weight:950;margin-bottom:17px}.arrivalSteps{display:grid;gap:12px}.arrivalStep{display:grid;grid-template-columns:46px 1fr;gap:14px;padding:18px;border:1px solid var(--line);background:#fff;border-radius:22px}.arrivalStep>span{width:46px;height:46px;border-radius:15px;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:950}.arrivalStep p{margin-top:7px;color:var(--muted);line-height:1.6}.arrivalPhoto{width:100%;max-height:360px;object-fit:cover;border-radius:16px;margin-bottom:13px}.supportChoice{display:grid;gap:10px}.supportChoice button{display:flex;align-items:center;gap:14px;text-align:left;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:20px;padding:16px}.supportChoice svg{width:28px;height:28px;color:var(--green);flex:none}.supportChoice span,.supportChoice b,.supportChoice small{display:block}.supportChoice small{color:var(--muted);margin-top:4px}.supportChoice .supportEmergency{background:#fff5f2;border-color:#ebcbc4}.supportChoice .supportEmergency svg{color:var(--red)}
.answerTrust,.answerActions{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.trustBadge{font-size:9px;font-weight:900;padding:5px 8px;border-radius:999px;background:#edf1ee;color:#5d6963}.trustBadge.verified{background:#dfeee6;color:#255743}.trustBadge.caution{background:#fff0d6;color:#745510}.answerActions{padding-top:4px}.answerActions .compactBtn{font-size:10px}
.updateAvailable{position:fixed;z-index:120;left:50%;bottom:94px;transform:translateX(-50%);width:min(92vw,520px);display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 15px;border-radius:18px;background:#183129;color:#fff;box-shadow:0 20px 70px rgba(12,32,25,.28)}.updateAvailable[hidden]{display:none}.updateAvailable span{font-size:12px;line-height:1.4}.updateAvailable button{border:0;border-radius:12px;background:#fff;color:var(--green);padding:9px 12px;font-weight:900}
@media(min-width:700px){.guestRouteBar{padding-left:24px;padding-right:24px}.guestRouteActions button span,.routeBack span{display:inline}.journeyGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:900px){.guestRouteBar{padding-left:34px;padding-right:34px}.contextualActions{grid-template-columns:repeat(4,minmax(0,1fr))}.guestExperience.hasRouteBar+.bottomNav{display:none!important}}
@media(max-width:699px){.guestRouteBar{grid-template-columns:43px 1fr auto;padding:7px 9px}.routeBack{width:43px;padding:0}.guestRouteActions button{width:42px;padding:0}.guestRouteActions button:first-child{display:none}.guestRouteContext{text-align:left}.simpleToday .simpleSuggestions{grid-template-columns:1fr!important}.simpleToday .smartChip:nth-child(n+3){display:none}.journeyHero{display:block;padding:22px}.journeyHero .primary{width:100%;margin-top:18px}.updateAvailable{bottom:90px}}
.lockedArrival{text-align:center;padding:34px}.lockedIcon{width:62px;height:62px;border-radius:20px;background:var(--green-pale);color:var(--green);display:grid;place-items:center;margin:0 auto 18px}.lockedIcon svg{width:30px;height:30px}

/* Ask Villa V2.5.1 — Villa Zeytin Live Pilot */
.guestExperience+.bottomNav{grid-template-columns:repeat(4,minmax(0,1fr))}
.companionHero{min-height:60vh;max-height:720px}
.companionWelcome{bottom:136px}
.companionWelcome h1{max-width:900px}
.companionContent{max-width:1220px;padding-top:0}
.holidayBriefing{position:relative;z-index:8;margin-top:-32px;padding:32px 6px 25px;display:grid;grid-template-columns:minmax(0,1fr);gap:22px;background:var(--bg)}
.briefingCopy{max-width:880px}
.holidayBriefing h2{font-size:clamp(34px,5vw,62px);margin-top:8px;line-height:1.03}
.holidayBriefing p{margin-top:13px;font-size:clamp(15px,2vw,19px);line-height:1.7;color:#4d6058;max-width:920px}
.briefingTrust{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}
.briefingTrust span{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;padding:6px 9px;border-radius:999px;background:#e4eee8;color:#285544}
.briefingActions{display:flex;gap:9px;flex-wrap:wrap;align-items:center}
.briefingActions button{width:auto;min-width:145px;margin:0;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.briefingActions button svg{width:18px;height:18px}
.briefingActions .ghost{border:0;background:transparent;color:var(--green);padding:12px 8px;font-weight:900}
.conciergeNotice{width:100%;border:1px solid var(--line);background:#fff;border-radius:18px;padding:14px 16px;display:flex;align-items:center;gap:12px;text-align:left;color:var(--ink)}
.conciergeNotice>svg{width:20px;color:var(--green);flex:none}.conciergeNotice>svg:last-child{margin-left:auto}.conciergeNotice div{display:grid;gap:3px}.conciergeNotice span{font-size:12px;color:var(--muted)}
.quietEssentials{display:grid;grid-template-columns:1fr;gap:9px;margin-top:17px;padding-top:17px;border-top:1px solid var(--line)}
.quietEssentials button{display:flex;align-items:center;gap:12px;border:0;background:transparent;color:var(--ink);text-align:left;padding:10px 4px}
.quietEssentials button>svg{width:23px;color:var(--green);flex:none}.quietEssentials span,.quietEssentials b,.quietEssentials small{display:block}.quietEssentials small{color:var(--muted);margin-top:3px}.quietEssentials .urgent>svg{color:var(--red)}

.problemGrid{display:grid;grid-template-columns:1fr;gap:10px;margin-top:17px}
.problemCard{display:flex;align-items:center;gap:13px;border:1px solid var(--line);background:#fff;border-radius:20px;padding:16px;text-align:left;color:var(--ink);min-height:82px}
.problemCard>svg:first-child{width:27px;height:27px;color:var(--green);flex:none}.problemCard>svg:last-child{width:19px;margin-left:auto;color:#8b9892}.problemCard span,.problemCard b,.problemCard small{display:block}.problemCard small{color:var(--muted);margin-top:4px}
.problemFlow{display:grid;gap:15px}.problemStop{display:flex;gap:13px;padding:18px;border-radius:20px;background:#fff2ef;border:1px solid #e7c6bf;color:#6d342c}.problemStop svg{width:25px;flex:none}.problemStop p{margin-top:5px;line-height:1.55}
.problemFlow ol{list-style:none;padding:0;margin:0;display:grid;gap:10px}.problemFlow li{display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:19px;padding:15px}.problemFlow li span{width:42px;height:42px;border-radius:14px;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:950}.problemFlow li p{line-height:1.55}
.verifiedExcerpt{background:#edf4f0;border:1px solid #cfe1d7;border-radius:20px;padding:18px}.verifiedExcerpt h3{margin-top:7px}.verifiedExcerpt p{margin-top:7px;color:#52635b;line-height:1.6;white-space:pre-line}.problemOutcome{padding:24px;border-radius:24px;background:#fff;border:1px solid var(--line)}.problemOutcome .buttonRow{margin-top:17px}

.myHolidayGrid{display:grid;grid-template-columns:1fr;gap:22px}.planDay{margin-bottom:25px}.planDay>h3{margin-bottom:10px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.planItem{display:grid;grid-template-columns:72px minmax(0,1fr);gap:13px;align-items:center;padding:12px;border:1px solid var(--line);background:#fff;border-radius:20px}.planItem.visited{opacity:.72;background:#edf3ef}.planItem>img{width:72px;height:72px;border-radius:15px;object-fit:cover}.planItem p{font-size:11px;color:var(--muted);margin-top:4px}.planItemActions{grid-column:1/-1;display:flex;gap:6px;flex-wrap:wrap}.planItemActions button{border:1px solid var(--line);background:#f7f8f5;border-radius:11px;padding:7px 10px;font-size:10px;font-weight:850;color:var(--green)}
.memoryList{display:grid;gap:8px;margin-top:15px}.memoryList span{display:flex;align-items:center;gap:8px;font-size:12px;color:#52635b}.memoryList svg{width:17px;color:var(--green)}

.wallCompanion .wallWelcome{bottom:auto;top:210px;max-width:54vw}.wallCompanion .wallWelcome h1{font-size:clamp(58px,7vw,108px)}
.wallBriefing{position:absolute;z-index:4;left:30px;right:30px;bottom:116px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:end;padding:25px 27px;border-radius:27px;background:rgba(10,30,23,.56);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(24px)}
.wallBriefing .eyebrow{color:#d4e9df}.wallBriefing h2{font-size:clamp(30px,3.5vw,52px);margin-top:7px}.wallBriefing>p{grid-column:1/2;margin-top:-10px;max-width:820px;font-size:16px;line-height:1.6;color:rgba(255,255,255,.84)}.wallBriefing .briefingTrust{grid-column:1/2}.wallBriefing .briefingTrust span{background:rgba(255,255,255,.14);color:#fff}.wallBriefingActions{grid-row:1/4;grid-column:2;display:grid;gap:8px;min-width:180px}.wallBriefingActions button{width:100%;margin:0}.wallCoreActions.compact{right:30px;top:92px;bottom:auto;width:auto;grid-template-columns:repeat(3,100px)}.wallCoreActions.compact button{min-height:74px}.wallCompanion .wallSearch{bottom:22px}

@media(min-width:700px){
 .holidayBriefing{grid-template-columns:minmax(0,1fr) auto;align-items:end;padding:40px 12px 30px}.briefingActions{justify-content:flex-end;max-width:360px}.quietEssentials{grid-template-columns:repeat(3,1fr)}.problemGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.planItem{grid-template-columns:82px minmax(0,1fr) auto}.planItem>img{width:82px;height:82px}.planItemActions{grid-column:auto;justify-content:flex-end;max-width:190px}.myHolidayGrid{grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr)}
}
@media(min-width:1000px){.problemGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.companionHero{min-height:68vh}.holidayBriefing{margin-top:-44px}}
@media(max-width:699px){
 .companionHero{min-height:58vh;max-height:600px}.companionWelcome{bottom:118px}.companionWelcome h1{font-size:49px}.companionWelcome p{display:none}.holidayBriefing{margin-top:0;padding:24px 0 20px}.holidayBriefing h2{font-size:38px}.holidayBriefing p{font-size:15px}.briefingActions{display:grid;grid-template-columns:1fr 1fr}.briefingActions button{min-width:0;width:100%}.briefingActions .briefingAnother{grid-column:1/-1}.quietEssentials{margin-top:10px}.wallBriefing{left:16px;right:16px;bottom:104px;display:block;padding:19px}.wallBriefing>p{margin-top:9px;font-size:14px}.wallBriefingActions{display:flex;margin-top:13px;min-width:0}.wallBriefingActions button{font-size:11px;min-width:0}.wallCompanion .wallWelcome{top:160px;left:17px;right:17px;max-width:none}.wallCoreActions.compact{display:none}.wallCompanion .wallSearch{bottom:13px}.problemGrid{grid-template-columns:1fr}.journeyHero{margin-top:0}
}

/* Ask Villa V2.5.1 — Villa Zeytin live-pilot stabilisation */
.authHelp{margin-top:14px;padding:13px 14px;border-radius:16px;background:var(--surface-soft);color:var(--muted);font-size:12px;line-height:1.55}
.segmented.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.linkButton{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.emergencyCalls{display:grid;grid-template-columns:1fr;gap:10px}
.emergencyCall{display:flex;align-items:center;gap:13px;padding:17px 18px;border-radius:20px;text-decoration:none;color:#fff;box-shadow:var(--shadow)}
.emergencyCall svg{width:25px;height:25px;flex:none}.emergencyCall span,.emergencyCall b,.emergencyCall small{display:block}.emergencyCall small{margin-top:4px;color:rgba(255,255,255,.84)}
.emergencyCall.medical{background:#9a453d}.emergencyCall.fire{background:#7d352e}.emergencyCall.police{background:#315f72}
.locationCoords{margin-top:9px;font-size:12px;font-weight:800;letter-spacing:.02em;color:var(--green);overflow-wrap:anywhere}
.chatShell,.chatMessages,.chatComposer{min-width:0;max-width:100%}.bubble{min-width:0;overflow-wrap:anywhere;word-break:break-word}.sourceBox{overflow-wrap:anywhere;word-break:break-word}.chatComposer .tabs{max-width:100%}.chatComposer .askBar{width:100%;max-width:100%}
@media(min-width:700px){.emergencyCalls{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:699px){.page.narrow{overflow-x:hidden}.chatShell{width:100%}.bubble{max-width:calc(100vw - 52px)}.chatComposer{width:100%;overflow:hidden}.chatComposer .tabs{padding-right:2px}.emergencyCall{min-height:76px}}
