/*
Theme Name: Northlight Bench UI
Theme URI: https://northlightbench.co.uk/themes/northlight-bench-ui
Author: Northlight Bench Ltd
Author URI: https://northlightbench.co.uk
Description: Remote access landing layout for Northlight Bench Ltd.
Version: 1.4.2
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: northlight-bench-ui
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready
*/

html { scroll-behavior: smooth; }

.skip-link.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.skip-link.screen-reader-text:focus {
  background-color: #fffbeb;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(217, 119, 6, 0.35);
  clip: auto !important;
  color: #78350f;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.animate-hidden {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.animate-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-header.scrolled {
  background-color: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.wp-element-button {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.wp-element-button:hover {
  transform: translateY(-1px);
}
.wp-element-button:focus-visible {
  outline: 2px solid #d97706;
  outline-offset: 2px;
}

#mobile-panel:not(.hidden) {
  animation: panelIn 0.25s ease-out;
}
@keyframes panelIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
