/* ===== ACTIVITY TEMPLATE (reusable) =========================================
   Section order is deliberate and converts top-down:
   1 photo mosaic · 2 basic info + price/CTA · 3 short description
   4 directions + map · 5 honest takeaway · 6 recommendations · 7 deep history  */
.ac-wrap{max-width:1080px;margin:0 auto;padding:16px 22px 0}
.ac-back{display:flex;width:fit-content;align-items:center;gap:7px;font-size:13.5px;font-weight:700;color:var(--ink-soft,#41525d);margin:6px 0 18px}
.ac-tag{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#0a7ba3;margin:0 0 10px}
.ac-h1{font-size:clamp(28px,4.4vw,44px);line-height:1.05;letter-spacing:-.035em;font-weight:800;margin:0 0 12px;text-wrap:balance}
.ac-meta{display:flex;flex-wrap:wrap;align-items:center;gap:9px;font-size:13px;font-weight:600;color:#6b7a84;margin:0 0 20px}
.ac-meta .dot{width:4px;height:4px;border-radius:50%;background:#c3ccd1}
/* 1 — mosaic: one hero + four tiles, exactly the layout the booking sites open with */
.ac-mosaic{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;border-radius:16px;overflow:hidden;margin-bottom:14px}
.ac-mosaic>*{position:relative;min-height:0;background:#0a4a63}
.ac-mosaic>:first-child{grid-row:span 2;aspect-ratio:4/3}
.ac-mosaic img,.ac-mosaic image-slot{width:100%;height:100%;object-fit:cover;display:block}
.ac-credit{font-size:12.5px;color:#7d8a93;margin:0 0 34px}
/* 2 — basic info + price */
.ac-two{display:grid;grid-template-columns:1fr 340px;gap:34px;align-items:start;margin-bottom:38px}
.ac-info{border:1px solid rgba(12,29,40,.1);border-radius:16px;background:#fff;overflow:hidden}
.ac-info-h{background:#f3f7f9;padding:12px 18px;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#0a7ba3;border-bottom:1px solid rgba(12,29,40,.08)}
.ac-info dl{margin:0;padding:6px 18px 14px}
.ac-row{display:grid;grid-template-columns:150px 1fr;gap:14px;padding:11px 0;border-bottom:1px solid rgba(12,29,40,.07);font-size:14.5px;line-height:1.5}
.ac-row:last-child{border-bottom:0}
.ac-row dt{font-weight:750;color:#0c1d28;margin:0}
.ac-row dd{margin:0;color:#41525d}
/* booking card — sticky on desktop so the CTA never scrolls away */
.ac-buy{position:sticky;top:16px;border-radius:16px;background:linear-gradient(135deg,#083041,#0c455b);color:#fff;padding:24px}
.ac-buy-l{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#7fd4e8;margin:0 0 8px}
.ac-price{font-size:32px;font-weight:800;letter-spacing:-.03em;line-height:1;margin:0}
.ac-price small{font-size:14px;font-weight:650;color:#a9c6cf;letter-spacing:0}
.ac-price-note{font-size:12px;color:#8fb3c0;margin:8px 0 18px;line-height:1.45}
.ac-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#06364a;font-size:15px;font-weight:800;padding:14px 20px;border-radius:999px;text-align:center}
.ac-btn:hover{color:#06364a;background:#eaf7fd}
.ac-buy ul{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:9px}
.ac-buy li{display:flex;gap:9px;font-size:13px;line-height:1.4;color:#c8e2ec}
.ac-buy li svg{flex:none;margin-top:2px;color:#7fd4e8}
/* 5 — honest takeaway */
.ac-verdict{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:22px 0 30px}
.ac-vbox{border-radius:14px;padding:20px 22px}
.ac-vbox h3{font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin:0 0 12px}
.ac-vbox ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.ac-vbox li{font-size:14.5px;line-height:1.5;display:flex;gap:10px}
.ac-vbox li b{font-weight:750}
.ac-good{background:#eaf7f1;border:1px solid rgba(26,157,110,.22)}
.ac-good h3{color:#137a55}.ac-good li svg{color:#1a9d6e;flex:none;margin-top:3px}
.ac-bad{background:#fdf0ee;border:1px solid rgba(214,72,63,.2)}
.ac-bad h3{color:#b23a32}.ac-bad li svg{color:#d6483f;flex:none;margin-top:3px}
.ac-src{font-size:12.5px;color:#7d8a93;margin:-16px 0 34px;line-height:1.5}
/* 6 — recommendations */
.ac-recs{list-style:none;margin:0 0 12px;padding:0;display:grid;gap:12px}
.ac-recs li{display:flex;gap:13px;background:#f3f7f9;border:1px solid rgba(12,29,40,.07);border-radius:12px;padding:15px 18px;font-size:15px;line-height:1.55}
.ac-recs b{font-weight:750}
.ac-recs .n{flex:none;width:24px;height:24px;border-radius:50%;background:#0a7ba3;color:#fff;font-size:12.5px;font-weight:800;display:grid;place-items:center;margin-top:1px}
/* mobile sticky buy bar */
.ac-bar{position:fixed;left:0;right:0;bottom:0;z-index:50;display:none;background:rgba(8,48,65,.97);backdrop-filter:blur(8px);padding:11px 16px calc(11px + env(safe-area-inset-bottom));align-items:center;gap:14px}
.ac-bar .p{flex:1;color:#fff;font-size:15px;font-weight:800;line-height:1.2}
.ac-bar .p small{display:block;font-size:11.5px;font-weight:600;color:#8fb3c0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ac-bar a{background:#fff;color:#06364a;font-size:14px;font-weight:800;padding:12px 20px;border-radius:999px;white-space:nowrap}
@media(max-width:900px){.ac-two{grid-template-columns:1fr;gap:24px}.ac-buy{position:static}.ac-verdict{grid-template-columns:1fr}
  .ac-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.ac-mosaic>:first-child{grid-column:span 2;grid-row:auto;aspect-ratio:16/10}.ac-mosaic>*{aspect-ratio:4/3}
  .ac-bar{display:flex}body{padding-bottom:72px}.ac-row{grid-template-columns:1fr;gap:3px}}
.ac-mosaic.ac-empty{display:none}
.ac-mosaic:empty{display:none}
/* 1 or 2 photos: collapse the 5-tile grid so a lone photo fills the strip */
.ac-mosaic--one{grid-template-columns:1fr;grid-template-rows:auto}
.ac-mosaic--one>:first-child{grid-row:auto;grid-column:auto;aspect-ratio:16/9}
.ac-mosaic--two{grid-template-columns:1fr 1fr;grid-template-rows:auto}
.ac-mosaic--two>*{aspect-ratio:4/3}
.ac-mosaic--two>:first-child{grid-row:auto;grid-column:auto;aspect-ratio:4/3}
/* 3 photos: hero left, two stacked right. 4: hero left, three right. */
.ac-mosaic--three{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr}
.ac-mosaic--three>:first-child{grid-row:1/3;grid-column:1}
.ac-mosaic--four{grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr}
.ac-mosaic--four>:first-child{grid-row:1/3;grid-column:1}
