:root {
  --hours-ink: #1a1a1a;
  --hours-pink: #faa8b5;
  --hours-pink-deep: #e3869b;
  --hours-cream: #fff6e8;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--hours-ink);
  scroll-behavior: smooth;
}

body.opening-hours-page {
  margin: 0;
  color: #fff;
  background: var(--hours-ink);
  font-family: var(--font-body, "Inter", system-ui, -apple-system, sans-serif);
}

/* The exported FAQ pages provide these type metrics through their inline
   global styles. Scope the same values to this shared header so the language
   switch and full-screen navigation line up exactly without changing the
   typography of the opening-hours content. */
body.opening-hours-page header .polylang-switcher-inline {
  line-height: 1.5;
}

body.opening-hours-page header .wp-block-navigation {
  font-family: var(--wp--preset--font-family--titlinggothicfb-wide);
  font-size: clamp(12px, 6vw, 45px);
  font-weight: 400;
  letter-spacing: -1.04px;
  line-height: 1.38;
}

body.opening-hours-page header .wp-block-social-link {
  font-family: var(--wp--preset--font-family--titlinggothicfb-wide);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.32px;
  line-height: 1.38;
}

/* FAQ embeds the core Group block rule inline. The shared header relies on
   this positioning context so its z-index stays above the hero cover. */
.wp-block-group {
  box-sizing: border-box;
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative;
}

.hours-skip {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--hours-ink);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
}

.hours-skip:focus {
  transform: translateY(0);
}

/* The shared header uses the same WordPress visibility helpers as the rest of
   the static site. FAQ embeds these rules inline; this standalone page keeps
   the equivalent rules in its page stylesheet. */
@media (min-width: 992px) {
  .block-visibility-hide-large-screen { display: none !important; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .block-visibility-hide-medium-screen { display: none !important; }
}

@media (max-width: 767.98px) {
  .block-visibility-hide-small-screen { display: none !important; }
}

.hours-hero {
  position: relative;
  display: flex;
  min-height: 80vh;
  align-items: flex-end;
  overflow: hidden;
}

.hours-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(17,17,17,.52);
  content: "";
}

.hours-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
}

.hours-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: clamp(160px, 20vw, 245px) clamp(20px, 4vw, 64px) clamp(42px, 6vw, 82px);
}

.hours-hero__kicker,
.hours-section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  color: var(--hours-pink);
  font-size: clamp(.7rem, .9vw, .8125rem);
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hours-hero__kicker::before,
.hours-section-label::before {
  width: 34px;
  height: 2px;
  background: currentColor;
  content: "";
}

.hours-hero h1 {
  max-width: 14ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.65rem, 7.2vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .9;
  text-transform: uppercase;
  text-wrap: balance;
}

.hours-hero h1 em {
  color: var(--hours-pink);
  font-style: normal;
}

.hours-hero__intro {
  max-width: 47ch;
  margin: clamp(16px, 2vw, 24px) 0 0;
  color: #fff;
  font-size: clamp(1.0625rem, 1.45vw, 1.3rem);
  font-weight: 500;
  line-height: 1.38;
}

.hours-content {
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: clamp(64px, 7vw, 112px) clamp(20px, 4vw, 64px);
}

.hours-lede {
  max-width: 930px;
  margin: 0 0 clamp(44px, 5vw, 76px);
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  font-weight: 700;
  line-height: 1.4;
}

.hours-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 2px solid rgba(250,168,181,.45);
}

.hours-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  padding: clamp(28px, 4vw, 52px) 0;
  border-top: 2px solid rgba(250,168,181,.45);
}

.hours-row h2,
.hours-row p {
  margin: 0;
}

.hours-row h2 {
  color: var(--hours-pink);
  font-size: clamp(1.55rem, 3vw, 3.1rem);
  font-weight: 900;
  line-height: .96;
  text-transform: uppercase;
}

.hours-row__time {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: .95;
}

.hours-row__detail {
  margin-top: 12px !important;
  color: rgba(255,255,255,.78);
  font-size: clamp(.98rem, 1.2vw, 1.12rem);
  line-height: 1.5;
}

.hours-august {
  display: grid;
  gap: 18px;
  margin-top: clamp(44px, 6vw, 80px);
  padding: clamp(28px, 5vw, 64px);
  color: var(--hours-ink);
  background: var(--hours-pink);
}

.hours-august__eyebrow {
  margin: 0;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.hours-august h2 {
  max-width: 17ch;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: .92;
  text-transform: uppercase;
}

.hours-august p:last-child {
  max-width: 50ch;
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 650;
  line-height: 1.45;
}

.hours-practical {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: clamp(42px, 6vw, 80px) 0 0;
}

.hours-practical p {
  margin: 0;
  line-height: 1.55;
}

.hours-practical p a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.hours-practical .hours-practical__booking {
  display: inline-flex;
  padding: 15px 22px;
  color: var(--hours-ink);
  background: var(--hours-pink);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 780px) {
  .hours-row {
    grid-template-columns: minmax(260px, .72fr) 1fr;
    gap: clamp(44px, 7vw, 110px);
    align-items: center;
  }

  .hours-august {
    grid-template-columns: minmax(260px, .7fr) 1fr;
    align-items: end;
  }
}
