:root {
  --blue: #1187dc;
  --deep: #062c56;
  --ink: #10263d;
  --cream: #fff7e9;
  --orange: #d83b3f;
}

.button.primary, .round-link { box-shadow: 0 10px 28px rgba(162, 25, 32, .20); }
.gallery-kicker { margin-bottom:30px; }
.drinks { background:linear-gradient(120deg, #062c56 0%, #083965 58%, #07518c 100%); color:#fff; position:relative; overflow:hidden; }
.drinks::after { content:""; position:absolute; width:360px; height:360px; right:-140px; top:-180px; border:1px solid rgba(255,255,255,.14); border-radius:50%; box-shadow:0 0 0 54px rgba(255,255,255,.035), 0 0 0 108px rgba(255,255,255,.025); pointer-events:none; }
.drinks .drink-panel { position:relative; z-index:1; }
.drinks h2 { color:#fff; }
.drinks .eyebrow { color:#9fd3ff; }
.drinks .drink-panel p { color:#d7e7f4; max-width:630px; }
.blue-card { background: #0877ca; }
.real-map { background: #dff2ff; }
.pattaya-now { display:flex; gap:10px; flex-wrap:wrap; margin-top:26px; }
.pattaya-now span { display:grid; min-width:145px; padding:11px 15px; border:1px solid rgba(255,255,255,.3); background:rgba(4,30,57,.42); backdrop-filter:blur(8px); }
.pattaya-now small { color:#9fd3ff; text-transform:uppercase; letter-spacing:.12em; font-size:.62rem; font-weight:800; }
.pattaya-now strong { color:#fff; margin-top:3px; font-size:.95rem; }
.subpage { background: #fff; }
.subpage .content-card { background: #f4faff; border: 1px solid #dceefa; }
.subpage .subpage-hero { border-bottom: 1px solid #dceefa; padding-bottom: 55px; }
.subpage .subpage-hero.compact { display:block; margin-bottom:42px; padding-bottom:24px; }
.subpage .subpage-hero .compact-page-title { max-width:none; margin:0; color:var(--blue); font:800 clamp(.78rem, 1.3vw, .95rem)/1.5 Arial,Helvetica,sans-serif; letter-spacing:.16em; text-transform:uppercase; }

.album-link { border-top: 0; border-radius: 3px; }
.album-link:nth-child(4n + 1) { background: #dff2ff; color: #062c56; }
.album-link:nth-child(4n + 2) { background: #fff0cf; color: #4b3214; }
.album-link:nth-child(4n + 3) { background: #f7dfe0; color: #6e1f28; }
.album-link:nth-child(4n) { background: #0870bb; color: #fff; }
.album-link span { color: inherit; opacity: .72; }
.album-link:hover { box-shadow: 0 16px 34px rgba(6, 44, 86, .18); }
.album-link:focus-visible { outline: 4px solid #d83b3f; outline-offset: 3px; }
.forum-footer-link { display:grid; width:min(100%, 300px); gap:4px; margin-top:24px; padding:15px 17px; border:1px solid rgba(159,211,255,.32); border-radius:3px; background:rgba(255,255,255,.055); transition:background .2s, border-color .2s, transform .2s; }
.forum-footer-link span { color:#9fb6ca; font-size:.68rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
footer .forum-footer-link strong { color:#fff; font-size:.78rem; letter-spacing:.05em; margin:0; }
.forum-footer-link:hover { background:rgba(17,135,220,.18); border-color:#5bb8f7; transform:translateY(-2px); }
.forum-footer-link:focus-visible { outline:3px solid #fff; outline-offset:3px; }
@media(max-width:800px){.drinks::after{opacity:.55}}
@media(max-width:560px){.pattaya-now span{min-width:0;flex:1}.pattaya-now{margin-top:20px}}
