:root {
  --s11-navy: #15384a;
  --s11-water: #2e819d;
  --s11-green: #294f3d;
  --s11-gold: #c9911c;
  --s11-sand: #f4ebd8;
  --s11-white: #fafaf7;
  --s11-text: #43535c;
  --s11-danger: #a62c2c;
  --s11-border: #cfdbd9;
}

.s11-section-heading { max-width: 780px; margin-bottom: clamp(1.75rem, 4vw, 3.5rem); }
.s11-section-heading h1 { margin: .15em 0 .35em; font-size: clamp(2.25rem, 6vw, 5.25rem); line-height: .98; letter-spacing: -.045em; color: var(--s11-navy); }
.s11-eyebrow { margin: 0 0 .65rem; color: var(--s11-water); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.s11-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.2rem; border: 2px solid var(--s11-navy); border-radius: 999px; background: var(--s11-navy); color: #fff; font-weight: 750; text-decoration: none; cursor: pointer; }
.s11-button:hover { background: var(--s11-green); border-color: var(--s11-green); color: #fff; }
.s11-button--secondary { background: transparent; color: var(--s11-navy); }
.s11-button:focus-visible, .s11-position-list button:focus-visible, .s11-map-scroll:focus-visible, .s11-booking input:focus-visible, .s11-booking select:focus-visible, .s11-toc a:focus-visible { outline: 3px solid #ffbf2f; outline-offset: 3px; }
.s11-button:disabled { opacity: .5; cursor: not-allowed; }
.s11-callout { margin: 2rem 0; padding: 1.25rem 1.5rem; border-left: 5px solid var(--s11-water); border-radius: 0 14px 14px 0; background: #edf6f6; }
.s11-callout--warning { border-color: var(--s11-gold); background: #fff7df; }
.s11-emergency { position: relative; z-index: 1000; padding: .65rem 5vw; background: #6c1515; color: #fff; text-align: center; }

.s11-map-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 340px); gap: 1.25rem; align-items: start; }
.s11-map-scroll { overflow: auto; border: 1px solid var(--s11-border); border-radius: 20px; background: var(--s11-navy); overscroll-behavior: contain; touch-action: pan-x pan-y pinch-zoom; }
.s11-map-canvas { position: relative; min-width: 760px; aspect-ratio: 1916 / 821; }
.s11-map-canvas picture, .s11-map-canvas img { display: block; width: 100%; height: 100%; }
.s11-map-canvas img { object-fit: cover; }
.s11-map-hotspots { position: absolute; inset: 0; width: 100%; height: 100%; }
.s11-hotspot { color: #fff; text-decoration: none; cursor: pointer; }
.s11-hotspot circle { fill: rgba(21, 56, 74, .92); stroke: #fff; stroke-width: 2; vector-effect: non-scaling-stroke; transition: transform .18s ease, stroke-width .18s ease; transform-box: fill-box; transform-origin: center; }
.s11-hotspot text { fill: #fff; font-size: 11px; font-weight: 800; pointer-events: none; }
.s11-hotspot--premium circle { fill: rgba(128, 85, 0, .96); stroke: #ffd66f; }
.s11-hotspot:hover circle, .s11-hotspot:focus circle, .s11-hotspot.is-selected circle { stroke: #fff; stroke-width: 5; transform: scale(1.25); }
.s11-hotspot:focus { outline: none; }
.s11-hotspot:focus circle { stroke: #ffdf67; }
.s11-hotspot.is-disabled { opacity: .35; cursor: not-allowed; }
.s11-map-caption { position: absolute; left: .75rem; bottom: .75rem; padding: .35rem .65rem; border-radius: 999px; background: rgba(12, 31, 42, .85); color: #fff; font-size: .72rem; }
.s11-position-card { min-height: 270px; padding: 1.35rem; border: 1px solid var(--s11-border); border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(21, 56, 74, .08); }
.s11-position-card h2 { margin: .15rem 0 .5rem; color: var(--s11-navy); }
.s11-position-card__image { width: 100%; aspect-ratio: 4 / 3; margin: 1rem 0; border-radius: 12px; object-fit: cover; }
.s11-position-card__price { font-weight: 800; color: var(--s11-navy); }
.s11-position-card__features { color: var(--s11-text); font-size: .9rem; }
.s11-badge { display: inline-block; padding: .25rem .55rem; border-radius: 999px; background: #dceff5; color: #164c61; font-size: .76rem; font-weight: 800; }
.s11-badge--premium { background: #fff0c6; color: #674600; }
.s11-text-link { color: var(--s11-navy); font-weight: 750; text-underline-offset: .2em; }
.s11-position-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, minmax(110px, 1fr)); gap: .6rem; }
.s11-position-list button { min-height: 58px; padding: .65rem; border: 1px solid var(--s11-border); border-radius: 12px; background: #fff; color: var(--s11-navy); text-align: left; cursor: pointer; }
.s11-position-list button small { display: block; margin-top: .15rem; color: var(--s11-text); }
.s11-position-list button.is-selected { border: 3px solid var(--s11-navy); background: var(--s11-sand); }
.s11-position-list button:disabled { opacity: .48; cursor: not-allowed; }

.s11-booking { max-width: 1220px; margin-inline: auto; }
.s11-progress { position: sticky; top: .5rem; z-index: 20; display: grid; grid-template-columns: repeat(4, 1fr); gap: .35rem; margin: 0 0 2rem; padding: .45rem; border: 1px solid var(--s11-border); border-radius: 16px; background: rgba(250, 250, 247, .96); list-style: none; backdrop-filter: blur(12px); }
.s11-progress li { display: flex; align-items: center; gap: .4rem; padding: .55rem; border-radius: 10px; color: var(--s11-text); font-size: .82rem; font-weight: 700; }
.s11-progress li span { display: grid; width: 1.7rem; height: 1.7rem; border: 1px solid currentColor; border-radius: 50%; place-items: center; }
.s11-progress li[aria-current="step"] { background: var(--s11-navy); color: #fff; }
.s11-booking-step, .s11-consents { margin: 0 0 1.25rem; padding: clamp(1rem, 3vw, 2rem); border: 1px solid var(--s11-border); border-radius: 20px; background: #fff; }
.s11-booking-step legend, .s11-consents legend { padding: 0 .35rem; color: var(--s11-navy); font-size: 1.25rem; font-weight: 800; }
.s11-form-grid { display: grid; grid-template-columns: repeat(5, minmax(140px, 1fr)); gap: .85rem; }
.s11-booking label { display: flex; flex-direction: column; gap: .35rem; color: var(--s11-navy); font-size: .88rem; font-weight: 750; }
.s11-booking input:not([type="checkbox"]), .s11-booking select { min-height: 48px; width: 100%; padding: .65rem .7rem; border: 1px solid #91a6ad; border-radius: 10px; background: #fff; color: #172f3a; font: inherit; }
.s11-booking label small { color: var(--s11-text); font-weight: 500; }
.s11-availability-note { padding: .8rem 1rem; border-left: 4px solid var(--s11-water); background: #edf6f6; }
.s11-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.s11-option-grid label, .s11-consents label { flex-direction: row; align-items: flex-start; padding: .85rem; border: 1px solid var(--s11-border); border-radius: 12px; }
.s11-option-grid input, .s11-consents input { flex: 0 0 auto; width: 1.2rem; height: 1.2rem; margin-top: .05rem; accent-color: var(--s11-navy); }
.s11-option-grid label.is-unavailable { opacity: .5; text-decoration: line-through; }
.s11-summary { display: grid; grid-template-columns: 1fr minmax(260px, .55fr); gap: 1.25rem; margin: 1.5rem 0; padding: clamp(1.25rem, 4vw, 2.4rem); border-radius: 22px; background: var(--s11-navy); color: #fff; }
.s11-summary h2 { margin: .2rem 0 1rem; color: #fff; }
.s11-summary .s11-eyebrow { color: #9dd8e9; }
.s11-price-line, .s11-price-total { display: grid; grid-template-columns: 1fr auto; gap: .55rem 1rem; }
.s11-price-line { margin: .35rem 0; color: #d8e5e9; }
.s11-price-total { align-content: center; padding: 1.2rem; border-radius: 14px; background: rgba(255, 255, 255, .1); }
.s11-price-total strong { font-size: 1.15rem; color: #fff; }
.s11-consents { display: grid; gap: .6rem; }
.s11-consents a { color: var(--s11-navy); }
.s11-form-error { padding: .8rem 1rem; border: 2px solid var(--s11-danger); border-radius: 10px; color: var(--s11-danger); font-weight: 750; }
.s11-bookero { margin-top: 2rem; padding: clamp(1rem, 3vw, 2rem); border: 1px solid var(--s11-border); border-radius: 20px; background: #fff; }
.s11-bookero-frame { width: 100%; min-height: 720px; border: 0; border-radius: 12px; background: #fff; }
.s11-bookero-fallback { padding: 1rem; border-left: 5px solid var(--s11-gold); background: #fff7df; }

.s11-pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.s11-price-card { overflow: hidden; border: 1px solid var(--s11-border); border-radius: 20px; background: #fff; }
.s11-price-card h2 { margin: 0; padding: 1.15rem; background: var(--s11-navy); color: #fff; }
.s11-price-card--premium h2 { background: #805500; }
.s11-pricing table { width: 100%; border-collapse: collapse; }
.s11-pricing th, .s11-pricing td { padding: .85rem .75rem; border-bottom: 1px solid var(--s11-border); text-align: right; }
.s11-pricing th:first-child, .s11-pricing td:first-child { text-align: left; }
.s11-pricing thead th { background: #edf3f3; color: var(--s11-navy); font-size: .78rem; text-transform: uppercase; }
.s11-extras { margin-top: 2rem; }
.s11-table-scroll { overflow-x: auto; }
.s11-table-scroll table { min-width: 680px; }

.s11-safety { display: grid; grid-template-columns: minmax(190px, .4fr) 1fr; gap: 1.5rem; margin: 2rem 0; padding: clamp(1.25rem, 4vw, 2.5rem); border-radius: 22px; background: #ffefdc; color: #4f2b14; }
.s11-safety h2 { margin: 0; color: #4f2b14; }
.s11-safety ul { margin: 0; }
.s11-safety li + li { margin-top: .55rem; }
.s11-regulations { max-width: 880px; }
.s11-regulations__header h1 { font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.02; }
.s11-toc { margin: 2rem 0; padding: 1.5rem; border-radius: 18px; background: var(--s11-sand); }
.s11-toc ol { columns: 2; column-gap: 2rem; }
.s11-toc li { break-inside: avoid; margin-bottom: .45rem; }
.s11-toc a { color: var(--s11-navy); }
.s11-regulation-section { scroll-margin-top: 2rem; padding: 1.5rem 0; border-top: 1px solid var(--s11-border); }
.s11-regulation-section h2 { color: var(--s11-navy); }
.s11-alpha-list { padding-left: 2rem; }
.s11-placeholder { padding: 0 .2rem; background: #ffe092; color: #563b00; }
.s11-back-link { font-size: .82rem; }
.s11-faq details { margin-bottom: .65rem; padding: 1rem 1.15rem; border: 1px solid var(--s11-border); border-radius: 14px; background: #fff; }
.s11-faq summary { color: var(--s11-navy); font-weight: 800; cursor: pointer; }
.s11-contact dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.s11-contact dl div { padding: 1rem; border: 1px solid var(--s11-border); border-radius: 12px; }
.s11-contact dt { color: var(--s11-text); font-size: .8rem; font-weight: 750; text-transform: uppercase; }
.s11-contact dd { margin: .3rem 0 0; color: var(--s11-navy); font-weight: 750; }

@media (max-width: 900px) {
  .s11-map-layout, .s11-safety { grid-template-columns: 1fr; }
  .s11-form-grid { grid-template-columns: repeat(2, 1fr); }
  .s11-position-list { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .s11-section-heading h1 { font-size: clamp(2.1rem, 12vw, 3.3rem); }
  .s11-progress { top: .25rem; }
  .s11-progress li { justify-content: center; padding: .45rem .2rem; font-size: 0; }
  .s11-progress li span { font-size: .8rem; }
  .s11-form-grid, .s11-option-grid, .s11-summary, .s11-pricing-grid, .s11-contact dl { grid-template-columns: 1fr; }
  .s11-position-list { grid-template-columns: repeat(2, 1fr); }
  .s11-map-canvas { min-width: 700px; }
  .s11-toc ol { columns: 1; }
  .s11-bookero-frame { min-height: 660px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
