.capsule-page{padding-top:14px}.capsule-breadcrumbs{margin-bottom:22px}.capsule-breadcrumbs a{color:var(--muted);font-size:var(--text-sm);align-items:center;gap:8px;display:inline-flex}.capsule-breadcrumbs svg{width:18px;height:18px}.capsule-detail{margin-bottom:36px}.capsule-detail-top{grid-template-columns:minmax(0,1.55fr) minmax(320px,1fr);align-items:stretch;gap:26px;margin-bottom:36px;display:grid}.capsule-detail-sidebar{flex-direction:column;gap:24px;min-width:0;display:flex}.capsule-detail-heading{margin-bottom:0}.capsule-detail-kicker{color:var(--muted);font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;display:block}.capsule-detail-heading h1{margin-bottom:10px;font-size:clamp(34px,3.2vw,46px);line-height:1.03}.capsule-detail-heading p{color:var(--muted);font-size:var(--text-base);max-width:680px;margin-bottom:0}.capsule-detail-features{flex-wrap:wrap;gap:8px 14px;margin:18px 0 0;padding:0;list-style:none;display:flex}.capsule-detail-features li{font-size:var(--text-xs);align-items:center;gap:5px;display:flex}.capsule-detail-features svg{stroke-width:1.5px;flex:0 0 17px;width:17px;height:17px}.capsule-gallery{min-width:0;margin-bottom:0}.capsule-gallery-main{background:var(--wash);border-radius:var(--radius-lg);height:clamp(390px,35vw,540px);position:relative;overflow:hidden}.capsule-gallery-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.capsule-gallery-image-moving{will-change:transform;animation-duration:.48s;animation-timing-function:cubic-bezier(.4,0,.2,1);animation-fill-mode:both}.capsule-gallery-image-next.capsule-gallery-image-out{animation-name:capsule-image-out-left}.capsule-gallery-image-next.capsule-gallery-image-in{animation-name:capsule-image-in-right}.capsule-gallery-image-previous.capsule-gallery-image-out{animation-name:capsule-image-out-right}.capsule-gallery-image-previous.capsule-gallery-image-in{animation-name:capsule-image-in-left}.capsule-gallery-open{cursor:pointer;z-index:1;background:0 0;position:absolute;inset:0}.capsule-gallery-open:focus-visible{outline:3px solid var(--blue);outline-offset:-5px}.capsule-gallery-arrow{color:var(--deep);cursor:pointer;z-index:2;background:#fffffff0;border:1px solid #0b537538;border-radius:50%;justify-content:center;align-items:center;width:43px;height:43px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.capsule-gallery-arrow:disabled{cursor:default}.capsule-gallery-arrow.is-previous{left:20px}.capsule-gallery-arrow.is-next{right:20px}.capsule-gallery-arrow svg{width:21px;height:21px}.capsule-gallery-counter{color:#fff;font-size:var(--text-xs);z-index:2;background:#053a54cc;border-radius:999px;padding:7px 12px;position:absolute;bottom:18px;right:18px}.capsule-gallery-thumbnails{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.capsule-gallery-thumbnails button{background:var(--wash);cursor:pointer;border:2px solid #0000;border-radius:15px;height:100px;padding:0;transition:border-color .16s,opacity .16s;overflow:hidden}.capsule-gallery-thumbnails button:not(.is-active){opacity:.68}.capsule-gallery-thumbnails button.is-active{border-color:var(--blue);opacity:1}.capsule-gallery-thumbnails img{object-fit:cover;width:100%;height:100%}body.capsule-gallery-expanded{overflow:hidden}.capsule-gallery-lightbox{z-index:1000;background:#02151ff0;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:34px clamp(18px,4vw,64px) 24px;display:flex;position:fixed;inset:0}.capsule-gallery-lightbox-stage{flex:auto;width:100%;max-width:1440px;max-height:calc(100vh - 150px);position:relative;overflow:hidden}.capsule-gallery-lightbox .capsule-gallery-image{object-fit:contain}.capsule-gallery-lightbox-close{color:var(--deep);cursor:pointer;z-index:3;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex;position:absolute;top:18px;right:clamp(18px,3vw,44px)}.capsule-gallery-lightbox-close svg{width:23px;height:23px}.capsule-gallery-lightbox-arrow{color:var(--deep);cursor:pointer;z-index:2;background:#fffffff0;border-radius:50%;justify-content:center;align-items:center;width:43px;height:43px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.capsule-gallery-lightbox-arrow.is-previous{left:18px}.capsule-gallery-lightbox-arrow.is-next{right:18px}.capsule-gallery-lightbox-arrow:disabled{cursor:default}.capsule-gallery-lightbox-arrow svg{width:21px;height:21px}.capsule-gallery-lightbox-counter{color:#fff;font-size:var(--text-xs);z-index:2;background:#053a54d6;border-radius:999px;padding:7px 12px;position:absolute;bottom:16px;right:16px}.capsule-gallery-lightbox-thumbnails{flex:none;justify-content:center;gap:10px;width:100%;max-width:760px;padding:2px;display:flex;overflow-x:auto}.capsule-gallery-lightbox-thumbnails button{cursor:pointer;opacity:.62;background:#0a3549;border:2px solid #0000;border-radius:12px;flex:0 0 106px;height:68px;padding:0;overflow:hidden}.capsule-gallery-lightbox-thumbnails button.is-active{border-color:var(--blue);opacity:1}.capsule-gallery-lightbox-thumbnails button:disabled{cursor:default}.capsule-gallery-lightbox-thumbnails img{object-fit:cover;width:100%;height:100%}@keyframes capsule-image-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes capsule-image-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes capsule-image-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes capsule-image-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.capsule-reservation-card{border-radius:var(--radius-lg);background:linear-gradient(140deg,#f8fcff,#edf8fd);border:1px solid #0b537514;padding:30px}.capsule-reservation-card h2{margin-bottom:14px;font-size:27px}.capsule-reservation-card{flex-direction:column;flex:1;display:flex}.capsule-reservation-price{flex-direction:column;min-width:max-content;display:flex}.capsule-reservation-price strong{font-family:Montserrat,Arial,sans-serif;font-size:36px;font-weight:600}.capsule-reservation-price small{color:var(--muted);font-size:var(--text-xs)}.capsule-reservation-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.capsule-reservation-heading h2{margin-bottom:0}.capsule-reservation-card dl{gap:12px;margin:0 0 22px;display:grid}.capsule-reservation-card dl>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:11px;display:flex}.capsule-reservation-card dt{color:var(--muted);font-size:var(--text-xs)}.capsule-reservation-card dd{font-size:var(--text-sm);margin:0}.capsule-change-dates{color:var(--deep);font-size:var(--text-xs);text-underline-offset:4px;font-weight:600;text-decoration:underline}.capsule-reservation-card>span{color:#3f9d5d;font-size:var(--text-xs);margin-top:12px;display:block}.capsule-reservation-footer{justify-content:space-between;align-items:center;gap:18px;margin-top:auto;padding-top:24px;display:flex}.capsule-reservation-footer .button{flex:1;min-width:0}.capsule-benefits{border-radius:var(--radius-lg);background:linear-gradient(110deg,#f7fcff,#eaf6fc);border:1px solid #0b53750f;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-bottom:40px;padding:28px;display:grid}.capsule-benefits article{border-left:1px solid var(--line);align-items:center;gap:15px;padding:0 28px;display:flex}.capsule-benefits article:first-child{border-left:0}.capsule-benefits article>svg{stroke-width:1.5px;flex:0 0 30px;width:30px;height:30px}.capsule-benefits h3{font-size:var(--text-base);margin-bottom:3px}.capsule-benefits p{color:var(--muted);font-size:var(--text-xs);margin:0}@media (hover:hover) and (pointer:fine){.capsule-gallery-arrow:hover{background:var(--deep);color:#fff}.capsule-gallery-thumbnails button:hover{opacity:1}.capsule-gallery-lightbox-close:hover,.capsule-gallery-lightbox-arrow:hover{background:var(--blue);color:#fff}.capsule-gallery-lightbox-thumbnails button:hover{opacity:1}}@media (max-width:900px){.capsule-detail-top{grid-template-columns:1fr}.capsule-benefits article{padding:0 18px}}@media (max-width:760px){.capsule-page{padding-top:8px}.capsule-detail-heading h1{font-size:36px}.capsule-gallery-main{border-radius:22px;height:440px}.capsule-gallery-image{object-position:center}.capsule-gallery-arrow{width:38px;height:38px}.capsule-gallery-arrow.is-previous{left:12px}.capsule-gallery-arrow.is-next{right:12px}.capsule-gallery-thumbnails{grid-template-columns:none;grid-auto-columns:110px;grid-auto-flow:column;padding-bottom:5px;overflow-x:auto}.capsule-gallery-thumbnails button{height:78px}.capsule-gallery-lightbox{gap:12px;padding:66px 12px 16px}.capsule-gallery-lightbox-stage{max-height:calc(100vh - 155px)}.capsule-gallery-lightbox-close{width:42px;height:42px;top:14px;right:14px}.capsule-gallery-lightbox-arrow{width:38px;height:38px}.capsule-gallery-lightbox-arrow.is-previous{left:8px}.capsule-gallery-lightbox-arrow.is-next{right:8px}.capsule-gallery-lightbox-thumbnails{justify-content:flex-start}.capsule-reservation-card{padding:24px 20px}.capsule-reservation-price strong{font-size:30px}.capsule-benefits{grid-template-columns:1fr;padding:12px 22px}.capsule-benefits article{border-left:0;border-top:1px solid var(--line);padding:18px 0}.capsule-benefits article:first-child{border-top:0}}@media (max-width:520px){.capsule-detail-heading h1{font-size:31px}.capsule-gallery-main{height:360px}}@media (prefers-reduced-motion:reduce){.capsule-gallery-arrow,.capsule-gallery-image-moving,.capsule-gallery-thumbnails button{transition:none}.capsule-gallery-image-moving{animation:none}}
