.fow-venue {
  --fow-navy: #1a2d45;
  --fow-deep: #101f31;
  --fow-blue: #2d4e69;
  --fow-gold: #ed7f31;
  --fow-orange: #ed7f31;
  --fow-paper: #f6f3ea;
  --fow-white: #ffffff;
  --fow-ink: #172231;
  --fow-muted: #65717c;
  --fow-line: rgba(23, 45, 70, .16);
  --fow-shell: 1360px;
  width: 100vw;
  max-width: none;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 0;
  overflow-x: hidden;
  background: var(--fow-paper);
  color: var(--fow-ink);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body:has(#fow-venue-app) { overflow-x: clip; }
body:has(#fow-venue-app) .wp-site-blocks { gap: 0 !important; }
body:has(#fow-venue-app) .wp-site-blocks > header,
body:has(#fow-venue-app) header.wp-block-template-part,
body:has(#fow-venue-app) .site-header {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
body:has(#fow-venue-app) body > header,
body:has(#fow-venue-app) .wp-site-blocks header,
body:has(#fow-venue-app) header.site-header {
  position: relative;
  z-index: 50;
  border-bottom-width: 0 !important;
  border-bottom-color: #1a2d45 !important;
  box-shadow: 0 14px 0 #1a2d45 !important;
}
body:has(#fow-venue-app) .wp-site-blocks > header + .wp-block-separator,
body:has(#fow-venue-app) header.wp-block-template-part + .wp-block-separator {
  display: none !important;
}
body:has(#fow-venue-app) main,
body:has(#fow-venue-app) .wp-block-post-content,
body:has(#fow-venue-app) .entry-content { margin-block-start: 0 !important; padding-block-start: 0 !important; }
body:has(#fow-venue-app) .wp-block-post-title,
body:has(#fow-venue-app) .entry-title { display: none !important; }
body:has(#fow-venue-app) .wp-block-group.has-global-padding:has(> .wp-block-group.alignwide > .wp-block-post-title) { margin-block: 0 !important; padding-block: 0 !important; }
body:has(#fow-venue-app) .wp-block-group.alignwide:has(> .wp-block-post-title) > .wp-block-post-content { margin-block-start: 0 !important; }
body:has(#fow-venue-app) .wp-block-post-content,
body:has(#fow-venue-app) .entry-content { margin-block-start: 0 !important; padding-block-start: 0 !important; }
body:has(#fow-venue-app) .wp-block-post-content > :first-child,
body:has(#fow-venue-app) .entry-content > :first-child { margin-block-start: 0 !important; }
#fow-venue-app { position: relative; z-index: 1; margin-block-start: -12px !important; }

.fow-venue > .fow-venue__venues,
.fow-venue > .fow-venue__photo-credit,
.fow-venue > .fow-venue__map-section,
.fow-venue > .fow-venue__info-grid,
.fow-venue > .fow-venue__dress,
.fow-venue > .fow-venue__bottom-grid,
.fow-venue > .fow-venue__intro {
  width: min(calc(100% - 48px), var(--fow-shell));
  margin-inline: auto;
}

.fow-venue *, .fow-venue *::before, .fow-venue *::after { box-sizing: border-box; }
.fow-venue h1, .fow-venue h2, .fow-venue h3, .fow-venue p { margin-top: 0; }
.fow-venue h1, .fow-venue h2 { color: var(--fow-navy); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.fow-venue h1 { max-width: 850px; margin-bottom: 18px; font-size: clamp(46px, 7vw, 82px); line-height: .98; letter-spacing: -.045em; }
.fow-venue h2 { margin-bottom: 14px; font-size: clamp(27px, 3vw, 38px); line-height: 1.08; letter-spacing: -.025em; }
.fow-venue h3 { margin: 28px 0 8px; color: var(--fow-navy); font-size: 17px; }
.fow-venue p { margin-bottom: 16px; }
.fow-venue a:focus-visible { outline: 3px solid var(--fow-orange); outline-offset: 3px; }

.fow-venue__hero { position: relative; display: grid; min-height: 650px; overflow: visible; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); align-items: center; gap: 34px; margin: 0; padding: 76px max(24px, calc((100vw - var(--fow-shell)) / 2)); background: radial-gradient(circle at 87% 27%, rgba(237,127,49,.17), transparent 25%), linear-gradient(135deg, var(--fow-deep), var(--fow-navy) 58%, #294b67); color: white; }
.fow-venue__hero::before { content: ""; position: absolute; z-index: 0; right: 0; bottom: 100%; left: 0; height: 20px; background: var(--fow-deep); }
.fow-venue__hero::after { content: ""; position: absolute; left: max(24px, calc((100vw - var(--fow-shell)) / 2)); bottom: 56px; width: 58px; height: 4px; background: var(--fow-orange); }
.fow-venue__hero-partners { position: absolute; top: 0; right: max(24px, calc((100vw - var(--fow-shell)) / 2)); left: max(24px, calc((100vw - var(--fow-shell)) / 2)); margin: 0; padding-block: 28px; border-bottom: 1px solid rgba(229,226,209,.2); color: var(--fow-cream); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-align: right; text-transform: uppercase; }
.fow-venue__hero-partners span { margin-inline: 8px; color: var(--fow-orange); }
.fow-venue__hero-copy { position: relative; z-index: 2; }
.fow-venue__hero h1 { max-width: 880px; margin: 0; color: var(--fow-paper); font: 500 clamp(64px, 8vw, 118px)/.86 Georgia, serif; letter-spacing: -.06em; text-transform: uppercase; }
.fow-venue__hero h1 span { display: block; color: transparent; -webkit-text-stroke: 1px rgba(229,226,209,.66); }
.fow-venue__hero-copy > p:last-child { max-width: 680px; margin: 38px 0 26px; color: rgba(255,255,255,.72); font-size: 18px; }
.fow-venue__canal-illustration { position: relative; z-index: 1; display: block; width: min(112%, 760px); max-width: none; margin-left: -5%; opacity: .38; pointer-events: none; }
.fow-venue__canal-drawing { display: none; }
.fow-venue__canal-drawing g { stroke-width: .9; vector-effect: non-scaling-stroke; }
.fow-venue__eyebrow { margin-bottom: 8px !important; color: var(--fow-gold); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }

.fow-venue__intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding-block: 70px 44px; }
.fow-venue__intro h2 { margin: 0; color: var(--fow-navy); font: 500 clamp(42px,5vw,68px)/1 Georgia,serif; letter-spacing: -.04em; }
.fow-venue__intro p:last-child { max-width: 750px; margin: 18px 0 0; color: var(--fow-muted); }
.fow-venue__eyebrow--dark { margin-bottom: 10px !important; color: var(--fow-blue); }

.fow-venue__venues { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.fow-venue__venue-card, .fow-venue__panel, .fow-venue__dress, .fow-venue__map-section { position: relative; overflow: hidden; border: 1px solid var(--fow-line); border-radius: 0; background: var(--fow-white); box-shadow: 0 18px 42px rgba(16,31,49,.08); }
.fow-venue__venue-card, .fow-venue__panel, .fow-venue__dress { border-top: 4px solid var(--fow-orange); }
.fow-venue__venue-card { display: flex; min-width: 0; flex-direction: column; }
.fow-venue__tag { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 12px; background: var(--fow-navy); color: white; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fow-venue__venue-art { height: 260px; overflow: hidden; background: #dfe6e8; }
.fow-venue__venue-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.fow-venue__venue-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 30px; }
.fow-venue__venue-body h2 { font-size: clamp(28px, 3vw, 37px); }
.fow-venue address { margin: 4px 0 22px; padding-left: 18px; border-left: 3px solid var(--fow-gold); color: var(--fow-ink); font-style: normal; }
.fow-venue__note { color: var(--fow-muted); font-size: 14px; }
.fow-venue__photo-credit { margin: 8px 2px 0; color: var(--fow-muted); font-size: 11px; text-align: right; }
.fow-venue__button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; margin-top: auto; padding: 12px 17px; border: 1px solid var(--fow-navy); border-radius: 2px; background: var(--fow-navy); color: white !important; font-size: 14px; font-weight: 800; line-height: 1.2; text-decoration: none !important; transition: .2s ease; }
.fow-venue__button:hover { background: var(--fow-orange); border-color: var(--fow-orange); color: white !important; transform: translateY(-1px); }

.fow-venue__map-section { margin-top: 54px !important; padding: 30px; border-top: 4px solid var(--fow-orange); }
.fow-venue__section-heading > p:last-child { max-width: 720px; color: var(--fow-muted); }
.fow-venue__map { position: relative; z-index: 1; width: 100%; height: 430px; overflow: hidden; border: 1px solid var(--fow-line); border-radius: 3px; background: #e8edf0; }
.fow-venue__map-loading { padding: 30px; color: var(--fow-muted); }
.fow-venue__map-actions { display: flex; align-items: center; gap: 20px; padding-top: 18px; }
.fow-venue__map-actions span { color: var(--fow-muted); font-size: 13px; }
.fow-venue .leaflet-container { font-family: "Aptos", "Segoe UI", Arial, sans-serif; }
.fow-venue .leaflet-popup-content strong { color: var(--fow-navy); }
.fow-venue .leaflet-pane, .fow-venue .leaflet-tile, .fow-venue .leaflet-marker-icon, .fow-venue .leaflet-marker-shadow, .fow-venue .leaflet-tile-container, .fow-venue .leaflet-pane > svg, .fow-venue .leaflet-pane > canvas { position: absolute; top: 0; left: 0; }
.fow-venue .leaflet-container { overflow: hidden; -webkit-tap-highlight-color: transparent; }
.fow-venue .leaflet-tile, .fow-venue .leaflet-marker-icon, .fow-venue .leaflet-marker-shadow { user-select: none; -webkit-user-drag: none; }
.fow-venue .leaflet-tile { visibility: hidden; filter: inherit; }
.fow-venue .leaflet-tile-loaded { visibility: inherit; }
.fow-venue .leaflet-zoom-box { width: 0; height: 0; box-sizing: border-box; z-index: 800; }
.fow-venue .leaflet-overlay-pane svg { user-select: none; }
.fow-venue .leaflet-pane { z-index: 400; }
.fow-venue .leaflet-tile-pane { z-index: 200; }
.fow-venue .leaflet-overlay-pane { z-index: 400; }
.fow-venue .leaflet-shadow-pane { z-index: 500; }
.fow-venue .leaflet-marker-pane { z-index: 600; }
.fow-venue .leaflet-tooltip-pane { z-index: 650; }
.fow-venue .leaflet-popup-pane { z-index: 700; }
.fow-venue .leaflet-map-pane canvas { z-index: 100; }
.fow-venue .leaflet-map-pane svg { z-index: 200; }
.fow-venue .leaflet-control { position: relative; z-index: 800; pointer-events: auto; }
.fow-venue .leaflet-top, .fow-venue .leaflet-bottom { position: absolute; z-index: 1000; pointer-events: none; }
.fow-venue .leaflet-top { top: 0; }
.fow-venue .leaflet-right { right: 0; }
.fow-venue .leaflet-bottom { bottom: 0; }
.fow-venue .leaflet-left { left: 0; }
.fow-venue .leaflet-control { float: left; clear: both; }
.fow-venue .leaflet-right .leaflet-control { float: right; }
.fow-venue .leaflet-top .leaflet-control { margin-top: 10px; }
.fow-venue .leaflet-bottom .leaflet-control { margin-bottom: 10px; }
.fow-venue .leaflet-left .leaflet-control { margin-left: 10px; }
.fow-venue .leaflet-right .leaflet-control { margin-right: 10px; }
.fow-venue .leaflet-control-zoom a { display: block; width: 30px; height: 30px; border-bottom: 1px solid #ccc; background: white; color: var(--fow-navy); font: bold 20px/30px Arial, sans-serif; text-align: center; text-decoration: none; }
.fow-venue .leaflet-control-zoom { overflow: hidden; border: 2px solid rgba(0,0,0,.2); border-radius: 4px; }
.fow-venue .leaflet-control-attribution { margin: 0; padding: 2px 5px; background: rgba(255,255,255,.82); color: #333; font-size: 10px; }
.fow-venue .leaflet-control-attribution a { color: #1769aa; }
.fow-venue .leaflet-popup { position: absolute; margin-bottom: 20px; text-align: center; }
.fow-venue .leaflet-popup-content-wrapper { padding: 1px; border-radius: 5px; background: white; box-shadow: 0 3px 14px rgba(0,0,0,.25); text-align: left; }
.fow-venue .leaflet-popup-content { margin: 14px 18px; line-height: 1.45; }
.fow-venue .leaflet-popup-tip-container { position: absolute; left: 50%; width: 40px; height: 20px; margin-left: -20px; overflow: hidden; pointer-events: none; }
.fow-venue .leaflet-popup-tip { width: 17px; height: 17px; margin: -10px auto 0; padding: 1px; transform: rotate(45deg); background: white; box-shadow: 3px 3px 14px rgba(0,0,0,.18); }
.fow-venue .leaflet-popup-close-button { position: absolute; z-index: 2; top: 2px; right: 4px; padding: 4px; border: 0; background: transparent; color: #666; font-size: 20px; text-decoration: none; }
.fow-venue__map-marker { display: grid; width: 34px !important; height: 34px !important; margin: -17px 0 0 -17px !important; place-items: center; border: 3px solid white; border-radius: 50%; background: var(--fow-gold); box-shadow: 0 4px 14px rgba(13,33,54,.32); color: var(--fow-deep); font-size: 13px; font-weight: 900; }

.fow-venue__info-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; margin-top: 54px !important; }
.fow-venue__panel { padding: clamp(25px, 4vw, 40px); }
.fow-venue__panel--security { background: var(--fow-deep); color: rgba(255,255,255,.86); }
.fow-venue__panel--security h2 { color: white; }
.fow-venue__rules { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.fow-venue__rules li { position: relative; padding-left: 25px; }
.fow-venue__rules li::before { content: ""; position: absolute; top: .62em; left: 0; width: 8px; height: 8px; border: 2px solid var(--fow-gold); border-radius: 50%; }

.fow-venue__dress { margin-top: 54px !important; padding: clamp(25px, 4vw, 40px); }
.fow-venue__table-wrap { overflow-x: auto; border: 1px solid var(--fow-line); }
.fow-venue table { width: 100%; min-width: 700px; border-collapse: collapse; text-align: left; }
.fow-venue th, .fow-venue td { padding: 18px 20px; border-right: 1px solid var(--fow-line); border-bottom: 1px solid var(--fow-line); vertical-align: top; }
.fow-venue th:last-child, .fow-venue td:last-child { border-right: 0; }
.fow-venue tbody tr:last-child > * { border-bottom: 0; }
.fow-venue thead th { background: var(--fow-navy); color: white; font-size: 13px; letter-spacing: .035em; }
.fow-venue tbody th { width: 22%; color: var(--fow-navy); }

.fow-venue__bottom-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 54px !important; padding-bottom: 100px; }
.fow-venue__bottom-grid h2 { font-size: 28px; }
.fow-venue__checklist { margin: 0; padding: 0; list-style: none; }
.fow-venue__checklist li { position: relative; margin-top: 9px; padding-left: 28px; }
.fow-venue__checklist li::before { content: "\2713"; position: absolute; left: 0; color: var(--fow-gold); font-weight: 900; }

.fow-venue__footer { width: 100%; border-top: 5px solid var(--fow-orange); background: var(--fow-deep); color: var(--fow-cream); }
.fow-venue__footer > div { display: flex; width: min(calc(100% - 48px), var(--fow-shell)); justify-content: space-between; gap: 20px; margin-inline: auto; padding-block: 30px; }

@media (max-width: 820px) {
  .fow-venue__venues, .fow-venue__info-grid, .fow-venue__bottom-grid { grid-template-columns: 1fr; }
  .fow-venue__hero { min-height: 0; grid-template-columns: 1fr; padding-block: 60px 78px; }
  .fow-venue__canal-illustration { width: min(100%, 620px); margin: -24px 0 20px auto; }
  .fow-venue__map { height: 370px; }
  .fow-venue__map-actions { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .fow-venue { font-size: 15px; }
  .fow-venue > .fow-venue__venues, .fow-venue > .fow-venue__photo-credit, .fow-venue > .fow-venue__map-section, .fow-venue > .fow-venue__info-grid, .fow-venue > .fow-venue__dress, .fow-venue > .fow-venue__bottom-grid, .fow-venue > .fow-venue__intro { width: min(calc(100% - 30px), var(--fow-shell)); }
  .fow-venue__hero { padding: 50px 15px 68px; }
  .fow-venue__hero h1 { font-size: clamp(44px,13vw,62px); }
  .fow-venue__hero-partners { right: 15px; left: 15px; max-width: none; font-size: 10px; }
  .fow-venue__canal-illustration { margin-top: -12px; }
  .fow-venue__venue-body, .fow-venue__panel, .fow-venue__dress, .fow-venue__map-section { padding: 22px; }
  .fow-venue__venue-art { height: 205px; }
  .fow-venue__map { height: 330px; }
  .fow-venue__button { width: 100%; }
  .fow-venue__footer > div { display: block; width: min(calc(100% - 30px), var(--fow-shell)); }
  .fow-venue__footer span { display: block; margin-top: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  .fow-venue__button { transition: none; }
}
