body { overflow-x: clip; }

  /* The layout renders its own title and hero image */
  .entry-title, .page-title, h1.entry-title, h1.page-title, .post-title, .ast-single-post-order,
  .entry-header .post-thumb-img-content, .ast-single-post-featured-section, .article-post-thumbnail {
    display: none !important;
  }

  :root {
    --dw-night: #0A2D44;       /* night sea: headings, finale */
    --dw-deep: #0F3E5C;
    --dw-bay: #136F9E;         /* bay blue: icons, accents */
    --dw-bay-soft: #DCEDF5;
    --dw-light: #EB6A1E;       /* first light: booking CTA */
    --dw-light-deep: #CF560F;
    --dw-gold: #FFB44A;        /* sun */
    --dw-blush: #FBE1D1;       /* dawn sky */
    --dw-foam: #F3F8FA;        /* page base */
    --dw-ink: #17313F;
    --dw-slate: #557080;
    --dw-rule: rgba(10, 45, 68, 0.12);
    --dw-display: "Bricolage Grotesque", "Nunito Sans", system-ui, sans-serif;
    --dw-text: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --dw-hand: "Caveat", "Segoe Print", "Bradley Hand", cursive;
    --dw-ease: cubic-bezier(0.22, 1, 0.36, 1);
  }

  /* ---------- BASE ---------- */
  .dw-tour {
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 calc(50% - 50vw) !important;
    padding: 0 !important;
    background: var(--dw-foam);
    color: var(--dw-ink);
    font-family: var(--dw-text);
    font-size: 1.0625rem;
    line-height: 1.7;
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .dw-tour *, .dw-tour *::before, .dw-tour *::after { box-sizing: border-box; }
  .dw-tour .dw-wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
  .dw-tour p { margin: 0; }
  .dw-tour img { display: block; max-width: 100%; height: auto; border: 0; box-shadow: none; }
  .dw-tour svg { display: block; }

  .dw-tour .dw-h1,
  .dw-tour .dw-h2 {
    font-family: var(--dw-display);
    font-stretch: 88%;
    font-weight: 800;
    color: var(--dw-night);
    letter-spacing: -0.022em;
    text-transform: none;
    text-wrap: balance;
    margin: 0;
    padding: 0;
  }
  .dw-tour .dw-h2 { font-size: clamp(2rem, 1.3rem + 2.1vw, 3rem); line-height: 1.04; }

  /* ---------- BUTTONS ---------- */
  .dw-tour a.dw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 14px 34px;
    border: 0;
    border-radius: 999px;
    background: var(--dw-light);
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-family: var(--dw-text);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.25;
    box-shadow: 0 14px 28px -12px rgba(207, 86, 15, 0.8), inset 0 -3px 0 rgba(0, 0, 0, 0.12);
    transition: transform 0.25s var(--dw-ease), background-color 0.25s ease, box-shadow 0.25s ease;
  }
  .dw-tour a.dw-btn:hover {
    background: var(--dw-light-deep);
    transform: translateY(-2px);
    box-shadow: 0 18px 32px -12px rgba(207, 86, 15, 0.85), inset 0 -3px 0 rgba(0, 0, 0, 0.12);
  }
  .dw-tour a.dw-btn:focus-visible { outline: 3px solid var(--dw-night); outline-offset: 3px; }

  .dw-tour a.dw-btn--ghost {
    background: transparent;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  }
  .dw-tour a.dw-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 2px #fff;
  }
  .dw-tour a.dw-btn--ghost:focus-visible { outline-color: var(--dw-gold); }

  /* ---------- HERO ---------- */
  .dw-hero {
    position: relative;
    padding: clamp(40px, 6vw, 84px) 0 160px;
    background:
      radial-gradient(52% 62% at 76% 40%, rgba(255, 178, 84, 0.42) 0%, rgba(255, 178, 84, 0) 72%),
      linear-gradient(180deg, #EAD7E2 0%, #F7D6C4 26%, #FCE8DC 58%, var(--dw-foam) 100%);
  }
  .dw-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(28px, 3.5vw, 52px);
    align-items: center;
  }
  .dw-hero-copy { position: relative; z-index: 2; }
  .dw-tour .dw-h1 {
    font-size: clamp(2.3rem, 1.1rem + 3vw, 3.4rem);
    line-height: 1.02;
    margin-bottom: 32px;
  }

  .dw-fin-says {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin: 0;
  }
  .dw-avatar {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 0 4px #fff, 0 12px 24px -8px rgba(10, 45, 68, 0.35);
  }
  .dw-tour .dw-avatar img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    border-radius: 0;
  }

  .dw-tour .dw-bubble {
    position: relative;
    background: #fff;
    border-radius: 6px 26px 26px 26px;
    padding: 20px 24px 22px;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--dw-ink);
    box-shadow: 0 22px 44px -24px rgba(10, 45, 68, 0.35);
  }
  .dw-tour .dw-bubble::before {
    content: "";
    position: absolute;
    top: 0;
    left: -11px;
    width: 12px;
    height: 16px;
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }

  .dw-hero-media { position: relative; padding: 7% 2% 12%; }
  .dw-sun {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: -3%;
    width: 60%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle at 50% 42%, #FFF4CF 0%, #FFD98A 30%, #FFAE55 66%, #F68A45 100%);
    box-shadow: 0 0 80px 24px rgba(255, 166, 76, 0.38);
  }
  .dw-arch {
    position: relative;
    z-index: 1;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 50% 50% 24px 24px / 44% 44% 24px 24px;
    background: var(--dw-blush);
    box-shadow: 0 0 0 8px #fff, 0 44px 70px -34px rgba(10, 45, 68, 0.5);
  }
  .dw-tour .dw-arch img { width: 100%; height: 100%; object-fit: cover; }
  .dw-glint {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 3%;
    width: 56%;
    height: auto;
    transform: translateX(-50%);
  }

  /* One orchestrated moment: the sun rises behind the photo */
  @media (prefers-reduced-motion: no-preference) {
    .dw-sun { animation: dw-rise 1.9s var(--dw-ease) 0.1s both; }
    .dw-glint rect { transform-box: fill-box; transform-origin: center; animation: dw-glint 1.4s var(--dw-ease) 0.7s both; }
    .dw-tour .dw-bubble { transform-origin: 0 0; animation: dw-pop 0.6s var(--dw-ease) 0.3s both; }
  }
  @keyframes dw-rise {
    from { transform: translate(-50%, 42%); opacity: 0.15; }
    to   { transform: translate(-50%, 0); opacity: 1; }
  }
  @keyframes dw-glint {
    from { transform: scaleX(0); opacity: 0; }
    to   { transform: scaleX(1); opacity: 1; }
  }
  @keyframes dw-pop {
    from { transform: scale(0.94) translateY(6px); opacity: 0; }
    to   { transform: none; opacity: 1; }
  }

  /* ---------- BOOKING (GYG widget) ---------- */
  .dw-tour .dw-booking-slot { position: relative; z-index: 3; margin-top: -108px; }
  .dw-tour .dw-booking {
    background: #fff;
    border-radius: 24px;
    padding: 16px 20px;
    min-height: 92px;
    box-shadow: 0 34px 70px -34px rgba(10, 45, 68, 0.42), 0 0 0 1px rgba(10, 45, 68, 0.05);
  }

  /* ---------- WHAT AWAITS ---------- */
  .dw-awaits { padding: clamp(64px, 8vw, 108px) 0 clamp(72px, 8vw, 112px); }
  .dw-awaits-head {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: clamp(20px, 5vw, 72px);
    align-items: end;
    margin-bottom: clamp(32px, 4vw, 48px);
  }
  .dw-tour .dw-lead {
    font-size: clamp(1.1rem, 1rem + 0.35vw, 1.25rem);
    line-height: 1.65;
    max-width: 60ch;
  }

  .dw-gallery-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .dw-tour .dw-shot {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    background: var(--dw-bay-soft);
    box-shadow: none;
    cursor: zoom-in;
    line-height: 0;
  }
  .dw-tour .dw-shot:hover, .dw-tour .dw-shot:focus { background: var(--dw-bay-soft); box-shadow: none; }
  .dw-tour .dw-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--dw-ease);
  }
  .dw-tour .dw-shot:hover img { transform: scale(1.04); }
  .dw-tour .dw-shot:focus-visible { outline: 3px solid var(--dw-light); outline-offset: 3px; }
  .dw-gallery-dots { display: none; }

  /* Route: set sail → dolphins → cove */
  .dw-route {
    --gap: clamp(28px, 4vw, 56px);
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gap);
    margin-top: clamp(56px, 7vw, 88px);
  }
  .dw-route-line {
    position: absolute;
    top: 16px;
    left: 28px;
    width: calc((100% - 2 * var(--gap)) * 2 / 3 + 2 * var(--gap));
    height: 24px;
    color: var(--dw-bay);
    opacity: 0.5;
    pointer-events: none;
  }
  .dw-stop { position: relative; }
  .dw-stop-mark {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: #fff;
    color: var(--dw-bay);
    box-shadow: 0 0 0 2px var(--dw-bay-soft), 0 10px 22px -12px rgba(10, 45, 68, 0.45);
  }
  .dw-stop-mark svg { width: 28px; height: 28px; }
  .dw-stop--dolphins .dw-stop-mark {
    background: var(--dw-light);
    color: #fff;
    box-shadow: 0 0 0 6px rgba(235, 106, 30, 0.16);
  }
  .dw-stop--dolphins .dw-stop-mark svg { width: 38px; height: 38px; }
  .dw-tour .dw-stop p { max-width: 40ch; }
  .dw-tour .dw-stat {
    display: block;
    margin: 4px 0 8px;
    font-family: var(--dw-display);
    font-stretch: 88%;
    font-weight: 800;
    font-size: clamp(2.6rem, 1.9rem + 2vw, 3.5rem);
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--dw-night);
  }

  /* ---------- WHAT'S INCLUDED ---------- */
  .dw-included { background: #fff; padding: clamp(64px, 8vw, 108px) 0; }
  .dw-included-grid {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    gap: clamp(24px, 5vw, 88px);
    align-items: start;
  }
  .dw-included .dw-h2 { position: sticky; top: 48px; }

  .dw-tour ul.dw-inc {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--dw-rule);
  }
  .dw-tour ul.dw-inc li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin: 0;
    padding: 22px 0;
    border-bottom: 1px solid var(--dw-rule);
  }
  .dw-tour ul.dw-inc li::before, .dw-tour ul.dw-inc li::marker { content: none; }
  .dw-inc-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--dw-bay-soft);
    color: var(--dw-bay);
  }
  .dw-inc-icon svg { width: 24px; height: 24px; }
  .dw-inc-text { padding-top: 10px; max-width: 62ch; line-height: 1.65; }
  .dw-inc-text strong { color: var(--dw-night); font-weight: 800; }
  .dw-tour .dw-time {
    display: inline-block;
    margin-left: 4px;
    padding: 1px 12px;
    border-radius: 999px;
    background: var(--dw-blush);
    color: var(--dw-night);
    font-weight: 800;
  }

  /* ---------- WHO / HOW ---------- */
  .dw-plan { padding: clamp(64px, 8vw, 108px) 0 clamp(150px, 16vw, 200px); }
  .dw-plan-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 32px;
    overflow: hidden;
  }
  .dw-plan-half { position: relative; padding: clamp(32px, 4.5vw, 60px); }
  .dw-plan-half--sky { background: var(--dw-blush); }
  .dw-plan-half--sea { background: #D6EBF4; }
  .dw-plan-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 26px;
    border-radius: 50%;
    background: #fff;
    color: var(--dw-light);
  }
  .dw-plan-half--sea .dw-plan-icon { color: var(--dw-bay); }
  .dw-plan-icon svg { width: 26px; height: 26px; }
  .dw-tour .dw-plan-half .dw-h2 { font-size: clamp(1.7rem, 1.2rem + 1.2vw, 2.3rem); margin-bottom: 14px; }
  .dw-tour .dw-plan-half p { max-width: 46ch; }

  /* ---------- FINALE: sunrise over the sea ---------- */
  .dw-finale {
    position: relative;
    padding: clamp(84px, 10vw, 124px) 0 150px;
    text-align: center;
    color: #fff;
    background:
      radial-gradient(7% 300px at 50% 0%, rgba(255, 204, 128, 0.3) 0%, rgba(255, 204, 128, 0) 100%),
      radial-gradient(22% 90px at 50% 0%, rgba(255, 190, 110, 0.2) 0%, rgba(255, 190, 110, 0) 100%),
      linear-gradient(180deg, #114566 0%, var(--dw-night) 60%);
  }
  .dw-finale::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: clamp(150px, 20vw, 240px);
    aspect-ratio: 2 / 1;
    transform: translate(-50%, -100%);
    border-radius: 999px 999px 0 0;
    background: radial-gradient(ellipse 50% 100% at 50% 100%, #FFF1BF 0%, #FFD07A 38%, #FFA24C 76%, #F68A45 100%);
    box-shadow: 0 -22px 50px -10px rgba(255, 170, 80, 0.45);
  }
  .dw-finale .dw-glint { top: 22px; bottom: auto; width: clamp(150px, 20vw, 240px); opacity: 0.85; }
  .dw-tour .dw-finale-inner { max-width: 860px; }
  .dw-tour .dw-finale-lead {
    font-family: var(--dw-display);
    font-stretch: 92%;
    font-weight: 600;
    font-size: clamp(1.45rem, 1.05rem + 1.3vw, 2.1rem);
    line-height: 1.28;
    letter-spacing: -0.01em;
    color: #fff;
    text-wrap: balance;
  }
  .dw-tour .dw-finale-push {
    max-width: 56ch;
    margin: 18px auto 0;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .dw-tour .dw-booking--finale {
    margin: 40px auto 0;
    text-align: left;
    box-shadow: 0 34px 70px -30px rgba(0, 0, 0, 0.6);
  }
  .dw-signoff {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 48px 0 28px;
  }
  .dw-signoff .dw-avatar { width: 58px; height: 58px; box-shadow: 0 0 0 3px #fff, 0 12px 24px -10px rgba(0, 0, 0, 0.5); }
  .dw-tour .dw-signature {
    font-family: var(--dw-hand);
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--dw-gold);
  }

  /* ---------- FLOATING BOOK BUTTON (moved to <body> by JS) ---------- */
  a.dw-fab {
    box-sizing: border-box;
    position: fixed;
    z-index: 9990;
    left: 0;
    right: 0;
    bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    width: 380px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 14px 32px;
    border-radius: 999px;
    background: #EB6A1E;
    color: #fff !important;
    text-decoration: none !important;
    font: 800 1.05rem/1.2 "Nunito Sans", system-ui, sans-serif;
    letter-spacing: 0.07em;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.9), 0 18px 36px -12px rgba(10, 45, 68, 0.55), inset 0 -3px 0 rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.3s, background-color 0.25s;
  }
  a.dw-fab.is-visible { opacity: 1; visibility: visible; transform: none; }
  a.dw-fab:hover { background: #CF560F; }
  a.dw-fab:focus-visible { outline: 3px solid #0A2D44; outline-offset: 3px; }

  /* ---------- LIGHTBOX (moved to <body> by JS) ---------- */
  .dw-lightbox, .dw-lightbox * { box-sizing: border-box; }
  .dw-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 72px 80px;
    background: rgba(6, 28, 43, 0.97);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .dw-lightbox[hidden] { display: none; }
  .dw-lightbox.is-open { opacity: 1; }
  .dw-lightbox .dw-lb-img {
    display: block;
    width: min(600px, 100%);
    max-height: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  }
  .dw-lightbox .dw-lb-btn {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-shadow: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  .dw-lightbox .dw-lb-btn:hover, .dw-lightbox .dw-lb-btn:focus { background: rgba(255, 255, 255, 0.2); color: #fff; border-color: rgba(255, 255, 255, 0.6); }
  .dw-lightbox .dw-lb-btn:focus-visible { outline: 3px solid #FFB44A; outline-offset: 2px; }
  .dw-lightbox .dw-lb-btn svg { width: 22px; height: 22px; display: block; }
  .dw-lightbox .dw-lb-close { top: 18px; right: 18px; }
  .dw-lightbox .dw-lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
  .dw-lightbox .dw-lb-next { right: 18px; top: 50%; transform: translateY(-50%); }
  .dw-lightbox .dw-lb-count {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font: 600 0.9rem/1 "Nunito Sans", system-ui, sans-serif;
    letter-spacing: 0.04em;
  }

  /* ---------- RESPONSIVE ---------- */
  @media (max-width: 960px) {
    .dw-hero { padding: 22px 0 132px; }
    .dw-hero-grid { grid-template-columns: 1fr; gap: 0; }
    .dw-hero-media { order: -1; width: 100%; max-width: 720px; margin: 0 auto; padding: 0; }
    .dw-sun, .dw-hero .dw-glint { display: none; }
    .dw-arch {
      border-radius: 36% 36% 28px 28px / 22% 22% 28px 28px;
      box-shadow: 0 0 0 6px #fff, 0 30px 50px -30px rgba(10, 45, 68, 0.5);
    }
    .dw-hero-copy { padding-top: 38px; }
    .dw-tour .dw-h1 { margin-bottom: 26px; }
    .dw-tour .dw-booking-slot { margin-top: -84px; }

    .dw-awaits-head, .dw-included-grid { grid-template-columns: 1fr; }
    .dw-included .dw-h2 { position: static; }
    .dw-gallery-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    a.dw-fab { width: 340px; min-height: 58px; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); font-size: 1rem; }
    .dw-tour .dw-finale { padding-bottom: 136px; }
  }

  @media (max-width: 760px) {
    .dw-route { grid-template-columns: 1fr; gap: 34px; }
    .dw-tour .dw-route-line { display: none; }
    .dw-route::before {
      content: "";
      position: absolute;
      left: 27px;
      top: 40px;
      bottom: 40px;
      border-left: 2px dashed rgba(19, 111, 158, 0.35);
    }
    .dw-stop { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 18px; align-items: start; }
    .dw-stop-mark { margin: 0; }
    .dw-tour .dw-stop p { padding-top: 12px; }

    .dw-plan-panel { grid-template-columns: 1fr; border-radius: 26px; }

    .dw-signoff { flex-direction: column; gap: 10px; margin: 40px 0 26px; }
    .dw-tour .dw-signature { font-size: 1.9rem; }
    .dw-tour .dw-finale-lead { font-size: 1.35rem; }
    .dw-tour a.dw-btn { letter-spacing: 0.03em; padding: 14px 18px; }
    .dw-tour a.dw-btn--ghost { width: 100%; font-size: 0.92rem; }

    a.dw-fab {
      left: 16px;
      right: 16px;
      width: auto;
      max-width: none;
      margin: 0;
      min-height: 54px;
      padding: 12px 24px;
      bottom: calc(14px + env(safe-area-inset-bottom, 0px));
      font-size: 0.95rem;
      letter-spacing: 0.06em;
      box-shadow: 0 16px 32px -10px rgba(10, 45, 68, 0.6), inset 0 -3px 0 rgba(0, 0, 0, 0.12);
    }
    .dw-tour .dw-finale { padding-bottom: 116px; }
    .dw-lightbox { padding: 72px 12px 84px; }
    .dw-lightbox .dw-lb-img { width: 100%; }
    .dw-lightbox .dw-lb-prev, .dw-lightbox .dw-lb-next { top: auto; bottom: 10px; transform: none; }
    .dw-lightbox .dw-lb-prev { left: 16px; }
    .dw-lightbox .dw-lb-next { right: 16px; }
    .dw-lightbox .dw-lb-count { bottom: 28px; }
  }

  @media (max-width: 640px) {
    .dw-tour .dw-wrap { padding: 0 20px; }
    .dw-hero { padding-top: 14px; }
    .dw-hero-media { width: auto; margin: 0 -6px; }
    .dw-arch {
      border-radius: 34% 34% 24px 24px / 20% 20% 24px 24px;
      box-shadow: 0 0 0 5px #fff, 0 24px 40px -26px rgba(10, 45, 68, 0.5);
    }
    .dw-hero-copy { padding-top: 32px; }
    .dw-fin-says { grid-template-columns: 54px minmax(0, 1fr); gap: 14px; }
    .dw-fin-says .dw-avatar { width: 54px; height: 54px; box-shadow: 0 0 0 3px #fff, 0 10px 20px -8px rgba(10, 45, 68, 0.35); }
    .dw-tour .dw-bubble { padding: 16px 18px 18px; font-size: 1rem; }
    .dw-tour .dw-booking { padding: 12px; border-radius: 20px; }

    .dw-gallery { margin: 0 -20px; }
    .dw-gallery-track {
      display: flex;
      gap: 10px;
      padding: 0 20px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-padding: 0 20px;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }
    .dw-gallery-track::-webkit-scrollbar { display: none; }
    .dw-tour .dw-shot { flex: 0 0 84%; scroll-snap-align: start; border-radius: 16px; }
    .dw-tour .dw-gallery-dots { display: flex; justify-content: center; align-items: center; gap: 8px; margin: 18px 0 0; padding: 0; line-height: 0; }
    .dw-tour .dw-gallery-dots .dw-dot {
      display: block;
      flex: 0 0 auto;
      width: 8px;
      height: 8px;
      margin: 0;
      padding: 0;
      border-radius: 999px;
      background: rgba(10, 45, 68, 0.22);
      transition: width 0.3s ease, background-color 0.3s ease;
    }
    .dw-tour .dw-gallery-dots .dw-dot.is-active { width: 24px; background: var(--dw-light); }

    .dw-tour ul.dw-inc li { grid-template-columns: 42px minmax(0, 1fr); gap: 16px; padding: 18px 0; }
    .dw-inc-icon { width: 42px; height: 42px; border-radius: 12px; }
    .dw-inc-text { padding-top: 7px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .dw-tour *, a.dw-fab, .dw-lightbox { animation: none !important; transition: none !important; }
  }