/* Venue entry point: shared hppn.ing tokens, components and Booking Desk artwork. */
.venues-page { --pro-reading: var(--font-ui); padding-bottom: 0; }
.venues-page .site-header { display: block; }
.venues-page [hidden] { display: none !important; }
.venues-page .site-header-inner { max-width: 1180px; display: flex; justify-content: space-between; flex-wrap: nowrap; }
.venues-page .site-header .header-logo { display: grid; }
.venues-page .site-header .venue-back-link { display: inline-flex; margin-left: auto; gap: 8px; text-decoration: none; }
.venues-shell { max-width: 1180px; padding: 0 32px; margin: auto; }
.venues-page h1, .venues-page h2, .venues-dialog h3 { font-family: var(--font-display); letter-spacing: -.04em; }
.venues-page h2 { font-size: clamp(30px, 3.4vw, 44px); font-weight: 800; line-height: 1.12; }
.venues-page p { line-height: 1.65; }
.venues-page .pill-btn { min-height: 48px; padding: 13px 21px; font-size: 14px; text-transform: none; letter-spacing: 0; }
.venues-primary { background: var(--peach); color: var(--ink); }
.venues-dark { background: var(--ink); color: var(--paper); }
.venues-page :focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.venues-page button:disabled { opacity: .65; cursor: wait; transform: none; }
.venues-hero { display: grid; grid-template-columns: 1.5fr 1fr; align-items: center; gap: 50px; padding: 72px 0; }
.venues-hero h1 { font-size: clamp(45px, 5.2vw, 68px); font-weight: 900; line-height: 1.04; }
.venues-hero h1 span { white-space: nowrap; }
.venues-intro { max-width: 535px; font-size: 18px; margin-top: 26px; }
.venues-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.venues-page .venues-note { font-size: 12px; color: var(--text-muted); margin-top: 17px; }
.venues-sleeve { background: var(--peach); border: var(--border) solid var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px 24px 12px; transform: rotate(3deg); }
.venues-sleeve-top, .venues-sleeve-bottom { display: flex; justify-content: space-between; align-items: center; gap: 8px; font-size: 9px; font-weight: 700; letter-spacing: .09em; }
.venues-sleeve-top { padding-bottom: 13px; border-bottom: var(--border) solid var(--ink); }
.venues-sleeve .pro-record { display: grid; width: 78%; margin: 22px auto; transform: rotate(-12deg); box-shadow: 6px 6px 0 #202c2924; }
.venues-sleeve .pro-record-label strong { white-space: nowrap; }
.venues-sleeve > p { font: 800 clamp(26px, 2.7vw, 35px)/1.02 var(--font-display); letter-spacing: -.03em; }
.venues-sleeve-bottom { border-top: var(--border) solid var(--ink); margin-top: 16px; padding-top: 9px; }
.venues-sleeve-bottom span:last-child { font-size: 28px; line-height: 1; }
.venues-booking { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 56px; padding: 58px 0 72px; border-top: var(--border) solid var(--ink); }
.venues-booking-copy > p:not(.pro-eyebrow):not(.venues-note) { margin-top: 20px; font-size: 16px; }
.venues-capabilities { list-style: none; margin: 24px 0 28px; }
.venues-capabilities li { position: relative; padding-left: 25px; margin-top: 12px; font-size: 14px; line-height: 1.55; }
.venues-capabilities li::before { content: '↗'; position: absolute; left: 0; font-weight: 700; }
.venues-preview { padding: 22px; }
.venues-preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: var(--border) solid var(--ink); }
.venues-preview-heading .pro-wordmark { font-size: 26px; }
.venues-preview-heading .pro-beta { font-size: 10px; background: var(--peach); }
.venues-preview-room { margin: 21px 0; }
.venues-preview-room .pro-eyebrow { font-size: 9px; margin: 0 0 5px; }
.venues-preview-room h3 { font: 800 30px/1.15 var(--font-display); letter-spacing: -.025em; }
.venues-preview-room p { font-size: 12px; color: var(--text-muted); margin-top: 3px; }
.venues-preview-label { font: 700 16px var(--font-display); margin-bottom: 9px; }
.venues-preview-image { display: block; margin-inline: -3px; border-radius: 10px; }
.venues-preview-image img { display: block; width: 100%; height: auto; }
.venues-demo-link { display: flex; justify-content: space-between; align-items: center; min-height: 44px; color: var(--ink); font-size: 14px; font-weight: 700; text-underline-offset: 4px; margin-top: 12px; }
.venues-preview figcaption { padding-top: 10px; margin-top: 5px; border-top: 1px solid #202c2926; color: var(--text-muted); font-size: 10px; line-height: 1.6; }
.venues-featured { background: var(--peach); padding: 40px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; scroll-margin-top: 110px; }
.venues-featured p:not(.pro-eyebrow) { max-width: 550px; margin-top: 20px; font-size: 16px; }
.venues-featured-action { display: grid; justify-items: center; gap: 15px; }
.venues-featured-action > span { max-width: 180px; font-size: 12px; text-align: center; }
.venues-corrections { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding: 50px 0; }
.venues-corrections h2 { font-size: 25px; }
.venues-corrections p { font-size: 13px; margin-top: 9px; max-width: 560px; }
.venues-corrections .pill-btn { flex-shrink: 0; font-size: 12px; }
.venues-dialog { position: fixed; margin: auto; width: min(600px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow-y: auto; overscroll-behavior: contain; border: var(--border) solid var(--ink); border-radius: var(--radius); background: var(--paper); color: var(--ink); padding: 26px 30px; box-shadow: var(--shadow); }
.venues-dialog::backdrop { background: #202c2988; }
.venues-page:has(.venues-dialog[open]) { overflow: hidden; }
.venues-dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.venues-dialog-heading .pro-eyebrow { margin-bottom: 0; font-size: 10px; }
.venues-close { display: grid; place-items: center; width: 44px; height: 44px; border: var(--border) solid var(--ink); border-radius: 50%; background: transparent; color: var(--ink); font: 24px var(--font-ui); cursor: pointer; }
.venues-dialog h2 { margin-top: 6px; font-size: 36px; }
#venueFormIntro { font-size: 14px; margin: 12px 0 22px; }
#venueFormIntro span { display: block; color: var(--text-muted); font-size: 12px; }
.venues-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.venues-form-grid label { display: block; font-size: 13px; font-weight: 700; }
.venues-form-grid label > span { font-weight: 400; }
.venues-form-grid .ds-input { display: block; margin-top: 7px; font-size: 16px; padding: 10px 12px; }
.venues-form-wide { grid-column: 1 / -1; }
.venues-form-grid textarea { min-height: 90px; resize: vertical; }
#submitVenueLead { margin-top: 22px; width: 100%; }
.venues-page .venues-form-note { margin-top: 14px; font-size: 11px; color: var(--text-muted); text-align: center; }
.venues-form-note a { color: inherit; }
.venues-form-error { background: var(--bg); padding: 12px; border-left: 3px solid var(--ink); margin-top: 16px; font-size: 13px; }
.venues-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.venues-success { text-align: center; padding: 25px 0; }
.venues-success > span { display: grid; place-items: center; width: 60px; height: 60px; border: var(--border) solid var(--ink); border-radius: 50%; background: var(--peach); margin: 0 auto 25px; font-size: 30px; }
.venues-success h3 { font-size: 30px; }
.venues-success p { margin: 12px 0 24px; }
.venues-skip-link { position: fixed; top: 10px; left: 10px; z-index: 101; padding: 12px; background: var(--paper); color: var(--ink); transform: translateY(-200%); }
.venues-skip-link:focus { transform: none; }
@media (max-width: 950px) {
    .venues-hero { gap: 30px; padding: 52px 0; }
    .venues-hero h1 { font-size: clamp(38px, 5.1vw, 51px); }
    .venues-sleeve { padding: 18px; }
    .venues-sleeve .pro-record-label { font-size: 11px; }
    .venues-sleeve .pro-record-label strong { font-size: 16px; margin: 6px 0; }
    .venues-sleeve .pro-record-label span { max-width: 75px; font-size: 5px; }
    .venues-booking { gap: 30px; }
    .venues-preview { padding: 18px; }
    .venues-preview-heading .pro-wordmark { font-size: 23px; }
    .venues-preview-heading .pro-beta { padding: 5px 8px; }
    .venues-featured { padding: 30px; }
}
@media (max-width: 767px) {
    .venues-shell { padding: 0 22px; }
    .venues-page .site-header { padding: max(14px, env(safe-area-inset-top)) 18px 14px; }
    .venues-page .site-header .venue-back-link { font-size: 11px; padding: 8px 0; }
    .venues-hero { grid-template-columns: minmax(0, 1fr); gap: 32px; padding: 42px 0; }
    .venues-hero h1 { font-size: clamp(34px, 9.75vw, 64px); }
    .venues-intro { font-size: 16px; margin-top: 22px; }
    .venues-actions { gap: 10px; margin-top: 24px; }
    .venues-page .pill-btn { padding: 12px 17px; font-size: 13px; }
    .venues-sleeve { width: min(100%, 350px); justify-self: center; padding: 18px 22px 12px; }
    .venues-sleeve .pro-record { width: 62%; margin: 16px auto; }
    .venues-sleeve .pro-record-label { font-size: 11px; }
    .venues-sleeve .pro-record-label strong { font-size: clamp(14px, 4.2vw, 18px); margin: 6px 0; }
    .venues-sleeve .pro-record-label span { max-width: 80px; font-size: 5px; }
    .venues-sleeve > p { font-size: 30px; }
    .venues-sleeve-top { font-size: 8px; }
    .venues-sleeve-bottom { font-size: 8px; }
    .venues-booking { grid-template-columns: 1fr; gap: 30px; padding: 38px 0 42px; }
    .venues-booking h2 br { display: none; }
    .venues-preview-heading .pro-wordmark { font-size: 26px; }
    .venues-featured { grid-template-columns: 1fr; gap: 25px; padding: 26px 24px; }
    .venues-featured-action { justify-items: start; gap: 12px; }
    .venues-featured-action > span { max-width: none; }
    .venues-featured p:not(.pro-eyebrow) { font-size: 15px; }
    .venues-corrections { flex-direction: column; align-items: start; gap: 20px; padding: 38px 0; }
    .venues-page .site-footer { display: block; padding: 22px 22px calc(22px + var(--safe-bottom)); border-top: 1px solid #202c2926; }
    .venues-page .site-footer-right { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px; }
    .venues-page .site-footer-links { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; column-gap: 8px; }
    .venues-page .site-footer a { color: var(--text-muted); font-size: 11px; text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
    .venues-page .site-footer-social { display: flex; gap: 16px; }
    .venues-page .site-footer-social svg { width: 20px; height: 20px; }
    .venues-dialog { padding: 18px 20px; }
    .venues-form-grid { grid-template-columns: 1fr; gap: 14px; }
}
@media (prefers-reduced-motion: no-preference) { html:has(.venues-page) { scroll-behavior: smooth; } }
