/* ============================================================
   GLOBAL
============================================================ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: var(--wp--preset--font-family--sans);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--wp--preset--color--charcoal);
  background: var(--wp--preset--color--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* Strip ALL WordPress default block spacing between page sections */
main > .wp-block-group,
main > section.wp-block-group,
.wp-site-blocks > *,
.entry-content > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

/* WordPress injects --wp--style--block-gap via inline styles — zero it out */
:root {
  --wp--style--block-gap: 0 !important;
  --wp--style--root--padding-top: 0 !important;
  --wp--style--root--padding-bottom: 0 !important;
}

h1, h2, h3, h4, h5 {
  font-family: var(--wp--preset--font-family--serif);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

/* ============================================================
   EYEBROW
============================================================ */
.eyebrow {
  font-family: var(--wp--preset--font-family--sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold);
  margin-bottom: 0.5rem;
}

/* ============================================================
   LEAD
============================================================ */
.lead {
  font-size: 1.15rem;
  color: var(--wp--preset--color--charcoal-mid);
  line-height: 1.7;
  font-weight: 300;
}

/* ============================================================
   SITE HEADER
============================================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 2.5rem;
  height: 72px;
  background: rgba(30, 30, 30, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s ease;
}

.site-header .wp-block-site-logo img { height: 40px; width: auto; filter: brightness(0) invert(1); }

.site-header .wp-block-navigation a,
.site-header .wp-block-navigation a:where(:not(.wp-block-button__link)),
.site-header .wp-block-navigation .wp-block-navigation-item__content {
  font-family: var(--wp--preset--font-family--sans) !important;
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.9) !important;
  padding: 0.4rem 0.85rem !important;
  transition: color 0.2s !important;
}
.site-header .wp-block-navigation a:hover,
.site-header .wp-block-navigation .wp-block-navigation-item__content:hover {
  color: #fff !important;
}

.site-header .wp-block-navigation .book-now > a,
.site-header .wp-block-navigation li.book-now > .wp-block-navigation-item__content {
  background: var(--wp--preset--color--gold) !important;
  color: #fff !important;
  padding: 0.5rem 1.25rem !important;
  letter-spacing: 0.08em !important;
}
.site-header .wp-block-navigation .book-now > a:hover {
  background: #a07a1a !important;
}

/* Mobile hamburger button */
.site-header .wp-block-navigation__responsive-container-open,
.site-header .wp-block-navigation__responsive-container-close {
  color: #fff !important;
  background: transparent !important;
}

/* Full-screen overlay when open */
.wp-block-navigation__responsive-container.is-menu-open {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  background: #141414 !important;
  z-index: 200 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 2rem !important;
  overflow-y: auto !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: 340px !important;
}

/* Top-level items */
.wp-block-navigation__responsive-container.is-menu-open > .wp-block-navigation__responsive-container-content > .wp-block-navigation-item {
  width: 100% !important;
  text-align: center !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content,
.wp-block-navigation__responsive-container.is-menu-open a {
  display: block !important;
  color: rgba(255,255,255,0.88) !important;
  font-family: var(--wp--preset--font-family--serif) !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  padding: 0.75rem 1rem !important;
  transition: color 0.2s !important;
}

/* Sub-items — smaller, gold, less padding */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu__container .wp-block-navigation-item__content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu__container a {
  font-size: 0.8rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.5) !important;
  padding: 0.3rem 1rem !important;
  font-family: var(--wp--preset--font-family--sans) !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:hover,
.wp-block-navigation__responsive-container.is-menu-open a:hover {
  color: var(--wp--preset--color--gold) !important;
}

/* Book Now button in overlay */
.wp-block-navigation__responsive-container.is-menu-open .book-now a {
  color: var(--wp--preset--color--gold) !important;
  font-family: var(--wp--preset--font-family--sans) !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  margin-top: 1rem !important;
}

/* Close button */
.wp-block-navigation__responsive-container-close {
  position: absolute !important;
  top: 1.25rem !important;
  right: 1.25rem !important;
  font-size: 1.5rem !important;
  color: rgba(255,255,255,0.7) !important;
}

/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  background-image: url('https://hotelnumberfour.com/wp-content/uploads/2017/09/Number-Four-Front.jpg');
  background-size: cover;
  background-position: center 30%;
  background-attachment: fixed;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.6) 100%);
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: 6rem 2.5rem 5rem;
  max-width: 760px;
}

.hero .eyebrow { color: rgba(255,255,255,0.7); }

.hero h1 {
  font-size: clamp(3.5rem, 8vw, 6.5rem);
  color: #fff;
  margin: 0.25rem 0 1.25rem;
}

.hero .lead { color: rgba(255,255,255,0.8); max-width: 540px; }

.hero__ctas { margin-top: 2rem; gap: 1rem; }

.hero .wp-block-button__link {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border-radius: 0;
  transition: all 0.25s ease;
}

.hero .is-style-fill .wp-block-button__link {
  background: var(--wp--preset--color--gold);
  color: #fff;
  border: 2px solid var(--wp--preset--color--gold);
}
.hero .is-style-fill .wp-block-button__link:hover {
  background: transparent;
  color: #fff;
}

.hero .is-style-outline .wp-block-button__link {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
}
.hero .is-style-outline .wp-block-button__link:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
}

/* ============================================================
   PRICE CHECKER BAND
============================================================ */
.price-checker-band {
  background: var(--wp--preset--color--gold-pale);
  padding: 3.5rem 2rem;
  text-align: center;
}

/* Hidden by default; JS reveals it only when the plugin has rendered the widget */
.price-checker-band { display: none; }
.price-checker-band.plugin-active { display: block; }

.price-checker-band__heading {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin: 0 0 1.5rem;
  color: var(--wp--preset--color--charcoal);
}

/* ============================================================
   INTRO SPLIT
============================================================ */
.section { padding: 6rem 2.5rem; }

.intro-split .wp-block-columns { align-items: center; gap: 5rem; }

.intro-split .wp-block-column h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0.5rem 0 1.25rem;
}

.intro-split .wp-block-column p { max-width: 500px; }

.intro-split__image-col { overflow: hidden; }

.intro-split__image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

/* Placeholder when image hasn't loaded — show a warm stone block */
.intro-split__image figure { margin: 0; }
.intro-split__image img {
  background: var(--wp--preset--color--stone);
  min-height: 560px;
}

.intro-split .wp-block-button__link {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border-radius: 0;
  border: 2px solid var(--wp--preset--color--charcoal);
  color: var(--wp--preset--color--charcoal);
  background: transparent;
  transition: all 0.25s ease;
  margin-top: 1rem;
  display: inline-block;
}
.intro-split .wp-block-button__link:hover {
  background: var(--wp--preset--color--charcoal);
  color: #fff;
}

/* ============================================================
   ACCOLADES
============================================================ */
.accolades-band {
  background: var(--wp--preset--color--charcoal);
  padding: 3rem 2rem;
}

.accolades-band__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}

.accolade {
  padding: 1.25rem 3rem;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.accolade:last-child { border-right: none; }

.accolade .accolade__label {
  font-family: var(--wp--preset--font-family--sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold);
  margin: 0 0 0.2rem;
}

.accolade .accolade__value {
  font-family: var(--wp--preset--font-family--serif);
  font-size: 1.15rem;
  color: #fff;
  margin: 0;
  white-space: nowrap;
}

/* ============================================================
   RESTAURANT FEATURE
============================================================ */
.restaurant-feature {
  min-height: 580px;
  display: flex;
  align-items: center;
  background-image: url('https://hotelnumberfour.com/wp-content/uploads/2017/09/IMG_2406.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.restaurant-feature::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.52);
}

.restaurant-feature__content {
  position: relative;
  z-index: 1;
  padding: 6rem 2.5rem;
  max-width: 640px;
}

.restaurant-feature .eyebrow { color: rgba(255,255,255,0.65); }
.restaurant-feature h2 { color: #fff; font-size: clamp(2.25rem, 5vw, 4rem); margin: 0.25rem 0 1rem; }
.restaurant-feature .lead { color: rgba(255,255,255,0.8); }

.restaurant-feature .wp-block-button__link {
  display: inline-block;
  margin-top: 1.5rem;
  background: var(--wp--preset--color--gold);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border-radius: 0;
  border: 2px solid var(--wp--preset--color--gold);
  transition: all 0.25s ease;
}
.restaurant-feature .wp-block-button__link:hover {
  background: transparent;
  color: #fff;
}

/* ============================================================
   EVENTS PREVIEW
============================================================ */
.events-preview {
  background: var(--wp--preset--color--cream-dark);
}
.events-preview h2 { font-size: clamp(2.25rem, 4vw, 3.5rem); }

.events-preview > .wp-block-group { margin-bottom: 2.5rem; }
.events-preview .wp-block-button__link {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.7rem 1.5rem;
  border: 2px solid var(--wp--preset--color--charcoal);
  color: var(--wp--preset--color--charcoal);
  background: transparent;
  border-radius: 0;
  transition: all 0.25s;
}
.events-preview .wp-block-button__link:hover {
  background: var(--wp--preset--color--charcoal);
  color: #fff;
}

.events-grid .wp-block-post-template { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

.event-card { background: #fff; overflow: hidden; display: flex; flex-direction: column; }
.event-card:hover .event-card__image img { transform: scale(1.04); }

.event-card__image { overflow: hidden; aspect-ratio: 4/3; }
.event-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }

.event-card__body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }

.event-card__cat .wp-block-post-terms { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wp--preset--color--gold); margin-bottom: 0.4rem; }

.event-card__title { font-size: 1.2rem; margin: 0 0 0.75rem; line-height: 1.25; }
.event-card__title a { color: var(--wp--preset--color--charcoal); }
.event-card__title a:hover { color: var(--wp--preset--color--gold); }

.event-card__excerpt { font-size: 0.875rem; color: var(--wp--preset--color--charcoal-mid); flex: 1; }
.event-card__excerpt .wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-card__excerpt .wp-block-post-excerpt__more-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--gold);
}

/* ============================================================
   PAGE HERO (generic page template)
============================================================ */
.page-hero {
  padding: 10rem 2.5rem 4rem;
  background: var(--wp--preset--color--cream-dark);
}
.page-hero__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin: 0;
}

/* ============================================================
   RESTAURANT HERO
============================================================ */
.restaurant-hero {
  min-height: 70svh;
  display: flex;
  align-items: flex-end;
  background-image: url('https://hotelnumberfour.com/wp-content/uploads/2017/09/IMG_2406.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.restaurant-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.65) 100%);
}
.restaurant-hero__content {
  position: relative;
  z-index: 1;
  padding: 6rem 2.5rem 5rem;
  max-width: 760px;
}
.restaurant-hero .eyebrow { color: rgba(255,255,255,0.7); }
.restaurant-hero h1 { font-size: clamp(2.5rem, 6vw, 5rem); color: #fff; margin: 0.25rem 0 1rem; }
.restaurant-hero .lead { color: rgba(255,255,255,0.85); }
.restaurant-hero .wp-block-button__link {
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.9rem 2rem; border-radius: 0; transition: all 0.25s;
}
.restaurant-hero .is-style-fill .wp-block-button__link {
  background: var(--wp--preset--color--gold); color: #fff;
  border: 2px solid var(--wp--preset--color--gold);
}
.restaurant-hero .is-style-fill .wp-block-button__link:hover { background: transparent; }
.restaurant-hero .is-style-outline .wp-block-button__link {
  background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.6);
}
.restaurant-hero .is-style-outline .wp-block-button__link:hover { border-color: #fff; }

/* ============================================================
   HOURS BAND
============================================================ */
.hours-band {
  background: var(--wp--preset--color--charcoal);
  padding: 4rem 2.5rem;
  text-align: center;
}
.hours-band .eyebrow { color: var(--wp--preset--color--gold); }
.hours-band h2 { color: #fff; margin-bottom: 2.5rem; }
.hours-band .hours-grid { max-width: 900px; margin: 0 auto; gap: 0; }
.hours-item {
  padding: 1.5rem 2rem;
  border-right: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}
.hours-item:last-child { border-right: none; }
.hours-item__day {
  font-family: var(--wp--preset--font-family--sans);
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--wp--preset--color--gold); margin: 0 0 0.5rem;
}
.hours-item__time {
  font-family: var(--wp--preset--font-family--serif);
  font-size: 1.05rem; color: #fff; margin: 0; line-height: 1.6;
}

/* ============================================================
   RESTAURANT MENUS SECTION
============================================================ */
.restaurant-menus { background: var(--wp--preset--color--cream-dark); }
.restaurant-menus h2 { margin-bottom: 1.5rem; }
.menu-cards { gap: 2rem; margin-top: 3rem; }
.menu-card {
  background: #fff;
  padding: 2.5rem;
  border-top: 3px solid var(--wp--preset--color--gold);
}
.menu-card h3 { font-size: 1.6rem; margin: 0 0 1rem; }

/* ============================================================
   BOOK TABLE SECTION
============================================================ */
.book-table-section {
  background: var(--wp--preset--color--gold-pale);
  padding: 5rem 2.5rem;
  text-align: center;
}
.book-table-section h2 { margin-bottom: 0.75rem; }

/* ============================================================
   ROOMS HERO
============================================================ */
.rooms-hero {
  min-height: 65svh;
  display: flex;
  align-items: flex-end;
  background-image: url('https://hotelnumberfour.com/wp-content/uploads/2017/09/Number-Four-Front.jpg');
  background-size: cover;
  background-position: center 40%;
  background-attachment: fixed;
  position: relative;
}
.rooms-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.65) 100%);
}
.rooms-hero__content {
  position: relative;
  z-index: 1;
  padding: 6rem 2.5rem 5rem;
  max-width: 760px;
}
.rooms-hero .eyebrow { color: rgba(255,255,255,0.7); }
.rooms-hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); color: #fff; margin: 0.25rem 0 1rem; }
.rooms-hero .lead { color: rgba(255,255,255,0.85); }
.rooms-hero .wp-block-button__link {
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.9rem 2rem; border-radius: 0; transition: all 0.25s;
  background: var(--wp--preset--color--gold); color: #fff;
  border: 2px solid var(--wp--preset--color--gold);
}
.rooms-hero .wp-block-button__link:hover { background: transparent; color: #fff; }

/* ============================================================
   ROOMS GRID
============================================================ */
.rooms-intro { text-align: center; }
.rooms-intro h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  margin-bottom: 0.75rem;
}
.amenities-band h2 { font-size: clamp(2rem, 3vw, 3rem); }
.room-type-grid { gap: 2rem; }
.room-type-card { overflow: hidden; }
.room-type-card .wp-block-image { margin-bottom: 0; }
.room-type-card .wp-block-image img {
  width: 100%; height: 280px; object-fit: cover; display: block;
  transition: transform 0.5s ease;
}
.room-type-card:hover .wp-block-image img { transform: scale(1.04); }
.room-type-card h3 { margin: 1.25rem 0 0.5rem; font-size: 1.6rem; }

/* ============================================================
   AMENITIES BAND
============================================================ */
.amenities-band {
  background: var(--wp--preset--color--charcoal);
  padding: 4rem 2.5rem;
}
.amenities-band .eyebrow { color: var(--wp--preset--color--gold); text-align: center; }
.amenities-band h2 { color: #fff; text-align: center; margin-bottom: 2.5rem; }
.amenities-grid { max-width: 900px; margin: 0 auto; }
.amenities-band .wp-block-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.amenities-band .wp-block-list li {
  color: rgba(255,255,255,0.8);
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 0.95rem;
}
.amenities-band .wp-block-list li::before {
  content: '—';
  color: var(--wp--preset--color--gold);
  margin-right: 0.6rem;
}

/* ============================================================
   BOOK CTA SECTION (shared)
============================================================ */
.book-cta-section {
  background: var(--wp--preset--color--cream-dark);
  padding: 5rem 2.5rem;
  text-align: center;
}
.book-cta-section h2 { margin-bottom: 0.75rem; }
.book-cta-section p { margin-bottom: 2rem; }
.book-cta-section .wp-block-button__link {
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.9rem 2rem; border-radius: 0; transition: all 0.25s;
}
.book-cta-section .is-style-fill .wp-block-button__link {
  background: var(--wp--preset--color--gold); color: #fff;
  border: 2px solid var(--wp--preset--color--gold);
}
.book-cta-section .is-style-fill .wp-block-button__link:hover { background: transparent; color: var(--wp--preset--color--charcoal); border-color: var(--wp--preset--color--charcoal); }
.book-cta-section .wp-block-button__link {
  border: 2px solid var(--wp--preset--color--charcoal);
  color: var(--wp--preset--color--charcoal);
  background: transparent;
}
.book-cta-section .wp-block-button__link:hover {
  background: var(--wp--preset--color--charcoal);
  color: #fff;
}

/* ============================================================
   SINGLE POST (events / offers)
============================================================ */
.post-hero {
  position: relative;
  min-height: 60svh;
  overflow: hidden;
}
.post-hero .post-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.post-hero .post-hero__image img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.post-hero__overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 60svh;
  padding: 6rem 2.5rem 4rem;
  background: linear-gradient(to bottom, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.7) 100%);
}
.post-hero__cat .wp-block-post-terms {
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--wp--preset--color--gold);
  margin-bottom: 0.5rem;
}
.post-hero__title { color: #fff; font-size: clamp(2rem, 5vw, 4rem); margin: 0; }

.post-content-wrap {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

/* ============================================================
   PAGE CONTENT (generic)
============================================================ */
.page-content {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.page-content p + p { margin-top: 1.25rem; }

/* ============================================================
   SITE FOOTER
============================================================ */
.site-footer {
  background: var(--wp--preset--color--charcoal) !important;
  color: var(--wp--preset--color--stone) !important;
  padding: 3.5rem 2.5rem 2rem;
}

.site-footer .wp-block-site-logo img { height: 48px; width: auto; filter: brightness(0) invert(0.6); }

.site-footer .wp-block-navigation a {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--wp--preset--color--stone);
  padding: 0.25rem 0.6rem;
  transition: color 0.2s;
}
.site-footer .wp-block-navigation a:hover { color: #fff; }

.site-footer p { font-size: 0.75rem; color: rgba(154,149,144,0.6); margin-top: 2rem; }

/* ============================================================
   CONTACT PAGE
============================================================ */
.contact-hero {
  padding: 9rem 2.5rem 4rem;
  text-align: center;
  background: var(--wp--preset--color--cream-dark);
}
.contact-hero h1 { font-size: clamp(2.75rem, 5vw, 5rem); margin: 0.25rem 0; }

.contact-split { background: var(--wp--preset--color--cream); }
.contact-cols { align-items: flex-start; gap: 5rem; }
.contact-info h2, .contact-form-col h2 { font-size: clamp(2rem, 3vw, 3rem); margin-bottom: 1.5rem; }
.contact-info h3 { font-size: 1.1rem; margin: 1.5rem 0 0.4rem; }
.contact-info p { margin-bottom: 0.5rem; }
.contact-info .wp-block-buttons { margin-top: 0.75rem; }
.contact-info .wp-block-button__link {
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.75rem 1.5rem; border-radius: 0; transition: all 0.25s;
}
.contact-info .is-style-fill .wp-block-button__link {
  background: var(--wp--preset--color--gold); color: #fff;
  border: 2px solid var(--wp--preset--color--gold);
}
.contact-info .is-style-fill .wp-block-button__link:hover { background: transparent; color: var(--wp--preset--color--gold); }
.contact-info .wp-block-button__link {
  border: 2px solid var(--wp--preset--color--charcoal);
  color: var(--wp--preset--color--charcoal);
  background: transparent;
}
.contact-info .wp-block-button__link:hover { background: var(--wp--preset--color--charcoal); color: #fff; }

.location-band {
  background: var(--wp--preset--color--charcoal);
  padding: 4rem 0 0;
}
.location-band .eyebrow { color: var(--wp--preset--color--gold); }
.location-band h2 { color: #fff; margin-bottom: 2rem; }
.map-embed { margin-top: 3rem; }
.map-embed iframe { display: block; }

/* ============================================================
   EVENTS LISTING PAGE
============================================================ */
.events-hero {
  padding: 9rem 2.5rem 4rem;
  text-align: center;
  background: var(--wp--preset--color--cream-dark);
}
.events-hero h1 {
  font-size: clamp(2.75rem, 5vw, 5rem);
  margin: 0.25rem 0 1rem;
}
.events-hero .lead { max-width: 600px; margin: 0 auto; }

.events-full-grid .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.events-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
}
.events-pagination .wp-block-query-pagination-numbers .page-numbers,
.events-pagination .wp-block-query-pagination-previous,
.events-pagination .wp-block-query-pagination-next {
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--wp--preset--color--stone);
  color: var(--wp--preset--color--charcoal);
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.2s;
}
.events-pagination .wp-block-query-pagination-numbers .page-numbers:hover,
.events-pagination .wp-block-query-pagination-previous:hover,
.events-pagination .wp-block-query-pagination-next:hover,
.events-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background: var(--wp--preset--color--charcoal);
  color: #fff;
  border-color: var(--wp--preset--color--charcoal);
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 900px) {
  .site-header { padding: 0 1.25rem; }
  .hero__content { padding: 6rem 1.25rem 4rem; }
  .section { padding: 4rem 1.25rem; }
  .intro-split .wp-block-columns { flex-direction: column; gap: 2.5rem; }
  .intro-split__image img { height: 320px; }
  .events-grid .wp-block-post-template { grid-template-columns: 1fr; }
  .accolade { padding: 1rem 1.5rem; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .accolade:last-child { border-bottom: none; }
}

@media (max-width: 600px) {
  .hero { background-attachment: scroll; }
  .restaurant-feature { background-attachment: scroll; }
  .hero__ctas .wp-block-buttons { flex-direction: column; }
}
