.product-page{padding:42px 0 88px;background:#fff;color:#153449}.product-loading{padding:100px 0;text-align:center;color:#627b8c}.product-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.product-heading h1{max-width:900px;margin:5px 0 8px;font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.035em}.product-heading p{margin:0;color:#647d8d}.product-heading-actions{display:flex;gap:8px}.product-heading-actions button{min-height:40px;border:0;border-radius:11px;background:#edf6fb;padding:9px 14px;color:#164c70;font-weight:650;cursor:pointer}.product-heading-actions b{display:inline-grid;min-width:20px;height:20px;place-items:center;border-radius:50%;background:#177d66;color:#fff}.product-gallery{display:grid;height:510px;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;margin:28px 0 42px;overflow:hidden;border-radius:22px}.product-gallery img,.gallery-placeholder{width:100%;height:100%;object-fit:cover;background:#e5f2f8 url('/assets/logo-ecc.png') center/70px no-repeat}.product-gallery>:first-child{grid-row:1/3}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;align-items:start;gap:70px}.product-main{min-width:0}.product-overview,.product-section{padding:0 0 30px;border-bottom:1px solid #e1e9ee}.product-section{padding-top:30px}.product-overview h2,.product-section h2{margin:0 0 9px;font-size:25px;letter-spacing:-.025em}.product-overview>p,.product-description{margin:0;color:#536f81;line-height:1.7}.product-highlights{display:grid;gap:12px;margin-top:25px}.product-highlight{display:grid;grid-template-columns:38px 1fr;gap:11px}.product-highlight i,.amenity-item i{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#edf6fb;color:#0b5f98;font-style:normal}.product-highlight strong{display:block;font-size:14px}.product-highlight span{color:#687e8d;font-size:13px}.product-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5;white-space:pre-line}.text-button{margin-top:14px;border:0;background:transparent;padding:0;color:#0b5f98;font-weight:650;text-decoration:underline;cursor:pointer}.amenities-preview{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px 0}.amenity-item{display:flex;align-items:center;gap:10px;color:#304f63}.outline-button{min-height:44px;border:1px solid #afc4d1;border-radius:11px;background:#fff;padding:10px 15px;color:#173f59;font-weight:650;cursor:pointer}
/* Reservation panel: match the catalogue controls without relying on its stylesheet. */
.booking-card {
  position: sticky; top: 104px; padding: 24px;
  border: 1px solid #dce7ed; border-radius: 20px; background: #fff;
  box-shadow: 0 12px 32px rgba(15,53,80,.08);
}
.booking-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 6px; line-height: 1.4; }
.booking-price strong { color: #153449; font-size: 26px; font-weight: 700; letter-spacing: -.03em; }
.booking-price span { color: #6b8190; font-size: 14px; }
.booking-fields {
  display: grid; grid-template-columns: repeat(2,minmax(0,1fr));
  margin: 20px 0 6px; overflow: hidden;
  border: 1px solid #d5e2ea; border-radius: 12px;
}
.booking-fields label { display: grid; min-width: 0; gap: 5px; padding: 12px; }
.booking-fields label:first-child { border-right: 1px solid #d5e2ea; }
.booking-fields .wide { grid-column: 1/-1; border-top: 1px solid #d5e2ea; }
.booking-fields label:focus-within { background: #f0f7fc; }
.booking-fields span { color: #50697b; font-size: 11px; font-weight: 600; }
.booking-fields input {
  width: 100%; min-width: 0; min-height: 30px; padding: 2px 0;
  border: 0; border-radius: 4px; background: transparent; color: #19394f;
  font: inherit; font-size: 16px; font-weight: 400; box-shadow: none;
}
.booking-fields input:focus-visible { outline: 2px solid #1c78b3; outline-offset: 2px; }
.booking-card > button {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100%; min-height: 48px; margin-top: 10px; padding: 12px 16px;
  border: 1px solid transparent; border-radius: 12px;
  font: inherit; font-size: 14px; font-weight: 600; line-height: 1.4;
  text-align: center; cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.booking-card > .outline-button { border-color: #d5e2ea; background: #f8fbfd; color: #0b4d7a; }
.booking-card > .outline-button:hover:not(:disabled) { border-color: #afc4d1; background: #eaf4fb; }
.booking-card > .primary { background: #177d66; color: #fff; }
.booking-card > .primary:hover:not(:disabled) { background: #126553; box-shadow: 0 4px 12px rgba(23,125,102,.16); }
.booking-card > button:focus-visible { outline: 3px solid #1c78b3; outline-offset: 3px; }
.booking-card > button:disabled { opacity: .5; cursor: not-allowed; }
.booking-card small { display: block; margin-top: 12px; color: #758895; font-size: 12px; line-height: 1.5; text-align: center; }
.booking-card #detailAvailability { margin: 12px 0 2px; color: #176d5a; font-size: 13px; font-weight: 600; line-height: 1.5; text-align: center; }
.booking-card #detailAvailability:empty { margin: 0; }
.recommendation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.recommendation-card{display:grid;grid-template-columns:92px 1fr;overflow:hidden;border:1px solid #dce7ed;border-radius:15px}.recommendation-card img,.recommendation-card>span{width:92px;height:100%;min-height:110px;object-fit:cover;background:#e7f2f7 url('/assets/logo-ecc.png') center/38px no-repeat}.recommendation-card div{display:flex;align-items:flex-start;flex-direction:column;padding:13px}.recommendation-card strong{font-size:13px}.recommendation-card small{color:#708591}.recommendation-card button{margin-top:auto;border:0;background:transparent;padding:5px 0 0;color:#0b5f98;font-weight:650;cursor:pointer}.detail-cart-fab{position:fixed;right:22px;bottom:22px;z-index:800;display:flex;align-items:center;gap:7px;border:0;border-radius:999px;background:#177d66;padding:13px 17px;color:#fff;box-shadow:0 10px 30px rgba(12,75,60,.25);font-weight:650;cursor:pointer}.detail-cart-fab b{display:grid;min-width:21px;height:21px;place-items:center;border-radius:50%;background:#fff;color:#177d66}
/* Product description and amenities dialog. */
#detailsDialog {
  position: fixed; inset: 0; margin: auto;
  width: min(640px,calc(100% - 32px)); max-width: none;
  max-height: calc(100dvh - 48px); padding: 0; overflow: hidden;
  border: 1px solid #dce7ed; border-radius: 22px; background: #fff;
  color: #153449; box-shadow: 0 24px 80px rgba(7,34,49,.24);
}
#detailsDialog[open] { display: flex; flex-direction: column; }
#detailsDialog::backdrop { background: rgba(8,34,48,.56); backdrop-filter: blur(5px); }
#detailsDialog header {
  position: relative; top: auto; z-index: auto;
  display: flex; flex-shrink: 0; align-items: flex-start; justify-content: space-between;
  gap: 20px; padding: 24px; border-bottom: 1px solid #e1ebf1;
  background: #f7fbfd; box-shadow: none; backdrop-filter: none;
}
#detailsDialog header > div { min-width: 0; align-self: center; }
#detailsProduct { margin: 0 0 6px; color: #1c78b3; font-size: 12px; font-weight: 600; overflow-wrap: anywhere; }
#detailsDialog #detailsTitle { margin: 0; color: #17394f; font-size: 24px; font-weight: 600; line-height: 1.25; letter-spacing: -.025em; overflow-wrap: anywhere; outline: none; }
#detailsDialog #closeDetails {
  display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center;
  padding: 0; border: 1px solid #dce7ed; border-radius: 50%; background: #fff;
  color: #36566a; cursor: pointer; transition: background-color .16s ease;
}
#detailsDialog #closeDetails svg { width: 20px; height: 20px; }
#detailsDialog #closeDetails:hover { background: #eaf4fa; }
#detailsDialog #closeDetails:focus-visible { outline: 3px solid #1c78b3; outline-offset: 3px; }
#detailsBody { min-height: 0; padding: 24px; overflow-y: auto; overscroll-behavior: contain; color: #536f81; font-size: 15px; font-weight: 400; line-height: 1.75; white-space: pre-line; overflow-wrap: anywhere; }
#detailsBody.is-empty { margin: 24px; padding: 20px; border: 1px solid #e0eaf0; border-radius: 14px; background: #f8fbfd; }
#detailsDialog .all-amenities { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px 20px; white-space: normal; }
#detailsDialog .all-amenities .amenity-item { padding: 12px 0; border-bottom: 1px solid #e7edf1; font-size: 14px; }
#detailsDialog .amenity-item i { flex-shrink: 0; }
@media (max-width: 650px) {
  #detailsDialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); border-radius: 18px; }
  #detailsDialog header { gap: 14px; padding: 20px; }
  #detailsDialog #detailsTitle { font-size: 21px; }
  #detailsBody { padding: 20px; }
  #detailsBody.is-empty { margin: 20px; padding: 16px; }
  #detailsDialog .all-amenities { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { #detailsDialog #closeDetails { transition: none; } }
@media(max-width:900px){.product-gallery{height:420px}.product-layout{grid-template-columns:1fr;gap:32px}.booking-card{position:relative;top:auto;grid-row:1}.recommendation-grid{grid-template-columns:1fr}}
@media(max-width:650px){.product-page{padding-top:24px}.product-heading{align-items:flex-start;flex-direction:column}.product-heading-actions{width:100%}.product-gallery{height:310px;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;margin:20px 0 28px;border-radius:16px}.product-gallery>:nth-child(n+4){display:none}.product-layout{gap:24px}.amenities-preview{grid-template-columns:1fr}.booking-card{padding:18px}.detail-cart-fab span{display:none}.recommendation-card{grid-template-columns:80px 1fr}.recommendation-card img,.recommendation-card>span{width:80px}.product-heading h1{font-size:32px}}

/* The listing and full-screen viewer share the exact administrator photo order. */
.product-heading{padding:0}.product-gallery{position:relative;padding:0;min-height:0}
.product-gallery .product-photo{position:relative;display:block;min-width:0;min-height:0;padding:0;border:0;border-radius:0;background:#e5f2f8;overflow:hidden;cursor:zoom-in}
.product-gallery .product-photo img{display:block;transition:transform .2s ease}.product-photo:hover img{transform:scale(1.025)}
.product-photo:focus-visible{outline:4px solid #268acd;outline-offset:-4px;z-index:1}.photo-open-hint{position:absolute;right:12px;top:12px;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fffdf5ed;color:#17394f;opacity:0}.product-photo:hover .photo-open-hint,.product-photo:focus-visible .photo-open-hint{opacity:1}
.product-gallery .gallery-photo-actions{position:absolute;display:flex;align-items:center;gap:8px;right:18px;bottom:18px;z-index:2;max-width:calc(100% - 36px)}
.product-gallery .gallery-all-photos,.product-gallery .photo-download-button{display:flex;align-items:center;justify-content:center;gap:6px;min-height:42px;padding:10px 14px;border:1px solid #d5e3eb;border-radius:11px;background:#ffffffee;color:#153449;box-shadow:0 3px 14px #12334822;font:inherit;font-size:13px;font-weight:600;cursor:pointer}
.product-gallery .photo-download-button{flex:0 0 42px;width:42px;padding:0}
.gallery-photo-actions button:hover{background:#fff;border-color:#94b4c7}.gallery-photo-actions button:focus-visible{outline:3px solid #268acd;outline-offset:3px}
.photo-download-button svg{display:block;width:18px;height:18px;flex-shrink:0}.photo-download-button:disabled{cursor:wait;opacity:.7}
.photo-download-status{font-size:12px;line-height:1.5}.photo-download-status[hidden]{display:none}
.product-gallery>.photo-download-status{position:absolute;display:block;bottom:68px;right:18px;max-width:calc(100% - 36px);margin:0;padding:8px 12px;background:#fff;border:1px solid #d5e3eb;border-radius:9px;color:#153449;z-index:2}
.product-gallery>.photo-download-status[hidden]{display:none}
.photo-download-spinner{animation:photo-download-spin 1s linear infinite}@keyframes photo-download-spin{to{transform:rotate(360deg)}}
.product-gallery[data-photo-count="1"],.product-gallery[data-photo-count="0"]{grid-template-columns:1fr;grid-template-rows:1fr;height:460px}.product-gallery[data-photo-count="1"]>:first-child{grid-row:auto}
.product-gallery[data-photo-count="2"]{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.product-gallery[data-photo-count="2"]>:first-child{grid-row:auto}
.product-gallery[data-photo-count="3"]{grid-template-columns:2fr 1fr}.product-gallery[data-photo-count="4"]{grid-template-columns:2fr 1fr 1fr}.product-gallery[data-photo-count="4"]>.product-photo:nth-child(2){grid-column:2/4}
.gallery-empty{display:grid;align-content:center;justify-items:center;gap:10px;color:#678596;background:#eaf4f9;grid-column:1/-1}.gallery-empty span{font-size:46px}.gallery-empty p{margin:0}
#photoViewer{position:fixed;inset:0;margin:auto;width:min(1280px,calc(100% - 40px));max-width:none;height:calc(100dvh - 40px);max-height:none;padding:0;overflow:hidden;border:1px solid #ffffff24;border-radius:22px;background:#102c3a;color:#fff;box-shadow:0 30px 100px #061c3d66}
#photoViewer[open]{display:flex;flex-direction:column}#photoViewer::backdrop{background:#071b29cf;backdrop-filter:blur(7px)}
.photo-viewer-header{display:flex;flex:0 0 auto;align-items:center;gap:20px;padding:18px 24px;border-bottom:1px solid #ffffff16}.photo-viewer-header>div{min-width:0;flex:1}.photo-viewer-header p{margin:0 0 4px;color:#a1c7d2;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.photo-viewer-header h2{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:20px;font-weight:600;letter-spacing:-.02em}#photoCounter{flex-shrink:0;color:#c5dde4;font-size:13px}
#photoViewer button{font:inherit;cursor:pointer}#photoViewer .photo-viewer-close,#photoViewer .photo-download-button{display:grid;place-items:center;width:42px;height:42px;flex-shrink:0;border:1px solid #ffffff32;border-radius:50%;padding:0;background:#ffffff10;color:#fff;font-size:27px;font-weight:300}
#photoViewer>.photo-download-status{flex-shrink:0;margin:0;padding:8px 24px;color:#c5dde4;border-bottom:1px solid #ffffff16}
.photo-viewer-stage{position:relative;display:flex;align-items:center;justify-content:center;flex:1;min-height:0;overflow:hidden;padding:18px 72px;touch-action:pan-y}.photo-viewer-stage>img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:6px;background:none}.photo-viewer-stage>img[hidden]{display:none}.photo-viewer-stage p{color:#c5dde4;padding:24px;text-align:center}
#photoViewer .photo-viewer-arrow{position:absolute;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid #ffffff35;border-radius:50%;background:#143847d9;color:#fff;font-size:34px;line-height:1}.photo-viewer-arrow.previous{left:18px}.photo-viewer-arrow.next{right:18px}#photoViewer .photo-viewer-arrow[hidden]{display:none}
.photo-viewer-thumbnails{display:flex;flex:0 0 auto;gap:10px;max-width:100%;margin:0 auto;padding:10px 24px 20px;overflow-x:auto;overscroll-behavior:contain;scrollbar-width:thin}.photo-viewer-thumbnails button{width:80px;height:60px;flex:0 0 auto;padding:3px;border:2px solid transparent;border-radius:9px;background:transparent;opacity:.55}.photo-viewer-thumbnails img{display:block;width:100%;height:100%;object-fit:cover;border-radius:4px}.photo-viewer-thumbnails button[aria-current=true]{border-color:#95d7cd;opacity:1}#photoViewer button:focus-visible{outline:3px solid #95d7cd;outline-offset:3px}#photoViewer button:hover{opacity:1;background-color:#ffffff19}
@media(max-width:650px){.product-gallery[data-photo-count="0"],.product-gallery[data-photo-count="1"]{height:310px}.product-gallery[data-photo-count="4"]{grid-template-columns:2fr 1fr}.product-gallery[data-photo-count="4"]>.product-photo:nth-child(2){grid-column:auto}.product-gallery .gallery-photo-actions{right:12px;bottom:12px;max-width:calc(100% - 24px);gap:6px}.product-gallery .gallery-all-photos{padding:8px 10px;font-size:12px}.product-gallery>.photo-download-status{right:12px;bottom:62px;max-width:calc(100% - 24px)}.photo-open-hint{display:none}#photoViewer{width:100%;height:100dvh;border:0;border-radius:0}.photo-viewer-header{padding:16px;gap:12px}.photo-viewer-header h2{font-size:17px}.photo-viewer-stage{padding:12px 0}.photo-viewer-arrow.previous{left:10px}.photo-viewer-arrow.next{right:10px}.photo-viewer-thumbnails{padding:10px 16px 18px}.photo-viewer-thumbnails button{width:64px;height:50px}}
@media(prefers-reduced-motion:reduce){.product-gallery .product-photo img{transition:none}}

@media(prefers-reduced-motion:reduce){.photo-download-spinner{animation:none}}

/* Inclusions have no expansion control; every included service must remain visible. */
#productIncluded{display:block;overflow:visible;-webkit-line-clamp:unset}
