.dash-nav-group { border-bottom: 1px solid #ffffff12; padding: 5px 0; }
.dash-group-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; border: 0; color: #d2e6e7; background: transparent; text-align: left; padding: 15px 18px; font: 600 12px var(--head); cursor: pointer; }
.dash-group-toggle[aria-expanded=true] { color: #fff; }
.dash-group-items a { padding-left: 30px !important; font-size: 13px; }
.dash-group-items[hidden] { display: none; }
.dash-nav a { cursor: pointer; }
.dash-top h2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.field-help { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 6px 0 12px; font-weight: 400; }
.field-l .field-help { margin: 0; }
.section-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; flex-wrap: wrap; }
.section-toolbar select { max-width: 240px; }
.text-button { border: 0; background: transparent; color: var(--teal); padding: 7px 0; cursor: pointer; font: 600 12px var(--head); text-align: left; }
.text-button:hover { text-decoration: underline; }
.product-editor-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 18px; }
.product-editor-header h2 { font-size: 22px; margin-top: 8px; }
.product-editor-header .flex { flex-wrap: wrap; }
.product-tabs { display: flex; gap: 4px; padding: 5px; margin: 0 0 22px; background: #eaf0f0; border-radius: 12px; max-width: 100%; overflow-x: auto; scrollbar-width: thin; }
.product-tabs button { padding: 12px 15px; border: 0; border-radius: 8px; background: transparent; color: #526d73; cursor: pointer; white-space: nowrap; font: 600 12px var(--head); }
.product-tabs button[aria-selected=true] { background: #fff; color: #0d5058; box-shadow: 0 2px 6px #173d4b0c; }
.product-tabs button:focus-visible, .dash-group-toggle:focus-visible, .text-button:focus-visible { outline: 2px solid #f0632f; outline-offset: 2px; }
.product-editor-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; align-items: start; gap: 22px; }
.product-editor-layout > * { min-width: 0; }
.product-fields { padding: 26px !important; display: grid; gap: 18px; margin: 0; min-width: 0; }
.product-fields h3 { font-size: 19px; margin: 0; }
.product-fields h4 { font-size: 15px; margin: 14px 0 0; }
.product-fields .form-grid { gap: 18px; }
.product-fields textarea { resize: vertical; line-height: 1.65; }
.product-editor-aside { position: sticky; top: 85px; }
.product-editor-aside .panel { display: grid; gap: 12px; }
.product-editor-aside h3 { overflow-wrap: anywhere; font-size: 16px; }
.product-editor-aside p { font-size: 12px; color: var(--muted); }
.product-editor-aside strong { font-size: 22px; color: var(--teal); }
.product-summary-image { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 9px; }
.repeat-card { background: #fbfcfc; border: 1px solid var(--line); border-radius: 12px; padding: 20px; margin-bottom: 16px; display: grid; gap: 14px; min-width: 0; }
.repeat-card .section-toolbar { margin-bottom: 0; }
.repeat-card p { line-height: 1.65; white-space: pre-wrap; }
.repeat-card .flex { flex-wrap: wrap; }
.row-actions { display: flex; gap: 4px; }
.row-actions button { width: 29px; height: 29px; border-radius: 6px; border: 1px solid var(--line); color: var(--teal); background: white; cursor: pointer; }
.row-actions button:disabled { opacity: .35; cursor: default; }
.editor-cover { width: 100%; max-width: 500px; aspect-ratio: 16/9; border-radius: 12px; background: #f0f5f5; overflow: hidden; display: grid; place-items: center; color: var(--muted); font-size: 13px; }
.editor-cover img { width: 100%; height: 100%; object-fit: cover; }
.editor-gallery { display: grid; grid-template-columns: repeat(auto-fill,minmax(125px,1fr)); gap: 12px; }
.editor-gallery > div { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.editor-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.editor-gallery .row-actions { padding: 7px; justify-content: center; }
.editor-checklist { list-style: none; padding: 0; }
.editor-checklist li { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.editor-checklist li span { color: var(--teal); }.editor-checklist small { margin-left: auto; color: var(--muted); }
.form-success, .form-error { padding: 13px 16px; border-radius: 9px; font-size: 13px; margin: 14px 0; overflow-wrap: anywhere; }
.form-success { color: #17613e; background: #e9f6ee; }.form-error { color: #a22f25; background: #fff0eb; }
.route-map { width: 100%; height: 370px; border-radius: 12px; border: 1px solid var(--line); isolation: isolate; z-index: 0; font-family: var(--body); }
.route-marker span { background: #f0632f; color: #fff; border: 2px solid white; box-shadow: 0 2px 6px #0004; border-radius: 50%; width: 30px; height: 30px; display: grid; place-items: center; font: 700 12px var(--head); }
.content-modal { position: fixed; inset: 0; z-index: 1500; padding: 26px; display: grid; place-items: center; background: #082f39aa; }
.content-modal > .panel { max-width: 1000px; width: 100%; max-height: 90vh; overflow: auto; padding: 26px; }
.media-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap: 16px; }
.media-tile { border-radius: 10px; border: 1px solid var(--line); overflow: hidden; min-width: 0; }
.media-tile img, .media-tile video { width: 100%; height: 135px; object-fit: cover; background: #142b34; }
.media-tile > div { padding: 10px; display: grid; gap: 10px; }
.media-tile small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); }
.template-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 20px; margin-top: 20px; }.template-picker { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px; background: #f0f6f5; padding: 15px; border-radius: 10px; }
.product-page { padding-top: 24px; padding-bottom: 70px; }
.product-breadcrumb { display: flex; gap: 10px; flex-wrap: wrap; color: var(--muted); font-size: 12px; margin-bottom: 24px; }
.product-breadcrumb a { color: var(--teal); }
.product-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 25px; }
.product-heading h1 { font: 800 clamp(25px,3vw,39px)/1.25 var(--head); margin: 8px 0 10px; letter-spacing: -.7px; }
.product-heading p { color: var(--muted); font-size: 14px; }
.product-gallery { margin-bottom: 32px; }
.product-gallery-main { display: block; position: relative; border: none; padding: 0; width: 100%; height: min(460px,43vw); min-height: 220px; border-radius: 18px; overflow: hidden; background: #dce7e7; cursor: zoom-in; }
.product-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery-main span { position: absolute; bottom: 18px; right: 18px; border-radius: 8px; padding: 10px 15px; font: 600 12px var(--head); background: #fff; color: #134852; }
.product-thumbnails { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; padding-bottom: 4px; }
.product-thumbnails button { flex: 0 0 110px; height: 75px; padding: 3px; border: 2px solid transparent; border-radius: 10px; background: transparent; cursor: pointer; }.product-thumbnails button.selected { border-color: var(--coral); }.product-thumbnails img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.product-detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 28px; align-items: start; }
.product-detail-main { min-width: 0; }
.product-facts { display: grid; grid-template-columns: repeat(auto-fit,minmax(130px,1fr)); gap: 15px; padding: 0 0 23px; }.product-facts div { display: grid; gap: 7px; border-right: 1px solid var(--line); padding-right: 10px; }.product-facts small { color: var(--muted); font-size: 12px; }.product-facts b { font-size: 13px; }
.product-public-content { padding: 28px !important; min-height: 250px; }.product-public-content h2 { font-size: 23px; margin-bottom: 18px; }.product-public-content h3 { font-size: 16px; margin: 22px 0 10px; }.product-public-content p { line-height: 1.85; color: #49616b; font-size: 14px; }.rich-text { white-space: pre-wrap; overflow-wrap: anywhere; margin: 10px 0 20px; }
.product-list { padding-left: 20px; margin: 12px 0 24px; }.product-list li { margin: 12px 0; padding-left: 5px; line-height: 1.7; color: #49616b; font-size: 14px; }
.product-logistics { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }
.product-timeline { list-style: none; padding: 0; }.product-timeline > li { position: relative; display: flex; align-items: start; gap: 18px; padding: 0 0 28px; }.product-timeline > li:not(:last-child)::after { content: ''; position: absolute; top: 34px; left: 16px; bottom: 0; width: 1px; background: #d6e4e3; }.timeline-number { flex: 0 0 34px; height: 34px; border-radius: 50%; background: #e7f1ef; color: #14616a; display: grid; place-items: center; font-size: 12px; font-weight: 700; }.product-timeline h3 { margin: 8px 0; }.product-timeline small { color: var(--teal); font-weight: 600; }.product-timeline li > div { min-width: 0; }
.route-stop-list { padding-left: 24px; }.route-stop-list li { padding: 10px 0; }.route-stop-list a { color: var(--teal); font-size: 12px; display: inline-block; margin-left: 10px; }
.product-video { display: block; width: 100%; max-height: 480px; border-radius: 12px; background: #122e37; margin: 12px 0; }.video-embed { position: relative; aspect-ratio: 16/9; margin-bottom: 25px; }.video-embed iframe { width: 100%; height: 100%; border: none; border-radius: 12px; }
.product-faq { border-bottom: 1px solid var(--line); padding: 16px 0; }.product-faq summary { cursor: pointer; font-size: 14px; font-weight: 600; }
.product-booking { position: sticky; top: 100px; }.product-booking > .panel { padding: 25px; }.product-booking .field-l { margin: 18px 0; }.product-price { font: 800 32px var(--head); color: var(--teal); margin: 3px 0; }.product-booking .btn { margin-top: 12px; }.product-quote { border-top: 1px solid var(--line); padding-top: 15px; margin-top: 15px; }.product-quote > div { display: flex; justify-content: space-between; gap: 15px; font-size: 13px; margin: 15px 0 8px; }.product-quote small { font-size: 11px; color: var(--muted); }
.photo-lightbox { position: fixed; inset: 0; background: #061c24ed; z-index: 1600; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 50px 20px; }.photo-lightbox img { min-width: 0; max-width: calc(100% - 110px); max-height: 87vh; object-fit: contain; }.photo-lightbox button { border: 0; border-radius: 30px; width: 42px; height: 42px; flex-shrink: 0; font-size: 30px; background: #ffffffdd; color: #123c48; cursor: pointer; }.photo-lightbox .lightbox-close { position: absolute; top: 18px; right: 20px; }
.package-compare-choice { position: absolute; top: 12px; right: 12px; display: flex; gap: 7px; align-items: center; background: #fffffff0; border-radius: 7px; padding: 8px 10px; color: var(--teal); font-size: 12px; cursor: pointer; }.package-compare-choice input { width: 15px; height: 15px; }.pkg-card .pimg { position: relative; }
@media(max-width:1150px) { .product-editor-layout { grid-template-columns: minmax(0,1fr); }.product-editor-aside { position: static; }.product-editor-aside .panel { grid-template-columns: 1fr 1fr; align-items: center; }.product-editor-aside .product-summary-image { display: none; } }
@media(max-width:900px) { .product-detail-layout { grid-template-columns: minmax(0,1fr); }.product-booking { position: static; }.product-booking > .panel { max-width: 100%; }.product-heading h1 { font-size: 29px; }.product-editor-header h2 { font-size: 19px; }.product-fields { padding: 20px !important; }.route-map { height: 300px; } }
@media(max-width:520px) { .product-fields .form-grid, .product-logistics { grid-template-columns: minmax(0,1fr); }.product-fields { padding: 16px !important; }.repeat-card { padding: 14px; }.product-editor-header .btn { font-size: 12px; padding: 10px 12px; }.product-tabs button { padding: 10px 12px; font-size: 11px; }.product-editor-aside .panel { grid-template-columns: 1fr; }.content-modal { padding: 10px; }.content-modal > .panel { padding: 16px; }.product-public-content { padding: 18px !important; }.product-heading h1 { font-size: 26px; }.product-page { padding-top: 20px; }.product-gallery-main { border-radius: 12px; }.product-gallery-main span { font-size: 11px; padding: 8px 12px; bottom: 10px; right: 10px; }.product-breadcrumb { font-size: 11px; }.template-picker { grid-template-columns: minmax(0,1fr); }.product-editor .flex { flex-wrap: wrap; }.dash-top > span:last-child { display: none; } }
