/* Branch detail edition. Loaded after design.css and pages.css; no card or shell overrides. */
body.flagship.venue-ui-page {
  --venue-paper: #f5f2e9;
  --venue-ink: #202d27;
  --venue-teal: #286353;
  --venue-lime: #d9ed85;
  --venue-peach: #f2ddcc;
  --venue-line: #d8ddd5;
  --venue-muted: #58665d;
}
body.flagship.venue-ui-page #main .venue-ui { padding-top: 24px; }
body.flagship.venue-ui-page #main .venue-ui > .breadcrumbs { margin-bottom: 20px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,32%);
  gap: 0; margin: 0; padding: 0; max-width: none; overflow: hidden;
  background: var(--venue-ink); color: var(--venue-paper); border: 0; border-radius: 16px;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-intro-copy { min-width: 0; padding: 42px 44px 34px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .eyebrow {
  color: var(--venue-lime); margin: 0 0 19px; font-size: 13px; letter-spacing: .075em;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero h1 {
  max-width: 23ch; margin: 0; color: var(--venue-paper);
  font-family: Inter,system-ui,sans-serif; font-size: clamp(40px,4vw,56px);
  font-weight: 600; line-height: 1.06; letter-spacing: -.055em; text-wrap: balance;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .detail-lede {
  max-width: 66ch; color: #e3e9df; font-size: 16px; line-height: 1.65; margin: 18px 0 0;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .detail-buttons {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 22px 0 0;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero :is(.button,.icon-button) {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; margin: 0; padding: 11px 15px; border: 1px solid var(--venue-lime);
  background: var(--venue-lime); color: var(--venue-ink); border-radius: 5px;
  font-size: 14px; line-height: 1.35; font-weight: 600; text-decoration: none;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero :is(.button.secondary,.icon-button) {
  color: var(--venue-paper); background: transparent; border-color: #7d9183;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .icon-button { width: 46px; padding: 10px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero :is(.button,.icon-button):hover { background: #eef6cf; color: var(--venue-ink); border-color: #eef6cf; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero [aria-pressed="true"] { background: var(--venue-lime); color: var(--venue-ink); border-color: var(--venue-lime); }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .source-note {
  display: block; margin: 18px 0 0; padding: 0; color: #d7e0d3 !important;
  font-size: 14px !important; line-height: 1.6; background: none; border: 0;
}
body.flagship.venue-ui-page #main .venue-ui-art {
  min-width: 0; display: flex; align-items: center; justify-content: center;
  background: var(--venue-lime); color: var(--venue-ink); padding: 8px;
  background-image: linear-gradient(135deg,transparent 49.9%,#bdcf75 50%,transparent 50.15%);
}
body.flagship.venue-ui-page #main .venue-ui-art > svg { display: block; width: 100%; height: auto; max-height: 390px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .branch-status {
  background: #f2ddcc; color: #442d1e; margin: 24px 0 0; border: 0; border-left: 4px solid #d09a57; border-radius: 4px; padding: 18px 20px;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .branch-status :is(p,a,strong) { color: #442d1e; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .branch-status p { font-size: 16px; line-height: 1.6; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .breadcrumbs { color: #d7e0d3; margin: 0 0 24px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .breadcrumbs a { color: #d7e0d3; }
body.flagship.venue-ui-page #main .venue-ui .detail-tabs {
  display: flex; flex-wrap: wrap; gap: 0; margin: 0; padding: 8px 4px;
  border: 0; border-bottom: 1px solid #c7cdc2; background: var(--venue-paper);
  position: sticky; top: 0; z-index: 5;
}
body.flagship.venue-ui-page #main .venue-ui .detail-tabs a {
  padding: 14px 18px; min-height: 48px; color: var(--venue-ink); border: 0;
  font-size: 14px; font-weight: 600; text-decoration: none; border-radius: 4px;
}
body.flagship.venue-ui-page #main .venue-ui .detail-tabs a:hover { background: #e7ecd8; }
body.flagship.venue-ui-page #main .venue-ui .detail-tabs a[aria-current="location"] { background: var(--venue-ink); color: #fff; }
body.flagship.venue-ui-page #main .venue-ui .detail-layout {
  display: grid; grid-template-columns: minmax(0,1fr) 326px; gap: 32px; align-items: start; padding-top: 32px;
}
body.flagship.venue-ui-page #main .venue-ui .detail-content { min-width: 0; display: grid; gap: 24px; }
body.flagship.venue-ui-page #main .venue-ui .detail-content > .venue-ui-panel {
  min-width: 0; position: relative; padding: 32px; margin: 0; border: 1px solid var(--venue-line);
  border-radius: 12px; background: #fff; scroll-margin-top: 85px; overflow-wrap: anywhere;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-panel > .eyebrow {
  margin: 0 64px 9px 0; color: var(--venue-teal); font-size: 12px; letter-spacing: .085em;
}
body.flagship.venue-ui-page #main .venue-ui #coffee h2,
body.flagship.venue-ui-page #main .venue-ui #sitting h2,
body.flagship.venue-ui-page #main .venue-ui #prices h2,
body.flagship.venue-ui-page #main .venue-ui #getting-there h2 {
  max-width: 24ch; padding: 0; margin: 0 48px 25px 0; color: var(--venue-ink);
  font-family: Inter,system-ui,sans-serif; font-size: clamp(26px,2.6vw,34px);
  font-weight: 600; letter-spacing: -.045em; line-height: 1.15; text-wrap: balance;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-section-symbol {
  position: absolute; top: 28px; right: 28px; display: grid; place-items: center;
  width: 48px; height: 48px; border-radius: 50%; background: #edf3df; color: var(--venue-teal);
}
body.flagship.venue-ui-page #main .venue-ui-icon { width: 22px; height: 22px; flex: 0 0 22px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-section-symbol .venue-ui-icon { width: 25px; height: 25px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-panel .venue-field {
  margin: 0; padding: 20px 0; border: 0; border-top: 1px solid var(--venue-line); background: transparent;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-panel .venue-field h3 {
  display: flex; align-items: center; gap: 10px; margin: 0 0 12px;
  font-size: 17px; line-height: 1.4; color: var(--venue-ink); letter-spacing: -.015em;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-panel .venue-field h3 .venue-ui-icon { color: var(--venue-teal); }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-panel :is(p,li) { font-size: 16px; line-height: 1.65; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-panel .venue-field p { margin: 0; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-menu .offering-list {
  list-style: none; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px;
  margin: 0; padding: 0;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-menu .offering-list li {
  position: relative; min-width: 0; margin: 0; padding: 10px 12px 10px 27px;
  background: #f1f4ea; border-radius: 4px; font-size: 15px; line-height: 1.5;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-menu .offering-list li::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--venue-teal);
  position: absolute; left: 12px; top: 19px;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-panel .source-note,
body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan .source-note {
  display: block; color: var(--venue-muted) !important; font-size: 13px !important; line-height: 1.6;
  margin: 12px 0 0; padding: 0; border: 0; background: transparent;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-panel .source-note a { color: #42624a; text-decoration: underline; text-decoration-color: #afc1ab; text-underline-offset: 3px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-panel .small-note { margin: 12px 0 0; color: var(--venue-muted) !important; font-size: 14px !important; line-height: 1.65; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-facilities .facility-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin: 0 0 22px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-facilities .facility-grid > .venue-field { padding: 20px; border: 1px solid var(--venue-line); border-radius: 6px; background: #f8faf5; }
body.flagship.venue-ui-page #main .venue-ui .practical-unknowns { margin: 0 0 15px; padding: 0; border: 1px solid #cdd6c7; border-radius: 5px; background: #fff; }
body.flagship.venue-ui-page #main .venue-ui .practical-unknowns summary { min-height: 48px; padding: 14px 16px; font-size: 16px; font-weight: 600; cursor: pointer; }
body.flagship.venue-ui-page #main .venue-ui .practical-unknowns p { margin: 0; padding: 0 16px 18px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-panel .text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--venue-teal); font-size: 15px; line-height: 1.5; }
body.flagship.venue-ui-page #main .venue-ui .detail-content > .venue-ui-prices { background: #f9e7c8; border-color: #e4c18b; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-prices > .eyebrow { color: #735226; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-prices .venue-ui-section-symbol { color: #735226; background: #f2d49d; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-prices-unlisted > p:not(.eyebrow):not(:last-child) {
  max-width: 53ch; margin: 0; padding: 18px 20px; border-left: 3px solid #97652f; background: #fff7e8; color: #543e22;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-prices .price-list { margin: 20px 0 14px; border-top: 1px solid #d8b78a; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-prices .price-list > div { padding: 17px 0; border-bottom: 1px solid #d8b78a; gap: 20px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-prices .price-list dd { color: #543e22; font-size: 26px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-prices .price-channel { color: #644928; font-size: 14px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-prices .text-link { color: #624725; }
body.flagship.venue-ui-page #main .venue-ui .detail-content > .venue-ui-directions { background: var(--venue-teal); border-color: var(--venue-teal); color: #f4f6ed; }
body.flagship.venue-ui-page #main .venue-ui #getting-there.venue-ui-directions h2 { color: #fff; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-directions > .eyebrow { color: var(--venue-lime); }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-directions .venue-ui-section-symbol { color: var(--venue-lime); background: #34745f; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-directions > p { max-width: 57ch; color: #f2f6ed; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-directions .button.secondary { background: var(--venue-lime); color: var(--venue-ink); border: 1px solid var(--venue-lime); border-radius: 5px; min-height: 48px; font-size: 15px; line-height: 1.4; padding: 12px 16px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-directions :is(.source-note,.small-note),
body.flagship.venue-ui-page #main .venue-ui .venue-ui-directions .source-note a { color: #deebd5 !important; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan {
  display: block; position: sticky; top: 88px; width: auto; min-width: 0; margin: 0; padding: 26px; scroll-margin-top: 85px;
  border: 1px solid #c6d4b2; border-top: 6px solid var(--venue-teal); border-radius: 8px;
  background: #eaf0dc; color: var(--venue-ink); box-shadow: 0 12px 22px -22px #233a24;
}
body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan > .eyebrow { margin: 0 0 8px; font-size: 12px; color: #486139; letter-spacing: .07em; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan h2 { margin: 0 0 24px; color: var(--venue-ink); font-size: 28px; line-height: 1.15; letter-spacing: -.035em; font-family: Inter,system-ui,sans-serif; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan > div { margin: 0; padding: 16px 0; border-top: 1px solid #c7d5b7; border-bottom: 0; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan h3 { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; color: #314831; font-size: 14px; line-height: 1.4; font-weight: 600; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan h3 .venue-ui-icon { width: 18px; height: 18px; flex-basis: 18px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan p { margin: 0; font-size: 15px; line-height: 1.65; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan small { display: block; margin-top: 10px; font-size: 13px; line-height: 1.55; color: #52664c; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan > .button.secondary { display: flex; width: 100%; min-height: 48px; justify-content: center; align-items: center; gap: 8px; margin: 15px 0; padding: 12px; border: 1px solid var(--venue-ink); border-radius: 5px; background: var(--venue-ink); color: #fff; font-size: 14px; line-height: 1.45; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan .phone-number { padding: 0 0 12px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan .phone-number > a { display: inline-flex; align-items: center; min-height: 44px; font-size: 18px; color: var(--venue-ink); letter-spacing: -.015em; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan .back-results { display: flex; align-items: center; min-height: 44px; color: #34552e; font-size: 14px; line-height: 1.4; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan .photo-gap { border-top: 1px solid #c7d5b7; padding-top: 13px; }
body.flagship.venue-ui-page #main .venue-ui .sources-panel { margin: 0; padding: 0; border: 1px solid #cbd4c5; border-radius: 6px; background: transparent; }
body.flagship.venue-ui-page #main .venue-ui .sources-panel > summary { padding: 20px 24px; min-height: 48px; font-size: 16px; font-weight: 600; cursor: pointer; }
body.flagship.venue-ui-page #main .venue-ui .sources-panel > :not(summary) { margin: 0 24px 18px; font-size: 14px; line-height: 1.65; }
body.flagship.venue-ui-page #main .venue-ui .sources-panel > ul { padding-left: 20px; }
body.flagship.venue-ui-page #main .venue-ui .sources-panel li { font-size: 14px; line-height: 1.65; margin: 9px 0; }
body.flagship.venue-ui-page #main .venue-ui .sources-panel a { color: #3b6041; overflow-wrap: anywhere; }
body.flagship.venue-ui-page #main .venue-ui .sources-panel > a { display: inline-flex; align-items: center; min-height: 44px; }
body.flagship.venue-ui-page #main .venue-ui .venue-ui-history { background: #f9e7c8; border: 1px solid #e4c18b; border-radius: 8px; margin-top: 28px; padding: 32px; }
body.flagship.venue-ui-page #main .venue-ui .more-stops { margin-top: 64px; padding-top: 32px; border-top: 1px solid #c7cdc2; }

/* The Thai edition retains its own fact order, cutoff and disclosure controls. */
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-ui-legacy-hero { padding: 40px 0; background: var(--venue-ink); color: var(--venue-paper); }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-ui-legacy-hero .hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 48px; align-items: start; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-ui-legacy-hero .hero-copy { position: relative; min-width: 0; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-ui-legacy-hero h1 { color: var(--venue-paper); max-width: 17ch; font-size: clamp(38px,4.4vw,62px); line-height: 1.14; letter-spacing: -.035em; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-ui-legacy-hero .eyebrow { color: var(--venue-lime); margin-bottom: 16px; font-size: 14px; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-ui-legacy-hero .lede { max-width: 46ch; color: #e0e8d9; font-size: 18px; line-height: 1.8; }
body.flagship.venue-ui-page #main .venue-ui-legacy-art { width: 220px; max-width: 100%; margin-top: 24px; }
body.flagship.venue-ui-page #main .venue-ui-legacy-art .venue-ui-art { border-radius: 6px; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-ui-legacy-hero .hero-visual { display: block; margin: 0; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-hero-card { background: #eaf0dc; color: var(--venue-ink); border: 1px solid #c4d3af; border-radius: 8px; box-shadow: none; padding: 28px; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-hero-card :is(h2,strong) { color: var(--venue-ink); }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-hero-card :is(.kicker,.venue-hero-card__note,.venue-hero-card__updated) { color: #47633c; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-hero-card h2 { font-size: 28px; line-height: 1.4; margin: 6px 0 0; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-hero-card__heading { flex-wrap: wrap; gap: 16px; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-hero-card__facts li { border-color: #c4d3af; padding: 16px 0; font-size: 16px; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-hero-card__facts li > span { color: #48613d; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-ui-legacy-quick { padding-top: 40px; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-quick__grid { gap: 16px; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .quick-fact { padding: 25px; background: #fff; border: 1px solid var(--venue-line); border-top: 4px solid var(--venue-teal); border-radius: 7px; box-shadow: none; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .quick-fact:has(.quick-fact__value--uncertain) { background: #f9e7c8; border-color: #e4c18b; border-top-color: #997040; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .quick-fact__value { font-size: 18px; line-height: 1.65; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .quick-fact__actions :is(a,button) { min-height: 44px; font-size: 16px; border-radius: 5px; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-links { background: var(--venue-teal); color: #f2f6ed; padding: 28px; border: 0; border-radius: 8px; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-links :is(h3,p,.kicker,.venue-links__disclaimer) { color: #eef4e4; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-links .venue-link { background: #fff; color: var(--venue-ink); border: 1px solid #fff; border-radius: 5px; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-links .venue-link :is(strong,span) { color: var(--venue-ink); }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-links .venue-link__icon { background: #e9f2d5; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .verification-disclosure { background: #fff; border: 1px solid var(--venue-line); border-radius: 7px; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .fact-detail { border: 1px solid var(--venue-line); border-radius: 5px; background: #fafcf7; }
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .fact-detail[data-state="conflict"],
body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .fact-detail[data-state="hold"] { background: #fff3df; border-color: #e4c18b; }

@media (min-width: 1440px) {
 body.flagship.venue-ui-page #main .venue-ui .detail-layout { grid-template-columns: minmax(0,1fr) 348px; gap: 40px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-intro-copy { padding: 36px 40px; }
 body.flagship.venue-ui-page #main .venue-ui .detail-content > .venue-ui-panel { padding: 36px; }
}
@media (max-width: 1024px) {
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero { grid-template-columns: minmax(0,1fr) 28%; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-intro-copy { padding: 32px; }
 body.flagship.venue-ui-page #main .venue-ui .detail-layout { grid-template-columns: minmax(0,1fr) 288px; gap: 22px; }
 body.flagship.venue-ui-page #main .venue-ui .detail-content > .venue-ui-panel { padding: 26px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-section-symbol { top: 24px; right: 22px; width: 40px; height: 40px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan { padding: 22px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-facilities .facility-grid { grid-template-columns: 1fr; }
 body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-ui-legacy-hero .hero-grid { grid-template-columns: minmax(0,1fr) 340px; gap: 30px; }
}
@media (max-width: 768px) {
 body.flagship.venue-ui-page #main .venue-ui { padding-top: 18px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero { grid-template-columns: minmax(0,1fr); position: relative; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-intro-copy { padding: 28px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .venue-ui-art { display: none; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero::after { content: ''; position: absolute; top: 0; right: 0; width: 54px; height: 6px; background: var(--venue-lime); }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero h1 { font-size: 38px; line-height: 1.1; letter-spacing: -.045em; max-width: 21ch; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .detail-lede { font-size: 14px; line-height: 1.65; margin-top: 16px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .detail-buttons { margin-top: 21px; }
 body.flagship.venue-ui-page #main .venue-ui .detail-tabs { display: flex; flex-wrap: nowrap; overflow: auto; padding: 10px 0; gap: 5px; scrollbar-width: none; }
 body.flagship.venue-ui-page #main .venue-ui .detail-tabs::-webkit-scrollbar { display: none; }
 body.flagship.venue-ui-page #main .venue-ui .detail-tabs a { flex-shrink: 0; min-width: 0; padding: 11px 12px; font-size: 12px; line-height: 1.5; border: 1px solid #d3dbcb; background: #f8fbf0; min-height:44px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .detail-buttons { display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 44px;gap:8px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .detail-buttons>.button:first-child { grid-column:1/-1;width:100%; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .detail-buttons>:not(:first-child) { width:auto;min-width:0;padding:10px 6px;gap:5px;font-size:12px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .detail-buttons>.icon-button { width:44px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .detail-buttons:has(>:nth-child(3):last-child)>.button:nth-child(2) { grid-column:1/3; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .detail-buttons .icon { width:17px;height:17px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .source-note { font-size:12px!important;margin-top:14px; }
 body.flagship.venue-ui-page #main .venue-ui .detail-layout { grid-template-columns: minmax(0,1fr); gap: 24px; padding-top: 20px; }
 body.flagship.venue-ui-page #main .venue-ui .detail-content { gap: 20px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan { position: static; order: 0; margin: 0; width: 100%; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan :is(p,small),
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-panel :is(p,li) { font-size: 16px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan > .button.secondary { font-size: 16px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan > div { padding: 18px 0; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan h3 { font-size: 16px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-facilities .facility-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-menu .offering-list li { font-size: 16px; }
 body.flagship.venue-ui-page #main .venue-ui .more-stops { margin-top: 40px; }
 body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-ui-legacy-hero { padding: 28px 0; }
 body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-ui-legacy-hero .hero-grid { grid-template-columns: minmax(0,1fr); gap: 24px; }
 body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-ui-legacy-hero h1 { font-size: 34px; max-width: none; }
 body.flagship.venue-ui-page #main .venue-ui-legacy-art { display: none; }
 body.flagship.venue-ui-page[data-route^="/th/"] #main.thai-venue-ui .venue-links { padding: 22px; }
}
@media (max-width: 480px) {
 body.flagship.venue-ui-page #main .venue-ui > .breadcrumbs { margin-bottom: 16px; font-size: 13px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-intro-copy { padding: 26px 22px 24px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero .eyebrow { font-size: 12px; margin-bottom: 15px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero h1 { font-size: 34px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero :is(.button,.icon-button) { font-size: 14px; }
 body.flagship.venue-ui-page #main .venue-ui .detail-content > .venue-ui-panel { padding: 24px 20px; }
 body.flagship.venue-ui-page #main .venue-ui #coffee h2,
 body.flagship.venue-ui-page #main .venue-ui #sitting h2,
 body.flagship.venue-ui-page #main .venue-ui #prices h2,
 body.flagship.venue-ui-page #main .venue-ui #getting-there h2 { font-size: 27px; margin-right: 33px; margin-bottom: 23px; line-height: 1.18; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-section-symbol { width: 32px; height: 32px; top: 21px; right: 18px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-section-symbol .venue-ui-icon { width: 21px; height: 21px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-panel > .eyebrow { margin-right: 35px; font-size: 12px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-menu .offering-list { grid-template-columns: minmax(0,1fr); }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-facilities .facility-grid { grid-template-columns: minmax(0,1fr); gap: 12px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-facilities .facility-grid > .venue-field { padding: 18px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-prices-unlisted > p:not(.eyebrow):not(:last-child) { padding: 16px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan { padding: 24px; }
 body.flagship.venue-ui-page #main .venue-ui .sources-panel > summary { padding: 18px 20px; }
 body.flagship.venue-ui-page #main .venue-ui .sources-panel > :not(summary) { margin-left: 20px; margin-right: 20px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-history { padding: 24px 20px; }
}
@media (max-width: 360px) {
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-intro-copy { padding: 24px 18px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero h1 { font-size: 32px; }
 body.flagship.venue-ui-page #main .venue-ui .detail-tabs a { padding: 11px 8px; }
 body.flagship.venue-ui-page #main .venue-ui .detail-content > .venue-ui-panel { padding: 24px 18px; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-panel .venue-field h3 { gap: 8px; }
}
@media print {
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero,
 body.flagship.venue-ui-page #main .venue-ui .detail-content > .venue-ui-panel,
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan { color: #000; background: #fff; border: 1px solid #777; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-hero :is(h1,p),
 body.flagship.venue-ui-page #main .venue-ui #getting-there.venue-ui-directions :is(h2,p) { color: #000 !important; }
 body.flagship.venue-ui-page #main .venue-ui-art { display: none; }
 body.flagship.venue-ui-page #main .venue-ui .detail-layout { display: block; }
 body.flagship.venue-ui-page #main .venue-ui .venue-ui-plan { position: static; }
}
