@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";:root{font-family:DM Sans,sans-serif;color:#17332f;background:#f7f4ed;font-synthesis:none;--green: #17453e;--mint: #dceae3;--cream: #f7f4ed;--coral: #e46f4c;--ink: #17332f;--muted: #65746f}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{color:inherit}.app-shell{min-height:100vh;padding-bottom:76px}.topbar{height:76px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);border-bottom:1px solid #e7e4dc;position:sticky;top:0;z-index:10}.brand{border:0;background:none;display:flex;align-items:center;gap:10px;letter-spacing:.16em;font-weight:700;cursor:pointer}.brand-mark,.wordmark span{display:grid;place-items:center;width:34px;height:34px;border-radius:50% 50% 45% 45%;background:var(--green);color:#fff;font-family:Playfair Display;font-size:21px}.guest-chip{display:flex;align-items:center;gap:10px}.guest-chip>span{width:36px;height:36px;display:grid;place-items:center;background:var(--mint);border-radius:50%;font-size:12px;font-weight:700}.guest-chip div{display:flex;flex-direction:column}.guest-chip small{color:var(--muted)}.page{max-width:1240px;margin:0 auto;padding:40px clamp(20px,5vw,72px) 80px}h1,h2{font-family:Playfair Display,serif;margin:0;line-height:1.05}h1{font-size:clamp(2.35rem,5vw,4.6rem)}h2{font-size:clamp(1.65rem,2.8vw,2.5rem)}.kicker{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;color:var(--coral);font-weight:700;margin:0 0 10px}.kicker.light{color:#e8c9b7}.stay-hero{min-height:330px;background:var(--green);color:#fff;border-radius:0 0 28px 28px;margin:-40px clamp(-72px,-5vw,-20px) 48px;padding:64px clamp(24px,7vw,96px);display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden}.stay-hero:after{content:"";position:absolute;width:420px;height:420px;right:-120px;top:-150px;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:0 0 0 50px #ffffff0a,0 0 0 110px #ffffff08}.location{display:flex;gap:7px;align-items:center;opacity:.78}.stay-facts{display:flex;gap:24px;margin-top:38px;flex-wrap:wrap}.stay-facts span{display:flex;gap:8px;align-items:center}.countdown{background:#f1dccf;color:var(--green);border-radius:50%;width:142px;height:142px;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1;transform:rotate(3deg)}.countdown strong{font:700 3.4rem/1 Playfair Display}.countdown span{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.content-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:58px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}.section-heading>p{max-width:260px;color:var(--muted);margin:0}.category-grid{display:grid;gap:14px}.category-card{min-height:118px;border:1px solid #e3dfd6;background:#fff;border-radius:18px;padding:22px;display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:18px;text-align:left;cursor:pointer;transition:transform .2s,box-shadow .2s}.category-card:hover{transform:translateY(-2px);box-shadow:0 14px 35px #17332f1a}.category-card span:nth-child(2){display:flex;flex-direction:column}.category-card small{color:var(--muted);margin-bottom:4px}.category-card strong{font:600 1.45rem Playfair Display}.icon-disc{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:var(--mint)}.spa .icon-disc{background:#dbe9ef}.activity .icon-disc{background:#f1dccf}.up-next{background:#ebe5d9;border-radius:22px;padding:28px;align-self:start}.section-heading.compact{align-items:center}.text-button,.back{border:0;background:transparent;color:var(--green);font-weight:700;display:flex;align-items:center;gap:5px;cursor:pointer}.mini-event{display:flex;gap:15px;align-items:center;padding:16px 0;border-top:1px solid rgba(23,51,47,.12)}.date-tile{display:flex;flex-direction:column;align-items:center;width:48px;padding:8px;background:#fff;border-radius:8px}.date-tile strong{font:700 1.25rem Playfair Display}.date-tile small{font-size:.64rem;color:var(--coral);font-weight:700}.mini-event>div{display:flex;flex-direction:column;gap:5px}.mini-event div small{color:var(--muted);display:flex;gap:5px}.amend-link{margin-top:20px;color:var(--green);font-weight:700;display:flex;gap:6px;align-items:center;text-decoration:none}.empty{color:var(--muted)}.bottom-nav{display:none}.signin-page{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr}.signin-story{background:var(--green);color:#fff;padding:52px clamp(28px,6vw,90px);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.signin-story:after{content:"";position:absolute;width:600px;height:600px;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:-320px;bottom:-160px;box-shadow:0 0 0 70px #ffffff08,0 0 0 150px #ffffff05}.wordmark{display:flex;align-items:center;gap:12px;letter-spacing:.15em;font-weight:700}.signin-story h1{font-size:clamp(3rem,6vw,6.4rem);max-width:900px}.signin-story div>p:not(.kicker){font-size:1.2rem;max-width:520px;color:#c9d8d3}.poc-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;opacity:.6}.signin-form{display:grid;place-items:center;padding:32px;background:#fff}.signin-form form{width:min(430px,100%)}.signin-form h2{font-size:3rem}.signin-form form>p:not(.kicker,.error){color:var(--muted);line-height:1.6;margin-bottom:30px}label{display:flex;flex-direction:column;gap:8px;margin:18px 0;font-weight:600}input,select{border:1px solid #cfd6d2;border-radius:10px;padding:15px;font-size:1.05rem;outline:none;background:#fff;color:var(--ink)}input:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--mint)}.primary{border:0;background:var(--coral);color:#fff;min-height:52px;padding:0 22px;border-radius:999px;font-weight:700;display:flex;gap:12px;justify-content:center;align-items:center;cursor:pointer;margin-top:24px}.primary:hover{background:#ce5c3b}.primary:disabled{opacity:.5;cursor:not-allowed}.primary.full{width:100%}.demo-hint,.secure-note{display:flex;justify-content:center;color:var(--muted);margin-top:13px}.secure-note{align-items:center;gap:6px}.error{color:#a22d2d;background:#fff0ed;padding:10px 12px;border-radius:8px}.plan-page,.itinerary-page{max-width:1000px}.back{margin-bottom:40px;padding:0}.plan-page>h1,.itinerary-page>h1{margin-bottom:32px}.experience-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}.experience-card{border:0;background:#fff;border-radius:18px;overflow:hidden;padding:0;display:grid;grid-template-columns:155px 1fr auto;align-items:center;text-align:left;cursor:pointer;box-shadow:0 2px #e7e2d8}.experience-art{height:100%;min-height:210px;display:grid;place-items:center;background:var(--mint)}.experience-art svg{width:42px;height:42px}.experience-art.spa{background:#dbe9ef}.experience-art.activity{background:#f1dccf}.experience-copy{padding:22px;display:flex;flex-direction:column}.experience-copy small{color:var(--coral);text-transform:uppercase;letter-spacing:.09em;font-weight:700}.experience-copy strong{font:600 1.4rem Playfair Display;margin:6px 0}.experience-copy p{color:var(--muted);margin:0 0 12px;font-size:.9rem}.experience-copy b{font-size:.85rem}.experience-card>svg{margin-right:20px}.booking-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;background:#fff;padding:36px;border-radius:22px}.booking-panel p{color:var(--muted);line-height:1.6}.detail-row{display:flex;gap:10px;align-items:center;padding:14px 0;border-top:1px solid #eee}.detail-row svg{width:18px}.booking-panel h2{font-size:2rem}.honesty-note{font-size:.85rem}.slot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.slot-grid button{background:var(--cream);border:1px solid transparent;border-radius:10px;padding:13px 8px;display:flex;flex-direction:column;cursor:pointer}.slot-grid button.selected{border-color:var(--green);background:var(--mint)}.slot-grid button:disabled{opacity:.48;cursor:not-allowed;text-decoration:line-through}.slot-grid small{font-size:.7rem;color:var(--muted)}.slot-grid em{color:var(--coral);font-size:.68rem;font-style:normal;margin-top:3px}.confirmation{text-align:center;display:flex;min-height:70vh;max-width:650px;flex-direction:column;align-items:center;justify-content:center}.success-icon{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:var(--mint);margin-bottom:22px}.success-icon svg{width:36px;height:36px}.confirmation p:not(.kicker){color:var(--muted);font-size:1.1rem;line-height:1.6}.confirmation-number{border:1px dashed #a5b5af;padding:15px 32px;border-radius:10px;display:flex;flex-direction:column;margin:12px 0}.confirmation-number small{color:var(--muted)}.confirmation-number strong{letter-spacing:.12em;font-size:1.2rem}.subtitle{color:var(--muted);margin-bottom:40px}.timeline section{display:grid;grid-template-columns:180px 1fr;gap:30px;border-top:1px solid #dedbd3;padding:30px 0}.timeline-date{display:flex;flex-direction:column}.timeline-date strong{font:600 1.4rem Playfair Display}.timeline-date span{color:var(--muted)}.timeline-item{position:relative;display:grid;grid-template-columns:60px 1fr auto;gap:14px;background:#fff;padding:20px;border-radius:14px;margin-bottom:12px}.timeline-item>small{color:var(--coral);font-weight:700}.timeline-item div strong{font-family:Playfair Display;font-size:1.15rem}.timeline-item div p{margin:5px 0 0;color:var(--muted);text-transform:capitalize}.status{color:#34705b;font-size:.78rem;display:flex;gap:4px;align-items:start}@media (max-width: 800px){.topbar{height:64px}.guest-chip div{display:none}.page{padding:26px 18px 100px}.stay-hero{min-height:300px;padding:38px 24px;margin:-26px -18px 30px;border-radius:0 0 22px 22px;align-items:end}.stay-hero h1{font-size:2.6rem}.stay-facts{margin-top:25px;gap:10px;flex-direction:column}.countdown{width:92px;height:92px;position:absolute;top:26px;right:22px}.countdown strong{font-size:2.2rem}.countdown span{font-size:.65rem}.content-grid{grid-template-columns:1fr;gap:28px}.section-heading{align-items:start;flex-direction:column;gap:8px}.category-card{min-height:96px;padding:16px;grid-template-columns:52px 1fr auto}.icon-disc{width:50px;height:50px}.bottom-nav{position:fixed;display:flex;bottom:0;left:0;right:0;height:72px;background:#fff;border-top:1px solid #ddd;z-index:20;justify-content:space-around;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav button{flex:1;border:0;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:.72rem;color:#73807c}.bottom-nav button.active{color:var(--green)}.signin-page{grid-template-columns:1fr}.signin-story{min-height:38vh;padding:28px 24px}.signin-story h1{font-size:2.5rem}.signin-story div>p:not(.kicker){display:none}.poc-label{display:none}.signin-form{align-items:start;padding:36px 24px}.signin-form h2{font-size:2.4rem}.experience-list{grid-template-columns:1fr}.experience-card{grid-template-columns:95px 1fr auto}.experience-art{min-height:180px}.booking-panel{grid-template-columns:1fr;gap:20px;padding:22px}.slot-grid{grid-template-columns:repeat(3,1fr)}.timeline section{grid-template-columns:1fr;gap:14px}.timeline-item{grid-template-columns:50px 1fr}.status{grid-column:2}.up-next{padding:22px}}@media (min-width: 801px){.experience-list .experience-card:only-child{grid-column:1 / -1}}
