:root {
  --oh-navy: #111a35;
  --oh-navy-2: #1a2749;
  --oh-ink: #172033;
  --oh-muted: #596172;
  --oh-gold: #d9ad3d;
  --oh-gold-dark: #8a640c;
  --oh-cream: #f7f3e9;
  --oh-soft: #f4f5f7;
  --oh-white: #fff;
  --oh-line: #dfe2e8;
  --oh-shadow: 0 20px 60px rgba(17, 26, 53, .12);
  --oh-serif: Georgia, "Times New Roman", serif;
  --oh-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body.oh-events-template { margin: 0; background: var(--oh-white); }
body.admin-bar .oh-site-header.is-scrolled { top: 32px; }
.oh-site, .oh-site * { box-sizing: border-box; }
.oh-site { overflow: clip; color: var(--oh-ink); background: var(--oh-white); font-family: var(--oh-sans); font-size: 16px; line-height: 1.65; }
.oh-site img { display: block; width: 100%; max-width: 100%; }
.oh-site a { color: inherit; }
.oh-site button, .oh-site input, .oh-site select, .oh-site textarea { font: inherit; }
.oh-site h1, .oh-site h2, .oh-site h3, .oh-site p { margin-top: 0; }
.oh-site h1, .oh-site h2, .oh-site h3 { color: inherit; font-family: var(--oh-serif); font-weight: 700; line-height: 1.05; }
.oh-site h1 { max-width: 880px; margin-bottom: 24px; font-size: clamp(3rem, 7vw, 6.7rem); letter-spacing: -.045em; }
.oh-site h2 { margin-bottom: 22px; font-size: clamp(2.35rem, 4.5vw, 4.25rem); letter-spacing: -.035em; }
.oh-site h3 { font-size: clamp(1.45rem, 2.4vw, 2rem); }
.oh-site p { color: var(--oh-muted); }

.oh-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.oh-section { padding: 110px 0; scroll-margin-top: 90px; }
.oh-section-soft { background: var(--oh-soft); }
.oh-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.oh-large-copy { color: var(--oh-ink) !important; font-size: clamp(1.25rem, 2vw, 1.55rem); }
.oh-eyebrow { margin-bottom: 14px; color: var(--oh-gold-dark) !important; font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.oh-eyebrow-light { color: #f2cd68 !important; }
.oh-skip-link { position: fixed; top: -70px; left: 16px; z-index: 100000; padding: 12px 18px; background: var(--oh-white); color: var(--oh-navy); }
.oh-skip-link:focus { top: 16px; }

.oh-site-header { position: absolute; z-index: 50; width: 100%; border-bottom: 1px solid rgba(255,255,255,.16); color: var(--oh-white); transition: background .2s, box-shadow .2s; }
.oh-site-header.is-scrolled { position: fixed; top: 0; background: rgba(17,26,53,.97); box-shadow: 0 10px 25px rgba(0,0,0,.12); }
.oh-header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.oh-brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.oh-brand-mark { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border: 2px solid var(--oh-gold); border-radius: 50%; color: var(--oh-gold); font-family: var(--oh-serif); font-size: .9rem; font-weight: 700; }
.oh-brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.oh-brand-copy strong { font-family: var(--oh-serif); font-size: 1.06rem; }
.oh-brand-copy span { margin-top: 6px; font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; opacity: .78; }
.oh-primary-nav { display: flex; align-items: center; gap: 28px; }
.oh-primary-nav a { color: inherit; font-size: .86rem; text-decoration: none; }
.oh-primary-nav a:not(.oh-button):hover { color: #f2cd68; }
.oh-menu-toggle { display: none; border: 0; background: transparent; color: inherit; }

.oh-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border: 2px solid var(--oh-gold); border-radius: 4px; background: var(--oh-gold); color: var(--oh-navy) !important; font-size: .86rem; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.oh-button:hover { transform: translateY(-2px); background: #e9c45e; }
.oh-button-small { min-height: 42px; padding: 8px 18px; }
.oh-button-ghost { border-color: rgba(255,255,255,.7); background: transparent; color: var(--oh-white) !important; }
.oh-button-ghost:hover { background: var(--oh-white); color: var(--oh-navy) !important; }
.oh-button-dark { border-color: var(--oh-navy); background: var(--oh-navy); color: var(--oh-white) !important; }
.oh-button-dark:hover { background: var(--oh-navy-2); }
.oh-button-row { display: flex; flex-wrap: wrap; gap: 14px; }

.oh-hero { min-height: 820px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--oh-navy); color: var(--oh-white); }
.oh-hero-media, .oh-hero-shade { position: absolute; inset: 0; }
.oh-hero-media { background-position: center; background-size: cover; transform: scale(1.01); }
.oh-hero-shade { background: linear-gradient(90deg, rgba(8,14,32,.94) 0%, rgba(12,20,43,.76) 48%, rgba(12,20,43,.32) 100%); }
.oh-hero-content { position: relative; padding-top: 110px; }
.oh-hero-lead { max-width: 660px; margin-bottom: 34px; color: rgba(255,255,255,.82) !important; font-size: clamp(1.15rem, 2vw, 1.42rem); }
.oh-hero-address { margin: 32px 0 0; color: rgba(255,255,255,.7) !important; font-size: .85rem; }

.oh-facts { position: relative; z-index: 3; margin-top: -1px; background: var(--oh-navy); color: var(--oh-white); }
.oh-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.oh-facts-grid > div { min-height: 120px; display: flex; flex-direction: column; justify-content: center; padding: 25px 34px; border-right: 1px solid rgba(255,255,255,.16); }
.oh-facts-grid > div:last-child { border-right: 0; }
.oh-facts strong { font-family: var(--oh-serif); font-size: 1.8rem; }
.oh-facts span { color: rgba(255,255,255,.66); font-size: .8rem; }

.oh-intro-section { background: var(--oh-cream); }
.oh-intro-grid h2, .oh-intro-grid p:last-child { margin-bottom: 0; }
.oh-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.oh-section-heading h2 { margin-bottom: 0; }
.oh-section-heading > p { max-width: 420px; margin-bottom: 6px; }
.oh-section-heading.oh-narrow { max-width: 820px; }

.oh-hall-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.oh-hall-card { position: relative; padding: 48px; border: 1px solid var(--oh-line); background: var(--oh-white); box-shadow: 0 8px 32px rgba(17,26,53,.05); }
.oh-hall-card-featured { border-top: 5px solid var(--oh-gold); }
.oh-hall-card-top { min-height: 295px; }
.oh-hall-image { margin-bottom: 28px; overflow: hidden; background: var(--oh-soft); }
.oh-hall-image img { aspect-ratio: 16 / 9; object-fit: cover; }
.oh-pill { display: inline-flex; margin-bottom: 28px; padding: 7px 12px; border-radius: 20px; background: var(--oh-cream); color: var(--oh-gold-dark); font-size: .74rem; font-weight: 800; }
.oh-hall-description p:last-child { margin-bottom: 0; }
.oh-prices { display: grid; grid-template-columns: 1fr 1fr; margin: 26px 0; border: 1px solid var(--oh-line); }
.oh-contribution-label { margin: 26px 0 -14px; color: var(--oh-gold-dark) !important; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.oh-prices div { display: flex; flex-direction: column; padding: 18px; }
.oh-prices div + div { border-left: 1px solid var(--oh-line); }
.oh-prices span { color: var(--oh-muted); font-size: .76rem; }
.oh-prices strong { margin-top: 5px; font-family: var(--oh-serif); font-size: 2rem; }
.oh-prices .oh-price-feature { background: var(--oh-cream); }
.oh-text-link { color: var(--oh-navy) !important; font-weight: 800; text-decoration-color: var(--oh-gold); text-underline-offset: 5px; }
.oh-pricing-note { display: grid; grid-template-columns: .35fr 1fr; gap: 30px; margin-top: 28px; padding: 28px 34px; border-left: 4px solid var(--oh-gold); background: var(--oh-navy); color: var(--oh-white); }
.oh-pricing-note p { margin: 0; color: rgba(255,255,255,.72) !important; }

.oh-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.oh-feature-grid article { padding: 32px; border: 1px solid var(--oh-line); }
.oh-feature-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid #e1bd61; border-radius: 50%; color: var(--oh-gold-dark); font-family: var(--oh-serif); font-weight: 800; }
.oh-feature-icon-wide { font-size: .72rem; letter-spacing: -.02em; }
.oh-feature-grid h3 { margin-bottom: 12px; font-size: 1.45rem; }
.oh-feature-grid p { margin-bottom: 0; font-size: .92rem; }

.oh-event-types { background: var(--oh-navy); color: var(--oh-white); }
.oh-event-types-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.oh-event-types p { color: rgba(255,255,255,.68); }
.oh-event-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin: 0; padding: 0; list-style: none; }
.oh-event-list li { padding: 22px; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.9); }
.oh-event-list li::before { content: "◆"; margin-right: 12px; color: var(--oh-gold); font-size: .55rem; }

.oh-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: 18px; }
.oh-gallery-grid figure { margin: 0; overflow: hidden; background: var(--oh-soft); }
.oh-gallery-grid img { height: 100%; object-fit: cover; transition: transform .5s; }
.oh-gallery-grid figure:hover img { transform: scale(1.025); }
.oh-gallery-large { grid-column: span 2; grid-row: span 2; min-height: 538px; }
.oh-gallery-count-1 { display: block; }
.oh-gallery-count-1 .oh-gallery-large { height: min(70vw, 700px); }
.oh-gallery-count-2 { grid-template-columns: 1fr 1fr; grid-template-rows: 500px; }
.oh-gallery-count-2 .oh-gallery-large { grid-row: auto; min-height: 0; }

.oh-booking-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.oh-steps { margin: 0; padding: 0; list-style: none; }
.oh-steps li { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 0 0 28px; border-bottom: 1px solid var(--oh-line); }
.oh-steps li + li { padding-top: 28px; }
.oh-steps > li > span { color: var(--oh-gold-dark); font-family: var(--oh-serif); font-size: 1.2rem; }
.oh-steps h3 { margin: 0 0 7px; font-size: 1.45rem; }
.oh-steps p { margin: 0; }
.oh-terms-panel { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; background: var(--oh-white); box-shadow: var(--oh-shadow); }
.oh-terms-panel div { display: flex; flex-direction: column; padding: 28px; }
.oh-terms-panel div + div { border-left: 1px solid var(--oh-line); }
.oh-terms-panel span { margin-top: 6px; color: var(--oh-muted); font-size: .8rem; }
.oh-terms-link { margin-top: 30px; text-align: center; }

.oh-enquiry-section { background: var(--oh-gold); }
.oh-enquiry-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: start; }
.oh-enquiry-copy { position: sticky; top: 130px; color: var(--oh-navy); }
.oh-enquiry-copy p { color: rgba(17,26,53,.78); }
.oh-contact-card { display: flex; flex-direction: column; margin-top: 42px; padding-top: 28px; border-top: 1px solid rgba(17,26,53,.25); }
.oh-contact-card span { margin-bottom: 8px; font-size: .8rem; font-weight: 700; }
.oh-contact-card a { width: max-content; margin-top: 6px; font-family: var(--oh-serif); font-size: 1.35rem; font-weight: 700; text-decoration: none; }
.oh-enquiry-form { position: relative; padding: 46px; background: var(--oh-white); box-shadow: var(--oh-shadow); }
.oh-form-intro { color: var(--oh-muted); font-size: .78rem; }
.oh-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.oh-enquiry-form label, .oh-enquiry-form legend { color: var(--oh-ink); font-size: .78rem; font-weight: 750; }
.oh-enquiry-form input, .oh-enquiry-form select, .oh-enquiry-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #aeb5c1; border-radius: 2px; background: var(--oh-white); color: var(--oh-ink); }
.oh-enquiry-form input:focus, .oh-enquiry-form select:focus, .oh-enquiry-form textarea:focus { outline: 3px solid rgba(217,173,61,.35); border-color: var(--oh-gold-dark); }
.oh-enquiry-form fieldset { margin: 22px 0; padding: 18px; border: 1px solid var(--oh-line); }
.oh-enquiry-form .oh-radio { display: inline-flex; align-items: center; margin: 12px 20px 0 0; }
.oh-enquiry-form .oh-radio input, .oh-enquiry-form .oh-check input { width: auto; margin: 0 8px 0 0; }
.oh-enquiry-form .oh-check { display: flex; align-items: start; margin: 22px 0; }
.oh-enquiry-form .oh-check span { font-weight: 500; }
.oh-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.oh-form-notice { margin-bottom: 22px; padding: 14px 16px; border-left: 4px solid; font-size: .9rem; font-weight: 700; }
.oh-form-notice-success { border-color: #27743b; background: #e9f7ed; color: #185629; }
.oh-form-notice-error { border-color: #b52e2e; background: #fff0f0; color: #8d1f1f; }

.oh-contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.oh-contact-layout address { margin-bottom: 24px; font-family: var(--oh-serif); font-size: 1.45rem; font-style: normal; line-height: 1.6; }
.oh-map-card { min-height: 350px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; background: linear-gradient(135deg, #e8e4d8, #f8f6ef); text-align: center; }
.oh-map-pin { width: 38px; height: 38px; position: relative; margin-bottom: 22px; border: 9px solid var(--oh-gold); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.oh-map-pin::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--oh-navy); }
.oh-map-card strong { font-family: var(--oh-serif); font-size: 1.7rem; }
.oh-map-card > span:not(.oh-map-pin) { margin-bottom: 24px; color: var(--oh-muted); }

.oh-site-footer { padding: 70px 0 24px; background: #0a1125; color: var(--oh-white); }
.oh-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 60px; }
.oh-footer-grid > div { display: flex; flex-direction: column; gap: 9px; }
.oh-footer-grid a, .oh-footer-grid > div > span { color: rgba(255,255,255,.66); font-size: .84rem; text-decoration: none; }
.oh-footer-grid a:hover { color: var(--oh-gold); }
.oh-brand-footer { align-self: start; color: var(--oh-white) !important; }
.oh-footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .72rem; }

@media (max-width: 980px) {
  body.admin-bar .oh-site-header.is-scrolled { top: 32px; }
  .oh-section { padding: 82px 0; }
  .oh-menu-toggle { display: inline-flex; align-items: center; gap: 10px; padding: 10px; cursor: pointer; }
  .oh-menu-lines, .oh-menu-lines::before, .oh-menu-lines::after { width: 22px; height: 2px; display: block; position: relative; background: currentColor; }
  .oh-menu-lines::before, .oh-menu-lines::after { content: ""; position: absolute; left: 0; }
  .oh-menu-lines::before { top: -7px; }
  .oh-menu-lines::after { top: 7px; }
  .oh-primary-nav { position: absolute; top: 84px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 26px; background: var(--oh-navy); }
  .oh-primary-nav.is-open { display: flex; }
  .oh-primary-nav a { padding: 12px; }
  .oh-primary-nav .oh-button { margin-top: 8px; }
  .oh-facts-grid { grid-template-columns: 1fr 1fr; }
  .oh-facts-grid > div:nth-child(2) { border-right: 0; }
  .oh-facts-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .oh-hall-grid, .oh-booking-layout, .oh-enquiry-layout { grid-template-columns: 1fr; }
  .oh-hall-card-top { min-height: unset; }
  .oh-feature-grid { grid-template-columns: 1fr 1fr; }
  .oh-enquiry-copy { position: static; }
  .oh-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
  body.admin-bar .oh-site-header.is-scrolled { top: 46px; }
}

@media (max-width: 700px) {
  .oh-shell { width: min(100% - 28px, 1180px); }
  .oh-section { padding: 68px 0; }
  .oh-site h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .oh-hero { min-height: 760px; }
  .oh-hero-shade { background: linear-gradient(90deg, rgba(8,14,32,.92), rgba(8,14,32,.67)); }
  .oh-facts-grid { width: 100%; }
  .oh-facts-grid > div { min-height: 100px; padding: 20px; }
  .oh-facts strong { font-size: 1.45rem; }
  .oh-split, .oh-event-types-inner, .oh-contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .oh-section-heading { display: block; }
  .oh-section-heading > p { margin-top: 20px; }
  .oh-hall-card { padding: 30px 24px; }
  .oh-prices { grid-template-columns: 1fr; }
  .oh-prices div + div { border-top: 1px solid var(--oh-line); border-left: 0; }
  .oh-pricing-note { grid-template-columns: 1fr; gap: 8px; }
  .oh-feature-grid, .oh-event-list, .oh-form-grid { grid-template-columns: 1fr; }
  .oh-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .oh-gallery-large { grid-column: 1 / 3; grid-row: span 2; min-height: 0; }
  .oh-terms-panel { grid-template-columns: 1fr; }
  .oh-terms-panel div + div { border-top: 1px solid var(--oh-line); border-left: 0; }
  .oh-enquiry-form { padding: 28px 20px; }
  .oh-footer-grid { grid-template-columns: 1fr; }
  .oh-footer-bottom { flex-direction: column; }
}

@media (max-width: 500px) {
  .oh-brand-copy span { letter-spacing: .08em; }
  .oh-facts-grid { grid-template-columns: 1fr; }
  .oh-facts-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .oh-facts-grid > div:last-child { border-bottom: 0; }
  .oh-gallery-grid { display: block; }
  .oh-gallery-grid figure { height: 280px; margin-bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .oh-site *, .oh-site *::before, .oh-site *::after { transition-duration: .01ms !important; }
}
