.page .entry-title{
display:none;
}
.homepage-text {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
/* Kill empty space before footer */
.site-main,
.entry-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove spacing from empty paragraphs */
p:empty {
  display: none;
}
.wp-block-columns {
  margin-bottom: 0;
}

.wp-block-group {
  padding-top: 0;
  padding-bottom: 0;
}
h1, h2, h3 {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h2 {
  margin-bottom: 0.5em;
}
.site-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.site-footer p {
  margin-bottom: 0.5em;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
  .wp-block-columns {
    gap: 20px;
  }

  h1 {
    font-size: 2rem;
  }
}
/* Hide “Proudly powered by WordPress” */
.site-info {
  display: none;
}
/* Constrain homepage content BUT allow full-width blocks (images/covers) */
.home .entry-content > *:not(.alignfull):not(.alignwide) {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Make sure full-width blocks can truly span edge-to-edge */
.home .entry-content > .alignfull {
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* Top menu links (covers most WP themes) */
.site-header a,
.site-navigation a,
.main-navigation a,
.primary-navigation a,
#site-navigation a,
header nav a,
.menu a {
  color: #FF5400 !important;
  transition: color 0.2s ease, background-color 0.2s ease;
}
/* Hover effect */
.site-header a:hover,
.site-navigation a:hover,
.main-navigation a:hover,
.primary-navigation a:hover,
#site-navigation a:hover,
header nav a:hover,
.menu a:hover {
  color: #ffffff !important;
  background-color: #FF5400 !important;
}
/* Optional: make them look like buttons */
.site-header a,
.site-navigation a,
.main-navigation a,
.primary-navigation a,
#site-navigation a,
header nav a,
.menu a {
  padding: 8px 14px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  body { outline: 5px solid #FF5400 !important; }
}
/* =========================
   MOBILE FIXES ONLY
   ========================= */
@media (max-width: 768px) {

  /* ---- MOBILE MENU BUTTON (MENU / hamburger) ---- */
  button,
  .menu-toggle,
  .nav-toggle,
  .wp-block-navigation__responsive-container-open {
    color: #FF5400 !important;
    border-color: #FF5400 !important;
  }

  /* Hamburger icon */
  button svg,
  .menu-toggle svg,
  .nav-toggle svg {
    fill: #FF5400 !important;
  }

  /* ---- MOBILE MENU LINKS ---- */
  nav a,
  .menu a,
  .wp-block-navigation a {
    color: #FF5400 !important;
  }

  nav a:hover,
  .menu a:hover,
  .wp-block-navigation a:hover {
    background-color: #FF5400 !important;
    color: #ffffff !important;
  }

  /* ---- FIX HUGE BLACK GAPS ON MOBILE ---- */
  .home .entry-content,
  .home main,
  .home .wp-site-blocks {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .home .wp-block-group,
  .home .wp-block-columns,
  .home .wp-block-cover {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  /* ---- OPENING HOURS TEXT SIZE & SPACING ---- */
  .home h1,
  .home h2 {
    font-size: 1.8rem;
    line-height: 1.1;
    margin-bottom: 16px !important;
  }

  /* ---- TIGHTEN COLUMNS STACKING ---- */
  .home .wp-block-columns {
    gap: 14px !important;
  }
}